/* Page content /home/ot2/public_html/dolibarr-13.0.2/documents/website/open-techno.fr/styles.css.php : CSS content that was saved into tpl dir */
.bodywebsite {
  @charset "UTF-8";
}
.bodywebsite :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
}
.bodywebsite *,
.bodywebsite ::after,
.bodywebsite ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .bodywebsite :root {
    scroll-behavior: smooth;
  }
}
.bodywebsite body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.bodywebsite hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}
.bodywebsite hr:not([size]) {
  height: 1px;
}
.bodywebsite .h1,
.bodywebsite .h2,
.bodywebsite .h3,
.bodywebsite .h4,
.bodywebsite .h5,
.bodywebsite .h6,
.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3,
.bodywebsite h4,
.bodywebsite h5,
.bodywebsite h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bodywebsite .h1,
.bodywebsite h1 {
  font-size: calc(2.875rem);
}
@media (min-width: 1200px) {
  .bodywebsite .h1,
  .bodywebsite h1 {
    font-size: 2.5rem;
  }
}
.bodywebsite .h2,
.bodywebsite h2 {
  font-size: calc(2.225rem);
}
@media (min-width: 1200px) {
  .bodywebsite .h2,
  .bodywebsite h2 {
    font-size: 2rem;
  }
}
.bodywebsite .h3,
.bodywebsite h3 {
  font-size: calc(1.9rem);
}
@media (min-width: 1200px) {
  .bodywebsite .h3,
  .bodywebsite h3 {
    font-size: 1.75rem;
  }
}
.bodywebsite .h4,
.bodywebsite h4 {
  font-size: calc(1.575rem);
}
@media (min-width: 1200px) {
  .bodywebsite .h4,
  .bodywebsite h4 {
    font-size: 1.5rem;
  }
}
.bodywebsite .h5,
.bodywebsite h5 {
  font-size: 1.25rem;
}
.bodywebsite .h6,
.bodywebsite h6 {
  font-size: 1rem;
}
.bodywebsite p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bodywebsite abbr[data-bs-original-title],
.bodywebsite abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.bodywebsite address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bodywebsite ol,
.bodywebsite ul {
  padding-left: 2rem;
}
.bodywebsite dl,
.bodywebsite ol,
.bodywebsite ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bodywebsite ol ol,
.bodywebsite ol ul,
.bodywebsite ul ol,
.bodywebsite ul ul {
  margin-bottom: 0;
}
.bodywebsite dt {
  font-weight: 700;
}
.bodywebsite dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
.bodywebsite blockquote {
  margin: 0 0 1rem;
}
.bodywebsite b,
.bodywebsite strong {
  font-weight: bolder;
}
.bodywebsite .small,
.bodywebsite small {
  font-size: .875em;
}
.bodywebsite .mark,
.bodywebsite mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.bodywebsite sub,
.bodywebsite sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
.bodywebsite sub {
  bottom: -0.25em;
}
.bodywebsite sup {
  top: -0.5em;
}
.bodywebsite a {
  color: #0d6efd;
  text-decoration: underline;
}
.bodywebsite a:hover {
  color: #0a58ca;
}
.bodywebsite a:not([href]):not([class]),
.bodywebsite a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bodywebsite code,
.bodywebsite kbd,
.bodywebsite pre,
.bodywebsite samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.bodywebsite pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
.bodywebsite pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bodywebsite code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}
.bodywebsite a>code {
  color: inherit;
}
.bodywebsite kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
.bodywebsite kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.bodywebsite figure {
  margin: 0 0 1rem;
}
.bodywebsite img,
.bodywebsite svg {
  vertical-align: middle;
}
.bodywebsite table {
  caption-side: bottom;
  border-collapse: collapse;
}
.bodywebsite caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}
.bodywebsite th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.bodywebsite tbody,
.bodywebsite td,
.bodywebsite tfoot,
.bodywebsite th,
.bodywebsite thead,
.bodywebsite tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.bodywebsite label {
  display: inline-block;
}
.bodywebsite button {
  border-radius: 0;
}
.bodywebsite button:focus:not(:focus-visible) {
  outline: 0;
}
.bodywebsite button,
.bodywebsite input,
.bodywebsite optgroup,
.bodywebsite select,
.bodywebsite textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bodywebsite button,
.bodywebsite select {
  text-transform: none;
}
.bodywebsite [role=button] {
  cursor: pointer;
}
.bodywebsite select {
  word-wrap: normal;
}
.bodywebsite select:disabled {
  opacity: 1;
}
.bodywebsite [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.bodywebsite [type=button],
.bodywebsite [type=reset],
.bodywebsite [type=submit],
.bodywebsite button {
  -webkit-appearance: button;
}
.bodywebsite [type=button]:not(:disabled),
.bodywebsite [type=reset]:not(:disabled),
.bodywebsite [type=submit]:not(:disabled),
.bodywebsite button:not(:disabled) {
  cursor: pointer;
}
.bodywebsite ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bodywebsite textarea {
  resize: vertical;
}
.bodywebsite fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bodywebsite legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.575rem);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .bodywebsite legend {
    font-size: 1.5rem;
  }
}
.bodywebsite legend+* {
  clear: left;
}
.bodywebsite ::-webkit-datetime-edit-day-field,
.bodywebsite ::-webkit-datetime-edit-fields-wrapper,
.bodywebsite ::-webkit-datetime-edit-hour-field,
.bodywebsite ::-webkit-datetime-edit-minute,
.bodywebsite ::-webkit-datetime-edit-month-field,
.bodywebsite ::-webkit-datetime-edit-text,
.bodywebsite ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.bodywebsite ::-webkit-inner-spin-button {
  height: auto;
}
.bodywebsite [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.bodywebsite ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bodywebsite ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.bodywebsite ::file-selector-button {
  font: inherit;
}
.bodywebsite ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bodywebsite output {
  display: inline-block;
}
.bodywebsite iframe {
  border: 0;
}
.bodywebsite summary {
  display: list-item;
  cursor: pointer;
}
.bodywebsite progress {
  vertical-align: baseline;
}
.bodywebsite [hidden] {
  display: none !important;
}
.bodywebsite .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bodywebsite .display-1 {
  font-size: calc(6.125rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bodywebsite .display-1 {
    font-size: 5rem;
  }
}
.bodywebsite .display-2 {
  font-size: calc(5.475rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bodywebsite .display-2 {
    font-size: 4.5rem;
  }
}
.bodywebsite .display-3 {
  font-size: calc(4.825rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bodywebsite .display-3 {
    font-size: 4rem;
  }
}
.bodywebsite .display-4 {
  font-size: calc(4.175rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bodywebsite .display-4 {
    font-size: 3.5rem;
  }
}
.bodywebsite .display-5 {
  font-size: calc(3.525rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bodywebsite .display-5 {
    font-size: 3rem;
  }
}
.bodywebsite .display-6 {
  font-size: calc(2.875rem);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .bodywebsite .display-6 {
    font-size: 2.5rem;
  }
}
.bodywebsite .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bodywebsite .list-inline {
  padding-left: 0;
  list-style: none;
}
.bodywebsite .list-inline-item {
  display: inline-block;
}
.bodywebsite .list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.bodywebsite .initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.bodywebsite .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bodywebsite .blockquote>:last-child {
  margin-bottom: 0;
}
.bodywebsite .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.bodywebsite .blockquote-footer::before {
  content: "— ";
}
.bodywebsite .img-fluid {
  max-width: 100%;
  height: auto;
}
.bodywebsite .img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.bodywebsite .figure {
  display: inline-block;
}
.bodywebsite .figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.bodywebsite .figure-caption {
  font-size: .875em;
  color: #6c757d;
}
.bodywebsite .container,
.bodywebsite .container-fluid,
.bodywebsite .container-lg,
.bodywebsite .container-md,
.bodywebsite .container-sm,
.bodywebsite .container-xl,
.bodywebsite .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bodywebsite .container,
  .bodywebsite .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .container,
  .bodywebsite .container-md,
  .bodywebsite .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bodywebsite .container,
  .bodywebsite .container-lg,
  .bodywebsite .container-md,
  .bodywebsite .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .container,
  .bodywebsite .container-lg,
  .bodywebsite .container-md,
  .bodywebsite .container-sm,
  .bodywebsite .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .container,
  .bodywebsite .container-lg,
  .bodywebsite .container-md,
  .bodywebsite .container-sm,
  .bodywebsite .container-xl,
  .bodywebsite .container-xxl {
    max-width: 1320px;
  }
}
.bodywebsite .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}
.bodywebsite .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
.bodywebsite .col {
  flex: 1 0 0%;
}
.bodywebsite .row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}
.bodywebsite .row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}
.bodywebsite .row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}
.bodywebsite .row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bodywebsite .row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}
.bodywebsite .row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}
.bodywebsite .row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.bodywebsite .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.bodywebsite .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.bodywebsite .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.bodywebsite .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.bodywebsite .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.bodywebsite .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.bodywebsite .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.bodywebsite .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.bodywebsite .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.bodywebsite .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.bodywebsite .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.bodywebsite .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.bodywebsite .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.bodywebsite .offset-1 {
  margin-left: 8.3333333333%;
}
.bodywebsite .offset-2 {
  margin-left: 16.6666666667%;
}
.bodywebsite .offset-3 {
  margin-left: 25%;
}
.bodywebsite .offset-4 {
  margin-left: 33.3333333333%;
}
.bodywebsite .offset-5 {
  margin-left: 41.6666666667%;
}
.bodywebsite .offset-6 {
  margin-left: 50%;
}
.bodywebsite .offset-7 {
  margin-left: 58.3333333333%;
}
.bodywebsite .offset-8 {
  margin-left: 66.6666666667%;
}
.bodywebsite .offset-9 {
  margin-left: 75%;
}
.bodywebsite .offset-10 {
  margin-left: 83.3333333333%;
}
.bodywebsite .offset-11 {
  margin-left: 91.6666666667%;
}
.bodywebsite .g-0,
.bodywebsite .gx-0 {
  --bs-gutter-x: 0;
}
.bodywebsite .g-0,
.bodywebsite .gy-0 {
  --bs-gutter-y: 0;
}
.bodywebsite .g-1,
.bodywebsite .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.bodywebsite .g-1,
.bodywebsite .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.bodywebsite .g-2,
.bodywebsite .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.bodywebsite .g-2,
.bodywebsite .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.bodywebsite .g-3,
.bodywebsite .gx-3 {
  --bs-gutter-x: 1rem;
}
.bodywebsite .g-3,
.bodywebsite .gy-3 {
  --bs-gutter-y: 1rem;
}
.bodywebsite .g-4,
.bodywebsite .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.bodywebsite .g-4,
.bodywebsite .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.bodywebsite .g-5,
.bodywebsite .gx-5 {
  --bs-gutter-x: 3rem;
}
.bodywebsite .g-5,
.bodywebsite .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .bodywebsite .col-sm {
    flex: 1 0 0%;
  }
  .bodywebsite .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .bodywebsite .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bodywebsite .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bodywebsite .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bodywebsite .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bodywebsite .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bodywebsite .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bodywebsite .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bodywebsite .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .offset-sm-0 {
    margin-left: 0;
  }
  .bodywebsite .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bodywebsite .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bodywebsite .offset-sm-3 {
    margin-left: 25%;
  }
  .bodywebsite .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bodywebsite .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bodywebsite .offset-sm-6 {
    margin-left: 50%;
  }
  .bodywebsite .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bodywebsite .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bodywebsite .offset-sm-9 {
    margin-left: 75%;
  }
  .bodywebsite .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bodywebsite .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .bodywebsite .g-sm-0,
  .bodywebsite .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .bodywebsite .g-sm-0,
  .bodywebsite .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .bodywebsite .g-sm-1,
  .bodywebsite .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bodywebsite .g-sm-1,
  .bodywebsite .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bodywebsite .g-sm-2,
  .bodywebsite .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bodywebsite .g-sm-2,
  .bodywebsite .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bodywebsite .g-sm-3,
  .bodywebsite .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .bodywebsite .g-sm-3,
  .bodywebsite .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .bodywebsite .g-sm-4,
  .bodywebsite .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bodywebsite .g-sm-4,
  .bodywebsite .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bodywebsite .g-sm-5,
  .bodywebsite .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .bodywebsite .g-sm-5,
  .bodywebsite .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .bodywebsite .col-md {
    flex: 1 0 0%;
  }
  .bodywebsite .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .bodywebsite .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bodywebsite .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bodywebsite .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bodywebsite .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bodywebsite .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bodywebsite .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bodywebsite .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bodywebsite .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .offset-md-0 {
    margin-left: 0;
  }
  .bodywebsite .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bodywebsite .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bodywebsite .offset-md-3 {
    margin-left: 25%;
  }
  .bodywebsite .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bodywebsite .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bodywebsite .offset-md-6 {
    margin-left: 50%;
  }
  .bodywebsite .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bodywebsite .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bodywebsite .offset-md-9 {
    margin-left: 75%;
  }
  .bodywebsite .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bodywebsite .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .bodywebsite .g-md-0,
  .bodywebsite .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .bodywebsite .g-md-0,
  .bodywebsite .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .bodywebsite .g-md-1,
  .bodywebsite .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bodywebsite .g-md-1,
  .bodywebsite .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bodywebsite .g-md-2,
  .bodywebsite .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bodywebsite .g-md-2,
  .bodywebsite .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bodywebsite .g-md-3,
  .bodywebsite .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .bodywebsite .g-md-3,
  .bodywebsite .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .bodywebsite .g-md-4,
  .bodywebsite .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bodywebsite .g-md-4,
  .bodywebsite .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bodywebsite .g-md-5,
  .bodywebsite .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .bodywebsite .g-md-5,
  .bodywebsite .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .bodywebsite .col-lg {
    flex: 1 0 0%;
  }
  .bodywebsite .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .bodywebsite .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bodywebsite .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bodywebsite .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bodywebsite .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bodywebsite .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bodywebsite .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bodywebsite .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bodywebsite .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .offset-lg-0 {
    margin-left: 0;
  }
  .bodywebsite .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bodywebsite .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bodywebsite .offset-lg-3 {
    margin-left: 25%;
  }
  .bodywebsite .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bodywebsite .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bodywebsite .offset-lg-6 {
    margin-left: 50%;
  }
  .bodywebsite .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bodywebsite .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bodywebsite .offset-lg-9 {
    margin-left: 75%;
  }
  .bodywebsite .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bodywebsite .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .bodywebsite .g-lg-0,
  .bodywebsite .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .bodywebsite .g-lg-0,
  .bodywebsite .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .bodywebsite .g-lg-1,
  .bodywebsite .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bodywebsite .g-lg-1,
  .bodywebsite .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bodywebsite .g-lg-2,
  .bodywebsite .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bodywebsite .g-lg-2,
  .bodywebsite .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bodywebsite .g-lg-3,
  .bodywebsite .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .bodywebsite .g-lg-3,
  .bodywebsite .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .bodywebsite .g-lg-4,
  .bodywebsite .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bodywebsite .g-lg-4,
  .bodywebsite .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bodywebsite .g-lg-5,
  .bodywebsite .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .bodywebsite .g-lg-5,
  .bodywebsite .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .col-xl {
    flex: 1 0 0%;
  }
  .bodywebsite .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .bodywebsite .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bodywebsite .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bodywebsite .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bodywebsite .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bodywebsite .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bodywebsite .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bodywebsite .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bodywebsite .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .offset-xl-0 {
    margin-left: 0;
  }
  .bodywebsite .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bodywebsite .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bodywebsite .offset-xl-3 {
    margin-left: 25%;
  }
  .bodywebsite .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bodywebsite .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bodywebsite .offset-xl-6 {
    margin-left: 50%;
  }
  .bodywebsite .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bodywebsite .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bodywebsite .offset-xl-9 {
    margin-left: 75%;
  }
  .bodywebsite .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bodywebsite .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .bodywebsite .g-xl-0,
  .bodywebsite .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .bodywebsite .g-xl-0,
  .bodywebsite .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .bodywebsite .g-xl-1,
  .bodywebsite .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bodywebsite .g-xl-1,
  .bodywebsite .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bodywebsite .g-xl-2,
  .bodywebsite .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bodywebsite .g-xl-2,
  .bodywebsite .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bodywebsite .g-xl-3,
  .bodywebsite .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .bodywebsite .g-xl-3,
  .bodywebsite .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .bodywebsite .g-xl-4,
  .bodywebsite .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bodywebsite .g-xl-4,
  .bodywebsite .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bodywebsite .g-xl-5,
  .bodywebsite .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .bodywebsite .g-xl-5,
  .bodywebsite .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .col-xxl {
    flex: 1 0 0%;
  }
  .bodywebsite .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .bodywebsite .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .bodywebsite .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .bodywebsite .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .bodywebsite .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .bodywebsite .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .bodywebsite .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .bodywebsite .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .bodywebsite .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .bodywebsite .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .bodywebsite .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .bodywebsite .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .bodywebsite .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .bodywebsite .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .bodywebsite .offset-xxl-0 {
    margin-left: 0;
  }
  .bodywebsite .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .bodywebsite .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .bodywebsite .offset-xxl-3 {
    margin-left: 25%;
  }
  .bodywebsite .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .bodywebsite .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .bodywebsite .offset-xxl-6 {
    margin-left: 50%;
  }
  .bodywebsite .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .bodywebsite .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .bodywebsite .offset-xxl-9 {
    margin-left: 75%;
  }
  .bodywebsite .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .bodywebsite .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .bodywebsite .g-xxl-0,
  .bodywebsite .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .bodywebsite .g-xxl-0,
  .bodywebsite .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .bodywebsite .g-xxl-1,
  .bodywebsite .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .bodywebsite .g-xxl-1,
  .bodywebsite .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .bodywebsite .g-xxl-2,
  .bodywebsite .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .bodywebsite .g-xxl-2,
  .bodywebsite .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .bodywebsite .g-xxl-3,
  .bodywebsite .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .bodywebsite .g-xxl-3,
  .bodywebsite .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .bodywebsite .g-xxl-4,
  .bodywebsite .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .bodywebsite .g-xxl-4,
  .bodywebsite .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .bodywebsite .g-xxl-5,
  .bodywebsite .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .bodywebsite .g-xxl-5,
  .bodywebsite .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.bodywebsite .table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0,0,0,0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0,0,0,0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0,0,0,0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.bodywebsite .table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.bodywebsite .table>tbody {
  vertical-align: inherit;
}
.bodywebsite .table>thead {
  vertical-align: bottom;
}
.bodywebsite .table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor;
}
.bodywebsite .caption-top {
  caption-side: top;
}
.bodywebsite .table-sm>:not(caption)>*>* {
  padding: .25rem .25rem;
}
.bodywebsite .table-bordered>:not(caption)>* {
  border-width: 1px 0;
}
.bodywebsite .table-bordered>:not(caption)>*>* {
  border-width: 0 1px;
}
.bodywebsite .table-borderless>:not(caption)>*>* {
  border-bottom-width: 0;
}
.bodywebsite .table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.bodywebsite .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.bodywebsite .table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.bodywebsite .table-primary {
  --bs-table-bg: #cfe2ff;
  --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: #000;
  border-color: #bacbe6;
}
.bodywebsite .table-secondary {
  --bs-table-bg: #e2e3e5;
  --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: #000;
  border-color: #cbccce;
}
.bodywebsite .table-success {
  --bs-table-bg: #d1e7dd;
  --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: #000;
  border-color: #bcd0c7;
}
.bodywebsite .table-info {
  --bs-table-bg: #cff4fc;
  --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: #000;
  border-color: #badce3;
}
.bodywebsite .table-warning {
  --bs-table-bg: #fff3cd;
  --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: #000;
  border-color: #e6dbb9;
}
.bodywebsite .table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}
.bodywebsite .table-light {
  --bs-table-bg: #f8f9fa;
  --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: #000;
  border-color: #dfe0e1;
}
.bodywebsite .table-dark {
  --bs-table-bg: #212529;
  --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: #fff;
  border-color: #373b3e;
}
.bodywebsite .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .bodywebsite .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .bodywebsite .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .bodywebsite .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .bodywebsite .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .bodywebsite .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.bodywebsite .form-label {
  margin-bottom: .5rem;
}
.bodywebsite .col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bodywebsite .col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
}
.bodywebsite .col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: .875rem;
}
.bodywebsite .form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}
.bodywebsite .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .form-control {
    transition: none;
  }
}
.bodywebsite .form-control[type=file] {
  overflow: hidden;
}
.bodywebsite .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bodywebsite .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.bodywebsite .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bodywebsite .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bodywebsite .form-control:disabled,
.bodywebsite .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bodywebsite .form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .bodywebsite .form-control::file-selector-button {
    transition: none;
  }
}
.bodywebsite .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.bodywebsite .form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  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) {
  .bodywebsite .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.bodywebsite .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.bodywebsite .form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bodywebsite .form-control-plaintext.form-control-lg,
.bodywebsite .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.bodywebsite .form-control-sm {
  min-height: calc(4em);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.bodywebsite .form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.bodywebsite .form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.bodywebsite .form-control-lg {
  min-height: calc(4.5em);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.bodywebsite .form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.bodywebsite .form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.bodywebsite textarea.form-control {
  min-height: calc(4.25em);
}
.bodywebsite textarea.form-control-sm {
  min-height: calc(4em);
}
.bodywebsite textarea.form-control-lg {
  min-height: calc(4.5em);
}
.bodywebsite .form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem;
}
.bodywebsite .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.bodywebsite .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.bodywebsite .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}
.bodywebsite .form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bodywebsite .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .form-select[multiple],
.bodywebsite .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.bodywebsite .form-select:disabled {
  background-color: #e9ecef;
}
.bodywebsite .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.bodywebsite .form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.bodywebsite .form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bodywebsite .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.bodywebsite .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.bodywebsite .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.bodywebsite .form-check-input[type=checkbox] {
  border-radius: .25em;
}
.bodywebsite .form-check-input[type=radio] {
  border-radius: 50%;
}
.bodywebsite .form-check-input:active {
  filter: brightness(90%);
}
.bodywebsite .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.bodywebsite .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.bodywebsite .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.bodywebsite .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.bodywebsite .form-check-input:disabled~.form-check-label,
.bodywebsite .form-check-input[disabled]~.form-check-label {
  opacity: .5;
}
.bodywebsite .form-switch {
  padding-left: 2.5em;
}
.bodywebsite .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .form-switch .form-check-input {
    transition: none;
  }
}
.bodywebsite .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.bodywebsite .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bodywebsite .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.bodywebsite .btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.bodywebsite .btn-check:disabled+.btn,
.bodywebsite .btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
.bodywebsite .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bodywebsite .form-range:focus {
  outline: 0;
}
.bodywebsite .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .form-range::-moz-focus-outer {
  border: 0;
}
.bodywebsite .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.bodywebsite .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.bodywebsite .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bodywebsite .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.bodywebsite .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.bodywebsite .form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bodywebsite .form-range:disabled {
  pointer-events: none;
}
.bodywebsite .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bodywebsite .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bodywebsite .form-floating {
  position: relative;
}
.bodywebsite .form-floating>.form-control,
.bodywebsite .form-floating>.form-select {
  height: calc(5.5rem);
  padding: 1rem .75rem;
}
.bodywebsite .form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .form-floating>label {
    transition: none;
  }
}
.bodywebsite .form-floating>.form-control::-moz-placeholder {
  color: transparent;
}
.bodywebsite .form-floating>.form-control::placeholder {
  color: transparent;
}
.bodywebsite .form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.bodywebsite .form-floating>.form-control:focus,
.bodywebsite .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.bodywebsite .form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.bodywebsite .form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.bodywebsite .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
}
.bodywebsite .form-floating>.form-control:focus~label,
.bodywebsite .form-floating>.form-control:not(:placeholder-shown)~label,
.bodywebsite .form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
}
.bodywebsite .form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
}
.bodywebsite .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bodywebsite .input-group>.form-control,
.bodywebsite .input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.bodywebsite .input-group>.form-control:focus,
.bodywebsite .input-group>.form-select:focus {
  z-index: 3;
}
.bodywebsite .input-group .btn {
  position: relative;
  z-index: 2;
}
.bodywebsite .input-group .btn:focus {
  z-index: 3;
}
.bodywebsite .input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.bodywebsite .input-group-lg>.btn,
.bodywebsite .input-group-lg>.form-control,
.bodywebsite .input-group-lg>.form-select,
.bodywebsite .input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.bodywebsite .input-group-sm>.btn,
.bodywebsite .input-group-sm>.form-control,
.bodywebsite .input-group-sm>.form-select,
.bodywebsite .input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.bodywebsite .input-group-lg>.form-select,
.bodywebsite .input-group-sm>.form-select {
  padding-right: 3rem;
}
.bodywebsite .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.bodywebsite .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bodywebsite .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.bodywebsite .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bodywebsite .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bodywebsite .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}
.bodywebsite .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25,135,84,0.9);
  border-radius: .25rem;
}
.bodywebsite .is-valid~.valid-feedback,
.bodywebsite .is-valid~.valid-tooltip,
.bodywebsite .was-validated :valid~.valid-feedback,
.bodywebsite .was-validated :valid~.valid-tooltip {
  display: block;
}
.bodywebsite .form-control.is-valid,
.bodywebsite .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.bodywebsite .form-control.is-valid:focus,
.bodywebsite .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25);
}
.bodywebsite .was-validated textarea.form-control:valid,
.bodywebsite textarea.form-control.is-valid {
  padding-right: calc(2.25em);
  background-position: top calc(0.5625em) right calc(0.5625em);
}
.bodywebsite .form-select.is-valid,
.bodywebsite .was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(1.125em) calc(1.125em);
}
.bodywebsite .form-select.is-valid:focus,
.bodywebsite .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25);
}
.bodywebsite .form-check-input.is-valid,
.bodywebsite .was-validated .form-check-input:valid {
  border-color: #198754;
}
.bodywebsite .form-check-input.is-valid:checked,
.bodywebsite .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.bodywebsite .form-check-input.is-valid:focus,
.bodywebsite .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25);
}
.bodywebsite .form-check-input.is-valid~.form-check-label,
.bodywebsite .was-validated .form-check-input:valid~.form-check-label {
  color: #198754;
}
.bodywebsite .form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em;
}
.bodywebsite .input-group .form-control.is-valid,
.bodywebsite .input-group .form-select.is-valid,
.bodywebsite .was-validated .input-group .form-control:valid,
.bodywebsite .was-validated .input-group .form-select:valid {
  z-index: 3;
}
.bodywebsite .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
.bodywebsite .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220,53,69,0.9);
  border-radius: .25rem;
}
.bodywebsite .is-invalid~.invalid-feedback,
.bodywebsite .is-invalid~.invalid-tooltip,
.bodywebsite .was-validated :invalid~.invalid-feedback,
.bodywebsite .was-validated :invalid~.invalid-tooltip {
  display: block;
}
.bodywebsite .form-control.is-invalid,
.bodywebsite .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(2.25em);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5625em) center;
  background-size: calc(1.125em) calc(1.125em);
}
.bodywebsite .form-control.is-invalid:focus,
.bodywebsite .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25);
}
.bodywebsite .was-validated textarea.form-control:invalid,
.bodywebsite textarea.form-control.is-invalid {
  padding-right: calc(2.25em);
  background-position: top calc(0.5625em) right calc(0.5625em);
}
.bodywebsite .form-select.is-invalid,
.bodywebsite .was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(1.125em) calc(1.125em);
}
.bodywebsite .form-select.is-invalid:focus,
.bodywebsite .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25);
}
.bodywebsite .form-check-input.is-invalid,
.bodywebsite .was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.bodywebsite .form-check-input.is-invalid:checked,
.bodywebsite .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.bodywebsite .form-check-input.is-invalid:focus,
.bodywebsite .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25);
}
.bodywebsite .form-check-input.is-invalid~.form-check-label,
.bodywebsite .was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}
.bodywebsite .form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em;
}
.bodywebsite .input-group .form-control.is-invalid,
.bodywebsite .input-group .form-select.is-invalid,
.bodywebsite .was-validated .input-group .form-control:invalid,
.bodywebsite .was-validated .input-group .form-select:invalid {
  z-index: 3;
}
.bodywebsite .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  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) {
  .bodywebsite .btn {
    transition: none;
  }
}
.bodywebsite .btn:hover {
  color: #212529;
}
.bodywebsite .btn-check:focus+.btn,
.bodywebsite .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .btn.disabled,
.bodywebsite .btn:disabled,
.bodywebsite fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}
.bodywebsite .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.bodywebsite .btn-check:focus+.btn-primary,
.bodywebsite .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49,132,253,0.5);
}
.bodywebsite .btn-check:active+.btn-primary,
.bodywebsite .btn-check:checked+.btn-primary,
.bodywebsite .btn-primary.active,
.bodywebsite .btn-primary:active,
.bodywebsite .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.bodywebsite .btn-check:active+.btn-primary:focus,
.bodywebsite .btn-check:checked+.btn-primary:focus,
.bodywebsite .btn-primary.active:focus,
.bodywebsite .btn-primary:active:focus,
.bodywebsite .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49,132,253,0.5);
}
.bodywebsite .btn-primary.disabled,
.bodywebsite .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bodywebsite .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.bodywebsite .btn-check:focus+.btn-secondary,
.bodywebsite .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130,138,145,0.5);
}
.bodywebsite .btn-check:active+.btn-secondary,
.bodywebsite .btn-check:checked+.btn-secondary,
.bodywebsite .btn-secondary.active,
.bodywebsite .btn-secondary:active,
.bodywebsite .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.bodywebsite .btn-check:active+.btn-secondary:focus,
.bodywebsite .btn-check:checked+.btn-secondary:focus,
.bodywebsite .btn-secondary.active:focus,
.bodywebsite .btn-secondary:active:focus,
.bodywebsite .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(130,138,145,0.5);
}
.bodywebsite .btn-secondary.disabled,
.bodywebsite .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bodywebsite .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bodywebsite .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.bodywebsite .btn-check:focus+.btn-success,
.bodywebsite .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem rgba(60,153,110,0.5);
}
.bodywebsite .btn-check:active+.btn-success,
.bodywebsite .btn-check:checked+.btn-success,
.bodywebsite .btn-success.active,
.bodywebsite .btn-success:active,
.bodywebsite .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.bodywebsite .btn-check:active+.btn-success:focus,
.bodywebsite .btn-check:checked+.btn-success:focus,
.bodywebsite .btn-success.active:focus,
.bodywebsite .btn-success:active:focus,
.bodywebsite .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60,153,110,0.5);
}
.bodywebsite .btn-success.disabled,
.bodywebsite .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bodywebsite .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bodywebsite .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.bodywebsite .btn-check:focus+.btn-info,
.bodywebsite .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem rgba(11,172,204,0.5);
}
.bodywebsite .btn-check:active+.btn-info,
.bodywebsite .btn-check:checked+.btn-info,
.bodywebsite .btn-info.active,
.bodywebsite .btn-info:active,
.bodywebsite .show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.bodywebsite .btn-check:active+.btn-info:focus,
.bodywebsite .btn-check:checked+.btn-info:focus,
.bodywebsite .btn-info.active:focus,
.bodywebsite .btn-info:active:focus,
.bodywebsite .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11,172,204,0.5);
}
.bodywebsite .btn-info.disabled,
.bodywebsite .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bodywebsite .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bodywebsite .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.bodywebsite .btn-check:focus+.btn-warning,
.bodywebsite .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217,164,6,0.5);
}
.bodywebsite .btn-check:active+.btn-warning,
.bodywebsite .btn-check:checked+.btn-warning,
.bodywebsite .btn-warning.active,
.bodywebsite .btn-warning:active,
.bodywebsite .show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.bodywebsite .btn-check:active+.btn-warning:focus,
.bodywebsite .btn-check:checked+.btn-warning:focus,
.bodywebsite .btn-warning.active:focus,
.bodywebsite .btn-warning:active:focus,
.bodywebsite .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217,164,6,0.5);
}
.bodywebsite .btn-warning.disabled,
.bodywebsite .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bodywebsite .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bodywebsite .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.bodywebsite .btn-check:focus+.btn-danger,
.bodywebsite .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225,83,97,0.5);
}
.bodywebsite .btn-check:active+.btn-danger,
.bodywebsite .btn-check:checked+.btn-danger,
.bodywebsite .btn-danger.active,
.bodywebsite .btn-danger:active,
.bodywebsite .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.bodywebsite .btn-check:active+.btn-danger:focus,
.bodywebsite .btn-check:checked+.btn-danger:focus,
.bodywebsite .btn-danger.active:focus,
.bodywebsite .btn-danger:active:focus,
.bodywebsite .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225,83,97,0.5);
}
.bodywebsite .btn-danger.disabled,
.bodywebsite .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bodywebsite .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bodywebsite .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.bodywebsite .btn-check:focus+.btn-light,
.bodywebsite .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211,212,213,0.5);
}
.bodywebsite .btn-check:active+.btn-light,
.bodywebsite .btn-check:checked+.btn-light,
.bodywebsite .btn-light.active,
.bodywebsite .btn-light:active,
.bodywebsite .show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.bodywebsite .btn-check:active+.btn-light:focus,
.bodywebsite .btn-check:checked+.btn-light:focus,
.bodywebsite .btn-light.active:focus,
.bodywebsite .btn-light:active:focus,
.bodywebsite .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211,212,213,0.5);
}
.bodywebsite .btn-light.disabled,
.bodywebsite .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bodywebsite .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bodywebsite .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.bodywebsite .btn-check:focus+.btn-dark,
.bodywebsite .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem rgba(66,70,73,0.5);
}
.bodywebsite .btn-check:active+.btn-dark,
.bodywebsite .btn-check:checked+.btn-dark,
.bodywebsite .btn-dark.active,
.bodywebsite .btn-dark:active,
.bodywebsite .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.bodywebsite .btn-check:active+.btn-dark:focus,
.bodywebsite .btn-check:checked+.btn-dark:focus,
.bodywebsite .btn-dark.active:focus,
.bodywebsite .btn-dark:active:focus,
.bodywebsite .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66,70,73,0.5);
}
.bodywebsite .btn-dark.disabled,
.bodywebsite .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bodywebsite .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .btn-check:focus+.btn-outline-primary,
.bodywebsite .btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-primary,
.bodywebsite .btn-check:checked+.btn-outline-primary,
.bodywebsite .btn-outline-primary.active,
.bodywebsite .btn-outline-primary.dropdown-toggle.show,
.bodywebsite .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .btn-check:active+.btn-outline-primary:focus,
.bodywebsite .btn-check:checked+.btn-outline-primary:focus,
.bodywebsite .btn-outline-primary.active:focus,
.bodywebsite .btn-outline-primary.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.5);
}
.bodywebsite .btn-outline-primary.disabled,
.bodywebsite .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.bodywebsite .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bodywebsite .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bodywebsite .btn-check:focus+.btn-outline-secondary,
.bodywebsite .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-secondary,
.bodywebsite .btn-check:checked+.btn-outline-secondary,
.bodywebsite .btn-outline-secondary.active,
.bodywebsite .btn-outline-secondary.dropdown-toggle.show,
.bodywebsite .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bodywebsite .btn-check:active+.btn-outline-secondary:focus,
.bodywebsite .btn-check:checked+.btn-outline-secondary:focus,
.bodywebsite .btn-outline-secondary.active:focus,
.bodywebsite .btn-outline-secondary.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108,117,125,0.5);
}
.bodywebsite .btn-outline-secondary.disabled,
.bodywebsite .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bodywebsite .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.bodywebsite .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bodywebsite .btn-check:focus+.btn-outline-success,
.bodywebsite .btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(25,135,84,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-success,
.bodywebsite .btn-check:checked+.btn-outline-success,
.bodywebsite .btn-outline-success.active,
.bodywebsite .btn-outline-success.dropdown-toggle.show,
.bodywebsite .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.bodywebsite .btn-check:active+.btn-outline-success:focus,
.bodywebsite .btn-check:checked+.btn-outline-success:focus,
.bodywebsite .btn-outline-success.active:focus,
.bodywebsite .btn-outline-success.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem rgba(25,135,84,0.5);
}
.bodywebsite .btn-outline-success.disabled,
.bodywebsite .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.bodywebsite .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.bodywebsite .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bodywebsite .btn-check:focus+.btn-outline-info,
.bodywebsite .btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(13,202,240,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-info,
.bodywebsite .btn-check:checked+.btn-outline-info,
.bodywebsite .btn-outline-info.active,
.bodywebsite .btn-outline-info.dropdown-toggle.show,
.bodywebsite .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.bodywebsite .btn-check:active+.btn-outline-info:focus,
.bodywebsite .btn-check:checked+.btn-outline-info:focus,
.bodywebsite .btn-outline-info.active:focus,
.bodywebsite .btn-outline-info.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13,202,240,0.5);
}
.bodywebsite .btn-outline-info.disabled,
.bodywebsite .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.bodywebsite .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bodywebsite .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bodywebsite .btn-check:focus+.btn-outline-warning,
.bodywebsite .btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgba(255,193,7,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-warning,
.bodywebsite .btn-check:checked+.btn-outline-warning,
.bodywebsite .btn-outline-warning.active,
.bodywebsite .btn-outline-warning.dropdown-toggle.show,
.bodywebsite .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bodywebsite .btn-check:active+.btn-outline-warning:focus,
.bodywebsite .btn-check:checked+.btn-outline-warning:focus,
.bodywebsite .btn-outline-warning.active:focus,
.bodywebsite .btn-outline-warning.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255,193,7,0.5);
}
.bodywebsite .btn-outline-warning.disabled,
.bodywebsite .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bodywebsite .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bodywebsite .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bodywebsite .btn-check:focus+.btn-outline-danger,
.bodywebsite .btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(220,53,69,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-danger,
.bodywebsite .btn-check:checked+.btn-outline-danger,
.bodywebsite .btn-outline-danger.active,
.bodywebsite .btn-outline-danger.dropdown-toggle.show,
.bodywebsite .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bodywebsite .btn-check:active+.btn-outline-danger:focus,
.bodywebsite .btn-check:checked+.btn-outline-danger:focus,
.bodywebsite .btn-outline-danger.active:focus,
.bodywebsite .btn-outline-danger.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem rgba(220,53,69,0.5);
}
.bodywebsite .btn-outline-danger.disabled,
.bodywebsite .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bodywebsite .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bodywebsite .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bodywebsite .btn-check:focus+.btn-outline-light,
.bodywebsite .btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgba(248,249,250,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-light,
.bodywebsite .btn-check:checked+.btn-outline-light,
.bodywebsite .btn-outline-light.active,
.bodywebsite .btn-outline-light.dropdown-toggle.show,
.bodywebsite .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bodywebsite .btn-check:active+.btn-outline-light:focus,
.bodywebsite .btn-check:checked+.btn-outline-light:focus,
.bodywebsite .btn-outline-light.active:focus,
.bodywebsite .btn-outline-light.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem rgba(248,249,250,0.5);
}
.bodywebsite .btn-outline-light.disabled,
.bodywebsite .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bodywebsite .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.bodywebsite .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bodywebsite .btn-check:focus+.btn-outline-dark,
.bodywebsite .btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33,37,41,0.5);
}
.bodywebsite .btn-check:active+.btn-outline-dark,
.bodywebsite .btn-check:checked+.btn-outline-dark,
.bodywebsite .btn-outline-dark.active,
.bodywebsite .btn-outline-dark.dropdown-toggle.show,
.bodywebsite .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.bodywebsite .btn-check:active+.btn-outline-dark:focus,
.bodywebsite .btn-check:checked+.btn-outline-dark:focus,
.bodywebsite .btn-outline-dark.active:focus,
.bodywebsite .btn-outline-dark.dropdown-toggle.show:focus,
.bodywebsite .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem rgba(33,37,41,0.5);
}
.bodywebsite .btn-outline-dark.disabled,
.bodywebsite .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.bodywebsite .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.bodywebsite .btn-link:hover {
  color: #0a58ca;
}
.bodywebsite .btn-link.disabled,
.bodywebsite .btn-link:disabled {
  color: #6c757d;
}
.bodywebsite .btn-group-lg>.btn,
.bodywebsite .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.bodywebsite .btn-group-sm>.btn,
.bodywebsite .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}
.bodywebsite .fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .fade {
    transition: none;
  }
}
.bodywebsite .fade:not(.show) {
  opacity: 0;
}
.bodywebsite .collapse:not(.show) {
  display: none;
}
.bodywebsite .collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .collapsing {
    transition: none;
  }
}
.bodywebsite .dropdown,
.bodywebsite .dropend,
.bodywebsite .dropstart,
.bodywebsite .dropup {
  position: relative;
}
.bodywebsite .dropdown-toggle {
  white-space: nowrap;
}
.bodywebsite .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.bodywebsite .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bodywebsite .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
}
.bodywebsite .dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: .125rem;
}
.bodywebsite .dropdown-menu-start {
  --bs-position: start;
}
.bodywebsite .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.bodywebsite .dropdown-menu-end {
  --bs-position: end;
}
.bodywebsite .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bodywebsite .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .bodywebsite .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bodywebsite .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .bodywebsite .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bodywebsite .dropdown-menu-md-start {
    --bs-position: start;
  }
  .bodywebsite .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bodywebsite .dropdown-menu-md-end {
    --bs-position: end;
  }
  .bodywebsite .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bodywebsite .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .bodywebsite .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bodywebsite .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .bodywebsite .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .bodywebsite .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bodywebsite .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .bodywebsite .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .bodywebsite .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .bodywebsite .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .bodywebsite .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.bodywebsite .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.bodywebsite .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.bodywebsite .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bodywebsite .dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.bodywebsite .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: .125rem;
}
.bodywebsite .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.bodywebsite .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bodywebsite .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.bodywebsite .dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.bodywebsite .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: .125rem;
}
.bodywebsite .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.bodywebsite .dropstart .dropdown-toggle::after {
  display: none;
}
.bodywebsite .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.bodywebsite .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bodywebsite .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.bodywebsite .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.bodywebsite .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bodywebsite .dropdown-item:focus,
.bodywebsite .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.bodywebsite .dropdown-item.active,
.bodywebsite .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.bodywebsite .dropdown-item.disabled,
.bodywebsite .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.bodywebsite .dropdown-menu.show {
  display: block;
}
.bodywebsite .dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bodywebsite .dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529;
}
.bodywebsite .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0,0,0,0.15);
}
.bodywebsite .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.bodywebsite .dropdown-menu-dark .dropdown-item:focus,
.bodywebsite .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255,255,255,0.15);
}
.bodywebsite .dropdown-menu-dark .dropdown-item.active,
.bodywebsite .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.bodywebsite .dropdown-menu-dark .dropdown-item.disabled,
.bodywebsite .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.bodywebsite .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0,0,0,0.15);
}
.bodywebsite .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.bodywebsite .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.bodywebsite .btn-group,
.bodywebsite .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bodywebsite .btn-group-vertical>.btn,
.bodywebsite .btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}
.bodywebsite .btn-group-vertical>.btn-check:checked+.btn,
.bodywebsite .btn-group-vertical>.btn-check:focus+.btn,
.bodywebsite .btn-group-vertical>.btn.active,
.bodywebsite .btn-group-vertical>.btn:active,
.bodywebsite .btn-group-vertical>.btn:focus,
.bodywebsite .btn-group-vertical>.btn:hover,
.bodywebsite .btn-group>.btn-check:checked+.btn,
.bodywebsite .btn-group>.btn-check:focus+.btn,
.bodywebsite .btn-group>.btn.active,
.bodywebsite .btn-group>.btn:active,
.bodywebsite .btn-group>.btn:focus,
.bodywebsite .btn-group>.btn:hover {
  z-index: 1;
}
.bodywebsite .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bodywebsite .btn-toolbar .input-group {
  width: auto;
}
.bodywebsite .btn-group>.btn-group:not(:first-child),
.bodywebsite .btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}
.bodywebsite .btn-group>.btn-group:not(:last-child)>.btn,
.bodywebsite .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bodywebsite .btn-group>.btn-group:not(:first-child)>.btn,
.bodywebsite .btn-group>.btn:nth-child(n+3),
.bodywebsite .btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bodywebsite .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.bodywebsite .dropdown-toggle-split::after,
.bodywebsite .dropend .dropdown-toggle-split::after,
.bodywebsite .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.bodywebsite .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.bodywebsite .btn-group-sm>.btn+.dropdown-toggle-split,
.bodywebsite .btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.bodywebsite .btn-group-lg>.btn+.dropdown-toggle-split,
.bodywebsite .btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.bodywebsite .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bodywebsite .btn-group-vertical>.btn,
.bodywebsite .btn-group-vertical>.btn-group {
  width: 100%;
}
.bodywebsite .btn-group-vertical>.btn-group:not(:first-child),
.bodywebsite .btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}
.bodywebsite .btn-group-vertical>.btn-group:not(:last-child)>.btn,
.bodywebsite .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bodywebsite .btn-group-vertical>.btn-group:not(:first-child)>.btn,
.bodywebsite .btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bodywebsite .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bodywebsite .nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .nav-link {
    transition: none;
  }
}
.bodywebsite .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bodywebsite .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bodywebsite .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.bodywebsite .nav-tabs .nav-link:focus,
.bodywebsite .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.bodywebsite .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bodywebsite .nav-tabs .nav-item.show .nav-link,
.bodywebsite .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bodywebsite .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bodywebsite .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}
.bodywebsite .nav-pills .nav-link.active,
.bodywebsite .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.bodywebsite .nav-fill .nav-item,
.bodywebsite .nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.bodywebsite .nav-justified .nav-item,
.bodywebsite .nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bodywebsite .nav-fill .nav-item .nav-link,
.bodywebsite .nav-justified .nav-item .nav-link {
  width: 100%;
}
.bodywebsite .tab-content>.tab-pane {
  display: none;
}
.bodywebsite .tab-content>.active {
  display: block;
}
.bodywebsite .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.bodywebsite .navbar>.container,
.bodywebsite .navbar>.container-fluid,
.bodywebsite .navbar>.container-lg,
.bodywebsite .navbar>.container-md,
.bodywebsite .navbar>.container-sm,
.bodywebsite .navbar>.container-xl,
.bodywebsite .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.bodywebsite .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.bodywebsite .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bodywebsite .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bodywebsite .navbar-nav .dropdown-menu {
  position: static;
}
.bodywebsite .navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.bodywebsite .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bodywebsite .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .navbar-toggler {
    transition: none;
  }
}
.bodywebsite .navbar-toggler:hover {
  text-decoration: none;
}
.bodywebsite .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem;
}
.bodywebsite .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.bodywebsite .navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .bodywebsite .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bodywebsite .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bodywebsite .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bodywebsite .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .bodywebsite .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .bodywebsite .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bodywebsite .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .bodywebsite .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bodywebsite .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bodywebsite .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bodywebsite .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .bodywebsite .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .bodywebsite .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bodywebsite .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .bodywebsite .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bodywebsite .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bodywebsite .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bodywebsite .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .bodywebsite .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .bodywebsite .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bodywebsite .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bodywebsite .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bodywebsite .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bodywebsite .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .bodywebsite .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .bodywebsite .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bodywebsite .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bodywebsite .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .bodywebsite .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bodywebsite .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .bodywebsite .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .bodywebsite .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bodywebsite .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.bodywebsite .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.bodywebsite .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bodywebsite .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bodywebsite .navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.bodywebsite .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.bodywebsite .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bodywebsite .navbar-expand .navbar-toggler {
  display: none;
}
.bodywebsite .navbar-light .navbar-brand {
  color: rgba(0,0,0,0.9);
}
.bodywebsite .navbar-light .navbar-brand:focus,
.bodywebsite .navbar-light .navbar-brand:hover {
  color: rgba(0,0,0,0.9);
}
.bodywebsite .navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,0.55);
}
.bodywebsite .navbar-light .navbar-nav .nav-link:focus,
.bodywebsite .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,0.7);
}
.bodywebsite .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,0.3);
}
.bodywebsite .navbar-light .navbar-nav .nav-link.active,
.bodywebsite .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,0.9);
}
.bodywebsite .navbar-light .navbar-toggler {
  color: rgba(0,0,0,0.55);
  border-color: rgba(0,0,0,0.1);
}
.bodywebsite .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bodywebsite .navbar-light .navbar-text {
  color: rgba(0,0,0,0.55);
}
.bodywebsite .navbar-light .navbar-text a,
.bodywebsite .navbar-light .navbar-text a:focus,
.bodywebsite .navbar-light .navbar-text a:hover {
  color: rgba(0,0,0,0.9);
}
.bodywebsite .navbar-dark .navbar-brand {
  color: #fff;
}
.bodywebsite .navbar-dark .navbar-brand:focus,
.bodywebsite .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.bodywebsite .navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .navbar-dark .navbar-nav .nav-link:focus,
.bodywebsite .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,0.75);
}
.bodywebsite .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,0.25);
}
.bodywebsite .navbar-dark .navbar-nav .nav-link.active,
.bodywebsite .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}
.bodywebsite .navbar-dark .navbar-toggler {
  color: rgba(255,255,255,0.55);
  border-color: rgba(255,255,255,0.1);
}
.bodywebsite .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bodywebsite .navbar-dark .navbar-text {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .navbar-dark .navbar-text a,
.bodywebsite .navbar-dark .navbar-text a:focus,
.bodywebsite .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.bodywebsite .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: .25rem;
}
.bodywebsite .card>hr {
  margin-right: 0;
  margin-left: 0;
}
.bodywebsite .card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bodywebsite .card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.bodywebsite .card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.bodywebsite .card>.card-header+.list-group,
.bodywebsite .card>.list-group+.card-footer {
  border-top: 0;
}
.bodywebsite .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.bodywebsite .card-title {
  margin-bottom: .5rem;
}
.bodywebsite .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.bodywebsite .card-text:last-child {
  margin-bottom: 0;
}
.bodywebsite .card-link:hover {
  text-decoration: none;
}
.bodywebsite .card-link+.card-link {
  margin-left: 1rem;
}
.bodywebsite .card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
.bodywebsite .card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.bodywebsite .card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0,0,0,0.03);
  border-top: 1px solid rgba(0,0,0,0.125);
}
.bodywebsite .card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.bodywebsite .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.bodywebsite .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.bodywebsite .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(-0.75rem);
}
.bodywebsite .card-img,
.bodywebsite .card-img-bottom,
.bodywebsite .card-img-top {
  width: 100%;
}
.bodywebsite .card-img,
.bodywebsite .card-img-top {
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.bodywebsite .card-img,
.bodywebsite .card-img-bottom {
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.bodywebsite .card-group>.card {
  margin-bottom: .75rem;
}
@media (min-width: 576px) {
  .bodywebsite .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bodywebsite .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bodywebsite .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }
  .bodywebsite .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bodywebsite .card-group>.card:not(:last-child) .card-header,
  .bodywebsite .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .bodywebsite .card-group>.card:not(:last-child) .card-footer,
  .bodywebsite .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .bodywebsite .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .card-group>.card:not(:first-child) .card-header,
  .bodywebsite .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .bodywebsite .card-group>.card:not(:first-child) .card-footer,
  .bodywebsite .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.bodywebsite .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .accordion-button {
    transition: none;
  }
}
.bodywebsite .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}
.bodywebsite .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.bodywebsite .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .accordion-button::after {
    transition: none;
  }
}
.bodywebsite .accordion-button:hover {
  z-index: 2;
}
.bodywebsite .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .accordion-header {
  margin-bottom: 0;
}
.bodywebsite .accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
.bodywebsite .accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.bodywebsite .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.bodywebsite .accordion-item:last-of-type {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.bodywebsite .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.bodywebsite .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.bodywebsite .accordion-body {
  padding: 1rem 1.25rem;
}
.bodywebsite .accordion-flush .accordion-collapse {
  border-width: 0;
}
.bodywebsite .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.bodywebsite .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.bodywebsite .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.bodywebsite .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.bodywebsite .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.bodywebsite .breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}
.bodywebsite .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider,"/");
}
.bodywebsite .breadcrumb-item.active {
  color: #6c757d;
}
.bodywebsite .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.bodywebsite .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .bodywebsite .page-link {
    transition: none;
  }
}
.bodywebsite .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bodywebsite .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
}
.bodywebsite .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.bodywebsite .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.bodywebsite .page-link {
  padding: .375rem .75rem;
}
.bodywebsite .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.bodywebsite .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.bodywebsite .pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}
.bodywebsite .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.bodywebsite .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.bodywebsite .pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}
.bodywebsite .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.bodywebsite .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.bodywebsite .badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.bodywebsite .badge:empty {
  display: none;
}
.bodywebsite .btn .badge {
  position: relative;
  top: -1px;
}
.bodywebsite .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.bodywebsite .alert-heading {
  color: inherit;
}
.bodywebsite .alert-link {
  font-weight: 700;
}
.bodywebsite .alert-dismissible {
  padding-right: 3rem;
}
.bodywebsite .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.bodywebsite .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.bodywebsite .alert-primary .alert-link {
  color: #06357a;
}
.bodywebsite .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.bodywebsite .alert-secondary .alert-link {
  color: #34383c;
}
.bodywebsite .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.bodywebsite .alert-success .alert-link {
  color: #0c4128;
}
.bodywebsite .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.bodywebsite .alert-info .alert-link {
  color: #04414d;
}
.bodywebsite .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.bodywebsite .alert-warning .alert-link {
  color: #523e02;
}
.bodywebsite .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.bodywebsite .alert-danger .alert-link {
  color: #6a1a21;
}
.bodywebsite .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bodywebsite .alert-light .alert-link {
  color: #4f5050;
}
.bodywebsite .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.bodywebsite .alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  .bodywebsite 0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  .bodywebsite 0% {
    background-position-x: 1rem;
  }
}
.bodywebsite .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.bodywebsite .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .progress-bar {
    transition: none;
  }
}
.bodywebsite .progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}
.bodywebsite .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.bodywebsite .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}
.bodywebsite .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.bodywebsite .list-group-numbered>li::before {
  content: counters(section,".") ". ";
  counter-increment: section;
}
.bodywebsite .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bodywebsite .list-group-item-action:focus,
.bodywebsite .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bodywebsite .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.bodywebsite .list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
}
.bodywebsite .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bodywebsite .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bodywebsite .list-group-item.disabled,
.bodywebsite .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bodywebsite .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.bodywebsite .list-group-item+.list-group-item {
  border-top-width: 0;
}
.bodywebsite .list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bodywebsite .list-group-horizontal {
  flex-direction: row;
}
.bodywebsite .list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.bodywebsite .list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
.bodywebsite .list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}
.bodywebsite .list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bodywebsite .list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bodywebsite .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bodywebsite .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bodywebsite .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }
  .bodywebsite .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bodywebsite .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .list-group-horizontal-md {
    flex-direction: row;
  }
  .bodywebsite .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bodywebsite .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }
  .bodywebsite .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bodywebsite .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bodywebsite .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bodywebsite .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bodywebsite .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }
  .bodywebsite .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bodywebsite .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bodywebsite .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bodywebsite .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }
  .bodywebsite .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bodywebsite .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .bodywebsite .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .bodywebsite .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  .bodywebsite .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }
  .bodywebsite .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bodywebsite .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bodywebsite .list-group-flush {
  border-radius: 0;
}
.bodywebsite .list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}
.bodywebsite .list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}
.bodywebsite .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.bodywebsite .list-group-item-primary.list-group-item-action:focus,
.bodywebsite .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.bodywebsite .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.bodywebsite .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.bodywebsite .list-group-item-secondary.list-group-item-action:focus,
.bodywebsite .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.bodywebsite .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.bodywebsite .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.bodywebsite .list-group-item-success.list-group-item-action:focus,
.bodywebsite .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.bodywebsite .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.bodywebsite .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.bodywebsite .list-group-item-info.list-group-item-action:focus,
.bodywebsite .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.bodywebsite .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.bodywebsite .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.bodywebsite .list-group-item-warning.list-group-item-action:focus,
.bodywebsite .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.bodywebsite .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.bodywebsite .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.bodywebsite .list-group-item-danger.list-group-item-action:focus,
.bodywebsite .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.bodywebsite .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.bodywebsite .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.bodywebsite .list-group-item-light.list-group-item-action:focus,
.bodywebsite .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.bodywebsite .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.bodywebsite .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.bodywebsite .list-group-item-dark.list-group-item-action:focus,
.bodywebsite .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.bodywebsite .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.bodywebsite .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.bodywebsite .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.bodywebsite .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
  opacity: 1;
}
.bodywebsite .btn-close.disabled,
.bodywebsite .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25;
}
.bodywebsite .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.bodywebsite .toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255,255,255,0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15);
  border-radius: .25rem;
}
.bodywebsite .toast:not(.showing):not(.show) {
  opacity: 0;
}
.bodywebsite .toast.hide {
  display: none;
}
.bodywebsite .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.bodywebsite .toast-container>:not(:last-child) {
  margin-bottom: .75rem;
}
.bodywebsite .toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.bodywebsite .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: .75rem;
}
.bodywebsite .toast-body {
  padding: .75rem;
  word-wrap: break-word;
}
.bodywebsite .modal-open {
  overflow: hidden;
}
.bodywebsite .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bodywebsite .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bodywebsite .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.bodywebsite .modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .modal.fade .modal-dialog {
    transition: none;
  }
}
.bodywebsite .modal.show .modal-dialog {
  transform: none;
}
.bodywebsite .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.bodywebsite .modal-dialog-scrollable {
  height: calc(99%);
}
.bodywebsite .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.bodywebsite .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bodywebsite .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(99%);
}
.bodywebsite .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0;
}
.bodywebsite .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bodywebsite .modal-backdrop.fade {
  opacity: 0;
}
.bodywebsite .modal-backdrop.show {
  opacity: .5;
}
.bodywebsite .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.bodywebsite .modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.bodywebsite .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bodywebsite .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bodywebsite .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(-0.7rem);
  border-bottom-left-radius: calc(-0.7rem);
}
.bodywebsite .modal-footer>* {
  margin: .25rem;
}
.bodywebsite .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bodywebsite .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bodywebsite .modal-dialog-scrollable {
    height: calc(96.5%);
  }
  .bodywebsite .modal-dialog-centered {
    min-height: calc(96.5%);
  }
  .bodywebsite .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bodywebsite .modal-lg,
  .bodywebsite .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .modal-xl {
    max-width: 1140px;
  }
}
.bodywebsite .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.bodywebsite .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.bodywebsite .modal-fullscreen .modal-header {
  border-radius: 0;
}
.bodywebsite .modal-fullscreen .modal-body {
  overflow-y: auto;
}
.bodywebsite .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .bodywebsite .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bodywebsite .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .bodywebsite .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .bodywebsite .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bodywebsite .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .bodywebsite .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .bodywebsite .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bodywebsite .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .bodywebsite .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .bodywebsite .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bodywebsite .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .bodywebsite .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .bodywebsite .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .bodywebsite .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .bodywebsite .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .bodywebsite .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.bodywebsite .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bodywebsite .tooltip.show {
  opacity: .9;
}
.bodywebsite .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.bodywebsite .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=top],
.bodywebsite .bs-tooltip-top {
  padding: .4rem 0;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bodywebsite .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bodywebsite .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=right],
.bodywebsite .bs-tooltip-end {
  padding: 0 .4rem;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bodywebsite .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bodywebsite .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=bottom],
.bodywebsite .bs-tooltip-bottom {
  padding: .4rem 0;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bodywebsite .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bodywebsite .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=left],
.bodywebsite .bs-tooltip-start {
  padding: 0 .4rem;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bodywebsite .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bodywebsite .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bodywebsite .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.bodywebsite .tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.bodywebsite .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
}
.bodywebsite .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}
.bodywebsite .popover .popover-arrow::after,
.bodywebsite .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bodywebsite .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bodywebsite .bs-popover-top>.popover-arrow {
  bottom: calc(-1.5rem);
}
.bodywebsite .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bodywebsite .bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0,0,0,0.25);
}
.bodywebsite .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bodywebsite .bs-popover-top>.popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bodywebsite .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bodywebsite .bs-popover-end>.popover-arrow {
  left: calc(-1.5rem);
  width: .5rem;
  height: 1rem;
}
.bodywebsite .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bodywebsite .bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0,0,0,0.25);
}
.bodywebsite .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bodywebsite .bs-popover-end>.popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bodywebsite .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bodywebsite .bs-popover-bottom>.popover-arrow {
  top: calc(-1.5rem);
}
.bodywebsite .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bodywebsite .bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0,0,0,0.25);
}
.bodywebsite .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bodywebsite .bs-popover-bottom>.popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bodywebsite .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bodywebsite .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bodywebsite .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bodywebsite .bs-popover-start>.popover-arrow {
  right: calc(-1.5rem);
  width: .5rem;
  height: 1rem;
}
.bodywebsite .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bodywebsite .bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0,0,0,0.25);
}
.bodywebsite .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bodywebsite .bs-popover-start>.popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.bodywebsite .popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.bodywebsite .popover-header:empty {
  display: none;
}
.bodywebsite .popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.bodywebsite .carousel {
  position: relative;
}
.bodywebsite .carousel.pointer-event {
  touch-action: pan-y;
}
.bodywebsite .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bodywebsite .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bodywebsite .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .carousel-item {
    transition: none;
  }
}
.bodywebsite .carousel-item-next,
.bodywebsite .carousel-item-prev,
.bodywebsite .carousel-item.active {
  display: block;
}
.bodywebsite .active.carousel-item-end,
.bodywebsite .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.bodywebsite .active.carousel-item-start,
.bodywebsite .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.bodywebsite .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bodywebsite .carousel-fade .carousel-item-next.carousel-item-start,
.bodywebsite .carousel-fade .carousel-item-prev.carousel-item-end,
.bodywebsite .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.bodywebsite .carousel-fade .active.carousel-item-end,
.bodywebsite .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .carousel-fade .active.carousel-item-end,
  .bodywebsite .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.bodywebsite .carousel-control-next,
.bodywebsite .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .carousel-control-next,
  .bodywebsite .carousel-control-prev {
    transition: none;
  }
}
.bodywebsite .carousel-control-next:focus,
.bodywebsite .carousel-control-next:hover,
.bodywebsite .carousel-control-prev:focus,
.bodywebsite .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.bodywebsite .carousel-control-prev {
  left: 0;
}
.bodywebsite .carousel-control-next {
  right: 0;
}
.bodywebsite .carousel-control-next-icon,
.bodywebsite .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.bodywebsite .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.bodywebsite .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bodywebsite .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.bodywebsite .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.bodywebsite .carousel-indicators .active {
  opacity: 1;
}
.bodywebsite .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.bodywebsite .carousel-dark .carousel-control-next-icon,
.bodywebsite .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.bodywebsite .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.bodywebsite .carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  .bodywebsite to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  .bodywebsite to {
    transform: rotate(360deg);
  }
}
.bodywebsite .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.bodywebsite .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  .bodywebsite 0% {
    transform: scale(0);
  }
  .bodywebsite 50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  .bodywebsite 0% {
    transform: scale(0);
  }
  .bodywebsite 50% {
    opacity: 1;
    transform: none;
  }
}
.bodywebsite .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}
.bodywebsite .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .spinner-border,
  .bodywebsite .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.bodywebsite .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bodywebsite .offcanvas {
    transition: none;
  }
}
.bodywebsite .offcanvas-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.bodywebsite .offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.bodywebsite .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bodywebsite .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.bodywebsite .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0,0,0,0.2);
  transform: translateX(-100%);
}
.bodywebsite .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0,0,0,0.2);
  transform: translateX(100%);
}
.bodywebsite .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0,0,0,0.2);
  transform: translateY(100%);
}
.bodywebsite .offcanvas.show {
  transform: none;
}
.bodywebsite .offcanvas-backdrop::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1039;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0,0,0,0.5);
}
.bodywebsite .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bodywebsite .link-primary {
  color: #0d6efd;
}
.bodywebsite .link-primary:focus,
.bodywebsite .link-primary:hover {
  color: #0a58ca;
}
.bodywebsite .link-secondary {
  color: #6c757d;
}
.bodywebsite .link-secondary:focus,
.bodywebsite .link-secondary:hover {
  color: #565e64;
}
.bodywebsite .link-success {
  color: #198754;
}
.bodywebsite .link-success:focus,
.bodywebsite .link-success:hover {
  color: #146c43;
}
.bodywebsite .link-info {
  color: #0dcaf0;
}
.bodywebsite .link-info:focus,
.bodywebsite .link-info:hover {
  color: #3dd5f3;
}
.bodywebsite .link-warning {
  color: #ffc107;
}
.bodywebsite .link-warning:focus,
.bodywebsite .link-warning:hover {
  color: #ffcd39;
}
.bodywebsite .link-danger {
  color: #dc3545;
}
.bodywebsite .link-danger:focus,
.bodywebsite .link-danger:hover {
  color: #b02a37;
}
.bodywebsite .link-light {
  color: #f8f9fa;
}
.bodywebsite .link-light:focus,
.bodywebsite .link-light:hover {
  color: #f9fafb;
}
.bodywebsite .link-dark {
  color: #212529;
}
.bodywebsite .link-dark:focus,
.bodywebsite .link-dark:hover {
  color: #1a1e21;
}
.bodywebsite .ratio {
  position: relative;
  width: 100%;
}
.bodywebsite .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.bodywebsite .ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bodywebsite .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.bodywebsite .ratio-4x3 {
  --bs-aspect-ratio: calc(75%);
}
.bodywebsite .ratio-16x9 {
  --bs-aspect-ratio: calc(56.25%);
}
.bodywebsite .ratio-21x9 {
  --bs-aspect-ratio: calc(42.857142857143%);
}
.bodywebsite .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bodywebsite .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.bodywebsite .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .bodywebsite .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .bodywebsite .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .bodywebsite .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bodywebsite .visually-hidden,
.bodywebsite .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.bodywebsite .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.bodywebsite .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bodywebsite .align-baseline {
  vertical-align: baseline !important;
}
.bodywebsite .align-top {
  vertical-align: top !important;
}
.bodywebsite .align-middle {
  vertical-align: middle !important;
}
.bodywebsite .align-bottom {
  vertical-align: bottom !important;
}
.bodywebsite .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bodywebsite .align-text-top {
  vertical-align: text-top !important;
}
.bodywebsite .float-start {
  float: left !important;
}
.bodywebsite .float-end {
  float: right !important;
}
.bodywebsite .float-none {
  float: none !important;
}
.bodywebsite .overflow-auto {
  overflow: auto !important;
}
.bodywebsite .overflow-hidden {
  overflow: hidden !important;
}
.bodywebsite .overflow-visible {
  overflow: visible !important;
}
.bodywebsite .overflow-scroll {
  overflow: scroll !important;
}
.bodywebsite .d-inline {
  display: inline !important;
}
.bodywebsite .d-inline-block {
  display: inline-block !important;
}
.bodywebsite .d-block {
  display: block !important;
}
.bodywebsite .d-grid {
  display: grid !important;
}
.bodywebsite .d-table {
  display: table !important;
}
.bodywebsite .d-table-row {
  display: table-row !important;
}
.bodywebsite .d-table-cell {
  display: table-cell !important;
}
.bodywebsite .d-flex {
  display: flex !important;
}
.bodywebsite .d-inline-flex {
  display: inline-flex !important;
}
.bodywebsite .d-none {
  display: none !important;
}
.bodywebsite .shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15) !important;
}
.bodywebsite .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075) !important;
}
.bodywebsite .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
}
.bodywebsite .shadow-none {
  box-shadow: none !important;
}
.bodywebsite .position-static {
  position: static !important;
}
.bodywebsite .position-relative {
  position: relative !important;
}
.bodywebsite .position-absolute {
  position: absolute !important;
}
.bodywebsite .position-fixed {
  position: fixed !important;
}
.bodywebsite .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.bodywebsite .top-0 {
  top: 0 !important;
}
.bodywebsite .top-50 {
  top: 50% !important;
}
.bodywebsite .top-100 {
  top: 100% !important;
}
.bodywebsite .bottom-0 {
  bottom: 0 !important;
}
.bodywebsite .bottom-50 {
  bottom: 50% !important;
}
.bodywebsite .bottom-100 {
  bottom: 100% !important;
}
.bodywebsite .start-0 {
  left: 0 !important;
}
.bodywebsite .start-50 {
  left: 50% !important;
}
.bodywebsite .start-100 {
  left: 100% !important;
}
.bodywebsite .end-0 {
  right: 0 !important;
}
.bodywebsite .end-50 {
  right: 50% !important;
}
.bodywebsite .end-100 {
  right: 100% !important;
}
.bodywebsite .translate-middle {
  transform: translate(-50%,-50%) !important;
}
.bodywebsite .translate-middle-x {
  transform: translateX(-50%) !important;
}
.bodywebsite .translate-middle-y {
  transform: translateY(-50%) !important;
}
.bodywebsite .border {
  border: 1px solid #dee2e6 !important;
}
.bodywebsite .border-0 {
  border: 0 !important;
}
.bodywebsite .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bodywebsite .border-top-0 {
  border-top: 0 !important;
}
.bodywebsite .border-end {
  border-right: 1px solid #dee2e6 !important;
}
.bodywebsite .border-end-0 {
  border-right: 0 !important;
}
.bodywebsite .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bodywebsite .border-bottom-0 {
  border-bottom: 0 !important;
}
.bodywebsite .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.bodywebsite .border-start-0 {
  border-left: 0 !important;
}
.bodywebsite .border-primary {
  border-color: #0d6efd !important;
}
.bodywebsite .border-secondary {
  border-color: #6c757d !important;
}
.bodywebsite .border-success {
  border-color: #198754 !important;
}
.bodywebsite .border-info {
  border-color: #0dcaf0 !important;
}
.bodywebsite .border-warning {
  border-color: #ffc107 !important;
}
.bodywebsite .border-danger {
  border-color: #dc3545 !important;
}
.bodywebsite .border-light {
  border-color: #f8f9fa !important;
}
.bodywebsite .border-dark {
  border-color: #212529 !important;
}
.bodywebsite .border-white {
  border-color: #fff !important;
}
.bodywebsite .border-1 {
  border-width: 1px !important;
}
.bodywebsite .border-2 {
  border-width: 2px !important;
}
.bodywebsite .border-3 {
  border-width: 3px !important;
}
.bodywebsite .border-4 {
  border-width: 4px !important;
}
.bodywebsite .border-5 {
  border-width: 5px !important;
}
.bodywebsite .w-25 {
  width: 25% !important;
}
.bodywebsite .w-50 {
  width: 50% !important;
}
.bodywebsite .w-75 {
  width: 75% !important;
}
.bodywebsite .w-100 {
  width: 100% !important;
}
.bodywebsite .w-auto {
  width: auto !important;
}
.bodywebsite .mw-100 {
  max-width: 100% !important;
}
.bodywebsite .vw-100 {
  width: 100vw !important;
}
.bodywebsite .min-vw-100 {
  min-width: 100vw !important;
}
.bodywebsite .h-25 {
  height: 25% !important;
}
.bodywebsite .h-50 {
  height: 50% !important;
}
.bodywebsite .h-75 {
  height: 75% !important;
}
.bodywebsite .h-100 {
  height: 100% !important;
}
.bodywebsite .h-auto {
  height: auto !important;
}
.bodywebsite .mh-100 {
  max-height: 100% !important;
}
.bodywebsite .vh-100 {
  height: 100vh !important;
}
.bodywebsite .min-vh-100 {
  min-height: 100vh !important;
}
.bodywebsite .flex-fill {
  flex: 1 1 auto !important;
}
.bodywebsite .flex-row {
  flex-direction: row !important;
}
.bodywebsite .flex-column {
  flex-direction: column !important;
}
.bodywebsite .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bodywebsite .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bodywebsite .flex-grow-0 {
  flex-grow: 0 !important;
}
.bodywebsite .flex-grow-1 {
  flex-grow: 1 !important;
}
.bodywebsite .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bodywebsite .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bodywebsite .flex-wrap {
  flex-wrap: wrap !important;
}
.bodywebsite .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bodywebsite .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bodywebsite .gap-0 {
  gap: 0 !important;
}
.bodywebsite .gap-1 {
  gap: .25rem !important;
}
.bodywebsite .gap-2 {
  gap: .5rem !important;
}
.bodywebsite .gap-3 {
  gap: 1rem !important;
}
.bodywebsite .gap-4 {
  gap: 1.5rem !important;
}
.bodywebsite .gap-5 {
  gap: 3rem !important;
}
.bodywebsite .justify-content-start {
  justify-content: flex-start !important;
}
.bodywebsite .justify-content-end {
  justify-content: flex-end !important;
}
.bodywebsite .justify-content-center {
  justify-content: center !important;
}
.bodywebsite .justify-content-between {
  justify-content: space-between !important;
}
.bodywebsite .justify-content-around {
  justify-content: space-around !important;
}
.bodywebsite .justify-content-evenly {
  justify-content: space-evenly !important;
}
.bodywebsite .align-items-start {
  align-items: flex-start !important;
}
.bodywebsite .align-items-end {
  align-items: flex-end !important;
}
.bodywebsite .align-items-center {
  align-items: center !important;
}
.bodywebsite .align-items-baseline {
  align-items: baseline !important;
}
.bodywebsite .align-items-stretch {
  align-items: stretch !important;
}
.bodywebsite .align-content-start {
  align-content: flex-start !important;
}
.bodywebsite .align-content-end {
  align-content: flex-end !important;
}
.bodywebsite .align-content-center {
  align-content: center !important;
}
.bodywebsite .align-content-between {
  align-content: space-between !important;
}
.bodywebsite .align-content-around {
  align-content: space-around !important;
}
.bodywebsite .align-content-stretch {
  align-content: stretch !important;
}
.bodywebsite .align-self-auto {
  align-self: auto !important;
}
.bodywebsite .align-self-start {
  align-self: flex-start !important;
}
.bodywebsite .align-self-end {
  align-self: flex-end !important;
}
.bodywebsite .align-self-center {
  align-self: center !important;
}
.bodywebsite .align-self-baseline {
  align-self: baseline !important;
}
.bodywebsite .align-self-stretch {
  align-self: stretch !important;
}
.bodywebsite .order-first {
  order: -1 !important;
}
.bodywebsite .order-0 {
  order: 0 !important;
}
.bodywebsite .order-1 {
  order: 1 !important;
}
.bodywebsite .order-2 {
  order: 2 !important;
}
.bodywebsite .order-3 {
  order: 3 !important;
}
.bodywebsite .order-4 {
  order: 4 !important;
}
.bodywebsite .order-5 {
  order: 5 !important;
}
.bodywebsite .order-last {
  order: 6 !important;
}
.bodywebsite .m-0 {
  margin: 0 !important;
}
.bodywebsite .m-1 {
  margin: .25rem !important;
}
.bodywebsite .m-2 {
  margin: .5rem !important;
}
.bodywebsite .m-3 {
  margin: 1rem !important;
}
.bodywebsite .m-4 {
  margin: 1.5rem !important;
}
.bodywebsite .m-5 {
  margin: 3rem !important;
}
.bodywebsite .m-auto {
  margin: auto !important;
}
.bodywebsite .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.bodywebsite .mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.bodywebsite .mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.bodywebsite .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.bodywebsite .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.bodywebsite .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.bodywebsite .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.bodywebsite .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bodywebsite .my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.bodywebsite .my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.bodywebsite .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bodywebsite .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.bodywebsite .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.bodywebsite .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.bodywebsite .mt-0 {
  margin-top: 0 !important;
}
.bodywebsite .mt-1 {
  margin-top: .25rem !important;
}
.bodywebsite .mt-2 {
  margin-top: .5rem !important;
}
.bodywebsite .mt-3 {
  margin-top: 1rem !important;
}
.bodywebsite .mt-4 {
  margin-top: 1.5rem !important;
}
.bodywebsite .mt-5 {
  margin-top: 3rem !important;
}
.bodywebsite .mt-auto {
  margin-top: auto !important;
}
.bodywebsite .me-0 {
  margin-right: 0 !important;
}
.bodywebsite .me-1 {
  margin-right: .25rem !important;
}
.bodywebsite .me-2 {
  margin-right: .5rem !important;
}
.bodywebsite .me-3 {
  margin-right: 1rem !important;
}
.bodywebsite .me-4 {
  margin-right: 1.5rem !important;
}
.bodywebsite .me-5 {
  margin-right: 3rem !important;
}
.bodywebsite .me-auto {
  margin-right: auto !important;
}
.bodywebsite .mb-0 {
  margin-bottom: 0 !important;
}
.bodywebsite .mb-1 {
  margin-bottom: .25rem !important;
}
.bodywebsite .mb-2 {
  margin-bottom: .5rem !important;
}
.bodywebsite .mb-3 {
  margin-bottom: 1rem !important;
}
.bodywebsite .mb-4 {
  margin-bottom: 1.5rem !important;
}
.bodywebsite .mb-5 {
  margin-bottom: 3rem !important;
}
.bodywebsite .mb-auto {
  margin-bottom: auto !important;
}
.bodywebsite .ms-0 {
  margin-left: 0 !important;
}
.bodywebsite .ms-1 {
  margin-left: .25rem !important;
}
.bodywebsite .ms-2 {
  margin-left: .5rem !important;
}
.bodywebsite .ms-3 {
  margin-left: 1rem !important;
}
.bodywebsite .ms-4 {
  margin-left: 1.5rem !important;
}
.bodywebsite .ms-5 {
  margin-left: 3rem !important;
}
.bodywebsite .ms-auto {
  margin-left: auto !important;
}
.bodywebsite .p-0 {
  padding: 0 !important;
}
.bodywebsite .p-1 {
  padding: .25rem !important;
}
.bodywebsite .p-2 {
  padding: .5rem !important;
}
.bodywebsite .p-3 {
  padding: 1rem !important;
}
.bodywebsite .p-4 {
  padding: 1.5rem !important;
}
.bodywebsite .p-5 {
  padding: 3rem !important;
}
.bodywebsite .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.bodywebsite .px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.bodywebsite .px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.bodywebsite .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bodywebsite .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.bodywebsite .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.bodywebsite .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bodywebsite .py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.bodywebsite .py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.bodywebsite .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.bodywebsite .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.bodywebsite .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.bodywebsite .pt-0 {
  padding-top: 0 !important;
}
.bodywebsite .pt-1 {
  padding-top: .25rem !important;
}
.bodywebsite .pt-2 {
  padding-top: .5rem !important;
}
.bodywebsite .pt-3 {
  padding-top: 1rem !important;
}
.bodywebsite .pt-4 {
  padding-top: 1.5rem !important;
}
.bodywebsite .pt-5 {
  padding-top: 3rem !important;
}
.bodywebsite .pe-0 {
  padding-right: 0 !important;
}
.bodywebsite .pe-1 {
  padding-right: .25rem !important;
}
.bodywebsite .pe-2 {
  padding-right: .5rem !important;
}
.bodywebsite .pe-3 {
  padding-right: 1rem !important;
}
.bodywebsite .pe-4 {
  padding-right: 1.5rem !important;
}
.bodywebsite .pe-5 {
  padding-right: 3rem !important;
}
.bodywebsite .pb-0 {
  padding-bottom: 0 !important;
}
.bodywebsite .pb-1 {
  padding-bottom: .25rem !important;
}
.bodywebsite .pb-2 {
  padding-bottom: .5rem !important;
}
.bodywebsite .pb-3 {
  padding-bottom: 1rem !important;
}
.bodywebsite .pb-4 {
  padding-bottom: 1.5rem !important;
}
.bodywebsite .pb-5 {
  padding-bottom: 3rem !important;
}
.bodywebsite .ps-0 {
  padding-left: 0 !important;
}
.bodywebsite .ps-1 {
  padding-left: .25rem !important;
}
.bodywebsite .ps-2 {
  padding-left: .5rem !important;
}
.bodywebsite .ps-3 {
  padding-left: 1rem !important;
}
.bodywebsite .ps-4 {
  padding-left: 1.5rem !important;
}
.bodywebsite .ps-5 {
  padding-left: 3rem !important;
}
.bodywebsite .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.bodywebsite .fs-1 {
  font-size: calc(2.875rem) !important;
}
.bodywebsite .fs-2 {
  font-size: calc(2.225rem) !important;
}
.bodywebsite .fs-3 {
  font-size: calc(1.9rem) !important;
}
.bodywebsite .fs-4 {
  font-size: calc(1.575rem) !important;
}
.bodywebsite .fs-5 {
  font-size: 1.25rem !important;
}
.bodywebsite .fs-6 {
  font-size: 1rem !important;
}
.bodywebsite .fst-italic {
  font-style: italic !important;
}
.bodywebsite .fst-normal {
  font-style: normal !important;
}
.bodywebsite .fw-light {
  font-weight: 300 !important;
}
.bodywebsite .fw-lighter {
  font-weight: lighter !important;
}
.bodywebsite .fw-normal {
  font-weight: 400 !important;
}
.bodywebsite .fw-bold {
  font-weight: 700 !important;
}
.bodywebsite .fw-bolder {
  font-weight: bolder !important;
}
.bodywebsite .lh-1 {
  line-height: 1 !important;
}
.bodywebsite .lh-sm {
  line-height: 1.25 !important;
}
.bodywebsite .lh-base {
  line-height: 1.5 !important;
}
.bodywebsite .lh-lg {
  line-height: 2 !important;
}
.bodywebsite .text-start {
  text-align: left !important;
}
.bodywebsite .text-end {
  text-align: right !important;
}
.bodywebsite .text-center {
  text-align: center !important;
}
.bodywebsite .text-decoration-none {
  text-decoration: none !important;
}
.bodywebsite .text-decoration-underline {
  text-decoration: underline !important;
}
.bodywebsite .text-decoration-line-through {
  text-decoration: line-through !important;
}
.bodywebsite .text-lowercase {
  text-transform: lowercase !important;
}
.bodywebsite .text-uppercase {
  text-transform: uppercase !important;
}
.bodywebsite .text-capitalize {
  text-transform: capitalize !important;
}
.bodywebsite .text-wrap {
  white-space: normal !important;
}
.bodywebsite .text-nowrap {
  white-space: nowrap !important;
}
.bodywebsite .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.bodywebsite .text-primary {
  color: #0d6efd !important;
}
.bodywebsite .text-secondary {
  color: #6c757d !important;
}
.bodywebsite .text-success {
  color: #198754 !important;
}
.bodywebsite .text-info {
  color: #0dcaf0 !important;
}
.bodywebsite .text-warning {
  color: #ffc107 !important;
}
.bodywebsite .text-danger {
  color: #dc3545 !important;
}
.bodywebsite .text-light {
  color: #f8f9fa !important;
}
.bodywebsite .text-dark {
  color: #212529 !important;
}
.bodywebsite .text-white {
  color: #fff !important;
}
.bodywebsite .text-body {
  color: #212529 !important;
}
.bodywebsite .text-muted {
  color: #6c757d !important;
}
.bodywebsite .text-black-50 {
  color: rgba(0,0,0,0.5) !important;
}
.bodywebsite .text-white-50 {
  color: rgba(255,255,255,0.5) !important;
}
.bodywebsite .text-reset {
  color: inherit !important;
}
.bodywebsite .bg-primary {
  background-color: #0d6efd !important;
}
.bodywebsite .bg-secondary {
  background-color: #6c757d !important;
}
.bodywebsite .bg-success {
  background-color: #198754 !important;
}
.bodywebsite .bg-info {
  background-color: #0dcaf0 !important;
}
.bodywebsite .bg-warning {
  background-color: #ffc107 !important;
}
.bodywebsite .bg-danger {
  background-color: #dc3545 !important;
}
.bodywebsite .bg-light {
  background-color: #f8f9fa !important;
}
.bodywebsite .bg-dark {
  background-color: #212529 !important;
}
.bodywebsite .bg-body {
  background-color: #fff !important;
}
.bodywebsite .bg-white {
  background-color: #fff !important;
}
.bodywebsite .bg-transparent {
  background-color: transparent !important;
}
.bodywebsite .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.bodywebsite .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.bodywebsite .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.bodywebsite .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.bodywebsite .pe-none {
  pointer-events: none !important;
}
.bodywebsite .pe-auto {
  pointer-events: auto !important;
}
.bodywebsite .rounded {
  border-radius: .25rem !important;
}
.bodywebsite .rounded-0 {
  border-radius: 0 !important;
}
.bodywebsite .rounded-1 {
  border-radius: .2rem !important;
}
.bodywebsite .rounded-2 {
  border-radius: .25rem !important;
}
.bodywebsite .rounded-3 {
  border-radius: .3rem !important;
}
.bodywebsite .rounded-circle {
  border-radius: 50% !important;
}
.bodywebsite .rounded-pill {
  border-radius: 50rem !important;
}
.bodywebsite .rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.bodywebsite .rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.bodywebsite .rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.bodywebsite .rounded-start {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important;
}
.bodywebsite .visible {
  visibility: visible !important;
}
.bodywebsite .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .bodywebsite .float-sm-start {
    float: left !important;
  }
  .bodywebsite .float-sm-end {
    float: right !important;
  }
  .bodywebsite .float-sm-none {
    float: none !important;
  }
  .bodywebsite .d-sm-inline {
    display: inline !important;
  }
  .bodywebsite .d-sm-inline-block {
    display: inline-block !important;
  }
  .bodywebsite .d-sm-block {
    display: block !important;
  }
  .bodywebsite .d-sm-grid {
    display: grid !important;
  }
  .bodywebsite .d-sm-table {
    display: table !important;
  }
  .bodywebsite .d-sm-table-row {
    display: table-row !important;
  }
  .bodywebsite .d-sm-table-cell {
    display: table-cell !important;
  }
  .bodywebsite .d-sm-flex {
    display: flex !important;
  }
  .bodywebsite .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .bodywebsite .d-sm-none {
    display: none !important;
  }
  .bodywebsite .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bodywebsite .flex-sm-row {
    flex-direction: row !important;
  }
  .bodywebsite .flex-sm-column {
    flex-direction: column !important;
  }
  .bodywebsite .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bodywebsite .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bodywebsite .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bodywebsite .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bodywebsite .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bodywebsite .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bodywebsite .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bodywebsite .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bodywebsite .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bodywebsite .gap-sm-0 {
    gap: 0 !important;
  }
  .bodywebsite .gap-sm-1 {
    gap: .25rem !important;
  }
  .bodywebsite .gap-sm-2 {
    gap: .5rem !important;
  }
  .bodywebsite .gap-sm-3 {
    gap: 1rem !important;
  }
  .bodywebsite .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bodywebsite .gap-sm-5 {
    gap: 3rem !important;
  }
  .bodywebsite .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bodywebsite .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bodywebsite .justify-content-sm-center {
    justify-content: center !important;
  }
  .bodywebsite .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bodywebsite .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bodywebsite .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .bodywebsite .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bodywebsite .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bodywebsite .align-items-sm-center {
    align-items: center !important;
  }
  .bodywebsite .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bodywebsite .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bodywebsite .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bodywebsite .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bodywebsite .align-content-sm-center {
    align-content: center !important;
  }
  .bodywebsite .align-content-sm-between {
    align-content: space-between !important;
  }
  .bodywebsite .align-content-sm-around {
    align-content: space-around !important;
  }
  .bodywebsite .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bodywebsite .align-self-sm-auto {
    align-self: auto !important;
  }
  .bodywebsite .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bodywebsite .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bodywebsite .align-self-sm-center {
    align-self: center !important;
  }
  .bodywebsite .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bodywebsite .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .bodywebsite .order-sm-first {
    order: -1 !important;
  }
  .bodywebsite .order-sm-0 {
    order: 0 !important;
  }
  .bodywebsite .order-sm-1 {
    order: 1 !important;
  }
  .bodywebsite .order-sm-2 {
    order: 2 !important;
  }
  .bodywebsite .order-sm-3 {
    order: 3 !important;
  }
  .bodywebsite .order-sm-4 {
    order: 4 !important;
  }
  .bodywebsite .order-sm-5 {
    order: 5 !important;
  }
  .bodywebsite .order-sm-last {
    order: 6 !important;
  }
  .bodywebsite .m-sm-0 {
    margin: 0 !important;
  }
  .bodywebsite .m-sm-1 {
    margin: .25rem !important;
  }
  .bodywebsite .m-sm-2 {
    margin: .5rem !important;
  }
  .bodywebsite .m-sm-3 {
    margin: 1rem !important;
  }
  .bodywebsite .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bodywebsite .m-sm-5 {
    margin: 3rem !important;
  }
  .bodywebsite .m-sm-auto {
    margin: auto !important;
  }
  .bodywebsite .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bodywebsite .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .bodywebsite .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .bodywebsite .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bodywebsite .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bodywebsite .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bodywebsite .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bodywebsite .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bodywebsite .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .bodywebsite .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .bodywebsite .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bodywebsite .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bodywebsite .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bodywebsite .mt-sm-0 {
    margin-top: 0 !important;
  }
  .bodywebsite .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .bodywebsite .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .bodywebsite .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .bodywebsite .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bodywebsite .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .bodywebsite .mt-sm-auto {
    margin-top: auto !important;
  }
  .bodywebsite .me-sm-0 {
    margin-right: 0 !important;
  }
  .bodywebsite .me-sm-1 {
    margin-right: .25rem !important;
  }
  .bodywebsite .me-sm-2 {
    margin-right: .5rem !important;
  }
  .bodywebsite .me-sm-3 {
    margin-right: 1rem !important;
  }
  .bodywebsite .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bodywebsite .me-sm-5 {
    margin-right: 3rem !important;
  }
  .bodywebsite .me-sm-auto {
    margin-right: auto !important;
  }
  .bodywebsite .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .bodywebsite .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .bodywebsite .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .bodywebsite .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bodywebsite .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bodywebsite .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .bodywebsite .ms-sm-0 {
    margin-left: 0 !important;
  }
  .bodywebsite .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .bodywebsite .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .bodywebsite .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .bodywebsite .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bodywebsite .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .bodywebsite .ms-sm-auto {
    margin-left: auto !important;
  }
  .bodywebsite .p-sm-0 {
    padding: 0 !important;
  }
  .bodywebsite .p-sm-1 {
    padding: .25rem !important;
  }
  .bodywebsite .p-sm-2 {
    padding: .5rem !important;
  }
  .bodywebsite .p-sm-3 {
    padding: 1rem !important;
  }
  .bodywebsite .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bodywebsite .p-sm-5 {
    padding: 3rem !important;
  }
  .bodywebsite .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bodywebsite .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .bodywebsite .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .bodywebsite .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bodywebsite .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bodywebsite .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bodywebsite .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bodywebsite .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .bodywebsite .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .bodywebsite .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bodywebsite .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bodywebsite .pt-sm-0 {
    padding-top: 0 !important;
  }
  .bodywebsite .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .bodywebsite .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .bodywebsite .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .bodywebsite .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bodywebsite .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .bodywebsite .pe-sm-0 {
    padding-right: 0 !important;
  }
  .bodywebsite .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .bodywebsite .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .bodywebsite .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .bodywebsite .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bodywebsite .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .bodywebsite .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .bodywebsite .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .bodywebsite .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .bodywebsite .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bodywebsite .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bodywebsite .ps-sm-0 {
    padding-left: 0 !important;
  }
  .bodywebsite .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .bodywebsite .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .bodywebsite .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .bodywebsite .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bodywebsite .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .bodywebsite .text-sm-start {
    text-align: left !important;
  }
  .bodywebsite .text-sm-end {
    text-align: right !important;
  }
  .bodywebsite .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bodywebsite .float-md-start {
    float: left !important;
  }
  .bodywebsite .float-md-end {
    float: right !important;
  }
  .bodywebsite .float-md-none {
    float: none !important;
  }
  .bodywebsite .d-md-inline {
    display: inline !important;
  }
  .bodywebsite .d-md-inline-block {
    display: inline-block !important;
  }
  .bodywebsite .d-md-block {
    display: block !important;
  }
  .bodywebsite .d-md-grid {
    display: grid !important;
  }
  .bodywebsite .d-md-table {
    display: table !important;
  }
  .bodywebsite .d-md-table-row {
    display: table-row !important;
  }
  .bodywebsite .d-md-table-cell {
    display: table-cell !important;
  }
  .bodywebsite .d-md-flex {
    display: flex !important;
  }
  .bodywebsite .d-md-inline-flex {
    display: inline-flex !important;
  }
  .bodywebsite .d-md-none {
    display: none !important;
  }
  .bodywebsite .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bodywebsite .flex-md-row {
    flex-direction: row !important;
  }
  .bodywebsite .flex-md-column {
    flex-direction: column !important;
  }
  .bodywebsite .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bodywebsite .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bodywebsite .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bodywebsite .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bodywebsite .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bodywebsite .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bodywebsite .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bodywebsite .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bodywebsite .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bodywebsite .gap-md-0 {
    gap: 0 !important;
  }
  .bodywebsite .gap-md-1 {
    gap: .25rem !important;
  }
  .bodywebsite .gap-md-2 {
    gap: .5rem !important;
  }
  .bodywebsite .gap-md-3 {
    gap: 1rem !important;
  }
  .bodywebsite .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bodywebsite .gap-md-5 {
    gap: 3rem !important;
  }
  .bodywebsite .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bodywebsite .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bodywebsite .justify-content-md-center {
    justify-content: center !important;
  }
  .bodywebsite .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bodywebsite .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bodywebsite .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .bodywebsite .align-items-md-start {
    align-items: flex-start !important;
  }
  .bodywebsite .align-items-md-end {
    align-items: flex-end !important;
  }
  .bodywebsite .align-items-md-center {
    align-items: center !important;
  }
  .bodywebsite .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bodywebsite .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bodywebsite .align-content-md-start {
    align-content: flex-start !important;
  }
  .bodywebsite .align-content-md-end {
    align-content: flex-end !important;
  }
  .bodywebsite .align-content-md-center {
    align-content: center !important;
  }
  .bodywebsite .align-content-md-between {
    align-content: space-between !important;
  }
  .bodywebsite .align-content-md-around {
    align-content: space-around !important;
  }
  .bodywebsite .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bodywebsite .align-self-md-auto {
    align-self: auto !important;
  }
  .bodywebsite .align-self-md-start {
    align-self: flex-start !important;
  }
  .bodywebsite .align-self-md-end {
    align-self: flex-end !important;
  }
  .bodywebsite .align-self-md-center {
    align-self: center !important;
  }
  .bodywebsite .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bodywebsite .align-self-md-stretch {
    align-self: stretch !important;
  }
  .bodywebsite .order-md-first {
    order: -1 !important;
  }
  .bodywebsite .order-md-0 {
    order: 0 !important;
  }
  .bodywebsite .order-md-1 {
    order: 1 !important;
  }
  .bodywebsite .order-md-2 {
    order: 2 !important;
  }
  .bodywebsite .order-md-3 {
    order: 3 !important;
  }
  .bodywebsite .order-md-4 {
    order: 4 !important;
  }
  .bodywebsite .order-md-5 {
    order: 5 !important;
  }
  .bodywebsite .order-md-last {
    order: 6 !important;
  }
  .bodywebsite .m-md-0 {
    margin: 0 !important;
  }
  .bodywebsite .m-md-1 {
    margin: .25rem !important;
  }
  .bodywebsite .m-md-2 {
    margin: .5rem !important;
  }
  .bodywebsite .m-md-3 {
    margin: 1rem !important;
  }
  .bodywebsite .m-md-4 {
    margin: 1.5rem !important;
  }
  .bodywebsite .m-md-5 {
    margin: 3rem !important;
  }
  .bodywebsite .m-md-auto {
    margin: auto !important;
  }
  .bodywebsite .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bodywebsite .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .bodywebsite .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .bodywebsite .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bodywebsite .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bodywebsite .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bodywebsite .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bodywebsite .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bodywebsite .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .bodywebsite .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .bodywebsite .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bodywebsite .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bodywebsite .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bodywebsite .mt-md-0 {
    margin-top: 0 !important;
  }
  .bodywebsite .mt-md-1 {
    margin-top: .25rem !important;
  }
  .bodywebsite .mt-md-2 {
    margin-top: .5rem !important;
  }
  .bodywebsite .mt-md-3 {
    margin-top: 1rem !important;
  }
  .bodywebsite .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .bodywebsite .mt-md-5 {
    margin-top: 3rem !important;
  }
  .bodywebsite .mt-md-auto {
    margin-top: auto !important;
  }
  .bodywebsite .me-md-0 {
    margin-right: 0 !important;
  }
  .bodywebsite .me-md-1 {
    margin-right: .25rem !important;
  }
  .bodywebsite .me-md-2 {
    margin-right: .5rem !important;
  }
  .bodywebsite .me-md-3 {
    margin-right: 1rem !important;
  }
  .bodywebsite .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .bodywebsite .me-md-5 {
    margin-right: 3rem !important;
  }
  .bodywebsite .me-md-auto {
    margin-right: auto !important;
  }
  .bodywebsite .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .bodywebsite .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .bodywebsite .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .bodywebsite .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .bodywebsite .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .bodywebsite .mb-md-auto {
    margin-bottom: auto !important;
  }
  .bodywebsite .ms-md-0 {
    margin-left: 0 !important;
  }
  .bodywebsite .ms-md-1 {
    margin-left: .25rem !important;
  }
  .bodywebsite .ms-md-2 {
    margin-left: .5rem !important;
  }
  .bodywebsite .ms-md-3 {
    margin-left: 1rem !important;
  }
  .bodywebsite .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .bodywebsite .ms-md-5 {
    margin-left: 3rem !important;
  }
  .bodywebsite .ms-md-auto {
    margin-left: auto !important;
  }
  .bodywebsite .p-md-0 {
    padding: 0 !important;
  }
  .bodywebsite .p-md-1 {
    padding: .25rem !important;
  }
  .bodywebsite .p-md-2 {
    padding: .5rem !important;
  }
  .bodywebsite .p-md-3 {
    padding: 1rem !important;
  }
  .bodywebsite .p-md-4 {
    padding: 1.5rem !important;
  }
  .bodywebsite .p-md-5 {
    padding: 3rem !important;
  }
  .bodywebsite .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bodywebsite .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .bodywebsite .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .bodywebsite .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bodywebsite .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bodywebsite .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bodywebsite .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bodywebsite .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .bodywebsite .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .bodywebsite .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bodywebsite .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bodywebsite .pt-md-0 {
    padding-top: 0 !important;
  }
  .bodywebsite .pt-md-1 {
    padding-top: .25rem !important;
  }
  .bodywebsite .pt-md-2 {
    padding-top: .5rem !important;
  }
  .bodywebsite .pt-md-3 {
    padding-top: 1rem !important;
  }
  .bodywebsite .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .bodywebsite .pt-md-5 {
    padding-top: 3rem !important;
  }
  .bodywebsite .pe-md-0 {
    padding-right: 0 !important;
  }
  .bodywebsite .pe-md-1 {
    padding-right: .25rem !important;
  }
  .bodywebsite .pe-md-2 {
    padding-right: .5rem !important;
  }
  .bodywebsite .pe-md-3 {
    padding-right: 1rem !important;
  }
  .bodywebsite .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .bodywebsite .pe-md-5 {
    padding-right: 3rem !important;
  }
  .bodywebsite .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .bodywebsite .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .bodywebsite .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .bodywebsite .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .bodywebsite .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .bodywebsite .ps-md-0 {
    padding-left: 0 !important;
  }
  .bodywebsite .ps-md-1 {
    padding-left: .25rem !important;
  }
  .bodywebsite .ps-md-2 {
    padding-left: .5rem !important;
  }
  .bodywebsite .ps-md-3 {
    padding-left: 1rem !important;
  }
  .bodywebsite .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .bodywebsite .ps-md-5 {
    padding-left: 3rem !important;
  }
  .bodywebsite .text-md-start {
    text-align: left !important;
  }
  .bodywebsite .text-md-end {
    text-align: right !important;
  }
  .bodywebsite .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bodywebsite .float-lg-start {
    float: left !important;
  }
  .bodywebsite .float-lg-end {
    float: right !important;
  }
  .bodywebsite .float-lg-none {
    float: none !important;
  }
  .bodywebsite .d-lg-inline {
    display: inline !important;
  }
  .bodywebsite .d-lg-inline-block {
    display: inline-block !important;
  }
  .bodywebsite .d-lg-block {
    display: block !important;
  }
  .bodywebsite .d-lg-grid {
    display: grid !important;
  }
  .bodywebsite .d-lg-table {
    display: table !important;
  }
  .bodywebsite .d-lg-table-row {
    display: table-row !important;
  }
  .bodywebsite .d-lg-table-cell {
    display: table-cell !important;
  }
  .bodywebsite .d-lg-flex {
    display: flex !important;
  }
  .bodywebsite .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .bodywebsite .d-lg-none {
    display: none !important;
  }
  .bodywebsite .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bodywebsite .flex-lg-row {
    flex-direction: row !important;
  }
  .bodywebsite .flex-lg-column {
    flex-direction: column !important;
  }
  .bodywebsite .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bodywebsite .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bodywebsite .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bodywebsite .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bodywebsite .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bodywebsite .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bodywebsite .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bodywebsite .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bodywebsite .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bodywebsite .gap-lg-0 {
    gap: 0 !important;
  }
  .bodywebsite .gap-lg-1 {
    gap: .25rem !important;
  }
  .bodywebsite .gap-lg-2 {
    gap: .5rem !important;
  }
  .bodywebsite .gap-lg-3 {
    gap: 1rem !important;
  }
  .bodywebsite .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bodywebsite .gap-lg-5 {
    gap: 3rem !important;
  }
  .bodywebsite .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bodywebsite .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bodywebsite .justify-content-lg-center {
    justify-content: center !important;
  }
  .bodywebsite .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bodywebsite .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bodywebsite .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .bodywebsite .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bodywebsite .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bodywebsite .align-items-lg-center {
    align-items: center !important;
  }
  .bodywebsite .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bodywebsite .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bodywebsite .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bodywebsite .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bodywebsite .align-content-lg-center {
    align-content: center !important;
  }
  .bodywebsite .align-content-lg-between {
    align-content: space-between !important;
  }
  .bodywebsite .align-content-lg-around {
    align-content: space-around !important;
  }
  .bodywebsite .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bodywebsite .align-self-lg-auto {
    align-self: auto !important;
  }
  .bodywebsite .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bodywebsite .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bodywebsite .align-self-lg-center {
    align-self: center !important;
  }
  .bodywebsite .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bodywebsite .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .bodywebsite .order-lg-first {
    order: -1 !important;
  }
  .bodywebsite .order-lg-0 {
    order: 0 !important;
  }
  .bodywebsite .order-lg-1 {
    order: 1 !important;
  }
  .bodywebsite .order-lg-2 {
    order: 2 !important;
  }
  .bodywebsite .order-lg-3 {
    order: 3 !important;
  }
  .bodywebsite .order-lg-4 {
    order: 4 !important;
  }
  .bodywebsite .order-lg-5 {
    order: 5 !important;
  }
  .bodywebsite .order-lg-last {
    order: 6 !important;
  }
  .bodywebsite .m-lg-0 {
    margin: 0 !important;
  }
  .bodywebsite .m-lg-1 {
    margin: .25rem !important;
  }
  .bodywebsite .m-lg-2 {
    margin: .5rem !important;
  }
  .bodywebsite .m-lg-3 {
    margin: 1rem !important;
  }
  .bodywebsite .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bodywebsite .m-lg-5 {
    margin: 3rem !important;
  }
  .bodywebsite .m-lg-auto {
    margin: auto !important;
  }
  .bodywebsite .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bodywebsite .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .bodywebsite .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .bodywebsite .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bodywebsite .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bodywebsite .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bodywebsite .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bodywebsite .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bodywebsite .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .bodywebsite .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .bodywebsite .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bodywebsite .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bodywebsite .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bodywebsite .mt-lg-0 {
    margin-top: 0 !important;
  }
  .bodywebsite .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .bodywebsite .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .bodywebsite .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .bodywebsite .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bodywebsite .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .bodywebsite .mt-lg-auto {
    margin-top: auto !important;
  }
  .bodywebsite .me-lg-0 {
    margin-right: 0 !important;
  }
  .bodywebsite .me-lg-1 {
    margin-right: .25rem !important;
  }
  .bodywebsite .me-lg-2 {
    margin-right: .5rem !important;
  }
  .bodywebsite .me-lg-3 {
    margin-right: 1rem !important;
  }
  .bodywebsite .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bodywebsite .me-lg-5 {
    margin-right: 3rem !important;
  }
  .bodywebsite .me-lg-auto {
    margin-right: auto !important;
  }
  .bodywebsite .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .bodywebsite .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .bodywebsite .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .bodywebsite .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bodywebsite .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bodywebsite .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .bodywebsite .ms-lg-0 {
    margin-left: 0 !important;
  }
  .bodywebsite .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .bodywebsite .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .bodywebsite .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .bodywebsite .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bodywebsite .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .bodywebsite .ms-lg-auto {
    margin-left: auto !important;
  }
  .bodywebsite .p-lg-0 {
    padding: 0 !important;
  }
  .bodywebsite .p-lg-1 {
    padding: .25rem !important;
  }
  .bodywebsite .p-lg-2 {
    padding: .5rem !important;
  }
  .bodywebsite .p-lg-3 {
    padding: 1rem !important;
  }
  .bodywebsite .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bodywebsite .p-lg-5 {
    padding: 3rem !important;
  }
  .bodywebsite .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bodywebsite .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .bodywebsite .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .bodywebsite .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bodywebsite .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bodywebsite .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bodywebsite .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bodywebsite .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .bodywebsite .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .bodywebsite .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bodywebsite .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bodywebsite .pt-lg-0 {
    padding-top: 0 !important;
  }
  .bodywebsite .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .bodywebsite .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .bodywebsite .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .bodywebsite .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bodywebsite .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .bodywebsite .pe-lg-0 {
    padding-right: 0 !important;
  }
  .bodywebsite .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .bodywebsite .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .bodywebsite .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .bodywebsite .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bodywebsite .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .bodywebsite .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .bodywebsite .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .bodywebsite .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .bodywebsite .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bodywebsite .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bodywebsite .ps-lg-0 {
    padding-left: 0 !important;
  }
  .bodywebsite .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .bodywebsite .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .bodywebsite .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .bodywebsite .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bodywebsite .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .bodywebsite .text-lg-start {
    text-align: left !important;
  }
  .bodywebsite .text-lg-end {
    text-align: right !important;
  }
  .bodywebsite .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .float-xl-start {
    float: left !important;
  }
  .bodywebsite .float-xl-end {
    float: right !important;
  }
  .bodywebsite .float-xl-none {
    float: none !important;
  }
  .bodywebsite .d-xl-inline {
    display: inline !important;
  }
  .bodywebsite .d-xl-inline-block {
    display: inline-block !important;
  }
  .bodywebsite .d-xl-block {
    display: block !important;
  }
  .bodywebsite .d-xl-grid {
    display: grid !important;
  }
  .bodywebsite .d-xl-table {
    display: table !important;
  }
  .bodywebsite .d-xl-table-row {
    display: table-row !important;
  }
  .bodywebsite .d-xl-table-cell {
    display: table-cell !important;
  }
  .bodywebsite .d-xl-flex {
    display: flex !important;
  }
  .bodywebsite .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .bodywebsite .d-xl-none {
    display: none !important;
  }
  .bodywebsite .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bodywebsite .flex-xl-row {
    flex-direction: row !important;
  }
  .bodywebsite .flex-xl-column {
    flex-direction: column !important;
  }
  .bodywebsite .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bodywebsite .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bodywebsite .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bodywebsite .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bodywebsite .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bodywebsite .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bodywebsite .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bodywebsite .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bodywebsite .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bodywebsite .gap-xl-0 {
    gap: 0 !important;
  }
  .bodywebsite .gap-xl-1 {
    gap: .25rem !important;
  }
  .bodywebsite .gap-xl-2 {
    gap: .5rem !important;
  }
  .bodywebsite .gap-xl-3 {
    gap: 1rem !important;
  }
  .bodywebsite .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bodywebsite .gap-xl-5 {
    gap: 3rem !important;
  }
  .bodywebsite .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bodywebsite .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bodywebsite .justify-content-xl-center {
    justify-content: center !important;
  }
  .bodywebsite .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bodywebsite .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bodywebsite .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .bodywebsite .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bodywebsite .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bodywebsite .align-items-xl-center {
    align-items: center !important;
  }
  .bodywebsite .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bodywebsite .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bodywebsite .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bodywebsite .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bodywebsite .align-content-xl-center {
    align-content: center !important;
  }
  .bodywebsite .align-content-xl-between {
    align-content: space-between !important;
  }
  .bodywebsite .align-content-xl-around {
    align-content: space-around !important;
  }
  .bodywebsite .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bodywebsite .align-self-xl-auto {
    align-self: auto !important;
  }
  .bodywebsite .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bodywebsite .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bodywebsite .align-self-xl-center {
    align-self: center !important;
  }
  .bodywebsite .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bodywebsite .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .bodywebsite .order-xl-first {
    order: -1 !important;
  }
  .bodywebsite .order-xl-0 {
    order: 0 !important;
  }
  .bodywebsite .order-xl-1 {
    order: 1 !important;
  }
  .bodywebsite .order-xl-2 {
    order: 2 !important;
  }
  .bodywebsite .order-xl-3 {
    order: 3 !important;
  }
  .bodywebsite .order-xl-4 {
    order: 4 !important;
  }
  .bodywebsite .order-xl-5 {
    order: 5 !important;
  }
  .bodywebsite .order-xl-last {
    order: 6 !important;
  }
  .bodywebsite .m-xl-0 {
    margin: 0 !important;
  }
  .bodywebsite .m-xl-1 {
    margin: .25rem !important;
  }
  .bodywebsite .m-xl-2 {
    margin: .5rem !important;
  }
  .bodywebsite .m-xl-3 {
    margin: 1rem !important;
  }
  .bodywebsite .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bodywebsite .m-xl-5 {
    margin: 3rem !important;
  }
  .bodywebsite .m-xl-auto {
    margin: auto !important;
  }
  .bodywebsite .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bodywebsite .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .bodywebsite .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .bodywebsite .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bodywebsite .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bodywebsite .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bodywebsite .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bodywebsite .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bodywebsite .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .bodywebsite .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .bodywebsite .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bodywebsite .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bodywebsite .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bodywebsite .mt-xl-0 {
    margin-top: 0 !important;
  }
  .bodywebsite .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .bodywebsite .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .bodywebsite .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .bodywebsite .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bodywebsite .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .bodywebsite .mt-xl-auto {
    margin-top: auto !important;
  }
  .bodywebsite .me-xl-0 {
    margin-right: 0 !important;
  }
  .bodywebsite .me-xl-1 {
    margin-right: .25rem !important;
  }
  .bodywebsite .me-xl-2 {
    margin-right: .5rem !important;
  }
  .bodywebsite .me-xl-3 {
    margin-right: 1rem !important;
  }
  .bodywebsite .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bodywebsite .me-xl-5 {
    margin-right: 3rem !important;
  }
  .bodywebsite .me-xl-auto {
    margin-right: auto !important;
  }
  .bodywebsite .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .bodywebsite .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .bodywebsite .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .bodywebsite .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bodywebsite .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bodywebsite .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .bodywebsite .ms-xl-0 {
    margin-left: 0 !important;
  }
  .bodywebsite .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .bodywebsite .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .bodywebsite .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .bodywebsite .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bodywebsite .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .bodywebsite .ms-xl-auto {
    margin-left: auto !important;
  }
  .bodywebsite .p-xl-0 {
    padding: 0 !important;
  }
  .bodywebsite .p-xl-1 {
    padding: .25rem !important;
  }
  .bodywebsite .p-xl-2 {
    padding: .5rem !important;
  }
  .bodywebsite .p-xl-3 {
    padding: 1rem !important;
  }
  .bodywebsite .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bodywebsite .p-xl-5 {
    padding: 3rem !important;
  }
  .bodywebsite .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bodywebsite .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .bodywebsite .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .bodywebsite .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bodywebsite .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bodywebsite .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bodywebsite .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bodywebsite .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .bodywebsite .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .bodywebsite .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bodywebsite .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bodywebsite .pt-xl-0 {
    padding-top: 0 !important;
  }
  .bodywebsite .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .bodywebsite .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .bodywebsite .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .bodywebsite .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bodywebsite .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .bodywebsite .pe-xl-0 {
    padding-right: 0 !important;
  }
  .bodywebsite .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .bodywebsite .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .bodywebsite .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .bodywebsite .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bodywebsite .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .bodywebsite .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .bodywebsite .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .bodywebsite .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .bodywebsite .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bodywebsite .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bodywebsite .ps-xl-0 {
    padding-left: 0 !important;
  }
  .bodywebsite .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .bodywebsite .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .bodywebsite .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .bodywebsite .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bodywebsite .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .bodywebsite .text-xl-start {
    text-align: left !important;
  }
  .bodywebsite .text-xl-end {
    text-align: right !important;
  }
  .bodywebsite .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .float-xxl-start {
    float: left !important;
  }
  .bodywebsite .float-xxl-end {
    float: right !important;
  }
  .bodywebsite .float-xxl-none {
    float: none !important;
  }
  .bodywebsite .d-xxl-inline {
    display: inline !important;
  }
  .bodywebsite .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bodywebsite .d-xxl-block {
    display: block !important;
  }
  .bodywebsite .d-xxl-grid {
    display: grid !important;
  }
  .bodywebsite .d-xxl-table {
    display: table !important;
  }
  .bodywebsite .d-xxl-table-row {
    display: table-row !important;
  }
  .bodywebsite .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bodywebsite .d-xxl-flex {
    display: flex !important;
  }
  .bodywebsite .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .bodywebsite .d-xxl-none {
    display: none !important;
  }
  .bodywebsite .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bodywebsite .flex-xxl-row {
    flex-direction: row !important;
  }
  .bodywebsite .flex-xxl-column {
    flex-direction: column !important;
  }
  .bodywebsite .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bodywebsite .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bodywebsite .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bodywebsite .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bodywebsite .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bodywebsite .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bodywebsite .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bodywebsite .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bodywebsite .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bodywebsite .gap-xxl-0 {
    gap: 0 !important;
  }
  .bodywebsite .gap-xxl-1 {
    gap: .25rem !important;
  }
  .bodywebsite .gap-xxl-2 {
    gap: .5rem !important;
  }
  .bodywebsite .gap-xxl-3 {
    gap: 1rem !important;
  }
  .bodywebsite .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .bodywebsite .gap-xxl-5 {
    gap: 3rem !important;
  }
  .bodywebsite .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bodywebsite .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bodywebsite .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bodywebsite .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bodywebsite .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bodywebsite .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .bodywebsite .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bodywebsite .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bodywebsite .align-items-xxl-center {
    align-items: center !important;
  }
  .bodywebsite .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bodywebsite .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bodywebsite .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bodywebsite .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bodywebsite .align-content-xxl-center {
    align-content: center !important;
  }
  .bodywebsite .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bodywebsite .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bodywebsite .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bodywebsite .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bodywebsite .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bodywebsite .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bodywebsite .align-self-xxl-center {
    align-self: center !important;
  }
  .bodywebsite .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bodywebsite .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .bodywebsite .order-xxl-first {
    order: -1 !important;
  }
  .bodywebsite .order-xxl-0 {
    order: 0 !important;
  }
  .bodywebsite .order-xxl-1 {
    order: 1 !important;
  }
  .bodywebsite .order-xxl-2 {
    order: 2 !important;
  }
  .bodywebsite .order-xxl-3 {
    order: 3 !important;
  }
  .bodywebsite .order-xxl-4 {
    order: 4 !important;
  }
  .bodywebsite .order-xxl-5 {
    order: 5 !important;
  }
  .bodywebsite .order-xxl-last {
    order: 6 !important;
  }
  .bodywebsite .m-xxl-0 {
    margin: 0 !important;
  }
  .bodywebsite .m-xxl-1 {
    margin: .25rem !important;
  }
  .bodywebsite .m-xxl-2 {
    margin: .5rem !important;
  }
  .bodywebsite .m-xxl-3 {
    margin: 1rem !important;
  }
  .bodywebsite .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bodywebsite .m-xxl-5 {
    margin: 3rem !important;
  }
  .bodywebsite .m-xxl-auto {
    margin: auto !important;
  }
  .bodywebsite .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .bodywebsite .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .bodywebsite .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .bodywebsite .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .bodywebsite .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .bodywebsite .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .bodywebsite .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .bodywebsite .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .bodywebsite .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .bodywebsite .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .bodywebsite .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .bodywebsite .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .bodywebsite .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .bodywebsite .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .bodywebsite .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .bodywebsite .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .bodywebsite .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .bodywebsite .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bodywebsite .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .bodywebsite .mt-xxl-auto {
    margin-top: auto !important;
  }
  .bodywebsite .me-xxl-0 {
    margin-right: 0 !important;
  }
  .bodywebsite .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .bodywebsite .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .bodywebsite .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .bodywebsite .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bodywebsite .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .bodywebsite .me-xxl-auto {
    margin-right: auto !important;
  }
  .bodywebsite .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bodywebsite .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .bodywebsite .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .bodywebsite .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bodywebsite .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bodywebsite .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bodywebsite .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .bodywebsite .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .bodywebsite .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .bodywebsite .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .bodywebsite .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .bodywebsite .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bodywebsite .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .bodywebsite .ms-xxl-auto {
    margin-left: auto !important;
  }
  .bodywebsite .p-xxl-0 {
    padding: 0 !important;
  }
  .bodywebsite .p-xxl-1 {
    padding: .25rem !important;
  }
  .bodywebsite .p-xxl-2 {
    padding: .5rem !important;
  }
  .bodywebsite .p-xxl-3 {
    padding: 1rem !important;
  }
  .bodywebsite .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bodywebsite .p-xxl-5 {
    padding: 3rem !important;
  }
  .bodywebsite .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .bodywebsite .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .bodywebsite .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .bodywebsite .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bodywebsite .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .bodywebsite .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .bodywebsite .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bodywebsite .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .bodywebsite .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .bodywebsite .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .bodywebsite .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .bodywebsite .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .bodywebsite .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .bodywebsite .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .bodywebsite .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .bodywebsite .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bodywebsite .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .bodywebsite .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .bodywebsite .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .bodywebsite .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .bodywebsite .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .bodywebsite .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bodywebsite .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .bodywebsite .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bodywebsite .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .bodywebsite .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .bodywebsite .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bodywebsite .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bodywebsite .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bodywebsite .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .bodywebsite .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .bodywebsite .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .bodywebsite .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .bodywebsite .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bodywebsite .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .bodywebsite .text-xxl-start {
    text-align: left !important;
  }
  .bodywebsite .text-xxl-end {
    text-align: right !important;
  }
  .bodywebsite .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .fs-1 {
    font-size: 2.5rem !important;
  }
  .bodywebsite .fs-2 {
    font-size: 2rem !important;
  }
  .bodywebsite .fs-3 {
    font-size: 1.75rem !important;
  }
  .bodywebsite .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .bodywebsite .d-print-inline {
    display: inline !important;
  }
  .bodywebsite .d-print-inline-block {
    display: inline-block !important;
  }
  .bodywebsite .d-print-block {
    display: block !important;
  }
  .bodywebsite .d-print-grid {
    display: grid !important;
  }
  .bodywebsite .d-print-table {
    display: table !important;
  }
  .bodywebsite .d-print-table-row {
    display: table-row !important;
  }
  .bodywebsite .d-print-table-cell {
    display: table-cell !important;
  }
  .bodywebsite .d-print-flex {
    display: flex !important;
  }
  .bodywebsite .d-print-inline-flex {
    display: inline-flex !important;
  }
  .bodywebsite .d-print-none {
    display: none !important;
  }
}

/* Content of file http://templates.graphicfort.com/bason/assets/fonts/fontawesome/css/all.min.css */
.bodywebsite .fa,
.bodywebsite .fab,
.bodywebsite .fad,
.bodywebsite .fal,
.bodywebsite .far,
.bodywebsite .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.bodywebsite .fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}
.bodywebsite .fa-xs {
  font-size: .75em;
}
.bodywebsite .fa-sm {
  font-size: .875em;
}
.bodywebsite .fa-1x {
  font-size: 1em;
}
.bodywebsite .fa-2x {
  font-size: 2em;
}
.bodywebsite .fa-3x {
  font-size: 3em;
}
.bodywebsite .fa-4x {
  font-size: 4em;
}
.bodywebsite .fa-5x {
  font-size: 5em;
}
.bodywebsite .fa-6x {
  font-size: 6em;
}
.bodywebsite .fa-7x {
  font-size: 7em;
}
.bodywebsite .fa-8x {
  font-size: 8em;
}
.bodywebsite .fa-9x {
  font-size: 9em;
}
.bodywebsite .fa-10x {
  font-size: 10em;
}
.bodywebsite .fa-fw {
  text-align: center;
  width: 1.25em;
}
.bodywebsite .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.bodywebsite .fa-ul>li {
  position: relative;
}
.bodywebsite .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.bodywebsite .fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.bodywebsite .fa-pull-left {
  float: left;
}
.bodywebsite .fa-pull-right {
  float: right;
}
.bodywebsite .fa.fa-pull-left,
.bodywebsite .fab.fa-pull-left,
.bodywebsite .fal.fa-pull-left,
.bodywebsite .far.fa-pull-left,
.bodywebsite .fas.fa-pull-left {
  margin-right: .3em;
}
.bodywebsite .fa.fa-pull-right,
.bodywebsite .fab.fa-pull-right,
.bodywebsite .fal.fa-pull-right,
.bodywebsite .far.fa-pull-right,
.bodywebsite .fas.fa-pull-right {
  margin-left: .3em;
}
.bodywebsite .fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.bodywebsite .fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  .bodywebsite 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .bodywebsite to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  .bodywebsite 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .bodywebsite to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.bodywebsite .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bodywebsite .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bodywebsite .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bodywebsite .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.bodywebsite .fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.bodywebsite .fa-flip-both,
.bodywebsite .fa-flip-horizontal.fa-flip-vertical,
.bodywebsite .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.bodywebsite .fa-flip-both,
.bodywebsite .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.bodywebsite :root .fa-flip-both,
.bodywebsite :root .fa-flip-horizontal,
.bodywebsite :root .fa-flip-vertical,
.bodywebsite :root .fa-rotate-90,
.bodywebsite :root .fa-rotate-180,
.bodywebsite :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.bodywebsite .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.bodywebsite .fa-stack-1x,
.bodywebsite .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.bodywebsite .fa-stack-1x {
  line-height: inherit;
}
.bodywebsite .fa-stack-2x {
  font-size: 2em;
}
.bodywebsite .fa-inverse {
  color: #fff;
}
.bodywebsite .fa-500px:before {
  content: "\f26e";
}
.bodywebsite .fa-accessible-icon:before {
  content: "\f368";
}
.bodywebsite .fa-accusoft:before {
  content: "\f369";
}
.bodywebsite .fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.bodywebsite .fa-ad:before {
  content: "\f641";
}
.bodywebsite .fa-address-book:before {
  content: "\f2b9";
}
.bodywebsite .fa-address-card:before {
  content: "\f2bb";
}
.bodywebsite .fa-adjust:before {
  content: "\f042";
}
.bodywebsite .fa-adn:before {
  content: "\f170";
}
.bodywebsite .fa-adversal:before {
  content: "\f36a";
}
.bodywebsite .fa-affiliatetheme:before {
  content: "\f36b";
}
.bodywebsite .fa-air-freshener:before {
  content: "\f5d0";
}
.bodywebsite .fa-airbnb:before {
  content: "\f834";
}
.bodywebsite .fa-algolia:before {
  content: "\f36c";
}
.bodywebsite .fa-align-center:before {
  content: "\f037";
}
.bodywebsite .fa-align-justify:before {
  content: "\f039";
}
.bodywebsite .fa-align-left:before {
  content: "\f036";
}
.bodywebsite .fa-align-right:before {
  content: "\f038";
}
.bodywebsite .fa-alipay:before {
  content: "\f642";
}
.bodywebsite .fa-allergies:before {
  content: "\f461";
}
.bodywebsite .fa-amazon:before {
  content: "\f270";
}
.bodywebsite .fa-amazon-pay:before {
  content: "\f42c";
}
.bodywebsite .fa-ambulance:before {
  content: "\f0f9";
}
.bodywebsite .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.bodywebsite .fa-amilia:before {
  content: "\f36d";
}
.bodywebsite .fa-anchor:before {
  content: "\f13d";
}
.bodywebsite .fa-android:before {
  content: "\f17b";
}
.bodywebsite .fa-angellist:before {
  content: "\f209";
}
.bodywebsite .fa-angle-double-down:before {
  content: "\f103";
}
.bodywebsite .fa-angle-double-left:before {
  content: "\f100";
}
.bodywebsite .fa-angle-double-right:before {
  content: "\f101";
}
.bodywebsite .fa-angle-double-up:before {
  content: "\f102";
}
.bodywebsite .fa-angle-down:before {
  content: "\f107";
}
.bodywebsite .fa-angle-left:before {
  content: "\f104";
}
.bodywebsite .fa-angle-right:before {
  content: "\f105";
}
.bodywebsite .fa-angle-up:before {
  content: "\f106";
}
.bodywebsite .fa-angry:before {
  content: "\f556";
}
.bodywebsite .fa-angrycreative:before {
  content: "\f36e";
}
.bodywebsite .fa-angular:before {
  content: "\f420";
}
.bodywebsite .fa-ankh:before {
  content: "\f644";
}
.bodywebsite .fa-app-store:before {
  content: "\f36f";
}
.bodywebsite .fa-app-store-ios:before {
  content: "\f370";
}
.bodywebsite .fa-apper:before {
  content: "\f371";
}
.bodywebsite .fa-apple:before {
  content: "\f179";
}
.bodywebsite .fa-apple-alt:before {
  content: "\f5d1";
}
.bodywebsite .fa-apple-pay:before {
  content: "\f415";
}
.bodywebsite .fa-archive:before {
  content: "\f187";
}
.bodywebsite .fa-archway:before {
  content: "\f557";
}
.bodywebsite .fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.bodywebsite .fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.bodywebsite .fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.bodywebsite .fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.bodywebsite .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.bodywebsite .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.bodywebsite .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.bodywebsite .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.bodywebsite .fa-arrow-down:before {
  content: "\f063";
}
.bodywebsite .fa-arrow-left:before {
  content: "\f060";
}
.bodywebsite .fa-arrow-right:before {
  content: "\f061";
}
.bodywebsite .fa-arrow-up:before {
  content: "\f062";
}
.bodywebsite .fa-arrows-alt:before {
  content: "\f0b2";
}
.bodywebsite .fa-arrows-alt-h:before {
  content: "\f337";
}
.bodywebsite .fa-arrows-alt-v:before {
  content: "\f338";
}
.bodywebsite .fa-artstation:before {
  content: "\f77a";
}
.bodywebsite .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.bodywebsite .fa-asterisk:before {
  content: "\f069";
}
.bodywebsite .fa-asymmetrik:before {
  content: "\f372";
}
.bodywebsite .fa-at:before {
  content: "\f1fa";
}
.bodywebsite .fa-atlas:before {
  content: "\f558";
}
.bodywebsite .fa-atlassian:before {
  content: "\f77b";
}
.bodywebsite .fa-atom:before {
  content: "\f5d2";
}
.bodywebsite .fa-audible:before {
  content: "\f373";
}
.bodywebsite .fa-audio-description:before {
  content: "\f29e";
}
.bodywebsite .fa-autoprefixer:before {
  content: "\f41c";
}
.bodywebsite .fa-avianex:before {
  content: "\f374";
}
.bodywebsite .fa-aviato:before {
  content: "\f421";
}
.bodywebsite .fa-award:before {
  content: "\f559";
}
.bodywebsite .fa-aws:before {
  content: "\f375";
}
.bodywebsite .fa-baby:before {
  content: "\f77c";
}
.bodywebsite .fa-baby-carriage:before {
  content: "\f77d";
}
.bodywebsite .fa-backspace:before {
  content: "\f55a";
}
.bodywebsite .fa-backward:before {
  content: "\f04a";
}
.bodywebsite .fa-bacon:before {
  content: "\f7e5";
}
.bodywebsite .fa-bacteria:before {
  content: "\e059";
}
.bodywebsite .fa-bacterium:before {
  content: "\e05a";
}
.bodywebsite .fa-bahai:before {
  content: "\f666";
}
.bodywebsite .fa-balance-scale:before {
  content: "\f24e";
}
.bodywebsite .fa-balance-scale-left:before {
  content: "\f515";
}
.bodywebsite .fa-balance-scale-right:before {
  content: "\f516";
}
.bodywebsite .fa-ban:before {
  content: "\f05e";
}
.bodywebsite .fa-band-aid:before {
  content: "\f462";
}
.bodywebsite .fa-bandcamp:before {
  content: "\f2d5";
}
.bodywebsite .fa-barcode:before {
  content: "\f02a";
}
.bodywebsite .fa-bars:before {
  content: "\f0c9";
}
.bodywebsite .fa-baseball-ball:before {
  content: "\f433";
}
.bodywebsite .fa-basketball-ball:before {
  content: "\f434";
}
.bodywebsite .fa-bath:before {
  content: "\f2cd";
}
.bodywebsite .fa-battery-empty:before {
  content: "\f244";
}
.bodywebsite .fa-battery-full:before {
  content: "\f240";
}
.bodywebsite .fa-battery-half:before {
  content: "\f242";
}
.bodywebsite .fa-battery-quarter:before {
  content: "\f243";
}
.bodywebsite .fa-battery-three-quarters:before {
  content: "\f241";
}
.bodywebsite .fa-battle-net:before {
  content: "\f835";
}
.bodywebsite .fa-bed:before {
  content: "\f236";
}
.bodywebsite .fa-beer:before {
  content: "\f0fc";
}
.bodywebsite .fa-behance:before {
  content: "\f1b4";
}
.bodywebsite .fa-behance-square:before {
  content: "\f1b5";
}
.bodywebsite .fa-bell:before {
  content: "\f0f3";
}
.bodywebsite .fa-bell-slash:before {
  content: "\f1f6";
}
.bodywebsite .fa-bezier-curve:before {
  content: "\f55b";
}
.bodywebsite .fa-bible:before {
  content: "\f647";
}
.bodywebsite .fa-bicycle:before {
  content: "\f206";
}
.bodywebsite .fa-biking:before {
  content: "\f84a";
}
.bodywebsite .fa-bimobject:before {
  content: "\f378";
}
.bodywebsite .fa-binoculars:before {
  content: "\f1e5";
}
.bodywebsite .fa-biohazard:before {
  content: "\f780";
}
.bodywebsite .fa-birthday-cake:before {
  content: "\f1fd";
}
.bodywebsite .fa-bitbucket:before {
  content: "\f171";
}
.bodywebsite .fa-bitcoin:before {
  content: "\f379";
}
.bodywebsite .fa-bity:before {
  content: "\f37a";
}
.bodywebsite .fa-black-tie:before {
  content: "\f27e";
}
.bodywebsite .fa-blackberry:before {
  content: "\f37b";
}
.bodywebsite .fa-blender:before {
  content: "\f517";
}
.bodywebsite .fa-blender-phone:before {
  content: "\f6b6";
}
.bodywebsite .fa-blind:before {
  content: "\f29d";
}
.bodywebsite .fa-blog:before {
  content: "\f781";
}
.bodywebsite .fa-blogger:before {
  content: "\f37c";
}
.bodywebsite .fa-blogger-b:before {
  content: "\f37d";
}
.bodywebsite .fa-bluetooth:before {
  content: "\f293";
}
.bodywebsite .fa-bluetooth-b:before {
  content: "\f294";
}
.bodywebsite .fa-bold:before {
  content: "\f032";
}
.bodywebsite .fa-bolt:before {
  content: "\f0e7";
}
.bodywebsite .fa-bomb:before {
  content: "\f1e2";
}
.bodywebsite .fa-bone:before {
  content: "\f5d7";
}
.bodywebsite .fa-bong:before {
  content: "\f55c";
}
.bodywebsite .fa-book:before {
  content: "\f02d";
}
.bodywebsite .fa-book-dead:before {
  content: "\f6b7";
}
.bodywebsite .fa-book-medical:before {
  content: "\f7e6";
}
.bodywebsite .fa-book-open:before {
  content: "\f518";
}
.bodywebsite .fa-book-reader:before {
  content: "\f5da";
}
.bodywebsite .fa-bookmark:before {
  content: "\f02e";
}
.bodywebsite .fa-bootstrap:before {
  content: "\f836";
}
.bodywebsite .fa-border-all:before {
  content: "\f84c";
}
.bodywebsite .fa-border-none:before {
  content: "\f850";
}
.bodywebsite .fa-border-style:before {
  content: "\f853";
}
.bodywebsite .fa-bowling-ball:before {
  content: "\f436";
}
.bodywebsite .fa-box:before {
  content: "\f466";
}
.bodywebsite .fa-box-open:before {
  content: "\f49e";
}
.bodywebsite .fa-box-tissue:before {
  content: "\e05b";
}
.bodywebsite .fa-boxes:before {
  content: "\f468";
}
.bodywebsite .fa-braille:before {
  content: "\f2a1";
}
.bodywebsite .fa-brain:before {
  content: "\f5dc";
}
.bodywebsite .fa-bread-slice:before {
  content: "\f7ec";
}
.bodywebsite .fa-briefcase:before {
  content: "\f0b1";
}
.bodywebsite .fa-briefcase-medical:before {
  content: "\f469";
}
.bodywebsite .fa-broadcast-tower:before {
  content: "\f519";
}
.bodywebsite .fa-broom:before {
  content: "\f51a";
}
.bodywebsite .fa-brush:before {
  content: "\f55d";
}
.bodywebsite .fa-btc:before {
  content: "\f15a";
}
.bodywebsite .fa-buffer:before {
  content: "\f837";
}
.bodywebsite .fa-bug:before {
  content: "\f188";
}
.bodywebsite .fa-building:before {
  content: "\f1ad";
}
.bodywebsite .fa-bullhorn:before {
  content: "\f0a1";
}
.bodywebsite .fa-bullseye:before {
  content: "\f140";
}
.bodywebsite .fa-burn:before {
  content: "\f46a";
}
.bodywebsite .fa-buromobelexperte:before {
  content: "\f37f";
}
.bodywebsite .fa-bus:before {
  content: "\f207";
}
.bodywebsite .fa-bus-alt:before {
  content: "\f55e";
}
.bodywebsite .fa-business-time:before {
  content: "\f64a";
}
.bodywebsite .fa-buy-n-large:before {
  content: "\f8a6";
}
.bodywebsite .fa-buysellads:before {
  content: "\f20d";
}
.bodywebsite .fa-calculator:before {
  content: "\f1ec";
}
.bodywebsite .fa-calendar:before {
  content: "\f133";
}
.bodywebsite .fa-calendar-alt:before {
  content: "\f073";
}
.bodywebsite .fa-calendar-check:before {
  content: "\f274";
}
.bodywebsite .fa-calendar-day:before {
  content: "\f783";
}
.bodywebsite .fa-calendar-minus:before {
  content: "\f272";
}
.bodywebsite .fa-calendar-plus:before {
  content: "\f271";
}
.bodywebsite .fa-calendar-times:before {
  content: "\f273";
}
.bodywebsite .fa-calendar-week:before {
  content: "\f784";
}
.bodywebsite .fa-camera:before {
  content: "\f030";
}
.bodywebsite .fa-camera-retro:before {
  content: "\f083";
}
.bodywebsite .fa-campground:before {
  content: "\f6bb";
}
.bodywebsite .fa-canadian-maple-leaf:before {
  content: "\f785";
}
.bodywebsite .fa-candy-cane:before {
  content: "\f786";
}
.bodywebsite .fa-cannabis:before {
  content: "\f55f";
}
.bodywebsite .fa-capsules:before {
  content: "\f46b";
}
.bodywebsite .fa-car:before {
  content: "\f1b9";
}
.bodywebsite .fa-car-alt:before {
  content: "\f5de";
}
.bodywebsite .fa-car-battery:before {
  content: "\f5df";
}
.bodywebsite .fa-car-crash:before {
  content: "\f5e1";
}
.bodywebsite .fa-car-side:before {
  content: "\f5e4";
}
.bodywebsite .fa-caravan:before {
  content: "\f8ff";
}
.bodywebsite .fa-caret-down:before {
  content: "\f0d7";
}
.bodywebsite .fa-caret-left:before {
  content: "\f0d9";
}
.bodywebsite .fa-caret-right:before {
  content: "\f0da";
}
.bodywebsite .fa-caret-square-down:before {
  content: "\f150";
}
.bodywebsite .fa-caret-square-left:before {
  content: "\f191";
}
.bodywebsite .fa-caret-square-right:before {
  content: "\f152";
}
.bodywebsite .fa-caret-square-up:before {
  content: "\f151";
}
.bodywebsite .fa-caret-up:before {
  content: "\f0d8";
}
.bodywebsite .fa-carrot:before {
  content: "\f787";
}
.bodywebsite .fa-cart-arrow-down:before {
  content: "\f218";
}
.bodywebsite .fa-cart-plus:before {
  content: "\f217";
}
.bodywebsite .fa-cash-register:before {
  content: "\f788";
}
.bodywebsite .fa-cat:before {
  content: "\f6be";
}
.bodywebsite .fa-cc-amazon-pay:before {
  content: "\f42d";
}
.bodywebsite .fa-cc-amex:before {
  content: "\f1f3";
}
.bodywebsite .fa-cc-apple-pay:before {
  content: "\f416";
}
.bodywebsite .fa-cc-diners-club:before {
  content: "\f24c";
}
.bodywebsite .fa-cc-discover:before {
  content: "\f1f2";
}
.bodywebsite .fa-cc-jcb:before {
  content: "\f24b";
}
.bodywebsite .fa-cc-mastercard:before {
  content: "\f1f1";
}
.bodywebsite .fa-cc-paypal:before {
  content: "\f1f4";
}
.bodywebsite .fa-cc-stripe:before {
  content: "\f1f5";
}
.bodywebsite .fa-cc-visa:before {
  content: "\f1f0";
}
.bodywebsite .fa-centercode:before {
  content: "\f380";
}
.bodywebsite .fa-centos:before {
  content: "\f789";
}
.bodywebsite .fa-certificate:before {
  content: "\f0a3";
}
.bodywebsite .fa-chair:before {
  content: "\f6c0";
}
.bodywebsite .fa-chalkboard:before {
  content: "\f51b";
}
.bodywebsite .fa-chalkboard-teacher:before {
  content: "\f51c";
}
.bodywebsite .fa-charging-station:before {
  content: "\f5e7";
}
.bodywebsite .fa-chart-area:before {
  content: "\f1fe";
}
.bodywebsite .fa-chart-bar:before {
  content: "\f080";
}
.bodywebsite .fa-chart-line:before {
  content: "\f201";
}
.bodywebsite .fa-chart-pie:before {
  content: "\f200";
}
.bodywebsite .fa-check:before {
  content: "\f00c";
}
.bodywebsite .fa-check-circle:before {
  content: "\f058";
}
.bodywebsite .fa-check-double:before {
  content: "\f560";
}
.bodywebsite .fa-check-square:before {
  content: "\f14a";
}
.bodywebsite .fa-cheese:before {
  content: "\f7ef";
}
.bodywebsite .fa-chess:before {
  content: "\f439";
}
.bodywebsite .fa-chess-bishop:before {
  content: "\f43a";
}
.bodywebsite .fa-chess-board:before {
  content: "\f43c";
}
.bodywebsite .fa-chess-king:before {
  content: "\f43f";
}
.bodywebsite .fa-chess-knight:before {
  content: "\f441";
}
.bodywebsite .fa-chess-pawn:before {
  content: "\f443";
}
.bodywebsite .fa-chess-queen:before {
  content: "\f445";
}
.bodywebsite .fa-chess-rook:before {
  content: "\f447";
}
.bodywebsite .fa-chevron-circle-down:before {
  content: "\f13a";
}
.bodywebsite .fa-chevron-circle-left:before {
  content: "\f137";
}
.bodywebsite .fa-chevron-circle-right:before {
  content: "\f138";
}
.bodywebsite .fa-chevron-circle-up:before {
  content: "\f139";
}
.bodywebsite .fa-chevron-down:before {
  content: "\f078";
}
.bodywebsite .fa-chevron-left:before {
  content: "\f053";
}
.bodywebsite .fa-chevron-right:before {
  content: "\f054";
}
.bodywebsite .fa-chevron-up:before {
  content: "\f077";
}
.bodywebsite .fa-child:before {
  content: "\f1ae";
}
.bodywebsite .fa-chrome:before {
  content: "\f268";
}
.bodywebsite .fa-chromecast:before {
  content: "\f838";
}
.bodywebsite .fa-church:before {
  content: "\f51d";
}
.bodywebsite .fa-circle:before {
  content: "\f111";
}
.bodywebsite .fa-circle-notch:before {
  content: "\f1ce";
}
.bodywebsite .fa-city:before {
  content: "\f64f";
}
.bodywebsite .fa-clinic-medical:before {
  content: "\f7f2";
}
.bodywebsite .fa-clipboard:before {
  content: "\f328";
}
.bodywebsite .fa-clipboard-check:before {
  content: "\f46c";
}
.bodywebsite .fa-clipboard-list:before {
  content: "\f46d";
}
.bodywebsite .fa-clock:before {
  content: "\f017";
}
.bodywebsite .fa-clone:before {
  content: "\f24d";
}
.bodywebsite .fa-closed-captioning:before {
  content: "\f20a";
}
.bodywebsite .fa-cloud:before {
  content: "\f0c2";
}
.bodywebsite .fa-cloud-download-alt:before {
  content: "\f381";
}
.bodywebsite .fa-cloud-meatball:before {
  content: "\f73b";
}
.bodywebsite .fa-cloud-moon:before {
  content: "\f6c3";
}
.bodywebsite .fa-cloud-moon-rain:before {
  content: "\f73c";
}
.bodywebsite .fa-cloud-rain:before {
  content: "\f73d";
}
.bodywebsite .fa-cloud-showers-heavy:before {
  content: "\f740";
}
.bodywebsite .fa-cloud-sun:before {
  content: "\f6c4";
}
.bodywebsite .fa-cloud-sun-rain:before {
  content: "\f743";
}
.bodywebsite .fa-cloud-upload-alt:before {
  content: "\f382";
}
.bodywebsite .fa-cloudflare:before {
  content: "\e07d";
}
.bodywebsite .fa-cloudscale:before {
  content: "\f383";
}
.bodywebsite .fa-cloudsmith:before {
  content: "\f384";
}
.bodywebsite .fa-cloudversify:before {
  content: "\f385";
}
.bodywebsite .fa-cocktail:before {
  content: "\f561";
}
.bodywebsite .fa-code:before {
  content: "\f121";
}
.bodywebsite .fa-code-branch:before {
  content: "\f126";
}
.bodywebsite .fa-codepen:before {
  content: "\f1cb";
}
.bodywebsite .fa-codiepie:before {
  content: "\f284";
}
.bodywebsite .fa-coffee:before {
  content: "\f0f4";
}
.bodywebsite .fa-cog:before {
  content: "\f013";
}
.bodywebsite .fa-cogs:before {
  content: "\f085";
}
.bodywebsite .fa-coins:before {
  content: "\f51e";
}
.bodywebsite .fa-columns:before {
  content: "\f0db";
}
.bodywebsite .fa-comment:before {
  content: "\f075";
}
.bodywebsite .fa-comment-alt:before {
  content: "\f27a";
}
.bodywebsite .fa-comment-dollar:before {
  content: "\f651";
}
.bodywebsite .fa-comment-dots:before {
  content: "\f4ad";
}
.bodywebsite .fa-comment-medical:before {
  content: "\f7f5";
}
.bodywebsite .fa-comment-slash:before {
  content: "\f4b3";
}
.bodywebsite .fa-comments:before {
  content: "\f086";
}
.bodywebsite .fa-comments-dollar:before {
  content: "\f653";
}
.bodywebsite .fa-compact-disc:before {
  content: "\f51f";
}
.bodywebsite .fa-compass:before {
  content: "\f14e";
}
.bodywebsite .fa-compress:before {
  content: "\f066";
}
.bodywebsite .fa-compress-alt:before {
  content: "\f422";
}
.bodywebsite .fa-compress-arrows-alt:before {
  content: "\f78c";
}
.bodywebsite .fa-concierge-bell:before {
  content: "\f562";
}
.bodywebsite .fa-confluence:before {
  content: "\f78d";
}
.bodywebsite .fa-connectdevelop:before {
  content: "\f20e";
}
.bodywebsite .fa-contao:before {
  content: "\f26d";
}
.bodywebsite .fa-cookie:before {
  content: "\f563";
}
.bodywebsite .fa-cookie-bite:before {
  content: "\f564";
}
.bodywebsite .fa-copy:before {
  content: "\f0c5";
}
.bodywebsite .fa-copyright:before {
  content: "\f1f9";
}
.bodywebsite .fa-cotton-bureau:before {
  content: "\f89e";
}
.bodywebsite .fa-couch:before {
  content: "\f4b8";
}
.bodywebsite .fa-cpanel:before {
  content: "\f388";
}
.bodywebsite .fa-creative-commons:before {
  content: "\f25e";
}
.bodywebsite .fa-creative-commons-by:before {
  content: "\f4e7";
}
.bodywebsite .fa-creative-commons-nc:before {
  content: "\f4e8";
}
.bodywebsite .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.bodywebsite .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.bodywebsite .fa-creative-commons-nd:before {
  content: "\f4eb";
}
.bodywebsite .fa-creative-commons-pd:before {
  content: "\f4ec";
}
.bodywebsite .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.bodywebsite .fa-creative-commons-remix:before {
  content: "\f4ee";
}
.bodywebsite .fa-creative-commons-sa:before {
  content: "\f4ef";
}
.bodywebsite .fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.bodywebsite .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.bodywebsite .fa-creative-commons-share:before {
  content: "\f4f2";
}
.bodywebsite .fa-creative-commons-zero:before {
  content: "\f4f3";
}
.bodywebsite .fa-credit-card:before {
  content: "\f09d";
}
.bodywebsite .fa-critical-role:before {
  content: "\f6c9";
}
.bodywebsite .fa-crop:before {
  content: "\f125";
}
.bodywebsite .fa-crop-alt:before {
  content: "\f565";
}
.bodywebsite .fa-cross:before {
  content: "\f654";
}
.bodywebsite .fa-crosshairs:before {
  content: "\f05b";
}
.bodywebsite .fa-crow:before {
  content: "\f520";
}
.bodywebsite .fa-crown:before {
  content: "\f521";
}
.bodywebsite .fa-crutch:before {
  content: "\f7f7";
}
.bodywebsite .fa-css3:before {
  content: "\f13c";
}
.bodywebsite .fa-css3-alt:before {
  content: "\f38b";
}
.bodywebsite .fa-cube:before {
  content: "\f1b2";
}
.bodywebsite .fa-cubes:before {
  content: "\f1b3";
}
.bodywebsite .fa-cut:before {
  content: "\f0c4";
}
.bodywebsite .fa-cuttlefish:before {
  content: "\f38c";
}
.bodywebsite .fa-d-and-d:before {
  content: "\f38d";
}
.bodywebsite .fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.bodywebsite .fa-dailymotion:before {
  content: "\e052";
}
.bodywebsite .fa-dashcube:before {
  content: "\f210";
}
.bodywebsite .fa-database:before {
  content: "\f1c0";
}
.bodywebsite .fa-deaf:before {
  content: "\f2a4";
}
.bodywebsite .fa-deezer:before {
  content: "\e077";
}
.bodywebsite .fa-delicious:before {
  content: "\f1a5";
}
.bodywebsite .fa-democrat:before {
  content: "\f747";
}
.bodywebsite .fa-deploydog:before {
  content: "\f38e";
}
.bodywebsite .fa-deskpro:before {
  content: "\f38f";
}
.bodywebsite .fa-desktop:before {
  content: "\f108";
}
.bodywebsite .fa-dev:before {
  content: "\f6cc";
}
.bodywebsite .fa-deviantart:before {
  content: "\f1bd";
}
.bodywebsite .fa-dharmachakra:before {
  content: "\f655";
}
.bodywebsite .fa-dhl:before {
  content: "\f790";
}
.bodywebsite .fa-diagnoses:before {
  content: "\f470";
}
.bodywebsite .fa-diaspora:before {
  content: "\f791";
}
.bodywebsite .fa-dice:before {
  content: "\f522";
}
.bodywebsite .fa-dice-d20:before {
  content: "\f6cf";
}
.bodywebsite .fa-dice-d6:before {
  content: "\f6d1";
}
.bodywebsite .fa-dice-five:before {
  content: "\f523";
}
.bodywebsite .fa-dice-four:before {
  content: "\f524";
}
.bodywebsite .fa-dice-one:before {
  content: "\f525";
}
.bodywebsite .fa-dice-six:before {
  content: "\f526";
}
.bodywebsite .fa-dice-three:before {
  content: "\f527";
}
.bodywebsite .fa-dice-two:before {
  content: "\f528";
}
.bodywebsite .fa-digg:before {
  content: "\f1a6";
}
.bodywebsite .fa-digital-ocean:before {
  content: "\f391";
}
.bodywebsite .fa-digital-tachograph:before {
  content: "\f566";
}
.bodywebsite .fa-directions:before {
  content: "\f5eb";
}
.bodywebsite .fa-discord:before {
  content: "\f392";
}
.bodywebsite .fa-discourse:before {
  content: "\f393";
}
.bodywebsite .fa-disease:before {
  content: "\f7fa";
}
.bodywebsite .fa-divide:before {
  content: "\f529";
}
.bodywebsite .fa-dizzy:before {
  content: "\f567";
}
.bodywebsite .fa-dna:before {
  content: "\f471";
}
.bodywebsite .fa-dochub:before {
  content: "\f394";
}
.bodywebsite .fa-docker:before {
  content: "\f395";
}
.bodywebsite .fa-dog:before {
  content: "\f6d3";
}
.bodywebsite .fa-dollar-sign:before {
  content: "\f155";
}
.bodywebsite .fa-dolly:before {
  content: "\f472";
}
.bodywebsite .fa-dolly-flatbed:before {
  content: "\f474";
}
.bodywebsite .fa-donate:before {
  content: "\f4b9";
}
.bodywebsite .fa-door-closed:before {
  content: "\f52a";
}
.bodywebsite .fa-door-open:before {
  content: "\f52b";
}
.bodywebsite .fa-dot-circle:before {
  content: "\f192";
}
.bodywebsite .fa-dove:before {
  content: "\f4ba";
}
.bodywebsite .fa-download:before {
  content: "\f019";
}
.bodywebsite .fa-draft2digital:before {
  content: "\f396";
}
.bodywebsite .fa-drafting-compass:before {
  content: "\f568";
}
.bodywebsite .fa-dragon:before {
  content: "\f6d5";
}
.bodywebsite .fa-draw-polygon:before {
  content: "\f5ee";
}
.bodywebsite .fa-dribbble:before {
  content: "\f17d";
}
.bodywebsite .fa-dribbble-square:before {
  content: "\f397";
}
.bodywebsite .fa-dropbox:before {
  content: "\f16b";
}
.bodywebsite .fa-drum:before {
  content: "\f569";
}
.bodywebsite .fa-drum-steelpan:before {
  content: "\f56a";
}
.bodywebsite .fa-drumstick-bite:before {
  content: "\f6d7";
}
.bodywebsite .fa-drupal:before {
  content: "\f1a9";
}
.bodywebsite .fa-dumbbell:before {
  content: "\f44b";
}
.bodywebsite .fa-dumpster:before {
  content: "\f793";
}
.bodywebsite .fa-dumpster-fire:before {
  content: "\f794";
}
.bodywebsite .fa-dungeon:before {
  content: "\f6d9";
}
.bodywebsite .fa-dyalog:before {
  content: "\f399";
}
.bodywebsite .fa-earlybirds:before {
  content: "\f39a";
}
.bodywebsite .fa-ebay:before {
  content: "\f4f4";
}
.bodywebsite .fa-edge:before {
  content: "\f282";
}
.bodywebsite .fa-edge-legacy:before {
  content: "\e078";
}
.bodywebsite .fa-edit:before {
  content: "\f044";
}
.bodywebsite .fa-egg:before {
  content: "\f7fb";
}
.bodywebsite .fa-eject:before {
  content: "\f052";
}
.bodywebsite .fa-elementor:before {
  content: "\f430";
}
.bodywebsite .fa-ellipsis-h:before {
  content: "\f141";
}
.bodywebsite .fa-ellipsis-v:before {
  content: "\f142";
}
.bodywebsite .fa-ello:before {
  content: "\f5f1";
}
.bodywebsite .fa-ember:before {
  content: "\f423";
}
.bodywebsite .fa-empire:before {
  content: "\f1d1";
}
.bodywebsite .fa-envelope:before {
  content: "\f0e0";
}
.bodywebsite .fa-envelope-open:before {
  content: "\f2b6";
}
.bodywebsite .fa-envelope-open-text:before {
  content: "\f658";
}
.bodywebsite .fa-envelope-square:before {
  content: "\f199";
}
.bodywebsite .fa-envira:before {
  content: "\f299";
}
.bodywebsite .fa-equals:before {
  content: "\f52c";
}
.bodywebsite .fa-eraser:before {
  content: "\f12d";
}
.bodywebsite .fa-erlang:before {
  content: "\f39d";
}
.bodywebsite .fa-ethereum:before {
  content: "\f42e";
}
.bodywebsite .fa-ethernet:before {
  content: "\f796";
}
.bodywebsite .fa-etsy:before {
  content: "\f2d7";
}
.bodywebsite .fa-euro-sign:before {
  content: "\f153";
}
.bodywebsite .fa-evernote:before {
  content: "\f839";
}
.bodywebsite .fa-exchange-alt:before {
  content: "\f362";
}
.bodywebsite .fa-exclamation:before {
  content: "\f12a";
}
.bodywebsite .fa-exclamation-circle:before {
  content: "\f06a";
}
.bodywebsite .fa-exclamation-triangle:before {
  content: "\f071";
}
.bodywebsite .fa-expand:before {
  content: "\f065";
}
.bodywebsite .fa-expand-alt:before {
  content: "\f424";
}
.bodywebsite .fa-expand-arrows-alt:before {
  content: "\f31e";
}
.bodywebsite .fa-expeditedssl:before {
  content: "\f23e";
}
.bodywebsite .fa-external-link-alt:before {
  content: "\f35d";
}
.bodywebsite .fa-external-link-square-alt:before {
  content: "\f360";
}
.bodywebsite .fa-eye:before {
  content: "\f06e";
}
.bodywebsite .fa-eye-dropper:before {
  content: "\f1fb";
}
.bodywebsite .fa-eye-slash:before {
  content: "\f070";
}
.bodywebsite .fa-facebook:before {
  content: "\f09a";
}
.bodywebsite .fa-facebook-f:before {
  content: "\f39e";
}
.bodywebsite .fa-facebook-messenger:before {
  content: "\f39f";
}
.bodywebsite .fa-facebook-square:before {
  content: "\f082";
}
.bodywebsite .fa-fan:before {
  content: "\f863";
}
.bodywebsite .fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.bodywebsite .fa-fast-backward:before {
  content: "\f049";
}
.bodywebsite .fa-fast-forward:before {
  content: "\f050";
}
.bodywebsite .fa-faucet:before {
  content: "\e005";
}
.bodywebsite .fa-fax:before {
  content: "\f1ac";
}
.bodywebsite .fa-feather:before {
  content: "\f52d";
}
.bodywebsite .fa-feather-alt:before {
  content: "\f56b";
}
.bodywebsite .fa-fedex:before {
  content: "\f797";
}
.bodywebsite .fa-fedora:before {
  content: "\f798";
}
.bodywebsite .fa-female:before {
  content: "\f182";
}
.bodywebsite .fa-fighter-jet:before {
  content: "\f0fb";
}
.bodywebsite .fa-figma:before {
  content: "\f799";
}
.bodywebsite .fa-file:before {
  content: "\f15b";
}
.bodywebsite .fa-file-alt:before {
  content: "\f15c";
}
.bodywebsite .fa-file-archive:before {
  content: "\f1c6";
}
.bodywebsite .fa-file-audio:before {
  content: "\f1c7";
}
.bodywebsite .fa-file-code:before {
  content: "\f1c9";
}
.bodywebsite .fa-file-contract:before {
  content: "\f56c";
}
.bodywebsite .fa-file-csv:before {
  content: "\f6dd";
}
.bodywebsite .fa-file-download:before {
  content: "\f56d";
}
.bodywebsite .fa-file-excel:before {
  content: "\f1c3";
}
.bodywebsite .fa-file-export:before {
  content: "\f56e";
}
.bodywebsite .fa-file-image:before {
  content: "\f1c5";
}
.bodywebsite .fa-file-import:before {
  content: "\f56f";
}
.bodywebsite .fa-file-invoice:before {
  content: "\f570";
}
.bodywebsite .fa-file-invoice-dollar:before {
  content: "\f571";
}
.bodywebsite .fa-file-medical:before {
  content: "\f477";
}
.bodywebsite .fa-file-medical-alt:before {
  content: "\f478";
}
.bodywebsite .fa-file-pdf:before {
  content: "\f1c1";
}
.bodywebsite .fa-file-powerpoint:before {
  content: "\f1c4";
}
.bodywebsite .fa-file-prescription:before {
  content: "\f572";
}
.bodywebsite .fa-file-signature:before {
  content: "\f573";
}
.bodywebsite .fa-file-upload:before {
  content: "\f574";
}
.bodywebsite .fa-file-video:before {
  content: "\f1c8";
}
.bodywebsite .fa-file-word:before {
  content: "\f1c2";
}
.bodywebsite .fa-fill:before {
  content: "\f575";
}
.bodywebsite .fa-fill-drip:before {
  content: "\f576";
}
.bodywebsite .fa-film:before {
  content: "\f008";
}
.bodywebsite .fa-filter:before {
  content: "\f0b0";
}
.bodywebsite .fa-fingerprint:before {
  content: "\f577";
}
.bodywebsite .fa-fire:before {
  content: "\f06d";
}
.bodywebsite .fa-fire-alt:before {
  content: "\f7e4";
}
.bodywebsite .fa-fire-extinguisher:before {
  content: "\f134";
}
.bodywebsite .fa-firefox:before {
  content: "\f269";
}
.bodywebsite .fa-firefox-browser:before {
  content: "\e007";
}
.bodywebsite .fa-first-aid:before {
  content: "\f479";
}
.bodywebsite .fa-first-order:before {
  content: "\f2b0";
}
.bodywebsite .fa-first-order-alt:before {
  content: "\f50a";
}
.bodywebsite .fa-firstdraft:before {
  content: "\f3a1";
}
.bodywebsite .fa-fish:before {
  content: "\f578";
}
.bodywebsite .fa-fist-raised:before {
  content: "\f6de";
}
.bodywebsite .fa-flag:before {
  content: "\f024";
}
.bodywebsite .fa-flag-checkered:before {
  content: "\f11e";
}
.bodywebsite .fa-flag-usa:before {
  content: "\f74d";
}
.bodywebsite .fa-flask:before {
  content: "\f0c3";
}
.bodywebsite .fa-flickr:before {
  content: "\f16e";
}
.bodywebsite .fa-flipboard:before {
  content: "\f44d";
}
.bodywebsite .fa-flushed:before {
  content: "\f579";
}
.bodywebsite .fa-fly:before {
  content: "\f417";
}
.bodywebsite .fa-folder:before {
  content: "\f07b";
}
.bodywebsite .fa-folder-minus:before {
  content: "\f65d";
}
.bodywebsite .fa-folder-open:before {
  content: "\f07c";
}
.bodywebsite .fa-folder-plus:before {
  content: "\f65e";
}
.bodywebsite .fa-font:before {
  content: "\f031";
}
.bodywebsite .fa-font-awesome:before {
  content: "\f2b4";
}
.bodywebsite .fa-font-awesome-alt:before {
  content: "\f35c";
}
.bodywebsite .fa-font-awesome-flag:before {
  content: "\f425";
}
.bodywebsite .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.bodywebsite .fa-fonticons:before {
  content: "\f280";
}
.bodywebsite .fa-fonticons-fi:before {
  content: "\f3a2";
}
.bodywebsite .fa-football-ball:before {
  content: "\f44e";
}
.bodywebsite .fa-fort-awesome:before {
  content: "\f286";
}
.bodywebsite .fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.bodywebsite .fa-forumbee:before {
  content: "\f211";
}
.bodywebsite .fa-forward:before {
  content: "\f04e";
}
.bodywebsite .fa-foursquare:before {
  content: "\f180";
}
.bodywebsite .fa-free-code-camp:before {
  content: "\f2c5";
}
.bodywebsite .fa-freebsd:before {
  content: "\f3a4";
}
.bodywebsite .fa-frog:before {
  content: "\f52e";
}
.bodywebsite .fa-frown:before {
  content: "\f119";
}
.bodywebsite .fa-frown-open:before {
  content: "\f57a";
}
.bodywebsite .fa-fulcrum:before {
  content: "\f50b";
}
.bodywebsite .fa-funnel-dollar:before {
  content: "\f662";
}
.bodywebsite .fa-futbol:before {
  content: "\f1e3";
}
.bodywebsite .fa-galactic-republic:before {
  content: "\f50c";
}
.bodywebsite .fa-galactic-senate:before {
  content: "\f50d";
}
.bodywebsite .fa-gamepad:before {
  content: "\f11b";
}
.bodywebsite .fa-gas-pump:before {
  content: "\f52f";
}
.bodywebsite .fa-gavel:before {
  content: "\f0e3";
}
.bodywebsite .fa-gem:before {
  content: "\f3a5";
}
.bodywebsite .fa-genderless:before {
  content: "\f22d";
}
.bodywebsite .fa-get-pocket:before {
  content: "\f265";
}
.bodywebsite .fa-gg:before {
  content: "\f260";
}
.bodywebsite .fa-gg-circle:before {
  content: "\f261";
}
.bodywebsite .fa-ghost:before {
  content: "\f6e2";
}
.bodywebsite .fa-gift:before {
  content: "\f06b";
}
.bodywebsite .fa-gifts:before {
  content: "\f79c";
}
.bodywebsite .fa-git:before {
  content: "\f1d3";
}
.bodywebsite .fa-git-alt:before {
  content: "\f841";
}
.bodywebsite .fa-git-square:before {
  content: "\f1d2";
}
.bodywebsite .fa-github:before {
  content: "\f09b";
}
.bodywebsite .fa-github-alt:before {
  content: "\f113";
}
.bodywebsite .fa-github-square:before {
  content: "\f092";
}
.bodywebsite .fa-gitkraken:before {
  content: "\f3a6";
}
.bodywebsite .fa-gitlab:before {
  content: "\f296";
}
.bodywebsite .fa-gitter:before {
  content: "\f426";
}
.bodywebsite .fa-glass-cheers:before {
  content: "\f79f";
}
.bodywebsite .fa-glass-martini:before {
  content: "\f000";
}
.bodywebsite .fa-glass-martini-alt:before {
  content: "\f57b";
}
.bodywebsite .fa-glass-whiskey:before {
  content: "\f7a0";
}
.bodywebsite .fa-glasses:before {
  content: "\f530";
}
.bodywebsite .fa-glide:before {
  content: "\f2a5";
}
.bodywebsite .fa-glide-g:before {
  content: "\f2a6";
}
.bodywebsite .fa-globe:before {
  content: "\f0ac";
}
.bodywebsite .fa-globe-africa:before {
  content: "\f57c";
}
.bodywebsite .fa-globe-americas:before {
  content: "\f57d";
}
.bodywebsite .fa-globe-asia:before {
  content: "\f57e";
}
.bodywebsite .fa-globe-europe:before {
  content: "\f7a2";
}
.bodywebsite .fa-gofore:before {
  content: "\f3a7";
}
.bodywebsite .fa-golf-ball:before {
  content: "\f450";
}
.bodywebsite .fa-goodreads:before {
  content: "\f3a8";
}
.bodywebsite .fa-goodreads-g:before {
  content: "\f3a9";
}
.bodywebsite .fa-google:before {
  content: "\f1a0";
}
.bodywebsite .fa-google-drive:before {
  content: "\f3aa";
}
.bodywebsite .fa-google-pay:before {
  content: "\e079";
}
.bodywebsite .fa-google-play:before {
  content: "\f3ab";
}
.bodywebsite .fa-google-plus:before {
  content: "\f2b3";
}
.bodywebsite .fa-google-plus-g:before {
  content: "\f0d5";
}
.bodywebsite .fa-google-plus-square:before {
  content: "\f0d4";
}
.bodywebsite .fa-google-wallet:before {
  content: "\f1ee";
}
.bodywebsite .fa-gopuram:before {
  content: "\f664";
}
.bodywebsite .fa-graduation-cap:before {
  content: "\f19d";
}
.bodywebsite .fa-gratipay:before {
  content: "\f184";
}
.bodywebsite .fa-grav:before {
  content: "\f2d6";
}
.bodywebsite .fa-greater-than:before {
  content: "\f531";
}
.bodywebsite .fa-greater-than-equal:before {
  content: "\f532";
}
.bodywebsite .fa-grimace:before {
  content: "\f57f";
}
.bodywebsite .fa-grin:before {
  content: "\f580";
}
.bodywebsite .fa-grin-alt:before {
  content: "\f581";
}
.bodywebsite .fa-grin-beam:before {
  content: "\f582";
}
.bodywebsite .fa-grin-beam-sweat:before {
  content: "\f583";
}
.bodywebsite .fa-grin-hearts:before {
  content: "\f584";
}
.bodywebsite .fa-grin-squint:before {
  content: "\f585";
}
.bodywebsite .fa-grin-squint-tears:before {
  content: "\f586";
}
.bodywebsite .fa-grin-stars:before {
  content: "\f587";
}
.bodywebsite .fa-grin-tears:before {
  content: "\f588";
}
.bodywebsite .fa-grin-tongue:before {
  content: "\f589";
}
.bodywebsite .fa-grin-tongue-squint:before {
  content: "\f58a";
}
.bodywebsite .fa-grin-tongue-wink:before {
  content: "\f58b";
}
.bodywebsite .fa-grin-wink:before {
  content: "\f58c";
}
.bodywebsite .fa-grip-horizontal:before {
  content: "\f58d";
}
.bodywebsite .fa-grip-lines:before {
  content: "\f7a4";
}
.bodywebsite .fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.bodywebsite .fa-grip-vertical:before {
  content: "\f58e";
}
.bodywebsite .fa-gripfire:before {
  content: "\f3ac";
}
.bodywebsite .fa-grunt:before {
  content: "\f3ad";
}
.bodywebsite .fa-guilded:before {
  content: "\e07e";
}
.bodywebsite .fa-guitar:before {
  content: "\f7a6";
}
.bodywebsite .fa-gulp:before {
  content: "\f3ae";
}
.bodywebsite .fa-h-square:before {
  content: "\f0fd";
}
.bodywebsite .fa-hacker-news:before {
  content: "\f1d4";
}
.bodywebsite .fa-hacker-news-square:before {
  content: "\f3af";
}
.bodywebsite .fa-hackerrank:before {
  content: "\f5f7";
}
.bodywebsite .fa-hamburger:before {
  content: "\f805";
}
.bodywebsite .fa-hammer:before {
  content: "\f6e3";
}
.bodywebsite .fa-hamsa:before {
  content: "\f665";
}
.bodywebsite .fa-hand-holding:before {
  content: "\f4bd";
}
.bodywebsite .fa-hand-holding-heart:before {
  content: "\f4be";
}
.bodywebsite .fa-hand-holding-medical:before {
  content: "\e05c";
}
.bodywebsite .fa-hand-holding-usd:before {
  content: "\f4c0";
}
.bodywebsite .fa-hand-holding-water:before {
  content: "\f4c1";
}
.bodywebsite .fa-hand-lizard:before {
  content: "\f258";
}
.bodywebsite .fa-hand-middle-finger:before {
  content: "\f806";
}
.bodywebsite .fa-hand-paper:before {
  content: "\f256";
}
.bodywebsite .fa-hand-peace:before {
  content: "\f25b";
}
.bodywebsite .fa-hand-point-down:before {
  content: "\f0a7";
}
.bodywebsite .fa-hand-point-left:before {
  content: "\f0a5";
}
.bodywebsite .fa-hand-point-right:before {
  content: "\f0a4";
}
.bodywebsite .fa-hand-point-up:before {
  content: "\f0a6";
}
.bodywebsite .fa-hand-pointer:before {
  content: "\f25a";
}
.bodywebsite .fa-hand-rock:before {
  content: "\f255";
}
.bodywebsite .fa-hand-scissors:before {
  content: "\f257";
}
.bodywebsite .fa-hand-sparkles:before {
  content: "\e05d";
}
.bodywebsite .fa-hand-spock:before {
  content: "\f259";
}
.bodywebsite .fa-hands:before {
  content: "\f4c2";
}
.bodywebsite .fa-hands-helping:before {
  content: "\f4c4";
}
.bodywebsite .fa-hands-wash:before {
  content: "\e05e";
}
.bodywebsite .fa-handshake:before {
  content: "\f2b5";
}
.bodywebsite .fa-handshake-alt-slash:before {
  content: "\e05f";
}
.bodywebsite .fa-handshake-slash:before {
  content: "\e060";
}
.bodywebsite .fa-hanukiah:before {
  content: "\f6e6";
}
.bodywebsite .fa-hard-hat:before {
  content: "\f807";
}
.bodywebsite .fa-hashtag:before {
  content: "\f292";
}
.bodywebsite .fa-hat-cowboy:before {
  content: "\f8c0";
}
.bodywebsite .fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.bodywebsite .fa-hat-wizard:before {
  content: "\f6e8";
}
.bodywebsite .fa-hdd:before {
  content: "\f0a0";
}
.bodywebsite .fa-head-side-cough:before {
  content: "\e061";
}
.bodywebsite .fa-head-side-cough-slash:before {
  content: "\e062";
}
.bodywebsite .fa-head-side-mask:before {
  content: "\e063";
}
.bodywebsite .fa-head-side-virus:before {
  content: "\e064";
}
.bodywebsite .fa-heading:before {
  content: "\f1dc";
}
.bodywebsite .fa-headphones:before {
  content: "\f025";
}
.bodywebsite .fa-headphones-alt:before {
  content: "\f58f";
}
.bodywebsite .fa-headset:before {
  content: "\f590";
}
.bodywebsite .fa-heart:before {
  content: "\f004";
}
.bodywebsite .fa-heart-broken:before {
  content: "\f7a9";
}
.bodywebsite .fa-heartbeat:before {
  content: "\f21e";
}
.bodywebsite .fa-helicopter:before {
  content: "\f533";
}
.bodywebsite .fa-highlighter:before {
  content: "\f591";
}
.bodywebsite .fa-hiking:before {
  content: "\f6ec";
}
.bodywebsite .fa-hippo:before {
  content: "\f6ed";
}
.bodywebsite .fa-hips:before {
  content: "\f452";
}
.bodywebsite .fa-hire-a-helper:before {
  content: "\f3b0";
}
.bodywebsite .fa-history:before {
  content: "\f1da";
}
.bodywebsite .fa-hive:before {
  content: "\e07f";
}
.bodywebsite .fa-hockey-puck:before {
  content: "\f453";
}
.bodywebsite .fa-holly-berry:before {
  content: "\f7aa";
}
.bodywebsite .fa-home:before {
  content: "\f015";
}
.bodywebsite .fa-hooli:before {
  content: "\f427";
}
.bodywebsite .fa-hornbill:before {
  content: "\f592";
}
.bodywebsite .fa-horse:before {
  content: "\f6f0";
}
.bodywebsite .fa-horse-head:before {
  content: "\f7ab";
}
.bodywebsite .fa-hospital:before {
  content: "\f0f8";
}
.bodywebsite .fa-hospital-alt:before {
  content: "\f47d";
}
.bodywebsite .fa-hospital-symbol:before {
  content: "\f47e";
}
.bodywebsite .fa-hospital-user:before {
  content: "\f80d";
}
.bodywebsite .fa-hot-tub:before {
  content: "\f593";
}
.bodywebsite .fa-hotdog:before {
  content: "\f80f";
}
.bodywebsite .fa-hotel:before {
  content: "\f594";
}
.bodywebsite .fa-hotjar:before {
  content: "\f3b1";
}
.bodywebsite .fa-hourglass:before {
  content: "\f254";
}
.bodywebsite .fa-hourglass-end:before {
  content: "\f253";
}
.bodywebsite .fa-hourglass-half:before {
  content: "\f252";
}
.bodywebsite .fa-hourglass-start:before {
  content: "\f251";
}
.bodywebsite .fa-house-damage:before {
  content: "\f6f1";
}
.bodywebsite .fa-house-user:before {
  content: "\e065";
}
.bodywebsite .fa-houzz:before {
  content: "\f27c";
}
.bodywebsite .fa-hryvnia:before {
  content: "\f6f2";
}
.bodywebsite .fa-html5:before {
  content: "\f13b";
}
.bodywebsite .fa-hubspot:before {
  content: "\f3b2";
}
.bodywebsite .fa-i-cursor:before {
  content: "\f246";
}
.bodywebsite .fa-ice-cream:before {
  content: "\f810";
}
.bodywebsite .fa-icicles:before {
  content: "\f7ad";
}
.bodywebsite .fa-icons:before {
  content: "\f86d";
}
.bodywebsite .fa-id-badge:before {
  content: "\f2c1";
}
.bodywebsite .fa-id-card:before {
  content: "\f2c2";
}
.bodywebsite .fa-id-card-alt:before {
  content: "\f47f";
}
.bodywebsite .fa-ideal:before {
  content: "\e013";
}
.bodywebsite .fa-igloo:before {
  content: "\f7ae";
}
.bodywebsite .fa-image:before {
  content: "\f03e";
}
.bodywebsite .fa-images:before {
  content: "\f302";
}
.bodywebsite .fa-imdb:before {
  content: "\f2d8";
}
.bodywebsite .fa-inbox:before {
  content: "\f01c";
}
.bodywebsite .fa-indent:before {
  content: "\f03c";
}
.bodywebsite .fa-industry:before {
  content: "\f275";
}
.bodywebsite .fa-infinity:before {
  content: "\f534";
}
.bodywebsite .fa-info:before {
  content: "\f129";
}
.bodywebsite .fa-info-circle:before {
  content: "\f05a";
}
.bodywebsite .fa-innosoft:before {
  content: "\e080";
}
.bodywebsite .fa-instagram:before {
  content: "\f16d";
}
.bodywebsite .fa-instagram-square:before {
  content: "\e055";
}
.bodywebsite .fa-instalod:before {
  content: "\e081";
}
.bodywebsite .fa-intercom:before {
  content: "\f7af";
}
.bodywebsite .fa-internet-explorer:before {
  content: "\f26b";
}
.bodywebsite .fa-invision:before {
  content: "\f7b0";
}
.bodywebsite .fa-ioxhost:before {
  content: "\f208";
}
.bodywebsite .fa-italic:before {
  content: "\f033";
}
.bodywebsite .fa-itch-io:before {
  content: "\f83a";
}
.bodywebsite .fa-itunes:before {
  content: "\f3b4";
}
.bodywebsite .fa-itunes-note:before {
  content: "\f3b5";
}
.bodywebsite .fa-java:before {
  content: "\f4e4";
}
.bodywebsite .fa-jedi:before {
  content: "\f669";
}
.bodywebsite .fa-jedi-order:before {
  content: "\f50e";
}
.bodywebsite .fa-jenkins:before {
  content: "\f3b6";
}
.bodywebsite .fa-jira:before {
  content: "\f7b1";
}
.bodywebsite .fa-joget:before {
  content: "\f3b7";
}
.bodywebsite .fa-joint:before {
  content: "\f595";
}
.bodywebsite .fa-joomla:before {
  content: "\f1aa";
}
.bodywebsite .fa-journal-whills:before {
  content: "\f66a";
}
.bodywebsite .fa-js:before {
  content: "\f3b8";
}
.bodywebsite .fa-js-square:before {
  content: "\f3b9";
}
.bodywebsite .fa-jsfiddle:before {
  content: "\f1cc";
}
.bodywebsite .fa-kaaba:before {
  content: "\f66b";
}
.bodywebsite .fa-kaggle:before {
  content: "\f5fa";
}
.bodywebsite .fa-key:before {
  content: "\f084";
}
.bodywebsite .fa-keybase:before {
  content: "\f4f5";
}
.bodywebsite .fa-keyboard:before {
  content: "\f11c";
}
.bodywebsite .fa-keycdn:before {
  content: "\f3ba";
}
.bodywebsite .fa-khanda:before {
  content: "\f66d";
}
.bodywebsite .fa-kickstarter:before {
  content: "\f3bb";
}
.bodywebsite .fa-kickstarter-k:before {
  content: "\f3bc";
}
.bodywebsite .fa-kiss:before {
  content: "\f596";
}
.bodywebsite .fa-kiss-beam:before {
  content: "\f597";
}
.bodywebsite .fa-kiss-wink-heart:before {
  content: "\f598";
}
.bodywebsite .fa-kiwi-bird:before {
  content: "\f535";
}
.bodywebsite .fa-korvue:before {
  content: "\f42f";
}
.bodywebsite .fa-landmark:before {
  content: "\f66f";
}
.bodywebsite .fa-language:before {
  content: "\f1ab";
}
.bodywebsite .fa-laptop:before {
  content: "\f109";
}
.bodywebsite .fa-laptop-code:before {
  content: "\f5fc";
}
.bodywebsite .fa-laptop-house:before {
  content: "\e066";
}
.bodywebsite .fa-laptop-medical:before {
  content: "\f812";
}
.bodywebsite .fa-laravel:before {
  content: "\f3bd";
}
.bodywebsite .fa-lastfm:before {
  content: "\f202";
}
.bodywebsite .fa-lastfm-square:before {
  content: "\f203";
}
.bodywebsite .fa-laugh:before {
  content: "\f599";
}
.bodywebsite .fa-laugh-beam:before {
  content: "\f59a";
}
.bodywebsite .fa-laugh-squint:before {
  content: "\f59b";
}
.bodywebsite .fa-laugh-wink:before {
  content: "\f59c";
}
.bodywebsite .fa-layer-group:before {
  content: "\f5fd";
}
.bodywebsite .fa-leaf:before {
  content: "\f06c";
}
.bodywebsite .fa-leanpub:before {
  content: "\f212";
}
.bodywebsite .fa-lemon:before {
  content: "\f094";
}
.bodywebsite .fa-less:before {
  content: "\f41d";
}
.bodywebsite .fa-less-than:before {
  content: "\f536";
}
.bodywebsite .fa-less-than-equal:before {
  content: "\f537";
}
.bodywebsite .fa-level-down-alt:before {
  content: "\f3be";
}
.bodywebsite .fa-level-up-alt:before {
  content: "\f3bf";
}
.bodywebsite .fa-life-ring:before {
  content: "\f1cd";
}
.bodywebsite .fa-lightbulb:before {
  content: "\f0eb";
}
.bodywebsite .fa-line:before {
  content: "\f3c0";
}
.bodywebsite .fa-link:before {
  content: "\f0c1";
}
.bodywebsite .fa-linkedin:before {
  content: "\f08c";
}
.bodywebsite .fa-linkedin-in:before {
  content: "\f0e1";
}
.bodywebsite .fa-linode:before {
  content: "\f2b8";
}
.bodywebsite .fa-linux:before {
  content: "\f17c";
}
.bodywebsite .fa-lira-sign:before {
  content: "\f195";
}
.bodywebsite .fa-list:before {
  content: "\f03a";
}
.bodywebsite .fa-list-alt:before {
  content: "\f022";
}
.bodywebsite .fa-list-ol:before {
  content: "\f0cb";
}
.bodywebsite .fa-list-ul:before {
  content: "\f0ca";
}
.bodywebsite .fa-location-arrow:before {
  content: "\f124";
}
.bodywebsite .fa-lock:before {
  content: "\f023";
}
.bodywebsite .fa-lock-open:before {
  content: "\f3c1";
}
.bodywebsite .fa-long-arrow-alt-down:before {
  content: "\f309";
}
.bodywebsite .fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.bodywebsite .fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.bodywebsite .fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.bodywebsite .fa-low-vision:before {
  content: "\f2a8";
}
.bodywebsite .fa-luggage-cart:before {
  content: "\f59d";
}
.bodywebsite .fa-lungs:before {
  content: "\f604";
}
.bodywebsite .fa-lungs-virus:before {
  content: "\e067";
}
.bodywebsite .fa-lyft:before {
  content: "\f3c3";
}
.bodywebsite .fa-magento:before {
  content: "\f3c4";
}
.bodywebsite .fa-magic:before {
  content: "\f0d0";
}
.bodywebsite .fa-magnet:before {
  content: "\f076";
}
.bodywebsite .fa-mail-bulk:before {
  content: "\f674";
}
.bodywebsite .fa-mailchimp:before {
  content: "\f59e";
}
.bodywebsite .fa-male:before {
  content: "\f183";
}
.bodywebsite .fa-mandalorian:before {
  content: "\f50f";
}
.bodywebsite .fa-map:before {
  content: "\f279";
}
.bodywebsite .fa-map-marked:before {
  content: "\f59f";
}
.bodywebsite .fa-map-marked-alt:before {
  content: "\f5a0";
}
.bodywebsite .fa-map-marker:before {
  content: "\f041";
}
.bodywebsite .fa-map-marker-alt:before {
  content: "\f3c5";
}
.bodywebsite .fa-map-pin:before {
  content: "\f276";
}
.bodywebsite .fa-map-signs:before {
  content: "\f277";
}
.bodywebsite .fa-markdown:before {
  content: "\f60f";
}
.bodywebsite .fa-marker:before {
  content: "\f5a1";
}
.bodywebsite .fa-mars:before {
  content: "\f222";
}
.bodywebsite .fa-mars-double:before {
  content: "\f227";
}
.bodywebsite .fa-mars-stroke:before {
  content: "\f229";
}
.bodywebsite .fa-mars-stroke-h:before {
  content: "\f22b";
}
.bodywebsite .fa-mars-stroke-v:before {
  content: "\f22a";
}
.bodywebsite .fa-mask:before {
  content: "\f6fa";
}
.bodywebsite .fa-mastodon:before {
  content: "\f4f6";
}
.bodywebsite .fa-maxcdn:before {
  content: "\f136";
}
.bodywebsite .fa-mdb:before {
  content: "\f8ca";
}
.bodywebsite .fa-medal:before {
  content: "\f5a2";
}
.bodywebsite .fa-medapps:before {
  content: "\f3c6";
}
.bodywebsite .fa-medium:before {
  content: "\f23a";
}
.bodywebsite .fa-medium-m:before {
  content: "\f3c7";
}
.bodywebsite .fa-medkit:before {
  content: "\f0fa";
}
.bodywebsite .fa-medrt:before {
  content: "\f3c8";
}
.bodywebsite .fa-meetup:before {
  content: "\f2e0";
}
.bodywebsite .fa-megaport:before {
  content: "\f5a3";
}
.bodywebsite .fa-meh:before {
  content: "\f11a";
}
.bodywebsite .fa-meh-blank:before {
  content: "\f5a4";
}
.bodywebsite .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.bodywebsite .fa-memory:before {
  content: "\f538";
}
.bodywebsite .fa-mendeley:before {
  content: "\f7b3";
}
.bodywebsite .fa-menorah:before {
  content: "\f676";
}
.bodywebsite .fa-mercury:before {
  content: "\f223";
}
.bodywebsite .fa-meteor:before {
  content: "\f753";
}
.bodywebsite .fa-microblog:before {
  content: "\e01a";
}
.bodywebsite .fa-microchip:before {
  content: "\f2db";
}
.bodywebsite .fa-microphone:before {
  content: "\f130";
}
.bodywebsite .fa-microphone-alt:before {
  content: "\f3c9";
}
.bodywebsite .fa-microphone-alt-slash:before {
  content: "\f539";
}
.bodywebsite .fa-microphone-slash:before {
  content: "\f131";
}
.bodywebsite .fa-microscope:before {
  content: "\f610";
}
.bodywebsite .fa-microsoft:before {
  content: "\f3ca";
}
.bodywebsite .fa-minus:before {
  content: "\f068";
}
.bodywebsite .fa-minus-circle:before {
  content: "\f056";
}
.bodywebsite .fa-minus-square:before {
  content: "\f146";
}
.bodywebsite .fa-mitten:before {
  content: "\f7b5";
}
.bodywebsite .fa-mix:before {
  content: "\f3cb";
}
.bodywebsite .fa-mixcloud:before {
  content: "\f289";
}
.bodywebsite .fa-mixer:before {
  content: "\e056";
}
.bodywebsite .fa-mizuni:before {
  content: "\f3cc";
}
.bodywebsite .fa-mobile:before {
  content: "\f10b";
}
.bodywebsite .fa-mobile-alt:before {
  content: "\f3cd";
}
.bodywebsite .fa-modx:before {
  content: "\f285";
}
.bodywebsite .fa-monero:before {
  content: "\f3d0";
}
.bodywebsite .fa-money-bill:before {
  content: "\f0d6";
}
.bodywebsite .fa-money-bill-alt:before {
  content: "\f3d1";
}
.bodywebsite .fa-money-bill-wave:before {
  content: "\f53a";
}
.bodywebsite .fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.bodywebsite .fa-money-check:before {
  content: "\f53c";
}
.bodywebsite .fa-money-check-alt:before {
  content: "\f53d";
}
.bodywebsite .fa-monument:before {
  content: "\f5a6";
}
.bodywebsite .fa-moon:before {
  content: "\f186";
}
.bodywebsite .fa-mortar-pestle:before {
  content: "\f5a7";
}
.bodywebsite .fa-mosque:before {
  content: "\f678";
}
.bodywebsite .fa-motorcycle:before {
  content: "\f21c";
}
.bodywebsite .fa-mountain:before {
  content: "\f6fc";
}
.bodywebsite .fa-mouse:before {
  content: "\f8cc";
}
.bodywebsite .fa-mouse-pointer:before {
  content: "\f245";
}
.bodywebsite .fa-mug-hot:before {
  content: "\f7b6";
}
.bodywebsite .fa-music:before {
  content: "\f001";
}
.bodywebsite .fa-napster:before {
  content: "\f3d2";
}
.bodywebsite .fa-neos:before {
  content: "\f612";
}
.bodywebsite .fa-network-wired:before {
  content: "\f6ff";
}
.bodywebsite .fa-neuter:before {
  content: "\f22c";
}
.bodywebsite .fa-newspaper:before {
  content: "\f1ea";
}
.bodywebsite .fa-nimblr:before {
  content: "\f5a8";
}
.bodywebsite .fa-node:before {
  content: "\f419";
}
.bodywebsite .fa-node-js:before {
  content: "\f3d3";
}
.bodywebsite .fa-not-equal:before {
  content: "\f53e";
}
.bodywebsite .fa-notes-medical:before {
  content: "\f481";
}
.bodywebsite .fa-npm:before {
  content: "\f3d4";
}
.bodywebsite .fa-ns8:before {
  content: "\f3d5";
}
.bodywebsite .fa-nutritionix:before {
  content: "\f3d6";
}
.bodywebsite .fa-object-group:before {
  content: "\f247";
}
.bodywebsite .fa-object-ungroup:before {
  content: "\f248";
}
.bodywebsite .fa-octopus-deploy:before {
  content: "\e082";
}
.bodywebsite .fa-odnoklassniki:before {
  content: "\f263";
}
.bodywebsite .fa-odnoklassniki-square:before {
  content: "\f264";
}
.bodywebsite .fa-oil-can:before {
  content: "\f613";
}
.bodywebsite .fa-old-republic:before {
  content: "\f510";
}
.bodywebsite .fa-om:before {
  content: "\f679";
}
.bodywebsite .fa-opencart:before {
  content: "\f23d";
}
.bodywebsite .fa-openid:before {
  content: "\f19b";
}
.bodywebsite .fa-opera:before {
  content: "\f26a";
}
.bodywebsite .fa-optin-monster:before {
  content: "\f23c";
}
.bodywebsite .fa-orcid:before {
  content: "\f8d2";
}
.bodywebsite .fa-osi:before {
  content: "\f41a";
}
.bodywebsite .fa-otter:before {
  content: "\f700";
}
.bodywebsite .fa-outdent:before {
  content: "\f03b";
}
.bodywebsite .fa-page4:before {
  content: "\f3d7";
}
.bodywebsite .fa-pagelines:before {
  content: "\f18c";
}
.bodywebsite .fa-pager:before {
  content: "\f815";
}
.bodywebsite .fa-paint-brush:before {
  content: "\f1fc";
}
.bodywebsite .fa-paint-roller:before {
  content: "\f5aa";
}
.bodywebsite .fa-palette:before {
  content: "\f53f";
}
.bodywebsite .fa-palfed:before {
  content: "\f3d8";
}
.bodywebsite .fa-pallet:before {
  content: "\f482";
}
.bodywebsite .fa-paper-plane:before {
  content: "\f1d8";
}
.bodywebsite .fa-paperclip:before {
  content: "\f0c6";
}
.bodywebsite .fa-parachute-box:before {
  content: "\f4cd";
}
.bodywebsite .fa-paragraph:before {
  content: "\f1dd";
}
.bodywebsite .fa-parking:before {
  content: "\f540";
}
.bodywebsite .fa-passport:before {
  content: "\f5ab";
}
.bodywebsite .fa-pastafarianism:before {
  content: "\f67b";
}
.bodywebsite .fa-paste:before {
  content: "\f0ea";
}
.bodywebsite .fa-patreon:before {
  content: "\f3d9";
}
.bodywebsite .fa-pause:before {
  content: "\f04c";
}
.bodywebsite .fa-pause-circle:before {
  content: "\f28b";
}
.bodywebsite .fa-paw:before {
  content: "\f1b0";
}
.bodywebsite .fa-paypal:before {
  content: "\f1ed";
}
.bodywebsite .fa-peace:before {
  content: "\f67c";
}
.bodywebsite .fa-pen:before {
  content: "\f304";
}
.bodywebsite .fa-pen-alt:before {
  content: "\f305";
}
.bodywebsite .fa-pen-fancy:before {
  content: "\f5ac";
}
.bodywebsite .fa-pen-nib:before {
  content: "\f5ad";
}
.bodywebsite .fa-pen-square:before {
  content: "\f14b";
}
.bodywebsite .fa-pencil-alt:before {
  content: "\f303";
}
.bodywebsite .fa-pencil-ruler:before {
  content: "\f5ae";
}
.bodywebsite .fa-penny-arcade:before {
  content: "\f704";
}
.bodywebsite .fa-people-arrows:before {
  content: "\e068";
}
.bodywebsite .fa-people-carry:before {
  content: "\f4ce";
}
.bodywebsite .fa-pepper-hot:before {
  content: "\f816";
}
.bodywebsite .fa-perbyte:before {
  content: "\e083";
}
.bodywebsite .fa-percent:before {
  content: "\f295";
}
.bodywebsite .fa-percentage:before {
  content: "\f541";
}
.bodywebsite .fa-periscope:before {
  content: "\f3da";
}
.bodywebsite .fa-person-booth:before {
  content: "\f756";
}
.bodywebsite .fa-phabricator:before {
  content: "\f3db";
}
.bodywebsite .fa-phoenix-framework:before {
  content: "\f3dc";
}
.bodywebsite .fa-phoenix-squadron:before {
  content: "\f511";
}
.bodywebsite .fa-phone:before {
  content: "\f095";
}
.bodywebsite .fa-phone-alt:before {
  content: "\f879";
}
.bodywebsite .fa-phone-slash:before {
  content: "\f3dd";
}
.bodywebsite .fa-phone-square:before {
  content: "\f098";
}
.bodywebsite .fa-phone-square-alt:before {
  content: "\f87b";
}
.bodywebsite .fa-phone-volume:before {
  content: "\f2a0";
}
.bodywebsite .fa-photo-video:before {
  content: "\f87c";
}
.bodywebsite .fa-php:before {
  content: "\f457";
}
.bodywebsite .fa-pied-piper:before {
  content: "\f2ae";
}
.bodywebsite .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.bodywebsite .fa-pied-piper-hat:before {
  content: "\f4e5";
}
.bodywebsite .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.bodywebsite .fa-pied-piper-square:before {
  content: "\e01e";
}
.bodywebsite .fa-piggy-bank:before {
  content: "\f4d3";
}
.bodywebsite .fa-pills:before {
  content: "\f484";
}
.bodywebsite .fa-pinterest:before {
  content: "\f0d2";
}
.bodywebsite .fa-pinterest-p:before {
  content: "\f231";
}
.bodywebsite .fa-pinterest-square:before {
  content: "\f0d3";
}
.bodywebsite .fa-pizza-slice:before {
  content: "\f818";
}
.bodywebsite .fa-place-of-worship:before {
  content: "\f67f";
}
.bodywebsite .fa-plane:before {
  content: "\f072";
}
.bodywebsite .fa-plane-arrival:before {
  content: "\f5af";
}
.bodywebsite .fa-plane-departure:before {
  content: "\f5b0";
}
.bodywebsite .fa-plane-slash:before {
  content: "\e069";
}
.bodywebsite .fa-play:before {
  content: "\f04b";
}
.bodywebsite .fa-play-circle:before {
  content: "\f144";
}
.bodywebsite .fa-playstation:before {
  content: "\f3df";
}
.bodywebsite .fa-plug:before {
  content: "\f1e6";
}
.bodywebsite .fa-plus:before {
  content: "\f067";
}
.bodywebsite .fa-plus-circle:before {
  content: "\f055";
}
.bodywebsite .fa-plus-square:before {
  content: "\f0fe";
}
.bodywebsite .fa-podcast:before {
  content: "\f2ce";
}
.bodywebsite .fa-poll:before {
  content: "\f681";
}
.bodywebsite .fa-poll-h:before {
  content: "\f682";
}
.bodywebsite .fa-poo:before {
  content: "\f2fe";
}
.bodywebsite .fa-poo-storm:before {
  content: "\f75a";
}
.bodywebsite .fa-poop:before {
  content: "\f619";
}
.bodywebsite .fa-portrait:before {
  content: "\f3e0";
}
.bodywebsite .fa-pound-sign:before {
  content: "\f154";
}
.bodywebsite .fa-power-off:before {
  content: "\f011";
}
.bodywebsite .fa-pray:before {
  content: "\f683";
}
.bodywebsite .fa-praying-hands:before {
  content: "\f684";
}
.bodywebsite .fa-prescription:before {
  content: "\f5b1";
}
.bodywebsite .fa-prescription-bottle:before {
  content: "\f485";
}
.bodywebsite .fa-prescription-bottle-alt:before {
  content: "\f486";
}
.bodywebsite .fa-print:before {
  content: "\f02f";
}
.bodywebsite .fa-procedures:before {
  content: "\f487";
}
.bodywebsite .fa-product-hunt:before {
  content: "\f288";
}
.bodywebsite .fa-project-diagram:before {
  content: "\f542";
}
.bodywebsite .fa-pump-medical:before {
  content: "\e06a";
}
.bodywebsite .fa-pump-soap:before {
  content: "\e06b";
}
.bodywebsite .fa-pushed:before {
  content: "\f3e1";
}
.bodywebsite .fa-puzzle-piece:before {
  content: "\f12e";
}
.bodywebsite .fa-python:before {
  content: "\f3e2";
}
.bodywebsite .fa-qq:before {
  content: "\f1d6";
}
.bodywebsite .fa-qrcode:before {
  content: "\f029";
}
.bodywebsite .fa-question:before {
  content: "\f128";
}
.bodywebsite .fa-question-circle:before {
  content: "\f059";
}
.bodywebsite .fa-quidditch:before {
  content: "\f458";
}
.bodywebsite .fa-quinscape:before {
  content: "\f459";
}
.bodywebsite .fa-quora:before {
  content: "\f2c4";
}
.bodywebsite .fa-quote-left:before {
  content: "\f10d";
}
.bodywebsite .fa-quote-right:before {
  content: "\f10e";
}
.bodywebsite .fa-quran:before {
  content: "\f687";
}
.bodywebsite .fa-r-project:before {
  content: "\f4f7";
}
.bodywebsite .fa-radiation:before {
  content: "\f7b9";
}
.bodywebsite .fa-radiation-alt:before {
  content: "\f7ba";
}
.bodywebsite .fa-rainbow:before {
  content: "\f75b";
}
.bodywebsite .fa-random:before {
  content: "\f074";
}
.bodywebsite .fa-raspberry-pi:before {
  content: "\f7bb";
}
.bodywebsite .fa-ravelry:before {
  content: "\f2d9";
}
.bodywebsite .fa-react:before {
  content: "\f41b";
}
.bodywebsite .fa-reacteurope:before {
  content: "\f75d";
}
.bodywebsite .fa-readme:before {
  content: "\f4d5";
}
.bodywebsite .fa-rebel:before {
  content: "\f1d0";
}
.bodywebsite .fa-receipt:before {
  content: "\f543";
}
.bodywebsite .fa-record-vinyl:before {
  content: "\f8d9";
}
.bodywebsite .fa-recycle:before {
  content: "\f1b8";
}
.bodywebsite .fa-red-river:before {
  content: "\f3e3";
}
.bodywebsite .fa-reddit:before {
  content: "\f1a1";
}
.bodywebsite .fa-reddit-alien:before {
  content: "\f281";
}
.bodywebsite .fa-reddit-square:before {
  content: "\f1a2";
}
.bodywebsite .fa-redhat:before {
  content: "\f7bc";
}
.bodywebsite .fa-redo:before {
  content: "\f01e";
}
.bodywebsite .fa-redo-alt:before {
  content: "\f2f9";
}
.bodywebsite .fa-registered:before {
  content: "\f25d";
}
.bodywebsite .fa-remove-format:before {
  content: "\f87d";
}
.bodywebsite .fa-renren:before {
  content: "\f18b";
}
.bodywebsite .fa-reply:before {
  content: "\f3e5";
}
.bodywebsite .fa-reply-all:before {
  content: "\f122";
}
.bodywebsite .fa-replyd:before {
  content: "\f3e6";
}
.bodywebsite .fa-republican:before {
  content: "\f75e";
}
.bodywebsite .fa-researchgate:before {
  content: "\f4f8";
}
.bodywebsite .fa-resolving:before {
  content: "\f3e7";
}
.bodywebsite .fa-restroom:before {
  content: "\f7bd";
}
.bodywebsite .fa-retweet:before {
  content: "\f079";
}
.bodywebsite .fa-rev:before {
  content: "\f5b2";
}
.bodywebsite .fa-ribbon:before {
  content: "\f4d6";
}
.bodywebsite .fa-ring:before {
  content: "\f70b";
}
.bodywebsite .fa-road:before {
  content: "\f018";
}
.bodywebsite .fa-robot:before {
  content: "\f544";
}
.bodywebsite .fa-rocket:before {
  content: "\f135";
}
.bodywebsite .fa-rocketchat:before {
  content: "\f3e8";
}
.bodywebsite .fa-rockrms:before {
  content: "\f3e9";
}
.bodywebsite .fa-route:before {
  content: "\f4d7";
}
.bodywebsite .fa-rss:before {
  content: "\f09e";
}
.bodywebsite .fa-rss-square:before {
  content: "\f143";
}
.bodywebsite .fa-ruble-sign:before {
  content: "\f158";
}
.bodywebsite .fa-ruler:before {
  content: "\f545";
}
.bodywebsite .fa-ruler-combined:before {
  content: "\f546";
}
.bodywebsite .fa-ruler-horizontal:before {
  content: "\f547";
}
.bodywebsite .fa-ruler-vertical:before {
  content: "\f548";
}
.bodywebsite .fa-running:before {
  content: "\f70c";
}
.bodywebsite .fa-rupee-sign:before {
  content: "\f156";
}
.bodywebsite .fa-rust:before {
  content: "\e07a";
}
.bodywebsite .fa-sad-cry:before {
  content: "\f5b3";
}
.bodywebsite .fa-sad-tear:before {
  content: "\f5b4";
}
.bodywebsite .fa-safari:before {
  content: "\f267";
}
.bodywebsite .fa-salesforce:before {
  content: "\f83b";
}
.bodywebsite .fa-sass:before {
  content: "\f41e";
}
.bodywebsite .fa-satellite:before {
  content: "\f7bf";
}
.bodywebsite .fa-satellite-dish:before {
  content: "\f7c0";
}
.bodywebsite .fa-save:before {
  content: "\f0c7";
}
.bodywebsite .fa-schlix:before {
  content: "\f3ea";
}
.bodywebsite .fa-school:before {
  content: "\f549";
}
.bodywebsite .fa-screwdriver:before {
  content: "\f54a";
}
.bodywebsite .fa-scribd:before {
  content: "\f28a";
}
.bodywebsite .fa-scroll:before {
  content: "\f70e";
}
.bodywebsite .fa-sd-card:before {
  content: "\f7c2";
}
.bodywebsite .fa-search:before {
  content: "\f002";
}
.bodywebsite .fa-search-dollar:before {
  content: "\f688";
}
.bodywebsite .fa-search-location:before {
  content: "\f689";
}
.bodywebsite .fa-search-minus:before {
  content: "\f010";
}
.bodywebsite .fa-search-plus:before {
  content: "\f00e";
}
.bodywebsite .fa-searchengin:before {
  content: "\f3eb";
}
.bodywebsite .fa-seedling:before {
  content: "\f4d8";
}
.bodywebsite .fa-sellcast:before {
  content: "\f2da";
}
.bodywebsite .fa-sellsy:before {
  content: "\f213";
}
.bodywebsite .fa-server:before {
  content: "\f233";
}
.bodywebsite .fa-servicestack:before {
  content: "\f3ec";
}
.bodywebsite .fa-shapes:before {
  content: "\f61f";
}
.bodywebsite .fa-share:before {
  content: "\f064";
}
.bodywebsite .fa-share-alt:before {
  content: "\f1e0";
}
.bodywebsite .fa-share-alt-square:before {
  content: "\f1e1";
}
.bodywebsite .fa-share-square:before {
  content: "\f14d";
}
.bodywebsite .fa-shekel-sign:before {
  content: "\f20b";
}
.bodywebsite .fa-shield-alt:before {
  content: "\f3ed";
}
.bodywebsite .fa-shield-virus:before {
  content: "\e06c";
}
.bodywebsite .fa-ship:before {
  content: "\f21a";
}
.bodywebsite .fa-shipping-fast:before {
  content: "\f48b";
}
.bodywebsite .fa-shirtsinbulk:before {
  content: "\f214";
}
.bodywebsite .fa-shoe-prints:before {
  content: "\f54b";
}
.bodywebsite .fa-shopify:before {
  content: "\e057";
}
.bodywebsite .fa-shopping-bag:before {
  content: "\f290";
}
.bodywebsite .fa-shopping-basket:before {
  content: "\f291";
}
.bodywebsite .fa-shopping-cart:before {
  content: "\f07a";
}
.bodywebsite .fa-shopware:before {
  content: "\f5b5";
}
.bodywebsite .fa-shower:before {
  content: "\f2cc";
}
.bodywebsite .fa-shuttle-van:before {
  content: "\f5b6";
}
.bodywebsite .fa-sign:before {
  content: "\f4d9";
}
.bodywebsite .fa-sign-in-alt:before {
  content: "\f2f6";
}
.bodywebsite .fa-sign-language:before {
  content: "\f2a7";
}
.bodywebsite .fa-sign-out-alt:before {
  content: "\f2f5";
}
.bodywebsite .fa-signal:before {
  content: "\f012";
}
.bodywebsite .fa-signature:before {
  content: "\f5b7";
}
.bodywebsite .fa-sim-card:before {
  content: "\f7c4";
}
.bodywebsite .fa-simplybuilt:before {
  content: "\f215";
}
.bodywebsite .fa-sink:before {
  content: "\e06d";
}
.bodywebsite .fa-sistrix:before {
  content: "\f3ee";
}
.bodywebsite .fa-sitemap:before {
  content: "\f0e8";
}
.bodywebsite .fa-sith:before {
  content: "\f512";
}
.bodywebsite .fa-skating:before {
  content: "\f7c5";
}
.bodywebsite .fa-sketch:before {
  content: "\f7c6";
}
.bodywebsite .fa-skiing:before {
  content: "\f7c9";
}
.bodywebsite .fa-skiing-nordic:before {
  content: "\f7ca";
}
.bodywebsite .fa-skull:before {
  content: "\f54c";
}
.bodywebsite .fa-skull-crossbones:before {
  content: "\f714";
}
.bodywebsite .fa-skyatlas:before {
  content: "\f216";
}
.bodywebsite .fa-skype:before {
  content: "\f17e";
}
.bodywebsite .fa-slack:before {
  content: "\f198";
}
.bodywebsite .fa-slack-hash:before {
  content: "\f3ef";
}
.bodywebsite .fa-slash:before {
  content: "\f715";
}
.bodywebsite .fa-sleigh:before {
  content: "\f7cc";
}
.bodywebsite .fa-sliders-h:before {
  content: "\f1de";
}
.bodywebsite .fa-slideshare:before {
  content: "\f1e7";
}
.bodywebsite .fa-smile:before {
  content: "\f118";
}
.bodywebsite .fa-smile-beam:before {
  content: "\f5b8";
}
.bodywebsite .fa-smile-wink:before {
  content: "\f4da";
}
.bodywebsite .fa-smog:before {
  content: "\f75f";
}
.bodywebsite .fa-smoking:before {
  content: "\f48d";
}
.bodywebsite .fa-smoking-ban:before {
  content: "\f54d";
}
.bodywebsite .fa-sms:before {
  content: "\f7cd";
}
.bodywebsite .fa-snapchat:before {
  content: "\f2ab";
}
.bodywebsite .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.bodywebsite .fa-snapchat-square:before {
  content: "\f2ad";
}
.bodywebsite .fa-snowboarding:before {
  content: "\f7ce";
}
.bodywebsite .fa-snowflake:before {
  content: "\f2dc";
}
.bodywebsite .fa-snowman:before {
  content: "\f7d0";
}
.bodywebsite .fa-snowplow:before {
  content: "\f7d2";
}
.bodywebsite .fa-soap:before {
  content: "\e06e";
}
.bodywebsite .fa-socks:before {
  content: "\f696";
}
.bodywebsite .fa-solar-panel:before {
  content: "\f5ba";
}
.bodywebsite .fa-sort:before {
  content: "\f0dc";
}
.bodywebsite .fa-sort-alpha-down:before {
  content: "\f15d";
}
.bodywebsite .fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.bodywebsite .fa-sort-alpha-up:before {
  content: "\f15e";
}
.bodywebsite .fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.bodywebsite .fa-sort-amount-down:before {
  content: "\f160";
}
.bodywebsite .fa-sort-amount-down-alt:before {
  content: "\f884";
}
.bodywebsite .fa-sort-amount-up:before {
  content: "\f161";
}
.bodywebsite .fa-sort-amount-up-alt:before {
  content: "\f885";
}
.bodywebsite .fa-sort-down:before {
  content: "\f0dd";
}
.bodywebsite .fa-sort-numeric-down:before {
  content: "\f162";
}
.bodywebsite .fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.bodywebsite .fa-sort-numeric-up:before {
  content: "\f163";
}
.bodywebsite .fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.bodywebsite .fa-sort-up:before {
  content: "\f0de";
}
.bodywebsite .fa-soundcloud:before {
  content: "\f1be";
}
.bodywebsite .fa-sourcetree:before {
  content: "\f7d3";
}
.bodywebsite .fa-spa:before {
  content: "\f5bb";
}
.bodywebsite .fa-space-shuttle:before {
  content: "\f197";
}
.bodywebsite .fa-speakap:before {
  content: "\f3f3";
}
.bodywebsite .fa-speaker-deck:before {
  content: "\f83c";
}
.bodywebsite .fa-spell-check:before {
  content: "\f891";
}
.bodywebsite .fa-spider:before {
  content: "\f717";
}
.bodywebsite .fa-spinner:before {
  content: "\f110";
}
.bodywebsite .fa-splotch:before {
  content: "\f5bc";
}
.bodywebsite .fa-spotify:before {
  content: "\f1bc";
}
.bodywebsite .fa-spray-can:before {
  content: "\f5bd";
}
.bodywebsite .fa-square:before {
  content: "\f0c8";
}
.bodywebsite .fa-square-full:before {
  content: "\f45c";
}
.bodywebsite .fa-square-root-alt:before {
  content: "\f698";
}
.bodywebsite .fa-squarespace:before {
  content: "\f5be";
}
.bodywebsite .fa-stack-exchange:before {
  content: "\f18d";
}
.bodywebsite .fa-stack-overflow:before {
  content: "\f16c";
}
.bodywebsite .fa-stackpath:before {
  content: "\f842";
}
.bodywebsite .fa-stamp:before {
  content: "\f5bf";
}
.bodywebsite .fa-star:before {
  content: "\f005";
}
.bodywebsite .fa-star-and-crescent:before {
  content: "\f699";
}
.bodywebsite .fa-star-half:before {
  content: "\f089";
}
.bodywebsite .fa-star-half-alt:before {
  content: "\f5c0";
}
.bodywebsite .fa-star-of-david:before {
  content: "\f69a";
}
.bodywebsite .fa-star-of-life:before {
  content: "\f621";
}
.bodywebsite .fa-staylinked:before {
  content: "\f3f5";
}
.bodywebsite .fa-steam:before {
  content: "\f1b6";
}
.bodywebsite .fa-steam-square:before {
  content: "\f1b7";
}
.bodywebsite .fa-steam-symbol:before {
  content: "\f3f6";
}
.bodywebsite .fa-step-backward:before {
  content: "\f048";
}
.bodywebsite .fa-step-forward:before {
  content: "\f051";
}
.bodywebsite .fa-stethoscope:before {
  content: "\f0f1";
}
.bodywebsite .fa-sticker-mule:before {
  content: "\f3f7";
}
.bodywebsite .fa-sticky-note:before {
  content: "\f249";
}
.bodywebsite .fa-stop:before {
  content: "\f04d";
}
.bodywebsite .fa-stop-circle:before {
  content: "\f28d";
}
.bodywebsite .fa-stopwatch:before {
  content: "\f2f2";
}
.bodywebsite .fa-stopwatch-20:before {
  content: "\e06f";
}
.bodywebsite .fa-store:before {
  content: "\f54e";
}
.bodywebsite .fa-store-alt:before {
  content: "\f54f";
}
.bodywebsite .fa-store-alt-slash:before {
  content: "\e070";
}
.bodywebsite .fa-store-slash:before {
  content: "\e071";
}
.bodywebsite .fa-strava:before {
  content: "\f428";
}
.bodywebsite .fa-stream:before {
  content: "\f550";
}
.bodywebsite .fa-street-view:before {
  content: "\f21d";
}
.bodywebsite .fa-strikethrough:before {
  content: "\f0cc";
}
.bodywebsite .fa-stripe:before {
  content: "\f429";
}
.bodywebsite .fa-stripe-s:before {
  content: "\f42a";
}
.bodywebsite .fa-stroopwafel:before {
  content: "\f551";
}
.bodywebsite .fa-studiovinari:before {
  content: "\f3f8";
}
.bodywebsite .fa-stumbleupon:before {
  content: "\f1a4";
}
.bodywebsite .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.bodywebsite .fa-subscript:before {
  content: "\f12c";
}
.bodywebsite .fa-subway:before {
  content: "\f239";
}
.bodywebsite .fa-suitcase:before {
  content: "\f0f2";
}
.bodywebsite .fa-suitcase-rolling:before {
  content: "\f5c1";
}
.bodywebsite .fa-sun:before {
  content: "\f185";
}
.bodywebsite .fa-superpowers:before {
  content: "\f2dd";
}
.bodywebsite .fa-superscript:before {
  content: "\f12b";
}
.bodywebsite .fa-supple:before {
  content: "\f3f9";
}
.bodywebsite .fa-surprise:before {
  content: "\f5c2";
}
.bodywebsite .fa-suse:before {
  content: "\f7d6";
}
.bodywebsite .fa-swatchbook:before {
  content: "\f5c3";
}
.bodywebsite .fa-swift:before {
  content: "\f8e1";
}
.bodywebsite .fa-swimmer:before {
  content: "\f5c4";
}
.bodywebsite .fa-swimming-pool:before {
  content: "\f5c5";
}
.bodywebsite .fa-symfony:before {
  content: "\f83d";
}
.bodywebsite .fa-synagogue:before {
  content: "\f69b";
}
.bodywebsite .fa-sync:before {
  content: "\f021";
}
.bodywebsite .fa-sync-alt:before {
  content: "\f2f1";
}
.bodywebsite .fa-syringe:before {
  content: "\f48e";
}
.bodywebsite .fa-table:before {
  content: "\f0ce";
}
.bodywebsite .fa-table-tennis:before {
  content: "\f45d";
}
.bodywebsite .fa-tablet:before {
  content: "\f10a";
}
.bodywebsite .fa-tablet-alt:before {
  content: "\f3fa";
}
.bodywebsite .fa-tablets:before {
  content: "\f490";
}
.bodywebsite .fa-tachometer-alt:before {
  content: "\f3fd";
}
.bodywebsite .fa-tag:before {
  content: "\f02b";
}
.bodywebsite .fa-tags:before {
  content: "\f02c";
}
.bodywebsite .fa-tape:before {
  content: "\f4db";
}
.bodywebsite .fa-tasks:before {
  content: "\f0ae";
}
.bodywebsite .fa-taxi:before {
  content: "\f1ba";
}
.bodywebsite .fa-teamspeak:before {
  content: "\f4f9";
}
.bodywebsite .fa-teeth:before {
  content: "\f62e";
}
.bodywebsite .fa-teeth-open:before {
  content: "\f62f";
}
.bodywebsite .fa-telegram:before {
  content: "\f2c6";
}
.bodywebsite .fa-telegram-plane:before {
  content: "\f3fe";
}
.bodywebsite .fa-temperature-high:before {
  content: "\f769";
}
.bodywebsite .fa-temperature-low:before {
  content: "\f76b";
}
.bodywebsite .fa-tencent-weibo:before {
  content: "\f1d5";
}
.bodywebsite .fa-tenge:before {
  content: "\f7d7";
}
.bodywebsite .fa-terminal:before {
  content: "\f120";
}
.bodywebsite .fa-text-height:before {
  content: "\f034";
}
.bodywebsite .fa-text-width:before {
  content: "\f035";
}
.bodywebsite .fa-th:before {
  content: "\f00a";
}
.bodywebsite .fa-th-large:before {
  content: "\f009";
}
.bodywebsite .fa-th-list:before {
  content: "\f00b";
}
.bodywebsite .fa-the-red-yeti:before {
  content: "\f69d";
}
.bodywebsite .fa-theater-masks:before {
  content: "\f630";
}
.bodywebsite .fa-themeco:before {
  content: "\f5c6";
}
.bodywebsite .fa-themeisle:before {
  content: "\f2b2";
}
.bodywebsite .fa-thermometer:before {
  content: "\f491";
}
.bodywebsite .fa-thermometer-empty:before {
  content: "\f2cb";
}
.bodywebsite .fa-thermometer-full:before {
  content: "\f2c7";
}
.bodywebsite .fa-thermometer-half:before {
  content: "\f2c9";
}
.bodywebsite .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.bodywebsite .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.bodywebsite .fa-think-peaks:before {
  content: "\f731";
}
.bodywebsite .fa-thumbs-down:before {
  content: "\f165";
}
.bodywebsite .fa-thumbs-up:before {
  content: "\f164";
}
.bodywebsite .fa-thumbtack:before {
  content: "\f08d";
}
.bodywebsite .fa-ticket-alt:before {
  content: "\f3ff";
}
.bodywebsite .fa-tiktok:before {
  content: "\e07b";
}
.bodywebsite .fa-times:before {
  content: "\f00d";
}
.bodywebsite .fa-times-circle:before {
  content: "\f057";
}
.bodywebsite .fa-tint:before {
  content: "\f043";
}
.bodywebsite .fa-tint-slash:before {
  content: "\f5c7";
}
.bodywebsite .fa-tired:before {
  content: "\f5c8";
}
.bodywebsite .fa-toggle-off:before {
  content: "\f204";
}
.bodywebsite .fa-toggle-on:before {
  content: "\f205";
}
.bodywebsite .fa-toilet:before {
  content: "\f7d8";
}
.bodywebsite .fa-toilet-paper:before {
  content: "\f71e";
}
.bodywebsite .fa-toilet-paper-slash:before {
  content: "\e072";
}
.bodywebsite .fa-toolbox:before {
  content: "\f552";
}
.bodywebsite .fa-tools:before {
  content: "\f7d9";
}
.bodywebsite .fa-tooth:before {
  content: "\f5c9";
}
.bodywebsite .fa-torah:before {
  content: "\f6a0";
}
.bodywebsite .fa-torii-gate:before {
  content: "\f6a1";
}
.bodywebsite .fa-tractor:before {
  content: "\f722";
}
.bodywebsite .fa-trade-federation:before {
  content: "\f513";
}
.bodywebsite .fa-trademark:before {
  content: "\f25c";
}
.bodywebsite .fa-traffic-light:before {
  content: "\f637";
}
.bodywebsite .fa-trailer:before {
  content: "\e041";
}
.bodywebsite .fa-train:before {
  content: "\f238";
}
.bodywebsite .fa-tram:before {
  content: "\f7da";
}
.bodywebsite .fa-transgender:before {
  content: "\f224";
}
.bodywebsite .fa-transgender-alt:before {
  content: "\f225";
}
.bodywebsite .fa-trash:before {
  content: "\f1f8";
}
.bodywebsite .fa-trash-alt:before {
  content: "\f2ed";
}
.bodywebsite .fa-trash-restore:before {
  content: "\f829";
}
.bodywebsite .fa-trash-restore-alt:before {
  content: "\f82a";
}
.bodywebsite .fa-tree:before {
  content: "\f1bb";
}
.bodywebsite .fa-trello:before {
  content: "\f181";
}
.bodywebsite .fa-tripadvisor:before {
  content: "\f262";
}
.bodywebsite .fa-trophy:before {
  content: "\f091";
}
.bodywebsite .fa-truck:before {
  content: "\f0d1";
}
.bodywebsite .fa-truck-loading:before {
  content: "\f4de";
}
.bodywebsite .fa-truck-monster:before {
  content: "\f63b";
}
.bodywebsite .fa-truck-moving:before {
  content: "\f4df";
}
.bodywebsite .fa-truck-pickup:before {
  content: "\f63c";
}
.bodywebsite .fa-tshirt:before {
  content: "\f553";
}
.bodywebsite .fa-tty:before {
  content: "\f1e4";
}
.bodywebsite .fa-tumblr:before {
  content: "\f173";
}
.bodywebsite .fa-tumblr-square:before {
  content: "\f174";
}
.bodywebsite .fa-tv:before {
  content: "\f26c";
}
.bodywebsite .fa-twitch:before {
  content: "\f1e8";
}
.bodywebsite .fa-twitter:before {
  content: "\f099";
}
.bodywebsite .fa-twitter-square:before {
  content: "\f081";
}
.bodywebsite .fa-typo3:before {
  content: "\f42b";
}
.bodywebsite .fa-uber:before {
  content: "\f402";
}
.bodywebsite .fa-ubuntu:before {
  content: "\f7df";
}
.bodywebsite .fa-uikit:before {
  content: "\f403";
}
.bodywebsite .fa-umbraco:before {
  content: "\f8e8";
}
.bodywebsite .fa-umbrella:before {
  content: "\f0e9";
}
.bodywebsite .fa-umbrella-beach:before {
  content: "\f5ca";
}
.bodywebsite .fa-uncharted:before {
  content: "\e084";
}
.bodywebsite .fa-underline:before {
  content: "\f0cd";
}
.bodywebsite .fa-undo:before {
  content: "\f0e2";
}
.bodywebsite .fa-undo-alt:before {
  content: "\f2ea";
}
.bodywebsite .fa-uniregistry:before {
  content: "\f404";
}
.bodywebsite .fa-unity:before {
  content: "\e049";
}
.bodywebsite .fa-universal-access:before {
  content: "\f29a";
}
.bodywebsite .fa-university:before {
  content: "\f19c";
}
.bodywebsite .fa-unlink:before {
  content: "\f127";
}
.bodywebsite .fa-unlock:before {
  content: "\f09c";
}
.bodywebsite .fa-unlock-alt:before {
  content: "\f13e";
}
.bodywebsite .fa-unsplash:before {
  content: "\e07c";
}
.bodywebsite .fa-untappd:before {
  content: "\f405";
}
.bodywebsite .fa-upload:before {
  content: "\f093";
}
.bodywebsite .fa-ups:before {
  content: "\f7e0";
}
.bodywebsite .fa-usb:before {
  content: "\f287";
}
.bodywebsite .fa-user:before {
  content: "\f007";
}
.bodywebsite .fa-user-alt:before {
  content: "\f406";
}
.bodywebsite .fa-user-alt-slash:before {
  content: "\f4fa";
}
.bodywebsite .fa-user-astronaut:before {
  content: "\f4fb";
}
.bodywebsite .fa-user-check:before {
  content: "\f4fc";
}
.bodywebsite .fa-user-circle:before {
  content: "\f2bd";
}
.bodywebsite .fa-user-clock:before {
  content: "\f4fd";
}
.bodywebsite .fa-user-cog:before {
  content: "\f4fe";
}
.bodywebsite .fa-user-edit:before {
  content: "\f4ff";
}
.bodywebsite .fa-user-friends:before {
  content: "\f500";
}
.bodywebsite .fa-user-graduate:before {
  content: "\f501";
}
.bodywebsite .fa-user-injured:before {
  content: "\f728";
}
.bodywebsite .fa-user-lock:before {
  content: "\f502";
}
.bodywebsite .fa-user-md:before {
  content: "\f0f0";
}
.bodywebsite .fa-user-minus:before {
  content: "\f503";
}
.bodywebsite .fa-user-ninja:before {
  content: "\f504";
}
.bodywebsite .fa-user-nurse:before {
  content: "\f82f";
}
.bodywebsite .fa-user-plus:before {
  content: "\f234";
}
.bodywebsite .fa-user-secret:before {
  content: "\f21b";
}
.bodywebsite .fa-user-shield:before {
  content: "\f505";
}
.bodywebsite .fa-user-slash:before {
  content: "\f506";
}
.bodywebsite .fa-user-tag:before {
  content: "\f507";
}
.bodywebsite .fa-user-tie:before {
  content: "\f508";
}
.bodywebsite .fa-user-times:before {
  content: "\f235";
}
.bodywebsite .fa-users:before {
  content: "\f0c0";
}
.bodywebsite .fa-users-cog:before {
  content: "\f509";
}
.bodywebsite .fa-users-slash:before {
  content: "\e073";
}
.bodywebsite .fa-usps:before {
  content: "\f7e1";
}
.bodywebsite .fa-ussunnah:before {
  content: "\f407";
}
.bodywebsite .fa-utensil-spoon:before {
  content: "\f2e5";
}
.bodywebsite .fa-utensils:before {
  content: "\f2e7";
}
.bodywebsite .fa-vaadin:before {
  content: "\f408";
}
.bodywebsite .fa-vector-square:before {
  content: "\f5cb";
}
.bodywebsite .fa-venus:before {
  content: "\f221";
}
.bodywebsite .fa-venus-double:before {
  content: "\f226";
}
.bodywebsite .fa-venus-mars:before {
  content: "\f228";
}
.bodywebsite .fa-vest:before {
  content: "\e085";
}
.bodywebsite .fa-vest-patches:before {
  content: "\e086";
}
.bodywebsite .fa-viacoin:before {
  content: "\f237";
}
.bodywebsite .fa-viadeo:before {
  content: "\f2a9";
}
.bodywebsite .fa-viadeo-square:before {
  content: "\f2aa";
}
.bodywebsite .fa-vial:before {
  content: "\f492";
}
.bodywebsite .fa-vials:before {
  content: "\f493";
}
.bodywebsite .fa-viber:before {
  content: "\f409";
}
.bodywebsite .fa-video:before {
  content: "\f03d";
}
.bodywebsite .fa-video-slash:before {
  content: "\f4e2";
}
.bodywebsite .fa-vihara:before {
  content: "\f6a7";
}
.bodywebsite .fa-vimeo:before {
  content: "\f40a";
}
.bodywebsite .fa-vimeo-square:before {
  content: "\f194";
}
.bodywebsite .fa-vimeo-v:before {
  content: "\f27d";
}
.bodywebsite .fa-vine:before {
  content: "\f1ca";
}
.bodywebsite .fa-virus:before {
  content: "\e074";
}
.bodywebsite .fa-virus-slash:before {
  content: "\e075";
}
.bodywebsite .fa-viruses:before {
  content: "\e076";
}
.bodywebsite .fa-vk:before {
  content: "\f189";
}
.bodywebsite .fa-vnv:before {
  content: "\f40b";
}
.bodywebsite .fa-voicemail:before {
  content: "\f897";
}
.bodywebsite .fa-volleyball-ball:before {
  content: "\f45f";
}
.bodywebsite .fa-volume-down:before {
  content: "\f027";
}
.bodywebsite .fa-volume-mute:before {
  content: "\f6a9";
}
.bodywebsite .fa-volume-off:before {
  content: "\f026";
}
.bodywebsite .fa-volume-up:before {
  content: "\f028";
}
.bodywebsite .fa-vote-yea:before {
  content: "\f772";
}
.bodywebsite .fa-vr-cardboard:before {
  content: "\f729";
}
.bodywebsite .fa-vuejs:before {
  content: "\f41f";
}
.bodywebsite .fa-walking:before {
  content: "\f554";
}
.bodywebsite .fa-wallet:before {
  content: "\f555";
}
.bodywebsite .fa-warehouse:before {
  content: "\f494";
}
.bodywebsite .fa-watchman-monitoring:before {
  content: "\e087";
}
.bodywebsite .fa-water:before {
  content: "\f773";
}
.bodywebsite .fa-wave-square:before {
  content: "\f83e";
}
.bodywebsite .fa-waze:before {
  content: "\f83f";
}
.bodywebsite .fa-weebly:before {
  content: "\f5cc";
}
.bodywebsite .fa-weibo:before {
  content: "\f18a";
}
.bodywebsite .fa-weight:before {
  content: "\f496";
}
.bodywebsite .fa-weight-hanging:before {
  content: "\f5cd";
}
.bodywebsite .fa-weixin:before {
  content: "\f1d7";
}
.bodywebsite .fa-whatsapp:before {
  content: "\f232";
}
.bodywebsite .fa-whatsapp-square:before {
  content: "\f40c";
}
.bodywebsite .fa-wheelchair:before {
  content: "\f193";
}
.bodywebsite .fa-whmcs:before {
  content: "\f40d";
}
.bodywebsite .fa-wifi:before {
  content: "\f1eb";
}
.bodywebsite .fa-wikipedia-w:before {
  content: "\f266";
}
.bodywebsite .fa-wind:before {
  content: "\f72e";
}
.bodywebsite .fa-window-close:before {
  content: "\f410";
}
.bodywebsite .fa-window-maximize:before {
  content: "\f2d0";
}
.bodywebsite .fa-window-minimize:before {
  content: "\f2d1";
}
.bodywebsite .fa-window-restore:before {
  content: "\f2d2";
}
.bodywebsite .fa-windows:before {
  content: "\f17a";
}
.bodywebsite .fa-wine-bottle:before {
  content: "\f72f";
}
.bodywebsite .fa-wine-glass:before {
  content: "\f4e3";
}
.bodywebsite .fa-wine-glass-alt:before {
  content: "\f5ce";
}
.bodywebsite .fa-wix:before {
  content: "\f5cf";
}
.bodywebsite .fa-wizards-of-the-coast:before {
  content: "\f730";
}
.bodywebsite .fa-wodu:before {
  content: "\e088";
}
.bodywebsite .fa-wolf-pack-battalion:before {
  content: "\f514";
}
.bodywebsite .fa-won-sign:before {
  content: "\f159";
}
.bodywebsite .fa-wordpress:before {
  content: "\f19a";
}
.bodywebsite .fa-wordpress-simple:before {
  content: "\f411";
}
.bodywebsite .fa-wpbeginner:before {
  content: "\f297";
}
.bodywebsite .fa-wpexplorer:before {
  content: "\f2de";
}
.bodywebsite .fa-wpforms:before {
  content: "\f298";
}
.bodywebsite .fa-wpressr:before {
  content: "\f3e4";
}
.bodywebsite .fa-wrench:before {
  content: "\f0ad";
}
.bodywebsite .fa-x-ray:before {
  content: "\f497";
}
.bodywebsite .fa-xbox:before {
  content: "\f412";
}
.bodywebsite .fa-xing:before {
  content: "\f168";
}
.bodywebsite .fa-xing-square:before {
  content: "\f169";
}
.bodywebsite .fa-y-combinator:before {
  content: "\f23b";
}
.bodywebsite .fa-yahoo:before {
  content: "\f19e";
}
.bodywebsite .fa-yammer:before {
  content: "\f840";
}
.bodywebsite .fa-yandex:before {
  content: "\f413";
}
.bodywebsite .fa-yandex-international:before {
  content: "\f414";
}
.bodywebsite .fa-yarn:before {
  content: "\f7e3";
}
.bodywebsite .fa-yelp:before {
  content: "\f1e9";
}
.bodywebsite .fa-yen-sign:before {
  content: "\f157";
}
.bodywebsite .fa-yin-yang:before {
  content: "\f6ad";
}
.bodywebsite .fa-yoast:before {
  content: "\f2b1";
}
.bodywebsite .fa-youtube:before {
  content: "\f167";
}
.bodywebsite .fa-youtube-square:before {
  content: "\f431";
}
.bodywebsite .fa-zhihu:before {
  content: "\f63f";
}
.bodywebsite .sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bodywebsite .sr-only-focusable:active,
.bodywebsite .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.bodywebsite .fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.bodywebsite .fab,
.bodywebsite .far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.bodywebsite .fa,
.bodywebsite .far,
.bodywebsite .fas {
  font-family: "Font Awesome 5 Free";
}
.bodywebsite .fa,
.bodywebsite .fas {
  font-weight: 900;
}

/* Content of file http://templates.graphicfort.com/bason/assets/js/plugins/fancybox/css/jquery.fancybox.min.css */
.bodywebsite body.compensate-for-scrollbar {
  overflow: hidden;
}
.bodywebsite .fancybox-active {
  height: auto;
}
.bodywebsite .fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.bodywebsite .fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.bodywebsite .fancybox-container * {
  box-sizing: border-box;
}
.bodywebsite .fancybox-bg,
.bodywebsite .fancybox-inner,
.bodywebsite .fancybox-outer,
.bodywebsite .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bodywebsite .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.bodywebsite .fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.bodywebsite .fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.bodywebsite .fancybox-caption,
.bodywebsite .fancybox-infobar,
.bodywebsite .fancybox-navigation .fancybox-button,
.bodywebsite .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.bodywebsite .fancybox-show-caption .fancybox-caption,
.bodywebsite .fancybox-show-infobar .fancybox-infobar,
.bodywebsite .fancybox-show-nav .fancybox-navigation .fancybox-button,
.bodywebsite .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.bodywebsite .fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bodywebsite .fancybox-toolbar {
  right: 0;
  top: 0;
}
.bodywebsite .fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.bodywebsite .fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.bodywebsite .fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.bodywebsite .fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.bodywebsite .fancybox-is-sliding .fancybox-slide,
.bodywebsite .fancybox-slide--current,
.bodywebsite .fancybox-slide--next,
.bodywebsite .fancybox-slide--previous {
  display: block;
}
.bodywebsite .fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.bodywebsite .fancybox-slide--image:before {
  display: none;
}
.bodywebsite .fancybox-slide--html {
  padding: 6px;
}
.bodywebsite .fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.bodywebsite .fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.bodywebsite .fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.bodywebsite .fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.bodywebsite .fancybox-can-pan .fancybox-content,
.bodywebsite .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.bodywebsite .fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.bodywebsite .fancybox-container [data-selectable=true] {
  cursor: text;
}
.bodywebsite .fancybox-image,
.bodywebsite .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.bodywebsite .fancybox-spaceball {
  z-index: 1;
}
.bodywebsite .fancybox-slide--iframe .fancybox-content,
.bodywebsite .fancybox-slide--map .fancybox-content,
.bodywebsite .fancybox-slide--pdf .fancybox-content,
.bodywebsite .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.bodywebsite .fancybox-slide--video .fancybox-content {
  background: #000;
}
.bodywebsite .fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.bodywebsite .fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.bodywebsite .fancybox-iframe,
.bodywebsite .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.bodywebsite .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.bodywebsite .fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.bodywebsite .fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.bodywebsite .fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.bodywebsite .fancybox-button,
.bodywebsite .fancybox-button:link,
.bodywebsite .fancybox-button:visited {
  color: #ccc;
}
.bodywebsite .fancybox-button:hover {
  color: #fff;
}
.bodywebsite .fancybox-button:focus {
  outline: none;
}
.bodywebsite .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.bodywebsite .fancybox-button[disabled],
.bodywebsite .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.bodywebsite .fancybox-button div {
  height: 100%;
}
.bodywebsite .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.bodywebsite .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.bodywebsite .fancybox-button--fsenter svg:nth-child(2),
.bodywebsite .fancybox-button--fsexit svg:first-child,
.bodywebsite .fancybox-button--pause svg:first-child,
.bodywebsite .fancybox-button--play svg:nth-child(2) {
  display: none;
}
.bodywebsite .fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.bodywebsite .fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.bodywebsite .fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.bodywebsite .fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.bodywebsite .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.bodywebsite .fancybox-is-scaling .fancybox-close-small,
.bodywebsite .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.bodywebsite .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.bodywebsite .fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.bodywebsite .fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.bodywebsite .fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.bodywebsite .fancybox-caption {
  background: linear-gradient(0deg,rgba(0,0,0,0.85) 0,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.15) 65%,rgba(0,0,0,0.075) 75.5%,rgba(0,0,0,0.037) 82.85%,rgba(0,0,0,0.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.bodywebsite .fancybox-caption--separate {
  margin-top: -50px;
}
.bodywebsite .fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.bodywebsite .fancybox-caption a,
.bodywebsite .fancybox-caption a:link,
.bodywebsite .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.bodywebsite .fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.bodywebsite .fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  .bodywebsite to {
    transform: rotate(1turn);
  }
}
.bodywebsite .fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}
.bodywebsite .fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0);
}
.bodywebsite .fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0);
}
.bodywebsite .fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.bodywebsite .fancybox-fx-fade.fancybox-slide--next,
.bodywebsite .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.bodywebsite .fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.bodywebsite .fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5);
}
.bodywebsite .fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5);
}
.bodywebsite .fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.bodywebsite .fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.bodywebsite .fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.bodywebsite .fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.bodywebsite .fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.bodywebsite .fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.bodywebsite .fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.bodywebsite .fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.bodywebsite .fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.bodywebsite .fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .bodywebsite .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .bodywebsite .fancybox-slide--image {
    padding: 6px 0;
  }
  .bodywebsite .fancybox-close-small {
    right: -6px;
  }
  .bodywebsite .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .bodywebsite .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.bodywebsite .fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.bodywebsite .fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.bodywebsite .fancybox-share p {
  margin: 0;
  padding: 0;
}
.bodywebsite .fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.bodywebsite .fancybox-share__button:link,
.bodywebsite .fancybox-share__button:visited {
  color: #fff;
}
.bodywebsite .fancybox-share__button:hover {
  text-decoration: none;
}
.bodywebsite .fancybox-share__button--fb {
  background: #3b5998;
}
.bodywebsite .fancybox-share__button--fb:hover {
  background: #344e86;
}
.bodywebsite .fancybox-share__button--pt {
  background: #bd081d;
}
.bodywebsite .fancybox-share__button--pt:hover {
  background: #aa0719;
}
.bodywebsite .fancybox-share__button--tw {
  background: #1da1f2;
}
.bodywebsite .fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.bodywebsite .fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.bodywebsite .fancybox-share__button svg path {
  fill: #fff;
}
.bodywebsite .fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.bodywebsite .fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.bodywebsite .fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.bodywebsite .fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.bodywebsite .fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.bodywebsite .fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.bodywebsite .fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.bodywebsite .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.bodywebsite .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.bodywebsite .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.bodywebsite .fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.bodywebsite .fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}
.bodywebsite .fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.bodywebsite .fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .bodywebsite .fancybox-thumbs {
    width: 110px;
  }
  .bodywebsite .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .bodywebsite .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}

/* Content of file http://templates.graphicfort.com/bason/assets/js/plugins/mediaelementplayer/css/mediaelementplayer.min.css */
.bodywebsite .mejs__offscreen {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.bodywebsite .mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.bodywebsite .mejs__container,
.bodywebsite .mejs__container * {
  box-sizing: border-box;
}
.bodywebsite .mejs__container video::-webkit-media-controls,
.bodywebsite .mejs__container video::-webkit-media-controls-panel,
.bodywebsite .mejs__container video::-webkit-media-controls-panel-container,
.bodywebsite .mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.bodywebsite .mejs__fill-container,
.bodywebsite .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.bodywebsite .mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.bodywebsite .mejs__container:focus {
  outline: none;
}
.bodywebsite .mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.bodywebsite .mejs__embed,
.bodywebsite .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.bodywebsite .mejs__fullscreen {
  overflow: hidden !important;
}
.bodywebsite .mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.bodywebsite .mejs__container-fullscreen .mejs__mediaelement,
.bodywebsite .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.bodywebsite .mejs__background,
.bodywebsite .mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.bodywebsite .mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.bodywebsite .mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.bodywebsite :root .mejs__poster-img {
  display: none;
}
.bodywebsite .mejs__poster-img {
  border: 0;
  padding: 0;
}
.bodywebsite .mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.bodywebsite .mejs__layer {
  z-index: 1;
}
.bodywebsite .mejs__overlay-play {
  cursor: pointer;
}
.bodywebsite .mejs__overlay-button {
  background: url("/viewimage.php?modulepart=medias&file=image/bason/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.bodywebsite .mejs__overlay:hover>.mejs__overlay-button {
  background-position: -80px -39px;
}
.bodywebsite .mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.bodywebsite .mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url("/viewimage.php?modulepart=medias&file=image/bason/mejs-controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  .bodywebsite to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  .bodywebsite to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.bodywebsite .mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.bodywebsite .mejs__controls:not([style*="display: none"]) {
  background: rgba(255,0,0,0.7);
  background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.35));
  background: linear-gradient(transparent,rgba(0,0,0,0.35));
}
.bodywebsite .mejs__button,
.bodywebsite .mejs__time,
.bodywebsite .mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.bodywebsite .mejs__button>button {
  background: transparent url("/viewimage.php?modulepart=medias&file=image/bason/mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.bodywebsite .mejs__button>button:focus {
  outline: 1px dotted #999;
}
.bodywebsite .mejs__container-keyboard-inactive [role=slider],
.bodywebsite .mejs__container-keyboard-inactive [role=slider]:focus,
.bodywebsite .mejs__container-keyboard-inactive a,
.bodywebsite .mejs__container-keyboard-inactive a:focus,
.bodywebsite .mejs__container-keyboard-inactive button,
.bodywebsite .mejs__container-keyboard-inactive button:focus {
  outline: 0;
}
.bodywebsite .mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.bodywebsite .mejs__play>button {
  background-position: 0 0;
}
.bodywebsite .mejs__pause>button {
  background-position: -20px 0;
}
.bodywebsite .mejs__replay>button {
  background-position: -160px 0;
}
.bodywebsite .mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.bodywebsite .mejs__time-buffering,
.bodywebsite .mejs__time-current,
.bodywebsite .mejs__time-float,
.bodywebsite .mejs__time-float-corner,
.bodywebsite .mejs__time-float-current,
.bodywebsite .mejs__time-hovered,
.bodywebsite .mejs__time-loaded,
.bodywebsite .mejs__time-marker,
.bodywebsite .mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.bodywebsite .mejs__time-total {
  background: rgba(255,255,255,0.3);
  margin: 5px 0 0;
  width: 100%;
}
.bodywebsite .mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(135deg,rgba(255,255,255,0.4) 25%,transparent 0,transparent 50%,rgba(255,255,255,0.4) 0,rgba(255,255,255,0.4) 75%,transparent 0,transparent);
  background: linear-gradient(-45deg,rgba(255,255,255,0.4) 25%,transparent 0,transparent 50%,rgba(255,255,255,0.4) 0,rgba(255,255,255,0.4) 75%,transparent 0,transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  .bodywebsite 0% {
    background-position: 0 0;
  }
  .bodywebsite to {
    background-position: 30px 0;
  }
}
@keyframes b {
  .bodywebsite 0% {
    background-position: 0 0;
  }
  .bodywebsite to {
    background-position: 30px 0;
  }
}
.bodywebsite .mejs__time-loaded {
  background: rgba(255,255,255,0.3);
}
.bodywebsite .mejs__time-current,
.bodywebsite .mejs__time-handle-content {
  background: rgba(255,255,255,0.9);
}
.bodywebsite .mejs__time-hovered {
  background: rgba(255,255,255,0.5);
  z-index: 10;
}
.bodywebsite .mejs__time-hovered.negative {
  background: rgba(0,0,0,0.2);
}
.bodywebsite .mejs__time-buffering,
.bodywebsite .mejs__time-current,
.bodywebsite .mejs__time-hovered,
.bodywebsite .mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
  width: 100%;
}
.bodywebsite .mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.bodywebsite .mejs__time-hovered {
  -webkit-transition: height .1s cubic-bezier(.44,0,1,1);
  transition: height .1s cubic-bezier(.44,0,1,1);
}
.bodywebsite .mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.bodywebsite .mejs__time-handle,
.bodywebsite .mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.bodywebsite .mejs__time-handle-content {
  border: 4px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.bodywebsite .mejs__time-rail .mejs__time-handle-content:active,
.bodywebsite .mejs__time-rail .mejs__time-handle-content:focus,
.bodywebsite .mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bodywebsite .mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.bodywebsite .mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.bodywebsite .mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.bodywebsite .mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.bodywebsite .mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.bodywebsite .mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.bodywebsite .mejs__fullscreen-button>button {
  background-position: -80px 0;
}
.bodywebsite .mejs__unfullscreen>button {
  background-position: -100px 0;
}
.bodywebsite .mejs__mute>button {
  background-position: -60px 0;
}
.bodywebsite .mejs__unmute>button {
  background-position: -40px 0;
}
.bodywebsite .mejs__volume-button {
  position: relative;
}
.bodywebsite .mejs__volume-button>.mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50,50,50,0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.bodywebsite .mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.bodywebsite .mejs__volume-total {
  background: rgba(255,255,255,0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.bodywebsite .mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.bodywebsite .mejs__volume-current,
.bodywebsite .mejs__volume-handle {
  background: rgba(255,255,255,0.9);
  position: absolute;
}
.bodywebsite .mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.bodywebsite .mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.bodywebsite .mejs__horizontal-volume-total {
  background: rgba(50,50,50,0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.bodywebsite .mejs__horizontal-volume-current,
.bodywebsite .mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.bodywebsite .mejs__horizontal-volume-current {
  background: rgba(255,255,255,0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.bodywebsite .mejs__horizontal-volume-handle {
  display: none;
}
.bodywebsite .mejs__captions-button,
.bodywebsite .mejs__chapters-button {
  position: relative;
}
.bodywebsite .mejs__captions-button>button {
  background-position: -140px 0;
}
.bodywebsite .mejs__chapters-button>button {
  background-position: -180px 0;
}
.bodywebsite .mejs__captions-button>.mejs__captions-selector,
.bodywebsite .mejs__chapters-button>.mejs__chapters-selector {
  background: rgba(50,50,50,0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.bodywebsite .mejs__chapters-button>.mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.bodywebsite .mejs__captions-selector-list,
.bodywebsite .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.bodywebsite .mejs__captions-selector-list-item,
.bodywebsite .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.bodywebsite .mejs__captions-selector-list-item:hover,
.bodywebsite .mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255,255,255,0.4) !important;
}
.bodywebsite .mejs__captions-selector-input,
.bodywebsite .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.bodywebsite .mejs__captions-selector-label,
.bodywebsite .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.bodywebsite .mejs__captions-selected,
.bodywebsite .mejs__chapters-selected {
  color: #21f8f8;
}
.bodywebsite .mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.bodywebsite .mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.bodywebsite .mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.bodywebsite .mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: 400;
}
.bodywebsite .mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.bodywebsite .mejs__captions-position-hover {
  bottom: 35px;
}
.bodywebsite .mejs__captions-text,
.bodywebsite .mejs__captions-text * {
  background: rgba(20,20,20,0.5);
  box-shadow: 5px 0 0 rgba(20,20,20,0.5), -5px 0 0 rgba(20,20,20,0.5);
  padding: 0;
  white-space: pre-wrap;
}
.bodywebsite .mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
.bodywebsite .mejs__overlay-error {
  position: relative;
}
.bodywebsite .mejs__overlay-error>img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.bodywebsite .mejs__cannotplay,
.bodywebsite .mejs__cannotplay a {
  color: #fff;
  font-size: .8em;
}
.bodywebsite .mejs__cannotplay {
  position: relative;
}
.bodywebsite .mejs__cannotplay a,
.bodywebsite .mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

/* Content of file http://templates.graphicfort.com/bason/assets/js/plugins/twenty-twenty/css/twentytwenty.min.css */
.bodywebsite .twentytwenty-horizontal .twentytwenty-handle:after,
.bodywebsite .twentytwenty-horizontal .twentytwenty-handle:before,
.bodywebsite .twentytwenty-vertical .twentytwenty-handle:after,
.bodywebsite .twentytwenty-vertical .twentytwenty-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  box-shadow: 0 0 12px rgba(51,51,51,0.5);
}
.bodywebsite .twentytwenty-horizontal .twentytwenty-handle:after,
.bodywebsite .twentytwenty-horizontal .twentytwenty-handle:before {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.bodywebsite .twentytwenty-vertical .twentytwenty-handle:after,
.bodywebsite .twentytwenty-vertical .twentytwenty-handle:before {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.bodywebsite .twentytwenty-after-label,
.bodywebsite .twentytwenty-before-label,
.bodywebsite .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bodywebsite .twentytwenty-after-label,
.bodywebsite .twentytwenty-before-label,
.bodywebsite .twentytwenty-overlay {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.bodywebsite .twentytwenty-after-label,
.bodywebsite .twentytwenty-before-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.bodywebsite .twentytwenty-after-label:before,
.bodywebsite .twentytwenty-before-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
}
.bodywebsite .twentytwenty-after-label:before,
.bodywebsite .twentytwenty-before-label:before {
  position: absolute;
  background: rgba(255,255,255,0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.bodywebsite .twentytwenty-horizontal .twentytwenty-after-label:before,
.bodywebsite .twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 50%;
  margin-top: -19px;
}
.bodywebsite .twentytwenty-vertical .twentytwenty-after-label:before,
.bodywebsite .twentytwenty-vertical .twentytwenty-before-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.bodywebsite .twentytwenty-down-arrow,
.bodywebsite .twentytwenty-left-arrow,
.bodywebsite .twentytwenty-right-arrow,
.bodywebsite .twentytwenty-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.bodywebsite .twentytwenty-left-arrow,
.bodywebsite .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.bodywebsite .twentytwenty-down-arrow,
.bodywebsite .twentytwenty-up-arrow {
  left: 50%;
  margin-left: -6px;
}
.bodywebsite .twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.bodywebsite .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.bodywebsite .twentytwenty-container.active .twentytwenty-overlay,
.bodywebsite .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0,0,0,0);
}
.bodywebsite .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.bodywebsite .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.bodywebsite .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.bodywebsite .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
  opacity: 0;
}
.bodywebsite .twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bodywebsite .twentytwenty-before-label {
  opacity: 0;
}
.bodywebsite .twentytwenty-before-label:before {
  content: attr(data-content);
}
.bodywebsite .twentytwenty-after-label {
  opacity: 0;
}
.bodywebsite .twentytwenty-after-label:before {
  content: attr(data-content);
}
.bodywebsite .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.bodywebsite .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.bodywebsite .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.bodywebsite .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.bodywebsite .twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0,0,0,0);
  z-index: 25;
}
.bodywebsite .twentytwenty-overlay:hover {
  background: rgba(0,0,0,0.5);
}
.bodywebsite .twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.bodywebsite .twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.bodywebsite .twentytwenty-before {
  z-index: 20;
}
.bodywebsite .twentytwenty-after {
  z-index: 10;
}
.bodywebsite .twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  box-shadow: 0 0 12px rgba(51,51,51,0.5);
  z-index: 40;
  cursor: pointer;
}
.bodywebsite .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51,51,51,0.5);
}
.bodywebsite .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51,51,51,0.5);
}
.bodywebsite .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51,51,51,0.5);
}
.bodywebsite .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51,51,51,0.5);
  box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51,51,51,0.5);
}
.bodywebsite .twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.bodywebsite .twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
.bodywebsite .twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}
.bodywebsite .twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

/* Content of file http://templates.graphicfort.com/bason/assets/js/plugins/owl-carousel/assets/owl.carousel.min.css */
.bodywebsite .owl-carousel,
.bodywebsite .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.bodywebsite .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.bodywebsite .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.bodywebsite .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.bodywebsite .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.bodywebsite .owl-carousel .owl-item,
.bodywebsite .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.bodywebsite .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.bodywebsite .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.bodywebsite .owl-carousel .owl-dots.disabled,
.bodywebsite .owl-carousel .owl-nav.disabled {
  display: none;
}
.bodywebsite .no-js .owl-carousel,
.bodywebsite .owl-carousel.owl-loaded {
  display: block;
}
.bodywebsite .owl-carousel .owl-dot,
.bodywebsite .owl-carousel .owl-nav .owl-next,
.bodywebsite .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bodywebsite .owl-carousel .owl-nav button.owl-next,
.bodywebsite .owl-carousel .owl-nav button.owl-prev,
.bodywebsite .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.bodywebsite .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.bodywebsite .owl-carousel.owl-hidden {
  opacity: 0;
}
.bodywebsite .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.bodywebsite .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bodywebsite .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.bodywebsite .owl-carousel.owl-rtl {
  direction: rtl;
}
.bodywebsite .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.bodywebsite .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.bodywebsite .owl-carousel .owl-animated-in {
  z-index: 0;
}
.bodywebsite .owl-carousel .owl-animated-out {
  z-index: 1;
}
.bodywebsite .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite 100% {
    opacity: 0;
  }
}
.bodywebsite .owl-height {
  transition: height .5s ease-in-out;
}
.bodywebsite .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
.bodywebsite .owl-carousel .owl-item .owl-lazy:not([src]),
.bodywebsite .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.bodywebsite .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.bodywebsite .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.bodywebsite .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/viewimage.php?modulepart=medias&file=image/bason/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.bodywebsite .owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}
.bodywebsite .owl-carousel .owl-video-playing .owl-video-play-icon,
.bodywebsite .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.bodywebsite .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.bodywebsite .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Content of file http://templates.graphicfort.com/bason/assets/js/plugins/owl-carousel/assets/owl.theme.default.min.css */
.bodywebsite .owl-theme .owl-dots,
.bodywebsite .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.bodywebsite .owl-theme .owl-nav {
  margin-top: 10px;
}
.bodywebsite .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.bodywebsite .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.bodywebsite .owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.bodywebsite .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}
.bodywebsite .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.bodywebsite .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.bodywebsite .owl-theme .owl-dots .owl-dot.active span,
.bodywebsite .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Content of file http://templates.graphicfort.com/bason/assets/css/social-networks/social-networks.min.css */
.bodywebsite .social-networks {
  padding: 0;
  z-index: 10;
  width: 100%;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  margin: 0 0 36px;
  position: relative;
}
.bodywebsite .social-networks ul {
  padding: 0;
  width: auto;
  margin: -6px;
  list-style: none;
  display: inline-block;
}
.bodywebsite .social-networks ul li,
.bodywebsite .social-networks ul li:last-child {
  padding: 0;
  margin: 6px;
  border-radius: 50%;
  line-height: inherit;
  display: inline-block;
}
.bodywebsite .social-networks ul li a {
  width: 42px;
  height: 42px;
  font-size: 13px;
  overflow: hidden;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
}
.bodywebsite .social-networks ul li a i {
  width: 100%;
  display: block;
  color: #636363;
  line-height: 42px;
  background-color: #f6f6f6;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .color-light .social-networks ul li a i,
.bodywebsite .light-color .social-networks ul li a i,
.bodywebsite .widget-color-light .social-networks ul li a i,
.bodywebsite .widget-light-color .social-networks ul li a i {
  color: inherit;
}
.bodywebsite .social-networks.social-networks-layout-transparent ul li a i {
  background-color: transparent;
}
.bodywebsite .social-networks.social-networks-square ul li,
.bodywebsite .social-networks.social-networks-square ul li a {
  border-radius: 0;
}
.bodywebsite .social-networks.social-networks-square-2px ul li,
.bodywebsite .social-networks.social-networks-square-2px ul li a {
  border-radius: 2px;
}
.bodywebsite .social-networks.social-networks-xs ul li a {
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 30px;
}
.bodywebsite .social-networks.social-networks-xs ul li a i {
  line-height: 30px;
}
.bodywebsite .social-networks.social-networks-sm ul li a {
  width: 36px;
  height: 36px;
  font-size: 11px;
  line-height: 36px;
}
.bodywebsite .social-networks.social-networks-sm ul li a i {
  line-height: 36px;
}
.bodywebsite .social-networks.social-networks-lg ul li a {
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
}
.bodywebsite .social-networks.social-networks-lg ul li a i {
  line-height: 48px;
}
.bodywebsite .social-networks.social-networks-xl ul li a {
  width: 54px;
  height: 54px;
  font-size: 16px;
  line-height: 54px;
}
.bodywebsite .social-networks.social-networks-xl ul li a i {
  line-height: 54px;
}
.bodywebsite .social-networks.social-networks-with-name ul li a {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .social-networks.social-networks-with-name ul li a i {
  padding: 0 21px;
}
.bodywebsite .social-networks.social-networks-with-name.social-networks-xs ul li a i {
  padding: 0 9px;
}
.bodywebsite .social-networks.social-networks-with-name.social-networks-sm ul li a i {
  padding: 0 15px;
}
.bodywebsite .social-networks.social-networks-with-name.social-networks-lg ul li a i {
  padding: 0 27px;
}
.bodywebsite .social-networks.social-networks-with-name.social-networks-xl ul li a i {
  padding: 0 33px;
}
.bodywebsite .social-networks.social-networks-with-name ul li a i span,
.bodywebsite .social-networks.social-networks-with-name ul li a i::before {
  padding: 0 3px;
  vertical-align: top;
  display: inline-block;
}
.bodywebsite .social-networks.social-networks-with-name ul li a i span {
  font-weight: 700;
  background-color: transparent !important;
}
.bodywebsite .social-networks.social-networks-with-name.social-networks-lg ul li a i span,
.bodywebsite .social-networks.social-networks-with-name.social-networks-xl ul li a i span {
  font-weight: 600;
}
.bodywebsite .social-networks ul li:hover a i,
.bodywebsite .social-networks.social-networks-layout-transparent ul li:hover a i {
  color: #fff;
  background-color: #4672d8;
}
.bodywebsite .social-networks ul li:hover a i:nth-last-child(2) {
  margin-top: -42px;
}
.bodywebsite .social-networks.social-networks-xs ul li:hover a i:nth-last-child(2) {
  margin-top: -30px;
}
.bodywebsite .social-networks.social-networks-sm ul li:hover a i:nth-last-child(2) {
  margin-top: -36px;
}
.bodywebsite .social-networks.social-networks-lg ul li:hover a i:nth-last-child(2) {
  margin-top: -48px;
}
.bodywebsite .social-networks.social-networks-xl ul li:hover a i:nth-last-child(2) {
  margin-top: -54px;
}
.bodywebsite .social-networks.social-networks-layout-1 ul li:hover a * {
  color: #fff;
}
.bodywebsite .social-networks.social-networks-layout-2 ul li a:first-child * {
  color: #fff;
  background-color: #4672d8;
}
.bodywebsite .social-networks.social-networks-layout-2.social-networks-with-name ul li a i span,
.bodywebsite .social-networks.social-networks-layout-2.social-networks-with-name ul li a i::before {
  z-index: 2;
  position: relative;
}
.bodywebsite .social-networks.social-networks-layout-2.social-networks-with-name ul li a i::after {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.15);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .social-networks.social-networks-layout-2.social-networks-with-name ul li a:hover i::after {
  opacity: 1;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-facebook,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-facebook-f,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-facebook-official,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-facebook-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-facebook-f {
  background-color: #3d5e99 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-behance,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-behance-square {
  background-color: #1769ff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-bitcoin,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-btc {
  background-color: #f7931a !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-dribbble {
  background-color: #ea4c89 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-flickr {
  background-color: #ff0084 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-git,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-git-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-github,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-github-alt,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-github-square {
  background-color: #333 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-google,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-google-plus,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-google-plus-circle,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-google-plus-official,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-google-plus-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-google-wallet {
  background-color: #d73d32 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-html5 {
  background-color: #e34c26 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-jsfiddle {
  background-color: #4679bd !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-linkedin,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-linkedin-in,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-linkedin-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-linkedin-in {
  background-color: #007bb6 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-meanpath {
  background-color: #2e2e2e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-paypal,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-paypal {
  background-color: #0079ad !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-pinterest,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-pinterest-p,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-pinterest-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-pinterest-p {
  background-color: #e3262e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-ra,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-rebel,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-resistance {
  background-color: #ee762a !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-sellsy {
  background-color: #4386d4 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-simplybuilt {
  background-color: #0098ff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-rss {
  background-color: #f6a832 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-slideshare {
  background-color: #0077b5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-stumbleupon,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-stumbleupon-circle {
  background-color: #eb4924 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-windows {
  background-color: #00bcf2 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-yahoo {
  background-color: #2d1152 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-android {
  background-color: #8bc349 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-codepen {
  background-color: #222 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-delicious {
  background-color: #0b79e5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-dropbox {
  background-color: #2895f1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-forumbee {
  background-color: #83ad13 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-instagram {
  background-color: #3f729b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-lastfm,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-lastfm-square {
  background-color: #e31b23 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-medium {
  background-color: #333332 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-reddit,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-reddit-alien,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-reddit-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-reddit-alien {
  background-color: #e75018 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-skyatlas {
  background-color: #00adbb !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-soundcloud {
  background-color: #f50 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-steam,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-steam-square {
  background-color: #404040 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-tencent-weibo {
  background-color: #73cff1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-twitch {
  background-color: #6441a5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-vimeo,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-vimeo-square {
  background-color: #4bf !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-weibo {
  background-color: #eb7350 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-wordpress {
  background-color: #1e8cbe !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-yelp {
  background-color: #af0606 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-angellist {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-bitbucket,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-bitbucket-square {
  background-color: #205081 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-buysellads {
  background-color: #c90100 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-connectdevelop {
  background-color: #391448 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-deviantart {
  background-color: #3d4f42 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-drupal {
  background-color: #5bc3ff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-foursquare {
  background-color: #f44877 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-gratipay {
  background-color: #630 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-ioxhost {
  background-color: #f76800 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-linux {
  background-color: #e37407 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-openid {
  background-color: #f78c40 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-qq {
  background-color: #e8261f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-skype {
  background-color: #00aff0 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-spotify {
  background-color: #84bd00 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-trello {
  background-color: #0078bd !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-twitter,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-twitter-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-twitter {
  background-color: #55acee !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-vine {
  background-color: #00bf8f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-weixin {
  background-color: #e70012 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-xing,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-xing-square {
  background-color: #026466 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-youtube,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-youtube-play,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-youtube-square {
  background-color: #cc181e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-apple {
  background-color: #444 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-css3 {
  background-color: #5eb7cb !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-digg {
  background-color: #222 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-hacker-news,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-y-combinator,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-y-combinator-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-yc,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-yc-square {
  background-color: #f60 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-joomla {
  background-color: #3d72a1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-leanpub {
  background-color: #323232 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-maxcdn {
  background-color: #ff5b02 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-pagelines {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-reneren {
  background-color: #227dc5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-shirtsinbulk {
  background-color: #dd3a26 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-stack-exchange,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-stack-overflow {
  background-color: #fe7a15 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-tumblr,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-tumblr-square,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-tumblr {
  background-color: #36465d !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-vk,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-vk {
  background-color: #6383a8 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-whatsapp {
  background-color: #64d448 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-500px {
  background-color: #0099e5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-adn {
  background-color: #bc0000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-amazon {
  background-color: #f3a847 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-black-tie {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-amex {
  background-color: #069 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-diners-club {
  background-color: #002554 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-discover {
  background-color: #ff6000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-stripe {
  background-color: #6772e5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-visa {
  background-color: #1a1f71 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-mastercard {
  background-color: #e35205 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-cc-jcb {
  background-color: #fcb026 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-chrome {
  background-color: #00933b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-codiepie {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-fa,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-font-awesome,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-fort-awesome {
  background-color: #1b926c !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-get-pocket,
.bodywebsite .social-networks-layout-1 ul li:hover a i.icon-get-pocket {
  background-color: #d13644 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-fonticons {
  background-color: #3498db !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-expeditedssl {
  background-color: #25272b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-envira {
  background-color: #539026 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-edge {
  background-color: #0078d7 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-contao {
  background-color: #f47c00 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-dashcube {
  background-color: #7f7f7f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-bluetooth,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-bluetooth-b {
  background-color: #0082fc !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-firefox {
  background-color: #c13832 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-first-order {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-empire,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-ge {
  background-color: #fc0 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-gg,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-gg-circle {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-gitlab {
  background-color: #e14329 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-houzz {
  background-color: #3d8901 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-glide,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-glide-g {
  background-color: #00baff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-gittip {
  background-color: #630 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-internet-explorer {
  background-color: #00bbf1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-mixcloud {
  background-color: #589fc3 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-modx {
  background-color: #67a749 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-odnoklassniki,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-odnoklassniki-square {
  background-color: #f2720c !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-opencart {
  background-color: #23a1d1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-pied-piper,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-pied-piper-alt,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-pied-piper-pp {
  background-color: #608c28 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-optin-monster {
  background-color: #83c11f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-opera {
  background-color: #cc0f16 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-product-hunt {
  background-color: #00b27f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-renren {
  background-color: #227dc5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-scribd {
  background-color: #1a7bba !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-share-alt,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-share-alt-square {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-snapchat,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-snapchat-ghost,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-snapchat-square {
  background-color: #fffc00 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-slack {
  background-color: #e01563 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-safari {
  background-color: #00338d !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-tripadvisor {
  background-color: #589442 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-usb {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-viadeo,
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-viadeo-square {
  background-color: #f07355 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-wechat {
  background-color: #7bb32e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-viacoin {
  background-color: #333 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-themeisle {
  background-color: #189ac4 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-wpbeginner {
  background-color: #ea6a1b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-wpforms {
  background-color: #e27730 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-yoast {
  background-color: #a4286a !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-1 ul li:hover a i.fa-wikipedia-w {
  background-color: #6b6b6b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-facebook,
.bodywebsite .social-networks-layout-2 ul li a i.fa-facebook-f,
.bodywebsite .social-networks-layout-2 ul li a i.fa-facebook-official,
.bodywebsite .social-networks-layout-2 ul li a i.fa-facebook-square,
.bodywebsite .social-networks-layout-2 ul li a i.icon-facebook-f {
  background-color: #3d5e99 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-behance,
.bodywebsite .social-networks-layout-2 ul li a i.fa-behance-square {
  background-color: #1769ff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-bitcoin,
.bodywebsite .social-networks-layout-2 ul li a i.fa-btc {
  background-color: #f7931a !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-dribbble {
  background-color: #ea4c89 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-flickr {
  background-color: #ff0084 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-git,
.bodywebsite .social-networks-layout-2 ul li a i.fa-git-square,
.bodywebsite .social-networks-layout-2 ul li a i.fa-github,
.bodywebsite .social-networks-layout-2 ul li a i.fa-github-alt,
.bodywebsite .social-networks-layout-2 ul li a i.fa-github-square {
  background-color: #333 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-google,
.bodywebsite .social-networks-layout-2 ul li a i.fa-google-plus,
.bodywebsite .social-networks-layout-2 ul li a i.fa-google-plus-circle,
.bodywebsite .social-networks-layout-2 ul li a i.fa-google-plus-official,
.bodywebsite .social-networks-layout-2 ul li a i.fa-google-plus-square,
.bodywebsite .social-networks-layout-2 ul li a i.fa-google-wallet {
  background-color: #d73d32 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-html5 {
  background-color: #e34c26 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-jsfiddle {
  background-color: #4679bd !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-linkedin,
.bodywebsite .social-networks-layout-2 ul li a i.fa-linkedin-in,
.bodywebsite .social-networks-layout-2 ul li a i.fa-linkedin-square,
.bodywebsite .social-networks-layout-2 ul li a i.icon-linkedin-in {
  background-color: #007bb6 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-meanpath {
  background-color: #2e2e2e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-paypal,
.bodywebsite .social-networks-layout-2 ul li a i.fa-paypal {
  background-color: #0079ad !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-pinterest,
.bodywebsite .social-networks-layout-2 ul li a i.fa-pinterest-p,
.bodywebsite .social-networks-layout-2 ul li a i.fa-pinterest-square,
.bodywebsite .social-networks-layout-2 ul li a i.icon-pinterest-p {
  background-color: #e3262e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-ra,
.bodywebsite .social-networks-layout-2 ul li a i.fa-rebel,
.bodywebsite .social-networks-layout-2 ul li a i.fa-resistance {
  background-color: #ee762a !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-sellsy {
  background-color: #4386d4 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-simplybuilt {
  background-color: #0098ff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-rss {
  background-color: #f6a832 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-slideshare {
  background-color: #0077b5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-stumbleupon,
.bodywebsite .social-networks-layout-2 ul li a i.fa-stumbleupon-circle {
  background-color: #eb4924 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-windows {
  background-color: #00bcf2 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-yahoo {
  background-color: #2d1152 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-android {
  background-color: #8bc349 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-codepen {
  background-color: #222 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-delicious {
  background-color: #0b79e5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-dropbox {
  background-color: #2895f1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-forumbee {
  background-color: #83ad13 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-instagram {
  background-color: #3f729b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-lastfm,
.bodywebsite .social-networks-layout-2 ul li a i.fa-lastfm-square {
  background-color: #e31b23 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-medium {
  background-color: #333332 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-reddit,
.bodywebsite .social-networks-layout-2 ul li a i.fa-reddit-alien,
.bodywebsite .social-networks-layout-2 ul li a i.fa-reddit-square,
.bodywebsite .social-networks-layout-2 ul li a i.icon-reddit-alien {
  background-color: #e75018 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-skyatlas {
  background-color: #00adbb !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-soundcloud {
  background-color: #f50 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-steam,
.bodywebsite .social-networks-layout-2 ul li a i.fa-steam-square {
  background-color: #404040 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-tencent-weibo {
  background-color: #73cff1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-twitch {
  background-color: #6441a5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-vimeo,
.bodywebsite .social-networks-layout-2 ul li a i.fa-vimeo-square {
  background-color: #4bf !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-weibo {
  background-color: #eb7350 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-wordpress {
  background-color: #1e8cbe !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-yelp {
  background-color: #af0606 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-angellist {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-bitbucket,
.bodywebsite .social-networks-layout-2 ul li a i.fa-bitbucket-square {
  background-color: #205081 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-buysellads {
  background-color: #c90100 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-connectdevelop {
  background-color: #391448 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-deviantart {
  background-color: #3d4f42 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-drupal {
  background-color: #5bc3ff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-foursquare {
  background-color: #f44877 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-gratipay {
  background-color: #630 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-ioxhost {
  background-color: #f76800 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-linux {
  background-color: #e37407 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-openid {
  background-color: #f78c40 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-qq {
  background-color: #e8261f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-skype {
  background-color: #00aff0 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-spotify {
  background-color: #84bd00 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-trello {
  background-color: #0078bd !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-twitter,
.bodywebsite .social-networks-layout-2 ul li a i.fa-twitter-square,
.bodywebsite .social-networks-layout-2 ul li a i.icon-twitter {
  background-color: #55acee !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-vine {
  background-color: #00bf8f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-weixin {
  background-color: #e70012 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-xing,
.bodywebsite .social-networks-layout-2 ul li a i.fa-xing-square {
  background-color: #026466 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-youtube,
.bodywebsite .social-networks-layout-2 ul li a i.fa-youtube-play,
.bodywebsite .social-networks-layout-2 ul li a i.fa-youtube-square {
  background-color: #cc181e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-apple {
  background-color: #444 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-css3 {
  background-color: #5eb7cb !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-digg {
  background-color: #222 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-hacker-news,
.bodywebsite .social-networks-layout-2 ul li a i.fa-y-combinator,
.bodywebsite .social-networks-layout-2 ul li a i.fa-y-combinator-square,
.bodywebsite .social-networks-layout-2 ul li a i.fa-yc,
.bodywebsite .social-networks-layout-2 ul li a i.fa-yc-square {
  background-color: #f60 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-joomla {
  background-color: #3d72a1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-leanpub {
  background-color: #323232 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-maxcdn {
  background-color: #ff5b02 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-pagelines {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-reneren {
  background-color: #227dc5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-shirtsinbulk {
  background-color: #dd3a26 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-stack-exchange,
.bodywebsite .social-networks-layout-2 ul li a i.fa-stack-overflow {
  background-color: #fe7a15 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-tumblr,
.bodywebsite .social-networks-layout-2 ul li a i.fa-tumblr-square,
.bodywebsite .social-networks-layout-2 ul li a i.icon-tumblr {
  background-color: #36465d !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-vk,
.bodywebsite .social-networks-layout-2 ul li a i.icon-vk {
  background-color: #6383a8 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-whatsapp {
  background-color: #64d448 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-500px {
  background-color: #0099e5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-adn {
  background-color: #bc0000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-amazon {
  background-color: #f3a847 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-black-tie {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-amex {
  background-color: #069 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-diners-club {
  background-color: #002554 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-discover {
  background-color: #ff6000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-stripe {
  background-color: #6772e5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-visa {
  background-color: #1a1f71 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-mastercard {
  background-color: #e35205 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-cc-jcb {
  background-color: #fcb026 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-chrome {
  background-color: #00933b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-codiepie {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-fa,
.bodywebsite .social-networks-layout-2 ul li a i.fa-font-awesome,
.bodywebsite .social-networks-layout-2 ul li a i.fa-fort-awesome {
  background-color: #1b926c !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-get-pocket,
.bodywebsite .social-networks-layout-2 ul li a i.icon-get-pocket {
  background-color: #d13644 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-fonticons {
  background-color: #3498db !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-expeditedssl {
  background-color: #25272b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-envira {
  background-color: #539026 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-edge {
  background-color: #0078d7 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-contao {
  background-color: #f47c00 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-dashcube {
  background-color: #7f7f7f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-bluetooth,
.bodywebsite .social-networks-layout-2 ul li a i.fa-bluetooth-b {
  background-color: #0082fc !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-firefox {
  background-color: #c13832 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-first-order {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-empire,
.bodywebsite .social-networks-layout-2 ul li a i.fa-ge {
  background-color: #fc0 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-gg,
.bodywebsite .social-networks-layout-2 ul li a i.fa-gg-circle {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-gitlab {
  background-color: #e14329 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-houzz {
  background-color: #3d8901 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-glide,
.bodywebsite .social-networks-layout-2 ul li a i.fa-glide-g {
  background-color: #00baff !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-gittip {
  background-color: #630 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-internet-explorer {
  background-color: #00bbf1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-mixcloud {
  background-color: #589fc3 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-modx {
  background-color: #67a749 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-odnoklassniki,
.bodywebsite .social-networks-layout-2 ul li a i.fa-odnoklassniki-square {
  background-color: #f2720c !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-opencart {
  background-color: #23a1d1 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-pied-piper,
.bodywebsite .social-networks-layout-2 ul li a i.fa-pied-piper-alt,
.bodywebsite .social-networks-layout-2 ul li a i.fa-pied-piper-pp {
  background-color: #608c28 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-optin-monster {
  background-color: #83c11f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-opera {
  background-color: #cc0f16 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-product-hunt {
  background-color: #00b27f !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-renren {
  background-color: #227dc5 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-scribd {
  background-color: #1a7bba !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-share-alt,
.bodywebsite .social-networks-layout-2 ul li a i.fa-share-alt-square {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-snapchat,
.bodywebsite .social-networks-layout-2 ul li a i.fa-snapchat-ghost,
.bodywebsite .social-networks-layout-2 ul li a i.fa-snapchat-square {
  background-color: #fffc00 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-slack {
  background-color: #e01563 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-safari {
  background-color: #00338d !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-tripadvisor {
  background-color: #589442 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-usb {
  background-color: #000 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-viadeo,
.bodywebsite .social-networks-layout-2 ul li a i.fa-viadeo-square {
  background-color: #f07355 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-wechat {
  background-color: #7bb32e !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-viacoin {
  background-color: #333 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-themeisle {
  background-color: #189ac4 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-wpbeginner {
  background-color: #ea6a1b !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-wpforms {
  background-color: #e27730 !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-yoast {
  background-color: #a4286a !important;
  color: #fff !important;
}
.bodywebsite .social-networks-layout-2 ul li a i.fa-wikipedia-w {
  background-color: #6b6b6b !important;
  color: #fff !important;
}

/* Content of file http://templates.graphicfort.com/bason/assets/css/animate/animate.min.css */
.bodywebsite {
  @charset "UTF-8";
}
.bodywebsite :root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.bodywebsite .animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bodywebsite .animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bodywebsite .animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.bodywebsite .animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2);
}
.bodywebsite .animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3);
}
.bodywebsite .animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.bodywebsite .animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
}
.bodywebsite .animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3);
}
.bodywebsite .animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4);
}
.bodywebsite .animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5);
}
.bodywebsite .animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2);
}
.bodywebsite .animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}
.bodywebsite .animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
}
.bodywebsite .animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
}
@media (prefers-reduced-motion: reduce),print {
  .bodywebsite .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .bodywebsite .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  .bodywebsite 0%,
  .bodywebsite 20%,
  .bodywebsite 53%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 40%,
  .bodywebsite 43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
    transform: translate3d(0,-30px,0) scaleY(1.1);
  }
  .bodywebsite 70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
    transform: translate3d(0,-15px,0) scaleY(1.05);
  }
  .bodywebsite 80% {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
    transform: translate3d(0,-4px,0) scaleY(1.02);
  }
}
@keyframes bounce {
  .bodywebsite 0%,
  .bodywebsite 20%,
  .bodywebsite 53%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 40%,
  .bodywebsite 43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
    transform: translate3d(0,-30px,0) scaleY(1.1);
  }
  .bodywebsite 70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
    transform: translate3d(0,-15px,0) scaleY(1.05);
  }
  .bodywebsite 80% {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
    transform: translate3d(0,-4px,0) scaleY(1.02);
  }
}
.bodywebsite .animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  .bodywebsite 0%,
  .bodywebsite 50%,
  .bodywebsite to {
    opacity: 1;
  }
  .bodywebsite 25%,
  .bodywebsite 75% {
    opacity: 0;
  }
}
@keyframes flash {
  .bodywebsite 0%,
  .bodywebsite 50%,
  .bodywebsite to {
    opacity: 1;
  }
  .bodywebsite 25%,
  .bodywebsite 75% {
    opacity: 0;
  }
}
.bodywebsite .animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  .bodywebsite 0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .bodywebsite 50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  .bodywebsite to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  .bodywebsite 0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .bodywebsite 50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }
  .bodywebsite to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bodywebsite .animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  .bodywebsite 0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .bodywebsite 30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }
  .bodywebsite 40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }
  .bodywebsite 50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }
  .bodywebsite 65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  .bodywebsite 75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  .bodywebsite to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  .bodywebsite 0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .bodywebsite 30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }
  .bodywebsite 40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }
  .bodywebsite 50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }
  .bodywebsite 65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }
  .bodywebsite 75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }
  .bodywebsite to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bodywebsite .animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  .bodywebsite 0%,
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 10%,
  .bodywebsite 30%,
  .bodywebsite 50%,
  .bodywebsite 70%,
  .bodywebsite 90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  .bodywebsite 20%,
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
@keyframes shakeX {
  .bodywebsite 0%,
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 10%,
  .bodywebsite 30%,
  .bodywebsite 50%,
  .bodywebsite 70%,
  .bodywebsite 90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  .bodywebsite 20%,
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}
.bodywebsite .animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  .bodywebsite 0%,
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 10%,
  .bodywebsite 30%,
  .bodywebsite 50%,
  .bodywebsite 70%,
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  .bodywebsite 20%,
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
}
@keyframes shakeY {
  .bodywebsite 0%,
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 10%,
  .bodywebsite 30%,
  .bodywebsite 50%,
  .bodywebsite 70%,
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  .bodywebsite 20%,
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
}
.bodywebsite .animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  .bodywebsite 0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .bodywebsite 6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  .bodywebsite 18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  .bodywebsite 31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  .bodywebsite 43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  .bodywebsite 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  .bodywebsite 0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .bodywebsite 6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  .bodywebsite 18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  .bodywebsite 31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  .bodywebsite 43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  .bodywebsite 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bodywebsite .animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  .bodywebsite 20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .bodywebsite 40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .bodywebsite 60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .bodywebsite 80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  .bodywebsite 20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .bodywebsite 40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .bodywebsite 60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .bodywebsite 80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.bodywebsite .animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  .bodywebsite 0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .bodywebsite 10%,
  .bodywebsite 20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg);
  }
  .bodywebsite 30%,
  .bodywebsite 50%,
  .bodywebsite 70%,
  .bodywebsite 90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
  }
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
  }
  .bodywebsite to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  .bodywebsite 0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .bodywebsite 10%,
  .bodywebsite 20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg);
  }
  .bodywebsite 30%,
  .bodywebsite 50%,
  .bodywebsite 70%,
  .bodywebsite 90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
  }
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
  }
  .bodywebsite to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bodywebsite .animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg);
  }
  .bodywebsite 30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg);
  }
  .bodywebsite 45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg);
  }
  .bodywebsite 60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg);
  }
  .bodywebsite 30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg);
  }
  .bodywebsite 45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg);
  }
  .bodywebsite 60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  .bodywebsite 0%,
  .bodywebsite 11.1%,
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  .bodywebsite 33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  .bodywebsite 44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  .bodywebsite 55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  .bodywebsite 66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  .bodywebsite 77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  .bodywebsite 88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  .bodywebsite 0%,
  .bodywebsite 11.1%,
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite 22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  .bodywebsite 33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  .bodywebsite 44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  .bodywebsite 55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  .bodywebsite 66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  .bodywebsite 77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  .bodywebsite 88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.bodywebsite .animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .bodywebsite 14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .bodywebsite 28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .bodywebsite 42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .bodywebsite 70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .bodywebsite 14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .bodywebsite 28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .bodywebsite 42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  .bodywebsite 70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bodywebsite .animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes backInDown {
  .bodywebsite 0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  .bodywebsite 0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.bodywebsite .animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  .bodywebsite 0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  .bodywebsite 0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.bodywebsite .animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  .bodywebsite 0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  .bodywebsite 0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.bodywebsite .animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  .bodywebsite 0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  .bodywebsite 0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7;
  }
  .bodywebsite 80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.bodywebsite .animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutDown {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7;
  }
}
.bodywebsite .animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutLeft {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
}
.bodywebsite .animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutRight {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
}
.bodywebsite .animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutUp {
  .bodywebsite 0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .bodywebsite 20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  .bodywebsite to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7;
  }
}
.bodywebsite .animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  .bodywebsite 0%,
  .bodywebsite 20%,
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  .bodywebsite 20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  .bodywebsite 40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  .bodywebsite 80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  .bodywebsite 0%,
  .bodywebsite 20%,
  .bodywebsite 40%,
  .bodywebsite 60%,
  .bodywebsite 80%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  .bodywebsite 20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  .bodywebsite 40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }
  .bodywebsite 80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bodywebsite .animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  .bodywebsite 0%,
  .bodywebsite 60%,
  .bodywebsite 75%,
  .bodywebsite 90%,
  .bodywebsite to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  .bodywebsite 75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95);
  }
  .bodywebsite 90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  .bodywebsite 20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  .bodywebsite 50%,
  .bodywebsite 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
@keyframes bounceOut {
  .bodywebsite 20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }
  .bodywebsite 50%,
  .bodywebsite 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}
.bodywebsite .animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  .bodywebsite 20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985);
  }
  .bodywebsite 40%,
  .bodywebsite 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  .bodywebsite 20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985);
  }
  .bodywebsite 40%,
  .bodywebsite 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3);
  }
}
.bodywebsite .animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  .bodywebsite 20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  .bodywebsite 20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2);
  }
}
.bodywebsite .animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  .bodywebsite 20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  .bodywebsite 20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2);
  }
}
.bodywebsite .animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  .bodywebsite 20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985);
  }
  .bodywebsite 40%,
  .bodywebsite 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  .bodywebsite 20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985);
  }
  .bodywebsite 40%,
  .bodywebsite 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3);
  }
}
.bodywebsite .animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  .bodywebsite 0% {
    opacity: 0;
  }
  .bodywebsite to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  .bodywebsite 0% {
    opacity: 0;
  }
  .bodywebsite to {
    opacity: 1;
  }
}
.bodywebsite .animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
  }
}
.bodywebsite .animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes fadeOutDown {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.bodywebsite .animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
@keyframes fadeOutDownBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}
.bodywebsite .animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes fadeOutLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.bodywebsite .animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
@keyframes fadeOutLeftBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}
.bodywebsite .animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes fadeOutRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.bodywebsite .animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
@keyframes fadeOutRightBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}
.bodywebsite .animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeOutUp {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.bodywebsite .animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
@keyframes fadeOutUpBig {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}
.bodywebsite .animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
}
@keyframes fadeOutTopLeft {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,-100%,0);
    transform: translate3d(-100%,-100%,0);
  }
}
.bodywebsite .animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
}
@keyframes fadeOutTopRight {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0);
  }
}
.bodywebsite .animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
}
@keyframes fadeOutBottomRight {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,100%,0);
    transform: translate3d(100%,100%,0);
  }
}
.bodywebsite .animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
}
@keyframes fadeOutBottomLeft {
  .bodywebsite 0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,100%,0);
    transform: translate3d(-100%,100%,0);
  }
}
.bodywebsite .animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  .bodywebsite 40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  .bodywebsite 50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite 80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  .bodywebsite 40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  .bodywebsite 50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite 80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.bodywebsite .animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .bodywebsite 40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite 60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .bodywebsite 40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite 60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.bodywebsite .animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .bodywebsite 40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite 60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  .bodywebsite 40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  .bodywebsite 60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.bodywebsite .animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  .bodywebsite 30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  .bodywebsite 30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.bodywebsite .animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  .bodywebsite 30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  .bodywebsite 0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  .bodywebsite 30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.bodywebsite .animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedInRight {
  .bodywebsite 0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  .bodywebsite 60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  .bodywebsite 0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }
  .bodywebsite 60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  .bodywebsite 0% {
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg);
    opacity: 0;
  }
  .bodywebsite 60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  .bodywebsite 0% {
    -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
    transform: translate3d(-100%,0,0) skewX(30deg);
    opacity: 0;
  }
  .bodywebsite 60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  .bodywebsite 80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}
.bodywebsite .animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
    transform: translate3d(-100%,0,0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: translate3d(-100%,0,0) skewX(-30deg);
    transform: translate3d(-100%,0,0) skewX(-30deg);
    opacity: 0;
  }
}
.bodywebsite .animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  .bodywebsite 0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  .bodywebsite 0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.bodywebsite .animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  .bodywebsite 0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  .bodywebsite 0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.bodywebsite .animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  .bodywebsite 0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  .bodywebsite 0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.bodywebsite .animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  .bodywebsite 0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  .bodywebsite 0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.bodywebsite .animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  .bodywebsite 0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  .bodywebsite 0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.bodywebsite .animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.bodywebsite .animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.bodywebsite .animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.bodywebsite .animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.bodywebsite .animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.bodywebsite .animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  .bodywebsite 0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .bodywebsite 20%,
  .bodywebsite 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .bodywebsite 40%,
  .bodywebsite 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
@keyframes hinge {
  .bodywebsite 0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .bodywebsite 20%,
  .bodywebsite 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .bodywebsite 40%,
  .bodywebsite 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  .bodywebsite to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}
.bodywebsite .animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .bodywebsite 50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .bodywebsite 70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .bodywebsite 50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .bodywebsite 70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bodywebsite .animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg);
  }
  .bodywebsite to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg);
  }
}
@keyframes rollOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg);
  }
}
.bodywebsite .animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  .bodywebsite 50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  .bodywebsite 50% {
    opacity: 1;
  }
}
.bodywebsite .animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInDown {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.bodywebsite .animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInLeft {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.bodywebsite .animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInRight {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.bodywebsite .animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomInUp {
  .bodywebsite 0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite 60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.bodywebsite .animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite 50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  .bodywebsite to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite 50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
  .bodywebsite to {
    opacity: 0;
  }
}
.bodywebsite .animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomOutDown {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.bodywebsite .animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
  }
}
@keyframes zoomOutLeft {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
  }
}
.bodywebsite .animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
  }
}
@keyframes zoomOutRight {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
  }
}
.bodywebsite .animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
@keyframes zoomOutUp {
  .bodywebsite 40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  .bodywebsite to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}
.bodywebsite .animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  .bodywebsite 0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  .bodywebsite 0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  .bodywebsite 0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  .bodywebsite 0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  .bodywebsite 0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  .bodywebsite 0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  .bodywebsite 0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  .bodywebsite 0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }
  .bodywebsite to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bodywebsite .animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
@keyframes slideOutDown {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}
.bodywebsite .animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
@keyframes slideOutLeft {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
.bodywebsite .animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
@keyframes slideOutRight {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}
.bodywebsite .animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
@keyframes slideOutUp {
  .bodywebsite 0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .bodywebsite to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}
.bodywebsite .animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Content of file http://templates.graphicfort.com/bason/assets/css/style.css */
.bodywebsite html {
  font-size: 16px;
  line-height: 1.5;
}
.bodywebsite body {
  margin: 0;
  padding: 0;
  direction: ltr;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  overflow-x: hidden;
  line-height: inherit;
  font-family: sans-serif, serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-touch-callout: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite body.rtl,
.bodywebsite .rtl body {
  direction: rtl;
  text-align: right;
}
.bodywebsite a {
  outline: none !important;
  text-decoration: underline;
  background-color: transparent;
  -ms-word-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite a:hover {
  text-decoration: underline;
}
.bodywebsite .no-transition {
  -webkit-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
}
.bodywebsite .scrollbar-div {
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
}
.bodywebsite .ps.ps--active-x>.ps__scrollbar-x-rail {
  display: none;
}
.bodywebsite .ps>.ps__scrollbar-y-rail {
  right: 0;
  opacity: 0;
  width: 10px;
  display: none;
  position: absolute;
  background-color: transparent;
}
.bodywebsite .ps.ps--active-y>.ps__scrollbar-y-rail {
  display: block;
}
.bodywebsite .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  right: 2px;
  width: 6px;
  position: absolute;
  border-radius: 6px;
}
.bodywebsite .ps:hover>.ps__scrollbar-y-rail,
.bodywebsite .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
  opacity: 1;
  display: block;
}
.bodywebsite #back-to-top {
  opacity: 0;
  right: 18px;
  width: 36px;
  height: 36px;
  z-index: 100;
  bottom: -36px;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 1200px) {
  .bodywebsite #back-to-top.show {
    opacity: 1;
    bottom: 18px;
  }
}
.bodywebsite #back-to-top::before {
  top: 50%;
  left: 50%;
  z-index: 2;
  content: '';
  width: 9px;
  height: 9px;
  margin: 2px 0 0;
  position: absolute;
  border: 2px solid #ffffff;
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}
.bodywebsite .g-36,
.bodywebsite .gx-36 {
  --bs-gutter-x: 2.25rem;
}
.bodywebsite .g-36,
.bodywebsite .gy-36 {
  --bs-gutter-y: 2.25rem;
}
@media (min-width: 576px) {
  .bodywebsite .g-sm-36,
  .bodywebsite .gx-sm-36 {
    --bs-gutter-x: 2.25rem;
  }
  .bodywebsite .g-sm-36,
  .bodywebsite .gy-sm-36 {
    --bs-gutter-y: 2.25rem;
  }
}
@media (min-width: 768px) {
  .bodywebsite .g-md-36,
  .bodywebsite .gx-md-36 {
    --bs-gutter-x: 2.25rem;
  }
  .bodywebsite .g-md-36,
  .bodywebsite .gy-md-36 {
    --bs-gutter-y: 2.25rem;
  }
}
@media (min-width: 992px) {
  .bodywebsite .g-lg-36,
  .bodywebsite .gx-lg-36 {
    --bs-gutter-x: 2.25rem;
  }
  .bodywebsite .g-lg-36,
  .bodywebsite .gy-lg-36 {
    --bs-gutter-y: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .g-xl-36,
  .bodywebsite .gx-xl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .bodywebsite .g-xl-36,
  .bodywebsite .gy-xl-36 {
    --bs-gutter-y: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .g-xxl-36,
  .bodywebsite .gx-xxl-36 {
    --bs-gutter-x: 2.25rem;
  }
  .bodywebsite .g-xxl-36,
  .bodywebsite .gy-xxl-36 {
    --bs-gutter-y: 2.25rem;
  }
}
.bodywebsite img {
  max-width: 100%;
}
.bodywebsite .width-auto,
.bodywebsite .main-block .main-block-header .width-auto,
.bodywebsite .main-block .main-block-header>.width-auto,
.bodywebsite .main-block .main-block-header>.width-auto img {
  width: auto;
}
.bodywebsite .screen-reader-text {
  display: none !important;
}
.bodywebsite .fluid-width-video-wrapper {
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
  padding: 56.25% 0 0 !important;
}
.bodywebsite .fluid-width-video-wrapper>video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bodywebsite .overlay-effect {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.bodywebsite .overlay-effect::after,
.bodywebsite .overlay-effect::before {
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .overlay-effect::before {
  top: 0;
  left: 0;
  z-index: 2;
  content: '';
  height: 100%;
  background-color: rgba(30,30,36,0.85);
}
.bodywebsite .overlay-effect:hover::before {
  opacity: 1;
}
.bodywebsite .overlay-effect::after {
  left: 0;
  top: 50%;
  z-index: 3;
  height: 36px;
  font-size: 18px;
  font-weight: 900;
  content: '\f0c1';
  line-height: 36px;
  margin-top: -18px;
  color: #ffffff;
  font-family: 'font awesome 5 free';
}
.bodywebsite .overlay-effect-sm::after,
.bodywebsite .overlay-effect-sm .overlay-effect::after {
  font-size: 14px;
}
.bodywebsite .overlay-effect[data-lightbox]::after {
  content: '\f00e';
}
.bodywebsite .overlay-effect:hover::after {
  opacity: 1;
  -webkit-animation: overlayEffectAnimation .6s ease forwards;
  animation: overlayEffectAnimation .6s ease forwards;
}
@keyframes overlayEffectAnimation {
  .bodywebsite from {
    transform: translateY(50%);
  }
}
@-webkit-keyframes overlayEffectAnimation {
  .bodywebsite from {
    -webkit-transform: translateY(50%);
  }
}
.bodywebsite .zoom-effect {
  z-index: 2;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.bodywebsite .zoom-effect img {
  width: 100%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
  transition: all .3s cubic-bezier(.3,.1,.58,1);
}
.bodywebsite .zoom-effect:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bodywebsite .bg-zoom {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform .3s cubic-bezier(.3,.1,.58,1);
  transition: transform .3s cubic-bezier(.3,.1,.58,1);
}
.bodywebsite .bg-zoom-effect:hover .bg-zoom {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bodywebsite .lightbox-wrapper {
  z-index: 9999999;
}
.bodywebsite .lightbox-wrapper .fancybox-thumbs {
  padding: 3px;
  background-color: #fff;
}
.bodywebsite .lightbox-wrapper .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 6px;
}
.bodywebsite .lightbox-wrapper .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bodywebsite .lightbox-wrapper .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000;
}
.bodywebsite .lightbox-wrapper .fancybox-thumbs__list a {
  margin: 3px;
  max-width: calc(44%);
  max-height: calc(94%);
}
.bodywebsite .lightbox-wrapper .fancybox-thumbs__list a::before {
  border-width: 6px;
  border-style: solid;
}
.bodywebsite .lightbox-wrapper .fancybox-slide--video .mejs__container,
.bodywebsite .lightbox-wrapper .fancybox-slide--video .mejs__container video,
.bodywebsite .lightbox-wrapper .fancybox-slide--video .mejs__container>div {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
}
.bodywebsite .pb-0 {
  padding-bottom: 0 !important;
}
.bodywebsite .pb-1 {
  padding-bottom: 1px !important;
}
.bodywebsite .pb-3 {
  padding-bottom: 3px !important;
}
.bodywebsite .pb-6 {
  padding-bottom: 6px !important;
}
.bodywebsite .pb-9 {
  padding-bottom: 9px !important;
}
.bodywebsite .pb-12 {
  padding-bottom: 12px !important;
}
.bodywebsite .pb-18 {
  padding-bottom: 18px !important;
}
.bodywebsite .pb-24 {
  padding-bottom: 24px !important;
}
.bodywebsite .pb-30 {
  padding-bottom: 30px !important;
}
.bodywebsite .pb-36 {
  padding-bottom: 36px !important;
}
.bodywebsite .pb-42 {
  padding-bottom: 42px !important;
}
.bodywebsite .pb-48 {
  padding-bottom: 28px !important;
}
.bodywebsite .pb-54 {
  padding-bottom: 54px !important;
}
.bodywebsite .pb-60 {
  padding-bottom: 60px !important;
}
.bodywebsite .pb-66 {
  padding-bottom: 66px !important;
}
.bodywebsite .pb-72 {
  padding-bottom: 72px !important;
}
.bodywebsite .pb-108 {
  padding-bottom: 108px !important;
}
.bodywebsite .pb-114 {
  padding-bottom: 114px !important;
}
.bodywebsite .pb-144 {
  padding-bottom: 144px !important;
}
.bodywebsite .pt-0 {
  padding-top: 0 !important;
}
.bodywebsite .pt-1 {
  padding-top: 1px !important;
}
.bodywebsite .pt-3 {
  padding-top: 3px !important;
}
.bodywebsite .pt-6 {
  padding-top: 6px !important;
}
.bodywebsite .pt-9 {
  padding-top: 9px !important;
}
.bodywebsite .pt-12 {
  padding-top: 12px !important;
}
.bodywebsite .pt-18 {
  padding-top: 18px !important;
}
.bodywebsite .pt-24 {
  padding-top: 24px !important;
}
.bodywebsite .pt-30 {
  padding-top: 30px !important;
}
.bodywebsite .pt-36 {
  padding-top: 36px !important;
}
.bodywebsite .pt-42 {
  padding-top: 42px !important;
}
.bodywebsite .pt-48 {
  padding-top: 28px !important;
}
.bodywebsite .pt-54 {
  padding-top: 54px !important;
}
.bodywebsite .pt-60 {
  padding-top: 60px !important;
}
.bodywebsite .pt-66 {
  padding-top: 66px !important;
}
.bodywebsite .pt-72 {
  padding-top: 72px !important;
}
.bodywebsite .pt-108 {
  padding-top: 108px !important;
}
.bodywebsite .pt-114 {
  padding-top: 114px !important;
}
.bodywebsite .pt-144 {
  padding-top: 144px !important;
}
.bodywebsite .pl-0 {
  padding-left: 0 !important;
}
.bodywebsite .pl-1 {
  padding-left: 1px !important;
}
.bodywebsite .pl-3 {
  padding-left: 3px !important;
}
.bodywebsite .pl-6 {
  padding-left: 6px !important;
}
.bodywebsite .pl-9 {
  padding-left: 9px !important;
}
.bodywebsite .pl-12 {
  padding-left: 12px !important;
}
.bodywebsite .pl-18 {
  padding-left: 18px !important;
}
.bodywebsite .pl-24 {
  padding-left: 24px !important;
}
.bodywebsite .pl-30 {
  padding-left: 30px !important;
}
.bodywebsite .pl-36 {
  padding-left: 36px !important;
}
.bodywebsite .pl-42 {
  padding-left: 42px !important;
}
.bodywebsite .pl-48 {
  padding-left: 28px !important;
}
.bodywebsite .pl-54 {
  padding-left: 54px !important;
}
.bodywebsite .pl-60 {
  padding-left: 60px !important;
}
.bodywebsite .pl-66 {
  padding-left: 66px !important;
}
.bodywebsite .pl-72 {
  padding-left: 72px !important;
}
.bodywebsite .pl-108 {
  padding-left: 108px !important;
}
.bodywebsite .pl-114 {
  padding-left: 114px !important;
}
.bodywebsite .pl-144 {
  padding-left: 144px !important;
}
.bodywebsite .pr-0 {
  padding-right: 0 !important;
}
.bodywebsite .pr-1 {
  padding-right: 1px !important;
}
.bodywebsite .pr-3 {
  padding-right: 3px !important;
}
.bodywebsite .pr-6 {
  padding-right: 6px !important;
}
.bodywebsite .pr-9 {
  padding-right: 9px !important;
}
.bodywebsite .pr-12 {
  padding-right: 12px !important;
}
.bodywebsite .pr-18 {
  padding-right: 18px !important;
}
.bodywebsite .pr-24 {
  padding-right: 24px !important;
}
.bodywebsite .pr-30 {
  padding-right: 30px !important;
}
.bodywebsite .pr-36 {
  padding-right: 36px !important;
}
.bodywebsite .pr-42 {
  padding-right: 42px !important;
}
.bodywebsite .pr-48 {
  padding-right: 28px !important;
}
.bodywebsite .pr-54 {
  padding-right: 54px !important;
}
.bodywebsite .pr-60 {
  padding-right: 60px !important;
}
.bodywebsite .pr-66 {
  padding-right: 66px !important;
}
.bodywebsite .pr-72 {
  padding-right: 72px !important;
}
.bodywebsite .pr-108 {
  padding-right: 108px !important;
}
.bodywebsite .pr-114 {
  padding-right: 114px !important;
}
.bodywebsite .pr-144 {
  padding-right: 144px !important;
}
.bodywebsite .mb-0 {
  margin-bottom: 0 !important;
}
.bodywebsite .mb-1 {
  margin-bottom: 1px !important;
}
.bodywebsite .mb-3 {
  margin-bottom: 3px !important;
}
.bodywebsite .mb-6 {
  margin-bottom: 6px !important;
}
.bodywebsite .mb-9 {
  margin-bottom: 9px !important;
}
.bodywebsite .mb-12 {
  margin-bottom: 12px !important;
}
.bodywebsite .mb-18 {
  margin-bottom: 18px !important;
}
.bodywebsite .mb-24 {
  margin-bottom: 24px !important;
}
.bodywebsite .mb-30 {
  margin-bottom: 30px !important;
}
.bodywebsite .mb-36 {
  margin-bottom: 36px !important;
}
.bodywebsite .mb-42 {
  margin-bottom: 42px !important;
}
.bodywebsite .mb-48 {
  margin-bottom: 28px !important;
}
.bodywebsite .mb-54 {
  margin-bottom: 54px !important;
}
.bodywebsite .mb-60 {
  margin-bottom: 60px !important;
}
.bodywebsite .mb-66 {
  margin-bottom: 66px !important;
}
.bodywebsite .mb-72 {
  margin-bottom: 72px !important;
}
.bodywebsite .mb-108 {
  margin-bottom: 108px !important;
}
.bodywebsite .mb-114 {
  margin-bottom: 114px !important;
}
.bodywebsite .mb-144 {
  margin-bottom: 144px !important;
}
.bodywebsite .mb--1 {
  margin-bottom: -1px !important;
}
.bodywebsite .mb--3 {
  margin-bottom: -3px !important;
}
.bodywebsite .mb--6 {
  margin-bottom: -6px !important;
}
.bodywebsite .mb--9 {
  margin-bottom: -9px !important;
}
.bodywebsite .mb--12 {
  margin-bottom: -12px !important;
}
.bodywebsite .mb--18 {
  margin-bottom: -18px !important;
}
.bodywebsite .mb--24 {
  margin-bottom: -24px !important;
}
.bodywebsite .mb--30 {
  margin-bottom: -30px !important;
}
.bodywebsite .mb--36 {
  margin-bottom: -36px !important;
}
.bodywebsite .mb--42 {
  margin-bottom: -42px !important;
}
.bodywebsite .mb--48 {
  margin-bottom: -28px !important;
}
.bodywebsite .mb--54 {
  margin-bottom: -54px !important;
}
.bodywebsite .mb--60 {
  margin-bottom: -60px !important;
}
.bodywebsite .mb--66 {
  margin-bottom: -66px !important;
}
.bodywebsite .mb--72 {
  margin-bottom: -72px !important;
}
.bodywebsite .mb--108 {
  margin-bottom: -108px !important;
}
.bodywebsite .mb--114 {
  margin-bottom: -114px !important;
}
.bodywebsite .mb--144 {
  margin-bottom: -144px !important;
}
.bodywebsite .mt-0 {
  margin-top: 0 !important;
}
.bodywebsite .mt-1 {
  margin-top: 1px !important;
}
.bodywebsite .mt-3 {
  margin-top: 3px !important;
}
.bodywebsite .mt-6 {
  margin-top: 6px !important;
}
.bodywebsite .mt-9 {
  margin-top: 9px !important;
}
.bodywebsite .mt-12 {
  margin-top: 12px !important;
}
.bodywebsite .mt-18 {
  margin-top: 18px !important;
}
.bodywebsite .mt-24 {
  margin-top: 24px !important;
}
.bodywebsite .mt-30 {
  margin-top: 30px !important;
}
.bodywebsite .mt-36 {
  margin-top: 36px !important;
}
.bodywebsite .mt-42 {
  margin-top: 42px !important;
}
.bodywebsite .mt-48 {
  margin-top: 28px !important;
}
.bodywebsite .mt-54 {
  margin-top: 54px !important;
}
.bodywebsite .mt-60 {
  margin-top: 60px !important;
}
.bodywebsite .mt-66 {
  margin-top: 66px !important;
}
.bodywebsite .mt-72 {
  margin-top: 72px !important;
}
.bodywebsite .mt-108 {
  margin-top: 108px !important;
}
.bodywebsite .mt-114 {
  margin-top: 114px !important;
}
.bodywebsite .mt-144 {
  margin-top: 144px !important;
}
.bodywebsite .mt--1 {
  margin-top: -1px !important;
}
.bodywebsite .mt--3 {
  margin-top: -3px !important;
}
.bodywebsite .mt--6 {
  margin-top: -6px !important;
}
.bodywebsite .mt--9 {
  margin-top: -9px !important;
}
.bodywebsite .mt--12 {
  margin-top: -12px !important;
}
.bodywebsite .mt--18 {
  margin-top: -18px !important;
}
.bodywebsite .mt--24 {
  margin-top: -24px !important;
}
.bodywebsite .mt--30 {
  margin-top: -30px !important;
}
.bodywebsite .mt--36 {
  margin-top: -36px !important;
}
.bodywebsite .mt--42 {
  margin-top: -42px !important;
}
.bodywebsite .mt--48 {
  margin-top: -28px !important;
}
.bodywebsite .mt--54 {
  margin-top: -54px !important;
}
.bodywebsite .mt--60 {
  margin-top: -60px !important;
}
.bodywebsite .mt--66 {
  margin-top: -66px !important;
}
.bodywebsite .mt--72 {
  margin-top: -72px !important;
}
.bodywebsite .mt--108 {
  margin-top: -108px !important;
}
.bodywebsite .mt--114 {
  margin-top: -114px !important;
}
.bodywebsite .mt--144 {
  margin-top: -144px !important;
}
.bodywebsite .mr-0 {
  margin-right: 0 !important;
}
.bodywebsite .mr-1 {
  margin-right: 1px !important;
}
.bodywebsite .mr-3 {
  margin-right: 3px !important;
}
.bodywebsite .mr-6 {
  margin-right: 6px !important;
}
.bodywebsite .mr-9 {
  margin-right: 9px !important;
}
.bodywebsite .mr-12 {
  margin-right: 12px !important;
}
.bodywebsite .mr-18 {
  margin-right: 18px !important;
}
.bodywebsite .mr-24 {
  margin-right: 24px !important;
}
.bodywebsite .mr-30 {
  margin-right: 30px !important;
}
.bodywebsite .mr-36 {
  margin-right: 36px !important;
}
.bodywebsite .mr-42 {
  margin-right: 42px !important;
}
.bodywebsite .mr-48 {
  margin-right: 28px !important;
}
.bodywebsite .mr-54 {
  margin-right: 54px !important;
}
.bodywebsite .mr-60 {
  margin-right: 60px !important;
}
.bodywebsite .mr-66 {
  margin-right: 66px !important;
}
.bodywebsite .mr-72 {
  margin-right: 72px !important;
}
.bodywebsite .mr-108 {
  margin-right: 108px !important;
}
.bodywebsite .mr-114 {
  margin-right: 114px !important;
}
.bodywebsite .mr-144 {
  margin-right: 144px !important;
}
.bodywebsite .mr--1 {
  margin-right: -1px !important;
}
.bodywebsite .mr--3 {
  margin-right: -3px !important;
}
.bodywebsite .mr--6 {
  margin-right: -6px !important;
}
.bodywebsite .mr--9 {
  margin-right: -9px !important;
}
.bodywebsite .mr--12 {
  margin-right: -12px !important;
}
.bodywebsite .mr--18 {
  margin-right: -18px !important;
}
.bodywebsite .mr--24 {
  margin-right: -24px !important;
}
.bodywebsite .mr--30 {
  margin-right: -30px !important;
}
.bodywebsite .mr--36 {
  margin-right: -36px !important;
}
.bodywebsite .mr--42 {
  margin-right: -42px !important;
}
.bodywebsite .mr--48 {
  margin-right: -28px !important;
}
.bodywebsite .mr--54 {
  margin-right: -54px !important;
}
.bodywebsite .mr--60 {
  margin-right: -60px !important;
}
.bodywebsite .mr--66 {
  margin-right: -66px !important;
}
.bodywebsite .mr--72 {
  margin-right: -72px !important;
}
.bodywebsite .mr--108 {
  margin-right: -108px !important;
}
.bodywebsite .mr--114 {
  margin-right: -114px !important;
}
.bodywebsite .mr--144 {
  margin-right: -144px !important;
}
.bodywebsite .ml-0 {
  margin-left: 0 !important;
}
.bodywebsite .ml-1 {
  margin-left: 1px !important;
}
.bodywebsite .ml-3 {
  margin-left: 3px !important;
}
.bodywebsite .ml-6 {
  margin-left: 6px !important;
}
.bodywebsite .ml-9 {
  margin-left: 9px !important;
}
.bodywebsite .ml-12 {
  margin-left: 12px !important;
}
.bodywebsite .ml-18 {
  margin-left: 18px !important;
}
.bodywebsite .ml-24 {
  margin-left: 24px !important;
}
.bodywebsite .ml-30 {
  margin-left: 30px !important;
}
.bodywebsite .ml-36 {
  margin-left: 36px !important;
}
.bodywebsite .ml-42 {
  margin-left: 42px !important;
}
.bodywebsite .ml-48 {
  margin-left: 28px !important;
}
.bodywebsite .ml-54 {
  margin-left: 54px !important;
}
.bodywebsite .ml-60 {
  margin-left: 60px !important;
}
.bodywebsite .ml-66 {
  margin-left: 66px !important;
}
.bodywebsite .ml-72 {
  margin-left: 72px !important;
}
.bodywebsite .ml-108 {
  margin-left: 108px !important;
}
.bodywebsite .ml-114 {
  margin-left: 114px !important;
}
.bodywebsite .ml-144 {
  margin-left: 144px !important;
}
.bodywebsite .ml--1 {
  margin-left: -1px !important;
}
.bodywebsite .ml--3 {
  margin-left: -3px !important;
}
.bodywebsite .ml--6 {
  margin-left: -6px !important;
}
.bodywebsite .ml--9 {
  margin-left: -9px !important;
}
.bodywebsite .ml--12 {
  margin-left: -12px !important;
}
.bodywebsite .ml--18 {
  margin-left: -18px !important;
}
.bodywebsite .ml--24 {
  margin-left: -24px !important;
}
.bodywebsite .ml--30 {
  margin-left: -30px !important;
}
.bodywebsite .ml--36 {
  margin-left: -36px !important;
}
.bodywebsite .ml--42 {
  margin-left: -42px !important;
}
.bodywebsite .ml--48 {
  margin-left: -28px !important;
}
.bodywebsite .ml--54 {
  margin-left: -54px !important;
}
.bodywebsite .ml--60 {
  margin-left: -60px !important;
}
.bodywebsite .ml--66 {
  margin-left: -66px !important;
}
.bodywebsite .ml--72 {
  margin-left: -72px !important;
}
.bodywebsite .ml--108 {
  margin-left: -108px !important;
}
.bodywebsite .ml--114 {
  margin-left: -114px !important;
}
.bodywebsite .ml--144 {
  margin-left: -144px !important;
}
.bodywebsite .height-100 {
  min-height: 100%;
}
@media (min-width: 576px) {
  .bodywebsite .height-sm-100 {
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .bodywebsite .height-md-100 {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .bodywebsite .height-lg-100 {
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .height-xl-100 {
    min-height: 100%;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .height-xxl-100 {
    min-height: 100%;
  }
}
.bodywebsite .height-100vh {
  min-height: 100vh;
}
@media (min-width: 576px) {
  .bodywebsite .height-sm-100vh {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .bodywebsite .height-md-100vh {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  .bodywebsite .height-lg-100vh {
    min-height: 100vh;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .height-xl-100vh {
    min-height: 100vh;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .height-xxl-100vh {
    min-height: 100vh;
  }
}
.bodywebsite .height-75vh {
  min-height: 75vh;
}
@media (min-width: 576px) {
  .bodywebsite .height-sm-75vh {
    min-height: 75vh;
  }
}
@media (min-width: 768px) {
  .bodywebsite .height-md-75vh {
    min-height: 75vh;
  }
}
@media (min-width: 992px) {
  .bodywebsite .height-lg-75vh {
    min-height: 75vh;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .height-xl-75vh {
    min-height: 75vh;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .height-xxl-75vh {
    min-height: 75vh;
  }
}
.bodywebsite .height-50vh {
  min-height: 50vh;
}
@media (min-width: 576px) {
  .bodywebsite .height-sm-50vh {
    min-height: 50vh;
  }
}
@media (min-width: 768px) {
  .bodywebsite .height-md-50vh {
    min-height: 50vh;
  }
}
@media (min-width: 992px) {
  .bodywebsite .height-lg-50vh {
    min-height: 50vh;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .height-xl-50vh {
    min-height: 50vh;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .height-xxl-50vh {
    min-height: 50vh;
  }
}
.bodywebsite .height-25vh {
  min-height: 25vh;
}
@media (min-width: 576px) {
  .bodywebsite .height-sm-25vh {
    min-height: 25vh;
  }
}
@media (min-width: 768px) {
  .bodywebsite .height-md-25vh {
    min-height: 25vh;
  }
}
@media (min-width: 992px) {
  .bodywebsite .height-lg-25vh {
    min-height: 25vh;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .height-xl-25vh {
    min-height: 25vh;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .height-xxl-25vh {
    min-height: 25vh;
  }
}
.bodywebsite .bg-position-left-top,
.bodywebsite .bg-position-top-left,
.bodywebsite .main-section.bg-position-left-top,
.bodywebsite .main-section.bg-position-top-left {
  background-position: left top;
}
.bodywebsite .bg-position-center-top,
.bodywebsite .bg-position-top-center,
.bodywebsite .main-section.bg-position-center-top,
.bodywebsite .main-section.bg-position-top-center {
  background-position: center top;
}
.bodywebsite .bg-position-right-top,
.bodywebsite .bg-position-top-right,
.bodywebsite .main-section.bg-position-right-top,
.bodywebsite .main-section.bg-position-top-right {
  background-position: right top;
}
.bodywebsite .bg-position-center-right,
.bodywebsite .bg-position-right-center,
.bodywebsite .main-section.bg-position-center-right,
.bodywebsite .main-section.bg-position-right-center {
  background-position: center right;
}
.bodywebsite .bg-position-right-bottom,
.bodywebsite .bg-position-bottom-right,
.bodywebsite .main-section.bg-position-right-bottom,
.bodywebsite .main-section.bg-position-bottom-right {
  background-position: right bottom;
}
.bodywebsite .bg-position-center-bottom,
.bodywebsite .bg-position-bottom-center,
.bodywebsite .main-section.bg-position-center-bottom,
.bodywebsite .main-section.bg-position-bottom-center {
  background-position: center bottom;
}
.bodywebsite .bg-position-left-bottom,
.bodywebsite .bg-position-bottom-left,
.bodywebsite .main-section.bg-position-left-bottom,
.bodywebsite .main-section.bg-position-bottom-left {
  background-position: left bottom;
}
.bodywebsite .bg-position-center-left,
.bodywebsite .bg-position-left-center,
.bodywebsite .main-section.bg-position-center-left,
.bodywebsite .main-section.bg-position-left-center {
  background-position: center left;
}
.bodywebsite .bg-position-center-center,
.bodywebsite .main-section.bg-position-center-center {
  background-position: center center;
}
.bodywebsite b,
.bodywebsite strong {
  font-weight: 500;
}
.bodywebsite .font-weight-100 {
  font-weight: 100 !important;
}
.bodywebsite .font-weight-200 {
  font-weight: 200 !important;
}
.bodywebsite .font-weight-300 {
  font-weight: 300 !important;
}
.bodywebsite .font-weight-400 {
  font-weight: 400 !important;
}
.bodywebsite .font-weight-500 {
  font-weight: 500 !important;
}
.bodywebsite .font-weight-600 {
  font-weight: 600 !important;
}
.bodywebsite .font-weight-700 {
  font-weight: 700 !important;
}
.bodywebsite .font-weight-800 {
  font-weight: 800 !important;
}
.bodywebsite .font-weight-900 {
  font-weight: 900 !important;
}
.bodywebsite h1,
.bodywebsite .h1,
.bodywebsite h2,
.bodywebsite .h2,
.bodywebsite h3,
.bodywebsite .h3,
.bodywebsite h4,
.bodywebsite .h4,
.bodywebsite h5,
.bodywebsite .h5,
.bodywebsite h6,
.bodywebsite .h6 {
  margin: 0;
  padding: 0;
  margin: 3rem 0;
  font-weight: 600;
  line-height: 1.2;
}
.bodywebsite h1:last-child,
.bodywebsite .h1:last-child,
.bodywebsite h2:last-child,
.bodywebsite .h2:last-child,
.bodywebsite h3:last-child,
.bodywebsite .h3:last-child,
.bodywebsite h4:last-child,
.bodywebsite .h4:last-child,
.bodywebsite h5:last-child,
.bodywebsite .h5:last-child,
.bodywebsite h6:last-child,
.bodywebsite .h6:last-child {
  margin-bottom: 0;
}
.bodywebsite h1:first-child,
.bodywebsite .h1:first-child,
.bodywebsite h2:first-child,
.bodywebsite .h2:first-child,
.bodywebsite h3:first-child,
.bodywebsite .h3:first-child,
.bodywebsite h4:first-child,
.bodywebsite .h4:first-child,
.bodywebsite h5:first-child,
.bodywebsite .h5:first-child,
.bodywebsite h6:first-child,
.bodywebsite .h6:first-child {
  margin-top: 0;
}
.bodywebsite h1,
.bodywebsite .h1 {
  font-size: 2.488rem;
}
.bodywebsite h2,
.bodywebsite .h2 {
  font-size: 2.074rem;
}
.bodywebsite h3,
.bodywebsite .h3 {
  font-size: 1.728rem;
}
.bodywebsite h4,
.bodywebsite .h4 {
  font-size: 1.44rem;
}
.bodywebsite h5,
.bodywebsite .h5 {
  font-size: 1.2rem;
}
.bodywebsite h6,
.bodywebsite .h6 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .bodywebsite .hero-heading {
    font-size: 4.3rem;
  }
}
@media (min-width: 992px) {
  .bodywebsite .hero-heading {
    font-size: 6.192rem;
  }
}
@media (min-width: 576px) {
  .bodywebsite .hero-description {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .bodywebsite .hero-description {
    font-size: 1.44rem;
  }
}
.bodywebsite p {
  padding: 0;
  margin: 0 0 1.5rem;
}
.bodywebsite p:last-child {
  margin-bottom: 0;
}
.bodywebsite body,
.bodywebsite .primary-font-family {
  font-family: roboto, sans-serif, serif;
}
.bodywebsite h1,
.bodywebsite .h1,
.bodywebsite h2,
.bodywebsite .h2,
.bodywebsite h3,
.bodywebsite .h3,
.bodywebsite h4,
.bodywebsite .h4,
.bodywebsite h5,
.bodywebsite .h5,
.bodywebsite h6,
.bodywebsite .h6,
.bodywebsite .secondary-font-family,
.bodywebsite .btn,
.bodywebsite .read-more-link,
.bodywebsite .section-title-intro {
  font-family: poppins, sans-serif, serif;
}
.bodywebsite .font-size-12 {
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  letter-spacing: .5px;
}
.bodywebsite .ltr {
  direction: ltr;
  text-align: left;
}
.bodywebsite .rtl {
  direction: rtl;
  text-align: right;
}
@media (min-width: 576px) {
  .bodywebsite .ltr-sm {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .rtl-sm {
    direction: rtl;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .bodywebsite .ltr-md {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .rtl-md {
    direction: rtl;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .bodywebsite .ltr-lg {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .rtl-lg {
    direction: rtl;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .ltr-xl {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .rtl-xl {
    direction: rtl;
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .ltr-xxl {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .rtl-xxl {
    direction: rtl;
    text-align: right;
  }
}
.bodywebsite #main-wrapper {
  padding: 0;
  z-index: 2;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite #main-container {
  padding: 0;
  z-index: 2;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.bodywebsite .pace {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
  position: fixed;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .no-js .pace,
.bodywebsite .pace-done .pace {
  opacity: 0;
  display: none;
  z-index: -9999;
  visibility: hidden;
}
.bodywebsite #page-preloader {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
}
.bodywebsite #page-preloader~#main-wrapper #main-container {
  opacity: 0;
}
.bodywebsite .no-js #page-preloader~#main-wrapper #main-container,
.bodywebsite .pace-done #page-preloader~#main-wrapper #main-container {
  opacity: 1;
}
.bodywebsite .pace .pace-progress {
  top: 0;
  height: 2px;
  width: 100%;
  right: 100%;
  z-index: 9999;
  position: fixed;
}
.bodywebsite .pace .pace-preloader-text-percent {
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bodywebsite .pace .page-preloader-container {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  position: relative;
}
.bodywebsite .pace .page-preloader-divs-container {
  margin: 0 auto 6px;
  position: relative;
  display: inline-block;
}
.bodywebsite .pace .page-preloader-divs-container div {
  float: left;
}
.bodywebsite .pace .page-preloader-text {
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.bodywebsite .pace .page-preloader-text::after {
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 19px;
  position: relative;
  margin: 12px auto 6px;
  content: attr(data-progress-text);
}
.bodywebsite .pace .pace-preloader-text-percent::after {
  width: 100%;
  line-height: 1;
  display: block;
  font-size: 19px;
  margin: 6px auto 0;
  content: attr(data-progress-text);
}
.bodywebsite .page-preloader-layout-1 .page-preloader-divs-container {
  height: 36px;
  padding-right: 3px;
}
.bodywebsite .page-preloader-layout-1 .page-preloader-divs-container div {
  width: 6px;
  height: 36px;
  margin-left: 3px;
  -webkit-animation: paceLayoutOneAnimation 1.2s infinite ease-in-out;
  animation: paceLayoutOneAnimation 1.2s infinite ease-in-out;
}
.bodywebsite .page-preloader-layout-1 .page-preloader-divs-container div.page-preloader-2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bodywebsite .page-preloader-layout-1 .page-preloader-divs-container div.page-preloader-3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bodywebsite .page-preloader-layout-1 .page-preloader-divs-container div.page-preloader-4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bodywebsite .page-preloader-layout-1 .page-preloader-divs-container div.page-preloader-5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes paceLayoutOneAnimation {
  .bodywebsite 0%,
  .bodywebsite 40%,
  .bodywebsite 100% {
    -webkit-transform: scaleY(.4);
  }
  .bodywebsite 20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes paceLayoutOneAnimation {
  .bodywebsite 0%,
  .bodywebsite 40%,
  .bodywebsite 100% {
    transform: scaleY(.4);
  }
  .bodywebsite 20% {
    transform: scaleY(1);
  }
}
.bodywebsite .page-preloader-layout-2 .page-preloader-divs-container,
.bodywebsite .page-preloader-layout-3 .page-preloader-divs-container {
  width: 60px;
  height: 60px;
  border-width: 6px;
  border-radius: 50%;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: paceLayoutTwoThreeAnimation 1s infinite ease-in-out alternate;
  animation: paceLayoutTwoThreeAnimation 1s infinite ease-in-out alternate;
}
.bodywebsite .page-preloader-layout-2 .page-preloader-divs-container::after,
.bodywebsite .page-preloader-layout-3 .page-preloader-divs-container::after {
  top: -6px;
  left: -6px;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  position: absolute;
  border-radius: inherit;
  -webkit-animation: paceLayoutTwoThreeAnimation 1.5s infinite ease-in-out alternate;
  animation: paceLayoutTwoThreeAnimation 1.5s infinite ease-in-out alternate;
}
.bodywebsite .page-preloader-layout-3 .page-preloader-divs-container::after {
  -webkit-animation: paceLayoutTwoThreeAnimation 1.5s infinite ease;
  animation: paceLayoutTwoThreeAnimation 1.5s infinite ease;
}
.bodywebsite .page-preloader-layout-2 .page-preloader-divs-container div,
.bodywebsite .page-preloader-layout-3 .page-preloader-divs-container div {
  display: none;
}
@-webkit-keyframes paceLayoutTwoThreeAnimation {
  .bodywebsite from {
    -webkit-transform: rotate(0deg);
  }
  .bodywebsite to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes paceLayoutTwoThreeAnimation {
  .bodywebsite from {
    transform: rotate(0deg);
  }
  .bodywebsite to {
    transform: rotate(360deg);
  }
}
.bodywebsite .page-preloader-layout-4 .page-preloader-divs-container div {
  width: 18px;
  height: 18px;
  margin: 0 6px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: paceLayoutFourAnimation 1.4s infinite ease-in-out;
  animation: paceLayoutFourAnimation 1.4s infinite ease-in-out;
}
.bodywebsite .page-preloader-layout-4 .page-preloader-divs-container div.page-preloader-2 {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.bodywebsite .page-preloader-layout-4 .page-preloader-divs-container div.page-preloader-3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.bodywebsite .page-preloader-layout-4 .page-preloader-divs-container div.page-preloader-4,
.bodywebsite .page-preloader-layout-4 .page-preloader-divs-container div.page-preloader-5 {
  display: none;
}
@-webkit-keyframes paceLayoutFourAnimation {
  .bodywebsite 0%,
  .bodywebsite 100%,
  .bodywebsite 80% {
    -webkit-transform: scale(0);
  }
  .bodywebsite 40% {
    -webkit-transform: scale(1);
  }
}
@keyframes paceLayoutFourAnimation {
  .bodywebsite 0%,
  .bodywebsite 100%,
  .bodywebsite 80% {
    transform: scale(0);
  }
  .bodywebsite 40% {
    transform: scale(1);
  }
}
.bodywebsite .page-preloader-layout-5 .page-preloader-divs-container div,
.bodywebsite .page-preloader-layout-6 .page-preloader-divs-container div {
  margin: 0 6px;
  border-radius: 50%;
  -webkit-animation: paceLayoutFiveSixAnimation .75s infinite linear;
  animation: paceLayoutFiveSixAnimation .75s infinite linear;
}
.bodywebsite .page-preloader-layout-5 .page-preloader-divs-container div {
  width: 36px;
  height: 36px;
}
.bodywebsite .page-preloader-layout-6 .page-preloader-divs-container div {
  width: 18px;
  height: 18px;
}
.bodywebsite .page-preloader-layout-5 .page-preloader-divs-container div.page-preloader-2,
.bodywebsite .page-preloader-layout-5 .page-preloader-divs-container div.page-preloader-3,
.bodywebsite .page-preloader-layout-5 .page-preloader-divs-container div.page-preloader-4,
.bodywebsite .page-preloader-layout-5 .page-preloader-divs-container div.page-preloader-5,
.bodywebsite .page-preloader-layout-6 .page-preloader-divs-container div.page-preloader-4,
.bodywebsite .page-preloader-layout-6 .page-preloader-divs-container div.page-preloader-5 {
  display: none;
}
.bodywebsite .page-preloader-layout-6 .page-preloader-divs-container div.page-preloader-1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bodywebsite .page-preloader-layout-6 .page-preloader-divs-container div.page-preloader-2 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.bodywebsite .page-preloader-layout-6 .page-preloader-divs-container div.page-preloader-3 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}
@-webkit-keyframes paceLayoutFiveSixAnimation {
  .bodywebsite 0% {
    -webkit-transform: translate(0,0%) scale(1,.8);
  }
  .bodywebsite 30% {
    -webkit-transform: translate(0,-50%) scale(.8,.8);
  }
  .bodywebsite 60% {
    -webkit-transform: translate(0,-100%) scale(.8,1);
  }
  .bodywebsite 85% {
    -webkit-transform: translate(0,-50%) scale(.8,1);
  }
  .bodywebsite 90% {
    -webkit-transform: translate(0,-50%) scale(.8,1);
  }
  .bodywebsite 100% {
    -webkit-transform: translate(0,0%) scale(1,.8);
  }
}
@keyframes paceLayoutFiveSixAnimation {
  .bodywebsite 0% {
    transform: translate(0,0%) scale(1,.8);
  }
  .bodywebsite 30% {
    transform: translate(0,-50%) scale(.8,.8);
  }
  .bodywebsite 60% {
    transform: translate(0,-100%) scale(.8,1);
  }
  .bodywebsite 85% {
    transform: translate(0,-50%) scale(.8,1);
  }
  .bodywebsite 90% {
    transform: translate(0,-50%) scale(.8,1);
  }
  .bodywebsite 100% {
    transform: translate(0,0%) scale(1,.8);
  }
}
.bodywebsite .page-preloader-layout-7 .page-preloader-divs-container div.page-preloader-1 {
  width: 80px;
  height: 24px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/logo.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite .page-preloader-layout-7 .page-preloader-divs-container div.page-preloader-2,
.bodywebsite .page-preloader-layout-7 .page-preloader-divs-container div.page-preloader-3,
.bodywebsite .page-preloader-layout-7 .page-preloader-divs-container div.page-preloader-4,
.bodywebsite .page-preloader-layout-7 .page-preloader-divs-container div.page-preloader-5 {
  display: none;
}
.bodywebsite [data-animation],
.bodywebsite .not-animated {
  opacity: 0;
}
.bodywebsite .gfort-animated,
.bodywebsite .mobile-device [data-animation] {
  opacity: 1;
}
.bodywebsite .fade-in {
  -webkit-animation-name: fadeInAnimation;
  animation-name: fadeInAnimation;
}
@-webkit-keyframes fadeInAnimation {
  .bodywebsite 0% {
    opacity: 0;
  }
  .bodywebsite 100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  .bodywebsite 0% {
    opacity: 0;
  }
  .bodywebsite 100% {
    opacity: 1;
  }
}
.bodywebsite .fade-out {
  -webkit-animation-name: fadeOutAnimation;
  animation-name: fadeOutAnimation;
}
@-webkit-keyframes fadeOutAnimation {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite 100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnimation {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite 100% {
    opacity: 0;
  }
}
.bodywebsite .header-section {
  padding: 0;
  width: 100%;
  z-index: 100;
  display: block;
  margin: 0 auto;
  position: relative;
  -ms-word-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .header-section .container {
  position: relative;
}
.bodywebsite .header-section-container {
  padding: 0;
  width: 100%;
  z-index: 100;
  display: block;
  margin: 0 auto;
  position: relative;
}
.bodywebsite .header-top-section {
  padding: 0;
  z-index: 6;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
.bodywebsite .header-top-section-container {
  z-index: 4;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 24px 0 0;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  .bodywebsite .header-top-section-container {
    padding-top: 12px;
  }
}
.bodywebsite .header-top-section-content {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 0 24px;
  position: relative;
  direction: initial;
}
@media (min-width: 992px) {
  .bodywebsite .header-top-section-content {
    padding-bottom: 12px;
  }
}
.bodywebsite .header-top-section-content>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .header-top-section-content a {
  display: inline-block;
  text-decoration: none;
}
.bodywebsite .header-top-section-content a:hover {
  text-decoration: underline;
}
.bodywebsite .header-middle-section {
  z-index: 5;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bodywebsite .header-middle-section-container {
  z-index: 4;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .header-middle-section-content {
  padding: 0;
  width: auto;
  font-size: 0;
  line-height: 0;
  margin: 0 -12px;
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .header-middle-section-widget {
  width: 100%;
  display: block;
  margin: 30px 0;
  padding: 0 12px;
}
.bodywebsite .header-middle-section-widget::after {
  bottom: 0;
  height: 1px;
  content: '';
  width: 2000%;
  position: absolute;
  margin-left: -450%;
  margin-right: -450%;
}
.bodywebsite .header-middle-section-widget>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .header-middle-section-widget>*:not(.btn) {
  line-height: 1.7;
}
.bodywebsite .header-middle-section-widget a {
  display: inline-block;
}
.bodywebsite .header-menu-section {
  z-index: 4;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.bodywebsite .header-menu-section-container {
  z-index: 4;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.bodywebsite .navbar {
  margin: 0;
  padding: 0;
}
.bodywebsite .navbar-brand {
  padding: 24px 0;
  font-weight: 700;
  line-height: 24px;
  margin: 0 12px 0 0;
  font-size: 2.074rem;
  letter-spacing: -1px;
  text-decoration: none;
}
.bodywebsite .rtl .navbar-brand {
  margin: 0 0 0 12px;
}
.bodywebsite .navbar-brand:hover {
  text-decoration: none;
}
.bodywebsite .navbar-brand img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.bodywebsite .navbar-brand .normal {
  display: block;
}
.bodywebsite .navbar-brand .transparent {
  display: none;
}
.bodywebsite .navbar-toggler {
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 27px 0;
  font-weight: 500;
  overflow: hidden;
  border-radius: 0;
  margin: 0 0 0 12px;
  outline: none !important;
}
.bodywebsite .rtl .navbar-toggler {
  margin: 0 12px 0 0;
}
.bodywebsite .navbar-toggler:focus {
  box-shadow: none;
}
.bodywebsite .navbar-toggler span {
  font-size: 14px;
  overflow: hidden;
  line-height: 18px;
  margin: 0 3px 0 0;
  user-select: none;
  position: relative;
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .rtl .navbar-toggler span {
  margin: 0 0 0 3px;
}
.bodywebsite .navbar-toggler span:last-child {
  margin: 0;
}
.bodywebsite .navbar-toggler .navbar-toggler-lines-wrapper {
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-color: inherit;
}
.bodywebsite .navbar-toggler .navbar-toggler-line {
  left: 0;
  top: 50%;
  height: 0;
  width: 100%;
  content: '';
  margin-top: -1px;
  position: absolute;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: inherit;
  transition-delay: .1s, 0s;
  transition-duration: 0s;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
}
.bodywebsite .navbar-toggler .navbar-toggler-line-top {
  margin-top: -6px;
  transition-duration: .1s;
}
.bodywebsite .navbar-toggler .navbar-toggler-line-bottom {
  margin-top: 4px;
  transition-duration: .1s;
}
.bodywebsite .navbar-toggler.toggle .navbar-toggler-line {
  transition-delay: .1s;
  border-color: transparent;
}
.bodywebsite .navbar-toggler.toggle .navbar-toggler-line-top {
  margin-top: -1px;
  border-color: inherit;
  transition-delay: 0s, .1s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .navbar-toggler.toggle .navbar-toggler-line-bottom {
  margin-top: -1px;
  border-color: inherit;
  transition-delay: 0s, .1s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .header-menu .nav-item {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.bodywebsite .desktop-menu .nav-item {
  width: auto;
}
.bodywebsite .header-menu .nav-link {
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
}
.bodywebsite .header-menu .nav-link:hover {
  text-decoration: none;
}
.bodywebsite .header-menu .nav-link:not(.btn) {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .5px;
}
.bodywebsite .desktop-menu>.navbar-nav>.nav-item>.nav-link:not(.btn) {
  line-height: 24px;
}
.bodywebsite .header-menu .nav-link span {
  display: block;
  position: relative;
}
.bodywebsite .header-menu .nav-link i {
  padding: 0 1px;
  min-width: 24px;
}
.bodywebsite .desktop-menu {
  width: auto;
  display: none;
  margin: 0 -12px;
}
.bodywebsite .desktop-menu .navbar-nav>.headerbtn {
  padding: 0 12px;
  display: -ms-flexbox;
  display: flex;
}
.bodywebsite .desktop-menu>.navbar-nav>.nav-item>.nav-link:not(.btn) {
  padding: 24px 12px;
  text-transform: capitalize;
}
.bodywebsite .desktop-menu>.navbar-nav>.headerbtn>.nav-link {
  width: auto;
  margin: auto;
}
.bodywebsite .mobile-menu {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.bodywebsite .navbar-expand .mobile-menu {
  display: none;
}
@media (min-width: 576px) {
  .bodywebsite .navbar-expand-sm .mobile-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .bodywebsite .navbar-expand-md .mobile-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .bodywebsite .navbar-expand-lg .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .navbar-expand-xl .mobile-menu {
    display: none;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .navbar-expand-xxl .mobile-menu {
    display: none;
  }
}
.bodywebsite .mobile-menu .navbar-nav {
  overflow: hidden;
  margin-bottom: -1px;
  flex-direction: column;
}
.bodywebsite .mobile-menu .navbar-nav ul {
  padding: 0 0 0 24px;
}
.bodywebsite .rtl .mobile-menu .navbar-nav ul {
  padding: 0 24px 0 0;
}
.bodywebsite .mobile-menu .navbar-nav>.headerbtn {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bodywebsite .mobile-menu .nav-link:not(.btn) {
  padding: 12px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bodywebsite .mobile-menu .navbar-nav>.headerbtn>.nav-link {
  margin: 12px 0;
}
.bodywebsite .header-menu .navbar-nav ul {
  display: none;
}
.bodywebsite .header-menu .menu-item-has-children>.nav-link:not(.btn) span::before,
.bodywebsite .header-menu .menu-item-has-children>.nav-link:not(.btn) span::after {
  right: 0;
  top: 50%;
  width: 6px;
  height: 2px;
  content: '';
  margin-top: -1px;
  position: absolute;
  border-color: inherit;
  border-top-width: 2px;
  border-top-style: solid;
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.bodywebsite .rtl .header-menu .menu-item-has-children>.nav-link:not(.btn) span::before,
.bodywebsite .rtl .header-menu .menu-item-has-children>.nav-link:not(.btn) span::after {
  right: auto;
  left: 0;
}
.bodywebsite .desktop-menu>.navbar-nav>.nav-item>.nav-link:not(.btn) span::before,
.bodywebsite .desktop-menu>.navbar-nav>.nav-item>.nav-link:not(.btn) span::after,
.bodywebsite .desktop-menu .navbar-nav .megamenu .nav-link span::before,
.bodywebsite .desktop-menu .navbar-nav .megamenu .nav-link span::after {
  display: none;
}
.bodywebsite .header-menu .menu-item-has-children>.nav-link:not(.btn) span::before {
  margin-right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .header-menu .menu-item-has-children>.nav-link:not(.btn) span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .rtl .header-menu .menu-item-has-children>.nav-link:not(.btn) span::before {
  margin-right: auto;
  margin-left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .rtl .header-menu .menu-item-has-children>.nav-link:not(.btn) span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .desktop-menu .menu-item-has-children>.nav-link:not(.btn) span::before {
  margin-right: 0;
  margin-top: -3px;
}
.bodywebsite .desktop-menu .menu-item-has-children>.nav-link:not(.btn) span::after {
  margin-top: 0;
}
.bodywebsite .rtl .header-menu .menu-item-has-children>.nav-link:not(.btn) span::before {
  margin-right: 3px;
  margin-left: auto;
}
.bodywebsite .header-menu .menu-item-has-children>.menu-opened:not(.btn) span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .header-menu .menu-item-has-children>.menu-opened:not(.btn) span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .rtl .header-menu .menu-item-has-children>.menu-opened:not(.btn) span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .rtl .header-menu .menu-item-has-children>.menu-opened:not(.btn) span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .desktop-menu .navbar-nav .nav-item ul {
  left: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  width: 216px;
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.bodywebsite .rtl .desktop-menu .navbar-nav .nav-item ul {
  left: auto;
  right: 0;
}
.bodywebsite .desktop-menu .navbar-nav>.nav-item:not(.megamenu) ul li:first-child {
  padding-top: 18px;
}
.bodywebsite .desktop-menu .navbar-nav>.nav-item:not(.megamenu) ul li:last-child {
  padding-bottom: 18px;
}
.bodywebsite .desktop-menu .navbar-nav .nav-item:not(.megamenu) ul {
  opacity: 0;
  visibility: hidden;
  background-clip: padding-box;
  -webkit-transform: translate(0,12px);
  transform: translate(0,12px);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.bodywebsite .desktop-menu .navbar-nav .nav-item:not(.megamenu) ul ul {
  top: -18px;
  left: 100%;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.bodywebsite .rtl .desktop-menu .navbar-nav .nav-item:not(.megamenu) ul ul {
  left: auto;
  right: 100%;
}
.bodywebsite .desktop-menu .navbar-nav .nav-item:not(.megamenu) ul li:first-child>ul {
  top: 0;
}
.bodywebsite .desktop-menu .navbar-nav>.submenu-correct-position>ul {
  right: 0;
  left: auto;
}
.bodywebsite .rtl .desktop-menu .navbar-nav>.submenu-correct-position>ul {
  right: auto;
  left: 0;
}
.bodywebsite .desktop-menu .navbar-nav>.submenu-correct-position:not(.megamenu)>ul ul {
  left: auto;
  right: 100%;
}
.bodywebsite .rtl .desktop-menu .navbar-nav>.submenu-correct-position:not(.megamenu)>ul ul {
  left: 100%;
  right: auto;
}
.bodywebsite .desktop-menu .navbar-nav .nav-item-languages:not(.megamenu) ul {
  left: 50%;
  width: 90px;
  -webkit-transform: translate(-50%,12px);
  transform: translate(-50%,12px);
}
.bodywebsite .header-menu .nav-item-languages ul img {
  margin-top: 6px;
  vertical-align: top;
  display: inline-block;
}
.bodywebsite .desktop-menu .navbar-nav .nav-item-languages ul .nav-link:not(.btn) {
  font-weight: 500;
}
.bodywebsite .header-menu .navbar-nav .nav-item-languages ul .nav-link:not(.btn) {
  line-height: 24px;
}
.bodywebsite .desktop-menu .navbar-nav ul .nav-link {
  font-weight: 500;
  padding: 6px 24px;
}
.bodywebsite .desktop-menu .navbar-nav .nav-item:not(.megamenu):hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.bodywebsite .desktop-menu .navbar-nav .nav-item-languages:not(.megamenu):hover>ul {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.bodywebsite .rtl .desktop-menu .navbar-nav .nav-item-languages:not(.megamenu):hover>ul {
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu {
  position: static;
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul {
  left: 0;
  right: 0;
  padding: 0;
  width: auto;
  display: none;
  margin: 0 24px;
  overflow: hidden;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-animation: megaMenuWrapperAnimation .3s forwards;
  animation: megaMenuWrapperAnimation .3s forwards;
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul ul {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
@-webkit-keyframes megaMenuWrapperAnimation {
  .bodywebsite 0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,12px);
  }
  .bodywebsite 100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
  }
}
@keyframes megaMenuWrapperAnimation {
  .bodywebsite 0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0,12px);
  }
  .bodywebsite 100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
  }
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu:hover>ul {
  display: -ms-flexbox;
  display: flex;
}
.bodywebsite .desktop-menu .navbar-nav>.nav-item.megamenu>ul ul {
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul>.nav-item {
  margin: 0;
  padding: 30px 0;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  border-right-width: 1px;
  border-right-style: solid;
}
.bodywebsite .rtl .desktop-menu .navbar-nav>.megamenu>ul>.nav-item {
  border-right-width: 0;
  border-left-width: 1px;
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul>.nav-item:last-child {
  border-right-width: 0;
  border-left-width: 0;
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul .menu-item-has-children .nav-link:not(.btn) {
  padding: 6px 36px;
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul .menu-item-has-children>.nav-link:not(.btn) {
  font-weight: 500;
  margin-bottom: 18px;
}
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul ul .menu-item-has-children:not(:first-child)>.nav-link:not(.btn) {
  margin-top: 24px;
}
.bodywebsite .header-menu .header-menu-buttons {
  display: flex;
  flex-direction: column;
}
.bodywebsite .desktop-menu .header-menu-buttons {
  flex-direction: row;
}
.bodywebsite .header-menu .header-menu-buttons>li {
  position: static;
}
.bodywebsite .header-menu .header-menu-buttons .header-menu-buttons-divider {
  width: 2px;
  height: 24px;
  display: none;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}
.bodywebsite .desktop-menu .header-menu-buttons .header-menu-buttons-divider {
  display: block;
  margin: 24px 12px;
}
.bodywebsite .header-menu .header-menu-buttons .nav-item .nav-link {
  overflow: hidden;
  padding: 12px 0;
}
.bodywebsite .desktop-menu .header-menu-buttons .nav-item .nav-link {
  line-height: 24px;
  padding: 24px 12px;
}
.bodywebsite .header-menu-buttons .nav-item .nav-link .cart-wd {
  width: auto;
  display: inline-block;
}
.bodywebsite .desktop-menu .header-menu-buttons .nav-item .nav-link .cart-wd {
  display: none;
}
.bodywebsite .header-menu .header-menu-buttons .nav-item .nav-link i {
  width: auto;
  display: none;
  min-width: 14px;
  font-size: 14px;
  text-align: center;
}
.bodywebsite .desktop-menu .header-menu-buttons .nav-item .nav-link i {
  padding: 0;
  display: inline-block;
}
.bodywebsite .header-menu .header-menu-buttons .nav-item .nav-link .badge {
  float: right;
  font-size: 10px;
  margin-top: 3px;
}
.bodywebsite .rtl .header-menu .header-menu-buttons .nav-item .nav-link .badge {
  float: left;
}
.bodywebsite .desktop-menu .header-menu-buttons .nav-item .nav-link .badge {
  margin-top: -8px;
  margin-left: -6px;
  border-radius: 50px;
  -webkit-transform: scale(.85);
  transform: scale(.85);
}
.bodywebsite .rtl .desktop-menu .header-menu-buttons .nav-item .nav-link .badge {
  margin-left: auto;
  margin-right: -6px;
}
.bodywebsite .header-menu-buttons .shop-mini-cart {
  top: 100%;
  opacity: 0;
  z-index: 10;
  right: 24px;
  width: 288px;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(0,12px);
  transform: translate(0,12px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .rtl .header-menu-buttons .shop-mini-cart {
  right: auto;
  left: 24px;
}
.bodywebsite .mobile-menu .header-menu-buttons .shop-mini-cart {
  display: none;
}
.bodywebsite .desktop-menu .header-menu-buttons .header-menu-buttons-cart:hover {
  position: static;
  overflow: visible;
}
.bodywebsite .desktop-menu .header-menu-buttons .header-menu-buttons-cart:hover .shop-mini-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.bodywebsite .header-menu-buttons .form-block,
.bodywebsite .header-menu-buttons .form-block-container,
.bodywebsite .header-menu-buttons .form-block-container form,
.bodywebsite .header-menu-buttons .form-block-container .form-control {
  margin: 0 auto;
}
.bodywebsite .desktop-menu .header-menu-buttons .form-block-header-search-mobile {
  display: none;
}
.bodywebsite .header-menu-buttons .form-block-header-search-desktop {
  display: none;
}
.bodywebsite .desktop-menu .header-menu-buttons .form-block-header-search-desktop {
  display: block;
}
.bodywebsite .header-menu .btn-form-block-header-search-open {
  display: none;
}
.bodywebsite .desktop-menu .btn-form-block-header-search-open {
  display: block;
}
.bodywebsite .desktop-menu .header-menu-buttons .form-block-header-search {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -10;
  margin: 0 auto;
  padding: 0 24px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .desktop-menu .header-menu-buttons .form-block,
.bodywebsite .desktop-menu .header-menu-buttons .form-block-container,
.bodywebsite .desktop-menu .header-menu-buttons .form-block-container form,
.bodywebsite .desktop-menu .header-menu-buttons .form-block-container .form-control {
  width: 100%;
  height: 100%;
}
.bodywebsite .desktop-menu .header-menu-buttons .form-block-container .form-control {
  padding: 0;
  margin: 0 auto;
  border-width: 0;
  font-size: 19px;
  background-color: transparent;
}
.bodywebsite .header-menu-buttons .form-block-container .btn-form-block-header-search-close {
  top: 50%;
  right: 2px;
  padding: 0;
  z-index: 10;
  font-size: 20px;
  font-weight: 400;
  margin-top: -10px;
  line-height: 20px;
  position: absolute;
  font-family: sans-serif, serif;
  text-decoration: none !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .rtl .header-menu-buttons .form-block-container .btn-form-block-header-search-close {
  right: auto;
  left: 2px;
}
.bodywebsite .form-block-header-search-open .header-menu-buttons .form-block-header-search {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.bodywebsite .form-block-header-search-open .navbar .navbar-brand,
.bodywebsite .form-block-header-search-open .navbar .navbar-nav,
.bodywebsite .form-block-header-search-open .header-menu-buttons>li>a,
.bodywebsite .form-block-header-search-open .header-menu-buttons .header-menu-buttons-divider {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
}
.bodywebsite .form-block-header-search-open .header-menu-buttons .form-block-container .btn-form-block-header-search-close {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.bodywebsite .header-menu .form-block-header-search-mobile {
  padding: 24px 0;
}
.bodywebsite .header-menu .form-block-header-search-mobile button {
  top: 50%;
  right: 0;
  padding: 0;
  z-index: 10;
  width: 42px;
  height: 42px;
  border-width: 0;
  font-size: 14px;
  border-radius: 0;
  margin: -21px 0 0;
  position: absolute;
  background: 0 0;
}
.bodywebsite .rtl .header-menu .form-block-header-search-mobile button {
  left: 0;
  right: auto;
}
.bodywebsite .desktop-device .header-section-fixed .header-menu-section-container.stuck {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
@media (min-width: 1200px) {
  .bodywebsite .header-section-transparent {
    position: absolute;
  }
  .bodywebsite .header-section-transparent .navbar-brand .normal,
  .bodywebsite .header-section-transparent .header-menu-section-container.stuck.scroll .navbar-brand .transparent {
    display: none;
  }
  .bodywebsite .header-section-transparent .navbar-brand .transparent,
  .bodywebsite .header-section-transparent .header-menu-section-container.stuck.scroll .navbar-brand .normal {
    display: block;
  }
  .bodywebsite .header-section-transparent .header-top-section-container {
    background-color: transparent;
  }
  .bodywebsite .header-top-section-transparent .header-top-section-container {
    border-color: transparent;
    background-color: transparent;
  }
  .bodywebsite .header-section-transparent .header-menu-section-container:not(.scroll) {
    background-color: transparent;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
  }
  .bodywebsite .header-section-transparent .header-menu-section.transparent .header-menu-section-container:not(.scroll) {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll),
  .bodywebsite .header-section-transparent-light .header-top-section-container {
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.9);
    box-shadow: 0 0 1px rgba(255,255,255,0.9);
  }
  .bodywebsite .header-section-transparent-light .header-top-section-container,
  .bodywebsite .header-section-transparent-light .header-top-section-container a,
  .bodywebsite .header-section-transparent-light .header-top-section-container .social-networks.social-networks-layout-transparent ul li a i,
  .bodywebsite .header-top-section-transparent-light .header-top-section-container,
  .bodywebsite .header-top-section-transparent-light .header-top-section-container a,
  .bodywebsite .header-top-section-transparent-light .header-top-section-container .social-networks.social-networks-layout-transparent ul li a i,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .navbar-brand,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .navbar-brand:hover,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .header-menu-buttons .form-block-container .btn-form-block-header-search-close,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .desktop-menu>ul>.nav-item>.nav-link:not(.btn),
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .form-block-header-search-desktop input,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .navbar-toggler,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .navbar-toggler:hover {
    color: #fff;
  }
  .bodywebsite .header-section-transparent .header-top-section-container a:hover,
  .bodywebsite .header-top-section-transparent .header-top-section-container a:hover {
    text-decoration: underline;
  }
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .header-menu-buttons .form-block-container .btn-form-block-header-search-close:hover,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .desktop-menu>ul>.nav-item>.nav-link:not(.btn):hover,
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .desktop-menu>.navbar-nav>.nav-item>.nav-link.active:not(.btn),
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .desktop-menu>.navbar-nav>.nav-item.active>.nav-link:not(.btn),
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .desktop-menu>.navbar-nav>.nav-item:hover>.nav-link:not(.btn) {
    color: rgba(255,255,255,0.85);
  }
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .header-menu .header-menu-buttons .header-menu-buttons-divider {
    background-color: rgba(255,255,255,0.25);
  }
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .form-block-header-search-desktop input:-moz-placeholder {
    color: rgba(255,255,255,0.7);
  }
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .form-block-header-search-desktop input::-moz-placeholder {
    color: rgba(255,255,255,0.7);
  }
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .form-block-header-search-desktop input:-ms-input-placeholder {
    color: rgba(255,255,255,0.7);
  }
  .bodywebsite .header-section-transparent-light .header-menu-section-container:not(.scroll) .form-block-header-search-desktop input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
  }
}
@media (min-width: 1200px) {
  .bodywebsite .header-section-layout-2 {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 24px;
    max-width: 1140px;
    position: absolute;
  }
  .bodywebsite .header-section-layout-2 .header-menu-section-container:not(.stuck) {
    border-radius: 4px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .header-section-layout-2 {
    max-width: 1320px;
  }
}
.bodywebsite .header-section-layout-3 .header-middle-section .navbar-brand {
  opacity: 1;
  z-index: 10;
  display: none;
  font-weight: 700;
  line-height: 24px;
  padding: 36px 12px;
  font-size: 2.074rem;
  visibility: visible;
  letter-spacing: -1px;
  text-decoration: none;
}
.bodywebsite .header-section-layout-3 .header-middle-section .navbar-brand:last-child {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .header-section-layout-3 .header-middle-section .navbar-brand:last-child::after {
  bottom: 0;
  height: 1px;
  content: '';
  width: 2000%;
  position: absolute;
  margin-left: -450%;
  margin-right: -450%;
}
.bodywebsite .header-section-layout-3 .header-middle-section-widget .ads-block {
  max-width: 728px;
  margin: -6px auto;
}
.bodywebsite .header-section-layout-3 .desktop-menu .navbar-nav {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.bodywebsite .rtl .header-section-layout-3 .desktop-menu .navbar-nav {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.bodywebsite .header-section-layout-3 .desktop-menu .navbar-nav:last-child {
  margin-left: auto !important;
  margin-right: auto !important;
}
.bodywebsite .header-section-layout-3 .desktop-menu>ul>.nav-item>.nav-link:not(.btn) {
  padding-top: 18px;
  padding-bottom: 18px;
}
.bodywebsite .header-section-layout-3 .header-menu .header-menu-buttons .header-menu-buttons-divider {
  display: none;
}
@media (min-width: 576px) {
  .bodywebsite .header-section-layout-3 .navbar-expand-sm .navbar-brand {
    display: none;
  }
  .bodywebsite .header-section-layout-3 .header-middle-section .navbar-expand-sm .navbar-brand {
    display: inline-block;
  }
  .bodywebsite .header-section-layout-3 .navbar-expand-sm .header-middle-section-widget {
    width: auto;
  }
}
@media (min-width: 768px) {
  .bodywebsite .header-section-layout-3 .navbar-expand-md .navbar-brand {
    display: none;
  }
  .bodywebsite .header-section-layout-3 .header-middle-section .navbar-expand-md .navbar-brand {
    display: inline-block;
  }
  .bodywebsite .header-section-layout-3 .navbar-expand-md .header-middle-section-widget {
    width: auto;
  }
}
@media (min-width: 992px) {
  .bodywebsite .header-section-layout-3 .navbar-expand-lg .navbar-brand {
    display: none;
  }
  .bodywebsite .header-section-layout-3 .header-middle-section .navbar-expand-lg .navbar-brand {
    display: inline-block;
  }
  .bodywebsite .header-section-layout-3 .navbar-expand-lg .header-middle-section-widget {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .header-section-layout-3 .navbar-expand-xl .navbar-brand {
    display: none;
  }
  .bodywebsite .header-section-layout-3 .header-middle-section .navbar-expand-xl .navbar-brand {
    display: inline-block;
  }
  .bodywebsite .header-section-layout-3 .navbar-expand-xl .header-middle-section-widget {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .header-section-layout-3 .navbar-expand-xxl .navbar-brand {
    display: none;
  }
  .bodywebsite .header-section-layout-3 .header-middle-section .navbar-expand-xxl .navbar-brand {
    display: inline-block;
  }
  .bodywebsite .header-section-layout-3 .navbar-expand-xxl .header-middle-section-widget {
    width: auto;
  }
}
.bodywebsite .header-section-layout-3 .navbar-expand .navbar-brand {
  display: none;
}
.bodywebsite .header-section-layout-3 .header-middle-section .navbar-expand .navbar-brand {
  display: inline-block;
}
.bodywebsite .header-section-layout-3 .navbar-expand .header-middle-section-widget {
  width: auto;
}
.bodywebsite .header-section-layout-4 {
  text-align: center;
}
.bodywebsite .header-section-layout-4 .navbar-brand {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .header-section-layout-5 {
  text-align: center;
}
.bodywebsite .header-section-layout-5 .navbar-brand {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .header-section-layout-5 .navbar-toggler {
  margin: 0;
  top: 50%;
  left: 24px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bodywebsite .header-section-layout-5 .navbar-toggler.right-side {
  left: auto;
  right: 24px;
}
.bodywebsite .header-offcanvas-menu {
  width: 320px;
  border-width: 0;
}
.bodywebsite .header-offcanvas-menu .offcanvas-header {
  padding: 12px 18px;
  border-bottom: 1px solid transparent;
}
.bodywebsite .header-offcanvas-menu .offcanvas-body {
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.bodywebsite .header-offcanvas-menu .offcanvas-body>.btn-close {
  padding: 0;
  width: 100%;
  display: block;
  margin-top: 24px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bodywebsite .header-offcanvas-menu .header-menu {
  padding: 24px;
}
.bodywebsite .header-offcanvas-menu .header-menu-buttons:first-child .form-block-header-search-mobile {
  padding: 0;
  margin-bottom: 12px;
}
.bodywebsite .header-offcanvas-menu .header-menu-buttons:last-child .form-block-header-search-mobile {
  padding: 0;
  margin-top: 18px;
}
.bodywebsite .breadcrumb-section {
  z-index: 3;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite .breadcrumb-section-container {
  z-index: 3;
  width: 100%;
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
.bodywebsite .breadcrumb-title,
.bodywebsite .breadcrumb-nav {
  margin: 0;
  width: 100%;
  color: inherit;
  display: block;
  padding: 6px 12px;
}
@media (min-width: 768px) {
  .bodywebsite .breadcrumb-title,
  .bodywebsite .breadcrumb-nav {
    width: auto;
    display: inline-block;
  }
}
.bodywebsite .breadcrumb-title .breadcrumb-heading {
  color: inherit;
  line-height: 24px;
}
.bodywebsite .breadcrumb-nav ol {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  text-align: left;
  display: inline-block;
}
.bodywebsite .rtl .breadcrumb-nav ol {
  text-align: right;
}
.bodywebsite .breadcrumb-nav ol li {
  margin: 0;
  padding: 0;
  display: inline;
}
.bodywebsite .breadcrumb-item+.breadcrumb-item {
  padding: 0;
  color: inherit;
}
.bodywebsite .breadcrumb-nav ol li i {
  font-size: 11px;
}
.bodywebsite .breadcrumb-nav ol li span {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.bodywebsite .breadcrumb-item+.breadcrumb-item::before {
  float: none;
  content: '/';
  color: inherit;
  padding: 0 6px;
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
}
.bodywebsite .breadcrumb a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.bodywebsite .breadcrumb a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-section-container {
  padding: 24px 0 0;
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-title,
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-nav {
  width: 100%;
  display: block;
  padding: 0 12px 24px;
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-title {
  margin: 84px 0;
}
@media (min-width: 1200px) {
  .bodywebsite .breadcrumb-section-layout-2 .breadcrumb-title {
    margin: 126px 0;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .breadcrumb-section-layout-2 .breadcrumb-title {
    margin: 152px 0;
  }
}
@media (min-width: 1920px) {
  .bodywebsite .breadcrumb-section-layout-2 .breadcrumb-title {
    margin: 252px 0;
  }
}
@media (min-width: 2560px) {
  .bodywebsite .breadcrumb-section-layout-2 .breadcrumb-title {
    margin: 336px 0;
  }
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-heading {
  margin: 0;
  line-height: 1.2;
  padding-bottom: 6px;
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-sub-heading {
  font-size: 18px;
  margin: 0 0 6px;
  line-height: 1.35;
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-heading+.breadcrumb-sub-heading {
  margin: 6px 0 0;
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-sub-heading:last-child {
  margin-bottom: 0;
}
.bodywebsite .breadcrumb-section-layout-2 .breadcrumb-nav ol li span {
  font-size: 15px;
}
.bodywebsite #page-body {
  z-index: 4;
  padding: 0;
  width: 100%;
  direction: ltr;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.bodywebsite .content-area-container {
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}
.bodywebsite .rtl .content-area-container {
  direction: rtl;
}
.bodywebsite .widget-area-container {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 0 18px;
}
.bodywebsite .rtl .widget-area-container {
  direction: rtl;
}
.bodywebsite .page-boxed #main-wrapper {
  background-color: transparent;
}
.bodywebsite .page-boxed #main-container {
  overflow: hidden;
  max-width: 1140px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.bodywebsite .page-boxed .header-section-fixed .header-menu-section-container.stuck {
  max-width: 1140px;
}
@media (min-width: 1200px) {
  .bodywebsite .page-boxed .header-section-layout-2 .header-menu-section-container {
    border-radius: 4px;
  }
  .bodywebsite .page-boxed-layout-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .page-boxed #main-container {
    max-width: 1320px;
  }
  .bodywebsite .page-boxed .header-section-fixed .header-menu-section-container.stuck {
    max-width: 1320px;
  }
}
.bodywebsite .page-right-sidebar .content-area-container {
  padding-top: 72px;
  padding-bottom: 72px;
}
.bodywebsite .page-right-sidebar .content-area-container>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .page-right-sidebar .widget-area-container {
  padding-bottom: 72px;
}
.bodywebsite .page-right-sidebar .widget-area-container>*:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bodywebsite .page-right-sidebar .content-area-container {
    padding-right: 9px;
  }
  .bodywebsite .page-right-sidebar .widget-area-container {
    padding-left: 9px;
    padding-top: 72px;
  }
}
.bodywebsite .page-left-sidebar .main-row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bodywebsite .page-left-sidebar .content-area-container {
  padding-top: 72px;
  padding-bottom: 72px;
}
.bodywebsite .page-left-sidebar .content-area-container>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .page-left-sidebar .widget-area-container {
  padding-bottom: 72px;
}
.bodywebsite .page-left-sidebar .widget-area-container>*:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bodywebsite .page-left-sidebar .content-area-container {
    padding-left: 9px;
  }
  .bodywebsite .page-left-sidebar .widget-area-container {
    padding-top: 72px;
    padding-right: 9px;
  }
}
.bodywebsite .content-area.col-lg-8 .content-area-container {
  padding-top: 72px;
  padding-bottom: 72px;
}
.bodywebsite .content-area.col-lg-8 .content-area-container>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .main-block {
  padding: 0;
  width: 100%;
  margin: 0 0 36px;
  position: relative;
}
.bodywebsite .main-block .main-block,
.bodywebsite .grid-wrapper .main-block {
  margin-bottom: 0;
}
.bodywebsite .grid-wrapper .grid-item>*:not(.boxed-block):not(.boxed-block-sm):not(.boxed-block-2y):not(.boxed-block-2x):last-child {
  padding-bottom: 0;
}
.bodywebsite .grid-wrapper .grid-item>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .boxed-block,
.bodywebsite .boxed-block-sm,
.bodywebsite .boxed-block-2y,
.bodywebsite .boxed-block-2x {
  padding: 36px;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid transparent;
}
.bodywebsite .boxed-block-sm {
  padding: 24px;
}
.bodywebsite .boxed-block-2y {
  padding-top: 54px;
  padding-bottom: 54px;
}
.bodywebsite .boxed-block-2x {
  padding-left: 54px;
  padding-right: 54px;
}
.bodywebsite .box-shadow-block {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.12);
  box-shadow: 0 0 12px rgba(0,0,0,0.12);
}
.bodywebsite .box-shadow-block-heavy {
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.24);
  box-shadow: 0 0 12px rgba(0,0,0,0.24);
}
.bodywebsite .main-block-container {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.bodywebsite .main-block .main-block-header {
  z-index: 2;
  padding: 0;
  width: 100%;
  line-height: 0;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
}
.bodywebsite .text-center.main-block .main-block-header,
.bodywebsite .text-center .main-block .main-block-header {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .text-center.main-block .main-block-header img,
.bodywebsite .text-center .main-block .main-block-header img {
  margin: auto;
}
@media (min-width: 576px) {
  .bodywebsite .text-sm-center.main-block .main-block-header,
  .bodywebsite .text-sm-center .main-block .main-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .text-sm-center.main-block .main-block-header img,
  .bodywebsite .text-sm-center .main-block .main-block-header img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .bodywebsite .text-md-center.main-block .main-block-header,
  .bodywebsite .text-md-center .main-block .main-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .text-md-center.main-block .main-block-header img,
  .bodywebsite .text-md-center .main-block .main-block-header img {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .bodywebsite .text-lg-center.main-block .main-block-header,
  .bodywebsite .text-lg-center .main-block .main-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .text-lg-center.main-block .main-block-header img,
  .bodywebsite .text-lg-center .main-block .main-block-header img {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .text-xl-center.main-block .main-block-header,
  .bodywebsite .text-xl-center .main-block .main-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .text-xl-center.main-block .main-block-header img,
  .bodywebsite .text-xl-center .main-block .main-block-header img {
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .text-xxl-center.main-block .main-block-header,
  .bodywebsite .text-xxl-center .main-block .main-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .bodywebsite .text-xxl-center.main-block .main-block-header img,
  .bodywebsite .text-xxl-center .main-block .main-block-header img {
    margin: auto;
  }
}
.bodywebsite .main-block .main-block-header>*,
.bodywebsite .main-block .main-block-header:last-child {
  margin-bottom: 0;
}
.bodywebsite .main-block .main-block-header img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .main-block .block-header-absolute {
  margin: 0;
  padding: 0;
  width: auto;
  z-index: 10;
  opacity: .5;
  line-height: 1;
  font-size: 77px;
  position: absolute;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .main-block .block-header-absolute.top-right,
.bodywebsite .main-block .block-header-absolute.right-top {
  top: -24px;
  right: -18px;
}
.bodywebsite .main-block .block-header-absolute.top-left,
.bodywebsite .main-block .block-header-absolute.left-top {
  top: -24px;
  left: -18px;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
.bodywebsite .main-block .block-header-absolute.bottom-right,
.bodywebsite .main-block .block-header-absolute.right-bottom {
  bottom: -24px;
  right: -18px;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
.bodywebsite .main-block .block-header-absolute.bottom-left,
.bodywebsite .main-block .block-header-absolute.left-bottom {
  bottom: -24px;
  left: -18px;
}
.bodywebsite .main-block .main-block-body {
  z-index: 1;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.bodywebsite .main-block .main-block-heading {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 24px;
}
.bodywebsite .main-block .main-block-heading:last-child {
  margin-bottom: 0;
}
.bodywebsite .main-block .main-block-heading>* {
  margin: 0 0 6px;
}
.bodywebsite .main-block .main-block-heading>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .main-block .main-block-heading i {
  padding: 0 1px;
}
.bodywebsite .main-block .main-block-content {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.bodywebsite .main-block .main-block-content>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .main-block .main-block-footer {
  width: 100%;
  display: block;
  line-height: 0;
  position: relative;
  margin: 24px auto 0;
}
.bodywebsite .main-block .main-block-footer:first-child {
  margin-top: 0;
}
.bodywebsite .main-block .main-block-footer>* {
  margin: 0 0 6px;
}
.bodywebsite .main-block .main-block-footer>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .main-block .main-block-footer .read-more-link {
  direction: ltr;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.bodywebsite body.rtl .main-block .main-block-footer .read-more-link {
  direction: ltr;
  text-align: right;
}
.bodywebsite .main-block .main-block-footer .read-more-link:hover {
  text-decoration: underline;
}
.bodywebsite .main-block .main-block-footer .read-more-link i {
  font-size: 10px;
}
.bodywebsite .accordion-alt {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 auto 36px;
}
.bodywebsite .accordion-alt .accordion-item {
  border-color: inherit;
}
.bodywebsite .accordion-alt .accordion-header {
  margin: 0;
  padding: 0;
}
.bodywebsite .accordion-alt .accordion-button {
  margin: 0;
  border: 0;
  width: 100%;
  display: block;
  color: inherit;
  overflow: hidden;
  text-align: left;
  box-shadow: none;
  line-height: 24px;
  position: relative;
  padding: 18px 42px 18px 24px;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .accordion-alt .accordion-button:focus {
  box-shadow: none;
}
.bodywebsite .rtl .accordion-alt .accordion-button {
  text-align: right;
  padding: 18px 24px 18px 42px;
}
.bodywebsite .accordion-alt .accordion-button::after,
.bodywebsite .accordion-alt .accordion-button::before {
  top: 50%;
  height: 0;
  width: 6px;
  right: 24px;
  content: '';
  margin-top: -1px;
  position: absolute;
  border-color: inherit;
  border-top-width: 2px;
  border-top-style: solid;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.bodywebsite .rtl .accordion-alt .accordion-button::after,
.bodywebsite .rtl .accordion-alt .accordion-button::before {
  right: auto;
  left: 24px;
}
.bodywebsite .accordion-alt .accordion-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .rtl .accordion-alt .accordion-button::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .accordion-alt .accordion-button::before {
  margin-right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .rtl .accordion-alt .accordion-button::before {
  margin-right: auto;
  margin-left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .accordion-alt .accordion-button[aria-expanded=true]::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .rtl .accordion-alt .accordion-button[aria-expanded=true]::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .accordion-alt .accordion-button[aria-expanded=true]::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.bodywebsite .rtl .accordion-alt .accordion-button[aria-expanded=true]::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite .accordion-alt .accordion-collapse {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
}
.bodywebsite .accordion-alt .accordion-body {
  padding: 24px;
}
.bodywebsite .accordion-layout-1 .accordion-item+.accordion-item {
  margin-top: 12px;
  margin-bottom: 0;
}
.bodywebsite .accordion-layout-2 .accordion-item {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  background-color: transparent;
}
.bodywebsite .accordion-layout-2 .accordion-button {
  padding-left: 0;
  padding-right: 24px;
}
.bodywebsite .rtl .accordion-layout-2 .accordion-button {
  padding-left: 24px;
  padding-right: 0;
}
.bodywebsite .accordion-layout-2 .accordion-button::after,
.bodywebsite .accordion-layout-2 .accordion-button::before {
  right: 0;
}
.bodywebsite .rtl .accordion-layout-2 .accordion-button::after,
.bodywebsite .rtl .accordion-layout-2 .accordion-button::before {
  right: 0;
}
.bodywebsite .accordion-layout-2 .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.bodywebsite .alert {
  padding: 12px 18px;
  margin-bottom: 36px;
}
.bodywebsite .alert-dismissible {
  padding: 12px 42px 12px 18px;
}
.bodywebsite .rtl .alert-dismissible {
  padding: 12px 18px 12px 42px;
}
.bodywebsite .alert-dismissible .btn-close {
  padding: 16px 13px;
}
.bodywebsite .alert a:not(.btn) {
  color: inherit;
  text-decoration-color: inherit;
}
.bodywebsite .alert-accent {
  color: #fff;
}
.bodywebsite .alert-primary {
  color: #fff;
  border-color: #0d6efd;
  background-color: #0d6efd;
}
.bodywebsite .alert-secondary {
  color: #fff;
  border-color: #6c757d;
  background-color: #6c757d;
}
.bodywebsite .alert-success {
  color: #fff;
  border-color: #198754;
  background-color: #198754;
}
.bodywebsite .alert-danger {
  color: #fff;
  border-color: #dc3545;
  background-color: #dc3545;
}
.bodywebsite .alert-warning {
  color: #000;
  border-color: #ffc107;
  background-color: #ffc107;
}
.bodywebsite .alert-info {
  color: #000;
  border-color: #0dcaf0;
  background-color: #0dcaf0;
}
.bodywebsite .alert-light {
  color: #000;
  border-color: #f8f9fa;
  background-color: #f8f9fa;
}
.bodywebsite .alert-dark {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}
.bodywebsite .alert-dark .btn-close,
.bodywebsite .light-color.btn-close,
.bodywebsite .light-color .btn-close {
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.bodywebsite button {
  border-width: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  outline: none !important;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .btn {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  border-radius: 2px;
  padding: 12px 24px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .5px;
  background-color: transparent;
  border: 2px solid transparent;
  -ms-word-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .btn:disabled {
  cursor: not-allowed;
}
.bodywebsite .btn:focus {
  box-shadow: none !important;
}
.bodywebsite .btn-1px-border {
  border-width: 1px;
  line-height: 16px;
}
.bodywebsite .btn-2px-border {
  border-width: 1px;
  line-height: 14px;
}
.bodywebsite .btn:not(.btn-link),
.bodywebsite .btn:not(.btn-link):hover {
  text-decoration: none !important;
}
.bodywebsite .btn-block {
  width: 100%;
}
.bodywebsite .btn-width-auto {
  width: auto;
}
.bodywebsite .btn span {
  display: block;
}
.bodywebsite .btn.btn-outline {
  background-color: transparent;
}
.bodywebsite .btn.btn-outline-reverse:hover {
  background-color: transparent;
}
.bodywebsite .btn-round {
  border-radius: 50px;
}
.bodywebsite .navbar-nav>.headerbtn>.btn {
  padding: 12px 24px;
}
.bodywebsite .btn-xs,
.bodywebsite .navbar-nav>.headerbtn>.btn-xs {
  font-size: 12px;
  padding: 6px 12px;
}
.bodywebsite .btn-sm,
.bodywebsite .navbar-nav>.headerbtn>.btn-sm {
  font-size: 12px;
  padding: 9px 18px;
}
.bodywebsite .btn-md,
.bodywebsite .navbar-nav>.headerbtn>.btn-md {
  font-size: 12px;
  padding: 12px 24px;
}
@media (min-width: 576px) {
  .bodywebsite .btn-lg,
  .bodywebsite .navbar-nav>.headerbtn>.btn-lg {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 30px;
  }
  .bodywebsite .btn-xl,
  .bodywebsite .navbar-nav>.headerbtn>.btn-xl {
    font-size: 15px;
    font-weight: 600;
    padding: 18px 36px;
  }
}
.bodywebsite .btn-accent,
.bodywebsite .btn-accent.btn-outline:hover {
  color: #fff;
}
.bodywebsite .btn-accent:hover {
  color: #fff;
}
.bodywebsite .btn-primary,
.bodywebsite .btn-primary.btn-outline:hover {
  color: #fff;
  border-color: #0d6efd;
  background-color: #0d6efd;
}
.bodywebsite .btn-primary.btn-outline,
.bodywebsite .btn-primary.btn-outline-reverse:hover {
  color: #0d6efd;
}
.bodywebsite .btn-primary:hover {
  color: #fff;
}
.bodywebsite .btn-primary:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #0a58ca;
  background-color: #0a58ca;
}
.bodywebsite .btn-secondary,
.bodywebsite .btn-secondary.btn-outline:hover {
  color: #fff;
  border-color: #6c757d;
  background-color: #6c757d;
}
.bodywebsite .btn-secondary.btn-outline,
.bodywebsite .btn-secondary.btn-outline-reverse:hover {
  color: #6c757d;
}
.bodywebsite .btn-secondary:hover {
  color: #fff;
}
.bodywebsite .btn-secondary:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #565e64;
  background-color: #565e64;
}
.bodywebsite .btn-success,
.bodywebsite .btn-success.btn-outline:hover {
  color: #fff;
  border-color: #198754;
  background-color: #198754;
}
.bodywebsite .btn-success.btn-outline,
.bodywebsite .btn-success.btn-outline-reverse:hover {
  color: #198754;
}
.bodywebsite .btn-success:hover {
  color: #fff;
}
.bodywebsite .btn-success:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #146c43;
  background-color: #146c43;
}
.bodywebsite .btn-danger,
.bodywebsite .btn-danger.btn-outline:hover {
  color: #fff;
  border-color: #dc3545;
  background-color: #dc3545;
}
.bodywebsite .btn-danger.btn-outline,
.bodywebsite .btn-danger.btn-outline-reverse:hover {
  color: #dc3545;
}
.bodywebsite .btn-danger:hover {
  color: #fff;
}
.bodywebsite .btn-danger:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #b02a37;
  background-color: #b02a37;
}
.bodywebsite .btn-warning,
.bodywebsite .btn-warning.btn-outline:hover {
  color: #000;
  border-color: #ffc107;
  background-color: #ffc107;
}
.bodywebsite .btn-warning.btn-outline,
.bodywebsite .btn-warning.btn-outline-reverse:hover {
  color: #ffc107;
}
.bodywebsite .btn-warning:hover {
  color: #000;
}
.bodywebsite .btn-warning:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #ffc720;
  background-color: #ffc720;
}
.bodywebsite .btn-info,
.bodywebsite .btn-info.btn-outline:hover {
  color: #000;
  border-color: #0dcaf0;
  background-color: #0dcaf0;
}
.bodywebsite .btn-info.btn-outline,
.bodywebsite .btn-info.btn-outline-reverse:hover {
  color: #0dcaf0;
}
.bodywebsite .btn-info:hover {
  color: #000;
}
.bodywebsite .btn-info:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #25cff2;
  background-color: #25cff2;
}
.bodywebsite .btn-light,
.bodywebsite .btn-light.btn-outline:hover {
  color: #000;
  border-color: #f8f9fa;
  background-color: #f8f9fa;
}
.bodywebsite .btn-light.btn-outline,
.bodywebsite .btn-light.btn-outline-reverse:hover {
  color: #f8f9fa;
}
.bodywebsite .btn-light:hover {
  color: #000;
}
.bodywebsite .btn-light:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #f9fafb;
  background-color: #f9fafb;
}
.bodywebsite .btn-dark,
.bodywebsite .btn-dark.btn-outline:hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}
.bodywebsite .btn-dark.btn-outline,
.bodywebsite .btn-dark.btn-outline-reverse:hover {
  color: #212529;
}
.bodywebsite .btn-dark:hover {
  color: #fff;
}
.bodywebsite .btn-dark:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #1a1e21;
  background-color: #1a1e21;
}
.bodywebsite .btn-link {
  border-color: transparent;
  background-color: transparent;
}
.bodywebsite .btn-link:hover {
  text-decoration: underline;
}
.bodywebsite .btn-play {
  width: 60px;
  height: 60px;
  margin: auto;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  padding: 0 0 0 2px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  -ms-word-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  outline: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-animation: waveAnimation 1s linear infinite;
  animation: waveAnimation 1s linear infinite;
}
@-webkit-keyframes waveAnimation {
  .bodywebsite 0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.1), 0 0 0 20px rgba(255,255,255,0.1), 0 0 0 40px rgba(255,255,255,0.1);
  }
  .bodywebsite 100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0.1), 0 0 0 40px rgba(255,255,255,0.1), 0 0 0 60px transparent;
  }
}
@keyframes waveAnimation {
  .bodywebsite 0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.1), 0 0 0 20px rgba(255,255,255,0.1), 0 0 0 40px rgba(255,255,255,0.1);
  }
  .bodywebsite 100% {
    box-shadow: 0 0 0 20px rgba(255,255,255,0.1), 0 0 0 40px rgba(255,255,255,0.1), 0 0 0 60px transparent;
  }
}
.bodywebsite .cta-block {
  font-size: 18px;
  text-align: center;
}
.bodywebsite .cta-block a {
  display: inline-block;
}
.bodywebsite .cta-block.text-center .cta-block-body {
  display: block;
}
.bodywebsite .cta-block .cta-block-content-container {
  margin: auto;
}
.bodywebsite .cta-block .main-block-content>*:last-child {
  margin: auto;
}
.bodywebsite .cta-block .cta-block-content-container>* {
  margin: auto;
}
.bodywebsite .cta-block .cta-block-content-container>*:not(:last-child) {
  margin-bottom: 18px;
}
.bodywebsite .cta-block .cta-block-footer,
.bodywebsite .text-center.cta-block .cta-block-footer {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .bodywebsite .cta-block:not(.text-center) {
    text-align: left;
  }
  .bodywebsite .rtl .cta-block:not(.text-center) {
    text-align: right;
  }
  .bodywebsite .cta-block .cta-block-container {
    width: auto;
    margin: -18px;
    overflow: hidden;
  }
  .bodywebsite .cta-block .cta-block-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bodywebsite .cta-block .cta-block-body>* {
    width: auto;
    margin: 18px;
    min-width: 156px;
    display: -ms-flexbox;
    display: flex;
  }
  .bodywebsite .cta-block .cta-block-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bodywebsite .cta-block .cta-block-content-container {
    width: 100%;
    display: block;
    margin: auto 0;
  }
  .bodywebsite .cta-block .cta-block-footer a,
  .bodywebsite .cta-block .cta-block-footer>a:last-child {
    margin: auto;
  }
}
.bodywebsite .card {
  margin-bottom: 36px;
}
.bodywebsite .card-header,
.bodywebsite .card-footer {
  padding: 18px 24px;
}
.bodywebsite .card-body {
  padding: 24px;
}
.bodywebsite .contact-block-content p:not(:last-child) {
  margin-bottom: 24px;
}
.bodywebsite .contact-block-content h1:not(:last-child),
.bodywebsite .contact-block-content .h1:not(:last-child),
.bodywebsite .contact-block-content h2:not(:last-child),
.bodywebsite .contact-block-content .h2:not(:last-child),
.bodywebsite .contact-block-content h3:not(:last-child),
.bodywebsite .contact-block-content .h3:not(:last-child),
.bodywebsite .contact-block-content h4:not(:last-child),
.bodywebsite .contact-block-content .h4:not(:last-child),
.bodywebsite .contact-block-content h5:not(:last-child),
.bodywebsite .contact-block-content .h5:not(:last-child),
.bodywebsite .contact-block-content h6:not(:last-child),
.bodywebsite .contact-block-content .h6:not(:last-child) {
  margin-bottom: 18px;
}
.bodywebsite .contact-block-content>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .contact-block-content h1,
.bodywebsite .contact-block-content .h1,
.bodywebsite .contact-block-content h2,
.bodywebsite .contact-block-content .h2,
.bodywebsite .contact-block-content h3,
.bodywebsite .contact-block-content .h3,
.bodywebsite .contact-block-content h4,
.bodywebsite .contact-block-content .h4,
.bodywebsite .contact-block-content h5,
.bodywebsite .contact-block-content .h5,
.bodywebsite .contact-block-content h6,
.bodywebsite .contact-block-content .h6 {
  font-weight: 500;
}
.bodywebsite [data-count-to] {
  display: inline-block;
}
.bodywebsite .counter-block .counter-block-heading {
  margin-bottom: 12px;
}
.bodywebsite .downcount-block .downcount-col span {
  display: block;
  margin-bottom: 12px;
}
.bodywebsite .grecaptcha-badge {
  opacity: 0;
  z-index: -9999;
}
.bodywebsite form,
.bodywebsite .form-block {
  z-index: 1;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.bodywebsite .form-block {
  margin-bottom: 36px;
}
.bodywebsite .form-block-container {
  width: auto;
  display: block;
  margin: 0 -12px;
  position: relative;
}
.bodywebsite .form-block-container::after {
  clear: both;
  content: '';
  display: table;
}
.bodywebsite .form-block-container form {
  margin: 0 0 -24px;
}
.bodywebsite form {
  display: flex;
  flex-wrap: wrap;
}
.bodywebsite .form-block form>p,
.bodywebsite .form-block form>div,
.bodywebsite .form-block form>.label {
  padding-left: 12px;
  padding-right: 12px;
}
.bodywebsite .form-block-start form {
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.bodywebsite .form-control {
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 8px 16px;
  line-height: 24px;
  border-width: 1px;
  position: relative;
  border-radius: 2px;
  border-style: solid;
  outline-offset: -2px;
  outline: none !important;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bodywebsite .form-control.error,
.bodywebsite .form-control.form-error {
  border-color: red;
}
.bodywebsite button:disabled,
.bodywebsite .form-control:disabled,
.bodywebsite .form-control[readonly] {
  cursor: not-allowed;
}
.bodywebsite select.form-control {
  -ms-word-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.bodywebsite select.form-control:not([multiple]) {
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/select/select-dark.svg");
}
.bodywebsite select.form-control.light-color:not([multiple]),
.bodywebsite .light-color select.form-control:not([multiple]) {
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/select/select-light.svg");
}
.bodywebsite textarea.form-control {
  overflow: auto;
  resize: vertical;
}
.bodywebsite input[type=radio].form-control,
.bodywebsite input[type=checkbox].form-control {
  padding: 0;
  margin: 1px;
  clear: none;
  width: 18px;
  height: 18px;
  outline: none;
  line-height: 0;
  min-width: 18px;
  cursor: pointer;
  border-radius: 0;
  border-width: 1px;
  text-align: center;
  position: relative;
  border-style: solid;
  display: inline-block;
  vertical-align: bottom;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.bodywebsite input[type=radio].form-control {
  border-radius: 50%;
}
.bodywebsite input[type=checkbox].form-control::before,
.bodywebsite input[type=checkbox].form-control::after {
  top: -1px;
  margin: 0;
  left: -1px;
  opacity: 0;
  padding: 0;
  content: '';
  z-index: 10;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  text-align: center;
}
.bodywebsite input[type=checkbox].form-control::after {
  top: 1px;
  left: 5px;
  width: 6px;
  z-index: 11;
  height: 10px;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bodywebsite input[type=checkbox].form-control:checked::before,
.bodywebsite input[type=checkbox].form-control:checked::after {
  opacity: 1;
}
.bodywebsite input[type=radio].form-control:checked {
  border-width: 5px;
}
.bodywebsite .form-control[type=color] {
  width: 48px;
  height: 42px;
  padding: 6px 8px;
}
.bodywebsite .form-control[type=range] {
  padding: 0;
  height: 6px;
  border-width: 0;
  outline: none !important;
}
.bodywebsite .form-control[type=range]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-width: 0;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bodywebsite .form-control[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-width: 0;
  cursor: pointer;
  border-radius: 50%;
}
.bodywebsite .form-control[type=range]::-moz-range-track {
  outline: none !important;
  background-color: transparent;
}
.bodywebsite .form-control[type=number]::-webkit-inner-spin-button,
.bodywebsite .form-control[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bodywebsite .form-control[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.bodywebsite .clear-search[type=search]::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
.bodywebsite .clear-search[type=search]::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
.bodywebsite .clear-search[type=search]::-webkit-search-decoration,
.bodywebsite .clear-search[type=search]::-webkit-search-cancel-button,
.bodywebsite .clear-search[type=search]::-webkit-search-results-button,
.bodywebsite .clear-search[type=search]::-webkit-search-results-decoration {
  display: none;
}
.bodywebsite .form-control[type=file] {
  padding: 6px;
}
.bodywebsite ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bodywebsite .form-control[type=date],
.bodywebsite .form-control[type=time],
.bodywebsite .form-control[type=datetime-local],
.bodywebsite .form-control[type=month] {
  -webkit-appearance: listbox;
}
.bodywebsite .label {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  margin: 0 auto 24px;
}
.bodywebsite .label-inline {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .label-title {
  cursor: default;
  margin-bottom: 18px;
}
.bodywebsite .cursor-normal {
  cursor: text;
}
.bodywebsite .label .form-control {
  margin-top: 12px;
  margin-bottom: 0;
}
.bodywebsite .label .form-control[type=range] {
  margin-top: 18px;
}
.bodywebsite .form-block .alert {
  margin-bottom: 24px;
}
.bodywebsite .input-type-radio,
.bodywebsite .input-type-checkbox {
  font-size: 15px;
  line-height: 1.3;
  text-align: initial;
  margin-bottom: 18px;
}
.bodywebsite .input-type-radio+.input-type-radio,
.bodywebsite .input-type-checkbox+.input-type-checkbox {
  margin-top: -6px;
}
.bodywebsite .form-block [type=button],
.bodywebsite .form-block [type=submit],
.bodywebsite .form-block [type=reset] {
  margin-bottom: 24px;
}
.bodywebsite .form-block small,
.bodywebsite .form-block .small {
  display: block;
  line-height: 1.5;
  margin: 0 0 24px;
}
.bodywebsite .light-color.form-block small,
.bodywebsite .light-color .form-block small {
  font-weight: 700;
}
@media (min-width: 992px) {
  .bodywebsite .form-block small,
  .bodywebsite .form-block .small {
    margin-top: -12px;
  }
}
.bodywebsite .label small,
.bodywebsite .label .small {
  margin-top: 12px;
  margin-bottom: 0;
}
.bodywebsite label.error+small,
.bodywebsite label.error+.small {
  margin-top: 6px;
}
.bodywebsite small a,
.bodywebsite .small a {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite small a:hover,
.bodywebsite .small a:hover {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .show-spinner span {
  opacity: 0;
}
.bodywebsite .show-spinner::after {
  top: 50%;
  left: 50%;
  content: '';
  width: 12px;
  height: 12px;
  border-width: 2px;
  border-radius: 50%;
  position: absolute;
  border-style: solid;
  margin: -6px auto auto -6px;
  border-right-color: transparent;
  -webkit-animation: circleSpinnerAnimation 800ms infinite linear;
  animation: circleSpinnerAnimation 800ms infinite linear;
}
@-webkit-keyframes circleSpinnerAnimation {
  .bodywebsite 0% {
    -webkit-transform: rotate(0deg);
  }
  .bodywebsite 100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes circleSpinnerAnimation {
  .bodywebsite 0% {
    transform: rotate(0deg);
  }
  .bodywebsite 100% {
    transform: rotate(360deg);
  }
}
.bodywebsite label.error {
  left: 0;
  width: 100%;
  display: block;
  font-size: 80%;
  margin: 12px 0 0;
  line-height: 1.5;
  position: relative;
  letter-spacing: .5px;
}
.bodywebsite span.form-error {
  font-size: 14px;
  line-height: 1.2;
  padding: 4px 8px;
  font-weight: 700;
  position: absolute;
  display: inline-block;
  margin: -1px 0 0 10px;
  color: #fff;
  background-color: red;
}
.bodywebsite span.form-error::before {
  width: 0;
  height: 0;
  left: 6px;
  content: '';
  bottom: 100%;
  position: absolute;
  border-bottom: 12px solid red;
  border-right: 12px solid transparent;
}
.bodywebsite .form-block-sign {
  max-width: 444px;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.06);
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
}
.bodywebsite .form-block-sign .form-block-container {
  margin: 0;
}
.bodywebsite .form-block-sign .form-block-sign-logo {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 24px 36px;
  letter-spacing: -2px;
  border-radius: 2px 2px 0 0;
}
.bodywebsite .form-block-sign .form-block-sign-logo a {
  display: inline-block;
}
.bodywebsite .form-block-sign .form-block-sign-logo img {
  display: block;
}
.bodywebsite .form-block-sign .form-block-sign-message {
  margin: 0;
  width: 100%;
  padding: 36px;
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bodywebsite .form-block-sign .form-block-sign-form {
  margin: 0;
  padding: 36px 24px 12px;
}
.bodywebsite .form-block-sign input:not([type=checkbox]),
.bodywebsite .form-block-sign input:not([type=checkbox]):-webkit-autofill,
.bodywebsite .form-block-returning-customer input:not([type=checkbox]),
.bodywebsite .form-block-returning-customer input:not([type=checkbox]):-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
.bodywebsite .form-block-sign .form-block-sign-footer {
  width: 100%;
  font-weight: 500;
  border-top-width: 1px;
  padding: 18px 30px 24px;
  border-top-style: solid;
}
@media (min-width: 480px) {
  .bodywebsite .form-block-sign .form-block-sign-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.bodywebsite .form-block-sign .form-block-sign-footer a {
  color: inherit;
  margin: 6px 6px 0;
  display: inline-block;
  text-decoration: underline;
}
.bodywebsite .form-block-sign .form-block-sign-footer a:hover {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .gallery-block a,
.bodywebsite .gallery-block img {
  width: 100%;
}
.bodywebsite .gap {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.bodywebsite .gap-3 {
  height: 3px;
}
.bodywebsite .gap-6 {
  height: 6px;
}
.bodywebsite .gap-9 {
  height: 9px;
}
.bodywebsite .gap-12 {
  height: 12px;
}
.bodywebsite .gap-15 {
  height: 15px;
}
.bodywebsite .gap-18 {
  height: 18px;
}
.bodywebsite .gap-21 {
  height: 21px;
}
.bodywebsite .gap-24 {
  height: 24px;
}
.bodywebsite .gap-27 {
  height: 27px;
}
.bodywebsite .gap-30 {
  height: 30px;
}
.bodywebsite .gap-33 {
  height: 33px;
}
.bodywebsite .gap-36 {
  height: 36px;
}
.bodywebsite .gap-39 {
  height: 39px;
}
.bodywebsite .gap-42 {
  height: 42px;
}
.bodywebsite .gap-45 {
  height: 45px;
}
.bodywebsite .gap-48 {
  height: 48px;
}
.bodywebsite .gap-51 {
  height: 51px;
}
.bodywebsite .gap-54 {
  height: 54px;
}
.bodywebsite .gap-57 {
  height: 57px;
}
.bodywebsite .gap-60 {
  height: 60px;
}
.bodywebsite .gap-63 {
  height: 63px;
}
.bodywebsite .gap-66 {
  height: 66px;
}
.bodywebsite .gap-69 {
  height: 69px;
}
.bodywebsite .gap-72 {
  height: 72px;
}
.bodywebsite .gap-108 {
  height: 108px;
}
.bodywebsite .gap-144 {
  height: 144px;
}
.bodywebsite .gmap-block .fluid-width-video-wrapper .map {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bodywebsite .gmap-block .marker {
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -100;
  display: none;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
.bodywebsite .gm-style-iw-d {
  direction: ltr;
}
.bodywebsite .gmap-block .infowindow {
  width: 100%;
  display: block;
  direction: ltr;
  font-size: 13px;
  max-width: 222px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  padding: 6px 0 6px 6px;
  background-color: #fff;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.bodywebsite .rtl .gmap-block .infowindow {
  direction: rtl;
  padding: 6px 6px 6px 0;
}
@media (min-width: 576px) {
  .bodywebsite .gmap-block .infowindow {
    min-width: 180px;
  }
}
.bodywebsite .gmap-block .infowindow img {
  border-radius: 4px;
  margin-bottom: 12px;
  max-width: 100% !important;
}
.bodywebsite .gmap-block .infowindow>* {
  margin-bottom: 6px;
}
.bodywebsite .gmap-block .infowindow>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .hr-divider {
  padding: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  margin: 24px 0;
  display: block;
  direction: ltr;
  overflow: hidden;
  position: relative;
}
.bodywebsite .rtl .hr-divider {
  direction: rtl;
}
.bodywebsite .hr-divider:first-child {
  margin-top: 0;
}
.bodywebsite .hr-divider:last-child {
  margin-bottom: 0;
}
.bodywebsite .hr-divider::after,
.bodywebsite .hr-divider::before {
  color: inherit;
  line-height: 12px;
  display: inline-block;
  border-color: inherit;
  vertical-align: middle;
}
.bodywebsite .hr-divider a,
.bodywebsite .hr-divider i,
.bodywebsite .hr-divider span {
  color: inherit;
  direction: ltr;
  font-size: 18px;
  line-height: 1.35;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .hr-divider:not(.hr-divider-original-font-size) a,
.bodywebsite .hr-divider:not(.hr-divider-original-font-size) span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.bodywebsite .hr-divider a:hover {
  color: inherit;
}
.bodywebsite .hr-divider i,
.bodywebsite .text-start.hr-divider i,
.bodywebsite .text-start .hr-divider i {
  margin-right: 2px;
  margin-left: 1px;
}
.bodywebsite .rtl .hr-divider i,
.bodywebsite .text-end.hr-divider i,
.bodywebsite .text-end .hr-divider i {
  margin-right: 1px;
  margin-left: 2px;
}
.bodywebsite .text-center.hr-divider i,
.bodywebsite .text-center .hr-divider i {
  margin-right: 3px;
  margin-left: 3px;
}
.bodywebsite .hr-divider span,
.bodywebsite .text-start.hr-divider span,
.bodywebsite .text-start .hr-divider span {
  margin-right: 2px;
  margin-left: 4px;
}
.bodywebsite .rtl .hr-divider span,
.bodywebsite .text-end.hr-divider span,
.bodywebsite .text-end .hr-divider span {
  margin-right: 4px;
  margin-left: 2px;
}
.bodywebsite .text-center.hr-divider span,
.bodywebsite .text-center .hr-divider span {
  margin-right: 3px;
  margin-left: 3px;
}
.bodywebsite .rtl .hr-divider a,
.bodywebsite .rtl .hr-divider i,
.bodywebsite .rtl .hr-divider span,
.bodywebsite .text-end.hr-divider a,
.bodywebsite .text-end .hr-divider a,
.bodywebsite .text-end.hr-divider i,
.bodywebsite .text-end .hr-divider i,
.bodywebsite .text-end.hr-divider span,
.bodywebsite .text-end .hr-divider span {
  direction: rtl;
}
.bodywebsite .text-start.hr-divider a,
.bodywebsite .text-start .hr-divider a,
.bodywebsite .text-start.hr-divider i,
.bodywebsite .text-start .hr-divider i,
.bodywebsite .text-start.hr-divider span,
.bodywebsite .text-start .hr-divider span {
  direction: ltr;
}
.bodywebsite .hr-divider-layout-1::before {
  height: 12px;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -3px;
  content: '\f107 \f107 \f107';
  font-family: 'font awesome 5 free';
}
.bodywebsite .rtl .hr-divider-layout-1::before {
  margin-left: auto;
  margin-right: 3px;
}
.bodywebsite .text-center.hr-divider-layout-1::before,
.bodywebsite .text-center .hr-divider-layout-1::before {
  margin-left: -2px;
  margin-right: auto;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-1::before {
  margin-left: auto;
  margin-right: auto;
  content: '\f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107 \f107';
}
.bodywebsite .hr-divider-layout-2::before {
  height: 12px;
  font-size: 6px;
  margin-left: 1px;
  font-weight: 900;
  margin-right: auto;
  letter-spacing: 4px;
  content: '\f111 \f111 \f111';
  font-family: 'font awesome 5 free';
}
.bodywebsite .rtl .hr-divider-layout-2::before {
  margin-left: auto;
  margin-right: -4px;
}
.bodywebsite .text-center.hr-divider-layout-2::before,
.bodywebsite .text-center .hr-divider-layout-2::before {
  margin-left: 4px;
  margin-right: auto;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-2::before {
  margin-left: auto;
  margin-right: auto;
  content: '\f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111 \f111';
}
.bodywebsite .hr-divider-layout-3::before,
.bodywebsite .hr-divider-layout-4::before,
.bodywebsite .hr-divider-layout-4::after {
  width: 60px;
  content: '';
  display: block;
}
.bodywebsite .hr-divider-layout-3::before {
  border-top-style: solid;
}
.bodywebsite .hr-divider-layout-4::before {
  margin-bottom: 8px;
  border-top-style: solid;
}
.bodywebsite .hr-divider-layout-4::after {
  margin-top: 8px;
  border-bottom-style: solid;
}
.bodywebsite .hr-divider-layout-3::before,
.bodywebsite .hr-divider-layout-4::before,
.bodywebsite .hr-divider-layout-4::after {
  border-width: 2px;
}
.bodywebsite .hr-divider-1px-border.hr-divider-layout-3::before,
.bodywebsite .hr-divider-1px-border.hr-divider-layout-4::before,
.bodywebsite .hr-divider-1px-border.hr-divider-layout-4::after {
  border-width: 1px;
}
.bodywebsite .text-center.hr-divider-layout-3::before,
.bodywebsite .text-center .hr-divider-layout-3::before,
.bodywebsite .text-center.hr-divider-layout-4::before,
.bodywebsite .text-center .hr-divider-layout-4::before,
.bodywebsite .text-center.hr-divider-layout-4::after,
.bodywebsite .text-center .hr-divider-layout-4::after {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-3::before,
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-4::before,
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-4::after {
  width: 100%;
}
.bodywebsite .hr-divider-layout-5::before,
.bodywebsite .hr-divider-layout-5::after {
  content: '';
  display: block;
}
.bodywebsite .hr-divider-layout-5::before {
  width: 18px;
  margin-bottom: 2px;
  border-top-style: solid;
}
.bodywebsite .hr-divider-layout-5::after {
  width: 36px;
  margin-top: 2px;
  border-bottom-style: solid;
}
.bodywebsite .hr-divider-layout-5::before,
.bodywebsite .hr-divider-layout-5::after {
  border-width: 2px;
}
.bodywebsite .hr-divider-1px-border.hr-divider-layout-5::before,
.bodywebsite .hr-divider-1px-border.hr-divider-layout-5::after {
  border-width: 1px;
}
.bodywebsite .text-center.hr-divider-layout-5::before,
.bodywebsite .text-center .hr-divider-layout-5::before,
.bodywebsite .text-center.hr-divider-layout-5::after,
.bodywebsite .text-center .hr-divider-layout-5::after {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-5::before {
  width: calc(64%);
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-5::after {
  width: 100%;
}
.bodywebsite .hr-divider-layout-6 {
  width: auto;
}
.bodywebsite .hr-divider-layout-6::after,
.bodywebsite .text-center.hr-divider-layout-6::before,
.bodywebsite .text-center .hr-divider-layout-6::before {
  content: '';
  width: 19.266%;
  border-top-width: 1px;
  border-top-style: solid;
}
.bodywebsite .hr-divider-layout-6::after {
  margin-left: 16px;
  margin-right: auto;
}
.bodywebsite .rtl .hr-divider-layout-6::after {
  margin-left: auto;
  margin-right: 16px;
}
.bodywebsite .text-center.hr-divider-layout-6::after,
.bodywebsite .text-center .hr-divider-layout-6::after,
.bodywebsite .text-center.hr-divider-layout-6::before,
.bodywebsite .text-center .hr-divider-layout-6::before {
  width: 13.979%;
}
.bodywebsite .text-center.hr-divider-layout-6::before,
.bodywebsite .text-center .hr-divider-layout-6::before {
  margin-right: 15px;
  margin-left: auto;
}
.bodywebsite .rtl .text-center.hr-divider-layout-6::before,
.bodywebsite .rtl .text-center .hr-divider-layout-6::before {
  margin-right: auto;
  margin-left: 15px;
}
.bodywebsite .text-center.hr-divider-layout-6::after,
.bodywebsite .text-center .hr-divider-layout-6::after {
  margin-left: 15px;
  margin-right: auto;
}
.bodywebsite .rtl .text-center.hr-divider-layout-6::after,
.bodywebsite .rtl .text-center .hr-divider-layout-6::after {
  margin-left: auto;
  margin-right: 15px;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-6::after {
  width: 100%;
  margin-right: -100%;
  margin-left: 16px;
}
.bodywebsite .rtl .hr-divider-fullwidth.hr-divider-layout-6::after {
  margin-right: 16px;
  margin-left: -100%;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-6::before {
  width: 100%;
  margin-right: 16px;
  margin-left: -100%;
}
.bodywebsite .rtl .hr-divider-fullwidth.hr-divider-layout-6::before {
  margin-right: -100%;
  margin-left: 16px;
}
.bodywebsite .hr-divider-layout-7 {
  width: auto;
}
.bodywebsite .hr-divider-layout-7::after,
.bodywebsite .text-center.hr-divider-layout-7::before,
.bodywebsite .text-center .hr-divider-layout-7::before {
  content: '';
  width: 19.266%;
  border-top-width: 1px;
  border-top-style: solid;
}
.bodywebsite .text-center.hr-divider-layout-7::after,
.bodywebsite .text-center .hr-divider-layout-7::after,
.bodywebsite .text-center.hr-divider-layout-7::before,
.bodywebsite .text-center .hr-divider-layout-7::before {
  width: 13.979%;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-7::after {
  width: 100%;
  margin-right: -100%;
  margin-left: auto;
}
.bodywebsite .rtl .hr-divider-fullwidth.hr-divider-layout-7::after {
  margin-right: auto;
  margin-left: -100%;
}
.bodywebsite .hr-divider-fullwidth.hr-divider-layout-7::before {
  width: 100%;
  margin-right: auto;
  margin-left: -100%;
}
.bodywebsite .rtl .hr-divider-fullwidth.hr-divider-layout-7::before {
  margin-right: -100%;
  margin-left: auto;
}
.bodywebsite .hr-divider-layout-7 a {
  border-radius: 50%;
}
.bodywebsite .hr-divider-layout-7 i {
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  border-width: 1px;
  text-align: center;
  border-radius: 50%;
  border-style: solid;
}
.bodywebsite .text-center.hr-divider-layout-7 i,
.bodywebsite .text-center .hr-divider-layout-7 i {
  margin-right: 0;
  margin-left: 0;
}
.bodywebsite .icon-block .icon-block-header {
  width: auto;
  padding: 0 1px;
  min-width: 36px;
  overflow: visible;
}
.bodywebsite .icon-block .icon-solid,
.bodywebsite .icon-block .icon-outline {
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 22px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
}
.bodywebsite .icon-block .icon-square {
  border-radius: 2px;
}
.bodywebsite .icon-block .icon-solid {
  line-height: 60px;
}
.bodywebsite .icon-block .icon-outline {
  line-height: 56px;
  border-width: 2px;
  border-style: solid;
}
.bodywebsite .icon-block .icon-solid i,
.bodywebsite .icon-block .icon-outline i {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .icon-block .icon-solid i {
  line-height: 60px;
}
.bodywebsite .icon-block .icon-outline i {
  line-height: 56px;
}
.bodywebsite .icon-block:hover .icon-solid i:nth-last-child(2) {
  margin-top: -60px;
}
.bodywebsite .icon-block:hover .icon-outline i:nth-last-child(2) {
  margin-top: -56px;
}
.bodywebsite .icon-block-layout-2 .icon-block-header,
.bodywebsite .text-start.icon-block-layout-2 .icon-block-header {
  float: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 36px;
}
.bodywebsite .rtl .icon-block-layout-2 .icon-block-header {
  float: right;
  margin-left: 36px;
  margin-right: auto;
}
.bodywebsite .text-end.icon-block-layout-2 .icon-block-header {
  float: right;
  margin-bottom: 0;
  margin-left: 36px;
  margin-right: auto;
}
.bodywebsite .text-center.icon-block-layout-2 .icon-block-header {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .bodywebsite .text-sm-start.icon-block-layout-2 .icon-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-sm-end.icon-block-layout-2 .icon-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-sm-center.icon-block-layout-2 .icon-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .text-md-start.icon-block-layout-2 .icon-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-md-end.icon-block-layout-2 .icon-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-md-center.icon-block-layout-2 .icon-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .bodywebsite .text-lg-start.icon-block-layout-2 .icon-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-lg-end.icon-block-layout-2 .icon-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-lg-center.icon-block-layout-2 .icon-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .text-xl-start.icon-block-layout-2 .icon-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-xl-end.icon-block-layout-2 .icon-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-xl-center.icon-block-layout-2 .icon-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .text-xxl-start.icon-block-layout-2 .icon-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-xxl-end.icon-block-layout-2 .icon-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-xxl-center.icon-block-layout-2 .icon-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.bodywebsite .icon-block-layout-2 .icon-block-body {
  width: auto;
  overflow: hidden;
}
.bodywebsite .image-comparison-block {
  margin: 0 0 36px;
}
.bodywebsite .image-block .image-block-header>a,
.bodywebsite .image-block .image-block-header>img,
.bodywebsite .image-block .image-block-header>a img {
  width: 100%;
  position: relative;
  display: inline-block;
}
.bodywebsite .image-block-header img+img {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute !important;
}
.bodywebsite .image-block-header img+img+img {
  z-index: -2;
}
.bodywebsite .image-block-header img+img+img+img {
  z-index: -3;
}
.bodywebsite .image-block-header img+img+img+img+img {
  z-index: -4;
}
.bodywebsite .image-block-header img+img+img+img+img+img {
  z-index: -5;
}
.bodywebsite .image-block-header img+img+img+img+img+img+img {
  z-index: -6;
}
.bodywebsite .image-block-header img+img+img+img+img+img+img+img {
  z-index: -7;
}
.bodywebsite .image-block-header img+img+img+img+img+img+img+img+img {
  z-index: -8;
}
.bodywebsite .image-block-header img+img+img+img+img+img+img+img+img+img {
  z-index: -9;
}
.bodywebsite .image-block-header img+img+img+img+img+img+img+img+img+img+img {
  z-index: -10;
}
.bodywebsite .image-block-layout-2 {
  padding: 0;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
}
.bodywebsite .image-block-layout-2 .image-block-header {
  width: auto;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 2px 2px 0 0;
}
.bodywebsite .image-block-layout-2 .image-block-body {
  padding: 36px;
}
.bodywebsite .image-block-layout-2 .image-block-header+.image-block-body {
  margin-top: -30px;
  border-radius: 0 0 2px 2px;
}
.bodywebsite .image-block-layout-3 .image-block-header {
  width: auto;
  overflow: visible;
}
.bodywebsite .image-block-layout-3 .image-block-header a,
.bodywebsite .image-block-layout-3 .image-block-header img {
  width: auto;
}
.bodywebsite .image-block-layout-3 .image-block-header,
.bodywebsite .text-start.image-block-layout-3 .image-block-header {
  float: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 36px;
}
.bodywebsite .rtl .image-block-layout-3 .image-block-header {
  float: right;
  margin-left: 36px;
  margin-right: auto;
}
.bodywebsite .text-end.image-block-layout-3 .image-block-header {
  float: right;
  margin-bottom: 0;
  margin-left: 36px;
  margin-right: auto;
}
.bodywebsite .text-center.image-block-layout-3 .image-block-header {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .bodywebsite .text-sm-start.image-block-layout-3 .image-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-sm-end.image-block-layout-3 .image-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-sm-center.image-block-layout-3 .image-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .text-md-start.image-block-layout-3 .image-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-md-end.image-block-layout-3 .image-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-md-center.image-block-layout-3 .image-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .bodywebsite .text-lg-start.image-block-layout-3 .image-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-lg-end.image-block-layout-3 .image-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-lg-center.image-block-layout-3 .image-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .text-xl-start.image-block-layout-3 .image-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-xl-end.image-block-layout-3 .image-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-xl-center.image-block-layout-3 .image-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .text-xxl-start.image-block-layout-3 .image-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-xxl-end.image-block-layout-3 .image-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-xxl-center.image-block-layout-3 .image-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.bodywebsite .image-block-layout-3 .image-block-body {
  width: auto;
  overflow: hidden;
}
.bodywebsite ol,
.bodywebsite ul {
  margin: 0 0 24px;
  padding: 0 0 0 24px;
}
.bodywebsite ul ul,
.bodywebsite ul ol,
.bodywebsite ol ol,
.bodywebsite ol ul {
  padding-top: 6px;
  margin-bottom: 0;
}
.bodywebsite ol li,
.bodywebsite ul li {
  margin-bottom: 6px;
}
.bodywebsite ol li:last-child,
.bodywebsite ul li:last-child {
  margin-bottom: 0;
}
.bodywebsite .list-style-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .icon-list ul,
.bodywebsite .icon-list ol {
  list-style: none;
  padding-right: 0;
  padding-left: 30px;
}
.bodywebsite .rtl .icon-list ul,
.bodywebsite .rtl .icon-list ol {
  padding-right: 30px;
  padding-left: 0;
}
.bodywebsite .icon-list i[class] {
  padding: 0 1px;
  margin-left: auto;
  margin-right: 12px;
}
.bodywebsite .rtl .icon-list i[class] {
  margin-left: 12px;
  margin-right: auto;
}
.bodywebsite .bordered-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .bordered-list ul,
.bodywebsite .bordered-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: inherit;
}
.bodywebsite .bordered-list li {
  margin: 0;
  width: 100%;
  display: block;
  padding: 12px 0;
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bodywebsite .bordered-list li:first-child {
  padding-top: 0;
}
.bodywebsite .bordered-list ul li:first-child,
.bodywebsite .bordered-list ol li:first-child {
  margin-top: 12px;
  padding-top: 12px;
  border-top-width: 1px;
  border-top-style: solid;
}
.bodywebsite .bordered-list ul li:last-child,
.bodywebsite .bordered-list ol li:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.bodywebsite .bordered-list a {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .bordered-list a:hover {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .bodywebsite .form-block-mailchimp-layout-2 button {
    top: 9px;
    right: 21px;
    width: auto;
    position: absolute;
    margin: 0 !important;
  }
  .bodywebsite .rtl .form-block-mailchimp-layout-2 button {
    right: auto;
    left: 21px;
  }
  .bodywebsite .form-block-mailchimp-layout-2 input[type=email] {
    padding: 17px 25px;
  }
}
.bodywebsite .form-block-mailchimp-layout-3 button {
  top: 0;
  border: 0;
  padding: 0;
  right: 12px;
  height: 60px;
  font-size: 18px;
  border-radius: 0;
  line-height: 60px;
  position: absolute;
  margin: 0 !important;
  width: 60px !important;
  background-color: transparent;
}
.bodywebsite .rtl .form-block-mailchimp-layout-3 button {
  left: 12px;
  right: auto;
}
.bodywebsite .form-block-mailchimp-layout-3 input[type=email] {
  padding: 17px 25px;
}
.bodywebsite .form-block-mailchimp-layout-4 button {
  top: 0;
  border: 0;
  padding: 0;
  right: 12px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  margin: 0 !important;
  width: 42px !important;
  background-color: transparent;
}
.bodywebsite .rtl .form-block-mailchimp-layout-4 button {
  left: 12px;
  right: auto;
}
.bodywebsite .form-block-mailchimp-layout-4 input[type=email] {
  padding-right: 40px;
  padding-left: 16px;
}
.bodywebsite .rtl .form-block-mailchimp-layout-4 input[type=email] {
  padding-right: 16px;
  padding-left: 40px;
}
.bodywebsite .media-block .media-block-header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .media-block-layout-2 {
  padding: 0;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
}
.bodywebsite .media-block-layout-2 .media-block-header {
  width: auto;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 2px 2px 0 0;
}
.bodywebsite .media-block-layout-2 .media-block-body {
  padding: 36px;
}
.bodywebsite .media-block-layout-2 .media-block-header+.media-block-body {
  margin-top: -30px;
  border-radius: 0 0 2px 2px;
}
.bodywebsite .mejs__container {
  width: 100%;
  direction: ltr;
  overflow: hidden;
}
.bodywebsite .mejs__container * {
  outline: none !important;
}
.bodywebsite .mejs__container .mejs__controls {
  height: auto;
  padding: 18px 6px 0;
  background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.5));
  background: linear-gradient(transparent,rgba(0,0,0,0.5));
}
.bodywebsite .mejs__audio .mejs__controls {
  background: -webkit-linear-gradient(transparent,rgba(0,0,0,0));
  background: linear-gradient(transparent,rgba(0,0,0,0));
}
.bodywebsite .mejs__container .mejs__button {
  margin: 0;
  width: auto;
  height: auto;
  padding: 12px 6px;
}
.bodywebsite .mejs__container .mejs__button button {
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  position: relative;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.bodywebsite .mejs__container .mejs__play>button {
  background-size: 16px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/play.svg");
}
.bodywebsite .mejs__container .mejs__pause>button {
  background-size: 14px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/pause.svg");
}
.bodywebsite .mejs__container .mejs__replay>button {
  background-size: 14px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/replay.svg");
}
.bodywebsite .mejs__container .mejs__fullscreen-button>button {
  background-size: 16px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/expand.svg");
}
.bodywebsite .mejs__container .mejs__unfullscreen>button {
  background-size: 16px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/minimize.svg");
}
.bodywebsite .mejs__container .mejs__mute>button {
  background-size: 16px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/mute.svg");
}
.bodywebsite .mejs__container .mejs__unmute>button {
  background-size: 16px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/unmute.svg");
}
.bodywebsite .mejs__container .mejs__captions-button>button {
  background-size: 20px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/captions.svg");
}
.bodywebsite .mejs__container .mejs__chapters-button>button {
  background-size: 20px;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/chapters.svg");
}
.bodywebsite .mejs__container .mejs__overlay-button,
.bodywebsite .mejs__container .mejs__overlay:hover>.mejs__overlay-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  outline: none !important;
  background-size: 16px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/play-overlay.svg");
  -webkit-transition: all 0s;
  transition: all 0s;
}
.bodywebsite .mejs__container .mejs__overlay-loading {
  width: 48px;
  height: 48px;
}
.bodywebsite .mejs__container .mejs__overlay-loading-bg-img {
  width: 48px;
  height: 48px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/loading.svg");
  -webkit-animation: none;
  animation: none;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.bodywebsite .mejs__container .mejs__time {
  height: auto;
  line-height: 18px;
  padding: 12px 6px;
  user-select: none;
}
.bodywebsite .mejs__container .mejs__time-rail {
  margin: 0;
  height: auto;
  padding: 12px 6px;
}
.bodywebsite .mejs__container .mejs__time-total,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-buffering,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-current,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-float,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-float-corner,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-float-current,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-hovered,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-loaded,
.bodywebsite .mejs__container .mejs__time-total .mejs__time-marker {
  margin: 0;
  padding: 0;
  height: 6px;
  border-radius: 0;
}
.bodywebsite .mejs__container .mejs__time-rail .mejs__time-total {
  margin: 6px 0;
  position: relative;
  background-color: rgba(255,255,255,0.3);
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-loaded {
  background-color: rgba(255,255,255,0.3);
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-handle {
  margin-top: -2px;
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-handle .mejs__time-handle-content {
  border-radius: 50%;
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-current {
  background-color: #fff;
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-hovered {
  background-color: rgba(255,255,255,0.6);
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-float {
  height: 18px;
  border-width: 0;
  margin-bottom: 6px;
  background-color: #fff;
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-float .mejs__time-float-current {
  width: 100%;
  height: 18px;
  line-height: 18px;
}
.bodywebsite .mejs__container .mejs__time-total .mejs__time-float .mejs__time-float-corner {
  border-top-color: #fff;
}
.bodywebsite .mejs__container .mejs__horizontal-volume-slider {
  height: 42px;
  width: 56px !important;
}
.bodywebsite .mejs__container .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
  border-radius: 0;
  background-color: #fff;
}
.bodywebsite .mejs__container .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
  top: 18px;
  left: 6px;
  height: 6px;
  width: 44px;
  border-radius: 0;
  background-color: rgba(255,255,255,0.3);
}
.bodywebsite .mejs__audio {
  border-radius: 2px;
  height: 42px !important;
}
.bodywebsite .mejs__audio_double {
  height: 66px !important;
}
.bodywebsite .modal .mejs__audio_double {
  width: 100% !important;
}
.bodywebsite .mejs__audio_double .mejs__controls {
  padding: 0 6px;
}
@media (min-width: 576px) {
  .bodywebsite .mejs__audio_double .mejs__controls {
    padding: 0 12px;
  }
}
.bodywebsite .mejs__audio_double .mejs__button,
.bodywebsite .mejs__audio_double .mejs__time,
.bodywebsite .mejs__audio_double .mejs__time-rail {
  padding: 24px 6px;
}
.bodywebsite .mejs__audio_double .mejs__horizontal-volume-slider .mejs__horizontal-volume-total {
  top: 30px;
}
.bodywebsite .modal-content>.btn-close {
  top: 0;
  right: 0;
  left: auto;
  z-index: 100;
  position: absolute;
}
.bodywebsite .rtl .modal-content>.btn-close {
  right: auto;
  left: 0;
}
.bodywebsite .notification-block {
  opacity: 0;
  z-index: 999;
  margin: auto;
  display: block;
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .notification-block .notification-block-container {
  margin: auto;
  pointer-events: auto;
  display: inline-block;
}
.bodywebsite .notification-block .notification-block-body {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.24);
  box-shadow: 0 0 12px rgba(0,0,0,0.24);
}
.bodywebsite .notification-block .notification-block-footer-x-close {
  top: 0;
  right: 9px;
  left: auto;
  padding: 0;
  z-index: 99;
  width: 18px;
  height: 100%;
  line-height: 100%;
  text-align: center;
  position: absolute;
}
.bodywebsite .rtl .notification-block .notification-block-footer-x-close {
  right: auto;
  left: 0;
}
.bodywebsite .notification-block-layout-1 .notification-block-body>.notification-block-footer-x-close {
  right: 0;
  left: auto;
  width: 18px;
  height: 18px;
  margin-top: 9px;
  margin-right: 9px;
  margin-left: auto;
  line-height: 18px;
  position: relative;
}
.bodywebsite .rtl .notification-block-layout-1 .notification-block-body>.notification-block-footer-x-close {
  right: auto;
  left: 0;
  margin-right: auto;
  margin-left: 9px;
}
.bodywebsite .notification-block .notification-block-footer-x-close button {
  margin: 0;
  padding: 0;
  width: 100%;
  color: inherit;
  display: block;
  height: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: inherit;
  background-color: transparent;
  font-family: sans-serif, serif;
}
.bodywebsite .notification-block .notification-block-footer-x-close-square {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bodywebsite .notification-block .notification-block-footer-x-close-square button {
  height: 30px;
  line-height: 1;
  border-radius: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
}
.bodywebsite .notification-block .notification-block-footer-x-close-square button:hover {
  background-color: #000;
}
.bodywebsite .notification-block .notification-block-footer-button-close {
  margin: 12px 12px 0;
}
.bodywebsite .notification-block-layout-1 {
  left: 18px;
  right: 18px;
  width: auto;
  bottom: 18px;
  max-width: 100%;
  text-align: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media (min-width: 1200px) {
  .bodywebsite .notification-block-layout-1 {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .notification-block-layout-1 {
    max-width: 1320px;
  }
}
.bodywebsite .notification-block-layout-1.show,
.bodywebsite .pace-done .notification-block-layout-1.notification-preloader-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.bodywebsite .notification-block-layout-1 .notification-block-body {
  padding: 0 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bodywebsite .notification-block-layout-1 .notification-block-body>* {
  width: auto;
}
.bodywebsite .notification-block-layout-1 .notification-block-content {
  margin: 12px 18px 0;
}
.bodywebsite .notification-block-layout-1 .notification-block-content a:not(.btn) {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}
.bodywebsite .notification-block-layout-1 .notification-block-content a:not(.btn):hover {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .notification-block-layout-2 {
  left: 18px;
  right: 18px;
  width: auto;
  bottom: 18px;
  margin-right: 0;
  max-width: 348px;
  margin-left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.bodywebsite .rtl .notification-block-layout-2 {
  margin-right: auto;
  margin-left: 0;
}
.bodywebsite .notification-block-layout-2.show,
.bodywebsite .pace-done .notification-block-layout-2.notification-preloader-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.bodywebsite .notification-block-layout-2 .notification-block-container {
  display: block;
}
.bodywebsite .notification-block-layout-2 .notification-block-body {
  padding: 36px;
  max-height: calc(64vh);
}
.bodywebsite .notification-block-layout-2 .notification-block-body h1,
.bodywebsite .notification-block-layout-2 .notification-block-body h2,
.bodywebsite .notification-block-layout-2 .notification-block-body h3,
.bodywebsite .notification-block-layout-2 .notification-block-body h4,
.bodywebsite .notification-block-layout-2 .notification-block-body h5,
.bodywebsite .notification-block-layout-2 .notification-block-body h6,
.bodywebsite .notification-block-layout-2 .notification-block-body p {
  margin-bottom: 12px;
}
.bodywebsite .notification-block-layout-2 .notification-block-body h1:last-child,
.bodywebsite .notification-block-layout-2 .notification-block-body h2:last-child,
.bodywebsite .notification-block-layout-2 .notification-block-body h3:last-child,
.bodywebsite .notification-block-layout-2 .notification-block-body h4:last-child,
.bodywebsite .notification-block-layout-2 .notification-block-body h5:last-child,
.bodywebsite .notification-block-layout-2 .notification-block-body h6:last-child,
.bodywebsite .notification-block-layout-2 .notification-block-body p:last-child,
.bodywebsite .notification-block-layout-2 .notification-block-body .notification-block-content>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .notification-block-layout-2 .notification-block-footer-x-close {
  top: 12px;
  right: 12px;
  height: 18px;
  line-height: 18px;
}
.bodywebsite .rtl .notification-block-layout-2 .notification-block-footer-x-close {
  right: auto;
  left: 12px;
}
.bodywebsite .notification-block-layout-2 .notification-block-footer-button-close {
  width: 100%;
  display: block;
  margin: 24px 0 0;
}
.bodywebsite .notification-block-layout-2 .notification-block-footer-button-close button {
  width: 100%;
  display: block;
}
.bodywebsite .notification-block-layout-3 {
  top: 0;
  left: 0;
  outline: 0;
  right: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: auto;
  background-color: rgba(0,0,0,0.5);
}
.bodywebsite .rtl .notification-block-layout-3 {
  left: auto;
  right: 0;
}
.bodywebsite .notification-block-layout-3.show,
.bodywebsite .pace-done .notification-block-layout-3.notification-preloader-show {
  opacity: 1;
  visibility: visible;
}
.bodywebsite .notification-block-layout-3-stop-scroll {
  overflow: hidden;
}
.bodywebsite .notification-block-layout-3 .notification-block-container {
  z-index: 2;
  width: auto;
  margin: 18px;
  max-width: 540px;
  position: relative;
  min-height: calc(64%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
  transition: transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
@media (min-width: 576px) {
  .bodywebsite .notification-block-layout-3 .notification-block-container {
    margin: 18px auto;
  }
}
.bodywebsite .notification-block-layout-3.show .notification-block-container,
.bodywebsite .pace-done .notification-block-layout-3.notification-preloader-show .notification-block-container {
  -webkit-transform: none;
  transform: none;
}
.bodywebsite .notification-block-layout-3 .notification-block-body {
  outline: 0;
  width: 100%;
  padding: 36px;
  background-clip: padding-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bodywebsite .notification-block-layout-3 .notification-block-body .notification-block-content>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .notification-block-layout-3 .notification-block-footer-x-close {
  top: 12px;
  right: 12px;
  left: auto;
}
.bodywebsite .rtl .notification-block-layout-3 .notification-block-footer-x-close {
  right: auto;
  left: 12px;
}
.bodywebsite .notification-block-layout-3 .notification-block-footer-button-close {
  width: 100%;
  display: block;
  margin: 24px 0 0;
}
.bodywebsite .notification-block-layout-3 .notification-block-footer-button-close button {
  width: 100%;
  display: block;
}
.bodywebsite .pie-chart-block {
  text-align: center;
}
.bodywebsite .pie-chart-block .pie-chart-block-percent {
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  width: 100%;
  user-select: none;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bodywebsite .pricing-table-block {
  padding: 0;
  border-width: 1px;
  overflow: visible;
  position: relative;
  text-align: center;
  border-radius: 2px;
  border-style: solid;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite .pricing-table-block .pricing-table-block-container {
  border-color: inherit;
}
.bodywebsite .pricing-table-block .pricing-table-block-header {
  width: auto;
  padding: 36px;
  margin: -1px -1px 0;
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 2px 2px 0 0;
}
.bodywebsite .pricing-table-block .pricing-table-block-header:last-child {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.bodywebsite .pricing-table-block .pricing-table-block-header>* {
  margin-top: 24px;
}
.bodywebsite .pricing-table-block .pricing-table-block-header>*:first-child {
  margin-top: 0;
}
.bodywebsite .pricing-table-block .pricing-table-block-header h5 {
  margin: 0;
}
.bodywebsite .pricing-table-block .pricing-table-block-header p {
  margin-top: 3px;
  font-size: 1rem;
  line-height: 1.6;
}
.bodywebsite .pricing-table-block .pricing-table-block-header h2 {
  margin: 0;
  line-height: 1;
  font-size: 45px;
}
.bodywebsite .pricing-table-block .pricing-table-block-body {
  border-color: inherit;
  border-radius: 0 0 2px 2px;
}
.bodywebsite .pricing-table-block .pricing-table-block-content {
  padding: 36px;
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bodywebsite .pricing-table-block .pricing-table-block-content:last-child {
  border-bottom-width: 0;
}
.bodywebsite .pricing-table-block .pricing-table-block-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: inherit;
}
.bodywebsite .pricing-table-block .pricing-table-block-content ul li {
  padding: 0;
  display: block;
  margin: 0 0 12px;
  line-height: inherit;
}
.bodywebsite .pricing-table-block .pricing-table-block-content ul li:last-child {
  margin-bottom: 0;
}
.bodywebsite .pricing-table-block .pricing-table-block-footer {
  margin: 0;
  padding: 36px;
}
.bodywebsite .pricing-table-block-layout-2 {
  border-width: 0;
  border-color: transparent;
}
.bodywebsite .pricing-table-block-layout-2.box-shadow-block {
  padding: 54px 0;
}
.bodywebsite .pricing-table-block-layout-2 .pricing-table-block-header,
.bodywebsite .pricing-table-block-layout-2 .pricing-table-block-header>.pricing-table-block-header-title,
.bodywebsite .pricing-table-block-layout-2 .pricing-table-block-content,
.bodywebsite .pricing-table-block-layout-2 .pricing-table-block-footer {
  margin-top: 0;
  padding-top: 0;
}
.bodywebsite .pricing-table-block-layout-2 .pricing-table-block-body>*:last-child {
  padding-bottom: 0;
}
.bodywebsite .process-block .process-block-header * {
  color: inherit;
}
.bodywebsite .process-block-layout-2 .process-block-header {
  width: auto;
}
.bodywebsite .process-block-layout-2 .process-block-header,
.bodywebsite .text-start.process-block-layout-2 .process-block-header {
  float: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 36px;
}
.bodywebsite .rtl .process-block-layout-2 .process-block-header {
  float: right;
  margin-left: 36px;
  margin-right: auto;
}
.bodywebsite .text-end.process-block-layout-2 .process-block-header {
  float: right;
  margin-bottom: 0;
  margin-left: 36px;
  margin-right: auto;
}
.bodywebsite .text-center.process-block-layout-2 .process-block-header {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .bodywebsite .text-sm-start.process-block-layout-2 .process-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-sm-end.process-block-layout-2 .process-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-sm-center.process-block-layout-2 .process-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .text-md-start.process-block-layout-2 .process-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-md-end.process-block-layout-2 .process-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-md-center.process-block-layout-2 .process-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .bodywebsite .text-lg-start.process-block-layout-2 .process-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-lg-end.process-block-layout-2 .process-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-lg-center.process-block-layout-2 .process-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .text-xl-start.process-block-layout-2 .process-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-xl-end.process-block-layout-2 .process-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-xl-center.process-block-layout-2 .process-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .text-xxl-start.process-block-layout-2 .process-block-header {
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 36px;
  }
  .bodywebsite .text-xxl-end.process-block-layout-2 .process-block-header {
    float: right;
    margin-bottom: 0;
    margin-left: 36px;
    margin-right: auto;
  }
  .bodywebsite .text-xxl-center.process-block-layout-2 .process-block-header {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.bodywebsite .process-block-layout-2 .process-block-body {
  width: auto;
  overflow: hidden;
}
.bodywebsite .process-block-layout-3 .process-block-header {
  top: 0;
  right: 0;
  margin: 0;
  left: auto;
  width: auto;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  padding: 6px 12px;
  position: absolute;
}
.bodywebsite .rtl .process-block-layout-3 .process-block-header {
  right: auto;
  left: 0;
}
.bodywebsite .progress {
  height: 6px;
  overflow: hidden;
  border-radius: 0;
  margin: 0 0 24px;
  display: -ms-flexbox;
  display: flex;
}
.bodywebsite .progress:last-child {
  margin-bottom: 36px;
}
.bodywebsite .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bodywebsite .progress-title-percent h6 {
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  margin: 0 0 12px;
  font-weight: 500;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bodywebsite .ribbon {
  z-index: 3;
  width: 100%;
  padding: 18px;
  display: block;
  position: absolute;
  user-select: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .ribbon .ribbon-text {
  font-size: 14px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.bodywebsite .ribbon.left-bottom,
.bodywebsite .ribbon.bottom-left {
  left: 0;
  bottom: 0;
}
.bodywebsite .ribbon.left-top,
.bodywebsite .ribbon.top-left {
  top: 0;
  left: 0;
}
.bodywebsite .ribbon.right-bottom,
.bodywebsite .ribbon.bottom-right {
  right: 0;
  bottom: 0;
}
.bodywebsite .ribbon.right-top,
.bodywebsite .ribbon.top-right {
  top: 0;
  right: 0;
}
.bodywebsite .ribbon.center-bottom,
.bodywebsite .ribbon.bottom-center {
  left: 0;
  bottom: 0;
}
.bodywebsite .ribbon.center-top,
.bodywebsite .ribbon.top-center {
  top: 0;
  left: 0;
}
.bodywebsite .form-block-search button i {
  display: none;
}
@media (min-width: 992px) {
  .bodywebsite .form-block-search-layout-2 button {
    top: 9px;
    right: 21px;
    width: auto;
    position: absolute;
    margin: 0 !important;
  }
  .bodywebsite .rtl .form-block-search-layout-2 button {
    right: auto;
    left: 21px;
  }
  .bodywebsite .form-block-search-layout-2 input[type=search] {
    padding: 17px 25px;
  }
}
.bodywebsite .form-block-search-layout-3 button {
  top: 0;
  border: 0;
  padding: 0;
  right: 12px;
  height: 60px;
  font-size: 18px;
  border-radius: 0;
  line-height: 60px;
  position: absolute;
  margin: 0 !important;
  width: 60px !important;
  background-color: transparent;
}
.bodywebsite .rtl .form-block-search-layout-3 button {
  left: 12px;
  right: auto;
}
.bodywebsite .form-block-search-layout-3 button i {
  display: block;
}
.bodywebsite .form-block-search-layout-3 button span {
  display: none;
}
.bodywebsite .form-block-search-layout-3 input[type=search] {
  padding: 17px 25px;
}
.bodywebsite .form-block-search-layout-4 button {
  top: 0;
  border: 0;
  padding: 0;
  right: 12px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  margin: 0 !important;
  width: 42px !important;
  background-color: transparent;
}
.bodywebsite .rtl .form-block-search-layout-4 button {
  left: 12px;
  right: auto;
}
.bodywebsite .form-block-search-layout-4 button i {
  display: block;
}
.bodywebsite .form-block-search-layout-4 button span {
  display: none;
}
.bodywebsite .form-block-search-layout-4 input[type=search] {
  padding-right: 40px;
  padding-left: 16px;
}
.bodywebsite .rtl .form-block-search-layout-4 input[type=search] {
  padding-right: 16px;
  padding-left: 40px;
}
.bodywebsite .main-section {
  z-index: 1;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 72px 0 36px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 1400px) {
  .bodywebsite .main-section {
    padding-top: 108px;
    padding-bottom: 72px;
  }
}
.bodywebsite .section-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}
.bodywebsite .section-media {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  content: '';
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .section-media-bg>* {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bodywebsite .section-media-half {
  height: auto;
  position: relative;
  margin-bottom: 72px;
}
.bodywebsite .section-media-half>* {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .bodywebsite .section-media-half {
    margin: 0;
    width: 50%;
    height: 100%;
    position: absolute;
  }
  .bodywebsite .section-media-half-left {
    left: 0;
    right: auto;
  }
  .bodywebsite .section-media-half-right {
    left: auto;
    right: 0;
  }
  .bodywebsite .section-media-half>img {
    display: none;
  }
  .bodywebsite .section-media-half>.gmap-block,
  .bodywebsite .section-media-half>.gmap-block>.map {
    height: 100% !important;
  }
  .bodywebsite .section-media-half+.container {
    max-width: 50%;
    padding-left: 72px;
    padding-right: 72px;
  }
  .bodywebsite .section-media-half-left+.container {
    margin-left: auto;
    margin-right: 0;
  }
  .bodywebsite .section-media-half-right+.container {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .section-media-half+.container {
    padding-left: 108px;
    padding-right: 108px;
  }
}
.bodywebsite .section-arrow {
  left: 0;
  right: 0;
  width: 100%;
  bottom: -36px;
  margin: 0 auto;
  padding: 0 36px;
  max-width: 100%;
  position: absolute;
}
@media (min-width: 576px) {
  .bodywebsite .section-arrow {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bodywebsite .section-arrow {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bodywebsite .section-arrow {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .section-arrow {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .bodywebsite .section-arrow {
    max-width: 1320px;
  }
}
.bodywebsite .section-arrow .arrow-left,
.bodywebsite .section-arrow .arrow-right,
.bodywebsite .section-arrow .arrow-center,
.bodywebsite .section-arrow .arrow-center-left,
.bodywebsite .section-arrow .arrow-center-right {
  width: 0;
  height: 0;
  z-index: 5;
  content: '';
  border-width: 18px;
  border-style: solid;
  border-top-color: inherit;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.bodywebsite .arrow-left {
  margin-left: 0;
  margin-right: auto;
}
.bodywebsite .arrow-right {
  margin-left: auto;
  margin-right: 0;
}
.bodywebsite .arrow-center {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .arrow-center-left {
  margin-left: calc(-2%);
  margin-right: auto;
}
.bodywebsite .arrow-center-right {
  margin-left: auto;
  margin-right: calc(-2%);
}
.bodywebsite .parallax-section {
  background-position: center top;
}
.bodywebsite .desktop-device .parallax-section {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  -webkit-background-size: 110% !important;
  -moz-background-size: 110% !important;
  -o-background-size: 110% !important;
  background-size: 110% !important;
}
.bodywebsite .section-media-bg .youtube-bg-video>*,
.bodywebsite .section-media-bg .youtube-bg-video iframe {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.bodywebsite .youtube-bg-video::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}
.bodywebsite .btn-youtube-bg-video {
  left: 50%;
  z-index: 3;
  padding: 0;
  width: 48px;
  height: 48px;
  bottom: 12px;
  display: block;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  margin: 0 0 0 -21px;
  background-size: 16px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("/viewimage.php?modulepart=medias&file=image/images/media-elements/play-overlay.svg");
}
.bodywebsite .desktop-device .btn-youtube-bg-video {
  display: none;
}
.bodywebsite .section-media-bg .owl-slider .owl-stage-outer,
.bodywebsite .section-media-bg .owl-slider .owl-stage,
.bodywebsite .section-media-bg .owl-slider .owl-item,
.bodywebsite .section-media-bg .owl-slider .owl-slider-item {
  height: 100% !important;
}
.bodywebsite .section-title {
  padding: 0;
  font-size: 19px;
  margin: 0 0 36px;
  -ms-word-wrap: normal;
  word-wrap: normal;
  word-break: normal;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .section-title a {
  display: inline-block;
}
.bodywebsite .section-title .section-title-heading {
  margin-bottom: 24px;
}
.bodywebsite .section-title .section-title-heading>* {
  margin: 0 auto 12px;
}
.bodywebsite .section-title .section-title-heading>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .section-title .section-title-body>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .section-title-small {
  display: block;
  overflow: hidden;
  margin-bottom: 36px;
}
.bodywebsite .section-title-small span {
  position: relative;
  border-color: inherit;
  display: inline-block;
}
.bodywebsite .section-title-small span::after,
.bodywebsite .section-title-small span::before {
  top: 50%;
  content: '';
  display: block;
  width: 1000000%;
  margin-top: -1px;
  position: absolute;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
}
.bodywebsite .section-title-small span::after {
  left: 100%;
  margin-left: 18px;
}
.bodywebsite .section-title-small span::before {
  right: 100%;
  margin-right: 18px;
}
.bodywebsite .section-title-intro h1,
.bodywebsite .section-title-intro .h1 {
  font-size: 2.488rem;
}
.bodywebsite .section-title-intro {
  font-size: 1.44rem;
}
@media (min-width: 768px) {
  .bodywebsite .section-title-intro h1,
  .bodywebsite .section-title-intro .h1 {
    font-size: 2.986rem;
  }
}
@media (min-width: 992px) {
  .bodywebsite .section-title-intro h1,
  .bodywebsite .section-title-intro .h1 {
    font-size: 3.583rem;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .section-title-intro h1,
  .bodywebsite .section-title-intro .h1 {
    font-size: 4.3rem;
  }
}
.bodywebsite .owl-slider {
  width: 100%;
  display: block;
  margin: 0 0 36px;
  position: relative;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes] {
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes] {
    padding-bottom: 48px;
  }
}
.bodywebsite .owl-slider-item {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite .breadcrumb-section .owl-slider-item {
  background-position: center top;
}
.bodywebsite .owl-slider-item>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .owl-slider .owl-slider-item * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .owl-slider .owl-slider-item [class*=fa-] {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.bodywebsite .owl-slider[data-owl-slider-auto-height=no] .owl-slider-item,
.bodywebsite .owl-slider[data-owl-slider-auto-height=no] .owl-slider-item>.main-section,
.bodywebsite .owl-slider[data-owl-slider-auto-height=no] .owl-slider-item>.main-section .container,
.bodywebsite .owl-slider[data-owl-slider-auto-height=no] .owl-slider-item>.main-section .row {
  height: 100%;
}
.bodywebsite .owl-slider.owl-carousel .owl-nav {
  margin: 0;
  padding: 3px;
  text-align: center;
  position: absolute;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=left-top] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=top-left] .owl-nav {
  top: 12px;
  left: 12px;
  right: auto;
  bottom: auto;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=left-bottom] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=bottom-left] .owl-nav {
  top: auto;
  left: 12px;
  right: auto;
  bottom: 12px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=right-top] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=top-right] .owl-nav {
  top: 12px;
  left: auto;
  right: 12px;
  bottom: auto;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=right-bottom] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-position=bottom-right] .owl-nav {
  top: auto;
  left: auto;
  right: 12px;
  bottom: 12px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=left-bottom] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=bottom-left] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=right-bottom] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=bottom-right] .owl-nav {
  bottom: 48px;
}
@media (min-width: 992px) {
  .bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=left-bottom] .owl-nav,
  .bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=bottom-left] .owl-nav,
  .bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=right-bottom] .owl-nav,
  .bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-arrows-position=bottom-right] .owl-nav {
    bottom: 60px;
  }
}
.bodywebsite .owl-slider.owl-carousel .owl-nav button {
  padding: 0;
  margin: 3px;
  width: 36px;
  height: 36px;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 2px;
  color: #ffffff;
  background-color: #1e1e24;
}
.bodywebsite .owl-slider.owl-carousel .owl-nav .disabled {
  opacity: .5;
  cursor: not-allowed;
}
.bodywebsite .owl-slider.owl-carousel .owl-dots {
  left: 50%;
  bottom: 0;
  width: auto;
  height: 18px;
  display: block;
  line-height: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bodywebsite .owl-slider.owl-carousel .owl-dots .owl-dot {
  zoom: 1;
  padding: 0;
  margin: 6px 6px 0;
  display: inline-block;
}
.bodywebsite .owl-slider.owl-carousel .owl-dots .owl-dot span {
  margin: 0;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid rgba(30,30,36,0.5);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .owl-slider.owl-carousel .owl-dots .owl-dot span:hover,
.bodywebsite .owl-slider.owl-carousel .owl-dots .owl-dot.active span {
  border-color: transparent;
  background-color: rgba(30,30,36,0.5);
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots-color=light] .owl-dots .owl-dot span {
  border-color: #fff;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots-color=light] .owl-dots .owl-dot span:hover,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots-color=light] .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-dots-position=inside] {
  padding-bottom: 0;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots-position=inside] .owl-dots {
  bottom: 24px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-dots-position=inside][data-owl-slider-arrows-position=right-bottom] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-dots=yes][data-owl-slider-dots-position=inside][data-owl-slider-arrows-position=left-bottom] .owl-nav {
  bottom: 12px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2] {
  overflow: hidden;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2] .owl-nav,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-3] .owl-nav {
  top: auto;
  left: auto;
  padding: 0;
  right: auto;
  bottom: auto;
  position: static;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2] .owl-nav button,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-3] .owl-nav button {
  top: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2] .owl-nav button {
  opacity: 0;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  background-color: rgba(30,30,36,0.5);
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-3] .owl-nav button {
  width: 24px;
  height: 48px;
  font-size: 18px;
  overflow: hidden;
  line-height: 48px;
  color: rgba(30,30,36,0.5);
  background-color: transparent !important;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-color=light] .owl-nav button {
  color: #fff;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2][data-owl-slider-dots=yes] .owl-nav button,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-3][data-owl-slider-dots=yes] .owl-nav button {
  margin-top: -24px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2][data-owl-slider-dots=yes][data-owl-slider-dots-position=inside] .owl-nav button,
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-3][data-owl-slider-dots=yes][data-owl-slider-dots-position=inside] .owl-nav button {
  margin-top: 0;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2] .owl-nav .owl-prev {
  left: 0;
  border-radius: 0 2px 2px 0;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-3] .owl-nav .owl-prev {
  left: -52px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2] .owl-nav .owl-next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-3] .owl-nav .owl-next {
  right: -52px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2] .owl-nav button:hover {
  background-color: #1e1e24;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2]:hover .owl-nav button {
  opacity: 1;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-size=large] .owl-nav button {
  width: 90px;
  height: 90px;
  font-size: 16px;
  line-height: 90px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-arrows-layout=layout-2][data-owl-slider-arrows-color=light] .owl-nav button {
  color: #000;
  background-color: #fff;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-thumbnail=yes] {
  padding-bottom: 0;
  margin-bottom: 6px;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-thumbnail=yes] .owl-nav button {
  margin-top: 0 !important;
}
.bodywebsite .owl-slider.owl-carousel[data-owl-slider-thumbnail=yes] .owl-dots {
  display: none;
}
.bodywebsite .owl-slider-thumbnail .owl-slider-item {
  opacity: .5;
  cursor: pointer;
}
.bodywebsite .owl-slider-thumbnail .owl-slider-active-item {
  opacity: 1;
}
.bodywebsite .share-block .section-title-small {
  margin-bottom: 36px;
}
.bodywebsite .sitemap-block .sitemap-block-heading {
  margin-bottom: 36px;
}
.bodywebsite .sitemap-block .sitemap-block-content .icon-list i[class] {
  text-align: right;
}
.bodywebsite .rtl .sitemap-block .sitemap-block-content .icon-list i[class] {
  text-align: left;
}
.bodywebsite .sitemap-block .sitemap-block-content a {
  width: 100%;
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
}
.bodywebsite .sitemap-block .sitemap-block-content a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: inherit;
}
.bodywebsite .social-networks ul li:hover a i,
.bodywebsite .social-networks.social-networks-layout-transparent ul li:hover a i,
.bodywebsite .social-networks.social-networks-layout-1 ul li:hover a *,
.bodywebsite .social-networks.social-networks-layout-2 ul li a:first-child * {
  color: #fff;
}
.bodywebsite .rate {
  width: 100%;
  height: 12px;
  display: block;
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
  line-height: 0 !important;
}
.bodywebsite .rate-2x {
  height: 18px;
}
.bodywebsite .rate::after,
.bodywebsite .rate::before {
  line-height: 1;
  font-size: 13px;
  position: relative;
  display: inline-block;
  color: #ffc300;
  font-family: 'font awesome 5 free';
}
.bodywebsite .rate-2x::after,
.bodywebsite .rate-2x::before {
  font-size: 18px;
}
.bodywebsite .rate-5::before {
  font-weight: 900;
  content: '\f005 \f005 \f005 \f005 \f005';
}
.bodywebsite .rate-4-5::before {
  font-weight: 700;
  content: '\f005 \f005 \f005 \f005 \f5c0';
}
.bodywebsite .rate-4::before {
  font-weight: 700;
  content: '\f005 \f005 \f005 \f005';
}
.bodywebsite .rate-4::after {
  content: ' \f005';
  font-weight: 400;
}
.bodywebsite .rate-3-5::before {
  font-weight: 700;
  content: '\f005 \f005 \f005 \f5c0';
}
.bodywebsite .rate-3-5::after {
  content: ' \f005';
  font-weight: 400;
}
.bodywebsite .rate-3::before {
  font-weight: 700;
  content: '\f005 \f005 \f005';
}
.bodywebsite .rate-3::after {
  content: ' \f005 \f005';
  font-weight: 400;
}
.bodywebsite .rate-2-5::before {
  font-weight: 700;
  content: '\f005 \f005 \f5c0';
}
.bodywebsite .rate-2-5::after {
  content: ' \f005 \f005';
  font-weight: 400;
}
.bodywebsite .rate-2::before {
  font-weight: 700;
  content: '\f005 \f005';
}
.bodywebsite .rate-2::after {
  content: ' \f005 \f005 \f005';
  font-weight: 400;
}
.bodywebsite .rate-1-5::before {
  font-weight: 700;
  content: '\f005 \f5c0';
}
.bodywebsite .rate-1-5::after {
  content: ' \f005 \f005 \f005';
  font-weight: 400;
}
.bodywebsite .rate-1::before {
  font-weight: 700;
  content: '\f005';
}
.bodywebsite .rate-1::after {
  content: ' \f005 \f005 \f005 \f005';
  font-weight: 400;
}
.bodywebsite .rate-0-5::before {
  font-weight: 700;
  content: '\f5c0';
}
.bodywebsite .rate-0-5::after {
  content: ' \f005 \f005 \f005 \f005';
  font-weight: 400;
}
.bodywebsite .rate-0::after {
  content: '\f005 \f005 \f005 \f005 \f005';
  font-weight: 400;
}
.bodywebsite table {
  -ms-word-wrap: normal;
  word-wrap: normal;
  word-break: normal;
}
.bodywebsite .table,
.bodywebsite .table-responsive {
  margin-bottom: 36px;
}
.bodywebsite .table .table,
.bodywebsite .table-responsive .table {
  margin-bottom: 0;
}
.bodywebsite .table-responsive td,
.bodywebsite .table-responsive th {
  white-space: nowrap;
}
.bodywebsite table th {
  font-weight: 500;
}
.bodywebsite .table>:not(caption)>*>* {
  padding: 12px 18px;
}
.bodywebsite .table-sm>:not(caption)>*>* {
  padding: 6px 12px;
}
.bodywebsite .table>:not(:last-child)>:last-child>* {
  border-bottom-width: 2px;
}
.bodywebsite .table-bordered-layout-2 {
  border-width: 1px;
  border-style: solid;
}
.bodywebsite .table-bordered-layout-2>:not(caption)>*>* {
  border-width: 0;
}
.bodywebsite .table-bordered-layout-3 {
  border-top-width: 1px;
  border-top-style: solid;
}
.bodywebsite .table-bordered-layout-3>:not(caption)>*>* {
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.bodywebsite .tabs-block {
  overflow: hidden;
}
.bodywebsite .tabs-block-vertical {
  overflow: visible;
}
.bodywebsite .tabs-block .nav-tabs {
  padding: 0;
  width: auto;
  margin: 0 -18px;
  list-style: none;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bodywebsite .tabs-block .nav-tabs.text-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.bodywebsite .tabs-block .nav-tabs .nav-link {
  width: auto;
  color: inherit;
  display: block;
  font-size: 16px;
  border-radius: 0;
  line-height: 1.2;
  overflow: hidden;
  font-weight: 500;
  text-align: left;
  padding: 0 0 18px;
  position: relative;
  margin: 0 18px -1px;
  border-width: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .rtl .tabs-block .nav-tabs .nav-link {
  text-align: right;
}
.bodywebsite .tabs-block .nav-tabs .tab-content {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.bodywebsite .tabs-block .tab-content .tab-pane {
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 24px 0 0;
  position: relative;
}
.bodywebsite .tabs-block .tab-content .tab-pane>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .tabs-block-main-title {
  font-weight: 500;
  margin-bottom: 36px;
}
.bodywebsite .tabs-block-vertical .nav-tabs {
  margin: 0;
  border-width: 1px;
  border-radius: 2px;
  border-style: solid;
}
.bodywebsite .tabs-block-vertical .nav-tabs .nav-link {
  margin: 0;
  width: 100%;
  padding: 18px 24px;
  border-bottom-width: 1px;
}
.bodywebsite .tabs-block-vertical .nav-tabs .nav-link:last-child {
  border-bottom-width: 0;
}
.bodywebsite .tabs-block-vertical .nav-tabs .nav-link::before {
  top: 0;
  left: 0;
  width: 0;
  content: '';
  right: auto;
  height: 100%;
  position: absolute;
  border-right-width: 0;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: transparent;
}
.bodywebsite .rtl .tabs-block-vertical .nav-tabs .nav-link::before {
  left: auto;
  right: 0;
  border-left-width: 0;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: transparent;
}
@media (min-width: 992px) {
  .bodywebsite .tabs-block-vertical {
    width: auto;
    margin-left: -18px;
    margin-right: -18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bodywebsite .rtl .tabs-block-vertical-nav-left,
  .bodywebsite .tabs-block-vertical-nav-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .bodywebsite .rtl .tabs-block-vertical-nav-right {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bodywebsite .tabs-block-vertical>nav {
    margin: 0 auto;
    max-width: 25%;
    padding-left: 18px;
    padding-right: 18px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .bodywebsite .tabs-block-vertical>.tab-content {
    max-width: 75%;
    padding-left: 18px;
    padding-right: 18px;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .bodywebsite .tabs-block-vertical>.tab-content .tab-pane {
    padding-top: 0;
  }
}
.bodywebsite .tabs-block-select>nav {
  display: none;
}
.bodywebsite .tabs-block-select .tabs-select {
  margin-bottom: 0;
}
.bodywebsite .tabs-block-select-center .tabs-select {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .bodywebsite .tabs-block-select>nav {
    display: block;
  }
  .bodywebsite .tabs-block-select .tabs-select {
    display: none;
  }
}
.bodywebsite .tabs-block-select-always .tabs-select {
  display: block;
}
.bodywebsite .tabs-block-select-always>nav {
  display: none;
}
.bodywebsite .team-member-block .team-member-block-header img {
  width: 100%;
}
.bodywebsite .team-member-block-layout-2 {
  text-align: center;
}
.bodywebsite .team-member-block-layout-2 .team-member-block-header {
  width: 100%;
  overflow: hidden;
  max-width: 252px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  position: relative;
}
.bodywebsite .team-member-block-layout-2 .team-member-block-header a,
.bodywebsite .team-member-block-layout-2 .team-member-block-header img,
.bodywebsite .team-member-block-layout-2 .team-member-block-header a::before {
  border-radius: 50%;
}
.bodywebsite .team-member-block-layout-3 .team-member-block-header img:nth-last-child(2) {
  display: none;
}
.bodywebsite .team-member-block-layout-3 .team-member-block-header img:last-child {
  display: block;
}
@media (min-width: 768px) {
  .bodywebsite .team-member-block-layout-3 .team-member-block-container {
    width: auto;
    margin: 0 -18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bodywebsite .team-member-block-layout-3-reverse .team-member-block-container {
    direction: rtl;
    text-align: right;
  }
  .bodywebsite .rtl .team-member-block-layout-3-reverse .team-member-block-container {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .team-member-block-layout-3 .team-member-block-header,
  .bodywebsite .team-member-block-layout-3 .team-member-block-body {
    margin: 0;
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .bodywebsite .team-member-block-layout-3 .team-member-block-header img:nth-child(2) {
    display: none;
  }
  .bodywebsite .team-member-block-layout-3 .team-member-block-header img:nth-last-child(2) {
    display: block;
  }
}
.bodywebsite .team-member-block-layout-4 .team-member-block-header {
  margin-bottom: 0;
}
.bodywebsite .team-member-block-layout-4 .team-member-block-body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 24px 30px;
  background-color: rgba(30,30,36,0.85);
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .team-member-block-layout-4 .team-member-block-heading {
  margin: auto 0 0;
}
.bodywebsite .team-member-block-layout-4 .team-member-block-heading .name,
.bodywebsite .team-member-block-layout-4 .team-member-block-heading .role {
  opacity: 0;
}
.bodywebsite .team-member-block-layout-4 .team-member-block-container:hover .team-member-block-body {
  opacity: 1;
}
.bodywebsite .team-member-block-layout-4 .team-member-block-container:hover .team-member-block-heading .name {
  opacity: 1;
  -webkit-animation: secondIconAnimation .6s ease forwards;
  animation: secondIconAnimation .6s ease forwards;
}
.bodywebsite .team-member-block-layout-4 .team-member-block-container:hover .team-member-block-heading .role {
  opacity: 1;
  -webkit-animation: firstIconAnimation .6s ease forwards;
  animation: firstIconAnimation .6s ease forwards;
}
@keyframes firstIconAnimation {
  .bodywebsite from {
    transform: translateY(50%);
  }
}
@-webkit-keyframes firstIconAnimation {
  .bodywebsite from {
    -webkit-transform: translateY(50%);
  }
}
@keyframes secondIconAnimation {
  .bodywebsite from {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes secondIconAnimation {
  .bodywebsite from {
    -webkit-transform: translateY(-50%);
  }
}
.bodywebsite .testimonials-block::before {
  right: -12px;
  bottom: -18px;
  opacity: .1;
  line-height: 1;
  font-size: 77px;
  font-weight: 900;
  content: '\f10e';
  position: absolute;
  font-family: 'font awesome 5 free';
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bodywebsite .rtl .testimonials-block::before {
  right: auto;
  left: -12px;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.bodywebsite .testimonials-block-without-sign::before {
  display: none;
}
.bodywebsite .testimonials-block .testimonials-block-header img {
  width: 96px;
  border-radius: 50%;
}
.bodywebsite .testimonials-block .testimonials-block-heading.name-rate {
  margin: 0 0 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .testimonials-block .testimonials-block-heading.name-rate>* {
  width: auto;
  margin-bottom: 6px;
}
.bodywebsite .testimonials-block-layout-2 {
  font-size: 18px;
  line-height: 1.6;
}
.bodywebsite .testimonials-block-layout-2::before {
  display: none;
}
.bodywebsite .timeline-block-wrapper .timeline-block {
  padding-bottom: 54px;
}
.bodywebsite .timeline-block-wrapper .timeline-block:last-child {
  padding-bottom: 0;
}
.bodywebsite .timeline-block::before {
  top: 0;
  left: 6px;
  z-index: 1;
  width: 1px;
  right: auto;
  content: '';
  position: absolute;
  border-left-width: 1px;
  border-left-style: solid;
  height: calc(136%);
  border-left-color: inherit;
}
.bodywebsite .rtl .timeline-block::before {
  left: auto;
  right: 6px;
}
.bodywebsite .timeline-block:last-child::before {
  height: 100%;
}
.bodywebsite .timeline-block .timeline-block-header {
  padding-right: 0;
  padding-left: 36px;
  margin-bottom: 6px;
}
.bodywebsite .rtl .timeline-block .timeline-block-header {
  padding-right: 36px;
  padding-left: 0;
}
.bodywebsite .timeline-block .timeline-block-header:last-child {
  margin-bottom: 0;
}
.bodywebsite .timeline-block .timeline-block-body {
  padding-right: 0;
  padding-left: 36px;
}
.bodywebsite .rtl .timeline-block .timeline-block-body {
  padding-right: 36px;
  padding-left: 0;
}
.bodywebsite .timeline-block .timeline-block-body::before {
  top: 0;
  left: 0;
  z-index: 2;
  right: auto;
  content: '';
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-width: 3px;
  border-radius: 50%;
  position: absolute;
  border-style: solid;
  border-color: inherit;
}
.bodywebsite .rtl .timeline-block .timeline-block-body::before {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .bodywebsite .timeline-block-layout-1 .timeline-block::before {
    left: 192px;
    right: auto;
  }
  .bodywebsite .rtl .timeline-block-layout-1 .timeline-block::before {
    left: auto;
    right: 192px;
  }
  .bodywebsite .timeline-block-layout-1 .timeline-block .timeline-block-container {
    width: auto;
    margin-left: -36px;
    margin-right: -36px;
    display: -ms-flexbox;
    display: flex;
  }
  .bodywebsite .timeline-block-layout-1 .timeline-block .timeline-block-header {
    margin: 0;
    min-width: 228px;
    max-width: 228px;
    text-align: right;
    padding-left: 36px;
    padding-right: 36px;
  }
  .bodywebsite .rtl .timeline-block-layout-1 .timeline-block .timeline-block-header {
    text-align: left;
  }
  .bodywebsite .timeline-block-layout-1 .timeline-block .timeline-block-body {
    margin: 0;
    width: auto;
    overflow: visible;
    padding-left: 36px;
    padding-right: 36px;
  }
  .bodywebsite .timeline-block-layout-1 .timeline-block .timeline-block-body::before {
    left: -6px;
    right: auto;
  }
  .bodywebsite .rtl .timeline-block-layout-1 .timeline-block .timeline-block-body::before {
    left: auto;
    right: -6px;
  }
}
@media (min-width: 576px) {
  .bodywebsite .timeline-block-layout-2 .timeline-block::before {
    left: 50%;
    right: auto;
  }
  .bodywebsite .rtl .timeline-block-layout-2 .timeline-block::before {
    left: auto;
    right: 50%;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block .timeline-block-container {
    width: auto;
    margin-left: -36px;
    margin-right: -36px;
    display: -ms-flexbox;
    display: flex;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block .timeline-block-header {
    margin: 0;
    min-width: 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 36px;
    padding-right: 36px;
  }
  .bodywebsite .rtl .timeline-block-layout-2 .timeline-block .timeline-block-header {
    text-align: left;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block .timeline-block-body {
    margin: 0;
    width: 50%;
    overflow: visible;
    padding-left: 36px;
    padding-right: 36px;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block .timeline-block-body::before {
    left: -5px;
    right: auto;
  }
  .bodywebsite .rtl .timeline-block-layout-2 .timeline-block .timeline-block-body::before {
    left: auto;
    right: -5px;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-container {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .bodywebsite .rtl .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-header {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .rtl .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-header {
    direction: rtl;
    text-align: right;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-body {
    direction: rtl;
    text-align: right;
  }
  .bodywebsite .rtl .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-body {
    direction: ltr;
    text-align: left;
  }
  .bodywebsite .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-body::before {
    left: auto;
    right: -6px;
  }
  .bodywebsite .rtl .timeline-block-layout-2 .timeline-block:nth-child(even) .timeline-block-body::before {
    left: -6px;
    right: auto;
  }
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-header {
  width: auto;
  font-size: 0;
  line-height: 0;
  margin: 0 -6px 18px;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-header a {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-header a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .twitter-feed-block-item .user-avatar,
.bodywebsite .twitter-feed-block-item .user-info {
  width: auto;
  padding: 0 6px;
  margin: 0 0 12px;
  vertical-align: top;
  display: inline-block;
}
.bodywebsite .twitter-feed-block-item .user-avatar {
  width: 54px;
}
.bodywebsite .twitter-feed-block-item .user-avatar a,
.bodywebsite .twitter-feed-block-item .user-avatar img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.bodywebsite .twitter-feed-block-item .user-info {
  width: 100%;
}
.bodywebsite .twitter-feed-block-item .user-avatar+.user-info {
  width: calc(46%);
}
.bodywebsite .twitter-feed-block-item .user-info>* {
  margin: 0 0 6px;
}
.bodywebsite .twitter-feed-block-item .user-info>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .twitter-feed-block-item .user-name {
  margin-bottom: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .twitter-feed-block-item .bird i,
.bodywebsite .twitter-feed-block-item .user-name i {
  color: #1da1f2;
}
.bodywebsite .twitter-feed-block-item .user-info .screen-name {
  opacity: .8;
  font-size: 14px;
  font-weight: 500;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer {
  margin-top: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer>* {
  margin: 6px 0 0;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer a {
  line-height: 1;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer .action-buttons {
  width: auto;
  margin-left: -6px;
  margin-right: -6px;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer .action-buttons a {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer .action-buttons .reply:hover {
  color: #1da1f2;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer .action-buttons .retweet:hover {
  color: #17bf63;
}
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer .action-buttons .favorite:hover {
  color: #e0245e;
}
.bodywebsite .twitter-feed-block-layout-1 {
  margin: 0 0 36px;
}
.bodywebsite .twitter-feed-block-layout-1 .twitter-feed-block-item {
  padding-bottom: 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.bodywebsite .twitter-feed-block-layout-1 .twitter-feed-block-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.bodywebsite .twitter-feed-block-layout-1[data-twitter-feed-slider=yes] {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.bodywebsite .twitter-feed-block-layout-1[data-twitter-feed-slider=yes] .user-avatar {
  display: none;
}
.bodywebsite .twitter-feed-block-layout-1[data-twitter-feed-slider=yes] .user-name {
  line-height: 1;
  font-size: 33px;
  margin-bottom: 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.bodywebsite .twitter-feed-block-layout-1[data-twitter-feed-slider=yes] .user-name a:not(.bird) {
  display: none;
}
.bodywebsite .twitter-feed-block-layout-1[data-twitter-feed-slider=yes] .screen-name {
  display: none;
}
.bodywebsite .twitter-feed-block-layout-1[data-twitter-feed-slider=yes] .twitter-feed-block-item-footer {
  -ms-flex-pack: center;
  justify-content: center;
}
.bodywebsite .twitter-feed-block-layout-1[data-twitter-feed-slider=yes] .action-buttons {
  display: none;
}
.bodywebsite .nav-menu-block {
  padding: 0;
  width: 100%;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 0 36px;
  position: relative;
  direction: initial;
}
.bodywebsite .nav-menu-block ul {
  padding: 0;
  width: auto;
  list-style: none;
  margin: -3px -6px;
  display: inline-block;
}
.bodywebsite .nav-menu-block ul li {
  padding: 0;
  margin: 3px 6px;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .nav-menu-block ul li a {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
  text-decoration: none;
}
.bodywebsite .nav-menu-block ul li a span {
  width: 100%;
  display: block;
}
.bodywebsite .nav-menu-block ul li a:hover {
  text-decoration: underline;
}
.bodywebsite .nav-menu-block-layout-2 {
  margin: 0;
}
.bodywebsite .nav-menu-block-layout-2 ul {
  margin: 0 -9px 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bodywebsite .nav-menu-block-layout-2 ul li {
  padding: 0 9px;
  max-width: 100%;
  margin: 0 0 18px;
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .bodywebsite .nav-menu-block-layout-2 ul li {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .bodywebsite .nav-menu-block-layout-2 ul li {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}
@media (min-width: 992px) {
  .bodywebsite .nav-menu-block-layout-2 ul li {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .bodywebsite .nav-menu-block-layout-2 ul li {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
.bodywebsite .nav-menu-block-layout-2 ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 36px 18px;
  border-radius: 2px;
}
.bodywebsite .nav-menu-block-layout-2 ul li a:hover {
  text-decoration: none;
}
.bodywebsite .nav-menu-block-layout-2 ul li a i {
  width: 100%;
  display: block;
  font-size: 16px;
  margin: 0 auto 12px;
}
.bodywebsite .meta-block {
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin: 12px 0 0;
  list-style: none;
}
.bodywebsite .main-block .main-block-heading .meta-block {
  margin-top: 12px;
}
.bodywebsite blockquote+.meta-block {
  margin-top: 18px;
}
.bodywebsite .meta-block:first-child,
.bodywebsite .main-block .main-block-heading .meta-block:first-child {
  margin-top: 0;
}
.bodywebsite .meta-block li {
  display: inline;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  letter-spacing: .5px;
}
.bodywebsite .meta-block li::after {
  content: '/';
  margin: 0 6px;
  opacity: .4;
}
.bodywebsite .meta-block li:last-child::after {
  display: none;
}
.bodywebsite .meta-block .meta-block-views {
  opacity: .75;
}
.bodywebsite .meta-block .meta-block-views span {
  display: inline-block;
}
.bodywebsite .meta-block .meta-block-views i {
  margin-right: 3px;
  margin-left: auto;
}
.bodywebsite .rtl .meta-block .meta-block-views i {
  margin-right: auto;
  margin-left: 3px;
}
.bodywebsite .meta-block li span {
  font-weight: 500;
  line-height: 24px;
}
.bodywebsite .meta-block li a {
  opacity: .75;
  color: inherit;
  text-decoration: none;
}
.bodywebsite .meta-block li a:hover {
  opacity: .9;
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .meta-block .meta-block-comments a {
  display: inline-block;
}
.bodywebsite .breadcrumb-section .meta-block li {
  font-size: 15px;
}
.bodywebsite .breadcrumb-section .meta-block .meta-block-views,
.bodywebsite .breadcrumb-section .meta-block li a,
.bodywebsite .breadcrumb-section .meta-block li::after {
  opacity: 1;
}
.bodywebsite .isotope-filter {
  padding: 0;
  width: 100%;
  font-size: 0;
  display: block;
  line-height: 0;
  margin: 0 0 18px;
  overflow: hidden;
  position: relative;
}
.bodywebsite .isotope-filter-container {
  padding: 0;
  width: auto;
  margin: 0 -9px;
  overflow: hidden;
  position: relative;
}
.bodywebsite .isotope-filter a {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 9px 18px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  letter-spacing: .5px;
}
.bodywebsite .isotope-filter a:hover,
.bodywebsite .isotope-filter a.active {
  opacity: .65;
  color: inherit;
  text-decoration: none;
}
.bodywebsite .isotope-filter .form-control {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 18px;
  letter-spacing: .5px;
}
.bodywebsite .isotope-filter-select-center .form-control {
  margin-left: auto;
  margin-right: auto;
}
.bodywebsite .isotope-filter-select .isotope-filter-container {
  display: none;
}
.bodywebsite .isotope-filter-select .form-control {
  display: block;
}
@media (min-width: 768px) {
  .bodywebsite .isotope-filter-select .isotope-filter-container {
    display: block;
  }
  .bodywebsite .isotope-filter-select .form-control {
    display: none;
  }
}
.bodywebsite .isotope-filter-select-always .form-control {
  display: block;
}
.bodywebsite .isotope-filter-select-always .isotope-filter-container {
  display: none;
}
.bodywebsite .isotope-grid {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .post-info-block {
  width: 100%;
  font-size: 0;
  line-height: 0;
  display: block;
  list-style: none;
  overflow: hidden;
  margin: 0 0 36px;
  border-radius: 2px;
  padding: 24px 36px;
}
.bodywebsite .post-info-block li {
  width: auto;
  padding: 9px 0;
  display: block;
  margin: 0 -3px 6px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
}
.bodywebsite .post-info-block li:last-child {
  margin-bottom: 0;
}
.bodywebsite .post-info-block li:first-child {
  border-top-width: 0;
}
.bodywebsite .post-info-block li>* {
  padding: 0 3px;
  font-size: 1rem;
  line-height: 1.6;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .post-info-block li a {
  color: inherit;
}
.bodywebsite .post-info-block li a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .post-info-block.post-info-block-layout-2 {
  margin-top: 36px;
  padding: 36px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  background-color: transparent;
}
.bodywebsite .post-info-block-layout-2 li {
  padding: 0;
  border-width: 0;
}
@media (max-width: 1199px) {
  .bodywebsite .desktop-device .is-affixed {
    height: auto !important;
  }
  .bodywebsite .desktop-device .sticky-sidebar-container {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    bottom: auto !important;
    position: relative !important;
    -webkit-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
  }
}
.bodywebsite .custom-number {
  font-size: 134px;
  overflow: hidden;
  font-weight: 700;
  line-height: .8;
  user-select: none;
  margin-left: -30px;
  position: relative;
  letter-spacing: -30px;
}
.bodywebsite .custom-number span {
  text-shadow: -4px 0 #fff, -4px 4px #fff;
}
@media (min-width: 576px) {
  .bodywebsite .custom-number {
    font-size: 231px;
    line-height: .8;
    margin-left: -54px;
    letter-spacing: -54px;
  }
  .bodywebsite .custom-number span {
    text-shadow: -6px 0 #fff, -6px 6px #fff;
  }
}
.bodywebsite address {
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  margin: 0 0 36px;
  font-style: italic;
}
.bodywebsite .address-boxed {
  border-radius: 2px;
  padding: 18px 24px;
  border: 1px solid transparent;
}
.bodywebsite .separator {
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 18px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
}
.bodywebsite .separator-top {
  top: 0;
}
.bodywebsite .separator-bottom {
  bottom: 0;
}
.bodywebsite .separator img {
  width: 100%;
  display: block;
}
.bodywebsite .separator .separator-left,
.bodywebsite .separator .separator-right {
  bottom: 0;
  width: 50%;
  float: left;
  height: 100%;
  position: absolute;
}
.bodywebsite .separator .separator-left {
  left: -18px;
}
.bodywebsite .separator .separator-right {
  right: -18px;
}
.bodywebsite .separator .separator-left::after {
  width: 0;
  height: 0;
  z-index: 5;
  content: '';
  right: -36px;
  bottom: -18px;
  position: absolute;
  border-width: 18px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
}
.bodywebsite .text-animation {
  display: none;
}
.bodywebsite .typed-cursor {
  opacity: 1;
  -webkit-animation: typedjsBlinkAnimation .7s infinite;
  animation: typedjsBlinkAnimation .7s infinite;
}
@keyframes typedjsBlinkAnimation {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite 50% {
    opacity: 0;
  }
  .bodywebsite 100% {
    opacity: 1;
  }
}
@-webkit-keyframes typedjsBlinkAnimation {
  .bodywebsite 0% {
    opacity: 1;
  }
  .bodywebsite 50% {
    opacity: 0;
  }
  .bodywebsite 100% {
    opacity: 1;
  }
}
.bodywebsite .typed-fade-out {
  opacity: 0;
  -webkit-animation: 0;
  animation: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}
.bodywebsite pre {
  padding: 18px;
  margin: 0 0 24px;
}
.bodywebsite .widget {
  z-index: 3;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  margin: 0 0 54px;
  line-height: 1.75;
  position: relative;
}
.bodywebsite .widget>*:last-child,
.bodywebsite .widget .textwidget>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget-title {
  display: block;
  overflow: hidden;
  margin-bottom: 36px;
}
.bodywebsite .widget-title span {
  position: relative;
  border-color: inherit;
  display: inline-block;
}
.bodywebsite .widget-title span::after,
.bodywebsite .widget-title span::before {
  top: 50%;
  content: '';
  display: block;
  width: 1000000%;
  margin-top: -1px;
  position: absolute;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
}
.bodywebsite .widget-title span::after {
  left: 100%;
  margin-left: 18px;
}
.bodywebsite .widget-title span::before {
  right: 100%;
  margin-right: 18px;
}
.bodywebsite .widget a {
  text-decoration: none;
}
.bodywebsite .widget a:hover {
  text-decoration: underline;
}
.bodywebsite .widget_archive ul,
.bodywebsite .widget_categories ul,
.bodywebsite .widget_pages ul,
.bodywebsite .widget_nav_menu ul,
.bodywebsite .widget_meta ul,
.bodywebsite .widget_recent_comments ul,
.bodywebsite .widget_recent_entries ul,
.bodywebsite .widget_rss ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .widget_categories ul ul,
.bodywebsite .widget_pages ul ul,
.bodywebsite .widget_nav_menu ul ul {
  padding-top: 6px;
  padding-right: 0;
  padding-left: 24px;
}
.bodywebsite .rtl .widget_categories ul ul,
.bodywebsite .rtl .widget_pages ul ul,
.bodywebsite .rtl .widget_nav_menu ul ul {
  padding-right: 24px;
  padding-left: 0;
}
.bodywebsite .ltr .widget_categories ul ul,
.bodywebsite .ltr .widget_pages ul ul,
.bodywebsite .ltr .widget_nav_menu ul ul {
  padding-right: 0;
  padding-left: 24px;
}
.bodywebsite .widget_archive ul li,
.bodywebsite .widget_categories ul li,
.bodywebsite .widget_pages ul li,
.bodywebsite .widget_nav_menu ul li,
.bodywebsite .widget_meta ul li,
.bodywebsite .widget_recent_comments ul li,
.bodywebsite .widget_recent_entries ul li,
.bodywebsite .widget_rss ul li {
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}
.bodywebsite .widget_rss ul li {
  margin-bottom: 12px;
}
.bodywebsite .widget_archive ul li:last-child,
.bodywebsite .widget_categories ul li:last-child,
.bodywebsite .widget_pages ul li:last-child,
.bodywebsite .widget_nav_menu ul li:last-child,
.bodywebsite .widget_meta ul li:last-child,
.bodywebsite .widget_recent_comments ul li:last-child,
.bodywebsite .widget_recent_entries ul li:last-child,
.bodywebsite .widget_rss ul li:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget_recent_comments ul li {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bodywebsite .widget_recent_comments ul li::before {
  width: 4px;
  height: 4px;
  content: '';
  opacity: .5;
  border-width: 2px;
  margin-right: 12px;
  margin-left: auto;
  border-radius: 50%;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .rtl .widget_recent_comments ul li {
  direction: rtl;
}
.bodywebsite .rtl .widget_recent_comments ul li::before {
  margin-right: auto;
  margin-left: 12px;
}
.bodywebsite .ltr .widget_recent_comments ul li {
  direction: ltr;
}
.bodywebsite .ltr .widget_recent_comments ul li::before {
  margin-right: 12px;
  margin-left: auto;
}
.bodywebsite .widget_archive ul li a,
.bodywebsite .widget_categories ul li a,
.bodywebsite .widget_pages ul li a,
.bodywebsite .widget_nav_menu ul li a,
.bodywebsite .widget_meta ul li a,
.bodywebsite .widget_recent_entries ul li a,
.bodywebsite .widget_rss ul li a {
  display: block;
  position: relative;
}
.bodywebsite .widget_recent_entries ul li a,
.bodywebsite .widget_rss ul li a {
  width: 100%;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bodywebsite .widget_recent_entries ul li a:last-child,
.bodywebsite .widget_rss ul li a:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget_archive ul li a::before,
.bodywebsite .widget_categories ul li a::before,
.bodywebsite .widget_pages ul li a::before,
.bodywebsite .widget_nav_menu ul li a::before,
.bodywebsite .widget_meta ul li a::before,
.bodywebsite .widget_recent_entries ul li a::before,
.bodywebsite .widget_rss ul li a::before {
  width: 4px;
  height: 4px;
  content: '';
  opacity: .5;
  border-width: 2px;
  margin-right: 12px;
  margin-left: auto;
  border-radius: 50%;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .rtl .widget_archive ul li a,
.bodywebsite .rtl .widget_categories ul li a,
.bodywebsite .rtl .widget_pages ul li a,
.bodywebsite .rtl .widget_nav_menu ul li a,
.bodywebsite .rtl .widget_meta ul li a,
.bodywebsite .rtl .widget_recent_entries ul li a,
.bodywebsite .rtl .widget_rss ul li a {
  direction: rtl;
}
.bodywebsite .rtl .widget_archive ul li a::before,
.bodywebsite .rtl .widget_categories ul li a::before,
.bodywebsite .rtl .widget_pages ul li a::before,
.bodywebsite .rtl .widget_nav_menu ul li a::before,
.bodywebsite .rtl .widget_meta ul li a::before,
.bodywebsite .rtl .widget_recent_entries ul li a::before,
.bodywebsite .rtl .widget_rss ul li a::before {
  margin-right: auto;
  margin-left: 12px;
}
.bodywebsite .ltr .widget_archive ul li a,
.bodywebsite .ltr .widget_categories ul li a,
.bodywebsite .ltr .widget_pages ul li a,
.bodywebsite .ltr .widget_nav_menu ul li a,
.bodywebsite .ltr .widget_meta ul li a,
.bodywebsite .ltr .widget_recent_entries ul li a,
.bodywebsite .ltr .widget_rss ul li a {
  direction: ltr;
}
.bodywebsite .ltr .widget_archive ul li a::before,
.bodywebsite .ltr .widget_categories ul li a::before,
.bodywebsite .ltr .widget_pages ul li a::before,
.bodywebsite .ltr .widget_nav_menu ul li a::before,
.bodywebsite .ltr .widget_meta ul li a::before,
.bodywebsite .ltr .widget_recent_entries ul li a::before,
.bodywebsite .ltr .widget_rss ul li a::before {
  margin-right: 12px;
  margin-left: auto;
}
.bodywebsite .widget_archive ul li a span,
.bodywebsite .widget_categories ul li a span {
  float: right;
  opacity: .7;
}
.bodywebsite .rtl .widget_archive ul li a span,
.bodywebsite .rtl .widget_categories ul li a span {
  float: left;
}
.bodywebsite .ltr .widget_archive ul li a span,
.bodywebsite .ltr .widget_categories ul li a span {
  float: right;
}
.bodywebsite .widget_archive ul li a:hover span,
.bodywebsite .widget_categories ul li a:hover span {
  text-decoration: underline;
}
.bodywebsite .widget_recent_entries .date,
.bodywebsite .widget_rss .date {
  display: block;
  margin: 0 0 6px;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .5px;
}
.bodywebsite .widget_recent_entries .widget-title span,
.bodywebsite .widget_rss .widget-title span {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  display: inline-block;
}
.bodywebsite .widget_recent_entries li:last-child span:last-child,
.bodywebsite .widget_rss li:last-child span:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget_rss .widget-title i {
  padding: 0 1px;
  color: #f26522;
}
.bodywebsite .widget_rss .rssSummary {
  display: block;
  font-size: 13px;
  margin: 0 0 6px;
  padding-left: 16px;
}
.bodywebsite .widget_rss li:last-child .rssSummary:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget_rss cite {
  display: block;
  margin: 0 0 6px;
  padding: 0 16px;
  font-weight: 500;
}
.bodywebsite .widget_rss li:last-child cite:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget_nav_menu_horizontal ul {
  width: auto;
  margin: 0 -6px;
  display: inline-block;
}
.bodywebsite .widget_nav_menu_horizontal ul li {
  padding: 0;
  margin: 0 6px;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .widget_nav_menu_horizontal ul li a {
  line-height: 2;
  display: inline-block;
}
.bodywebsite .widget_nav_menu_horizontal ul li:first-child a::before {
  display: none;
}
.bodywebsite .widget_nav_menu_horizontal ul li a span {
  width: 100%;
  display: block;
}
.bodywebsite .widget_calendar table {
  margin: 0;
  width: 100%;
  border-spacing: 0;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
}
.bodywebsite .widget_calendar table th,
.bodywebsite .widget_calendar table td {
  padding: 0;
  line-height: 41px;
  border-width: 1px;
  text-align: center;
  border-style: solid;
  border-color: inherit;
}
.bodywebsite .widget_calendar table th {
  font-weight: 500;
}
.bodywebsite .widget_calendar table caption {
  padding: 0;
  margin: 0 0 12px;
  font-weight: 500;
  caption-side: top;
}
.bodywebsite .widget_calendar table a {
  width: 100%;
  display: inline-block;
}
.bodywebsite .widget_calendar table .pad {
  user-select: none;
}
.bodywebsite .widget_tag_cloud {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.bodywebsite .tagcloud ul {
  padding: 0;
  width: auto;
  font-size: 0;
  margin: -3px;
  line-height: 0;
  list-style: none;
}
.bodywebsite .tagcloud ul li {
  margin: 3px;
  display: inline-block;
}
.bodywebsite .ads-block {
  width: 100%;
  font-size: 0;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 0 36px;
  text-align: center;
}
.bodywebsite .ads-block:last-child {
  margin-bottom: 0;
}
.bodywebsite .ads-block a,
.bodywebsite .ads-block img {
  margin: auto;
  max-width: 100%;
  display: inline-block;
}
.bodywebsite .ads-block ul {
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
}
.bodywebsite .ads-block ul li {
  margin: 0;
  padding: 2px;
  display: inline-block;
}
.bodywebsite .ads-block ul li a,
.bodywebsite .ads-block ul li img {
  width: 125px;
}
.bodywebsite .widget_advertisement {
  text-align: center;
}
.bodywebsite .widget_advertisement .widget-title {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 6px;
  border-bottom-width: 0;
}
.bodywebsite .widget_advertisement .widget-title span::after,
.bodywebsite .widget_advertisement .widget-title span::before {
  display: none;
}
.bodywebsite .widget .form-block-container form {
  margin: 0 0 -12px;
}
.bodywebsite .widget .form-block small {
  margin-top: 0;
}
.bodywebsite .widget .form-block .form-control,
.bodywebsite .widget .form-block small,
.bodywebsite .widget .form-block .alert,
.bodywebsite .widget .form-block .label,
.bodywebsite .widget .form-block [type=button],
.bodywebsite .widget .form-block [type=submit],
.bodywebsite .widget .form-block [type=reset] {
  margin-bottom: 12px;
}
.bodywebsite .widget .form-block .label:not(.label-input-margin-0) input,
.bodywebsite .widget .form-block .label:not(.label-input-margin-0) select,
.bodywebsite .widget .form-block .label:not(.label-input-margin-0) textarea {
  margin-top: 6px;
}
.bodywebsite .widget .form-block .label input[type=range] {
  margin-top: 12px;
}
.bodywebsite .widget .form-block .input-type-radio+.input-type-radio,
.bodywebsite .widget .form-block .input-type-checkbox+.input-type-checkbox {
  margin-top: -12px;
}
.bodywebsite .widget_recent_projects a,
.bodywebsite .widget_recent_projects img,
.bodywebsite .widget_recent_posts a,
.bodywebsite .widget_recent_posts img,
.bodywebsite .widget_gallery a,
.bodywebsite .widget_gallery img {
  width: 100%;
  display: block;
}
.bodywebsite .widget_text .textwidget h1,
.bodywebsite .widget_text .textwidget .h1,
.bodywebsite .widget_text .textwidget h2,
.bodywebsite .widget_text .textwidget .h2,
.bodywebsite .widget_text .textwidget h3,
.bodywebsite .widget_text .textwidget .h3,
.bodywebsite .widget_text .textwidget h4,
.bodywebsite .widget_text .textwidget .h4,
.bodywebsite .widget_text .textwidget h5,
.bodywebsite .widget_text .textwidget .h5,
.bodywebsite .widget_text .textwidget h6,
.bodywebsite .widget_text .textwidget .h6 {
  margin: 0;
  font-weight: 500;
}
.bodywebsite .widget_layered_nav ul,
.bodywebsite .widget_layered_nav_filters ul,
.bodywebsite .widget_rating_filter ul,
.bodywebsite .widget_product_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .widget_product_categories ul ul {
  padding-top: 6px;
  padding-left: 24px;
  padding-right: 0;
}
.bodywebsite .rtl .widget_product_categories ul ul {
  padding-left: 0;
  padding-right: 24px;
}
.bodywebsite .ltr .widget_product_categories ul ul {
  padding-left: 24px;
  padding-right: 0;
}
.bodywebsite .widget_layered_nav ul li,
.bodywebsite .widget_layered_nav_filters ul li,
.bodywebsite .widget_rating_filter ul li,
.bodywebsite .widget_product_categories ul li {
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}
.bodywebsite .widget_layered_nav ul li:last-child,
.bodywebsite .widget_layered_nav_filters ul li:last-child,
.bodywebsite .widget_rating_filter ul li:last-child,
.bodywebsite .widget_product_categories ul li:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget_layered_nav ul li a,
.bodywebsite .widget_layered_nav_filters ul li a,
.bodywebsite .widget_rating_filter ul li a,
.bodywebsite .widget_product_categories ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.bodywebsite .widget_rating_filter ul li a {
  text-align: right;
}
.bodywebsite .rtl .widget_rating_filter ul li a {
  text-align: left;
}
.bodywebsite .ltr .widget_rating_filter ul li a {
  text-align: right;
}
.bodywebsite .widget_layered_nav ul li a::before,
.bodywebsite .widget_product_categories ul li a::before {
  width: 4px;
  height: 4px;
  content: '';
  opacity: .5;
  border-width: 2px;
  margin-right: 12px;
  margin-left: auto;
  border-radius: 50%;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .rtl .widget_layered_nav ul li a,
.bodywebsite .rtl .widget_product_categories ul li a {
  direction: rtl;
}
.bodywebsite .rtl .widget_layered_nav ul li a::before,
.bodywebsite .rtl .widget_product_categories ul li a::before {
  margin-right: auto;
  margin-left: 12px;
}
.bodywebsite .ltr .widget_layered_nav ul li a,
.bodywebsite .ltr .widget_product_categories ul li a {
  direction: ltr;
}
.bodywebsite .ltr .widget_layered_nav ul li a::before,
.bodywebsite .ltr .widget_product_categories ul li a::before {
  margin-right: 12px;
  margin-left: auto;
}
.bodywebsite .widget_layered_nav_filters ul li a::before {
  content: '×';
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 6px;
  margin-left: auto;
  vertical-align: top;
  display: inline-block;
  font-family: sans-serif, serif;
}
.bodywebsite .rtl .widget_layered_nav_filters ul li a {
  direction: rtl;
}
.bodywebsite .rtl .widget_layered_nav_filters ul li a::before {
  margin-right: auto;
  margin-left: 6px;
}
.bodywebsite .ltr .widget_layered_nav_filters ul li a {
  direction: ltr;
}
.bodywebsite .ltr .widget_layered_nav_filters ul li a::before {
  margin-right: 6px;
  margin-left: auto;
}
.bodywebsite .widget_layered_nav ul li a span,
.bodywebsite .widget_product_categories ul li a span {
  float: right;
  opacity: .7;
}
.bodywebsite .rtl .widget_layered_nav ul li a span,
.bodywebsite .rtl .widget_product_categories ul li a span {
  float: left;
}
.bodywebsite .ltr .widget_layered_nav ul li a span,
.bodywebsite .ltr .widget_product_categories ul li a span {
  float: right;
}
.bodywebsite .widget_layered_nav ul li a:hover span,
.bodywebsite .widget_product_categories ul li a:hover span {
  text-decoration: underline;
}
.bodywebsite .widget_rating_filter ul li a .rate {
  float: left;
  width: auto;
  margin-top: 6px;
}
.bodywebsite .rtl .widget_rating_filter ul li a .rate {
  float: right;
}
.bodywebsite .ltr .widget_rating_filter ul li a .rate {
  float: left;
}
.bodywebsite .widget_price_filter {
  overflow: visible;
}
.bodywebsite .widget_price_filter .widget-title {
  overflow: hidden;
}
.bodywebsite .price-slider-form {
  display: block;
}
.bodywebsite .price-slider-form .price-slider-min,
.bodywebsite .price-slider-form .price-slider-max {
  display: none;
}
.bodywebsite .price-slider {
  padding: 0;
  height: 4px;
  cursor: pointer;
  border-width: 0;
  border-radius: 0;
  position: relative;
  margin: 0 auto 18px;
}
.bodywebsite .price-slider .ui-slider-range {
  top: 0;
  z-index: 1;
  height: 100%;
  display: block;
  border-width: 0;
  border-radius: 0;
  position: absolute;
}
.bodywebsite .price-slider .ui-slider-handle {
  top: -4px;
  z-index: 2;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-width: 0;
  margin-left: -5px;
  margin-right: auto;
  position: absolute;
  border-radius: 50%;
  outline: none !important;
  -ms-touch-action: none;
  touch-action: none;
}
.bodywebsite .price-slider-action {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.bodywebsite .price-slider-action .price-slider-label {
  float: right;
  line-height: 30px;
  display: inline-block;
}
.bodywebsite .widget_products ul,
.bodywebsite .widget_top_rated_products ul,
.bodywebsite .widget_recent_reviews ul,
.bodywebsite .widget_recently_viewed_products ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .widget_products ul li,
.bodywebsite .widget_top_rated_products ul li,
.bodywebsite .widget_recent_reviews ul li,
.bodywebsite .widget_recently_viewed_products ul li {
  padding: 0;
  width: 100%;
  display: block;
  margin: 0 0 24px;
  overflow: hidden;
  position: relative;
}
.bodywebsite .widget_products ul li:last-child,
.bodywebsite .widget_top_rated_products ul li:last-child,
.bodywebsite .widget_recent_reviews ul li:last-child,
.bodywebsite .widget_recently_viewed_products ul li:last-child {
  margin-bottom: 0;
}
.bodywebsite .widget_products ul li a img,
.bodywebsite .widget_top_rated_products ul li a img,
.bodywebsite .widget_recent_reviews ul li a img,
.bodywebsite .widget_recently_viewed_products ul li a img {
  width: 42px;
  height: auto;
  float: right;
  margin: -1px 0 0;
  border-radius: 2px;
}
.bodywebsite .rtl .widget_products ul li a img,
.bodywebsite .rtl .widget_top_rated_products ul li a img,
.bodywebsite .rtl .widget_recent_reviews ul li a img,
.bodywebsite .rtl .widget_recently_viewed_products ul li a img {
  float: left;
}
.bodywebsite .ltr .widget_products ul li a img,
.bodywebsite .ltr .widget_top_rated_products ul li a img,
.bodywebsite .ltr .widget_recent_reviews ul li a img,
.bodywebsite .ltr .widget_recently_viewed_products ul li a img {
  float: right;
}
.bodywebsite .widget_products ul li .rate,
.bodywebsite .widget_top_rated_products ul li .rate,
.bodywebsite .widget_recent_reviews ul li .rate,
.bodywebsite .widget_recently_viewed_products ul li .rate {
  width: auto;
  margin: 12px 0;
}
.bodywebsite .widget_products ul li .amount,
.bodywebsite .widget_top_rated_products ul li .amount,
.bodywebsite .widget_recent_reviews ul li .amount,
.bodywebsite .widget_recently_viewed_products ul li .amount {
  width: auto;
  display: block;
  font-weight: 500;
  margin-top: 12px;
}
.bodywebsite .pagination-block {
  margin-top: 54px;
  overflow: hidden;
  text-align: center;
}
.bodywebsite .pagination-block .pagination {
  padding: 0;
  margin: -3px;
  width: auto;
  list-style: none;
  overflow: hidden;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}
.bodywebsite .pagination-block .pagination .page-item {
  padding: 0;
  margin: 3px;
}
.bodywebsite .pagination-block .pagination .disabled {
  opacity: .5;
  cursor: not-allowed;
}
.bodywebsite .pagination-block .pagination .page-item .page-link {
  padding: 6px;
  display: block;
  color: inherit;
  border-width: 0;
  min-width: 36px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
}
.bodywebsite .pagination-block .pagination .page-item .page-link:hover {
  color: inherit;
}
.bodywebsite .pagination-block .pagination .page-item .page-link span {
  font-size: 20px;
  line-height: 20px;
}
.bodywebsite .pager-block {
  overflow: hidden;
}
.bodywebsite .pager-block .pager {
  padding: 0;
  width: auto;
  margin: -18px;
  display: block;
  list-style: none;
}
@media (min-width: 768px) {
  .bodywebsite .pager-block .pager {
    display: -ms-flexbox;
    display: flex;
  }
}
.bodywebsite .pager-block .pager .pager-item {
  margin: 0;
  width: 100%;
  padding: 18px;
  display: block;
}
@media (min-width: 768px) {
  .bodywebsite .pager-block .pager .pager-item {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.bodywebsite .pager-block .pager .previous {
  direction: ltr;
  text-align: left;
}
.bodywebsite .rtl .pager-block .pager .previous {
  direction: rtl;
  text-align: right;
}
.bodywebsite .pager-block .pager .next {
  direction: rtl;
  text-align: right;
}
.bodywebsite .rtl .pager-block .pager .next {
  direction: ltr;
  text-align: left;
}
.bodywebsite .pager-block .pager .pager-item .pager-link {
  padding: 0;
  width: 100%;
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.bodywebsite .pager-block .pager .previous .pager-link {
  padding-left: 36px;
  padding-right: 0;
}
.bodywebsite .rtl .pager-block .pager .previous .pager-link {
  padding-left: 0;
  padding-right: 36px;
}
.bodywebsite .pager-block .pager .next .pager-link {
  padding-left: 0;
  padding-right: 36px;
}
.bodywebsite .rtl .pager-block .pager .next .pager-link {
  padding-left: 36px;
  padding-right: 0;
}
.bodywebsite .pager-block .pager .pager-item .pager-link .pager-arrow {
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  margin-top: -18px;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .pager-block .pager .previous .pager-link .pager-arrow {
  left: 0;
  right: auto;
}
.bodywebsite .rtl .pager-block .pager .previous .pager-link .pager-arrow {
  left: auto;
  right: 0;
}
.bodywebsite .pager-block .pager .next .pager-link .pager-arrow {
  left: auto;
  right: 0;
}
.bodywebsite .rtl .pager-block .pager .next .pager-link .pager-arrow {
  left: 0;
  right: auto;
}
.bodywebsite .pager-block .pager .pager-item .pager-link .pager-image {
  width: 60px;
  border-radius: 50%;
}
.bodywebsite .pager-block .pager .previous .pager-link .pager-image {
  float: left;
  margin-right: 24px;
  margin-left: auto;
}
.bodywebsite .rtl .pager-block .pager .previous .pager-link .pager-image {
  float: right;
  margin-right: auto;
  margin-left: 24px;
}
.bodywebsite .pager-block .pager .next .pager-link .pager-image {
  float: right;
  margin-right: auto;
  margin-left: 24px;
}
.bodywebsite .rtl .pager-block .pager .next .pager-link .pager-image {
  float: left;
  margin-right: 24px;
  margin-left: auto;
}
.bodywebsite .pager-block .pager .pager-link .pager-title {
  z-index: 2;
  width: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
.bodywebsite .pager-block .pager .pager-link .pager-title * {
  margin-top: 0;
  font-weight: 500;
  line-height: 24px;
}
.bodywebsite .pager-block .pager .pager-link .pager-title span {
  z-index: 2;
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
  letter-spacing: .3px;
}
.bodywebsite .pager-block .pager .pager-item .pager-link:hover h6 {
  text-decoration: underline;
}
.bodywebsite .blog-block-wrapper {
  position: relative;
}
.bodywebsite .blog-block-small-image {
  overflow: hidden;
}
.bodywebsite .blog-block .blog-block-header {
  margin-bottom: 36px;
}
.bodywebsite .blog-block .blog-block-header:last-child {
  margin-bottom: 0;
}
.bodywebsite .blog-block .blog-block-header a,
.bodywebsite .blog-block .blog-block-header img {
  width: 100%;
  display: block;
}
.bodywebsite .blog-block .blog-block-body .blog-block-heading .title {
  line-height: 1.3;
}
.bodywebsite .blog-block .blog-block-heading a {
  color: inherit;
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.bodywebsite .blog-block .blog-block-heading a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .blog-block blockquote>* {
  padding: 0;
  margin: 0 0 12px;
}
.bodywebsite .blog-block blockquote .post-format-content-link {
  margin-bottom: 36px;
  display: inline-block;
}
.bodywebsite .blog-block blockquote>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .blog-block blockquote a {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .blog-block blockquote a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .blog-block .blog-block-footer {
  margin-top: 30px;
}
.bodywebsite .blog-block .blog-block-footer>* {
  margin-bottom: 0;
}
.bodywebsite .blog-block-cols-1 .blog-block .blog-block-container,
.bodywebsite .blog-block-cols-1 .pagination-block {
  margin-top: 36px;
}
@media (min-width: 992px) {
  .bodywebsite .blog-block-cols-1 .blog-block .blog-block-container,
  .bodywebsite .blog-block-cols-1 .pagination-block {
    margin-top: 72px;
    padding-top: 72px;
    border-top-width: 1px;
    border-top-style: solid;
  }
}
.bodywebsite .blog-block-cols-1 .grid-item:first-child .blog-block-container {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}
.bodywebsite .blog-block-standard .blog-block .blog-block-footer .read-more-link {
  display: none;
}
@media (min-width: 768px) {
  .bodywebsite .blog-block-standard .blog-block-body .blog-block-heading .title {
    font-size: 1.44rem;
  }
}
.bodywebsite .blog-block-small-image .blog-block .blog-block-footer .read-more-link {
  display: none;
}
@media (min-width: 768px) {
  .bodywebsite .blog-block-small-image .blog-block-body .blog-block-heading .title {
    font-size: 1.44rem;
  }
  .bodywebsite .blog-block-small-image .blog-block:not(.format-quote):not(.format-link) .blog-block-container {
    width: auto;
    margin-left: -18px;
    margin-right: -18px;
    display: -ms-flexbox;
    display: flex;
  }
  .bodywebsite .blog-block-small-image .blog-block:not(.format-quote):not(.format-link) .blog-block-header {
    margin: 0;
    width: 53%;
    max-width: 384px;
    padding-left: 18px;
    padding-right: 18px;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
  }
  .bodywebsite .blog-block-small-image .blog-block:not(.format-quote):not(.format-link) .blog-block-body {
    margin-top: -6px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .bodywebsite .blog-block-small-image .blog-block .blog-block-footer .btn {
    display: none;
  }
  .bodywebsite .blog-block-small-image .blog-block .blog-block-footer .read-more-link {
    display: inline-block;
  }
}
.bodywebsite .blog-block-grid .blog-block .blog-block-footer .read-more-link {
  display: none;
}
@media (min-width: 992px) {
  .bodywebsite .blog-block-grid .blog-block .blog-block-footer .btn {
    display: none;
  }
  .bodywebsite .blog-block-grid .blog-block .blog-block-footer .read-more-link {
    display: inline-block;
  }
}
.bodywebsite .post-media {
  z-index: 1;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 0;
  margin: 0 0 -36px;
  position: relative;
}
@media (min-width: 992px) {
  .bodywebsite .post-media {
    margin-bottom: 0;
  }
}
.bodywebsite .post-media-container {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.bodywebsite .post-media .post-media-header {
  margin: 0;
  z-index: 2;
  padding: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.bodywebsite .post-media .post-media-header>* {
  margin: 0 0 36px;
}
.bodywebsite .post-media .post-media-header>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .post-media blockquote .post-format-content-link {
  margin-bottom: 36px;
  display: inline-block;
}
.bodywebsite .post-media blockquote .post-format-content-link:last-child {
  margin-bottom: 0;
}
.bodywebsite .post-media blockquote h2 {
  margin: 0 0 24px;
}
.bodywebsite .post-media blockquote h2:last-child {
  margin-bottom: 0;
}
.bodywebsite .post-media blockquote a {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .post-media blockquote a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .post-media blockquote cite {
  line-height: 1;
}
.bodywebsite .blog-block-inner {
  margin-bottom: 0;
}
.bodywebsite .blog-block-inner .blog-block-inner-heading {
  margin-bottom: 36px;
}
.bodywebsite .blog-block-inner .blog-block-inner-footer {
  margin-top: 0;
}
.bodywebsite .blog-block-inner .blog-block-inner-footer>* {
  line-height: 1.6;
  padding-top: 54px;
}
@media (min-width: 992px) {
  .bodywebsite .blog-block-inner .blog-block-inner-footer>* {
    padding-top: 72px;
  }
}
.bodywebsite .blog-block-inner .blog-block-inner-footer .pager-block {
  margin-top: 54px;
  padding-top: 54px;
  border-top-width: 1px;
  border-top-style: solid;
}
@media (min-width: 992px) {
  .bodywebsite .blog-block-inner .blog-block-inner-footer .pager-block {
    margin-top: 72px;
    padding-top: 72px;
  }
}
.bodywebsite .author-block .section-title-small {
  margin-bottom: 36px;
}
.bodywebsite .author-block .avatar {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 24px;
}
.bodywebsite .author-block .avatar a,
.bodywebsite .author-block .avatar img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .bodywebsite .author-block .avatar {
    float: left;
    margin-bottom: 0;
    margin-right: 36px;
    margin-left: auto;
  }
  .bodywebsite .rtl .author-block .avatar {
    float: right;
    margin-right: auto;
    margin-left: 36px;
  }
}
.bodywebsite .author-block .bio {
  display: block;
  overflow: hidden;
  position: relative;
}
.bodywebsite .author-block .bio a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.bodywebsite .author-block .bio a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .author-block .bio>* {
  margin-bottom: 12px;
}
.bodywebsite .author-block .bio>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .author-block .bio>.social-networks {
  margin-top: 18px;
}
.bodywebsite .related-block .section-title-small {
  margin-bottom: 36px;
}
.bodywebsite .comments-block .section-title-small {
  margin-bottom: 36px;
}
.bodywebsite .comments-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bodywebsite .comments-block-list .comments-block-list {
  padding-left: 36px;
  padding-right: 0;
}
.bodywebsite .rtl .comments-block-list .comments-block-list {
  padding-left: 0;
  padding-right: 36px;
}
@media (min-width: 768px) {
  .bodywebsite .comments-block-list .comments-block-list {
    padding-left: 84px;
    padding-right: 0;
  }
  .bodywebsite .rtl .comments-block-list .comments-block-list {
    padding-left: 0;
    padding-right: 84px;
  }
}
.bodywebsite .comments-block-list .comments-block-item {
  padding: 0;
  width: 100%;
  display: block;
  margin: 54px 0 0;
}
@media (min-width: 1200px) {
  .bodywebsite .comments-block-list .comments-block-item {
    margin-top: 72px;
  }
}
.bodywebsite .comments-block-list:first-child>.comments-block-item:first-child {
  margin-top: 0;
}
.bodywebsite .comment-block {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.bodywebsite .comment-block .comment-block-header {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .bodywebsite .comment-block .comment-block-header {
    float: left;
    margin-bottom: 0;
    margin-right: 36px;
    margin-left: auto;
  }
  .bodywebsite .rtl .comment-block .comment-block-header {
    float: right;
    margin-right: auto;
    margin-left: 36px;
  }
}
.bodywebsite .comment-block .comment-block-header a,
.bodywebsite .comment-block .comment-block-header img {
  width: 100%;
  display: block;
}
.bodywebsite .comment-block .comment-block-body {
  width: auto;
  display: block;
  overflow: hidden;
}
.bodywebsite .comment-block .comment-block-heading {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  line-height: 0;
}
.bodywebsite .comment-block .comment-block-heading a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.bodywebsite .comment-block .comment-block-heading a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .comment-block .comment-block-heading>*,
.bodywebsite .comment-block .comment-block-heading>*:last-child {
  line-height: 1.2;
  margin: 0 0 12px;
  display: inline-block;
}
.bodywebsite .comment-block .comment-block-footer {
  margin-top: 18px;
}
.bodywebsite .reply-block .section-title-small {
  margin-bottom: 36px;
}
.bodywebsite .blog-block-search {
  margin-bottom: 36px;
}
.bodywebsite .blog-block-search .meta-block {
  margin-bottom: 18px;
}
.bodywebsite .blog-block-search .blog-block-footer {
  margin-top: 36px;
}
.bodywebsite .blog-block-search .blog-block-footer .font-size-12 {
  font-size: 14px;
}
.bodywebsite .portfolio-block-wrapper {
  position: relative;
}
.bodywebsite .portfolio-block .portfolio-block-header {
  margin-bottom: 36px;
}
.bodywebsite .portfolio-block .portfolio-block-header:last-child {
  margin-bottom: 0;
}
.bodywebsite .portfolio-block .portfolio-block-header a,
.bodywebsite .portfolio-block .portfolio-block-header img {
  width: 100%;
  display: block;
}
.bodywebsite .portfolio-block .portfolio-block-heading a {
  color: inherit;
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.bodywebsite .portfolio-block .portfolio-block-heading a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .portfolio-block .portfolio-block-footer {
  margin-top: 30px;
}
.bodywebsite .portfolio-block .portfolio-block-footer>* {
  margin-bottom: 0;
}
.bodywebsite .portfolio-block .portfolio-block-body .portfolio-block-heading .title {
  line-height: 1.3;
}
.bodywebsite .portfolio-block-layout-1 .portfolio-block .portfolio-block-header .bg-zoom {
  display: none;
}
@media (min-width: 992px) {
  .bodywebsite .portfolio-block-layout-1 .portfolio-block-body .portfolio-block-heading .title {
    font-size: 1.44rem;
  }
}
.bodywebsite .portfolio-block .portfolio-block-header:hover .bg-zoom {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bodywebsite .portfolio-block .portfolio-block-footer .read-more-link {
  display: none;
}
@media (min-width: 992px) {
  .bodywebsite .portfolio-block-layout-1 .portfolio-block-container {
    font-size: 0;
    line-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .bodywebsite .portfolio-block-layout-1 .portfolio-block-header {
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    right: auto;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    display: inline-block;
    width: calc(128%);
  }
  .bodywebsite .rtl .portfolio-block-layout-1 .portfolio-block-header {
    left: auto;
    right: 0;
  }
  .bodywebsite .portfolio-block-layout-1 .portfolio-block .portfolio-block-header .bg-zoom {
    display: block;
  }
  .bodywebsite .portfolio-block-layout-1 .portfolio-block .portfolio-block-header a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .bodywebsite .portfolio-block-layout-1 .portfolio-block .portfolio-block-header img {
    display: none;
  }
  .bodywebsite .portfolio-block-layout-1 .portfolio-block-body {
    z-index: 2;
    padding: 36px;
    font-size: 1rem;
    line-height: 1.5;
    border-width: 1px;
    border-radius: 2px;
    border-style: solid;
    display: inline-block;
    width: calc(32%);
    margin: 72px 0 72px auto;
  }
  .bodywebsite .rtl .portfolio-block-layout-1 .portfolio-block-body {
    margin: 72px auto 72px 0;
  }
  .bodywebsite .portfolio-block-layout-1 .portfolio-block .portfolio-block-footer .btn {
    display: none;
  }
  .bodywebsite .portfolio-block-layout-1 .portfolio-block .portfolio-block-footer .read-more-link {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .bodywebsite .portfolio-block-layout-1 .portfolio-block-body {
    background-color: transparent;
  }
}
.bodywebsite .portfolio-block-layout-3 .portfolio-block-container {
  overflow: hidden;
}
.bodywebsite .portfolio-block-layout-3 .portfolio-block .portfolio-block-header {
  margin-bottom: 0;
}
.bodywebsite .portfolio-block-layout-3 .portfolio-block-body {
  z-index: 3;
  width: auto;
  border-width: 1px;
  border-radius: 2px;
  padding: 24px 30px;
  border-style: solid;
  margin: -48px 36px 0;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block .portfolio-block-header {
  margin-bottom: 0;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block-body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  position: absolute;
  padding: 24px 30px;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block-heading {
  margin: auto 0 0;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block-body .portfolio-block-heading .title,
.bodywebsite .portfolio-block-layout-4 .portfolio-block-body .portfolio-block-heading .meta-block {
  opacity: 0;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block-body .portfolio-block-heading .title a,
.bodywebsite .portfolio-block-layout-4 .portfolio-block-body .portfolio-block-heading .meta-block a,
.bodywebsite .portfolio-block-layout-4 .portfolio-block-body .portfolio-block-heading .title a:hover,
.bodywebsite .portfolio-block-layout-4 .portfolio-block-body .portfolio-block-heading .meta-block a:hover {
  opacity: 1;
  color: inherit;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block-container:hover .portfolio-block-body {
  opacity: 1;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block-container:hover .portfolio-block-heading .title {
  opacity: 1;
  -webkit-animation: secondIconAnimation .6s ease forwards;
  animation: secondIconAnimation .6s ease forwards;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block-container:hover .portfolio-block-heading .meta-block {
  opacity: 1;
  -webkit-animation: firstIconAnimation .6s ease forwards;
  animation: firstIconAnimation .6s ease forwards;
}
.bodywebsite .portfolio-block-layout-4 .portfolio-block .overlay-effect::after {
  display: none;
}
.bodywebsite .portfolio-block-inner {
  margin-bottom: 0;
}
.bodywebsite .portfolio-block-inner .portfolio-block-inner-heading {
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .bodywebsite .portfolio-block-inner-content .post-info-block {
    margin-bottom: 0;
  }
}
.bodywebsite .portfolio-block-inner .portfolio-block-inner-footer {
  margin-top: 0;
}
.bodywebsite .portfolio-block-inner .portfolio-block-inner-footer>* {
  line-height: 1.6;
  padding-top: 54px;
}
@media (min-width: 992px) {
  .bodywebsite .portfolio-block-inner .portfolio-block-inner-footer>* {
    padding-top: 72px;
  }
}
.bodywebsite .portfolio-block-inner .portfolio-block-inner-footer .pager-block {
  margin-top: 54px;
  padding-top: 54px;
  border-top-width: 1px;
  border-top-style: solid;
}
@media (min-width: 992px) {
  .bodywebsite .portfolio-block-inner .portfolio-block-inner-footer .pager-block {
    margin-top: 72px;
    padding-top: 72px;
  }
}
.bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-header:last-child {
  margin-bottom: 36px;
}
.bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-header>* {
  margin: 0 0 36px !important;
}
.bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-header>*:last-child {
  margin-bottom: 0 !important;
}
.bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-body {
  margin-top: 36px;
}
.bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-body {
  margin-top: 0;
}
@media (min-width: 992px) {
  .bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-header {
    padding-left: 0;
    padding-right: 9px;
  }
  .bodywebsite .rtl .portfolio-block-inner-sbs .portfolio-block-inner-sbs-header {
    padding-left: 9px;
    padding-right: 0;
  }
  .bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-header:last-child {
    margin-bottom: 0;
  }
  .bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-body {
    padding-left: 9px;
    padding-right: 0;
    left: auto !important;
    right: auto !important;
  }
  .bodywebsite .rtl .portfolio-block-inner-sbs .portfolio-block-inner-sbs-body {
    padding-left: 0;
    padding-right: 9px;
  }
  .bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-body {
    margin-top: 72px;
  }
  .bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-body {
    margin-top: 0;
  }
}
.bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-body .share-block {
  margin-top: 36px;
}
.bodywebsite .shop-mini-cart {
  margin: 0;
  z-index: 16;
  font-size: 12px;
  padding: 12px 0;
  overflow: hidden;
  font-weight: 500;
  line-height: 18px;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-list {
  margin: 0;
  list-style: none;
  padding: 0 0 6px;
  background-color: transparent;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-list .shop-mini-cart-item {
  margin: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 12px 24px 6px;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-list .shop-mini-cart-item a:not(.btn-remove) {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto 6px;
  text-decoration: none;
  letter-spacing: .5px;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-list .shop-mini-cart-item a:not(.btn-remove):hover {
  text-decoration: underline;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-list .shop-mini-cart-item .btn-remove {
  padding: 0;
  z-index: 10;
  width: 12px;
  height: 12px;
  float: right;
  margin: -3px 0 0;
  text-align: right;
  line-height: 12px;
  position: relative;
  font-family: sans-serif, serif;
  text-decoration: none !important;
}
.bodywebsite .rtl .shop-mini-cart .shop-mini-cart-list .shop-mini-cart-item .btn-remove {
  float: left;
  text-align: left;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-list .shop-mini-cart-item a img {
  width: 42px;
  height: auto;
  float: right;
  border-radius: 2px;
  margin: -1px 6px 0;
  background-color: #fff;
}
.bodywebsite .rtl .shop-mini-cart .shop-mini-cart-list .shop-mini-cart-item a img {
  float: left;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-item .quantity {
  padding: 0;
  width: 100%;
  opacity: .8;
  display: block;
  margin: 0 auto 6px;
  letter-spacing: .5px;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-total {
  width: auto;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
  padding: 12px 24px;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-total .amount {
  float: right;
}
.bodywebsite .rtl .shop-mini-cart .shop-mini-cart-total .amount {
  float: left;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-total * {
  font-weight: 600;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-buttons {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 12px 24px 0;
}
.bodywebsite .shop-mini-cart .shop-mini-cart-buttons a {
  width: 100%;
  display: block;
  margin: 0 auto 12px;
}
.bodywebsite .order-table>tfoot>* {
  border-width: 0;
}
.bodywebsite .order-table>tfoot>*>* {
  padding: 12px 18px 0;
}
.bodywebsite .order-table>tfoot>*:last-child>* {
  padding-bottom: 12px;
}
.bodywebsite .order-table tfoot th {
  font-weight: inherit;
}
.bodywebsite .order-table tfoot tr:last-child {
  font-weight: 500;
}
.bodywebsite .cart-table th,
.bodywebsite .cart-table td {
  vertical-align: middle;
}
.bodywebsite .cart-table .product-purchase {
  padding: 18px;
}
.bodywebsite .cart-table .input-type-checkbox,
.bodywebsite .cart-table .form-control {
  margin-bottom: 0;
}
.bodywebsite .cart-table .form-control[type=number] {
  width: 96px;
}
.bodywebsite .cart-table .btn-remove,
.bodywebsite .cart-table .btn-remove:hover {
  padding: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  color: red;
  text-decoration: none;
  font-family: sans-serif, serif;
}
.bodywebsite .actions .coupon,
.bodywebsite .form-block-coupon .coupon {
  padding: 0;
  width: 100%;
  float: left;
  margin: 12px 0;
  text-align: left;
  max-width: 408px;
  overflow: hidden;
  position: relative;
}
.bodywebsite .rtl .actions .coupon {
  float: right;
  text-align: right;
}
.bodywebsite .form-block-coupon .coupon {
  float: none;
  max-width: 100%;
  margin: 0 0 24px;
}
.bodywebsite .actions .coupon::before,
.bodywebsite .form-block-coupon .coupon::before {
  top: 0;
  left: 0;
  right: auto;
  z-index: 10;
  width: 44px;
  height: 44px;
  text-indent: 0;
  color: inherit;
  font-weight: 900;
  content: '\f06b';
  line-height: 44px;
  position: absolute;
  text-align: center;
  font-family: 'font awesome 5 free';
}
.bodywebsite .rtl .actions .coupon::before,
.bodywebsite .rtl .form-block-coupon .coupon::before {
  left: auto;
  right: 0;
}
.bodywebsite .actions .coupon .form-control,
.bodywebsite .form-block-coupon .coupon .form-control {
  margin-bottom: 0;
  border-width: 2px;
  padding-left: 36px;
  padding-right: 36px;
  border-style: dashed;
}
.bodywebsite .actions .coupon button,
.bodywebsite .form-block-coupon .coupon button {
  top: 0;
  right: 0;
  margin: 0;
  left: auto;
  z-index: 3;
  padding: 0;
  width: 44px;
  height: 44px;
  color: inherit;
  border-radius: 0;
  line-height: 44px;
  position: absolute;
  background-color: transparent;
}
.bodywebsite .rtl .actions .coupon button,
.bodywebsite .rtl .form-block-coupon .coupon button {
  right: auto;
  left: 0;
}
.bodywebsite .actions .coupon+button {
  margin: 12px 0;
}
.bodywebsite .wishlist-table th,
.bodywebsite .wishlist-table td {
  vertical-align: middle;
}
.bodywebsite .wishlist-table .btn,
.bodywebsite .wishlist-table .form-control {
  margin-bottom: 0;
}
.bodywebsite .wishlist-table a:not(.btn) {
  color: inherit;
  margin-bottom: 6px;
  text-decoration: none;
  display: inline-block;
}
.bodywebsite .wishlist-table a:not(.btn):hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .wishlist-table .row-actions {
  overflow: hidden;
  position: relative;
  margin-bottom: -6px;
}
.bodywebsite .shop-items-info {
  margin: 0 0 12px;
}
.bodywebsite .shop-items-info .result,
.bodywebsite .shop-items-info .orderby {
  margin: 0 0 24px;
}
.bodywebsite .shop-block .shop-block-header {
  margin-bottom: 36px;
}
.bodywebsite .shop-block .shop-block-header:last-child {
  margin-bottom: 0;
}
.bodywebsite .shop-block .shop-block-header a,
.bodywebsite .shop-block .shop-block-header img {
  width: 100%;
  display: block;
}
.bodywebsite .shop-block .shop-block-body .shop-block-heading .title {
  line-height: 1.3;
}
.bodywebsite .shop-block .shop-block-heading a {
  color: inherit;
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.bodywebsite .shop-block .shop-block-heading a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .shop-block .shop-block-heading .product-price {
  margin: 12px 0 0;
}
.bodywebsite .shop-block .shop-block-heading .product-price:first-child {
  margin-top: 0;
}
.bodywebsite .shop-block .shop-block-heading .product-price,
.bodywebsite .shop-block .shop-block-heading .product-price .price {
  width: 100%;
  height: 18px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.bodywebsite .shop-block .shop-block-heading .product-price .btn-add-to-cart {
  height: 18px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.bodywebsite .shop-block .shop-block-heading .product-price .btn-add-to-cart i {
  font-size: 12px;
}
.bodywebsite .shop-block-front .shop-block .shop-block-container:hover .product-price .price:nth-last-child(2) {
  margin-top: -18px;
}
.bodywebsite .shop-block-inner {
  margin-bottom: 0;
}
.bodywebsite .shop-block-inner-sbs .shop-block-inner-sbs-header:last-child {
  margin-bottom: 36px;
}
.bodywebsite .shop-block-inner-sbs .shop-block-inner-body {
  margin-top: 36px;
}
.bodywebsite .shop-block-inner-sbs .shop-block-inner-sbs-body {
  margin-top: 0;
}
@media (min-width: 992px) {
  .bodywebsite .shop-block-inner-sbs .shop-block-inner-sbs-header {
    padding-left: 0;
    padding-right: 9px;
  }
  .bodywebsite .rtl .shop-block-inner-sbs .shop-block-inner-sbs-header {
    padding-left: 9px;
    padding-right: 0;
  }
  .bodywebsite .shop-block-inner-sbs .shop-block-inner-sbs-header:last-child {
    margin-bottom: 0;
  }
  .bodywebsite .shop-block-inner-sbs .shop-block-inner-sbs-body {
    padding-left: 9px;
    padding-right: 0;
  }
  .bodywebsite .rtl .shop-block-inner-sbs .shop-block-inner-sbs-body {
    padding-left: 0;
    padding-right: 9px;
  }
  .bodywebsite .shop-block-inner-sbs .shop-block-inner-body {
    margin-top: 72px;
  }
  .bodywebsite .shop-block-inner-sbs .shop-block-inner-sbs-body {
    margin-top: 0;
  }
}
.bodywebsite .portfolio-block-inner-sbs .portfolio-block-inner-sbs-body .share-block {
  margin-top: 36px;
}
.bodywebsite .shop-block .shop-block-content .product-rating {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 12px auto;
  position: relative;
}
.bodywebsite .shop-block .shop-block-content .product-rating a {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .shop-block .shop-block-content .product-rating a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .shop-block .shop-block-content .product-rating .rate {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .shop-block .shop-block-content .product-price {
  margin: 18px 0 0;
}
.bodywebsite .shop-block .shop-block-content .product-price ins {
  margin: auto 6px;
  text-decoration: none;
}
.bodywebsite .shop-block .shop-block-content .product-description {
  margin: 36px 0 0;
  padding: 36px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
}
.bodywebsite .shop-block .shop-block-content .product-add-to-cart {
  width: auto;
  font-size: 0;
  display: block;
  line-height: 0;
  margin: 12px -9px 0;
}
.bodywebsite .shop-block .shop-block-content .product-add-to-cart .form-control {
  width: auto;
  max-width: 96px;
  margin: 24px 9px 0;
  display: inline-block;
  vertical-align: middle;
}
.bodywebsite .shop-block .shop-block-content .product-add-to-cart .btn {
  margin: 24px 9px 0;
  vertical-align: middle;
}
.bodywebsite .shop-block .shop-block-content .post-info-block {
  margin: 36px 0 0;
  padding: 36px 0 0;
}
.bodywebsite .shop-block .shop-block-content .post-info-block a {
  color: inherit;
  text-decoration: none;
}
.bodywebsite .shop-block .shop-block-content .post-info-block a:hover {
  color: inherit;
  text-decoration: underline;
}
.bodywebsite .shop-block .shop-block-content .share-block {
  margin: 36px 0 0;
}
.bodywebsite .shop-block .shop-block-content .tabs-block .tab-content .tab-pane {
  padding-top: 36px;
}
.bodywebsite .shop-block .shop-block-content .tabs-block .tab-content .tab-pane .comments-block-list .comments-block-item,
.bodywebsite .shop-block .shop-block-content .tabs-block .tab-content .tab-pane .reply-block {
  margin-top: 36px;
}
.bodywebsite .shop-block .shop-block-content .tabs-block .tab-content .tab-pane .comments-block-list .comments-block-item:first-child,
.bodywebsite .shop-block .shop-block-content .tabs-block .tab-content .tab-pane .reply-block:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .bodywebsite .shop-block .shop-block-content .tabs-block {
    margin-bottom: 72px;
  }
}
.bodywebsite #payment {
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  overflow: hidden;
  margin: 0 auto 36px;
}
.bodywebsite #payment li {
  width: 100%;
  display: block;
  margin: 0 0 12px;
  overflow: hidden;
  position: relative;
}
.bodywebsite #payment li:last-child {
  margin-bottom: 0;
}
.bodywebsite #payment .label {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.bodywebsite #payment li img {
  float: right;
  max-height: 36px;
}
.bodywebsite #payment li .payment-content {
  width: 100%;
  padding: 24px;
  display: none;
  border-radius: 2px;
  margin: 12px auto 0;
}
.bodywebsite .footer-section {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite .footer-section-top {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite .footer-section-top .main-section {
  padding-top: 72px;
  padding-bottom: 18px;
}
@media (min-width: 1400px) {
  .bodywebsite .footer-section-top .main-section {
    padding-top: 108px;
    padding-bottom: 54px;
  }
}
.bodywebsite .footer-section-top .widget .widget-title {
  border-color: transparent;
}
.bodywebsite .footer-section-top .widget .widget-title span::before,
.bodywebsite .footer-section-top .widget .widget-title span::after {
  display: none;
}
.bodywebsite .footer-section-copyright {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bodywebsite .footer-section-copyright .main-section {
  padding-top: 24px;
  padding-bottom: 12px;
}
.bodywebsite .footer-section-copyright-content {
  margin-bottom: 12px;
}
.bodywebsite .footer-section-copyright-content>*:last-child {
  margin-bottom: 0;
}
.bodywebsite .table {
  color: #666;
  border-color: #ededed;
  --bs-table-bg: transparent;
  --bs-table-striped-color: #666666;
  --bs-table-striped-bg: #f9f9f9;
  --bs-table-active-color: #666666;
  --bs-table-active-bg: #f5f5f5;
  --bs-table-hover-color: #666666;
  --bs-table-hover-bg: #f5f5f5;
}
.bodywebsite .accent-color,
.bodywebsite .accent-color-hover:hover,
.bodywebsite a:hover,
.bodywebsite .btn-accent.btn-outline,
.bodywebsite .btn-accent.btn-outline-reverse:hover,
.bodywebsite .tabs-block .nav-tabs .nav-link.active,
.bodywebsite .read-more-link:not(.btn),
.bodywebsite .read-more-link:not(.btn):hover,
.bodywebsite .accordion-button:hover,
.bodywebsite .accordion-button[aria-expanded=true],
.bodywebsite .shop-block .shop-block-heading .product-price {
  color: #4672d8;
}
.bodywebsite .accent-color-bg,
.bodywebsite .btn-accent,
.bodywebsite .btn-accent.btn-outline:hover,
.bodywebsite .widget_calendar table tbody a:not(.btn),
.bodywebsite .widget_calendar table tbody a:not(.btn):hover,
.bodywebsite .alert-accent,
.bodywebsite .mejs__audio .mejs__controls,
.bodywebsite .social-networks ul li:hover a i,
.bodywebsite .social-networks.social-networks-layout-transparent ul li:hover a i,
.bodywebsite .social-networks.social-networks-layout-2 ul li a:first-child *,
.bodywebsite .price-slider .ui-slider-range,
.bodywebsite .price-slider .ui-slider-handle,
.bodywebsite .pagination-block .page-item.active .page-link,
.bodywebsite .pagination-block .page-item.active .page-link:hover,
.bodywebsite .form-block-sign .form-block-sign-logo,
.bodywebsite .nav-menu-block-layout-2 ul li a:hover,
.bodywebsite .nav-menu-block-layout-2 ul li.active a,
.bodywebsite input[type=checkbox].form-control:checked {
  background-color: #4672d8;
}
.bodywebsite .accent-color-border,
.bodywebsite .btn-accent,
.bodywebsite .btn-accent.btn-outline:hover,
.bodywebsite .form-control:focus,
.bodywebsite input[type=radio].form-control:checked,
.bodywebsite input[type=checkbox].form-control:checked,
.bodywebsite input[type=checkbox].form-control:checked:focus,
.bodywebsite .alert-accent,
.bodywebsite .tabs-block .nav-tabs .nav-link.active,
.bodywebsite .tabs-block-vertical .nav-tabs .nav-link.active::before,
.bodywebsite .timeline-block-body {
  border-color: #4672d8;
}
.bodywebsite a,
.bodywebsite a:hover {
  text-decoration-color: #4672d8;
}
.bodywebsite .accent-alt-color {
  color: #2b5bcc;
}
.bodywebsite .accent-alt-color-bg,
.bodywebsite .btn-accent:not(.btn-outline):not(.btn-outline-reverse):hover {
  background-color: #2b5bcc;
}
.bodywebsite .accent-alt-color-border,
.bodywebsite .btn-accent:not(.btn-outline):not(.btn-outline-reverse):hover {
  border-color: #2b5bcc;
}
.bodywebsite .heading-color,
.bodywebsite .heading-color-hover:hover,
.bodywebsite a,
.bodywebsite h1,
.bodywebsite .h1:not([class*=-color]),
.bodywebsite h2,
.bodywebsite .h2:not([class*=-color]),
.bodywebsite h3,
.bodywebsite .h3:not([class*=-color]),
.bodywebsite h4,
.bodywebsite .h4:not([class*=-color]),
.bodywebsite h5,
.bodywebsite .h5:not([class*=-color]),
.bodywebsite h6,
.bodywebsite .h6:not([class*=-color]),
.bodywebsite .navbar-brand,
.bodywebsite .navbar-brand:hover,
.bodywebsite .header-section-layout-3 .header-middle-section .navbar-brand,
.bodywebsite .header-section-layout-3 .header-middle-section .navbar-brand:hover,
.bodywebsite .navbar-toggler,
.bodywebsite .navbar-toggler:hover,
.bodywebsite .desktop-menu>.navbar-nav>.nav-item>.nav-link:not(.btn),
.bodywebsite .desktop-menu .header-menu-buttons .nav-item .nav-link,
.bodywebsite .form-control,
.bodywebsite .label,
.bodywebsite .desktop-menu .header-menu-buttons .form-block-container .btn-form-block-header-search-close,
.bodywebsite .desktop-menu .header-menu-buttons .form-block-container .btn-form-block-header-search-close:hover,
.bodywebsite .widget a:not(.btn),
.bodywebsite .widget a:not(.btn):hover,
.bodywebsite .tabs-block .nav-tabs .nav-link,
.bodywebsite .twitter-feed-block-item .twitter-feed-block-item-footer,
.bodywebsite .meta-block,
.bodywebsite .pagination-block,
.bodywebsite .isotope-filter,
.bodywebsite .post-info-block b,
.bodywebsite .post-info-block strong,
.bodywebsite .form-block-sign .form-block-sign-message,
.bodywebsite .shop-block .product-rating {
  color: #292929;
}
.bodywebsite .heading-color-bg {
  background-color: #292929;
}
.bodywebsite .heading-color-border {
  border-color: #292929;
}
.bodywebsite .body-color,
.bodywebsite .body-color-hover:hover,
.bodywebsite body,
.bodywebsite .desktop-menu>.navbar-nav>.nav-item>.nav-link:not(.btn):hover,
.bodywebsite .desktop-menu>.navbar-nav>.nav-item.active>.nav-link:not(.btn),
.bodywebsite .desktop-menu>.navbar-nav>.nav-item:hover>.nav-link:not(.btn),
.bodywebsite .desktop-menu>.navbar-nav>.nav-item>.nav-link.active:not(.btn),
.bodywebsite .desktop-menu .header-menu-buttons .nav-item .nav-link:hover,
.bodywebsite .desktop-menu .header-menu-buttons .nav-item:hover .nav-link,
.bodywebsite .social-networks ul li a i,
.bodywebsite .blog-block-search .meta-block,
.bodywebsite .form-block-sign .form-block-sign-footer {
  color: #666;
}
.bodywebsite .body-color-bg {
  background-color: #666;
}
.bodywebsite .body-color-border {
  border-color: #666;
}
.bodywebsite .grey-1-color {
  color: #f9f9f9;
}
.bodywebsite .grey-1-color-bg,
.bodywebsite .breadcrumb-section:not([class*=-color-bg]),
.bodywebsite .social-networks ul li a i,
.bodywebsite .post-info-block,
.bodywebsite .nav-menu-block-layout-2 ul li a,
.bodywebsite #payment li .payment-content,
.bodywebsite pre {
  background-color: #f9f9f9;
}
.bodywebsite .grey-1-color-border {
  border-color: #f9f9f9;
}
.bodywebsite .grey-2-color {
  color: #ededed;
}
.bodywebsite .grey-2-color-bg,
.bodywebsite .header-menu-buttons-divider,
.bodywebsite .header-middle-section-widget::after,
.bodywebsite .header-section-layout-3 .header-middle-section .navbar-brand:last-child::after,
.bodywebsite .price-slider,
.bodywebsite .pagination-block .page-item .page-link:hover {
  background-color: #ededed;
}
.bodywebsite .grey-2-color-border,
.bodywebsite .header-top-section-container,
.bodywebsite .breadcrumb-section:not([class*=-color-border]),
.bodywebsite .form-control,
.bodywebsite .accordion-alt,
.bodywebsite .widget-title span::before,
.bodywebsite .widget-title span::after,
.bodywebsite .widget_calendar table,
.bodywebsite .table>:not(:last-child)>:last-child>*,
.bodywebsite .tabs-block .nav-tabs,
.bodywebsite .tabs-block-vertical .nav-tabs .nav-link,
.bodywebsite .tabs-block-vertical .nav-tabs .nav-link.active,
.bodywebsite .timeline-block,
.bodywebsite .twitter-feed-block-layout-1 .twitter-feed-block-item,
.bodywebsite .blog-block-cols-1 .blog-block .blog-block-container,
.bodywebsite .blog-block-cols-1 .pagination-block,
.bodywebsite .blog-block-inner .pager-block,
.bodywebsite .portfolio-block-inner .pager-block,
.bodywebsite .section-title-small span::after,
.bodywebsite .section-title-small span::before,
.bodywebsite .portfolio-block-layout-1 .portfolio-block-body,
.bodywebsite .portfolio-block-layout-3 .portfolio-block-body,
.bodywebsite .post-info-block,
.bodywebsite .form-block-sign .form-block-sign-message,
.bodywebsite .form-block-sign .form-block-sign-footer,
.bodywebsite input[type=checkbox].form-control:focus,
.bodywebsite .shop-block .shop-block-content .product-description {
  border-color: #ededed;
}
.bodywebsite .grey-3-color,
.bodywebsite .mobile-menu .nav-link:not(.btn),
.bodywebsite .desktop-menu .navbar-nav ul .nav-link,
.bodywebsite .header-menu .form-block-header-search-mobile .form-control,
.bodywebsite .header-menu .form-block-header-search-mobile button {
  color: #b2b2b2;
}
.bodywebsite .header-menu .form-block-header-search-mobile .form-control:-moz-placeholder {
  color: #b2b2b2;
}
.bodywebsite .header-menu .form-block-header-search-mobile .form-control::-moz-placeholder {
  color: #b2b2b2;
}
.bodywebsite .header-menu .form-block-header-search-mobile .form-control:-ms-input-placeholder {
  color: #b2b2b2;
}
.bodywebsite .header-menu .form-block-header-search-mobile .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
}
.bodywebsite .grey-3-color-bg,
.bodywebsite .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: #b2b2b2;
}
.bodywebsite .grey-3-color-border {
  border-color: #b2b2b2;
}
.bodywebsite .grey-4-color-bg {
  background-color: #f8f9fb;
}
.bodywebsite .dark-1-color {
  color: #151515;
}
.bodywebsite .dark-1-color-bg {
  background-color: #151515;
}
.bodywebsite .dark-1-color-border {
  border-color: #151515;
}
.bodywebsite .dark-2-color {
  color: #050b1a;
}
.bodywebsite .dark-2-color-bg {
  background-color: #050b1a;
}
.bodywebsite .dark-2-color-border {
  border-color: #050b1a;
}
.bodywebsite .dark-3-color {
  color: #1a1a1a;
}
.bodywebsite .dark-3-color-bg,
.bodywebsite .footer-section-top,
.bodywebsite .footer-section-copyright {
  background-color: #1a1a1a;
}
.bodywebsite .dark-3-color-border {
  border-color: #1a1a1a;
}
.bodywebsite .dark-4-color {
  color: #1f1f1f;
}
.bodywebsite .dark-4-color-bg,
.bodywebsite .mobile-menu,
.bodywebsite .desktop-menu .navbar-nav .nav-item ul,
.bodywebsite .shop-mini-cart,
.bodywebsite .header-offcanvas-menu {
  background-color: #1f1f1f;
}
.bodywebsite .dark-4-color-border {
  border-color: #1f1f1f;
}
.bodywebsite .dark-5-color {
  color: #333;
}
.bodywebsite .dark-5-color-bg,
.bodywebsite .header-menu .form-block-header-search-mobile .form-control {
  background-color: #333;
}
.bodywebsite .dark-5-color-border,
.bodywebsite .mobile-menu .nav-link:not(.btn),
.bodywebsite .mobile-menu .navbar-nav>.headerbtn,
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul>.nav-item,
.bodywebsite .header-menu .form-block-header-search-mobile .form-control,
.bodywebsite .header-menu .form-block-header-search-mobile .form-control:focus,
.bodywebsite .header-offcanvas-menu .offcanvas-header {
  border-color: #333;
}
.bodywebsite .dark-6-color {
  color: #2e2e2e;
}
.bodywebsite .dark-6-color-bg {
  background-color: #2e2e2e;
}
.bodywebsite .dark-6-color-border,
.bodywebsite .footer-section-copyright {
  border-color: #2e2e2e;
}
.bodywebsite .red-color,
.bodywebsite .widget_layered_nav_filters ul li a::before {
  color: red;
}
.bodywebsite .white-color,
.bodywebsite .light-color .white-color,
.bodywebsite .mobile-menu .nav-item .nav-link:not(.btn):hover,
.bodywebsite .mobile-menu .nav-item .nav-link:not(.btn).active,
.bodywebsite .mobile-menu .nav-item:hover>.nav-link:not(.btn),
.bodywebsite .mobile-menu .nav-item.active>.nav-link:not(.btn),
.bodywebsite .desktop-menu .navbar-nav ul .nav-link:hover,
.bodywebsite .desktop-menu .navbar-nav ul .nav-link.active,
.bodywebsite .desktop-menu .navbar-nav ul .nav-item:hover>.nav-link,
.bodywebsite .desktop-menu .navbar-nav ul .nav-item.active>.nav-link,
.bodywebsite .desktop-menu .navbar-nav>.megamenu>ul .menu-item-has-children>.nav-link:not(.btn),
.bodywebsite .shop-mini-cart,
.bodywebsite .shop-mini-cart a:not(.btn),
.bodywebsite .shop-mini-cart a:not(.btn):hover,
.bodywebsite .widget_calendar table tbody a:not(.btn),
.bodywebsite .widget_calendar table tbody a:not(.btn):hover,
.bodywebsite .pagination-block .page-item.active .page-link,
.bodywebsite .pagination-block .page-item.active .page-link:hover,
.bodywebsite .nav-menu-block-layout-2 ul li a:hover,
.bodywebsite .nav-menu-block-layout-2 ul li.active a {
  color: #fff;
}
.bodywebsite .white-color-bg,
.bodywebsite #main-wrapper,
.bodywebsite #main-container,
.bodywebsite .header-top-section-container,
.bodywebsite .header-middle-section-container,
.bodywebsite .header-menu-section-container,
.bodywebsite .form-control,
.bodywebsite .timeline-block .timeline-block-body::before,
.bodywebsite .portfolio-block-layout-1 .portfolio-block-body,
.bodywebsite .portfolio-block-layout-3 .portfolio-block-body,
.bodywebsite .form-block-sign .form-block-sign-message,
.bodywebsite .form-block-sign .form-block-sign-form,
.bodywebsite .form-block-sign .form-block-sign-footer {
  background-color: #fff;
}
.bodywebsite .white-color-border,
.bodywebsite input[type=checkbox].form-control::after {
  border-color: #fff;
}
.bodywebsite .light-color.widget_archive ul li a span,
.bodywebsite .light-color .widget_archive ul li a span,
.bodywebsite .light-color.widget_categories ul li a span,
.bodywebsite .light-color .widget_categories ul li a span,
.bodywebsite .light-color.meta-block li::after,
.bodywebsite .light-color .meta-block li::after,
.bodywebsite .light-color.meta-block li a,
.bodywebsite .light-color .meta-block li a,
.bodywebsite .light-color.meta-block .meta-views,
.bodywebsite .light-color .meta-block .meta-views {
  opacity: 1;
}
.bodywebsite .light-color.widget .widget-title a,
.bodywebsite .light-color .widget .widget-title a {
  color: inherit;
}
.bodywebsite .light-color,
.bodywebsite .light-color p {
  color: rgba(255,255,255,0.85);
}
.bodywebsite .light-color a:not(.btn),
.bodywebsite .light-color .meta-block {
  color: rgba(255,255,255,0.9);
}
.bodywebsite .footer-section-top .light-color,
.bodywebsite .footer-section-top .light-color p,
.bodywebsite .footer-section-copyright .light-color,
.bodywebsite .footer-section-copyright .light-color p {
  color: rgba(255,255,255,0.65);
}
.bodywebsite .footer-section-top .light-color a:not(.btn),
.bodywebsite .footer-section-copyright .light-color a:not(.btn) {
  color: rgba(255,255,255,0.75);
}
.bodywebsite .light-color.form-control,
.bodywebsite .light-color .form-control {
  color: rgba(255,255,255,0.75);
}
.bodywebsite .light-color a:not(.btn):hover,
.bodywebsite .light-color h1:not([class*=-color]),
.bodywebsite .light-color .h1:not([class*=-color]),
.bodywebsite .light-color h2:not([class*=-color]),
.bodywebsite .light-color .h2:not([class*=-color]),
.bodywebsite .light-color h3:not([class*=-color]),
.bodywebsite .light-color .h3:not([class*=-color]),
.bodywebsite .light-color h4:not([class*=-color]),
.bodywebsite .light-color .h4:not([class*=-color]),
.bodywebsite .light-color h5:not([class*=-color]),
.bodywebsite .light-color .h5:not([class*=-color]),
.bodywebsite .light-color h6:not([class*=-color]),
.bodywebsite .light-color .h6:not([class*=-color]),
.bodywebsite .white-color.form-control,
.bodywebsite .white-color .form-control,
.bodywebsite .light-color .label,
.bodywebsite .white-color label.error,
.bodywebsite .white-color .label,
.bodywebsite .light-color b,
.bodywebsite .light-color strong {
  color: #fff;
}
.bodywebsite .light-color .form-control:-moz-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .light-color.form-control:-moz-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .light-color .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .light-color.form-control::-moz-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .light-color .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .light-color.form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .light-color .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .light-color.form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.55);
}
.bodywebsite .white-color .form-control:-moz-placeholder {
  color: #fff;
}
.bodywebsite .white-color.form-control:-moz-placeholder {
  color: #fff;
}
.bodywebsite .white-color .form-control::-moz-placeholder {
  color: #fff;
}
.bodywebsite .white-color.form-control::-moz-placeholder {
  color: #fff;
}
.bodywebsite .white-color .form-control:-ms-input-placeholder {
  color: #fff;
}
.bodywebsite .white-color.form-control:-ms-input-placeholder {
  color: #fff;
}
.bodywebsite .white-color .form-control::-webkit-input-placeholder {
  color: #fff;
}
.bodywebsite .white-color.form-control::-webkit-input-placeholder {
  color: #fff;
}
.bodywebsite .light-color.form-control,
.bodywebsite .light-color .form-control,
.bodywebsite .white-color.form-control,
.bodywebsite .white-color .form-control,
.bodywebsite .light-color.widget_tag_cloud a:hover,
.bodywebsite .light-color .widget_tag_cloud a:hover,
.bodywebsite .light-color.twitter-feed-layout-3 .twitter-feed-item-container,
.bodywebsite .light-color .twitter-feed-layout-3 .twitter-feed-item-container {
  background-color: rgba(255,255,255,0.05);
}
.bodywebsite .light-color.form-control,
.bodywebsite .light-color .form-control,
.bodywebsite .light-color.form-control:focus,
.bodywebsite .light-color .form-control:focus,
.bodywebsite .white-color.form-control,
.bodywebsite .white-color .form-control,
.bodywebsite .white-color.form-control:focus,
.bodywebsite .white-color .form-control:focus,
.bodywebsite .light-color.widget_calendar table,
.bodywebsite .light-color .widget_calendar table {
  border-color: rgba(255,255,255,0.05);
}
.bodywebsite .light-color.widget_tag_cloud a,
.bodywebsite .light-color .widget_tag_cloud a,
.bodywebsite .light-color .section-copyright-container {
  border-color: rgba(255,255,255,0.07);
}
