  @charset "UTF-8";
/*!
 * Theme Name: AbSci
 * Author: °µÍøTV
 * Author URI: https://www.absci.com
 * Description: 2021 Website redesign for °µÍøTV.com
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: wpframework
 * Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
body{
  z-index: 1;
}
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

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

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

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

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

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "â€”Â ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

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

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

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

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

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

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

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

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

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

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

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

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

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

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

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

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

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

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

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

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

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: -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;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  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;
}

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

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

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

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

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

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

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

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

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

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

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

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

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

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

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

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

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .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 #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* sourceMappingURL=bootstrap.min.css.map */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .alignright {
    float: none;
    width: calc(100vw - 50px);
    height: auto;
    margin: 10px 0;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  a img.alignright {
    margin-left: 25px;
    margin-right: 25px;
  }
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------*/
/*------------------------- COLORS -----------------------*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "SharpMedium";
  src: url("/wp-content/themes/absci//wp-content/themes/absci/assets/fonts/SharpSans-Medium.woff2") format("woff2"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Medium.woff") format("woff"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "SharpSemiBold";
  src: url("/wp-content/themes/absci//wp-content/themes/absci/assets/fonts/SharpSans-Semibold.woff2") format("woff2"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Semibold.woff") format("woff"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Semibold.ttf") format("truetype"); /* Safari, Android, iOS */
}
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/*--------------------------------------------------------*/
/*-------------------- GLOBAL VARIABLES-------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------- GLOBAL STYLES --------------------*/
/*--------------------------------------------------------*/
* {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  html,
body {
    overflow-x: hidden;
  }
}
html #wrapper,
body #wrapper {
  font-size: 16px;
  line-height: 22px;
  color: #142351;
}

.clear-fix {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
h1 + p, h1 + a, h1 + ul li, h1 + ol li, h1 + blockquote, h2 + p, h2 + a, h2 + ul li, h2 + ol li, h2 + blockquote, h3 + p, h3 + a, h3 + ul li, h3 + ol li, h3 + blockquote, h4 + p, h4 + a, h4 + ul li, h4 + ol li, h4 + blockquote, h5 + p, h5 + a, h5 + ul li, h5 + ol li, h5 + blockquote, h6 + p, h6 + a, h6 + ul li, h6 + ol li, h6 + blockquote {
  margin-top: 24px;
}

h1,
.h1,
.editor-styles-wrapper h1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h1,
.h1,
.editor-styles-wrapper h1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h1.header1,
.h1.header1,
.editor-styles-wrapper h1.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h1.header1,
.h1.header1,
.editor-styles-wrapper h1.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h1.header2,
.h1.header2,
.editor-styles-wrapper h1.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h1.header2,
.h1.header2,
.editor-styles-wrapper h1.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h1.header3,
.h1.header3,
.editor-styles-wrapper h1.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h1.header3,
.h1.header3,
.editor-styles-wrapper h1.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h1.header4,
.h1.header4,
.editor-styles-wrapper h1.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h1.header4,
.h1.header4,
.editor-styles-wrapper h1.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h2,
.h2,
.editor-styles-wrapper h2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h2,
.h2,
.editor-styles-wrapper h2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h2.header1,
.h2.header1,
.editor-styles-wrapper h2.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h2.header1,
.h2.header1,
.editor-styles-wrapper h2.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h2.header2,
.h2.header2,
.editor-styles-wrapper h2.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h2.header2,
.h2.header2,
.editor-styles-wrapper h2.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h2.header3,
.h2.header3,
.editor-styles-wrapper h2.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2.header3,
.h2.header3,
.editor-styles-wrapper h2.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h2.header4,
.h2.header4,
.editor-styles-wrapper h2.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2.header4,
.h2.header4,
.editor-styles-wrapper h2.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h3,
.h3,
.editor-styles-wrapper h3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3,
.h3,
.editor-styles-wrapper h3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h3.header1,
.h3.header1,
.editor-styles-wrapper h3.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h3.header1,
.h3.header1,
.editor-styles-wrapper h3.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h3.header2,
.h3.header2,
.editor-styles-wrapper h3.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h3.header2,
.h3.header2,
.editor-styles-wrapper h3.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h3.header3,
.h3.header3,
.editor-styles-wrapper h3.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3.header3,
.h3.header3,
.editor-styles-wrapper h3.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h3.header4,
.h3.header4,
.editor-styles-wrapper h3.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3.header4,
.h3.header4,
.editor-styles-wrapper h3.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h4,
.h4,
.editor-styles-wrapper h4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4,
.h4,
.editor-styles-wrapper h4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
h4.header1,
.h4.header1,
.editor-styles-wrapper h4.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h4.header1,
.h4.header1,
.editor-styles-wrapper h4.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h4.header2,
.h4.header2,
.editor-styles-wrapper h4.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h4.header2,
.h4.header2,
.editor-styles-wrapper h4.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h4.header3,
.h4.header3,
.editor-styles-wrapper h4.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4.header3,
.h4.header3,
.editor-styles-wrapper h4.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h4.header4,
.h4.header4,
.editor-styles-wrapper h4.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4.header4,
.h4.header4,
.editor-styles-wrapper h4.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h5,
.h5,
.editor-styles-wrapper h5 {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h5,
.h5,
.editor-styles-wrapper h5 {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}

h6,
.h6,
.editor-styles-wrapper h6 {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h6,
.h6,
.editor-styles-wrapper h6 {
    font-size: calc(10px + 2 * (100vw - 1025px) / 895);
    line-height: 120%;
  }
}

p,
.editor-styles-wrapper p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  p,
.editor-styles-wrapper p {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
p.small,
.editor-styles-wrapper p.small {
  font-size: 14px;
  line-height: 1.55;
}
p.large,
.editor-styles-wrapper p.large {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  p.large,
.editor-styles-wrapper p.large {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
p + p, p + ul, p + ol, p + blockquote,
.editor-styles-wrapper p + p,
.editor-styles-wrapper p + ul,
.editor-styles-wrapper p + ol,
.editor-styles-wrapper p + blockquote {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  p + p, p + ul, p + ol, p + blockquote,
.editor-styles-wrapper p + p,
.editor-styles-wrapper p + ul,
.editor-styles-wrapper p + ol,
.editor-styles-wrapper p + blockquote {
    margin-top: 24px;
  }
}

a {
  position: relative;
  outline: none !important;
}

strong {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: 600;
}

.white-text {
  color: #fff;
}

.antispam {
  display: none;
}

blockquote {
  border-left: 3px solid #fff;
  padding-left: 25px;
}

.jumbotron {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}

.block + .block, .block + .quote-header {
  margin-top: 48px;
}
.block.page-header + .block, .block.bg-color + .content-w-cta, .block.news + .block, .block + .block.carousel, .block.black-bg + .content-w-cta {
  margin-top: 0;
}

.container-fluid .row {
  max-width: 1440px;
  margin: 0 auto;
}

img.img {
  border-radius: 6px;
}

#wrapper .half-content {
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  #wrapper .half-content {
    display: flex;
  }
  #wrapper .half-content .column {
    width: 50%;
  }
}

.light-purple-bg {
  background-color: #d1c6f2;
}
.light-purple-bg + .light-purple-bg {
  margin-top: 0;
}

.bg-color.dark-purple {
  background-color: #5e0034;
  color: #fff;
}
.bg-color.dark-purple + .bg-color.dark-purple {
  margin-top: 0;
}

.logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-black.svg) no-repeat 0 0 transparent;
  background: 100% auto;
  width: 147px;
  height: 18px;
  display: block;
  text-indent: -9999px;
}

.menu-social-media-container ul {
  display: flex;
  padding-left: 0;
}
.menu-social-media-container ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 17px;
}
.menu-social-media-container ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.menu-social-media-container ul li a:after {
  display: none;
}
.menu-social-media-container ul li:first-child {
  margin-left: 0;
}
.menu-social-media-container ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}

.container-fluid.main-nav {
  transition: 0.25s;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 36px;
    padding-bottom: 36px;
    z-index: 1000;
  }
}
@media screen and (min-width: 1024px) and (min-width: 991px) {
  .container-fluid.main-nav {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container-fluid.main-nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 {
    padding: 29px 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.container-fluid.main-nav .col-12 .logo {
  width: 133px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav .col-12 .logo {
    height: 40.88px;
  }
}
.container-fluid.main-nav .col-12 .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-white.svg) no-repeat 0 0 transparent;
  background-size: auto 100% !important;
  width: 130px;
  height: 35px;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav .col-12 .logo a {
    height: 100%;
  }
}
.container-fluid.main-nav .col-12 .logo a:after {
  display: none;
}
.container-fluid.main-nav .col-12 .mobile-open, .container-fluid.main-nav .col-12 .mobile-close {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 .mobile-open, .container-fluid.main-nav .col-12 .mobile-close {
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 10000;
    margin-top: 0;
    cursor: pointer;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 .mobile-open {
    display: block;
  }
  .container-fluid.main-nav .col-12 .mobile-open.open {
    display: none;
  }
}
.container-fluid.main-nav .col-12 .mobile-close {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 .mobile-close.open {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transition: 0.5s;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container #menu-main-nav.menu li a{
    color: #000000 !important;
    opacity: 1;
    font-weight: 600;
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: -0.05em;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container #menu-main-nav.menu li ul li a{
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.05em;
  } 
body.fix_header_margin{
      padding-top: 90px;
}
body .opened.toggler{
  top: 29px;
  height: 30px;
  width: 30px;
}
  body.fl-builder .opened.toggler .icon-bar,body.fl-builder .opened.toggler .icon-bar,body.fl-builder .toggler .icon-bar,
  body.fl-builder .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after,
  body.header .toggler .icon-bar{
        background: #000000 !important;
  }
  .container-fluid.main-nav .col-12 nav.opened {
    display: block;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav {
    display: flex;
    align-items: center;
    width: calc(100% - 121px);
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .footer-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container {
/*    flex-grow: 2;*/
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu {
    margin-top: 117px;
    margin-left: 5vw;
  }
  .container-fluid.main-nav .col-12 .logo{
        width: 105px;
        height: 31px;
  }
  .container-fluid.main-nav .col-12 .logo a{
       width: 95%;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu:before {
    content: "";
    height: 0px;
    width: calc(100% - 10px);
    background-color: #fff;
    display: block;
    margin-left: -5vw;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu {
    display: flex;
    justify-content: center;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
  list-style: none;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
    flex-grow: 1;
    margin-right: 20px;
    text-align: center;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li{
    margin-right: 20px;
    padding: 9.98px 20px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.active{
    background: #000000;
    border-radius: 131.848px;
    margin-right: 15px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li:last-child {
    margin-right: 0;
  }
   body .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li.dropdown.active > a:after{
    background: #fff;
    background-color: #fff !important;
  }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class {
    background: #ff472e;
    border-radius: 131.848px;
   }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class >a{
    color: #ffffff !important;
    opacity: 1;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:hover:after{
    width: 0px;
  }
  body .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu  > li.active > a{
    color: #ffffff !important;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class.active a:after{
    width: 0px;
  }
}
/*@media screen and (min-width: 1200px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
    margin-right: 40px;
  }
}*/
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a {
/*  opacity: 0.28;*/
    font-family: "SharpSemiBold", Arial, sans-serif;
    font-weight: 600;
    font-size: 19.9604px;
    line-height: 26px;
/*  transition: 0.25s;*/
   letter-spacing: -0.04em;
  color: #fff; 
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:hover {
    text-decoration: none;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:after {
    content: "";
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a {
/*    font-size: calc(14px + 2 * (100vw - 1025px) / 895px);*/
    text-decoration: none;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:hover {
    opacity: 1;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    background: #fff;
    display: block;
    width: 0px;
    height: 2px;
    transition: 0.25s;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:hover:after {
    width: 100%;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.active a:hover:after{
      width: 0px;
  }
   body .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li.dropdown.active > a:hover:after{
        width: 14px;
   }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.active a {
  opacity: 1;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li ul {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown {
    margin-bottom: 25px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown:last-child {
  margin-bottom: 0;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a {
  margin-bottom: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a {
    display: flex;
    align-items: center;
  }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
    margin-left: 10px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background: #fff !important;
}
.container-fluid.main-nav.scrolled .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
 background: #000 !important;
}
@media screen and (max-width: 767px) {
 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
  background: #000 !important;
}
.toggler.opened .icon-bar:nth-child(1),.toggler.opened .icon-bar:nth-child(3){
      background: #000;
}
  .container-fluid.main-nav .col-12 .logo a{
        width: 105px;
    height: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
    position: absolute;
    top: 9px;
    right: 0;
    width: 14px;
    height: 14px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a.active {
  opacity: 1;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a.active:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul {
  border-top: 4px solid #c5b8ef;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul {
    padding-left: 0;
/*    background: rgba(0, 0, 0, 0.25);*/
    background:#ff472e;
    margin-left: -20px;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    border-color: #ff472e;
    transition: height 0.25s;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    filter: unset;
    background: #fff;
    padding: 25px;
    margin-top: 20px;
    display: none;
    opacity: 0;
    transition: 0.25s;
    white-space: nowrap;
    border-radius: 0 0 12px 12px;
    border-top: 2px solid #FF472E;
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .15);
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show {
  display: block;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show {
    height: inherit;
    border-color: #c5b8ef;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul:before {
    content: "";
    top: -12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #c5b8ef;
    display: none;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li.active, 
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:hover {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li {
    padding-bottom: 20px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:first-child {
    padding-top: 20px;
  }
  .toggler{
    top: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li {
    margin-right: 0;
    text-align: left;
    background: transparent;
    border-radius:unset;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a {
  color: #142351;
  padding-right: 0;
  padding-left: 0px !important;
  padding-top: 6px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
    min-height: 32px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a {
    text-align: center;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: block;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a .icon {
    background-color: #07192e;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container.open .menu li {
    opacity: 1;
    margin-top: 0;
    transition-delay: 0;
  }
}
.container-fluid.main-nav .col-12 nav .side-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container-fluid.main-nav .col-12 nav .side-nav li a {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .side-nav li a {
    max-width: 40%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .side-nav li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav.white .col-12 {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav.white {
    border-bottom: 1px solid #fff;
  }
}
.container-fluid.main-nav.white nav .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-white.svg) no-repeat 0 0 transparent;
}
.container-fluid.main-nav.white nav .mobile-open {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav.white nav .menu-main-nav-container .menu li a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav.white nav .menu-main-nav-container .menu li a::after {
    background: #fff;
  }
}
.container-fluid.main-nav.scrolled {
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.container-fluid.main-nav.scrolled .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-red.svg) no-repeat 0 0 transparent;
  /*background-size: 100% auto;
  display: block;
  text-indent: -9999px;*/
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav.scrolled {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .container-fluid.main-nav.scrolled .menu li a {
    color: #000000 !important;
  }
  .container-fluid.main-nav.scrolled .menu li a:after {
    background-color: #142351 !important;
  }
  .container-fluid.main-nav.scrolled .menu li.dropdown a:after {
    background: #07192e;
  }
  .container-fluid.main-nav.scrolled .side-nav .white {
    background-color: transparent;
    border-color: #777777;
    border-width: 1px;
    color: #ff472e;
  }
  .container-fluid.main-nav.scrolled .side-nav .white:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #777777;
    border-color: #777777;
  }
}

body.home .menu-main-nav-container .menu li a {
  opacity: 1 !important;
}
body.home .dropdown ul li {
  opacity: 1 !important;
}
body.home .main-nav nav .menu-main-nav-container .menu li a {
  opacity: 1;
}

.dark.main-nav .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-red.svg) no-repeat 0 0 transparent !important;
}
@media screen and (min-width: 1024px) {
  .dark .menu li a {
    color: #142351 !important;
  }
  .dark .menu li a:after {
    background-color: #142351 !important;
  }
  .dark .side-nav .white {
    background-color: transparent;
    border-color: #777777;
    border-width: 1px;
    color: #ff472e;
  }
  .dark .side-nav .white:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #777777;
    border-color: #777777;
  }
}

body.single-post,
body.single-media_cpt,
body.error404 {
  background: #fff;
}
body.single-post .main-nav .logo a,
body.single-media_cpt .main-nav .logo a,
body.error404 .main-nav .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-red.svg) no-repeat 0 0 transparent !important;
}
@media screen and (min-width: 1024px) {
  body.single-post .menu li a,
body.single-media_cpt .menu li a,
body.error404 .menu li a {
    color: #000000 !important;
  }
  body.single-post .menu li a:after,
body.single-media_cpt .menu li a:after,
body.error404 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
    background-color: #000000 !important;
  }
  body.single-post .side-nav .white,
body.single-media_cpt .side-nav .white,
body.error404 .side-nav .white {
    background-color: transparent;
    border-color: #777777;
    border-width: 1px;
    color: #ff472e;
  }
  body.single-post .side-nav .white:hover,
body.single-media_cpt .side-nav .white:hover,
body.error404 .side-nav .white:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #777777;
    border-color: #777777;
  }
}

.toggler {
  display: none;
  outline: none;
  position: absolute;
  top: 33px;
  right: 15px;
  width: 26px;
  height: 23px;
  padding: 0;
  margin-top: 0px;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  border: none;
  z-index: 1000000;
  background: none !important;
}
@media screen and (max-width: 1023px) {
  .toggler {
    display: block;
  }
}
.toggler .icon-bar {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  margin: 0;
  padding: 0;
}
.toggler .icon-bar:nth-child(1) {
  top: 0px;
}
.toggler .icon-bar:nth-child(2) {
  top: 10px;
}
.toggler .icon-bar:nth-child(3) {
  top: 20px;
}
.toggler.opened .icon-bar:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
}
.toggler.opened .icon-bar:nth-child(2) {
  opacity: 0;
  left: -30px;
}
.toggler.opened .icon-bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
}

.scrolled .toggler .icon-bar,
body.single .toggler .icon-bar {
  background: #142351;
}

body.single-team_member_cpt .toggler .icon-bar {
  background: #fff;
}
body.single-team_member_cpt .scrolled .toggler .icon-bar {
  background: #142351;
}

.opened.toggler .icon-bar {
  background: #fff;
}

.dark .toggler .icon-bar {
  background: #142351;
}
.dark .toggler.opened .icon-bar {
  background: #fff;
}

.footer {
  background: #000000;
  padding-top: 25px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .hompage-photo-gallery .uabb-photo-item-grid{
    padding: 10px;
  }
  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h4, .footer h5, .footer h6, .footer p, .footer ul li, .footer ol li, .footer a {
  color: #fff;
}
.footer h1 + p, .footer h2 + p, .footer h3 + p, .footer h4 + p, .footer h4 + p, .footer h5 + p, .footer h6 + p {
  margin-top: 24px;
}
.footer p + .btn {
  margin-top: 24px;
}
.footer ul{
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style: none;
}
.footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-content .menu-footer-container{
  padding-left: 136px
}
.footer .footer-content .menu-footer-container #menu-footer{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.footer .footer-content .menu-footer-container #menu-footer > li{
    padding-right: 15px;
}
.menu-footer-container .menu li.heading-links a {
    pointer-events: auto !important;
    cursor: pointer !important;
}
.footer .footer-content .menu-footer-container #menu-footer > li > a {
  line-height: 26px !important;
}
.menu-footer-container .menu li.mobile-menu ul {
    margin-top: 10px;
}
/*.footer .footer-content .menu-footer-container #menu-footer li:nth-child(2) {
  grid-column: 4;
  grid-row: 2 / 4;
}*/
.carrier-menu{
  position: relative;
  top: -110px;
}
.footer .footer-content .menu-footer-container #menu-footer li:last-child >a{
    pointer-events: auto;
    cursor: pointer;
}
.footer .footer-content .menu-footer-container #menu-footer > li > a{
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.8px;
    pointer-events: none;
    cursor: default;
}
.footer .footer-content .menu-footer-container #menu-footer li{
  margin-bottom: 5px;
}
.footer .footer-content .menu-footer-container #menu-footer li.current-menu-parent.active >a{
  color: #FF472E;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul a{
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.48;
}
.footer .content {
  max-width: 353px;
  padding-right: 9px;
}
.footer .content  h3{
  font-weight: 600;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -0.05em;
}
.footer .content  p{
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.05em;
  margin-top: 20px;
}
/*@media screen and (min-width: 991px) {
  .footer .content {
    margin-bottom: 72px;
  }
}*/
@media screen and (max-width: 767px) {
.carrier-menu{
    top:0;
}
.footer .footer-content .menu-footer-container #menu-footer > li > a{
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: visible;
    cursor: pointer;
    margin-bottom: 0px;
}
.footer .footer-content .menu-footer-container #menu-footer > li.mobile-menu{
  margin-bottom: 12px;
}
.footer .footer-content .menu-footer-container #menu-footer > li.mobile-menu > a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
}
.footer .footer-content .menu-footer-container #menu-footer li:nth-child(2){
    grid-column: unset;
    order: 5;
    grid-row: auto;
}
.footer .footer-content .menu-footer-container #menu-footer > li:first-child{
      order: 1;
}
.footer .footer-content .menu-footer-container #menu-footer > li:nth-child(3){
      order: 3;
}
.footer .footer-content .menu-footer-container #menu-footer > li:nth-child(4){
    order: 2;
}
.footer .footer-content .menu-footer-container #menu-footer > li:nth-child(5){
      order: 4;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul{
  display: none;
}
.footer#footer .copyright .logo-some .logo a{
  background: url(/wp-content/themes/absci/assets/imgs/logo-white.svg) no-repeat 0 0 transparent;
  width: 103px;
  height: 31.92px;
  background-size: cover !important;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul.show{
    display: block;
    padding-top: 5px;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul.show li{
  margin-bottom: 5px;
}
  .footer .footer-content {
    margin-bottom: 0px;
  }
}
.footer .footer-content #menu-footer {
  margin-bottom: 50px;
}
@media screen and (min-width: 991px) {
  .footer .footer-content #menu-footer {
    margin-bottom: 81px;
  }
}
.footer .footer-content #menu-footer li a {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  line-height: 150% !important;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-content #menu-footer li a {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
  .footer .content {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 991px) {
  .footer .footer-content #menu-footer li a:after,.footer .copyright .privacy #menu-privacy li a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    background: #fff;
    display: block;
    width: 0px;
    height: 2px;
    transition: 0.25s;
  }
  .footer .footer-content #menu-footer li a:hover:after,.footer .copyright .privacy #menu-privacy li a:hover:after{
    width: 100%;
  }
}
.footer .copyright .row {
  padding-top: 47px;
  padding-bottom: 62px;
  border-top: 1px solid #FFFFFF;
}
.footer .copyright .logo-some {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright .logo-some {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer .copyright .logo-some .logo {
    margin-right: 72px;
  }
}
.footer .copyright .logo-some .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-white-transparent.svg) no-repeat 0 0 transparent;
  background-size: auto 100%;
  width: 41.03px;
  height: 33.18px;
  display: block;
  text-indent: -9999px;
}
.footer .copyright .logo-some .logo a:after {
  display: none;
}
@media screen and (min-width: 991px) {
  .footer .copyright .privacy {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}
.footer .copyright .privacy .copydate {
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .footer .copyright .privacy .copydate,.footer .copyright .privacy .menu-privacy-container #menu-privacy li a {
    margin: 20px 0 13px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
  }
}
.footer .copyright .privacy #menu-privacy {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .copyright .privacy #menu-privacy{
    display: block;
  }
  .footer .copyright .privacy #menu-privacy li {
    width: 100%;
    margin-bottom: 13px;
  }
  .footer .copyright .row{
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 82px;
  }
  .footer .copyright .row .logo-some,.footer .copyright .row .privacy{
      padding-right: 0px;
      padding-left: 0px;
  }
  .footer .content p{
        margin-top: 30px;
  }
  .footer .copyright .privacy #menu-privacy li:last-child {
    margin-right: 0;
  }
  .footer .footer-content #menu-footer{
        margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .footer .copyright .privacy #menu-privacy li:first-child {
    margin-left: 0;
  }
  .footer .copyright .privacy #menu-privacy.menu li{
     margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer .copyright .privacy #menu-privacy li {
    margin-left: 68px;
  }
}
.footer .copyright .privacy #menu-privacy li a {
  color: #ffffff !important;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 500;
}
.footer .copyright .privacy #menu-privacy li a:hover{
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  body.single .footer .menu li a,
body.error404 .footer .menu li a {
    color: #fff !important;
  }
}

.menu-social-media-container ul {
  display: flex;
  padding-left: 0;
}
.menu-social-media-container ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 17px;
}
.menu-social-media-container ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.menu-social-media-container ul li a:after {
  display: none;
}
.menu-social-media-container ul li:first-child {
  margin-left: 0;
}
.menu-social-media-container ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}

.fl-builder-edit .fl-node-hidden {
    background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.1), 
    rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 2px );
}

.btn {
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: transparent;
  border: 2px solid #ff472e;
  color: #ff472e;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .footer .copyright .privacy #menu-privacy.menu li{
    margin-left: 0px;
  }
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background: #ff472e;
  color: #fff;
  border-color: #ff472e;
}
.btn.red {
  background-color: #ff472e;
  border-color: #ff472e;
  color: #fff;
  text-transform: capitalize;
}
.btn.red:hover {
  background: #cc3925;
  color: #fff;
  border-color: #cc3925;
}
.btn.white-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.white-outline:hover {
  background: rgba(0, 0, 0, 0.15);
}
.btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #ff472e;
}
.btn.white:hover {
  background: #ff472e;
  color: #fff;
  border-color: #ff472e;
}
.btn.grey-outline {
  background-color: transparent;
  border-color: #f3f3f2;
  color: #ff472e;
}
.btn.grey-outline:hover {
  color: #f0f0ef;
  border-color: #f0f0ef;
  background: rgba(0, 0, 0, 0.15);
}
.btn.green {
  background-color: #ddfb40;
  border-color: #ddfb40;
  color: #142351;
}
.btn.green:hover {
  background: #b1c933;
  color: #fff;
  border-color: #b1c933;
}
.btn.blue {
  background-color: #142351;
  border-color: #142351;
  color: #fff;
}
.btn.blue:hover {
  background: #142351;
  border-color: #142351;
  color: #fff;
}
.btn.black {
  background-color: #142351;
  border-color: #142351;
  color: #fff;
}
.btn.black:hover {
  background: #07192e;
  border-color: #07192e;
  color: #fff;
}
.btn.yellow {
  background-color: #ddfb40;
  border-color: #ddfb40;
  color: #142351;
}
.btn.yellow:hover {
  background: #b1c933;
  color: #fff;
  border-color: #b1c933;
}

.tag-listing {
  padding: 0;
  margin: 0;
}
.tag-listing li {
  list-style: none;
  background: #f3f3f2;
  padding: 7px 15px;
  border-radius: 20px;
  display: inline-block;
  transition: 0.25s;
  font-size: calc(16px + 2 * (100vw - 1025px) / 895);
}
.tag-listing li:hover {
  background: #c0c0bf;
  color: #fff;
}
.tag-listing.black li {
  background: #142351;
  color: #fff;
}
.tag-listing.black li:hover {
  background: #07192e;
}
.tag-listing.tag-listing.filter {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tag-listing.tag-listing.filter li {
    margin: 5px 5px 5px 0;
  }
}
@media screen and (min-width: 768px) {
  .tag-listing.tag-listing.filter li {
    position: relative;
    cursor: pointer;
    margin-right: 12px;
    color: #777777;
    display: block;
    width: fit-content;
    border: none;
    background-color: transparent;
    border-radius: 0;
    transition: 0.25s;
  }
  .tag-listing.tag-listing.filter li:last-child {
    margin-right: 0;
  }
  .tag-listing.tag-listing.filter li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c5b8ef;
    width: 5px;
    height: 0;
    display: block;
    transition: 0.25s;
  }
  .tag-listing.tag-listing.filter li:hover {
    color: #142351;
  }
  .tag-listing.tag-listing.filter li:hover:before {
    height: 100%;
  }
  .tag-listing.tag-listing.filter li.active {
    color: #142351;
  }
  .tag-listing.tag-listing.filter li.active:before {
    height: 100%;
  }
  .tag-listing.tag-listing.filter li a {
    color: inherit;
    text-decoration: none;
  }
}

.block.media .post .tag-listing li,
.block.news .post .tag-listing li,
.block.events .post .tag-listing li {
  background: #d1c6f2;
}
.block.media .post .tag-listing li:hover,
.block.news .post .tag-listing li:hover,
.block.events .post .tag-listing li:hover {
  color: inherit;
  background: #d1c6f2;
}

.posts.grid .post {
  margin-bottom: 72px;
}
.posts.grid .post img,
.posts.grid .post .thumbnail {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
.posts.grid .post img {
  object-fit: cover;
}
.posts.grid .post .thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .thumbnail.events {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-4.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .thumbnail.media-highlights, .posts.grid .post .thumbnail.videos, .posts.grid .post .thumbnail.video {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-3.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .thumbnail.announcements, .posts.grid .post .thumbnail.pressrelease {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-2.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .date {
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #777777;
  margin-top: 24px;
  margin-bottom: 8px;
}
.posts.grid .post .title {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.posts.grid .post .title a {
  color: #142351;
}
.posts.grid .post .tag-listing {
  display: inline-flex;
}
.posts.grid .post .tag-listing li {
  margin-top: 18px;
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
}

.posts.list .post {
  border-top: 1px solid #142351;
  padding: 24px 0;
}
.posts.list .post h4.date {
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .posts.list .post .add-height {
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .posts.list .post .title {
    margin-top: 15px;
  }
}
.posts.list .post .title a.main-link {
  color: #142351;
}
@media screen and (max-width: 767px) {
  .posts.list .post .title a.main-link {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .posts.list .post .tag-listing {
    margin-bottom: 20px;
  }
}
.posts.list .post .tag-listing li {
  margin-top: 48px;
}
.posts.list .post .thumbnail {
  height: 190px;
  width: 100%;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
@media screen and (min-width: 768px) {
  .posts.list .post .thumbnail {
    height: 14vw;
  }
}
.posts.list .post .thumbnail.on-post {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.posts.list .post .thumbnail.generic {
  background: url("/wp-content/themes/absci/assets/imgs/logo-red.svg") no-repeat 50% 50% transparent;
  background-size: 121px 35px;
  background-color: #fff;
}
.posts.list .post .thumbnail.events {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-4.jpg) no-repeat 0 0 transparent;
}
.posts.list .post .thumbnail.media-highlights {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-3.jpg) no-repeat 0 0 transparent;
}
.posts.list .post .thumbnail.announcements, .posts.list .post .thumbnail.pressrelease {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-2.jpg) no-repeat 0 0 transparent;
}

.pagination {
  justify-content: center;
}
.pagination .page-numbers {
  padding: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  color: #777777;
}
.pagination .page-numbers.current {
  background: #f3f3f2;
}
.pagination .next,
.pagination .prev {
  width: 44px;
  height: 44px;
  background: #142351;
  border-radius: 50%;
  background-image: url(/wp-content/themes/absci/assets/imgs/icons/scroll-arrow.svg);
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: 50% 50%;
  text-indent: -99999px;
  overflow: hidden;
}
.pagination .next {
  transform: rotate(-90deg);
}
.pagination .prev {
  transform: rotate(90deg);
}

.sticky-terms {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #142351;
}
.sticky-terms p {
  padding: 15px 50px;
  text-align: center;
  color: #fff;
}
.sticky-terms p a {
  color: #ff472e;
}
.sticky-terms .close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background: url(/wp-content/themes/absci/assets/imgs/icons/close.svg) no-repeat 0 0 transparent;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
}

.single #wrapper {
  margin-top: 96px;
}
@media screen and (min-width: 768px) {
  .single #wrapper {
    margin-top: 240px;
  }
}
.single #wrapper .jumbotron.thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  height: 230px;
}
@media screen and (min-width: 768px) {
  .single #wrapper .jumbotron.thumbnail {
    height: 600px;
  }
}
@media screen and (min-width: 991px) {
  .single #wrapper .content-holder {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.single #wrapper .content {
  margin-bottom: 48px;
  max-width: 1440px;
}
.single #wrapper .content img {
  max-width: 100%;
}
.single #wrapper .content p, .single #wrapper .content ul, .single #wrapper .content ol {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .single #wrapper .content p, .single #wrapper .content ul, .single #wrapper .content ol {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
.single #wrapper .content .aligncenter, .single #wrapper .content div.aligncenter {
  margin-bottom: 24px;
}
.single #wrapper .related-posts {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 991px) {
  .single #wrapper .related-posts {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.single #wrapper .related-posts .related-header {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .single #wrapper .related-posts .related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.single-case_study_cpt #wrapper {
  margin-top: 0;
}
.single-case_study_cpt #wrapper p {
  color: #777777;
}
.single-case_study_cpt #wrapper .content {
  margin-bottom: 0;
}
.single-case_study_cpt .header {
  padding-top: 270px;
  padding-bottom: 110px;
  margin-bottom: 30px;
  color: #fff;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (min-width: 991px) {
  .single-case_study_cpt .header {
    padding-top: 296px;
    padding-bottom: 116px;
    margin-bottom: 75px;
  }
}
.single-case_study_cpt .header p {
  color: #fff !important;
}
.single-case_study_cpt .header p + h1 {
  margin-top: 48px;
}
@media screen and (max-width: 990px) {
  .single-case_study_cpt .header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt ul.sticky-nav.stuck {
    position: fixed;
    top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt ul.sticky-nav.at-bottom {
    position: absolute;
  }
}
.single-case_study_cpt .wp-caption {
  border: none;
  max-width: 100%;
  padding: 0;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 991px) {
  .single-case_study_cpt .wp-caption {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.single-case_study_cpt .wp-caption.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-case_study_cpt .wp-caption.alignright {
    margin-left: 0;
    width: 100% !important;
  }
}
.single-case_study_cpt .wp-caption img {
  border-radius: 6px;
}
.single-case_study_cpt .wp-caption p {
  font-size: 16px;
  line-height: 21px;
  color: #142351 !important;
  margin-top: 7px;
  letter-spacing: -0.015em;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .single-case_study_cpt .content-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .single-case_study_cpt .content-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-case_study_cpt .content-block h1, .single-case_study_cpt .content-block h2 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt .content-block h1, .single-case_study_cpt .content-block h2 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
.single-case_study_cpt .carousel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single-case_study_cpt .carousel .carousel.image,
.single-case_study_cpt .carousel .carousel-color.image {
  padding-top: 96px !important;
  padding-bottom: 0 !important;
}
.single-case_study_cpt .content-block {
  padding-bottom: 0;
}
.single-case_study_cpt .content-block + .content-block {
  padding-top: 24px;
}
.single-case_study_cpt #cta-block {
  position: relative;
  margin-top: 96px;
  color: #fff !important;
}
.single-case_study_cpt #cta-block p {
  color: #fff !important;
}
.single-case_study_cpt #cta-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.single.single-team_member_cpt #wrapper {
  margin-top: 0;
}
.single.single-team_member_cpt #wrapper .header {
  padding-top: 91px;
  padding-bottom: 30px;
  background: #142351;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .header {
    padding-top: 142px;
    padding-bottom: 74px;
  }
}
@media (min-width: 991px) and (max-width: 1499px) {
  .single.single-team_member_cpt #wrapper .header .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .header .container .row {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.single.single-team_member_cpt #wrapper .header h1, .single.single-team_member_cpt #wrapper .header h2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .header h1, .single.single-team_member_cpt #wrapper .header h2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
.single.single-team_member_cpt #wrapper .header .profile-pic img {
  border-radius: 6px;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .header .profile-pic img {
    margin-bottom: 24px;
  }
}
.single.single-team_member_cpt #wrapper .header p.title {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .header p.title {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .header p.title {
    margin-top: 18px;
  }
}
.single.single-team_member_cpt #wrapper .header ul {
  display: flex;
  padding-left: 0;
}
.single.single-team_member_cpt #wrapper .header ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 24px;
}
.single.single-team_member_cpt #wrapper .header ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.single.single-team_member_cpt #wrapper .header ul li a:after {
  display: none;
}
.single.single-team_member_cpt #wrapper .header ul li:first-child {
  margin-left: 0;
}
.single.single-team_member_cpt #wrapper .header ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul {
  margin-top: 24px;
  margin-bottom: 0;
}
.single.single-team_member_cpt #wrapper .header ul li:not(:first-child) {
  margin-left: 17px;
}
.single.single-team_member_cpt #wrapper .header ul li a {
  background-size: 32px 32px !important;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .header ul {
    margin-top: 48px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder {
  overflow-x: hidden;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder {
    overflow-y: hidden;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder:before {
  content: "";
  width: 100%;
  height: 82px;
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-mobile.svg) no-repeat 0 0 transparent;
  display: block;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    margin-left: 153px;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    max-width: 1134px;
    margin: 0 auto;
    height: 72px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder:after {
  content: "";
  width: 100%;
  height: 12px;
  border-left: 3px solid #c5b8ef;
  border-bottom: 3px solid #c5b8ef;
  border-bottom-left-radius: 7px;
  display: block;
}
@media screen and (max-width: 767px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 30px;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 152.5px;
  }
}
@media screen and (min-width: 1024px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 153px;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: calc((100% - 1134px) / 2);
  }
}
.single.single-team_member_cpt #wrapper .bio-holder.empty {
  position: relative;
}
.single.single-team_member_cpt #wrapper .bio-holder.empty:before {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-mobile.svg) no-repeat 0 0 transparent;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1200px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top.svg) no-repeat 0 0 transparent;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder.empty:after {
  position: absolute;
  top: 50px;
  left: 0;
  border-left: none;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  width: 20vw;
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:after {
    top: 43px;
    width: 30vw;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .container {
  padding: 0 30px;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .container {
    padding: 0 168px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio {
  border-left: 3px solid #c5b8ef;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio {
    margin-left: 15px;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio {
    padding-left: 86px;
    padding-right: 86px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio h2 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio h2 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio h2 + p {
  margin-top: 8px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .did-you-know:not(:first-child),
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from:not(:first-child) {
  margin-top: 51px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel {
  margin-top: 8px;
  display: none;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post {
  width: 100%;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p.date {
  color: #777777;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 24px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p a {
  color: #142351;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
  margin-top: 8px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button {
  top: inherit;
  bottom: -20px;
  width: 16px;
  height: 32px;
  padding: 0;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button:after {
  content: "";
  width: 16px;
  height: 32px;
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  mask-size: 8px 16px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  -webkit-mask-size: 8px 16px;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background-color: #c5b8ef;
  display: block;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button.previous:after {
  transform: rotate(180deg);
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button svg {
  display: none;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-page-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4px;
  width: inherit;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li {
  width: 10px;
  height: 10px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li.is-selected {
  background: #ff472e;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.desktop {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.desktop .post {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile {
    display: block;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .slide {
  width: 100%;
  margin-right: 24px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .slide .post .content {
  margin-bottom: 20px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .flickity-page-dots {
  bottom: -15px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .flickity-button {
  bottom: -40px;
}
.single.single-team_member_cpt #wrapper .meet-team {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 48px;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .meet-team {
    padding-left: 225px;
    padding-right: 225px;
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image {
    height: 400px;
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image img {
  min-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p a {
  color: #142351;
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p a:hover {
  text-decoration: none;
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.55;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.title {
  color: #777777;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 4px;
}
@media screen and (max-width: 1199px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name {
    display: inline-block;
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name:after {
    content: "";
    margin-bottom: 5px;
    background: #142351;
    display: block;
    width: 0px;
    height: 1px;
    transition: 0.25s;
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image {
    position: relative;
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.25s;
    background: rgba(0, 0, 0, 0.15);
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member:hover p.name:after {
    width: calc(100% + 15px);
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member:hover .image:after {
    opacity: 1;
  }
}

.error404 .container-fluid.content {
  margin-top: 156px;
  text-align: center;
}
.error404 .container-fluid.svg {
  overflow: hidden;
}
.error404 .container-fluid.svg .row {
  max-width: none;
}
.error404 .container-fluid.svg .row #error-svg {
  width: calc(100% + 140px);
  height: 63vh;
  margin-left: -70px;
  padding-bottom: 40px;
}

.content-block {
  color: #142351;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (min-width: 991px) {
  .content-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.content-block.jumbotron {
  /*&.image{
    @include backgroundCover();
    min-height: 100vh;

    @include at-least($tp){
      min-height: 912px;
    }

  }*/
}
.content-block.jumbotron .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.content-block.jumbotron.bg-color.black {
  background: #142351;
  color: #fff;
}
.content-block.jumbotron.bg-color.grey {
  background: #f0f0ef;
}
.content-block.jumbotron.bg-color.light-purple {
  background: #d1c6f2;
}
.content-block.jumbotron.bg-color.green {
  background: #ddfb40;
}
.content-block.jumbotron.bg-color.red {
  background: #ff472e;
  color: #fff;
}
.content-block.jumbotron p, .content-block.jumbotron ul, .content-block.jumbotron ol {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .content-block.jumbotron p, .content-block.jumbotron ul, .content-block.jumbotron ol {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
@media screen and (max-width: 767px) {
  .content-block .column-one + .column-two {
    margin-top: 40px;
  }
}
.content-block p, .content-block ul li, .content-block ol li {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .content-block p, .content-block ul li, .content-block ol li {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}

.content-w-cta {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  padding: 10vw 15px;
  text-align: center;
  color: #fff;
}
.content-w-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.content-w-cta .btn {
  margin-top: 24px;
}

.content-lines-header {
  padding: 48px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-lines-header {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .content-lines-header {
    padding: 72px 0;
  }
}

.content-w-lines {
  position: relative;
  padding: 0 0 48px 0;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .content-w-lines {
    padding: 96px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-w-lines {
    padding: 156px 0;
  }
}
.content-w-lines.small-tb-padding {
  padding: 0 0 48px 0;
}
@media screen and (min-width: 768px) {
  .content-w-lines.small-tb-padding {
    padding: 156px 0;
  }
}
@media screen and (max-width: 990px) {
  .content-w-lines.none-bg + .none-bg.content-w-lines {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines.none-bg + .none-bg.content-w-lines {
    padding-top: 90px;
  }
}
.content-w-lines .btn {
  margin-top: 24px;
}
.content-w-lines.none-bg + .light-purple-bg {
  margin-top: 0;
}
.content-w-lines .svg-image {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content-w-lines .svg-image {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .content-w-lines .svg-image {
    position: absolute;
    height: 100%;
    overflow: hidden;
  }
}
.content-w-lines .svg-image svg {
  vertical-align: middle;
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .content-w-lines .svg-image svg {
    height: 100%;
    width: auto;
  }
}
.content-w-lines .svg-image.hundred svg {
  width: 1000px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-w-lines .svg-image.hundred svg {
    width: 1600px;
  }
}
@media screen and (min-width: 1200px) {
  .content-w-lines .svg-image.hundred svg {
    width: 2400px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .svg-image.fifty {
    width: 50vw;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .svg-image.fifty svg {
    width: 100%;
    height: auto;
  }
}
.content-w-lines .svg-image.top {
  top: 0;
}
.content-w-lines .svg-image.bottom {
  bottom: 0;
  height: 210px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .content-w-lines .svg-image.bottom {
    height: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .content-w-lines .svg-image.bottom {
    height: 60%;
  }
}
@media screen and (min-width: 1500px) {
  .content-w-lines .svg-image.bottom {
    height: 50%;
  }
}
.content-w-lines .svg-image.bottom svg {
  height: 100%;
}
@media screen and (min-width: 991px) {
  .content-w-lines .svg-image.bottom svg {
    height: 85vh;
  }
}
.content-w-lines .svg-image.left {
  left: 0;
}
.content-w-lines .svg-image.right {
  right: 0;
}
.content-w-lines .svg-image.right svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .content-w-lines .svg-image.right svg {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1850px) {
  .content-w-lines .svg-image.right svg {
    width: auto;
    height: 90%;
  }
}
.content-w-lines .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .content-w-lines .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.content-w-lines .container-fluid .col-12 {
  max-width: 40%;
}
.content-w-lines .container-fluid.center {
  text-align: center;
}
.content-w-lines .container-fluid.center .col-12 {
  margin: 0 auto;
}
.content-w-lines .content p, .content-w-lines .content ul, .content-w-lines .content ol, .content-w-lines .content blockquote {
  max-width: 90%;
}
.content-w-lines .content p, .content-w-lines .content ul, .content-w-lines .content ol {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .content-w-lines .content p, .content-w-lines .content ul, .content-w-lines .content ol {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
.content-w-lines .content p.small, .content-w-lines .content ul.small, .content-w-lines .content ol.small {
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .img-right .col-md-6:nth-child(1) {
    padding-right: 38px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .img-right .col-md-6:nth-child(2) {
    padding-left: 38px;
  }
}
@media screen and (max-width: 990px) {
  .content-w-lines .content .content {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .flex-row-reverse .col-md-6:nth-child(1) {
    padding-left: 38px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .flex-row-reverse .col-md-6:nth-child(2) {
    padding-right: 38px;
  }
}
.content-w-lines.light-purple-bg .content h1, .content-w-lines.light-purple-bg .content h2, .content-w-lines.light-purple-bg .content h3, .content-w-lines.light-purple-bg .content h4, .content-w-lines.light-purple-bg .content h5, .content-w-lines.light-purple-bg .content h6 {
  color: #142351;
}
.content-w-lines.black-bg {
  background: #142351;
}
.content-w-lines.black-bg h1, .content-w-lines.black-bg h2, .content-w-lines.black-bg h3, .content-w-lines.black-bg h4, .content-w-lines.black-bg h5, .content-w-lines.black-bg h6 {
  color: #ddfb40;
}
.content-w-lines.black-bg p, .content-w-lines.black-bg ul, .content-w-lines.black-bg ol {
  color: #fff;
}
.content-w-lines .img {
  width: 100%;
  /*&.left{
    margin-left: -15px;
  }

  &.right{
    float: right;
    margin-right: -15px;
  }*/
}

.page-header + .content-w-lines {
  margin-top: 80px !important;
}

body.home .content-w-lines .content h1, body.home .content-w-lines .content h2, body.home .content-w-lines .content h3, body.home .content-w-lines .content h4, body.home .content-w-lines .content h5, body.home .content-w-lines .content h6 {
  color: #ff472e;
}
body.home .content-w-lines.light-purple-bg .content h1, body.home .content-w-lines.light-purple-bg .content h2, body.home .content-w-lines.light-purple-bg .content h3, body.home .content-w-lines.light-purple-bg .content h4, body.home .content-w-lines.light-purple-bg .content h5, body.home .content-w-lines.light-purple-bg .content h6 {
  color: #142351;
}
body.home .content-w-lines.black-bg {
  background: #142351;
}
body.home .content-w-lines.black-bg h1, body.home .content-w-lines.black-bg h2, body.home .content-w-lines.black-bg h3, body.home .content-w-lines.black-bg h4, body.home .content-w-lines.black-bg h5, body.home .content-w-lines.black-bg h6 {
  color: #ddfb40;
}
body.home .content-w-lines.black-bg p, body.home .content-w-lines.black-bg ul, body.home .content-w-lines.black-bg ol {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1499px) {
  body.page-id-18 .svg-image {
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body.page-id-18 .svg-image.fifty {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-18 .svg-image.fifty svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-id-18 .svg-image.fifty svg {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  body.page-id-18 .svg-image.fifty svg {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  body.page-id-5 .svg-image {
    overflow: visible;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  body.page-id-5 .svg-image.right svg {
    top: 0;
    transform: translateY(0%);
    width: 100%;
    height: auto;
  }
}

.page-header {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .page-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.page-header .row {
  color: #fff;
}
.page-header.sub-page {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-color: #fff;
}
.page-header.sub-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.page-header.sub-page .row {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header.sub-page .row {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .page-header.sub-page .row {
    height: 45vw;
  }
}
.page-header.sub-page .row .col-12 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-header.sub-page .row .col-12 {
    position: absolute;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .page-header.sub-page .row .col-12 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 72px;
  }
}
.page-header.sub-page.no-bg:before {
  background: #fff;
}
.page-header.sub-page.no-bg .row {
  height: inherit;
  padding: 156px 0 0 0;
}
.page-header.sub-page.no-bg .row .col-12 {
  position: relative;
  color: #142351;
  bottom: 0;
  left: 0;
  transform: none;
}
.page-header.home {
  position: relative;
  background: #ff472e;
  height: 100vh;
  min-height: 750px;
}
@media screen and (min-width: 991px) {
  .page-header.home {
    padding-bottom: 0;
  }
}
.page-header.home .row {
  padding-top: 38vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-header.home .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-header.home .row {
    padding-top: 18vw;
  }
}
.page-header.home .row .col-12 {
  text-align: center;
}
.page-header.home #header-svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-header.home #header-svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-header.home #header-svg {
    width: 78%;
  }
}
.page-header.home #my-svg {
  width: calc(100% + 40px);
  height: 100%;
  margin-top: -250px;
  margin-left: -20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-header.home #my-svg {
    width: calc(100% + 140px);
    margin-left: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header.home #my-svg {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1850px) {
  .page-header.home #my-svg {
    margin-top: -200px;
  }
}
.page-header.home #my-svg svg {
  vertical-align: middle;
  display: inline;
}
.page-header.home .container-fluid {
  position: relative;
}
.page-header.home .scroll-icon {
  position: absolute;
  bottom: 12px;
  right: 34px;
  display: block;
  width: 67px;
  height: 67px;
  background-image: url(/wp-content/themes/absci/assets/imgs/icons/scroll-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 40%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}
@media screen and (min-width: 991px) {
  .page-header.home .scroll-icon {
    bottom: 36px;
    right: 72px;
  }
}

.team-members {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
}
@media screen and (min-width: 991px) {
  .team-members {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.team-members .header {
  margin-bottom: 50px;
}
.team-members .filter {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .team-members .filter {
    margin-top: -15px;
  }
}
.team-members .filter li {
  opacity: 0.5;
  margin-top: 15px;
  padding-left: 20px;
  cursor: pointer;
  float: left;
}
@media screen and (max-width: 990px) {
  .team-members .filter li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 991px) {
  .team-members .filter li {
    margin-top: 10px;
    clear: both;
  }
  .team-members .filter li:first-child {
    margin-top: 0;
  }
}
.team-members .filter li.active {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  opacity: 1;
  position: relative;
}
.team-members .filter li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #c5b8ef;
  width: 5px;
  height: 22px;
  display: block;
}
.team-members .team-member {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .team-members .team-member:nth-child(1), .team-members .team-member:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .team-members .team-member {
    cursor: pointer;
  }
  .team-members .team-member:nth-child(3) {
    margin-top: 0;
  }
  .team-members .team-member p.name {
    display: inline-block;
    font-family: "SharpSemiBold", Arial, sans-serif;
    font-weight: normal;
    font-weight: 400;
  }
  .team-members .team-member p.name:after {
    content: "";
    margin-bottom: 5px;
    background: #142351;
    display: block;
    width: 0px;
    height: 1px;
    transition: 0.25s;
  }
  .team-members .team-member .profile-pic {
    position: relative;
  }
  .team-members .team-member .profile-pic:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.25s;
    background: rgba(0, 0, 0, 0.15);
  }
  .team-members .team-member:hover p.name:after {
    width: calc(100% + 15px);
  }
  .team-members .team-member:hover .profile-pic:after {
    opacity: 1;
  }
}
.team-members .team-member .profile-pic {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  width: 100%;
  height: 85vw;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .team-members .team-member .profile-pic {
    height: 40vw;
  }
  .team-members .team-member .profile-pic:nth-child(1), .team-members .team-member .profile-pic:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .team-members .team-member .profile-pic {
    height: 22vw;
  }
  .team-members .team-member .profile-pic:nth-child(3) {
    margin-top: 0;
  }
}
.team-members p + p {
  margin-top: 0;
}
.team-members p.title {
  color: #777777;
}

.team-member-slider {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
.team-member-slider .team-member-slider-bg {
  /* Old Animation
  @include at-least($tl){
    position: fixed;
    top: 0;
    left: -20vw;
    z-index: 0;
    width: 20vw;
    height: 100vh;
    background: $blackTransparent;
    transition: 1s ease-in-out;
    transition-delay: .2s;
  } */
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-slider-bg {
    position: fixed;
    top: 0;
    left: 0vw;
    z-index: 0;
    width: 100vw;
    height: 100vw;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 1s ease-in-out;
  }
}
.team-member-slider .team-member-data {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.75s ease-in-out;
  transition-delay: 0.3s;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data {
    transition: 1s ease-in-out;
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data {
    width: 80vw;
  }
}
.team-member-slider .team-member-data .header {
  padding-top: 91px;
  padding-bottom: 30px;
  background: #142351;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .header {
    padding-top: 142px;
    padding-bottom: 74px;
  }
}
@media (min-width: 991px) and (max-width: 1499px) {
  .team-member-slider .team-member-data .header .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .header .container .row {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.team-member-slider .team-member-data .header h1, .team-member-slider .team-member-data .header h2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .header h1, .team-member-slider .team-member-data .header h2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
.team-member-slider .team-member-data .header .profile-pic img {
  border-radius: 6px;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .header .profile-pic img {
    margin-bottom: 24px;
  }
}
.team-member-slider .team-member-data .header p.title {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .header p.title {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .header p.title {
    margin-top: 18px;
  }
}
.team-member-slider .team-member-data .header ul {
  display: flex;
  padding-left: 0;
}
.team-member-slider .team-member-data .header ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 24px;
}
.team-member-slider .team-member-data .header ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.team-member-slider .team-member-data .header ul li a:after {
  display: none;
}
.team-member-slider .team-member-data .header ul li:first-child {
  margin-left: 0;
}
.team-member-slider .team-member-data .header ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul {
  margin-top: 24px;
  margin-bottom: 0;
}
.team-member-slider .team-member-data .header ul li:not(:first-child) {
  margin-left: 17px;
}
.team-member-slider .team-member-data .header ul li a {
  background-size: 32px 32px !important;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .header ul {
    margin-top: 48px;
  }
}
.team-member-slider .team-member-data .bio-holder {
  overflow-x: hidden;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder {
    overflow-y: hidden;
  }
}
.team-member-slider .team-member-data .bio-holder:before {
  content: "";
  width: 100%;
  height: 82px;
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-mobile.svg) no-repeat 0 0 transparent;
  display: block;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .bio-holder:before {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:before {
    margin-left: 153px;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder:before {
    max-width: 1134px;
    margin: 0 auto;
    height: 72px;
  }
}
.team-member-slider .team-member-data .bio-holder:after {
  content: "";
  width: 100%;
  height: 12px;
  border-left: 3px solid #c5b8ef;
  border-bottom: 3px solid #c5b8ef;
  border-bottom-left-radius: 7px;
  display: block;
}
@media screen and (max-width: 767px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 30px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 152.5px;
  }
}
@media screen and (min-width: 1024px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 153px;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: calc((100% - 1134px) / 2);
  }
}
.team-member-slider .team-member-data .bio-holder.empty {
  position: relative;
}
.team-member-slider .team-member-data .bio-holder.empty:before {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-mobile.svg) no-repeat 0 0 transparent;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top.svg) no-repeat 0 0 transparent;
  }
}
.team-member-slider .team-member-data .bio-holder.empty:after {
  position: absolute;
  top: 50px;
  left: 0;
  border-left: none;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  width: 20vw;
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder.empty:after {
    top: 43px;
    width: 30vw;
  }
}
.team-member-slider .team-member-data .bio-holder .container {
  padding: 0 30px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .container {
    padding: 0 168px;
  }
}
.team-member-slider .team-member-data .bio-holder .bio {
  border-left: 3px solid #c5b8ef;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .bio-holder .bio {
    margin-left: 15px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio {
    padding-left: 86px;
    padding-right: 86px;
  }
}
.team-member-slider .team-member-data .bio-holder .bio h2 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder .bio h2 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
.team-member-slider .team-member-data .bio-holder .bio h2 + p {
  margin-top: 8px;
}
.team-member-slider .team-member-data .bio-holder .bio .did-you-know:not(:first-child),
.team-member-slider .team-member-data .bio-holder .bio .hear-from:not(:first-child) {
  margin-top: 51px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel {
  margin-top: 8px;
  display: none;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post {
  width: 100%;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p.date {
  color: #777777;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 24px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p a {
  color: #142351;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
  margin-top: 8px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button {
  top: inherit;
  bottom: -20px;
  width: 16px;
  height: 32px;
  padding: 0;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button:after {
  content: "";
  width: 16px;
  height: 32px;
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  mask-size: 8px 16px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  -webkit-mask-size: 8px 16px;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background-color: #c5b8ef;
  display: block;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button.previous:after {
  transform: rotate(180deg);
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button svg {
  display: none;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4px;
  width: inherit;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li {
  width: 10px;
  height: 10px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li.is-selected {
  background: #ff472e;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.desktop {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.desktop .post {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile {
    display: block;
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .slide {
  width: 100%;
  margin-right: 24px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .slide .post .content {
  margin-bottom: 20px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .flickity-page-dots {
  bottom: -15px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .flickity-button {
  bottom: -40px;
}
.team-member-slider .team-member-data .meet-team {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 48px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 225px;
    padding-right: 225px;
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .meet-team .single-team-members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    height: 400px;
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member .image img {
  min-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p a {
  color: #142351;
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p a:hover {
  text-decoration: none;
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.55;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p.title {
  color: #777777;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 4px;
}
@media screen and (max-width: 1199px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name {
    display: inline-block;
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name:after {
    content: "";
    margin-bottom: 5px;
    background: #142351;
    display: block;
    width: 0px;
    height: 1px;
    transition: 0.25s;
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    position: relative;
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.25s;
    background: rgba(0, 0, 0, 0.15);
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member:hover p.name:after {
    width: calc(100% + 15px);
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member:hover .image:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .header .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:before {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1850px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 100px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .container {
    padding: 0 115px;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder .container {
    max-width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder .bio {
    padding-right: 179px;
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post {
    width: calc(50% - 15px);
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button {
  bottom: -58px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots {
  bottom: -34px;
}
.team-member-slider .team-member-data .meet-team {
  margin-bottom: 60px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 175px;
    padding-right: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 175px;
    padding-right: 265px;
  }
}
@media screen and (min-width: 1850px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 6.6vw;
    padding-right: 11.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .meet-team .single-team-members {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member:nth-child(3) {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    height: 220px;
  }
}
@media (min-width: 1024px) and (max-width: 1499px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    height: 300px;
  }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu  li  a{
    font-size: 16px !important;
    line-height: 24px;
  }
}
.team-member-slider .close-btn {
  display: block;
  visibility: hidden;
  opacity: 0;
  outline: none;
  position: fixed;
  top: 24px;
  right: 15px;
  z-index: 10;
  width: 34px;
  height: 33px;
  padding: 0;
  margin-top: 0px;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  transition-delay: 0.5s;
  border: none;
  z-index: 1000000;
  cursor: pointer;
  background-color: #142351;
  border-radius: 5px;
}
.team-member-slider .close-btn .icon-bar {
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  height: 3px;
  width: 26px;
  background: #fff;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.team-member-slider .close-btn .icon-bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
}
.team-member-slider .close-btn .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-135deg);
}
.team-member-slider.active {
  left: 0vw;
}
.team-member-slider.active .team-member-slider-bg {
  opacity: 1;
  visibility: visible;
}
.team-member-slider.active .team-member-data {
  right: 0vw;
}
.team-member-slider.active .close-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.touts {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .touts {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.touts.list .section-text {
  margin-bottom: 48px;
}
.touts.list .tout {
  padding: 24px 0;
  border-top: 1px solid #142351;
}
.touts.list .tout:last-child {
  border-bottom: 1px solid #142351;
}
.touts.grey-boxes .row {
  margin-top: 48px;
}
.touts.grey-boxes .touts-holder {
  display: flex;
  justify-content: center;
}
.touts.grey-boxes .touts-holder .tout {
  background: #f3f3f2;
  padding: 40px 30px;
  margin-right: 20px;
  width: calc(25% - 15px);
  min-height: 360px;
}
.touts.grey-boxes .touts-holder .tout:last-child {
  margin-right: 0;
}
.touts.grey-boxes .touts-holder .tout p {
  color: #ff472e;
  margin-bottom: 15px;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1440px;
}

.news-header {
  background-color: rgba(197, 184, 239, 0.4);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .news-header {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.news-header .thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
.news-header .tag-listing li {
  background: #c5b8ef;
  font-size: 12px;
  line-height: 12px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #07192e;
}
.news-header .tag-listing li:not(last-child) {
  margin-right: 8px;
}
.news-header h2, .news-header a {
  color: #142351;
}
.news-header a {
  color: #142351;
}
.news-header h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.news-header h4 {
  color: #777777;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.news-header .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news-header .content {
    padding-top: 118px;
    padding-bottom: 118px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .news-header .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.news-header .image {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  .news-header .btn.blue {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .news-header .thumbnail {
    height: 250px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

.news {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .news {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.news .posts-listing {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 991px) {
  .news .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .header .btn {
    margin-bottom: 10px;
    max-width: 180px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .news .header .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.logos-grid {
  position: relative;
  padding-top: 12vw;
  margin-top: 96px !important;
}
.logos-grid .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .logos-grid .logos {
    max-width: 900px;
    margin: 0 auto;
  }
}
.logos-grid .logos .logo {
  max-width: 50%;
  margin: 10% 5%;
}
.logos-grid .logos .logo.large {
  max-width: 100%;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .logos-grid .logos .logo {
    max-width: 15%;
    margin: 4% 5%;
  }
  .logos-grid .logos .logo.medium {
    max-width: 100%;
    width: 33.333%;
  }
  .logos-grid .logos .logo.large {
    max-width: 100%;
    width: 70%;
  }
}
.logos-grid .logos .logo img {
  width: 100%;
  height: auto;
}
.logos-grid #investor-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
}
.logos-grid #investor-svg svg {
  vertical-align: middle;
  display: inline;
}

.carousel,
.carousel-color {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}
.carousel .row,
.carousel-color .row {
  position: relative;
  z-index: 2;
}
.carousel .row:nth-child(2),
.carousel-color .row:nth-child(2) {
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}
.carousel .row:nth-child(2) .col-12,
.carousel-color .row:nth-child(2) .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.carousel .flickity-viewport,
.carousel-color .flickity-viewport {
  margin: 0 20px;
  overflow: visible;
}
.carousel .flickity-button,
.carousel-color .flickity-button {
  opacity: 0;
}
.carousel .drag-icon,
.carousel-color .drag-icon {
  position: absolute;
  top: 20%;
  left: 34.5%;
  background: url("/wp-content/themes/absci/assets/imgs/icons/drag-icon.svg") no-repeat 0 0 transparent;
  width: 54px;
  height: 72px;
  z-index: 1;
}
.carousel.image,
.carousel-color.image {
  padding-bottom: 228px;
}
.carousel.image #carousel-svg-one,
.carousel-color.image #carousel-svg-one {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 77px;
  top: 0;
}
.carousel.image #carousel-svg-two,
.carousel-color.image #carousel-svg-two {
  position: absolute;
  left: 15.55%;
  height: 318px;
  width: 476px;
  bottom: 0;
}
.carousel .carousel,
.carousel-color .carousel {
  padding: 48px 0 0 0;
  overflow: visible;
}
.carousel .carousel.image .carousel-cell,
.carousel-color .carousel.image .carousel-cell {
  position: relative;
  width: calc(95% - 50px);
  overflow: hidden;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.image .carousel-cell,
.carousel-color .carousel.image .carousel-cell {
    width: calc(38% - 50px); /* full width */
    max-width: 520px;
  }
}
.carousel .carousel.image .carousel-cell .img,
.carousel-color .carousel.image .carousel-cell .img {
  width: 100%;
  height: 100vw;
  max-height: 690px;
  display: block;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.image .carousel-cell .img,
.carousel-color .carousel.image .carousel-cell .img {
    height: 50vw;
  }
}
.carousel .carousel.image .carousel-cell .content,
.carousel-color .carousel.image .carousel-cell .content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
  width: calc(100% - 48px);
  color: #fff;
  z-index: 1;
}
.carousel .carousel.image .carousel-cell:after,
.carousel-color .carousel.image .carousel-cell:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  bottom: 0;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
@media screen and (min-width: 768px) {
  .carousel .carousel.image .carousel-cell:after,
.carousel-color .carousel.image .carousel-cell:after {
    height: 30%;
  }
}
.carousel .carousel.color .carousel-cell,
.carousel-color .carousel.color .carousel-cell {
  width: 300px; /* full width */
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.color .carousel-cell,
.carousel-color .carousel.color .carousel-cell {
    width: 40%; /* full width */
    max-width: 500px;
  }
}
@media screen and (min-width: 1500px) {
  .carousel .carousel.color .carousel-cell,
.carousel-color .carousel.color .carousel-cell {
    width: 30%; /* full width */
  }
}
.carousel .carousel.color .carousel-cell.blue,
.carousel-color .carousel.color .carousel-cell.blue {
  background-color: #142351;
}
.carousel .carousel.color .carousel-cell.burgandy,
.carousel-color .carousel.color .carousel-cell.burgandy {
  background-color: #5e0034;
}
.carousel .carousel.color .carousel-cell.red,
.carousel-color .carousel.color .carousel-cell.red {
  background-color: #ff472e;
}
.carousel .carousel.color .carousel-cell.light-purple,
.carousel-color .carousel.color .carousel-cell.light-purple {
  background-color: #d1c6f2;
}
.carousel .carousel.color .carousel-cell.green,
.carousel-color .carousel.color .carousel-cell.green {
  background-color: #ddfb40;
}
.carousel .carousel.color .carousel-cell .line-drawing,
.carousel-color .carousel.color .carousel-cell .line-drawing {
  height: 160px;
  width: 100%;
  background-size: auto 100%;
  background-position: 50% 0;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.color .carousel-cell .line-drawing,
.carousel-color .carousel.color .carousel-cell .line-drawing {
    height: 250px;
    margin-top: 72px;
  }
}
.carousel .carousel.color .carousel-cell .content,
.carousel-color .carousel.color .carousel-cell .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 48px);
  color: #fff;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.color .carousel-cell .content,
.carousel-color .carousel.color .carousel-cell .content {
    width: calc(100% - 96px);
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.carousel .carousel.color .carousel-cell.red .content, .carousel .carousel.color .carousel-cell.light-purple .content, .carousel .carousel.color .carousel-cell.green .content,
.carousel-color .carousel.color .carousel-cell.red .content,
.carousel-color .carousel.color .carousel-cell.light-purple .content,
.carousel-color .carousel.color .carousel-cell.green .content {
  color: #142351;
}

.wp-block .carousel .carousel {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 991px) {
  .single-case_study_cpt .carousel.block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-case_study_cpt .carousel .carousel .flickity-viewport,
.single-case_study_cpt .carousel .carousel-color .flickity-viewport {
  margin: 0;
  margin-bottom: 68px;
}
.single-case_study_cpt .carousel .flickity-button {
  opacity: 1;
  position: absolute;
  bottom: -21px;
  left: 0;
  background-color: #07192e;
  top: inherit;
  width: 42px;
  height: 42px;
}
.single-case_study_cpt .carousel .flickity-button.next {
  left: 52px;
}
.single-case_study_cpt .carousel .flickity-button .flickity-button-icon {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 44%;
}
.single-case_study_cpt .carousel.image {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt .carousel.image .carousel-cell {
    width: 100%; /* full width */
    max-width: 520px;
  }
}

.contact {
  /* general style for the form */
}
.contact .blue-banner {
  padding-left: 24px;
  padding-right: 24px;
  background: #142351;
  padding-top: 96px;
  padding-bottom: 96px;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .contact .blue-banner {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (max-width: 767px) {
  .contact .blue-banner .column-item {
    margin-top: 30px;
  }
  .contact .blue-banner .column-item:first-child {
    margin-top: 0;
  }
}
.contact .blue-banner .column-item h3 + h4 {
  margin-top: 24px;
}
.contact .blue-banner .column-item .address span {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .contact .contact-form {
    padding: 24px 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 990px) {
  .contact .contact-form {
    padding: 24px;
  }
}
@media screen and (min-width: 991px) and (min-width: 991px) {
  .contact .contact-form {
    padding: 72px;
  }
}
.contact .contact-form h3 {
  margin-bottom: 36px;
  text-align: center;
}
.contact .contact-form form {
  background-color: #c5b8ef;
  border-radius: 6px;
  padding: 15px;
}
@media screen and (min-width: 991px) and (max-width: 990px) {
  .contact .contact-form form {
    padding: 24px;
  }
}
@media screen and (min-width: 991px) and (min-width: 991px) {
  .contact .contact-form form {
    padding: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .contact-form form {
    padding-left: 310px;
    padding-right: 310px;
  }
}
.contact .nl-form {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  line-height: 2.8;
  /*select.custom-select{
    margin-top: -8px;
    width: 223px;
    background: url('/wp-content/themes/absci/assets/imgs/icons/select-arrow.svg') no-repeat 100% 50% transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.25;
    color: $black;

    &:first-child{
      color: $placeholderColor; 
    }

  }*/
}
@media screen and (min-width: 768px) {
  .contact .nl-form {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
.contact .nl-form #error p {
  color: #142351;
}
.contact .nl-form #error p + p {
  margin-top: 5px !important;
}
.contact .nl-form #error p + p:last-child {
  margin-bottom: 15px;
}
.contact .nl-form input,
.contact .nl-form button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.contact .nl-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form :-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form input[type=text],
.contact .nl-form input[type=email] {
  outline: none;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 16px;
  border-bottom: 3px solid #fff;
}
.contact .nl-form span {
  font-size: 16px;
  line-break: 1;
  display: block;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.contact .nl-form textarea {
  border: 3px solid #fff;
  border-radius: 6px;
  background: none;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 15px;
  line-height: 1.3;
}
.contact .nl-form input[type=text],
.contact .nl-form input[type=email] {
  position: relative;
  top: -8px;
  line-height: 2.25;
}
.contact .nl-form .btn {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.contact .nl-field {
  display: inline-block;
}

.custom-select {
  position: relative;
  font-family: Arial;
  background: transparent;
  border-radius: 0;
  background: none;
  width: 223px;
  border: none;
  padding: 0;
}
.custom-select select {
  display: none;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  cursor: pointer;
}

.select-selected {
  margin-top: -8px;
  background: url("/wp-content/themes/absci/assets/imgs/icons/select-arrow.svg") no-repeat 100% 50% transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.25;
  color: #fff;
  padding: 2px 16px;
  border-bottom: 3px solid #fff;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  color: #142351;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.quote-header {
  margin-bottom: 48px;
}
.quote-header h3 {
  text-align: center;
}

.quote-block {
  position: relative;
  background-color: #f3f3f2;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 991px) {
  .quote-block {
    padding-top: 228px;
    padding-bottom: 240px;
  }
}
.quote-block h1, .quote-block h2, .quote-block h3, .quote-block h4, .quote-block h5, .quote-block h6, .quote-block p, .quote-block ul, .quote-block ol, .quote-block blockquote {
  text-align: center;
  color: #ff472e;
}
@media screen and (min-width: 768px) {
  .quote-block h1, .quote-block h2, .quote-block h3, .quote-block h4, .quote-block h5, .quote-block h6, .quote-block p, .quote-block ul, .quote-block ol, .quote-block blockquote {
    max-width: 70%;
    margin: 0 auto;
  }
}
.quote-block img {
  width: 200px;
  margin: 48px auto 0 auto;
  display: block;
}
.quote-block + .content-w-cta {
  margin-top: 0;
}
.quote-block #quote-svg {
  position: absolute;
  top: 0;
  left: 1%;
  width: 88%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .quote-block #quote-svg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .quote-block #quote-svg {
    left: 3.5%;
    width: 50%;
  }
}
.quote-block #quote-svg svg {
  vertical-align: middle;
  display: inline;
}

.flow-section {
  position: relative;
  overflow-x: hidden;
}
.flow-section .section-title {
  color: #ff472e;
  margin-bottom: 72px;
}
.flow-section .red-line {
  padding: 0;
  position: absolute;
  left: 30px;
  margin-left: 51px;
  content: "";
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/sticky-nav.svg) no-repeat 0 0 transparent;
  background-size: auto 100%;
  width: 100vw;
  height: 237px;
  display: block;
}
@media screen and (min-width: 768px) {
  .flow-section .red-line.stuck {
    position: fixed;
    top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .red-line.at-bottom {
    position: fixed;
    width: 100vw;
    height: 237px;
    display: block;
    top: -100px;
  }
}
.flow-section .flow-sections {
  margin-top: 240px;
}
.flow-section .flow-sections ul.sticky-nav {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections ul.sticky-nav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav.stuck {
    position: fixed;
    top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav.at-bottom {
    position: absolute;
  }
}
.flow-section .flow-sections ul.sticky-nav li {
  position: relative;
  padding: 36px 0 12px 64px;
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections ul.sticky-nav li {
    padding-top: 12px;
    padding-left: 55px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
.flow-section .flow-sections ul.sticky-nav li:first-child {
  padding-top: 12px;
}
.flow-section .flow-sections ul.sticky-nav li:last-child {
  margin-bottom: 0;
}
.flow-section .flow-sections ul.sticky-nav li a {
  color: #142351;
  text-decoration: none;
}
.flow-section .flow-sections ul.sticky-nav li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  background: #142351;
  display: block;
  width: 0px;
  height: 2px;
  transition: 0.25s;
}
.flow-section .flow-sections ul.sticky-nav li a:hover:after {
  width: 100%;
}
.flow-section .flow-sections ul.sticky-nav li:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 21px;
    width: 0px;
    border-left: 4px solid #f0f0ef;
    height: 24px;
    transition: 0.25s;
  }
}
.flow-section .flow-sections ul.sticky-nav li:first-child:before {
  display: none;
}
.flow-section .flow-sections ul.sticky-nav li span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: auto 50% !important;
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 23px;
  border: 4px solid #f0f0ef;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav li span {
    top: 24px;
  }
}
.flow-section .flow-sections ul.sticky-nav li span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.flow-section .flow-sections ul.sticky-nav li:first-child span {
  top: 0;
}
.flow-section .flow-sections ul.sticky-nav li.active:before {
  border-color: #ff472e;
}
.flow-section .flow-sections ul.sticky-nav li.active span {
  background-color: #ff472e;
  border-color: #ff472e;
}
.flow-section .flow-sections ul.sticky-nav li.active span svg path {
  stroke: #fff;
}
.flow-section .flow-sections .flow {
  padding-top: 72px;
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections .flow {
    padding-top: 48px;
    padding-bottom: 48px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections .flow .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections .flow:first-child {
    padding-top: 0;
  }
}
.flow-section .flow-sections .flow:last-child {
  padding-bottom: 228px;
}
.flow-section .flow-sections .flow .img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections .flow .img {
    margin-top: 24px;
  }
}

.current-openings {
  padding-left: 60px;
  padding-right: 60px;
}

.video {
  position: relative;
  padding: 72px 0;
  padding-bottom: 192px;
  margin-top: 0 !important;
}
@media screen and (min-width: 1200px) {
  .video {
    max-width: 1068px;
  }
}
@media screen and (min-width: 768px) {
  .video {
    padding-bottom: 228px;
  }
}
.video .row {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .video .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .video .row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
.video .row:nth-child(2) {
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}
.video .content {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 36px;
}
.video .content h1 + h1, .video .content h1 + h2, .video .content h1 + h3, .video .content h1 + h4, .video .content h1 + h5, .video .content h1 + h6, .video .content h1 + p, .video .content h1 + ul, .video .content h1 + ol, .video .content h2 + h1, .video .content h2 + h2, .video .content h2 + h3, .video .content h2 + h4, .video .content h2 + h5, .video .content h2 + h6, .video .content h2 + p, .video .content h2 + ul, .video .content h2 + ol, .video .content h3 + h1, .video .content h3 + h2, .video .content h3 + h3, .video .content h3 + h4, .video .content h3 + h5, .video .content h3 + h6, .video .content h3 + p, .video .content h3 + ul, .video .content h3 + ol, .video .content h4 + h1, .video .content h4 + h2, .video .content h4 + h3, .video .content h4 + h4, .video .content h4 + h5, .video .content h4 + h6, .video .content h4 + p, .video .content h4 + ul, .video .content h4 + ol, .video .content h5 + h1, .video .content h5 + h2, .video .content h5 + h3, .video .content h5 + h4, .video .content h5 + h5, .video .content h5 + h6, .video .content h5 + p, .video .content h5 + ul, .video .content h5 + ol, .video .content h6 + h1, .video .content h6 + h2, .video .content h6 + h3, .video .content h6 + h4, .video .content h6 + h5, .video .content h6 + h6, .video .content h6 + p, .video .content h6 + ul, .video .content h6 + ol, .video .content p + h1, .video .content p + h2, .video .content p + h3, .video .content p + h4, .video .content p + h5, .video .content p + h6, .video .content p + p, .video .content p + ul, .video .content p + ol, .video .content ul + h1, .video .content ul + h2, .video .content ul + h3, .video .content ul + h4, .video .content ul + h5, .video .content ul + h6, .video .content ul + p, .video .content ul + ul, .video .content ul + ol, .video .content ol + h1, .video .content ol + h2, .video .content ol + h3, .video .content ol + h4, .video .content ol + h5, .video .content ol + h6, .video .content ol + p, .video .content ol + ul, .video .content ol + ol {
  margin-top: 12px;
}
.video .video-holder {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #000000;
  padding: 56.25% 0 0 0;
}
.video #video-svg-one {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 72px;
  top: 0;
}
.video #video-svg-two {
  position: absolute;
  height: 136px;
  bottom: 93px;
}
@media screen and (max-width: 990px) {
  .video #video-svg-two {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .video #video-svg-two {
    left: -95.4%;
    width: 145.6%;
  }
}
@media screen and (min-width: 1200px) {
  .video #video-svg-two {
    left: -80.9%;
    width: 131.1%;
  }
}
.video #video-svg-two-mobile {
  position: absolute;
  left: -74.8%;
  width: 125.7%;
  height: 100px;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  .video #video-svg-two-mobile {
    left: -25.5%;
    bottom: 128px;
    width: 76%;
  }
}
@media screen and (min-width: 991px) {
  .video #video-svg-two-mobile {
    display: none;
  }
}

.single .video {
  padding-top: 0;
}
@media screen and (min-width: 991px) {
  .single .video {
    max-width: 93%;
  }
}
@media screen and (min-width: 1500px) {
  .single .video {
    max-width: 1430px;
  }
}
.single .video #video-svg-one {
  display: none;
}
.single .video .row {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .single .video .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  .single .video #video-svg-two {
    left: -92.3%;
  }
}
@media screen and (min-width: 1200px) {
  .single .video #video-svg-two {
    left: -67.6%;
  }
}
@media screen and (min-width: 1500px) {
  .single .video #video-svg-two {
    left: -64.4%;
  }
}
.single .video #video-svg-two-mobile {
  position: absolute;
  left: -81.3%;
  height: 100px;
  width: auto;
  bottom: 92px;
}
@media screen and (min-width: 768px) {
  .single .video #video-svg-two-mobile {
    left: -25.5%;
    bottom: 128px;
    width: 76%;
  }
}
@media screen and (min-width: 991px) {
  .single .video #video-svg-two-mobile {
    display: none;
  }
}

.tech-detail {
  position: relative;
  overflow-x: hidden;
}
.tech-detail .section-title {
  color: #142351;
}
@media screen and (min-width: 768px) {
  .tech-detail .section-title {
    margin-bottom: 72px;
  }
}
.tech-detail .detail-sections {
  /*ul.sticky-nav{

    &.stuck{
      @include at-least($tp){
        position: fixed;
        top: 100px;
      }
    }

    &.at-bottom{
      @include at-least($tp){
        position: absolute;
      }
    }
  } // end .sticky-nav*/
}
.tech-detail .detail-sections .detail {
  padding-top: 24px;
}
.tech-detail .detail-sections .detail:not(:first-child) {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .tech-detail .detail-sections .detail:last-child {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .tech-detail .detail-sections .detail {
    padding-top: 48px;
    padding-bottom: 48px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .tech-detail .detail-sections .detail .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech-detail .detail-sections .detail .col-md-6.img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail .detail-sections .detail .col-md-6.img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .tech-detail .detail-sections .detail:first-child {
    padding-top: 0;
  }
}
.tech-detail .detail-sections .detail img {
  display: block;
  width: 100%;
  height: 335px;
  object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .tech-detail .detail-sections .detail:nth-child(odd) .col-md-6.content {
    padding-left: 0;
    padding-right: 72px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail .detail-sections .detail:nth-child(even) .col-md-6.content {
    padding-left: 72px;
    padding-right: 0;
  }
}

.tech-detail-circle .section-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .section-title {
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .section-title {
    margin-bottom: 80px;
  }
}
.tech-detail-circle .places {
  position: relative;
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/circle-arrows.svg) no-repeat 60% 39% transparent;
  background-size: 242px auto;
  width: 375px;
  height: 304px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places {
    background-size: 323px auto;
    width: 500px;
    height: 405px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places {
    background-size: 573px 495px;
    width: 850px;
    height: 738px;
  }
}
.tech-detail-circle .places .circle-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 48.5%;
  left: 153px;
  max-width: 135px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .circle-title {
    left: 199px;
    max-width: 180px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .circle-title {
    top: 48.5%;
    left: 320px;
    max-width: 340px;
    font-size: 29px;
    line-height: 36px;
  }
}
.tech-detail-circle .places .place {
  position: absolute;
  text-align: center;
  width: 74px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place {
    width: 99px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place {
    width: 189px;
  }
}
.tech-detail-circle .places .place a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-indent: -9999px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .tech-detail-circle .places .place h4 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place h4 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    padding: 0 20px;
  }
}
@media screen and (min-width: 991px) and (min-width: 768px) {
  .tech-detail-circle .places .place h4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
.tech-detail-circle .places .place .icon {
  position: relative;
  width: 74px;
  height: 74px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place .icon {
    width: 99px;
    height: 99px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place .icon {
    width: 189px;
    height: 189px;
  }
}
.tech-detail-circle .places .place .icon .icon-mask, .tech-detail-circle .places .place .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 74px;
  display: block;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place .icon .icon-mask, .tech-detail-circle .places .place .icon:before {
    width: 99px;
    height: 99px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place .icon .icon-mask, .tech-detail-circle .places .place .icon:before {
    width: 189px;
    height: 189px;
  }
}
.tech-detail-circle .places .place .icon .icon-mask {
  mask-size: 90% 90%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-size: 90% 90%;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
}
.tech-detail-circle .places .place .icon:before {
  content: "";
  border-radius: 36px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place .icon:before {
    border-radius: 55px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place .icon:before {
    border-radius: 95px;
  }
}
.tech-detail-circle .places .place.one {
  top: 150px;
  left: 16px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.one {
    top: 198px;
    left: 16px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.one {
    top: 355px;
    left: 0;
  }
}
.tech-detail-circle .places .place.one .icon {
  margin-bottom: 15px;
}
.tech-detail-circle .places .place.one .icon .icon-mask {
  background: #07192e;
}
.tech-detail-circle .places .place.one .icon:before {
  background: #ddfb40;
}
.tech-detail-circle .places .place.two {
  bottom: 172px;
  left: 91px;
  color: #ff472e;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.two {
    bottom: 229px;
    left: 129px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.two {
    bottom: 411px;
    left: 194px;
  }
}
.tech-detail-circle .places .place.two .icon {
  margin-top: 15px;
}
.tech-detail-circle .places .place.two .icon .icon-mask {
  background: #fff;
}
.tech-detail-circle .places .place.two .icon:before {
  background: #ff472e;
}
.tech-detail-circle .places .place.three {
  bottom: 172px;
  left: 275px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.three {
    bottom: 229px;
    left: 366px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.three {
    bottom: 411px;
    left: 634px;
  }
}
.tech-detail-circle .places .place.three .icon {
  margin-top: 15px;
}
.tech-detail-circle .places .place.three .icon .icon-mask {
  background: #fff;
}
.tech-detail-circle .places .place.three .icon:before {
  background: #07192e;
}
.tech-detail-circle .places .place.four {
  top: 200px;
  left: 186px;
  color: #c5b8ef;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.four {
    top: 262px;
    left: 244px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.four {
    top: 471px;
    left: 398px;
  }
}
.tech-detail-circle .places .place.four .icon {
  margin-bottom: 15px;
}
.tech-detail-circle .places .place.four .icon .icon-mask {
  background: #fff;
}
.tech-detail-circle .places .place.four .icon:before {
  background: #c5b8ef;
}

.media {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .media {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.media .posts-listing {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .media .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .media .header .btn {
    margin-bottom: 10px;
    max-width: 180px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .media .header .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .media .grid-list-view {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .media .grid-list-view {
    padding-left: 0;
    padding-right: 0;
  }
}
.media .grid-list-view ul {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
.media .grid-list-view ul li {
  display: inline-flex;
  padding: 11px 25px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  border-radius: 25px;
  width: fit-content;
  margin-right: 15px;
  cursor: pointer;
}
.media .grid-list-view ul li:last-child {
  margin-right: 0px;
}
.media .grid-list-view ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #142351;
  display: block;
  margin-right: 8px;
  transition: 0.25s;
}
.media .grid-list-view ul li.grid:before {
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/grid.svg);
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/grid.svg);
}
.media .grid-list-view ul li.list:before {
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/list.svg);
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/list.svg);
}
.media .grid-list-view ul li:hover {
  background-color: #142351;
  color: #fff;
}
.media .grid-list-view ul li:hover:before {
  background-color: #fff;
}
.media .grid-list-view ul li.active {
  background-color: #142351;
  color: #fff;
  cursor: default;
}
.media .grid-list-view ul li.active:before {
  background: #fff;
}
.media .posts .post .image {
  position: relative;
}
.media .posts .post .image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/absci/assets/imgs/icons/play-btn.svg) no-repeat 0 0 transparent;
  background-size: 100% auto;
}
.media .posts .post .image .thumbnail {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-3.jpg) no-repeat 0 0 transparent;
}
.media .posts.list .post {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .content {
    width: 50%;
  }
}
.media .posts.list .post .content .content-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.media .posts.list .post .content .content-container .tag-listing {
  width: 100%;
}
.media .posts.list .post .content .content-container .tag-listing li {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .content .content-container .tag-listing li {
    margin-top: 0;
  }
  .media .posts.list .post .content .content-container .tag-listing li:not(last-child) {
    margin-right: 8px;
  }
}
.media .posts.list .post .content .content-container .title {
  max-width: 70%;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .image {
    width: 50%;
  }
}
.media .posts.list .post .image img {
  height: 177px;
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .image img {
    height: 278px;
  }
}
.media .posts.grid .post {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .media .posts.grid .post {
    border-top: 1px solid #07192e;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .media .posts.grid .post {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .media .posts.grid .post:nth-child(3n+3) {
    margin-right: 0px;
  }
}
.media .posts.grid .post .tag-listing {
  margin-bottom: 15px;
}

.sticky-nav-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 90px;
}
.sticky-nav-item:first-of-type {
  margin-top: 0px;
}
.sticky-nav-item p {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #07192e !important;
}
.sticky-nav-item + .block {
  padding-top: 10px !important;
}
.sticky-nav-item + .content-block {
  margin-top: 0 !important;
}

.single-post.block {
  background-color: rgba(197, 184, 239, 0.4);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .single-post.block {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.single-post.block .thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
.single-post.block .tag-listing li {
  background: #c5b8ef;
  font-size: 12px;
  line-height: 12px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #07192e;
}
.single-post.block .tag-listing li:not(last-child) {
  margin-right: 8px;
}
.single-post.block h2, .single-post.block a {
  color: #142351;
}
.single-post.block a {
  color: #142351;
}
.single-post.block h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.single-post.block h4 {
  color: #777777;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.single-post.block .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .single-post.block .content {
    padding-top: 118px;
    padding-bottom: 118px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .single-post.block .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.single-post.block .image {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  .single-post.block .btn.blue {
    width: fit-content;
  }
}
.single-post.block .eyebrow {
  color: #07192e;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.single-post.block a.btn {
  color: #fff;
}

.quote-carousel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.quote-carousel .row {
  max-width: none;
}
.quote-carousel .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.quote-carousel .block-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .quote-carousel .block-title {
    margin-bottom: 100px;
  }
}
.quote-carousel .flickity-button {
  top: inherit;
  bottom: 69px;
  width: 16px;
  height: 32px;
  padding: 0;
}
.quote-carousel .flickity-button:after {
  content: "";
  width: 16px;
  height: 32px;
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  mask-size: 8px 16px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  -webkit-mask-size: 8px 16px;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background-color: #c5b8ef;
  display: block;
}
.quote-carousel .flickity-button.previous:after {
  transform: rotate(180deg);
}
.quote-carousel .flickity-button svg {
  display: none;
}
.quote-carousel .flickity-page-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 94px;
  width: inherit;
}
.quote-carousel .flickity-page-dots li {
  width: 10px;
  height: 10px;
}
.quote-carousel .flickity-page-dots li.is-selected {
  background: #ff472e;
}
.quote-carousel .carousel-cell {
  width: 100%;
  height: 590px;
  display: flex;
  justify-content: center;
  background-size: auto 100% !important;
}
@media screen and (max-width: 767px) {
  .quote-carousel .carousel-cell {
    padding-top: 90px;
  }
}
@media screen and (max-width: 990px) {
  .quote-carousel .carousel-cell {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .quote-carousel .carousel-cell {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media screen and (min-width: 768px) {
  .quote-carousel .carousel-cell {
    align-items: center;
  }
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell {
    height: 640px;
  }
}
.quote-carousel .carousel-cell:nth-child(even) {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-section-even.svg) no-repeat 50% 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:nth-child(even) {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/section-even.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell:nth-child(odd) {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-section-odd.svg) no-repeat 50% 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:nth-child(odd) {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/section-odd.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell:first-child {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-first-section.svg) no-repeat 32px 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:first-child {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/first-section.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell:last-child {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-last-section.svg) no-repeat 50% 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:last-child {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/last-section.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell .content {
  max-width: 1042px;
  text-align: center;
}
.quote-carousel .carousel-cell .content h3 {
  color: #ff472e;
}
@media screen and (max-width: 767px) {
  .quote-carousel .carousel-cell .content h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.quote-carousel .carousel-cell .content h3:before {
  content: "â€œ";
}
.quote-carousel .carousel-cell .content h3:after {
  content: "â€";
}
.quote-carousel .carousel-cell .content h4 {
  margin-top: 33px;
}
.quote-carousel .carousel-cell .content p {
  margin-top: 0;
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1440px;
}

.events {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .events {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.events .posts-listing {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 991px) {
  .events .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .events .header .btn {
    margin-bottom: 10px;
    max-width: 180px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .events .header .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .events .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .events form {
    display: flex;
    justify-content: space-between;
  }
}
.events form .picker {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .events form .picker {
    width: 90%;
  }
}
.events form label {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.events form input {
  position: relative;
  border-radius: 20px;
  border: 1px solid #777777;
  padding: 10px 0px 10px 18px;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  color: #777777;
  background: none;
  outline: none;
  margin-bottom: 25px;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .events form input {
    padding-left: 24px;
    padding-right: 12px;
  }
}
.events form input:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/absci/assets/imgs/icons/calendar.svg) no-repeat 0% 0% transparent;
  background-size: 100% 100%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .events form input.active {
    background-color: #142351;
    color: #fff;
  }
}
.events form input.error {
  border-color: #ff472e;
  color: #ff472e;
}
.events form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  background: url(/wp-content/themes/absci/assets/imgs/icons/calendar.svg) no-repeat 0% 0% transparent;
  background-size: 100% 100%;
  opacity: 0;
}
.events .date-header {
  font-size: 16px;
  line-height: 1.55;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .events .date-header {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
.events .no-posts {
  margin-top: 115px;
  text-align: center;
  width: 100%;
}
.events .no-posts h3,
.events .no-posts p {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

/* sourceMappingURL=style.css.map */

/*Blog Page Css*/
  table.post_table tbody tr:nth-child(even) {
      background-color: #f1f1f1;
  }
  .result_table_wrapper{
    overflow-x: auto;
  }
/*Blog Page Css*/
.fixed-hero-heading-width{
  max-width: 1188px !important;
  margin: auto;
}
/*Contact Page Css*/
body.fl-builder > div#wrapper {
  width: auto;
  /*max-width: 1900px;*/
  max-width: 100%;
  margin: 0 auto;
}
.gform_heading h2.gform_title{
      margin-bottom: 36px;
    text-align: center;
      font-size: 36px;
      line-height: 43px;
} 
.contact_form{
  background-color: #c5b8ef;
    border-radius: 6px;
    margin: 0px 15px;
}
.contact_form .gform_body.gform-body{
      max-width: 56%;
      margin: auto;
     padding:72px 0px;
  padding-bottom: 15px;
}
.gform_wrapper.gravity-theme .contact_form .form_sublabel_below.description_below{
      display: block;
}
.gform_wrapper.gravity-theme .contact_form .gfield  {
      display: inline-block;
      margin-right: 5px;
}
.gform_wrapper.gravity-theme .contact_form .text_field{
      width: 35.93%;
}
.gform_wrapper.gravity-theme .contact_form input,.gform_wrapper.gravity-theme .contact_form input:focus,
.gform_wrapper.gravity-theme .contact_form input:focus-visible,.gform_wrapper.gravity-theme .contact_form select{
      background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
  box-shadow:none;
  outline:none;
    margin-bottom: 15px;
  -webkit-appearance:none !important;
      border-radius: 0px;
}
.contact_form .ginput_container_select select option {
    color: #000000 !important;
}
.contact_form .ginput_container_select select {
    color: #FFFFFF !important;
}
.contact-form input{
      text-align: center;
}
.gform_wrapper.gravity-theme .contact_form 
input[type=submit]{
  text-align: center;
  background-color: #142351;
    border-color: #142351;
    color: #fff;
  border-radius: 25px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1;
  transition: 0.25s;
  
}
.gform_footer{
  margin: auto;
    justify-content: center;
      padding: 0 0 72px 0;
}
.gform_wrapper.gravity-theme .contact_form textarea{
  background: transparent;
  color: #fff;
}
.gform_wrapper.gravity-theme .contact_form input::placeholder,
.gform_wrapper.gravity-theme .contact_form textarea::placeholder{
  color: #fff;
}
.content_label_width{
  width:50%;
}
.gform_wrapper.gravity-theme .contact_form .gfield textarea{
  border: 3px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 15px;
  line-height: 1.3;
  overflow: auto;
  resize: vertical;
  height: 119px;
  min-height: auto;
}
.dot_label{
  line-height: 42px;
    vertical-align: bottom;
}
.contact_form .textarea_form_field{
      width: 100%;
}
.gfield_required{
  visibility:hidden;
}
.textarea_label{
      font-weight: 400;
  font-family:"SharpSemiBold", Arial, sans-serif;
      font-size: 16px;
  font-weight: normal;
  line-height:45px;
}
.gform_confirmation_wrapper{
      padding: 30px;
    text-align: center;
    max-width: 1400px;
    margin: 30px auto;
}
.gform_validation_error .dot_label {
      align-items: center;
    vertical-align: middle;
    position: relative;
    top: 15px;
}
.contact_form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
      padding: 0px;
     border: none;
    background: transparent;
    margin-top: 0px;
    padding-top: 0px !important;
}
.gform_validation_errors{
  display:none;
}
.contact_form .gfield_error{
  position: relative;
    margin-bottom: 40px !important;
}
.contact_form .gfield_validation_message{
  position: absolute;
}
.gform_confirmation_wrapper{
      margin: 35px auto 70px auto;
}
@media screen and (min-width: 1200px){
  .contact_form .gform_body.gform-body{
        max-width: 63%;
  }
}
@media screen and (max-width: 1200px){
  .contact_form .gform_body.gform-body{
        max-width: 85%;
  }
}
@media screen and (min-width: 991px) {
.gravity-theme {
       padding: 72px 0px;
    max-width: 1440px;
    margin: 0 auto;
}}
@media (min-width: 1366px) and (max-width: 1440px) {
  .gform_wrapper.gravity-theme .contact_form .text_field {
    width: 34%;
 }
}
@media (min-width: 991px) and (max-width: 1366px) {
  .gform_wrapper.gravity-theme .contact_form .text_field{
    width: 33%;
  }
  .contact_form{
    width: 85%;
    margin: auto;
  }
  .removeheader img.bg_logo{
        width: 18.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_form .gform_body.gform-body{
    max-width: 95%;
  }
  .gform_wrapper.gravity-theme .contact_form .text_field{
    width: 31%;
  }
  .gform_wrapper.gravity-theme .contact_form .select_field{
    width: 50%;
  }
  .contact_form{
    width: 95%;
    margin-bottom:30px;
  }
  .gform_heading h2.gform_title{
      margin-top: 70px;
  }
}
@media screen and (min-width: 768px){
  .contact_form .gform_body.gform-body{
    padding-top: 60px 
  }
  .contact_form .gform_footer{
    padding-bottom: 48px !important;
  }
}
@media screen and (max-width: 767px) {
    .contact_form .gform_body.gform-body{
    padding-top: 30px !important; 
  }
  .contact_form .gform_footer{
    padding-bottom: 15px !important;
  }
  .contact_form .gform_body.gform-body{
    max-width: 100%;
    margin: 15px;
    padding-bottom: 0px;
    padding-top:15px;
  }
  .contact_form{
    width: 92%;
    margin-bottom: 35px;
  }
  .gform_wrapper.gravity-theme .contact_form .text_field{
        width: 94%;
  }
  .gform_wrapper.gravity-theme .contact_form 
input[type=submit],.gform_wrapper.gravity-theme .contact_form .gfield textarea{
   font-size: 15px;
}
  .contact_form .gform_footer.top_label{
    margin: 0px 0 0;
    padding: 0 0;
  }
  .contact_form .gform_footer.top_label input[type=submit]{
        width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1 !important;
  } 
  .gform_heading h2.gform_title{
    margin-top: 35px;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .gform_wrapper.gravity-theme .contact_form .gfield.textarea_label,.contact_form  .reach_me_label{
    display:block;
    width:100%;
  }
.select_field,.gform_wrapper.gravity-theme .contact_form .email_field{
      width: 94%;
  }
}
/**Contact page Css**/

/**connect page**/
.removeheader .container-fluid.main-nav,.removeheader #footer,
.removeheader #video-svg-one,.removeheader #video-svg-two,.removeheader #video-svg-two-mobile{
  display: none;
}
.removeheader .jumbotron.no-bg:before {
  background: #FD472C;
}
.removeheader .jumbotron.no-bg .row{
  padding: 40px 0 59px 0;
  align-items: center;
  text-align: center;
}
.removeheader .jumbotron.no-bg .row .hero-heading{
  margin:61px 0 27px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 61px;
  color: #FFFFFF;
}
.removeheader .jumbotron.no-bg .row .bg_img{
  width: 100%;
}
.removeheader .bg_logo{
  max-width: 100%;
    width: 11.9%;
    margin: auto;
}
.removeheader .container{
  padding: 60px 0px;
}
.removeheader .container .row{
  margin-left: 0px;
}
.removeheader .container .row .col-12{
      display: contents;
}
.removeheader .container .row .col-12 div.video-holder,.removeheader .container .row .col-12 div.video-holder video,
.conference_video,.conference_video video{
  border-radius: 10px;
}
.removeheader .container .row .col-12 .content,.removeheader .container .row .col-12 .video-holder{
    display: table-column;
    width: 46%;
    text-align: left;
    padding-right: 80px;
    margin: auto;
    background: transparent;
    padding: 0px;
    border-radius: 10px;
}
.removeheader .container .row .col-12 .video-holder, .removeheader .container .row .col-12 .video-holder iframe{
      width: 52.2%;  
      height: 409px !important;
}
.removeheader .copyright_blog{
    padding: 0px;
}
.removeheader .copyright_blog .copyright_section{
  text-align: center;
  align-items: center;
  margin: 30px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #142351;
}
.connect-us-desc h4{
  color: #FD472C;
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
}
.connect-us-desc h4:nth-child(n+2) {
  margin-top: 40px !important;
}
.connect-us-desc {
  margin-right: 54px;
}
.connect-us-desc p{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #142351;
}
.connect_with_us_wrapper{
    background-color: #D1C6F1;
    border-radius: 10px;
    padding: 60px 0px;
}
.connect_with_us_wrapper .instruction {
  display: none;
}
 .connect_with_us_wrapper .connect_with_us{
      max-width: 47%;
       margin: auto;
 }
.connect_with_us_wrapper .gform_heading h2.gform_title{
  margin-bottom: 15px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
}
.connect_with_us_wrapper .gform_heading .gform_description{
  font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #142351;
    margin: auto;
    width: 80%;
    margin-bottom: 30px;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input,
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container textarea{
  border: 2px solid #142351;
  border-radius: 6px;
  padding: 12px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  background: transparent;
  color: #142351;
}

.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input:focus-visible,
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container textarea:focus-visible{
  outline: none;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input::placeholder,
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container textarea::placeholder{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #142351 !important;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gform_footer input[type=submit]{
      background: #142351;
    border-radius: 200px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 12px 25px;
    margin-top: 8px;
    margin-bottom: 0px;
    border: none;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gform_footer{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield_description{
  margin-top: 10px;
}
.thanks_sec{
    max-width: 49%;
    margin: auto;
    text-align: center;
}
 .thanks_sec img{
   width: 38.6%;
    margin-bottom: 30px;
 }
.thanks_sec h3{
  font-size: 47.09px;
  line-height: 65px;
  color: #142351;
  margin-bottom: 15px;
  font-weight: 600;
}
.thanks_sec h6{
  color: #142351;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
   margin-bottom: 40px;
}
.thanks_sec p{
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #142351;
  margin-top: 0px;
}
.thanks_sec p a{
  color: #FD472C !important;
  text-decoration: underline !important;
}
.removeheader .gated_form_wrapper,.removeheader .wp-block-embed{
  margin-top: 60px;
}
.removeheader .wp-block-embed{
  display: flex;
  justify-content: center;
}
.gated_form_wrapper .gform_heading .gform_description{
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  width: 45%;
  justify-content: center;
}
.conference_btn{
    text-align: center;
    margin-top: 30px;
}
.fix_header_margin{
  padding-top: 118px;
}
/**connect page**/

/**Technology page**/
  body.fl-builder span, body.fl-builder p{
    letter-spacing: -0.8px;
  }
  body.error404 {
    overflow-x: hidden;
  }
  .error404 .scrolled .toggler .icon-bar{
        background: #142351;
  }
  .link_Sec a{
    color:#FF472E !important;
  }
  .testemonial_slider .content_slider a i.fa{
    font-size: 20px;
    width: 58px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .testemonial_slider .content_slider a i.fa::before{
    width: 17px;
  }
  .testemonial_slider .content_slider .bx-pager.bx-default-pager a{
      background: #000000;
      opacity: 1;
  }
  .testemonial_slider .content_slider .bx-pager.bx-default-pager a.active{
      background: #ff472e;
  }
  .testemonial_slider .content_slider .compact-wide .uabb-testimonial .uabb-testimonial-photo .uabb-imgicon-wrap{
      margin-right: 25px;
  }
  .testemonial_slider .content_slider .uabb-slider-prev{
      left: -80px;
      top: auto;
      bottom: -79px;
  }
  .testemonial_slider .content_slider .uabb-slider-next{
      right: -80px;
      top: auto;
      bottom: -79px;
  }
  .pseudo-contact-img-col{position: relative;}
   .pseudo-contact-img-col > .fl-row-content-wrap:after{
      content: "";
      position: absolute;
      background-image: url(/wp-content/uploads/2022/12/Group-1290-min.png);
      right: 0px;
      bottom: 0px;
      top: auto;
      width: 485px;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      margin: auto;
      background-position-y: 96%;
   }
   .technology_hero_img_sec .technology_hero_inner_sec .image_sec{
       margin-right: -32px;
   }
   .technology_sec > .fl-row-content-wrap{
      background-size:87px 100%;
   }
    .news_updates_sec{
       width: 33.33%;
    }
      .news_main_sec{
        overflow: hidden;
    }
    .news_updates_sec{
    border-left:2px solid #000000;
       padding-bottom: 500em;
        margin-bottom: -500em;
    }
    .news_and_updates .news_updates_sec:last-child{
       border-right:2px solid #000000;
    }
   .news_updates_sec > .fl-node-content{
    padding: 59px 44px 49px;
   }
   .news_and_updates .alm-btn-wrap{
      display: none;
    }
    /*.news_and_updates .news_updates_sec:last-child > .fl-col-content{
        border-right:2px solid #000000;
    }*/
   .news_updates_sec .uabb-imgicon-wrap{
        margin-bottom: 23px;
        max-width: 375px;
   }
   .news_updates_sec .uabb-infobox-text-wrap a{
    color: #000000;
    text-decoration-line: underline;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
   }
    .news_updates_sec .uabb-infobox-title-wrap{
          margin-bottom: 23px;
    }
    .news_updates_sec .uabb-infobox-title-wrap h3{
        font-weight: 600;
        font-size: 48px;
        line-height: 52.8px;
        color: #000000;
        letter-spacing: -0.05em;
    }
    .news_updates_sec .uabb-infobox-text.uabb-text-editor a{
      text-decoration: underline;
    }
    body.fl-builder .hero-heading-leter-spacing span{
      letter-spacing: 2.4px;
    }
    /* .news_updates_sec .uabb-imgicon-wrap .uabb-image-content img.news-thumbnail{
      width: 375px !important;
      height: 180px !important;
    } */
/**Technology page**/
/* partner with us css */
.pipeline_list li {
  width: 50%;
  float: left;
  padding: 0px 35px 15px 0px;
}
.gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container input::placeholder,
.gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container textarea::placeholder{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000 !important;
  opacity: 0.7;
}
.partner_with_us_sec_wrapper{padding: 26px 0px 0px;}
.partner_with_us_sec .gform_footer{justify-content: flex-start; padding: 16px 0px 0px !important;}
.partner_with_us_sec .textarea{height: 160px !important;}
.partner_with_us_sec .gfield_validation_message,
.partner_with_us_sec .gfield_error{
  padding: 0px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border: none !important;
}
.partnership-form-col .gform_validation_error .partner_with_us_sec .gf_inline_job_title {
    margin-bottom: 20px;
}
.gform_validation_error .partner_with_us_sec .has_first_name .name_first > input,
.gform_validation_error .partner_with_us_sec .has_first_name .name_last > input,
.gform_validation_error .partner_with_us_sec .ginput_container_email > input,
.gform_validation_error .partner_with_us_sec .ginput_container_text > input,
.gform_validation_error .partner_with_us_sec .ginput_container_textarea > textarea{margin-bottom: 0px !important; }
.gform_validation_error .partner_with_us_sec .gfield_error .gfield_validation_message{margin: 5px 0px 8px !important;}
.partner_with_us_sec .ginput_container_address span{
  flex: auto !important;
}
.uabb-gf-style .partner_with_us_sec .gfield select{-webkit-appearance: auto !important;}
.partner_with_us_sec .gfield--width-three-quarter{
	grid-column: span 9 !important;
}
.partner_with_us_sec .gfield.gfield--width-quarter {
  grid-column: span 3 !important;
}
.partner_with_us_sec.gform_confirmation_wrapper{
  margin: 0px auto 30px auto !important;
  padding: 0px !important;
}
.partner_with_us_sec .gform_fields{grid-row-gap:0px !important}
.partner_with_us_sec .gfield .name_first{ padding-right: 1.6% !important;}
.partner_with_us_sec .gfield .name_last{padding-left: 1.6% !important;}
.partner_with_us_sec .ginput_container_email{ padding-right: 1.4% !important;}
.partner_with_us_sec .ginput_container_phone{padding-left: 1.4% !important;}
.about-working-col{position: relative;}
.about-working-col:before{
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.testimonial-row-section .uabb-blog-post-content{
  display: flex;
  width: 100% !important;
  align-items: center;
}
.testimonial-row-section .uabb-post-thumbnail .wp-post-image{
  width: auto;
  max-height: 240px !important;
  float: right;
}
/*.testimonial-row-section .uabb-blog-posts-shadow .uabb-read-more-text > a {
  padding: 15px 35px;
  background-color: #FF472E;
  border-radius: 100px;
} */
.testimonial-row-section .clearfix{
  height: auto !important;
  clear: both !important;
}
.testimonial-row-section .uabb-module-content .slick-prev{left: 0px;}
.testimonial-row-section .uabb-module-content .slick-next{right: 0px;}
.testimonial-row-section .uabb-post-heading{
  margin-bottom: 42px !important; 
}
.testimonial-row-section .testimonial-logo-img{
  width: 266px;
  height: 95px;
  margin: 0px 0px 37px;
}
.testimonial-row-section .uabb-module-content{position: relative;}
.testimonial-row-section .uabb-module-content .slick-arrow{
 top: auto;
 bottom: -85px;
}

.testimonial-row-section .uabb-module-content .slick-arrow i{padding: 19px;}
.testimonial-row-section .content_slider .uabb-image-content{border: 2px solid #000000;}
.testimonial-row-section .content_slider .slick-active .uabb-blog-posts-shadow{
  box-shadow: none;
}
.testimonial-row-section .content_slider .uabb-post-thumbnail img {border: 2px solid #000; height: auto;}
.testimonial-row-section .content_slider .testimonial-btn{
    padding: 15px 35px;
    background-color: #FF472E;
    border-radius: 100px;
    width: fit-content;
    line-height: 0;
    float: left;
}
/*.testimonial-row-section .content_slider .testimonial-link{
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }*/
.testimonial-row-section .content_slider .slick-dots{
  bottom: -35px; 
}
.testimonial-row-section .ul.slick-dots li{background-color: #000000;}
.testimonial-row-section .uabb-blog-posts ul.slick-dots li.slick-active button:before{color: #FF472E !important;}
.testimonial-row-section .uabb-blog-posts ul.slick-dots li button:before{
  opacity: 1 !important;
}
.testimonial-row-section .testemonial_slider .content_slider .slick-arrow i{font-size: 24px!important;}
.testimonial-row-section .uabb-post-thumbnail,
.testimonial-row-section .no-featured-image{width: 40%;}
.testimonial-row-section .slider-post-content{padding-left: 55px; width: 60%;}
.testimonial-row-section .testimonial-logo-img-mob{display: none;}
.testimonial-row-section .slider-testimonial-para{
  margin-bottom:31px !important;
}
.testimonial-row-section .uabb-imgicon-wrap{
  margin-right: 55px !important;
}
.about-image:before{ background-image: url("/wp-content/themes/absci/assets/imgs/homepage_hero.svg");  left: 135px; width: 87px;}
.about-breakthrough-section:before{background-image: url("/wp-content/themes/absci/assets/imgs/homepage2.svg"); left:110px;width: 112px;}
.content_slider span.colored-text{color: #ff472e;}
.technology-image:before{
   background-image: url("/wp-content/themes/absci/assets/imgs/technology-2.svg");left: 0px;width: 168px;
}
.technology-hero-img:before{background-image: url("/wp-content/themes/absci/assets/imgs/technology_hero.svg"); left:165px;width: 87px;}
.partnership-hero-img:before{background-image: url("/wp-content/themes/absci/assets/imgs/partnership_hero.svg"); left:165px;width: 87px;}
 .row-bg > .fl-row-content-wrap{
    position: relative;
}
.common-testimonial .testemonial_slider .content_slider .uabb-slider-prev {
  left: 0px; 
 bottom: -115px;
}
.testimonial-row-section .testemonial_slider .content_slider .uabb-slider-prev{bottom: -90px; left: 0px;}
.testimonial-row-section .testemonial_slider .content_slider .uabb-slider-next{bottom: -90px; right: 0px;}
.common-testimonial .testemonial_slider .content_slider .uabb-slider-next {
  right: 0px; 
 bottom: -115px;
}
.common-testimonial .bx-wrapper .bx-controls-auto, .common-testimonial .bx-wrapper .bx-pager {bottom: -65px;}
.row-bg > .fl-row-content-wrap::after{
    content: '';
    display: block;
    height: 100%;
    width: 50%;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    position: absolute;
    left: 71px;
    bottom: 0px;
}
.video-sec {
   position: relative;
   display: grid;
   place-items: center;
   margin: 0 auto;
   background: #ccc;
}
.video-sec video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 0;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
.about-video-col .fl-html video{
  object-position: 75%;
}
.not_clickable{
    cursor: default;
    pointer-events: none;
}
.color_change{
  color: #FF472E !important;
}
.intership-slider .inner-intership-slider .bx-controls.bx-has-pager{
  display: none;
}
.intership-slider .inner-intership-slider .bx-wrapper{
  margin-bottom: 0px;
}
.slider-intership-section > .fl-row-content-wrap{
    height: 780px;
}
.intership-slider .inner-intership-slider .uabb-testimonial-photo{
  width: 50%;
  padding-left: 242px;
  padding-bottom: 146px;
}
body .intership-slider .inner-intership-slider .uabb-testimonial-photo .uabb-module-content{
  margin-left: 0px !important;
}
body .intership-slider .inner-intership-slider .uabb-testimonial-photo .uabb-module-content img{
  border: 2px solid #000000;
  border-top: 0px;
}
/*body .intership-slider .inner-intership-slider .uabb-testimonials-loaded .uabb-testimonial{
  margin-left: -2px;
  margin-right: 3px;
}*/
.intership-slider .inner-intership-slider .uabb-testimonial-photo::after{
   content: "";
  background-image: url(/wp-content/uploads/2023/02/Vector-8.png); 
  left: -3px;
  bottom: 0px;
  width: 100%;
  background-repeat: no-repeat;
  height: 146px;
  position: absolute;
  z-index: 9999;
}
.intership-slider .inner-intership-slider .uabb-testimonial-photo {
    position: relative;
}
.internship_after_line .border-sec ,.add-image-line > .fl-col-content{
  position: relative;
}
.internship_after_line .border-sec::after{
    content: '';
    display: block;
    height: 100%;
    width: 10%;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    position: absolute;
    right: -42px;
    bottom: 0px;
}
.internship-polygon .uabb-imgicon-wrap{
    margin-right: 90px !important;
}
.what-we-offer > .fl-module-content{
  width: 85%;
}
.what-we-offer strong{
      font-weight: 700;
}
.what-we-offer .uabb-infobox-content{
   border-left: 6px solid #FF472E;
   padding-left: 19px;
}
.what-we-offer .uabb-infobox-content p{
  padding: 0px;
}
.after_how_to_apply{
  position: relative;
}
.after_how_to_apply > .fl-col-content::after{
   content: "";
    background-image: url(/wp-content/uploads/2023/02/Vector-9-1-min.png);
    right: 0px;
    top: -127px;
    width: 381px;
    background-repeat: no-repeat;
    background-position: top right;
    height: 146px;
    position: absolute;
    margin-right: -230px;
}
.program_details_para{
  width: 55%; 
  margin: auto;
}
.program_details_para_after{
  width: 80%; 
  margin: auto;
}
.program-detail-section .who_sec{
      list-style-type: none;
      padding-left: 0px;
      margin-top: 40px;
}
.program-detail-section .who_sec li{
  position: relative;
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding-left: 32px;
  padding-bottom: 15px;
}
.program-detail-section .who_sec li::before{
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #FF472E;
  left: 0px;
}
.auto-width-apply > .fl-col-content {
  width: 89%;
}
.apply_sec{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
}
.apply_sec{
    list-style-type: none;
    padding-left: 0px;
    border-spacing: 30px;
}
.apply_sec div{
  position: relative;
  padding-left: 32px;
  padding-bottom: 20px;
  vertical-align: text-top;
  margin-right: 30px;
}
.apply_sec div::before{
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #FF472E;
  left: 0px;
  top: 5px;
}
.equal-height-info{
  display: flex;
}
.equal-height-info .fl-node-content {
    flex-direction: row;
}
.equal-height-info .uabb-infobox-text-wrap .uabb-infobox-text {
  padding-bottom: 32px;
}
.equal-height-info > .fl-col-content{
  position: relative;
}
.equal-height-info .uabb-infobox-text-wrap .uabb-infobox-cta-link{
  position: absolute;
  bottom: 0px;
  text-underline-offset: 2px;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: objects !important;
  text-decoration-color: #000000 !important;
  transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 1921px){
  body .intership-slider .inner-intership-slider .uabb-testimonials-loaded .uabb-testimonial{
    margin-left: -2px;
    margin-right: 4px;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
    .row-bg > .fl-row-content-wrap::after{
        left: 42px;
    }
    .fix_header_margin{
        padding-top: 113px;
    }
}
@media (min-width: 1280px) and (max-width: 1600px) {
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.Carrer.active {
      margin-right: 5px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li{
      padding: 9px 20px 8px 20px;
    }


  }
 @media (min-width: 1481px) and (max-width: 1599px){
  .img-top-third-col {
    width: 49.7%;
  } 
  .img-top-right-border-col{
    width: 28.1%;
 }
 .img-top-top-border-col{
    width: 21.4%;
 }
 }
@media (min-width: 1401px) and (max-width: 1480px){
   /*.intership-slider .inner-intership-slider .uabb-testimonial-author .uabb-testimonial-author-name{
        margin-top: 90px;
  }*/
  .img-top-right-border-col{
     width: 25%;
  }
  .img-top-top-border-col{
    width: 17%;
  }
  .img-top-third-col{
    width: 46%;
  }
   .intership-slider .inner-intership-slider .uabb-testimonial-author-name{
      font-size: 40px;
      line-height: 40px;
    }
}
@media (min-width: 1280px) and (max-width: 1400px){
    .img-top-right-border-col{
      width: 28.7%;
    }
    .img-top-top-border-col{
      width: 21.2%;
    }
    .img-top-third-col{
      width: 49.9%;
    }
    .footer .footer-content .menu-footer-container{
          padding-left: 50px;
    }
    .intership-slider .inner-intership-slider .uabb-testimonial-author-name{
      font-size: 40px;
      line-height: 40px;
      margin-top: 100px;
    }
  }
@media (min-width: 1201px) and (max-width: 1545px){
  .intership-slider .inner-intership-slider .uabb-testimonial-photo::after{
       left: -3px;
  }
}
@media (min-width: 1201px) and (max-width: 1280px){
body .we-deliver-result > .fl-row-content-wrap > .fl-row-content {
    margin: 0px !important;
} 
.about-row.row-one-team  > .fl-row-content-wrap > .fl-row-content {
    margin: 0px !important;
}
.embrace-text-col {
    width: 80% !important;
    margin-bottom: 45px;
}
.embrace-blank-col {
    width: 20% !important;
}
}
@media (min-width: 1200px) and (max-width: 1280px){
  
  .innovative-main-row.about-row > .fl-row-content-wrap > .fl-row-content {
    margin: 0px !important;
}
  .footer .copyright .privacy #menu-privacy li{
        margin-left: 60px;
  }
  .fix_header_margin{
       padding-top: 114px;
    }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
    }
      .container-fluid.main-nav .col-12 .logo{
          width: 9.5%;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu{
      padding-left: 18px;
    }
     .container-fluid.main-nav .col-12{
      padding-right: 0px;
    }
      .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        padding: 9px 19px 7px 19px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.Carrer.active {
      margin-right: 5px;
    }
    .intership-slider .inner-intership-slider .uabb-testimonial-author-name{
      font-size: 30px;
      line-height: 30px;
    }
     .intership-slider .inner-intership-slider .uabb-testimonial-author-name{
      margin-top: 100px;
    }
  }
@media (min-width: 1024px) and (max-width: 1200px){
  .footer .footer-content .menu-footer-container{
    padding-left: 50px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
        padding:  9px 15px 7px 15px;
    }
    .fix_header_margin{
      padding-top: 114px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.Carrer.active {
      margin-right: 5px;
    }
     .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a{
        font-size: 14px !important;
        line-height: 22px;
     }
    .container-fluid.main-nav .col-12{
      padding-right: 0px;
    }
    .container-fluid.main-nav .col-12 .logo{
       height: 26px;
    }
    .container-fluid.main-nav .col-12 .logo a{
        width: 83.6px;
        height: 26px;
    }
    .container-fluid.main-nav .col-12 nav{
      width: calc(100% - 94px);
    }
    .container-fluid.main-nav .col-12 .logo{
          width: 9.5%;
    }
    .slider-intership-section > .fl-row-content-wrap{
          height: 615px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
     .row-bg > .fl-row-content-wrap::after{
        left: 48px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
      top: 4px;
    }
}
@media (min-width: 1024px) and (max-width:1499px) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
      top: 4px;
    }
}
@media (min-width: 992px) and (max-width:1555px) {
  .exit_row .fl-row-content {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
    .about-working-col:before{ left: 0px; }
    .remove_margin_Sec .fl-col-content{
       margin-left: 0px;
    }
   .fix_header_margin .fl-row-fixed-width{
      margin-left: 60px;
      margin-right: 45px;
   }
   .testemonial_slider  >.fl-node-content{
    padding-right: 15px;
   }
  .testemonial_slider .content_slider {
        width: 90%;
        margin: auto;
  }
  .testemonial_slider .content_slider .uabb-slider-prev{
      left: -50px;
  }
  .testemonial_slider .content_slider .uabb-slider-next{
      right: -50px;
  }
  .testemonial_slider .content_slider .compact-wide .uabb-testimonial .uabb-testimonial-photo .uabb-imgicon-wrap{
      margin-right: 20px;
  }
  .removeheader .container{
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .connect_with_us_wrapper{
     max-width: 100%;
     margin-left: 60px;
     margin-right: 60px;
  }
   .thanks_sec{
      max-width: 80%;
  } 
  .thanks_sec img{
    width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
     .row-bg > .fl-row-content-wrap::after{
        left: 33px;
    }
    .life-outside-col .uabb-module-content li.uabb-info-list-item {
      padding-right: 20px !important;
    }
    .life-outside-col.fl-col > .fl-col-content {
      margin-right: 20px;
    }
}
@media (min-width: 1201px) and (max-width:1480px) {
  .about-drug-discovery-img-col > .fl-col-content{
    margin-left: -20px;
  }
  .we-believe-text-col > .fl-col-content.fl-node-content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1480px){
  .about-working-col .potential-heading-col > .fl-col-content{padding-right: 20px;}
}
@media screen and (max-width: 1366px){
  /* .working-col:before{
    left: 0px;
  } */
  .pseudo-contact-img-col > .fl-row-content-wrap{
    background-size: 100px 100%;
  }
}

@media (min-width: 992px) and (max-width:1200px){
  .footer .copyright .privacy #menu-privacy li{
        margin-left: 36px;
  }
  .footer .copyright .logo-some .logo{
    margin-right: 42px;
  }
  .footer .footer-content .menu-footer-container{
    padding-left: 30px;
  }
  .footer #menu-footer > li{
    padding-right: 15px;
  }
  .footer .copyright .privacy .copydate,.footer .copyright .privacy #menu-privacy li a{
        font-size: 18px;
        line-height: 27px;
  }
  .footer .content h3{
    font-size: 32px;
    line-height: 42px;
  }
  .footer .content p{
     font-size: 20px;
     line-height: 26px;
  }
  .footer .copyright .logo-some .logo a{
    height: 27px;
  }
  .footer .copyright .row{
        padding-top: 30px;
    padding-bottom: 30px;
  }
  .technology_hero_img_sec .technology_hero_inner_sec .image_sec,.technology_hero_img_sec .technology_hero_inner_sec .content_sec{
    width: 50%;
  }
  .technology_hero_img_sec .technology_hero_inner_sec .image_sec .fl-node-content{
        background-position: 76% 0%;
  }
  .about_inner_image_Sec::before{
      background-position: center left -2%;
  }
  .intership-slider .inner-intership-slider .uabb-imgicon-wrap{
    width: 398px !important;
  }
  .intership-slider .inner-intership-slider img{
    width: 394px !important;
  }
  .intership-slider .inner-intership-slider  .uabb-image.uabb-image-crop-custom{
    text-align: right;
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-photo::after{
        left: -191px;
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-photo{
        padding-left: 50px;
        width: 387px;
  }
}
@media screen and (max-width: 1200px){
  .about-video-col .fl-html video {
    object-position: 70%;
  }
.testimonial-row-section .uabb-imgicon-wrap{
  margin-right: 30px !important;
  }
}
@media screen and (min-width: 1200px){ 
  .data_img_sec .data_lear_img{
    position: relative;
    margin-left: -47px;
    z-index: 0;
  }
  .data_img_sec .data_lear_txt{
      position: relative;
      z-index: 1;
  }
}
@media (min-width: 768px) and  (max-width: 1200px){
  .news_updates_sec > .fl-node-content{
    padding: 59px 20px 49px;
  }
  .news_updates_sec .uabb-infobox-title-wrap h3{
    font-size: 31px;
    line-height: 35px;
  }
  .news_updates_sec .uabb-infobox-text-wrap a{
    font-size: 24px;
    line-height: 36px;
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-author-name{
      margin-top: 50px;
  }
   .team-info .fl-module-content .uabb-infobox h3.uabb-infobox-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }
  .team-info .fl-module-content .uabb-infobox .uabb-infobox-text p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 992px) and (max-width:1024px) {
  .thanks_sec{
      max-width: 80%;
  }
  .slider-intership-section > .fl-row-content-wrap {
    height: 650px;
  }
}
@media screen and (max-width: 992px){
body  .impossible .uabb-ultb3-info {
    padding: 25px 30px 17px 145px;
}
  body  #about-right-things .uabb-ultb3-info {
    padding: 15px 15px 15px 145px;
}
.impossible .uabb-ultb3-info {
    padding: 25px 30px 17px 145px;
}
  .about-working-col:before{
    left: 0px;
  }
}
@media screen and (min-width: 992px){
     .conference_video 
       {
          width:900px;
          height:506px;
          max-width: 100%;   
      }
    
}
@media (min-width: 768px) and (max-width: 992px) {
 body .about-us-main-row .fl-col-group-custom-width > .fl-col-small {
    width: 50% !important;
}
/*body .about-us-main-row > .fl-row-content-wrap .fl-col-group .fl-col-small {
    width: 50% !important;
}*/
div.absci-logo-embrace  > .fl-col-content.fl-node-content:after {
    bottom: 20px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .content h3{
      font-size: 28px;
      line-height: 37px;
  }
  .footer .content p{
      font-size: 18px;
      line-height: 27px;
      margin-top: 20px;
  }
  .footer .copyright .logo-some .logo{
        margin-right: 15px;
  }
  .footer .footer-content .menu-footer-container{
    padding-left: 0px;
  }
  .footer .copyright .privacy{
    display: flex;
    justify-content: end;
  }
  .footer .copyright .privacy .copydate,.footer .copyright .privacy #menu-privacy li a{
      font-size: 16px;
      line-height: 24px;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li{
    padding-right: 15px;
  }
  .footer .copyright .logo-some .logo a{
    height: 24px;
    width: 32px;
  }
  .menu-social-media-container ul li{
        margin-left: 20px;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li:last-child{
    padding-right: 0px;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li > a{
      font-size: 20px;
      line-height: 26px !important;
  }
  body.error404 .toggler{
        top: 29px;
  }
  body.error404 .toggler .icon-bar{
    background: #142351;
  }
  .row-bg > .fl-row-content-wrap::after{
        left: 4px;
  }
  .about_inner_image_Sec::before{
        background-position: center left -6%;
      }
   .pseudo-contact-img-col > .fl-row-content-wrap{
       background-size: 60px 100%;
    }
   .testemonial_slider  >.fl-node-content{
    padding-right: 15px;
   }
  .testemonial_slider .content_slider {
        width: 90%;
        margin: auto;
  }
  .testemonial_slider .content_slider .uabb-slider-prev{
      left: -50px;
  }
  .testemonial_slider .content_slider .uabb-slider-next{
      right: -46px;
  }
  .testemonial_slider .content_slider .compact-wide .uabb-testimonial .uabb-testimonial-photo .uabb-imgicon-wrap{
      margin-right: 35px;
  }
   .conference_video 
       {
          width:80%;
          height:auto;
          max-width: 100%;   
        }
  .gated_form_wrapper .gform_heading .gform_description{
    width: 100%;
  }
  .removeheader .bg_logo{
    width: 25%;
  }
  .removeheader .container,.connect_with_us_wrapper{
    margin-left: 25px;
    margin-right: 25px;
  }
  .removeheader .container {
    display: flex;
    max-width: 100%;
    width: auto;
    justify-content: center;
  }
  .removeheader .container .row .col-12 .content{
       width: 55%;
       margin-left: 0px;
  } 
  .removeheader .container .row .col-12 .video-holder, 
  .removeheader .container .row .col-12 .video-holder iframe{
      width: 39%;
  }
  .connect_with_us_wrapper .gform_heading h2.gform_title{
        margin-top: 0px;
  }
  .connect_with_us_wrapper .gform_heading, .connect_with_us_wrapper .connect_with_us{
        max-width: 100%;
        margin: auto 25px;
  }
  .technology-image:before{
    width: 80px;
  }
  .thanks_sec{
      max-width: 80%;
  }
  .thanks_sec img{
     width: 30%;
  }
  .insteship-hero-heading{
      width: 100%;
  }
  .internship_after_line .border-sec::after{
    right: -10px;
  }
  .after_how_to_apply > .fl-col-content::after{
        margin-right: -211px;
  }
  .program_details_para{
    width: 75%;
  }
  .intership-slider .inner-intership-slider .uabb-imgicon-wrap{
    width: 366px !important;
  }
  .intership-slider .inner-intership-slider img{
    width: 362px !important;
  }
  .intership-slider .inner-intership-slider  .uabb-image.uabb-image-crop-custom{
    text-align: right;
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-photo::after{
        left: -191px;
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-photo{
        padding-left: 50px;
        width: 366px;
  }
    .slider-intership-section > .fl-row-content-wrap{
          height: 600px;
    }
}
@media screen and (max-width: 767px){ 
body .about-us-main-row > .fl-row-content-wrap .fl-col-group .fl-col-small {
    width: 100% !important;
}
  .footer .flex-md-row-reverse{
    flex-direction: row-reverse !important;
  }
  .footer .flex-md-row-reverse .col-md-9{
      order:2;
  }
  .footer .flex-md-row-reverse .content{
    max-width: 100%;
    padding: 75px 15px 30px 15px;
  }
  .footer .footer-content .menu-footer-container{
    padding: 0px 15px 0px 15px;
  }
  .footer .footer-content .menu-footer-container #menu-footer{
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-content .menu-footer-container #menu-footer > li > a, 
  .footer .footer-content .menu-footer-container #menu-footer > li ul a{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
  }
  .video-sec video.fullscreen{
    border-left: none;
    border-right:none;
  }
  .row-bg > .fl-row-content-wrap::after{
    display:none;
  }
  .fix_header_margin{
        padding-top: 76px;
  }
  body.fl-builder .para-font-weight p{
    font-weight: 600 !important;
    letter-spacing: -0.48px;
  }
  .mobile_testimonial .uabb-testimonials-wrap .uabb-testimonials .uabb-testimonial-photo .uabb-image-content,
  .mobile_testimonial .uabb-testimonials-wrap .bx-wrapper .bx-pager{
    float: left;
    text-align: left;
  }
   .mobile_testimonial .uabb-testimonials-wrap .uabb-testimonials .uabb-testimonial-photo .uabb-image-content{
    margin-bottom: 26px;
   }
  .news_updates_sec .uabb-imgicon-wrap,.news_updates_sec .uabb-infobox-title-wrap{
        margin-bottom: 31px;
  }
  .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-prev{
    display: none;
  }
   .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-next{
        bottom: -80px;    
        top: auto;
   }
  .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-next i{
    font-size: 21px;
    height: 55px;
    width: 58px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-next i::before{
          width: 17px
    }
    .mobile_testimonial .bx-pager.bx-default-pager a{
          opacity: 1 !important;
    }
    .mobile_testimonial .bx-pager.bx-default-pager a.active{
          background: #FF472E;
    }

   .about_inner_image_Sec::before,.about_image_Sec > .fl-row-content-wrap{
        background-image: none;
  }
  .technology_hero_img_sec .technology_hero_inner_sec .image_sec{
       margin-right: 0px;
   }
   .technology_sec > .fl-row-content-wrap,.pseudo-contact-img-col > .fl-row-content-wrap,.pseudo-contact-img-col > .fl-row-content-wrap:after{
      background-image:none;
   }
  .news_updates_sec{
      width: 100%;
  }
  .news_and_updates .news_updates_sec {
        border-left: none;
        border-right: none !important;
        min-height: auto !important;
        height: auto !important;
  }
  .news_and_updates .news_updates_sec > .fl-node-content{
    padding: 56px 30px 56px !important;
    border-left: none;
    border-bottom: 2px solid #000000;
    min-height: auto !important;
  }
  .news_updates_sec .uabb-infobox-text-wrap a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .news_updates_sec .uabb-infobox-title-wrap h3{
        font-size: 32px;
        line-height: 35.2px;
    }
    .news_updates_sec{
      max-width: 100% !important;
    }
    .news_and_updates .news_updates_sec:last-child > .fl-col-content{
          border-right:none;
           border-bottom:none;
    }
  .conference_btn{
    padding: 0px 30px;
  }
  .error404 .scrolled .toggler .icon-bar, body.error404 .toggler .icon-bar{
        background: #142351;
  }
  .removeheader .is-provider-youtube{
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .removeheader .bg_logo{
      width: 45%;
  }
  .removeheader .jumbotron.no-bg .row .hero-heading{
    margin: 30px 0 20px 0;
    font-size: 30px;
    line-height: 40px;
  }
  .removeheader .container, .connect_with_us_wrapper{
     margin-left: 15px;
    margin-right: 15px;
  }
  .connect_with_us_wrapper,.removeheader .container{
        padding: 30px 0px;
  }
  .removeheader .container .row .col-12 .content, .removeheader .container .row .col-12 .video-holder,
  .removeheader .container .row .col-12 .video-holder, .removeheader .container .row .col-12 .video-holder iframe{
    max-width: 100%;
    width: 100%;
    margin-right: 15px;
  }
  .connect_with_us_wrapper .connect_with_us .ginput_complex span{
      margin-bottom: 0px;
  }
  .connect_with_us_wrapper .connect_with_us span.name_first{
      margin-bottom: 15px;
  }
  .connect_with_us_wrapper .gform_heading, .connect_with_us_wrapper .connect_with_us{
    max-width: 100%;
  }
  .connect_with_us_wrapper .connect_with_us{
    padding: 0px 15px;
  }
  .connect_with_us_wrapper .gform_heading .gform_title{
    margin-top: 0px;
  }
  .removeheader .container .row .col-12 div.video-holder{
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    height: auto !important;
  }
  .connect-us-desc h4{
     font-size: 20px;
     line-height: 30px;
  }
  .thanks_sec{
    max-width: 100%;
  }
  .connect-us-desc p,.removeheader .copyright_blog .copyright_section,
  .connect_with_us_wrapper .gform_heading .gform_description,
  .gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input,
  .gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input::placeholder,
  .gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gform_footer input[type=submit]{
      font-size: 16px;
      line-height: 23px;
  }
  .removeheader .container{
    padding-bottom: 0px;
  }
  .connect_with_us_wrapper .gform_heading .gform_title{
    line-height: 35px;
  }
  .removeheader .copyright_blog{
        padding: 0px !important;
  }
  .thanks_sec h3{
      font-size: 30px;
     line-height: 48px;
  }
  .thanks_sec h6{
     font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .thanks_sec p{
      font-size: 16px;
      line-height: 23px;
  }
  /* partner-with-us */
  .gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container input::placeholder,
  .gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container textarea::placeholder{
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container textarea{
    height: 74px !important;
  }
  .uabb-gf-style .partner_with_us_sec .gform-body input[type=text],
   .uabb-gf-style .partner_with_us_sec .gform-body input[type=tel],
  .uabb-gf-style .partner_with_us_sec .gform-body input[type=email],
  .uabb-gf-style .partner_with_us_sec .gform-body .gfield select{margin-bottom: 10px !important;}
  .gform_validation_error .partner_with_us_sec .has_first_name .name_first > input,
  .gform_validation_error .partner_with_us_sec .has_first_name .name_last > input,
  .gform_validation_error .partner_with_us_sec .ginput_container_email > input{margin-bottom: 0px !important;}
  .gform_validation_error .partner_with_us_sec .gfield_error .gfield_validation_message {margin-top: 0px !important;}
  .gform_validation_error .partner_with_us_sec .ginput_container_email > .validation_message{margin-top: -10px !important;}
  .working-col:before{display: none;}
  .partnership-header-section h2.uabb-heading{margin-top: 28px !important;}
.testemonial_slider .content_slider .uabb-slider-prev{left: -35px;display: none;}
  .testemonial_slider .bx-pager{text-align: left;}
  .testemonial_slider .content_slider .uabb-slider-next{right: -35px;}
/*  .partnership-hero-img:before{background-image: url("/wp-content/uploads/2023/01/Side-Accent.png"); left:0px;}*/
  .pipeline_list li{
    width: 100%;
    clear: both;
    float: none;
    font-weight: 500 !important;
  } 
  .testimonial-row-section .uabb-testimonial-author-description .testimonial-btn, 
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description{
    line-height: unset;
  }
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description .slider-testimonial-para{
    font-weight: 600;
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: -0.05em;
    margin-bottom: unset !important;
    margin-top: 34px;
  }
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description .img-content-part{
    position: absolute;
    top: 0;
    padding: 30px;
    height: 360px;
  }
  .testimonial-row-section .uabb-testimonial-author{margin-top: 30px;}
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description .testimonial-btn{
      margin-top: 30px;
      display: flex;
      height: 56px;
      justify-content: left;
      align-items: flex-start;
      text-align: left;
      float: left;
  }
  .testimonial-row-section .testemonial_slider .content_slider .uabb-testimonial .uabb-testimonial-photo{
    position: relative;
  }
  .testimonial-row-section .testemonial_slider .content_slider .uabb-testimonial .uabb-testimonial-photo::before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #FFFFFF;
  }
  /* .testimonial-row-section .testemonial_slider .content_slider .uabb-testimonial .uabb-image-content img{
    width: 100% !important;
    height: 360px !important;
    object-fit: cover;
  } */
  .testimonial-row-section .img-content-part p{
    color: #ffffff !important;
  }

 .testimonial-row-section .testimonial-logo-img{display: none;}
  .testimonial-row-section .testimonial-logo-img-mob{
    display: block;
    width: 178px;
    height: 63px;
    margin: 0px 0px 38px;
  }
  .testimonial-row-section .uabb-blog-post-content{
    display: block;
  }
  .testimonial-row-section .uabb-post-thumbnail .wp-post-image{
    float: left;
  }
  .testimonial-row-section .slider-post-content{
    width: 100%;
    padding-left: 0px;
  }
  .testimonial-row-section .uabb-blog-posts ul.slick-dots{
    text-align: left;
    bottom: -20px;
  }
  .testimonial-row-section .uabb-module-content .slick-arrow{
    bottom: -35px;
  }
  .testimonial-row-section .content_slider .bx-default-pager{bottom: -40px;}
  .testimonial-row-section .content_slider img.uabb-photo-img {width: 100% !important;}
  .common-testimonial .bx-wrapper .bx-controls-auto, .common-testimonial .bx-wrapper .bx-pager {bottom: -50px;}
  .common-testimonial .testemonial_slider .content_slider .uabb-slider-next {bottom: -100px;}
  .common-testimonial .testemonial_slider .uabb-text-editor{font-weight: 500;}
  .common-testimonial .testemonial_slider .uabb-testimonial-author-name{font-weight: 700;}
  .testimonial-row-section .no-featured-image{width: 100%;}
  .testimonial-row-section .uabb-post-heading{margin-top: 20px;}
  .testimonial-row-section .uabb-module-content .slick-prev {display: none !important;}
  .info-partnership .uabb-imgicon-wrap, 
  .info-partnership .uabb-infobox-title-wrap{width: 100% !important;}
  .info-partnership .uabb-imgicon-wrap{
    margin-bottom: 25px;
  }
  .info-partnership .uabb-infobox-title-wrap > h4.uabb-infobox-title{
    margin-bottom: 0px;
  }
  .partnership-hero-img:before{background-image: url("/wp-content/themes/absci/assets/imgs/partnership_Mobile.svg"); left:0px;width: 30px;}
  /* about */
  .about-image:before{background-image: url("/wp-content/themes/absci/assets/imgs/homepage_Mobile.svg");width: 30px;}
  .about-working-col .potential-heading-col > .fl-col-content{padding-right: 40px;}
  .about-breakthrough-section:before{background-image: url("/wp-content/themes/absci/assets/imgs/homepageMobile2.svg");width: 30px;}
  .technology-hero-img:before{ background-image: url("/wp-content/themes/absci/assets/imgs/technologyMobile.svg");width: 30px;}
  .technology-image:before{ background-image:url("/wp-content/themes/absci/assets/imgs/technologyMobile2.svg");width: 30px;}
  .internship_after_line .border-sec::after,.add-image-line > .fl-col-content::before,.after_how_to_apply > .fl-col-content::after{
    display: none;
  }
  .what-we-offer .uabb-infobox-content{
    border-left: none;
    border-top: 6px solid #FF472E;
    padding-left: 0px;
    padding-top: 15px;
  }
  .program_details_para,.auto-width-apply > .fl-col-content{
    width: 100%;
  }
  .equal-height-info{
      display: block;
  }
  .equal-height-info .fl-node-content{
        flex-direction: column;   
  }
  .apply_sec{
        grid-template-columns: repeat(1, 1fr);
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-photo::after{
    display: none;
  }
  .slider-intership-section > .fl-row-content-wrap{
    height: auto;
  }
  .intership-slider .inner-intership-slider img,.intership-slider .inner-intership-slider .uabb-imgicon-wrap{
    width: 100% !important;
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-photo{
        padding-left: 0px;
        padding-bottom: 20px;
         width: 100%;
  }
  .intership-slider .inner-intership-slider  .uabb-image.uabb-image-crop-custom{
    text-align: center;
  }
  .intership-slider .inner-intership-slider .uabb-testimonial-author-name{
      margin-top: 0px;
  }
  body .internship_button a span{
    letter-spacing: -0.13px !important;
  }
}
@media screen and (max-width: 640px){
  .partner_with_us_sec .gfield .name_first,.partner_with_us_sec .gfield .name_last{ flex: 1px !important;}
  .partner_with_us_sec .ginput_complex span{margin-bottom: 0px !important;  padding-right: 5px !important;}
  .partner_with_us_sec .email_gf_left_half,
  .partner_with_us_sec .phone_gf_right_half{grid-column: span 6 !important;}
  .partner_with_us_sec .ginput_container_email {padding-right: 5px !important;}
  .partner_with_us_sec .ginput_container_phone {padding-left: 5px !important;}
  .partner_with_us_sec .gform_footer{padding: 0px !important;}
  /* .partner_with_us_sec .has_first_name .name_first > input,
 .partner_with_us_sec .has_first_name .name_last > input,
 .partner_with_us_sec .ginput_container_email > input,
 .partner_with_us_sec .ginput_container_text > input,
 .partner_with_us_sec .ginput_container_phone > input{max-height: 28px !important;} */
 
}

@media not all and (min-resolution:.001dpcm) { @media {
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:after{ 
        position: relative;
    }
    .testimonial-row-section .uabb-module-content .slick-arrow{
      width: 58px;
      height: 58px;
    }
}}
@media screen and (max-device-width: 767px) {
  .testimonial-row-section .uabb-module-content .slick-arrow{
    bottom: -67px;
    width: 58px;
    height: 58px;
  }
 }
@media not all and (min-resolution:.001dpcm) { @media {
  @media (min-width: 1024px) and (max-width: 1280px) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:after{ 
        position: relative;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
        padding:  8px 11px 7px 11px;
    }
  }
}}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:after{ 
        position: relative;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
        padding:  8px 11px 7px 11px;
    }
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation : landscape){
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after.menu li.dropdown_list a:after{
      top:5px;
    }
  }
@charset "UTF-8";
/*!
 * Theme Name: AbSci
 * Author: °µÍøTV
 * Author URI: https://www.absci.com
 * Description: 2021 Website redesign for °µÍøTV.com
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: wpframework
 * Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

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

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

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

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

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "â€”Â ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

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

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

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

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

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

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

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

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

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

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

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -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;
  padding: 0.5rem 1rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  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;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .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 #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* sourceMappingURL=bootstrap.min.css.map */
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding-right: 15px;
  padding-left: 15px;
}

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .alignright {
    float: none;
    width: calc(100vw - 50px);
    height: auto;
    margin: 10px 0;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  a img.alignright {
    margin-left: 25px;
    margin-right: 25px;
  }
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------*/
/*------------------------- COLORS -----------------------*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "SharpMedium";
  src: url("/wp-content/themes/absci//wp-content/themes/absci/assets/fonts/SharpSans-Medium.woff2") format("woff2"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Medium.woff") format("woff"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "SharpSemiBold";
  src: url("/wp-content/themes/absci//wp-content/themes/absci/assets/fonts/SharpSans-Semibold.woff2") format("woff2"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Semibold.woff") format("woff"), url("/wp-content/themes/absci/assets/fonts/SharpSans-Semibold.ttf") format("truetype"); /* Safari, Android, iOS */
}
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/*--------------------------------------------------------*/
/*-------------------- GLOBAL VARIABLES-------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------- GLOBAL STYLES --------------------*/
/*--------------------------------------------------------*/
* {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  html,
body {
    overflow-x: hidden;
  }
}
html #wrapper,
body #wrapper {
  font-size: 16px;
  line-height: 22px;
  color: #142351;
}

.clear-fix {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
h1 + p, h1 + a, h1 + ul li, h1 + ol li, h1 + blockquote, h2 + p, h2 + a, h2 + ul li, h2 + ol li, h2 + blockquote, h3 + p, h3 + a, h3 + ul li, h3 + ol li, h3 + blockquote, h4 + p, h4 + a, h4 + ul li, h4 + ol li, h4 + blockquote, h5 + p, h5 + a, h5 + ul li, h5 + ol li, h5 + blockquote, h6 + p, h6 + a, h6 + ul li, h6 + ol li, h6 + blockquote {
  margin-top: 24px;
}

h1,
.h1,
.editor-styles-wrapper h1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h1,
.h1,
.editor-styles-wrapper h1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h1.header1,
.h1.header1,
.editor-styles-wrapper h1.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h1.header1,
.h1.header1,
.editor-styles-wrapper h1.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h1.header2,
.h1.header2,
.editor-styles-wrapper h1.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h1.header2,
.h1.header2,
.editor-styles-wrapper h1.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h1.header3,
.h1.header3,
.editor-styles-wrapper h1.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h1.header3,
.h1.header3,
.editor-styles-wrapper h1.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h1.header4,
.h1.header4,
.editor-styles-wrapper h1.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h1.header4,
.h1.header4,
.editor-styles-wrapper h1.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h2,
.h2,
.editor-styles-wrapper h2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h2,
.h2,
.editor-styles-wrapper h2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h2.header1,
.h2.header1,
.editor-styles-wrapper h2.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h2.header1,
.h2.header1,
.editor-styles-wrapper h2.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h2.header2,
.h2.header2,
.editor-styles-wrapper h2.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h2.header2,
.h2.header2,
.editor-styles-wrapper h2.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h2.header3,
.h2.header3,
.editor-styles-wrapper h2.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2.header3,
.h2.header3,
.editor-styles-wrapper h2.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h2.header4,
.h2.header4,
.editor-styles-wrapper h2.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2.header4,
.h2.header4,
.editor-styles-wrapper h2.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h3,
.h3,
.editor-styles-wrapper h3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3,
.h3,
.editor-styles-wrapper h3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h3.header1,
.h3.header1,
.editor-styles-wrapper h3.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h3.header1,
.h3.header1,
.editor-styles-wrapper h3.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h3.header2,
.h3.header2,
.editor-styles-wrapper h3.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h3.header2,
.h3.header2,
.editor-styles-wrapper h3.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h3.header3,
.h3.header3,
.editor-styles-wrapper h3.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3.header3,
.h3.header3,
.editor-styles-wrapper h3.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h3.header4,
.h3.header4,
.editor-styles-wrapper h3.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3.header4,
.h3.header4,
.editor-styles-wrapper h3.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h4,
.h4,
.editor-styles-wrapper h4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4,
.h4,
.editor-styles-wrapper h4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
h4.header1,
.h4.header1,
.editor-styles-wrapper h4.header1 {
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  h4.header1,
.h4.header1,
.editor-styles-wrapper h4.header1 {
    font-size: calc(48px + 33 * (100vw - 1025px) / 895);
    letter-spacing: -0.03em;
  }
}
h4.header2,
.h4.header2,
.editor-styles-wrapper h4.header2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h4.header2,
.h4.header2,
.editor-styles-wrapper h4.header2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
h4.header3,
.h4.header3,
.editor-styles-wrapper h4.header3 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4.header3,
.h4.header3,
.editor-styles-wrapper h4.header3 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
h4.header4,
.h4.header4,
.editor-styles-wrapper h4.header4 {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4.header4,
.h4.header4,
.editor-styles-wrapper h4.header4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}

h5,
.h5,
.editor-styles-wrapper h5 {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  h5,
.h5,
.editor-styles-wrapper h5 {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}

h6,
.h6,
.editor-styles-wrapper h6 {
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h6,
.h6,
.editor-styles-wrapper h6 {
    font-size: calc(10px + 2 * (100vw - 1025px) / 895);
    line-height: 120%;
  }
}

p,
.editor-styles-wrapper p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  p,
.editor-styles-wrapper p {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
p.small,
.editor-styles-wrapper p.small {
  font-size: 14px;
  line-height: 1.55;
}
p.large,
.editor-styles-wrapper p.large {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  p.large,
.editor-styles-wrapper p.large {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
p + p, p + ul, p + ol, p + blockquote,
.editor-styles-wrapper p + p,
.editor-styles-wrapper p + ul,
.editor-styles-wrapper p + ol,
.editor-styles-wrapper p + blockquote {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  p + p, p + ul, p + ol, p + blockquote,
.editor-styles-wrapper p + p,
.editor-styles-wrapper p + ul,
.editor-styles-wrapper p + ol,
.editor-styles-wrapper p + blockquote {
    margin-top: 24px;
  }
}

a {
  position: relative;
  outline: none !important;
}

strong {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-weight: 600;
}

.white-text {
  color: #fff;
}

.antispam {
  display: none;
}

blockquote {
  border-left: 3px solid #fff;
  padding-left: 25px;
}

.jumbotron {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
}

.block + .block, .block + .quote-header {
  margin-top: 48px;
}
.block.page-header + .block, .block.bg-color + .content-w-cta, .block.news + .block, .block + .block.carousel, .block.black-bg + .content-w-cta {
  margin-top: 0;
}

.container-fluid .row {
  max-width: 1440px;
  margin: 0 auto;
}

img.img {
  border-radius: 6px;
}

#wrapper .half-content {
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  #wrapper .half-content {
    display: flex;
  }
  #wrapper .half-content .column {
    width: 50%;
  }
}

.light-purple-bg {
  background-color: #d1c6f2;
}
.light-purple-bg + .light-purple-bg {
  margin-top: 0;
}

.bg-color.dark-purple {
  background-color: #5e0034;
  color: #fff;
}
.bg-color.dark-purple + .bg-color.dark-purple {
  margin-top: 0;
}

.logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-black.svg) no-repeat 0 0 transparent;
  background: 100% auto;
  width: 147px;
  height: 18px;
  display: block;
  text-indent: -9999px;
}

.menu-social-media-container ul {
  display: flex;
  padding-left: 0;
}
.menu-social-media-container ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 17px;
}
.menu-social-media-container ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.menu-social-media-container ul li a:after {
  display: none;
}
.menu-social-media-container ul li:first-child {
  margin-left: 0;
}
.menu-social-media-container ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}

.container-fluid.main-nav {
  transition: 0.25s;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    max-width: none;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 36px;
    padding-bottom: 36px;
    z-index: 1000;
  }
}
/*@media screen and (min-width: 1024px) and (min-width: 991px) {
  .container-fluid.main-nav {
    padding-left: 50px;
    padding-right: 50px;
  }
}*/
@media (min-width: 768px) and (max-width: 1023px) {
  .container-fluid.main-nav {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 {
    padding: 29px 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.container-fluid.main-nav .col-12 .logo {
  width: 133px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav .col-12 .logo {
    height: 40.88px;
  }
}
.container-fluid.main-nav .col-12 .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-white.svg) no-repeat 0 0 transparent;
  background-size: auto 100% !important;
  width: 130px;
  height: 35px;
  display: block;
  text-indent: -9999px;
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav .col-12 .logo a {
    height: 100%;
  }
}
.container-fluid.main-nav .col-12 .logo a:after {
  display: none;
}
.container-fluid.main-nav .col-12 .mobile-open, .container-fluid.main-nav .col-12 .mobile-close {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 .mobile-open, .container-fluid.main-nav .col-12 .mobile-close {
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 10000;
    margin-top: 0;
    cursor: pointer;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 .mobile-open {
    display: block;
  }
  .container-fluid.main-nav .col-12 .mobile-open.open {
    display: none;
  }
}
.container-fluid.main-nav .col-12 .mobile-close {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 .mobile-close.open {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transition: 0.5s;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container #menu-main-nav.menu li a{
    color: #000000 !important;
    opacity: 1;
    font-weight: 600;
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: -0.05em;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container #menu-main-nav.menu li ul li a{
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.05em;
  } 
body.fix_header_margin{
      padding-top: 90px;
}
body .opened.toggler{
  top: 29px;
  height: 30px;
  width: 30px;
}
  body.fl-builder .opened.toggler .icon-bar,body.fl-builder .opened.toggler .icon-bar,body.fl-builder .toggler .icon-bar,
  body.fl-builder .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after,
  body.header .toggler .icon-bar{
        background: #000000 !important;
  }
  .container-fluid.main-nav .col-12 nav.opened {
    display: block;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav {
    display: flex;
    align-items: center;
    width: calc(100% - 121px);
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .footer-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container {
/*    flex-grow: 2;*/
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu {
    margin-top: 117px;
    margin-left: 5vw;
  }
  .container-fluid.main-nav .col-12 .logo{
        width: 105px;
        height: 31px;
  }
  .container-fluid.main-nav .col-12 .logo a{
       width: 95%;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu:before {
    content: "";
    height: 0px;
    width: calc(100% - 10px);
    background-color: #fff;
    display: block;
    margin-left: -5vw;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu {
    display: flex;
    justify-content: center;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
  list-style: none;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
    flex-grow: 1;
    margin-right: 18px;
    text-align: center;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li{
    margin-right: 18px;
    padding: 9.98px 15px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.active{
    background: #000000;
    border-radius: 131.848px;
    margin-right: 15px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li:last-child {
    margin-right: 0;
  }
   body .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li.dropdown.active > a:after{
    background: #fff;
    background-color: #fff !important;
  }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class {
    background: #ff472e;
    border-radius: 131.848px;
   }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class >a{
    color: #ffffff !important;
    opacity: 1;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:hover:after{
    width: 0px;
  }
  body .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu  > li.active > a{
    color: #ffffff !important;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class.active a:after{
    width: 0px;
  }
  .container-fluid.main-nav .col-12 {
    padding-left: 0px;
  }
}
/*@media screen and (min-width: 1200px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
    margin-right: 40px;
  }
}*/
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a {
/*  opacity: 0.28;*/
    font-family: "SharpSemiBold", Arial, sans-serif;
    font-weight: 600;
    font-size: 19.9604px;
    line-height: 26px;
/*  transition: 0.25s;*/
   letter-spacing: -0.04em;
  color: #fff; 
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 25px;
    display: block;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:hover {
    text-decoration: none;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:after {
    content: "";
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a {
/*    font-size: calc(14px + 2 * (100vw - 1025px) / 895px);*/
    text-decoration: none;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:hover {
    opacity: 1;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    background: #fff;
    display: block;
    width: 0px;
    height: 2px;
    transition: 0.25s;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a:hover:after {
    width: 100%;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.active a:hover:after{
      width: 0px;
  }
   body .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li.dropdown.active > a:hover:after{
        width: 14px;
   }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.active a {
  opacity: 1;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li ul {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown {
    margin-bottom: 15px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown:last-child {
  margin-bottom: 0;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a {
  margin-bottom: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a {
    display: flex;
    align-items: center;
  }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
    margin-left: 10px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background: #fff !important;
}
.container-fluid.main-nav.scrolled .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
 background: #000 !important;
}
@media screen and (max-width: 767px) {
 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
  background: #000 !important;
}
.toggler.opened .icon-bar:nth-child(1),.toggler.opened .icon-bar:nth-child(3){
      background: #000;
}
  .container-fluid.main-nav .col-12 .logo a{
        width: 105px;
    height: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
    position: absolute;
    top: 7px;
    right: 0;
    width: 14px;
    height: 14px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a.active {
  opacity: 1;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a.active:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul {
  border-top: 2px solid #ff472e !important;
  box-sizing: border-box;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul:after {
  content: "";
  display: block;
  height: 6px;
  min-width: 100%;
  position: absolute;
  right: -3px;
  left: -3px;
  top: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul {
    padding-left: 0;
/*    background: rgba(0, 0, 0, 0.25);*/
    background:#ff472e;
    margin-left: -20px;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 0;
    overflow: hidden;
    border-color: #ff472e;
    transition: height 0.25s;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
    filter: unset;
    background: #fff;
    padding: 24px;
    margin-top: 20px;
    display: none;
    opacity: 0;
    transition: 0.25s;
    white-space: nowrap;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show {
  display: block;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show {
    height: inherit;
    border-color: #ff472e;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show {
    opacity: 2;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul:before {
    content: "";
    top: -12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ff472e;
    display: none;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li.active, 
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:hover {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li {
    padding-bottom: 20px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:first-child {
    padding-top: 20px;
  }
  .toggler{
    top: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li {
    margin-right: 0;
    text-align: left;
    background: transparent;
    border-radius:unset;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:not(:last-child) {
    margin-bottom: 21px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a {
  color: #142351;
  padding-right: 0;
  padding-left: 40px;
  padding-top: 6px;
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
    min-height: 32px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a {
    text-align: center;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 35px;
  display: block;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a .icon {
    background-color: #07192e;
    left: -2px;
  }
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container.open .menu li {
    opacity: 1;
    margin-top: 0;
    transition-delay: 0;
  }
}
.container-fluid.main-nav .col-12 nav .side-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container-fluid.main-nav .col-12 nav .side-nav li a {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav .col-12 nav .side-nav li a {
    max-width: 40%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav .col-12 nav .side-nav li a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .container-fluid.main-nav.white .col-12 {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav.white {
    border-bottom: 1px solid #fff;
  }
}
.container-fluid.main-nav.white nav .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-white.svg) no-repeat 0 0 transparent;
}
.container-fluid.main-nav.white nav .mobile-open {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav.white nav .menu-main-nav-container .menu li a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid.main-nav.white nav .menu-main-nav-container .menu li a::after {
    background: #fff;
  }
}
.container-fluid.main-nav.scrolled {
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.container-fluid.main-nav.scrolled .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-red.svg) no-repeat 0 0 transparent;
  /*background-size: 100% auto;
  display: block;
  text-indent: -9999px;*/
}
@media screen and (min-width: 1024px) {
  .container-fluid.main-nav.scrolled {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .container-fluid.main-nav.scrolled .menu li a {
    color: #000000 !important;
  }
  .container-fluid.main-nav.scrolled .menu li a:after {
    background-color: #142351 !important;
  }
  .container-fluid.main-nav.scrolled .menu li.dropdown a:after {
    background: #07192e;
  }
  .container-fluid.main-nav.scrolled .side-nav .white {
    background-color: transparent;
    border-color: #777777;
    border-width: 1px;
    color: #ff472e;
  }
  .container-fluid.main-nav.scrolled .side-nav .white:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #777777;
    border-color: #777777;
  }
}

body.home .menu-main-nav-container .menu li a {
  opacity: 1 !important;
}
body.home .dropdown ul li {
  opacity: 1 !important;
}
body.home .main-nav nav .menu-main-nav-container .menu li a {
  opacity: 1;
}

.dark.main-nav .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-red.svg) no-repeat 0 0 transparent !important;
}
@media screen and (min-width: 1024px) {
  .dark .menu li a {
    color: #142351 !important;
  }
  .dark .menu li a:after {
    background-color: #142351 !important;
  }
  .dark .side-nav .white {
    background-color: transparent;
    border-color: #777777;
    border-width: 1px;
    color: #ff472e;
  }
  .dark .side-nav .white:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #777777;
    border-color: #777777;
  }
}

body.single-post,
body.single-media_cpt,
body.error404 {
  background: #fff;
}
body.single-post .main-nav .logo a,
body.single-media_cpt .main-nav .logo a,
body.error404 .main-nav .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-red.svg) no-repeat 0 0 transparent !important;
}
@media screen and (min-width: 1024px) {
  body.single-post .menu li a,
body.single-media_cpt .menu li a,
body.error404 .menu li a {
    color: #000000 !important;
  }
  body.single-post .menu li a:after,
body.single-media_cpt .menu li a:after,
body.error404 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
    background-color: #000000 !important;
  }
  body.error404 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list.active a:after{
    background-color: #fff !important;
  }
  body.single-post .side-nav .white,
body.single-media_cpt .side-nav .white,
body.error404 .side-nav .white {
    background-color: transparent;
    border-color: #777777;
    border-width: 1px;
    color: #ff472e;
  }
  body.single-post .side-nav .white:hover,
body.single-media_cpt .side-nav .white:hover,
body.error404 .side-nav .white:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #777777;
    border-color: #777777;
  }
}

.toggler {
  display: none;
  outline: none;
  position: absolute;
  top: 33px;
  right: 15px;
  width: 26px;
  height: 23px;
  padding: 0;
  margin-top: 0px;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  border: none;
  z-index: 1000000;
  background: none !important;
}
@media screen and (max-width: 1023px) {
  .toggler {
    display: block;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul:after {
    background: none;
  }
}
.toggler .icon-bar {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  margin: 0;
  padding: 0;
}
.toggler .icon-bar:nth-child(1) {
  top: 0px;
}
.toggler .icon-bar:nth-child(2) {
  top: 10px;
}
.toggler .icon-bar:nth-child(3) {
  top: 20px;
}
.toggler.opened .icon-bar:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
}
.toggler.opened .icon-bar:nth-child(2) {
  opacity: 0;
  left: -30px;
}
.toggler.opened .icon-bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
}

.scrolled .toggler .icon-bar,
body.single .toggler .icon-bar {
  background: #142351;
}

body.single-team_member_cpt .toggler .icon-bar {
  background: #fff;
}
body.single-team_member_cpt .scrolled .toggler .icon-bar {
  background: #142351;
}

.opened.toggler .icon-bar {
  background: #fff;
}

.dark .toggler .icon-bar {
  background: #142351;
}
.dark .toggler.opened .icon-bar {
  background: #fff;
}

.footer {
  background: #000000;
  padding-top: 25px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h4, .footer h5, .footer h6, .footer p, .footer ul li, .footer ol li, .footer a {
  color: #fff;
}
.footer h1 + p, .footer h2 + p, .footer h3 + p, .footer h4 + p, .footer h4 + p, .footer h5 + p, .footer h6 + p {
  margin-top: 24px;
}
.footer p + .btn {
  margin-top: 24px;
}
.footer ul{
  padding: 0;
  margin: 0;
}
.footer ul li {
  list-style: none;
}
.footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-content .menu-footer-container{
  padding-left: 136px
}
.footer .footer-content .menu-footer-container #menu-footer{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.footer .footer-content .menu-footer-container #menu-footer > li{
    padding-right: 15px;
}
/*.footer .footer-content .menu-footer-container #menu-footer li:nth-child(2) {
  grid-column: 2;
  grid-row: 2 / 4;
}*/
.footer .footer-content .menu-footer-container #menu-footer li:last-child >a{
    pointer-events: auto;
    cursor: pointer;
}
.footer .footer-content #menu-footer .mobile-menu ul li.technology-menu{
  margin-top:20px;
}
.footer .footer-content .menu-footer-container #menu-footer > li > a,
.footer .footer-content #menu-footer .mobile-menu ul li.technology-menu > a{
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.8px;
    pointer-events: none;
    cursor: default;
}
.footer .footer-content #menu-footer .mobile-menu ul li.technology-menu > a{
    pointer-events: auto;
    cursor: pointer;
}
.footer .footer-content #menu-footer .mobile-menu ul li.technology-menu.active > a{
  color: #FF472E !important;
}
.footer .footer-content .menu-footer-container #menu-footer li{
  margin-bottom: 5px;
}
.footer .footer-content .menu-footer-container #menu-footer li.current-menu-parent.active >a{
  color: #FF472E;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul a{
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.48;
}
.footer .content {
  max-width: 353px;
  padding-right: 9px;
}
.footer .content  h3{
  font-weight: 600;
  font-size: 48px;
  line-height: 53px;
  letter-spacing: -0.05em;
}
.footer .content  p{
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.05em;
  margin-top: 20px;
}
/*@media screen and (min-width: 991px) {
  .footer .content {
    margin-bottom: 72px;
  }
}*/
@media screen and (max-width: 767px) {
.footer .footer-content .menu-footer-container #menu-footer > li > a{
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: visible;
    cursor: pointer;
    margin-bottom: 0px;
}
.footer .footer-content .menu-footer-container #menu-footer > li.mobile-menu{
  margin-bottom: 12px;
}
.footer .footer-content .menu-footer-container #menu-footer > li.mobile-menu > a:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background: #fff;
}
.footer .footer-content .menu-footer-container #menu-footer li:nth-child(2){
    grid-column: unset;
    order: 5;
    grid-row: auto;
}
.footer .footer-content .menu-footer-container #menu-footer > li:first-child{
      order: 1;
}
.footer .footer-content .menu-footer-container #menu-footer > li:nth-child(3){
      order: 3;
}
.footer .footer-content .menu-footer-container #menu-footer > li:nth-child(4){
    order: 2;
}
.footer .footer-content .menu-footer-container #menu-footer > li:nth-child(5){
      order: 4;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul{
  display: none;
}
.footer#footer .copyright .logo-some .logo a{
  background: url(/wp-content/themes/absci/assets/imgs/logo-white.svg) no-repeat 0 0 transparent;
  width: 103px;
  height: 31.92px;
  background-size: cover !important;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul.show{
    display: block;
    padding-top: 5px;
}
.footer .footer-content .menu-footer-container #menu-footer > li ul.show li{
  margin-bottom: 5px;
}
  .footer .footer-content {
    margin-bottom: 0px;
  }
}
.footer .footer-content #menu-footer {
  margin-bottom: 50px;
}
@media screen and (min-width: 991px) {
  .footer .footer-content #menu-footer {
    margin-bottom: 81px;
  }
}
.footer .footer-content #menu-footer li a {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  line-height: 150% !important;
  margin-bottom: 5px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-content #menu-footer li a {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
  .footer .content {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 991px) {
  .footer .footer-content #menu-footer li a:after,.footer .copyright .privacy #menu-privacy li a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    background: #fff;
    display: block;
    width: 0px;
    height: 2px;
    transition: 0.25s;
  }
  .footer .footer-content #menu-footer li a:hover:after,.footer .copyright .privacy #menu-privacy li a:hover:after{
    width: 100%;
  }
}
.footer .copyright .row {
  padding-top: 47px;
  padding-bottom: 62px;
  border-top: 1px solid #FFFFFF;
}
.footer .copyright .logo-some {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright .logo-some {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer .copyright .logo-some .logo {
    margin-right: 72px;
  }
}
.footer .copyright .logo-some .logo a {
  background: url(/wp-content/themes/absci/assets/imgs/logo-white-transparent.svg) no-repeat 0 0 transparent;
  background-size: auto 100%;
  width: 41.03px;
  height: 33.18px;
  display: block;
  text-indent: -9999px;
}
.footer .copyright .logo-some .logo a:after {
  display: none;
}
@media screen and (min-width: 991px) {
  .footer .copyright .privacy {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}
.footer .copyright .privacy .copydate {
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .footer .copyright .privacy .copydate,.footer .copyright .privacy .menu-privacy-container #menu-privacy li a {
    margin: 20px 0 13px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
  }
}
.footer .copyright .privacy #menu-privacy {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .copyright .privacy #menu-privacy{
    display: block;
  }
  .footer .copyright .privacy #menu-privacy li {
    width: 100%;
    margin-bottom: 13px;
  }
  .footer .copyright .row{
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 82px;
  }
  .footer .copyright .row .logo-some,.footer .copyright .row .privacy{
      padding-right: 0px;
      padding-left: 0px;
  }
  .footer .content p{
        margin-top: 30px;
  }
  .footer .copyright .privacy #menu-privacy li:last-child {
    margin-right: 0;
  }
  .footer .footer-content #menu-footer{
        margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .footer .copyright .privacy #menu-privacy li:first-child {
    margin-left: 0;
  }
  .footer .copyright .privacy #menu-privacy.menu li{
     margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer .copyright .privacy #menu-privacy li {
    margin-left: 68px;
  }
}
.footer .copyright .privacy #menu-privacy li a {
  color: #ffffff !important;
  font-size: 24px;
  line-height: 33.6px;
  font-weight: 500;
}
.footer .copyright .privacy #menu-privacy li a:hover{
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  body.single .footer .menu li a,
body.error404 .footer .menu li a {
    color: #fff !important;
  }
}

.menu-social-media-container ul {
  display: flex;
  padding-left: 0;
}
.menu-social-media-container ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 17px;
}
.menu-social-media-container ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.menu-social-media-container ul li a:after {
  display: none;
}
.menu-social-media-container ul li:first-child {
  margin-left: 0;
}
.menu-social-media-container ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin-new.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.menu-social-media-container ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}

.fl-builder-edit .fl-node-hidden {
    background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.1), 
    rgba(0, 0, 0, 0.1) 1px, rgba(0, 0, 0, 0.2) 1px, rgba(0, 0, 0, 0.2) 2px );
}

.btn {
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: transparent;
  border: 2px solid #ff472e;
  color: #ff472e;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .footer .copyright .privacy #menu-privacy.menu li{
    margin-left: 0px;
  }
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background: #ff472e;
  color: #fff;
  border-color: #ff472e;
}
.btn.red {
  background-color: #ff472e;
  border-color: #ff472e;
  color: #fff;
  text-transform: capitalize;
}
.btn.red:hover {
  background: #cc3925;
  color: #fff;
  border-color: #cc3925;
}
.btn.white-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.white-outline:hover {
  background: rgba(0, 0, 0, 0.15);
}
.btn.white {
  background-color: #fff;
  border-color: #fff;
  color: #ff472e;
}
.btn.white:hover {
  background: #ff472e;
  color: #fff;
  border-color: #ff472e;
}
.btn.grey-outline {
  background-color: transparent;
  border-color: #f3f3f2;
  color: #ff472e;
}
.btn.grey-outline:hover {
  color: #f0f0ef;
  border-color: #f0f0ef;
  background: rgba(0, 0, 0, 0.15);
}
.btn.green {
  background-color: #ddfb40;
  border-color: #ddfb40;
  color: #142351;
}
.btn.green:hover {
  background: #b1c933;
  color: #fff;
  border-color: #b1c933;
}
.btn.blue {
  background-color: #142351;
  border-color: #142351;
  color: #fff;
}
.btn.blue:hover {
  background: #142351;
  border-color: #142351;
  color: #fff;
}
.btn.black {
  background-color: #142351;
  border-color: #142351;
  color: #fff;
}
.btn.black:hover {
  background: #07192e;
  border-color: #07192e;
  color: #fff;
}
.btn.yellow {
  background-color: #ddfb40;
  border-color: #ddfb40;
  color: #142351;
}
.btn.yellow:hover {
  background: #b1c933;
  color: #fff;
  border-color: #b1c933;
}

.tag-listing {
  padding: 0;
  margin: 0;
}
.tag-listing li {
  list-style: none;
  background: #f3f3f2;
  padding: 7px 15px;
  border-radius: 20px;
  display: inline-block;
  transition: 0.25s;
  font-size: calc(16px + 2 * (100vw - 1025px) / 895);
}
.tag-listing li:hover {
  background: #c0c0bf;
  color: #fff;
}
.tag-listing.black li {
  background: #142351;
  color: #fff;
}
.tag-listing.black li:hover {
  background: #07192e;
}
.tag-listing.tag-listing.filter {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tag-listing.tag-listing.filter li {
    margin: 5px 5px 5px 0;
  }
}
@media screen and (min-width: 768px) {
  .tag-listing.tag-listing.filter li {
    position: relative;
    cursor: pointer;
    margin-right: 12px;
    color: #777777;
    display: block;
    width: fit-content;
    border: none;
    background-color: transparent;
    border-radius: 0;
    transition: 0.25s;
  }
  .tag-listing.tag-listing.filter li:last-child {
    margin-right: 0;
  }
  .tag-listing.tag-listing.filter li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c5b8ef;
    width: 5px;
    height: 0;
    display: block;
    transition: 0.25s;
  }
  .tag-listing.tag-listing.filter li:hover {
    color: #142351;
  }
  .tag-listing.tag-listing.filter li:hover:before {
    height: 100%;
  }
  .tag-listing.tag-listing.filter li.active {
    color: #142351;
  }
  .tag-listing.tag-listing.filter li.active:before {
    height: 100%;
  }
  .tag-listing.tag-listing.filter li a {
    color: inherit;
    text-decoration: none;
  }
}

.block.media .post .tag-listing li,
.block.news .post .tag-listing li,
.block.events .post .tag-listing li {
  background: #d1c6f2;
}
.block.media .post .tag-listing li:hover,
.block.news .post .tag-listing li:hover,
.block.events .post .tag-listing li:hover {
  color: inherit;
  background: #d1c6f2;
}

.posts.grid .post {
  margin-bottom: 72px;
}
.posts.grid .post img,
.posts.grid .post .thumbnail {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
.posts.grid .post img {
  object-fit: cover;
}
.posts.grid .post .thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .thumbnail.events {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-4.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .thumbnail.media-highlights, .posts.grid .post .thumbnail.videos, .posts.grid .post .thumbnail.video {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-3.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .thumbnail.announcements, .posts.grid .post .thumbnail.pressrelease {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-2.jpg) no-repeat 0 0 transparent;
}
.posts.grid .post .date {
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #777777;
  margin-top: 24px;
  margin-bottom: 8px;
}
.posts.grid .post .title {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.posts.grid .post .title a {
  color: #142351;
}
.posts.grid .post .tag-listing {
  display: inline-flex;
}
.posts.grid .post .tag-listing li {
  margin-top: 18px;
  font-size: 12px;
  line-height: 12px;
  margin-right: 8px;
}

.posts.list .post {
  border-top: 1px solid #142351;
  padding: 24px 0;
}
.posts.list .post h4.date {
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .posts.list .post .add-height {
    height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .posts.list .post .title {
    margin-top: 15px;
  }
}
.posts.list .post .title a.main-link {
  color: #142351;
}
@media screen and (max-width: 767px) {
  .posts.list .post .title a.main-link {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .posts.list .post .tag-listing {
    margin-bottom: 20px;
  }
}
.posts.list .post .tag-listing li {
  margin-top: 48px;
}
.posts.list .post .thumbnail {
  height: 190px;
  width: 100%;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
@media screen and (min-width: 768px) {
  .posts.list .post .thumbnail {
    height: 14vw;
  }
}
.posts.list .post .thumbnail.on-post {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.posts.list .post .thumbnail.generic {
  background: url("/wp-content/themes/absci/assets/imgs/logo-red.svg") no-repeat 50% 50% transparent;
  background-size: 121px 35px;
  background-color: #fff;
}
.posts.list .post .thumbnail.events {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-4.jpg) no-repeat 0 0 transparent;
}
.posts.list .post .thumbnail.media-highlights {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-3.jpg) no-repeat 0 0 transparent;
}
.posts.list .post .thumbnail.announcements, .posts.list .post .thumbnail.pressrelease {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-2.jpg) no-repeat 0 0 transparent;
}

.pagination {
  justify-content: center;
}
.pagination .page-numbers {
  padding: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  color: #777777;
}
.pagination .page-numbers.current {
  background: #f3f3f2;
}
.pagination .next,
.pagination .prev {
  width: 44px;
  height: 44px;
  background: #142351;
  border-radius: 50%;
  background-image: url(/wp-content/themes/absci/assets/imgs/icons/scroll-arrow.svg);
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: 50% 50%;
  text-indent: -99999px;
  overflow: hidden;
}
.pagination .next {
  transform: rotate(-90deg);
}
.pagination .prev {
  transform: rotate(90deg);
}

.sticky-terms {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #142351;
}
.sticky-terms p {
  padding: 15px 50px;
  text-align: center;
  color: #fff;
}
.sticky-terms p a {
  color: #ff472e;
}
.sticky-terms .close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background: url(/wp-content/themes/absci/assets/imgs/icons/close.svg) no-repeat 0 0 transparent;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
}

.single #wrapper {
  margin-top: 96px;
}
@media screen and (min-width: 768px) {
  .single #wrapper {
    margin-top: 240px;
  }
}
.single #wrapper .jumbotron.thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  height: 230px;
}
@media screen and (min-width: 768px) {
  .single #wrapper .jumbotron.thumbnail {
    height: 600px;
  }
}
@media screen and (min-width: 991px) {
  .single #wrapper .content-holder {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.single #wrapper .content {
  margin-bottom: 48px;
  max-width: 1440px;
}
.single #wrapper .content img {
  max-width: 100%;
}
.single #wrapper .content p, .single #wrapper .content ul, .single #wrapper .content ol {
  font-size: 16px !important;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .single #wrapper .content p, .single #wrapper .content ul, .single #wrapper .content ol {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
.single #wrapper .content .aligncenter, .single #wrapper .content div.aligncenter {
  margin-bottom: 24px;
}
.single #wrapper .related-posts {
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 991px) {
  .single #wrapper .related-posts {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.single #wrapper .related-posts .related-header {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .single #wrapper .related-posts .related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.single-case_study_cpt #wrapper {
  margin-top: 0;
}
.single-case_study_cpt #wrapper p {
  color: #777777;
}
.single-case_study_cpt #wrapper .content {
  margin-bottom: 0;
}
.single-case_study_cpt .header {
  padding-top: 270px;
  padding-bottom: 110px;
  margin-bottom: 30px;
  color: #fff;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (min-width: 991px) {
  .single-case_study_cpt .header {
    padding-top: 296px;
    padding-bottom: 116px;
    margin-bottom: 75px;
  }
}
.single-case_study_cpt .header p {
  color: #fff !important;
}
.single-case_study_cpt .header p + h1 {
  margin-top: 48px;
}
@media screen and (max-width: 990px) {
  .single-case_study_cpt .header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt ul.sticky-nav.stuck {
    position: fixed;
    top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt ul.sticky-nav.at-bottom {
    position: absolute;
  }
}
.single-case_study_cpt .wp-caption {
  border: none;
  max-width: 100%;
  padding: 0;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 991px) {
  .single-case_study_cpt .wp-caption {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.single-case_study_cpt .wp-caption.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-case_study_cpt .wp-caption.alignright {
    margin-left: 0;
    width: 100% !important;
  }
}
.single-case_study_cpt .wp-caption img {
  border-radius: 6px;
}
.single-case_study_cpt .wp-caption p {
  font-size: 16px;
  line-height: 21px;
  color: #142351 !important;
  margin-top: 7px;
  letter-spacing: -0.015em;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .single-case_study_cpt .content-block {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 991px) {
  .single-case_study_cpt .content-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-case_study_cpt .content-block h1, .single-case_study_cpt .content-block h2 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt .content-block h1, .single-case_study_cpt .content-block h2 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
.single-case_study_cpt .carousel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single-case_study_cpt .carousel .carousel.image,
.single-case_study_cpt .carousel .carousel-color.image {
  padding-top: 96px !important;
  padding-bottom: 0 !important;
}
.single-case_study_cpt .content-block {
  padding-bottom: 0;
}
.single-case_study_cpt .content-block + .content-block {
  padding-top: 24px;
}
.single-case_study_cpt #cta-block {
  position: relative;
  margin-top: 96px;
  color: #fff !important;
}
.single-case_study_cpt #cta-block p {
  color: #fff !important;
}
.single-case_study_cpt #cta-block:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.single.single-team_member_cpt #wrapper {
  margin-top: 0;
}
.single.single-team_member_cpt #wrapper .header {
  padding-top: 91px;
  padding-bottom: 30px;
  background: #142351;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .header {
    padding-top: 142px;
    padding-bottom: 74px;
  }
}
@media (min-width: 991px) and (max-width: 1499px) {
  .single.single-team_member_cpt #wrapper .header .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .header .container .row {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.single.single-team_member_cpt #wrapper .header h1, .single.single-team_member_cpt #wrapper .header h2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .header h1, .single.single-team_member_cpt #wrapper .header h2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
.single.single-team_member_cpt #wrapper .header .profile-pic img {
  border-radius: 6px;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .header .profile-pic img {
    margin-bottom: 24px;
  }
}
.single.single-team_member_cpt #wrapper .header p.title {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .header p.title {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .header p.title {
    margin-top: 18px;
  }
}
.single.single-team_member_cpt #wrapper .header ul {
  display: flex;
  padding-left: 0;
}
.single.single-team_member_cpt #wrapper .header ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 24px;
}
.single.single-team_member_cpt #wrapper .header ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.single.single-team_member_cpt #wrapper .header ul li a:after {
  display: none;
}
.single.single-team_member_cpt #wrapper .header ul li:first-child {
  margin-left: 0;
}
.single.single-team_member_cpt #wrapper .header ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}
.single.single-team_member_cpt #wrapper .header ul {
  margin-top: 24px;
  margin-bottom: 0;
}
.single.single-team_member_cpt #wrapper .header ul li:not(:first-child) {
  margin-left: 17px;
}
.single.single-team_member_cpt #wrapper .header ul li a {
  background-size: 32px 32px !important;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .header ul {
    margin-top: 48px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder {
  overflow-x: hidden;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder {
    overflow-y: hidden;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder:before {
  content: "";
  width: 100%;
  height: 82px;
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-mobile.svg) no-repeat 0 0 transparent;
  display: block;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    margin-left: 153px;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder:before {
    max-width: 1134px;
    margin: 0 auto;
    height: 72px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder:after {
  content: "";
  width: 100%;
  height: 12px;
  border-left: 3px solid #c5b8ef;
  border-bottom: 3px solid #c5b8ef;
  border-bottom-left-radius: 7px;
  display: block;
}
@media screen and (max-width: 767px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 30px;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 152.5px;
  }
}
@media screen and (min-width: 1024px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: 153px;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder:after {
    margin-left: calc((100% - 1134px) / 2);
  }
}
.single.single-team_member_cpt #wrapper .bio-holder.empty {
  position: relative;
}
.single.single-team_member_cpt #wrapper .bio-holder.empty:before {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-mobile.svg) no-repeat 0 0 transparent;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1200px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top.svg) no-repeat 0 0 transparent;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder.empty:after {
  position: absolute;
  top: 50px;
  left: 0;
  border-left: none;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  width: 20vw;
}
@media screen and (min-width: 1500px) {
  .single.single-team_member_cpt #wrapper .bio-holder.empty:after {
    top: 43px;
    width: 30vw;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .container {
  padding: 0 30px;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .container {
    padding: 0 168px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio {
  border-left: 3px solid #c5b8ef;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio {
    margin-left: 15px;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio {
    padding-left: 86px;
    padding-right: 86px;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio h2 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio h2 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio h2 + p {
  margin-top: 8px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .did-you-know:not(:first-child),
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from:not(:first-child) {
  margin-top: 51px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel {
  margin-top: 8px;
  display: none;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post {
  width: 100%;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p.date {
  color: #777777;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 24px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p a {
  color: #142351;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
  margin-top: 8px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button {
  top: inherit;
  bottom: -20px;
  width: 16px;
  height: 32px;
  padding: 0;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button:after {
  content: "";
  width: 16px;
  height: 32px;
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  mask-size: 8px 16px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  -webkit-mask-size: 8px 16px;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background-color: #c5b8ef;
  display: block;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button.previous:after {
  transform: rotate(180deg);
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-button svg {
  display: none;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-page-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4px;
  width: inherit;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li {
  width: 10px;
  height: 10px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li.is-selected {
  background: #ff472e;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.desktop {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.desktop .post {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile {
    display: block;
  }
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .slide {
  width: 100%;
  margin-right: 24px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .slide .post .content {
  margin-bottom: 20px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .flickity-page-dots {
  bottom: -15px;
}
.single.single-team_member_cpt #wrapper .bio-holder .bio .hear-from .member-carousel.mobile .flickity-button {
  bottom: -40px;
}
.single.single-team_member_cpt #wrapper .meet-team {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 48px;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .meet-team {
    padding-left: 225px;
    padding-right: 225px;
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image {
    height: 400px;
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image img {
  min-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p a {
  color: #142351;
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p a:hover {
  text-decoration: none;
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.55;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.title {
  color: #777777;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 4px;
}
@media screen and (max-width: 1199px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name {
    display: inline-block;
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member p.name:after {
    content: "";
    margin-bottom: 5px;
    background: #142351;
    display: block;
    width: 0px;
    height: 1px;
    transition: 0.25s;
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image {
    position: relative;
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member .image:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.25s;
    background: rgba(0, 0, 0, 0.15);
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member:hover p.name:after {
    width: calc(100% + 15px);
  }
  .single.single-team_member_cpt #wrapper .meet-team .single-team-members .team-member:hover .image:after {
    opacity: 1;
  }
}

.error404 .container-fluid.content {
  margin-top: 156px;
  text-align: center;
}
.error404 .container-fluid.svg {
  overflow: hidden;
}
.error404 .container-fluid.svg .row {
  max-width: none;
}
.error404 .container-fluid.svg .row #error-svg {
  width: calc(100% + 140px);
  height: 63vh;
  margin-left: -70px;
  padding-bottom: 40px;
}

.content-block {
  color: #142351;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (min-width: 991px) {
  .content-block {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.content-block.jumbotron {
  /*&.image{
    @include backgroundCover();
    min-height: 100vh;

    @include at-least($tp){
      min-height: 912px;
    }

  }*/
}
.content-block.jumbotron .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.content-block.jumbotron.bg-color.black {
  background: #142351;
  color: #fff;
}
.content-block.jumbotron.bg-color.grey {
  background: #f0f0ef;
}
.content-block.jumbotron.bg-color.light-purple {
  background: #d1c6f2;
}
.content-block.jumbotron.bg-color.green {
  background: #ddfb40;
}
.content-block.jumbotron.bg-color.red {
  background: #ff472e;
  color: #fff;
}
.content-block.jumbotron p, .content-block.jumbotron ul, .content-block.jumbotron ol {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .content-block.jumbotron p, .content-block.jumbotron ul, .content-block.jumbotron ol {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
@media screen and (max-width: 767px) {
  .content-block .column-one + .column-two {
    margin-top: 40px;
  }
}
.content-block p, .content-block ul li, .content-block ol li {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .content-block p, .content-block ul li, .content-block ol li {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}

.content-w-cta {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  padding: 10vw 15px;
  text-align: center;
  color: #fff;
}
.content-w-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.content-w-cta .btn {
  margin-top: 24px;
}

.content-lines-header {
  padding: 48px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .content-lines-header {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .content-lines-header {
    padding: 72px 0;
  }
}

.content-w-lines {
  position: relative;
  padding: 0 0 48px 0;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .content-w-lines {
    padding: 96px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-w-lines {
    padding: 156px 0;
  }
}
.content-w-lines.small-tb-padding {
  padding: 0 0 48px 0;
}
@media screen and (min-width: 768px) {
  .content-w-lines.small-tb-padding {
    padding: 156px 0;
  }
}
@media screen and (max-width: 990px) {
  .content-w-lines.none-bg + .none-bg.content-w-lines {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines.none-bg + .none-bg.content-w-lines {
    padding-top: 90px;
  }
}
.content-w-lines .btn {
  margin-top: 24px;
}
.content-w-lines.none-bg + .light-purple-bg {
  margin-top: 0;
}
.content-w-lines .svg-image {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .content-w-lines .svg-image {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .content-w-lines .svg-image {
    position: absolute;
    height: 100%;
    overflow: hidden;
  }
}
.content-w-lines .svg-image svg {
  vertical-align: middle;
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .content-w-lines .svg-image svg {
    height: 100%;
    width: auto;
  }
}
.content-w-lines .svg-image.hundred svg {
  width: 1000px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-w-lines .svg-image.hundred svg {
    width: 1600px;
  }
}
@media screen and (min-width: 1200px) {
  .content-w-lines .svg-image.hundred svg {
    width: 2400px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .svg-image.fifty {
    width: 50vw;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .svg-image.fifty svg {
    width: 100%;
    height: auto;
  }
}
.content-w-lines .svg-image.top {
  top: 0;
}
.content-w-lines .svg-image.bottom {
  bottom: 0;
  height: 210px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .content-w-lines .svg-image.bottom {
    height: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .content-w-lines .svg-image.bottom {
    height: 60%;
  }
}
@media screen and (min-width: 1500px) {
  .content-w-lines .svg-image.bottom {
    height: 50%;
  }
}
.content-w-lines .svg-image.bottom svg {
  height: 100%;
}
@media screen and (min-width: 991px) {
  .content-w-lines .svg-image.bottom svg {
    height: 85vh;
  }
}
.content-w-lines .svg-image.left {
  left: 0;
}
.content-w-lines .svg-image.right {
  right: 0;
}
.content-w-lines .svg-image.right svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .content-w-lines .svg-image.right svg {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1850px) {
  .content-w-lines .svg-image.right svg {
    width: auto;
    height: 90%;
  }
}
.content-w-lines .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .content-w-lines .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.content-w-lines .container-fluid .col-12 {
  max-width: 40%;
}
.content-w-lines .container-fluid.center {
  text-align: center;
}
.content-w-lines .container-fluid.center .col-12 {
  margin: 0 auto;
}
.content-w-lines .content p, .content-w-lines .content ul, .content-w-lines .content ol, .content-w-lines .content blockquote {
  max-width: 90%;
}
.content-w-lines .content p, .content-w-lines .content ul, .content-w-lines .content ol {
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .content-w-lines .content p, .content-w-lines .content ul, .content-w-lines .content ol {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
.content-w-lines .content p.small, .content-w-lines .content ul.small, .content-w-lines .content ol.small {
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .img-right .col-md-6:nth-child(1) {
    padding-right: 38px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .img-right .col-md-6:nth-child(2) {
    padding-left: 38px;
  }
}
@media screen and (max-width: 990px) {
  .content-w-lines .content .content {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .flex-row-reverse .col-md-6:nth-child(1) {
    padding-left: 38px;
  }
}
@media screen and (min-width: 991px) {
  .content-w-lines .content .flex-row-reverse .col-md-6:nth-child(2) {
    padding-right: 38px;
  }
}
.content-w-lines.light-purple-bg .content h1, .content-w-lines.light-purple-bg .content h2, .content-w-lines.light-purple-bg .content h3, .content-w-lines.light-purple-bg .content h4, .content-w-lines.light-purple-bg .content h5, .content-w-lines.light-purple-bg .content h6 {
  color: #142351;
}
.content-w-lines.black-bg {
  background: #142351;
}
.content-w-lines.black-bg h1, .content-w-lines.black-bg h2, .content-w-lines.black-bg h3, .content-w-lines.black-bg h4, .content-w-lines.black-bg h5, .content-w-lines.black-bg h6 {
  color: #ddfb40;
}
.content-w-lines.black-bg p, .content-w-lines.black-bg ul, .content-w-lines.black-bg ol {
  color: #fff;
}
.content-w-lines .img {
  width: 100%;
  /*&.left{
    margin-left: -15px;
  }

  &.right{
    float: right;
    margin-right: -15px;
  }*/
}

.page-header + .content-w-lines {
  margin-top: 80px !important;
}

body.home .content-w-lines .content h1, body.home .content-w-lines .content h2, body.home .content-w-lines .content h3, body.home .content-w-lines .content h4, body.home .content-w-lines .content h5, body.home .content-w-lines .content h6 {
  color: #ff472e;
}
body.home .content-w-lines.light-purple-bg .content h1, body.home .content-w-lines.light-purple-bg .content h2, body.home .content-w-lines.light-purple-bg .content h3, body.home .content-w-lines.light-purple-bg .content h4, body.home .content-w-lines.light-purple-bg .content h5, body.home .content-w-lines.light-purple-bg .content h6 {
  color: #142351;
}
body.home .content-w-lines.black-bg {
  background: #142351;
}
body.home .content-w-lines.black-bg h1, body.home .content-w-lines.black-bg h2, body.home .content-w-lines.black-bg h3, body.home .content-w-lines.black-bg h4, body.home .content-w-lines.black-bg h5, body.home .content-w-lines.black-bg h6 {
  color: #ddfb40;
}
body.home .content-w-lines.black-bg p, body.home .content-w-lines.black-bg ul, body.home .content-w-lines.black-bg ol {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1499px) {
  body.page-id-18 .svg-image {
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  body.page-id-18 .svg-image.fifty {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-18 .svg-image.fifty svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.page-id-18 .svg-image.fifty svg {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  body.page-id-18 .svg-image.fifty svg {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1499px) {
  body.page-id-5 .svg-image {
    overflow: visible;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  body.page-id-5 .svg-image.right svg {
    top: 0;
    transform: translateY(0%);
    width: 100%;
    height: auto;
  }
}

.page-header {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .page-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.page-header .row {
  color: #fff;
}
.page-header.sub-page {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-color: #fff;
}
.page-header.sub-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.page-header.sub-page .row {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header.sub-page .row {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .page-header.sub-page .row {
    height: 45vw;
  }
}
.page-header.sub-page .row .col-12 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-header.sub-page .row .col-12 {
    position: absolute;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .page-header.sub-page .row .col-12 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 72px;
  }
}
.page-header.sub-page.no-bg:before {
  background: #fff;
}
.page-header.sub-page.no-bg .row {
  height: inherit;
  padding: 156px 0 0 0;
}
.page-header.sub-page.no-bg .row .col-12 {
  position: relative;
  color: #142351;
  bottom: 0;
  left: 0;
  transform: none;
}
.page-header.home {
  position: relative;
  background: #ff472e;
  height: 100vh;
  min-height: 750px;
}
@media screen and (min-width: 991px) {
  .page-header.home {
    padding-bottom: 0;
  }
}
.page-header.home .row {
  padding-top: 38vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-header.home .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-header.home .row {
    padding-top: 18vw;
  }
}
.page-header.home .row .col-12 {
  text-align: center;
}
.page-header.home #header-svg {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-header.home #header-svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-header.home #header-svg {
    width: 78%;
  }
}
.page-header.home #my-svg {
  width: calc(100% + 40px);
  height: 100%;
  margin-top: -250px;
  margin-left: -20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-header.home #my-svg {
    width: calc(100% + 140px);
    margin-left: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header.home #my-svg {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1850px) {
  .page-header.home #my-svg {
    margin-top: -200px;
  }
}
.page-header.home #my-svg svg {
  vertical-align: middle;
  display: inline;
}
.page-header.home .container-fluid {
  position: relative;
}
.page-header.home .scroll-icon {
  position: absolute;
  bottom: 12px;
  right: 34px;
  display: block;
  width: 67px;
  height: 67px;
  background-image: url(/wp-content/themes/absci/assets/imgs/icons/scroll-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 40%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
}
@media screen and (min-width: 991px) {
  .page-header.home .scroll-icon {
    bottom: 36px;
    right: 72px;
  }
}

.team-members {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
}
@media screen and (min-width: 991px) {
  .team-members {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.team-members .header {
  margin-bottom: 50px;
}
.team-members .filter {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 990px) {
  .team-members .filter {
    margin-top: -15px;
  }
}
.team-members .filter li {
  opacity: 0.5;
  margin-top: 15px;
  padding-left: 20px;
  cursor: pointer;
  float: left;
}
@media screen and (max-width: 990px) {
  .team-members .filter li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 991px) {
  .team-members .filter li {
    margin-top: 10px;
    clear: both;
  }
  .team-members .filter li:first-child {
    margin-top: 0;
  }
}
.team-members .filter li.active {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  opacity: 1;
  position: relative;
}
.team-members .filter li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #c5b8ef;
  width: 5px;
  height: 22px;
  display: block;
}
.team-members .team-member {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .team-members .team-member:nth-child(1), .team-members .team-member:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .team-members .team-member {
    cursor: pointer;
  }
  .team-members .team-member:nth-child(3) {
    margin-top: 0;
  }
  .team-members .team-member p.name {
    display: inline-block;
    font-family: "SharpSemiBold", Arial, sans-serif;
    font-weight: normal;
    font-weight: 400;
  }
  .team-members .team-member p.name:after {
    content: "";
    margin-bottom: 5px;
    background: #142351;
    display: block;
    width: 0px;
    height: 1px;
    transition: 0.25s;
  }
  .team-members .team-member .profile-pic {
    position: relative;
  }
  .team-members .team-member .profile-pic:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.25s;
    background: rgba(0, 0, 0, 0.15);
  }
  .team-members .team-member:hover p.name:after {
    width: calc(100% + 15px);
  }
  .team-members .team-member:hover .profile-pic:after {
    opacity: 1;
  }
}
.team-members .team-member .profile-pic {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  width: 100%;
  height: 85vw;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .team-members .team-member .profile-pic {
    height: 40vw;
  }
  .team-members .team-member .profile-pic:nth-child(1), .team-members .team-member .profile-pic:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) {
  .team-members .team-member .profile-pic {
    height: 22vw;
  }
  .team-members .team-member .profile-pic:nth-child(3) {
    margin-top: 0;
  }
}
.team-members p + p {
  margin-top: 0;
}
.team-members p.title {
  color: #777777;
}

.team-member-slider {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
.team-member-slider .team-member-slider-bg {
  /* Old Animation
  @include at-least($tl){
    position: fixed;
    top: 0;
    left: -20vw;
    z-index: 0;
    width: 20vw;
    height: 100vh;
    background: $blackTransparent;
    transition: 1s ease-in-out;
    transition-delay: .2s;
  } */
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-slider-bg {
    position: fixed;
    top: 0;
    left: 0vw;
    z-index: 0;
    width: 100vw;
    height: 100vw;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 1s ease-in-out;
  }
}
.team-member-slider .team-member-data {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.75s ease-in-out;
  transition-delay: 0.3s;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data {
    transition: 1s ease-in-out;
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data {
    width: 80vw;
  }
}
.team-member-slider .team-member-data .header {
  padding-top: 91px;
  padding-bottom: 30px;
  background: #142351;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .header {
    padding-top: 142px;
    padding-bottom: 74px;
  }
}
@media (min-width: 991px) and (max-width: 1499px) {
  .team-member-slider .team-member-data .header .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .header .container .row {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.team-member-slider .team-member-data .header h1, .team-member-slider .team-member-data .header h2 {
  font-size: 40px;
  line-height: 115%;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .header h1, .team-member-slider .team-member-data .header h2 {
    font-size: calc(40px + 14 * (100vw - 1025px) / 895);
    line-height: 115%;
  }
}
.team-member-slider .team-member-data .header .profile-pic img {
  border-radius: 6px;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .header .profile-pic img {
    margin-bottom: 24px;
  }
}
.team-member-slider .team-member-data .header p.title {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .header p.title {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .header p.title {
    margin-top: 18px;
  }
}
.team-member-slider .team-member-data .header ul {
  display: flex;
  padding-left: 0;
}
.team-member-slider .team-member-data .header ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 24px;
}
.team-member-slider .team-member-data .header ul li a {
  background-size: 30px 30px !important;
  background-position: 50% 50% !important;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
.team-member-slider .team-member-data .header ul li a:after {
  display: none;
}
.team-member-slider .team-member-data .header ul li:first-child {
  margin-left: 0;
}
.team-member-slider .team-member-data .header ul li.instagram a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/instagram.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.twitter a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/twitter.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.linkedin a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/linkedin.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.vimeo a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/vimeo.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul li.youtube a {
  background: url(/wp-content/themes/absci/assets/imgs/icons/youtube.svg) no-repeat 0 0 transparent;
}
.team-member-slider .team-member-data .header ul {
  margin-top: 24px;
  margin-bottom: 0;
}
.team-member-slider .team-member-data .header ul li:not(:first-child) {
  margin-left: 17px;
}
.team-member-slider .team-member-data .header ul li a {
  background-size: 32px 32px !important;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .header ul {
    margin-top: 48px;
  }
}
.team-member-slider .team-member-data .bio-holder {
  overflow-x: hidden;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder {
    overflow-y: hidden;
  }
}
.team-member-slider .team-member-data .bio-holder:before {
  content: "";
  width: 100%;
  height: 82px;
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-mobile.svg) no-repeat 0 0 transparent;
  display: block;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .bio-holder:before {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:before {
    margin-left: 153px;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder:before {
    max-width: 1134px;
    margin: 0 auto;
    height: 72px;
  }
}
.team-member-slider .team-member-data .bio-holder:after {
  content: "";
  width: 100%;
  height: 12px;
  border-left: 3px solid #c5b8ef;
  border-bottom: 3px solid #c5b8ef;
  border-bottom-left-radius: 7px;
  display: block;
}
@media screen and (max-width: 767px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 30px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 152.5px;
  }
}
@media screen and (min-width: 1024px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 153px;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: calc((100% - 1134px) / 2);
  }
}
.team-member-slider .team-member-data .bio-holder.empty {
  position: relative;
}
.team-member-slider .team-member-data .bio-holder.empty:before {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-mobile.svg) no-repeat 0 0 transparent;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-sm.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder.empty:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/empty/line-top.svg) no-repeat 0 0 transparent;
  }
}
.team-member-slider .team-member-data .bio-holder.empty:after {
  position: absolute;
  top: 50px;
  left: 0;
  border-left: none;
  border-bottom-left-radius: 0px;
  margin-left: 0;
  width: 20vw;
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder.empty:after {
    top: 43px;
    width: 30vw;
  }
}
.team-member-slider .team-member-data .bio-holder .container {
  padding: 0 30px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .container {
    padding: 0 168px;
  }
}
.team-member-slider .team-member-data .bio-holder .bio {
  border-left: 3px solid #c5b8ef;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .bio-holder .bio {
    margin-left: 15px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio {
    padding-left: 86px;
    padding-right: 86px;
  }
}
.team-member-slider .team-member-data .bio-holder .bio h2 {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder .bio h2 {
    font-size: calc(24px + 12 * (100vw - 1025px) / 895);
  }
}
.team-member-slider .team-member-data .bio-holder .bio h2 + p {
  margin-top: 8px;
}
.team-member-slider .team-member-data .bio-holder .bio .did-you-know:not(:first-child),
.team-member-slider .team-member-data .bio-holder .bio .hear-from:not(:first-child) {
  margin-top: 51px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel {
  margin-top: 8px;
  display: none;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post {
  width: 100%;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p.date {
  color: #777777;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 24px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p a {
  color: #142351;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
  margin-top: 8px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post p + p {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button {
  top: inherit;
  bottom: -20px;
  width: 16px;
  height: 32px;
  padding: 0;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button:after {
  content: "";
  width: 16px;
  height: 32px;
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  mask-size: 8px 16px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  -webkit-mask-size: 8px 16px;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background-color: #c5b8ef;
  display: block;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button.previous:after {
  transform: rotate(180deg);
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button svg {
  display: none;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4px;
  width: inherit;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li {
  width: 10px;
  height: 10px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots li.is-selected {
  background: #ff472e;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.desktop {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.desktop .post {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile {
    display: block;
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .slide {
  width: 100%;
  margin-right: 24px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .slide .post .content {
  margin-bottom: 20px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .flickity-page-dots {
  bottom: -15px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel.mobile .flickity-button {
  bottom: -40px;
}
.team-member-slider .team-member-data .meet-team {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 48px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 225px;
    padding-right: 225px;
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .meet-team .single-team-members {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    height: 400px;
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member .image img {
  min-width: 100%;
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member .image .thumbnail {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p a {
  color: #142351;
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p a:hover {
  text-decoration: none;
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.55;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name {
    font-size: calc(14px + 2 * (100vw - 1025px) / 895);
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member p.title {
  color: #777777;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 4px;
}
@media screen and (max-width: 1199px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name {
    display: inline-block;
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member p.name:after {
    content: "";
    margin-bottom: 5px;
    background: #142351;
    display: block;
    width: 0px;
    height: 1px;
    transition: 0.25s;
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    position: relative;
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: 0.25s;
    background: rgba(0, 0, 0, 0.15);
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member:hover p.name:after {
    width: calc(100% + 15px);
  }
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member:hover .image:after {
    opacity: 1;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .header .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:before {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-sm.svg) no-repeat 0 0 transparent;
  }
  .container-fluid.main-nav .col-12 {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top-pop-up.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 1850px) {
  .team-member-slider .team-member-data .bio-holder:before {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/team-member/line-top.svg) no-repeat 0 0 transparent;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder:after {
    margin-left: 100px;
  }
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .container {
    padding: 0 115px;
  }
}
@media screen and (min-width: 1500px) {
  .team-member-slider .team-member-data .bio-holder .container {
    max-width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .bio-holder .bio {
    padding-right: 179px;
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel {
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-slider .post {
    width: calc(50% - 15px);
  }
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-button {
  bottom: -58px;
}
.team-member-slider .team-member-data .bio-holder .bio .hear-from .member-carousel .flickity-page-dots {
  bottom: -34px;
}
.team-member-slider .team-member-data .meet-team {
  margin-bottom: 60px;
}
@media screen and (min-width: 991px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 175px;
    padding-right: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 175px;
    padding-right: 265px;
  }
}
@media screen and (min-width: 1850px) {
  .team-member-slider .team-member-data .meet-team {
    padding-left: 6.6vw;
    padding-right: 11.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .team-member-slider .team-member-data .meet-team .single-team-members {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.team-member-slider .team-member-data .meet-team .single-team-members .team-member:nth-child(3) {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    height: 220px;
  }
}
@media (min-width: 1024px) and (max-width: 1499px) {
  .team-member-slider .team-member-data .meet-team .single-team-members .team-member .image {
    height: 300px;
  }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu  li  a{
    font-size: 16px !important;
    line-height: 24px;
  }
  .resource_main_menu ul.show {
    min-width: 190px !important;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child a:after {
    top: 12px !important;
    right: -15px !important;
  }
}
.team-member-slider .close-btn {
  display: block;
  visibility: hidden;
  opacity: 0;
  outline: none;
  position: fixed;
  top: 24px;
  right: 15px;
  z-index: 10;
  width: 34px;
  height: 33px;
  padding: 0;
  margin-top: 0px;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  transition-delay: 0.5s;
  border: none;
  z-index: 1000000;
  cursor: pointer;
  background-color: #142351;
  border-radius: 5px;
}
.team-member-slider .close-btn .icon-bar {
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  height: 3px;
  width: 26px;
  background: #fff;
  opacity: 1;
  margin: 0;
  padding: 0;
}
.team-member-slider .close-btn .icon-bar:nth-child(1) {
  -webkit-transform: rotate(135deg);
}
.team-member-slider .close-btn .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-135deg);
}
.team-member-slider.active {
  left: 0vw;
}
.team-member-slider.active .team-member-slider-bg {
  opacity: 1;
  visibility: visible;
}
.team-member-slider.active .team-member-data {
  right: 0vw;
}
.team-member-slider.active .close-btn {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.touts {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .touts {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.touts.list .section-text {
  margin-bottom: 48px;
}
.touts.list .tout {
  padding: 24px 0;
  border-top: 1px solid #142351;
}
.touts.list .tout:last-child {
  border-bottom: 1px solid #142351;
}
.touts.grey-boxes .row {
  margin-top: 48px;
}
.touts.grey-boxes .touts-holder {
  display: flex;
  justify-content: center;
}
.touts.grey-boxes .touts-holder .tout {
  background: #f3f3f2;
  padding: 40px 30px;
  margin-right: 20px;
  width: calc(25% - 15px);
  min-height: 360px;
}
.touts.grey-boxes .touts-holder .tout:last-child {
  margin-right: 0;
}
.touts.grey-boxes .touts-holder .tout p {
  color: #ff472e;
  margin-bottom: 15px;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1440px;
}

.news-header {
  background-color: rgba(197, 184, 239, 0.4);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .news-header {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.news-header .thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
.news-header .tag-listing li {
  background: #c5b8ef;
  font-size: 12px;
  line-height: 12px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #07192e;
}
.news-header .tag-listing li:not(last-child) {
  margin-right: 8px;
}
.news-header h2, .news-header a {
  color: #142351;
}
.news-header a {
  color: #142351;
}
.news-header h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.news-header h4 {
  color: #777777;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.news-header .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news-header .content {
    padding-top: 118px;
    padding-bottom: 118px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .news-header .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.news-header .image {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  .news-header .btn.blue {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .news-header .thumbnail {
    height: 250px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

.news {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .news {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.news .posts-listing {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 991px) {
  .news .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .header .btn {
    margin-bottom: 10px;
    max-width: 180px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .news .header .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.logos-grid {
  position: relative;
  padding-top: 12vw;
  margin-top: 96px !important;
}
.logos-grid .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .logos-grid .logos {
    max-width: 900px;
    margin: 0 auto;
  }
}
.logos-grid .logos .logo {
  max-width: 50%;
  margin: 10% 5%;
}
.logos-grid .logos .logo.large {
  max-width: 100%;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .logos-grid .logos .logo {
    max-width: 15%;
    margin: 4% 5%;
  }
  .logos-grid .logos .logo.medium {
    max-width: 100%;
    width: 33.333%;
  }
  .logos-grid .logos .logo.large {
    max-width: 100%;
    width: 70%;
  }
}
.logos-grid .logos .logo img {
  width: 100%;
  height: auto;
}
.logos-grid #investor-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
}
.logos-grid #investor-svg svg {
  vertical-align: middle;
  display: inline;
}

.carousel,
.carousel-color {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}
.carousel .row,
.carousel-color .row {
  position: relative;
  z-index: 2;
}
.carousel .row:nth-child(2),
.carousel-color .row:nth-child(2) {
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}
.carousel .row:nth-child(2) .col-12,
.carousel-color .row:nth-child(2) .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.carousel .flickity-viewport,
.carousel-color .flickity-viewport {
  margin: 0 20px;
  overflow: visible;
}
.carousel .flickity-button,
.carousel-color .flickity-button {
  opacity: 0;
}
.carousel .drag-icon,
.carousel-color .drag-icon {
  position: absolute;
  top: 20%;
  left: 34.5%;
  background: url("/wp-content/themes/absci/assets/imgs/icons/drag-icon.svg") no-repeat 0 0 transparent;
  width: 54px;
  height: 72px;
  z-index: 1;
}
.carousel.image,
.carousel-color.image {
  padding-bottom: 228px;
}
.carousel.image #carousel-svg-one,
.carousel-color.image #carousel-svg-one {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 77px;
  top: 0;
}
.carousel.image #carousel-svg-two,
.carousel-color.image #carousel-svg-two {
  position: absolute;
  left: 15.55%;
  height: 318px;
  width: 476px;
  bottom: 0;
}
.carousel .carousel,
.carousel-color .carousel {
  padding: 48px 0 0 0;
  overflow: visible;
}
.carousel .carousel.image .carousel-cell,
.carousel-color .carousel.image .carousel-cell {
  position: relative;
  width: calc(95% - 50px);
  overflow: hidden;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.image .carousel-cell,
.carousel-color .carousel.image .carousel-cell {
    width: calc(38% - 50px); /* full width */
    max-width: 520px;
  }
}
.carousel .carousel.image .carousel-cell .img,
.carousel-color .carousel.image .carousel-cell .img {
  width: 100%;
  height: 100vw;
  max-height: 690px;
  display: block;
  border-radius: 10px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.image .carousel-cell .img,
.carousel-color .carousel.image .carousel-cell .img {
    height: 50vw;
  }
}
.carousel .carousel.image .carousel-cell .content,
.carousel-color .carousel.image .carousel-cell .content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
  width: calc(100% - 48px);
  color: #fff;
  z-index: 1;
}
.carousel .carousel.image .carousel-cell:after,
.carousel-color .carousel.image .carousel-cell:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  bottom: 0;
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}
@media screen and (min-width: 768px) {
  .carousel .carousel.image .carousel-cell:after,
.carousel-color .carousel.image .carousel-cell:after {
    height: 30%;
  }
}
.carousel .carousel.color .carousel-cell,
.carousel-color .carousel.color .carousel-cell {
  width: 300px; /* full width */
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.color .carousel-cell,
.carousel-color .carousel.color .carousel-cell {
    width: 40%; /* full width */
    max-width: 500px;
  }
}
@media screen and (min-width: 1500px) {
  .carousel .carousel.color .carousel-cell,
.carousel-color .carousel.color .carousel-cell {
    width: 30%; /* full width */
  }
}
.carousel .carousel.color .carousel-cell.blue,
.carousel-color .carousel.color .carousel-cell.blue {
  background-color: #142351;
}
.carousel .carousel.color .carousel-cell.burgandy,
.carousel-color .carousel.color .carousel-cell.burgandy {
  background-color: #5e0034;
}
.carousel .carousel.color .carousel-cell.red,
.carousel-color .carousel.color .carousel-cell.red {
  background-color: #ff472e;
}
.carousel .carousel.color .carousel-cell.light-purple,
.carousel-color .carousel.color .carousel-cell.light-purple {
  background-color: #d1c6f2;
}
.carousel .carousel.color .carousel-cell.green,
.carousel-color .carousel.color .carousel-cell.green {
  background-color: #ddfb40;
}
.carousel .carousel.color .carousel-cell .line-drawing,
.carousel-color .carousel.color .carousel-cell .line-drawing {
  height: 160px;
  width: 100%;
  background-size: auto 100%;
  background-position: 50% 0;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.color .carousel-cell .line-drawing,
.carousel-color .carousel.color .carousel-cell .line-drawing {
    height: 250px;
    margin-top: 72px;
  }
}
.carousel .carousel.color .carousel-cell .content,
.carousel-color .carousel.color .carousel-cell .content {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 48px);
  color: #fff;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .carousel .carousel.color .carousel-cell .content,
.carousel-color .carousel.color .carousel-cell .content {
    width: calc(100% - 96px);
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.carousel .carousel.color .carousel-cell.red .content, .carousel .carousel.color .carousel-cell.light-purple .content, .carousel .carousel.color .carousel-cell.green .content,
.carousel-color .carousel.color .carousel-cell.red .content,
.carousel-color .carousel.color .carousel-cell.light-purple .content,
.carousel-color .carousel.color .carousel-cell.green .content {
  color: #142351;
}

.wp-block .carousel .carousel {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 991px) {
  .single-case_study_cpt .carousel.block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-case_study_cpt .carousel .carousel .flickity-viewport,
.single-case_study_cpt .carousel .carousel-color .flickity-viewport {
  margin: 0;
  margin-bottom: 68px;
}
.single-case_study_cpt .carousel .flickity-button {
  opacity: 1;
  position: absolute;
  bottom: -21px;
  left: 0;
  background-color: #07192e;
  top: inherit;
  width: 42px;
  height: 42px;
}
.single-case_study_cpt .carousel .flickity-button.next {
  left: 52px;
}
.single-case_study_cpt .carousel .flickity-button .flickity-button-icon {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 44%;
}
.single-case_study_cpt .carousel.image {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-case_study_cpt .carousel.image .carousel-cell {
    width: 100%; /* full width */
    max-width: 520px;
  }
}

.contact {
  /* general style for the form */
}
.contact .blue-banner {
  padding-left: 24px;
  padding-right: 24px;
  background: #142351;
  padding-top: 96px;
  padding-bottom: 96px;
  color: #fff;
}
@media screen and (min-width: 991px) {
  .contact .blue-banner {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (max-width: 767px) {
  .contact .blue-banner .column-item {
    margin-top: 30px;
  }
  .contact .blue-banner .column-item:first-child {
    margin-top: 0;
  }
}
.contact .blue-banner .column-item h3 + h4 {
  margin-top: 24px;
}
.contact .blue-banner .column-item .address span {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 990px) {
  .contact .contact-form {
    padding: 24px 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 990px) {
  .contact .contact-form {
    padding: 24px;
  }
}
@media screen and (min-width: 991px) and (min-width: 991px) {
  .contact .contact-form {
    padding: 72px;
  }
}
.contact .contact-form h3 {
  margin-bottom: 36px;
  text-align: center;
}
.contact .contact-form form {
  background-color: #c5b8ef;
  border-radius: 6px;
  padding: 15px;
}
@media screen and (min-width: 991px) and (max-width: 990px) {
  .contact .contact-form form {
    padding: 24px;
  }
}
@media screen and (min-width: 991px) and (min-width: 991px) {
  .contact .contact-form form {
    padding: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .contact .contact-form form {
    padding-left: 310px;
    padding-right: 310px;
  }
}
.contact .nl-form {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  line-height: 2.8;
  /*select.custom-select{
    margin-top: -8px;
    width: 223px;
    background: url('/wp-content/themes/absci/assets/imgs/icons/select-arrow.svg') no-repeat 100% 50% transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.25;
    color: $black;

    &:first-child{
      color: $placeholderColor; 
    }

  }*/
}
@media screen and (min-width: 768px) {
  .contact .nl-form {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
.contact .nl-form #error p {
  color: #142351;
}
.contact .nl-form #error p + p {
  margin-top: 5px !important;
}
.contact .nl-form #error p + p:last-child {
  margin-bottom: 15px;
}
.contact .nl-form input,
.contact .nl-form button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.contact .nl-form ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form :-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.contact .nl-form input[type=text],
.contact .nl-form input[type=email] {
  outline: none;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  font-size: 16px;
  border-bottom: 3px solid #fff;
}
.contact .nl-form span {
  font-size: 16px;
  line-break: 1;
  display: block;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.contact .nl-form textarea {
  border: 3px solid #fff;
  border-radius: 6px;
  background: none;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 15px;
  line-height: 1.3;
}
.contact .nl-form input[type=text],
.contact .nl-form input[type=email] {
  position: relative;
  top: -8px;
  line-height: 2.25;
}
.contact .nl-form .btn {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.contact .nl-field {
  display: inline-block;
}

.custom-select {
  position: relative;
  font-family: Arial;
  background: transparent;
  border-radius: 0;
  background: none;
  width: 223px;
  border: none;
  padding: 0;
}
.custom-select select {
  display: none;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  cursor: pointer;
}

.select-selected {
  margin-top: -8px;
  background: url("/wp-content/themes/absci/assets/imgs/icons/select-arrow.svg") no-repeat 100% 50% transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.25;
  color: #fff;
  padding: 2px 16px;
  border-bottom: 3px solid #fff;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  color: #142351;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.quote-header {
  margin-bottom: 48px;
}
.quote-header h3 {
  text-align: center;
}

.quote-block {
  position: relative;
  background-color: #f3f3f2;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 991px) {
  .quote-block {
    padding-top: 228px;
    padding-bottom: 240px;
  }
}
.quote-block h1, .quote-block h2, .quote-block h3, .quote-block h4, .quote-block h5, .quote-block h6, .quote-block p, .quote-block ul, .quote-block ol, .quote-block blockquote {
  text-align: center;
  color: #ff472e;
}
@media screen and (min-width: 768px) {
  .quote-block h1, .quote-block h2, .quote-block h3, .quote-block h4, .quote-block h5, .quote-block h6, .quote-block p, .quote-block ul, .quote-block ol, .quote-block blockquote {
    max-width: 70%;
    margin: 0 auto;
  }
}
.quote-block img {
  width: 200px;
  margin: 48px auto 0 auto;
  display: block;
}
.quote-block + .content-w-cta {
  margin-top: 0;
}
.quote-block #quote-svg {
  position: absolute;
  top: 0;
  left: 1%;
  width: 88%;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .quote-block #quote-svg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .quote-block #quote-svg {
    left: 3.5%;
    width: 50%;
  }
}
.quote-block #quote-svg svg {
  vertical-align: middle;
  display: inline;
}

.flow-section {
  position: relative;
  overflow-x: hidden;
}
.flow-section .section-title {
  color: #ff472e;
  margin-bottom: 72px;
}
.flow-section .red-line {
  padding: 0;
  position: absolute;
  left: 30px;
  margin-left: 51px;
  content: "";
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/sticky-nav.svg) no-repeat 0 0 transparent;
  background-size: auto 100%;
  width: 100vw;
  height: 237px;
  display: block;
}
@media screen and (min-width: 768px) {
  .flow-section .red-line.stuck {
    position: fixed;
    top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .red-line.at-bottom {
    position: fixed;
    width: 100vw;
    height: 237px;
    display: block;
    top: -100px;
  }
}
.flow-section .flow-sections {
  margin-top: 240px;
}
.flow-section .flow-sections ul.sticky-nav {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections ul.sticky-nav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav.stuck {
    position: fixed;
    top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav.at-bottom {
    position: absolute;
  }
}
.flow-section .flow-sections ul.sticky-nav li {
  position: relative;
  padding: 36px 0 12px 64px;
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections ul.sticky-nav li {
    padding-top: 12px;
    padding-left: 55px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
}
.flow-section .flow-sections ul.sticky-nav li:first-child {
  padding-top: 12px;
}
.flow-section .flow-sections ul.sticky-nav li:last-child {
  margin-bottom: 0;
}
.flow-section .flow-sections ul.sticky-nav li a {
  color: #142351;
  text-decoration: none;
}
.flow-section .flow-sections ul.sticky-nav li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  background: #142351;
  display: block;
  width: 0px;
  height: 2px;
  transition: 0.25s;
}
.flow-section .flow-sections ul.sticky-nav li a:hover:after {
  width: 100%;
}
.flow-section .flow-sections ul.sticky-nav li:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 21px;
    width: 0px;
    border-left: 4px solid #f0f0ef;
    height: 24px;
    transition: 0.25s;
  }
}
.flow-section .flow-sections ul.sticky-nav li:first-child:before {
  display: none;
}
.flow-section .flow-sections ul.sticky-nav li span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: auto 50% !important;
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 23px;
  border: 4px solid #f0f0ef;
  transition: 0.25s;
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections ul.sticky-nav li span {
    top: 24px;
  }
}
.flow-section .flow-sections ul.sticky-nav li span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.flow-section .flow-sections ul.sticky-nav li:first-child span {
  top: 0;
}
.flow-section .flow-sections ul.sticky-nav li.active:before {
  border-color: #ff472e;
}
.flow-section .flow-sections ul.sticky-nav li.active span {
  background-color: #ff472e;
  border-color: #ff472e;
}
.flow-section .flow-sections ul.sticky-nav li.active span svg path {
  stroke: #fff;
}
.flow-section .flow-sections .flow {
  padding-top: 72px;
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections .flow {
    padding-top: 48px;
    padding-bottom: 48px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections .flow .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow-section .flow-sections .flow:first-child {
    padding-top: 0;
  }
}
.flow-section .flow-sections .flow:last-child {
  padding-bottom: 228px;
}
.flow-section .flow-sections .flow .img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .flow-section .flow-sections .flow .img {
    margin-top: 24px;
  }
}

.current-openings {
  padding-left: 60px;
  padding-right: 60px;
}

.video {
  position: relative;
  padding: 72px 0;
  padding-bottom: 192px;
  margin-top: 0 !important;
}
@media screen and (min-width: 1200px) {
  .video {
    max-width: 1068px;
  }
}
@media screen and (min-width: 768px) {
  .video {
    padding-bottom: 228px;
  }
}
.video .row {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .video .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .video .row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
.video .row:nth-child(2) {
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}
.video .content {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 36px;
}
.video .content h1 + h1, .video .content h1 + h2, .video .content h1 + h3, .video .content h1 + h4, .video .content h1 + h5, .video .content h1 + h6, .video .content h1 + p, .video .content h1 + ul, .video .content h1 + ol, .video .content h2 + h1, .video .content h2 + h2, .video .content h2 + h3, .video .content h2 + h4, .video .content h2 + h5, .video .content h2 + h6, .video .content h2 + p, .video .content h2 + ul, .video .content h2 + ol, .video .content h3 + h1, .video .content h3 + h2, .video .content h3 + h3, .video .content h3 + h4, .video .content h3 + h5, .video .content h3 + h6, .video .content h3 + p, .video .content h3 + ul, .video .content h3 + ol, .video .content h4 + h1, .video .content h4 + h2, .video .content h4 + h3, .video .content h4 + h4, .video .content h4 + h5, .video .content h4 + h6, .video .content h4 + p, .video .content h4 + ul, .video .content h4 + ol, .video .content h5 + h1, .video .content h5 + h2, .video .content h5 + h3, .video .content h5 + h4, .video .content h5 + h5, .video .content h5 + h6, .video .content h5 + p, .video .content h5 + ul, .video .content h5 + ol, .video .content h6 + h1, .video .content h6 + h2, .video .content h6 + h3, .video .content h6 + h4, .video .content h6 + h5, .video .content h6 + h6, .video .content h6 + p, .video .content h6 + ul, .video .content h6 + ol, .video .content p + h1, .video .content p + h2, .video .content p + h3, .video .content p + h4, .video .content p + h5, .video .content p + h6, .video .content p + p, .video .content p + ul, .video .content p + ol, .video .content ul + h1, .video .content ul + h2, .video .content ul + h3, .video .content ul + h4, .video .content ul + h5, .video .content ul + h6, .video .content ul + p, .video .content ul + ul, .video .content ul + ol, .video .content ol + h1, .video .content ol + h2, .video .content ol + h3, .video .content ol + h4, .video .content ol + h5, .video .content ol + h6, .video .content ol + p, .video .content ol + ul, .video .content ol + ol {
  margin-top: 12px;
}
.video .video-holder {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #000000;
  padding: 56.25% 0 0 0;
}
.video #video-svg-one {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 72px;
  top: 0;
}
.video #video-svg-two {
  position: absolute;
  height: 136px;
  bottom: 93px;
}
@media screen and (max-width: 990px) {
  .video #video-svg-two {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .video #video-svg-two {
    left: -95.4%;
    width: 145.6%;
  }
}
@media screen and (min-width: 1200px) {
  .video #video-svg-two {
    left: -80.9%;
    width: 131.1%;
  }
}
.video #video-svg-two-mobile {
  position: absolute;
  left: -74.8%;
  width: 125.7%;
  height: 100px;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  .video #video-svg-two-mobile {
    left: -25.5%;
    bottom: 128px;
    width: 76%;
  }
}
@media screen and (min-width: 991px) {
  .video #video-svg-two-mobile {
    display: none;
  }
}

.single .video {
  padding-top: 0;
}
@media screen and (min-width: 991px) {
  .single .video {
    max-width: 93%;
  }
}
@media screen and (min-width: 1500px) {
  .single .video {
    max-width: 1430px;
  }
}
.single .video #video-svg-one {
  display: none;
}
.single .video .row {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .single .video .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 991px) {
  .single .video #video-svg-two {
    left: -92.3%;
  }
}
@media screen and (min-width: 1200px) {
  .single .video #video-svg-two {
    left: -67.6%;
  }
}
@media screen and (min-width: 1500px) {
  .single .video #video-svg-two {
    left: -64.4%;
  }
}
.single .video #video-svg-two-mobile {
  position: absolute;
  left: -81.3%;
  height: 100px;
  width: auto;
  bottom: 92px;
}
@media screen and (min-width: 768px) {
  .single .video #video-svg-two-mobile {
    left: -25.5%;
    bottom: 128px;
    width: 76%;
  }
}
@media screen and (min-width: 991px) {
  .single .video #video-svg-two-mobile {
    display: none;
  }
}

.tech-detail {
  position: relative;
  overflow-x: hidden;
}
.tech-detail .section-title {
  color: #142351;
}
@media screen and (min-width: 768px) {
  .tech-detail .section-title {
    margin-bottom: 72px;
  }
}
.tech-detail .detail-sections {
  /*ul.sticky-nav{

    &.stuck{
      @include at-least($tp){
        position: fixed;
        top: 100px;
      }
    }

    &.at-bottom{
      @include at-least($tp){
        position: absolute;
      }
    }
  } // end .sticky-nav*/
}
.tech-detail .detail-sections .detail {
  padding-top: 24px;
}
.tech-detail .detail-sections .detail:not(:first-child) {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .tech-detail .detail-sections .detail:last-child {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .tech-detail .detail-sections .detail {
    padding-top: 48px;
    padding-bottom: 48px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .tech-detail .detail-sections .detail .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tech-detail .detail-sections .detail .col-md-6.img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail .detail-sections .detail .col-md-6.img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .tech-detail .detail-sections .detail:first-child {
    padding-top: 0;
  }
}
.tech-detail .detail-sections .detail img {
  display: block;
  width: 100%;
  height: 335px;
  object-fit: cover;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .tech-detail .detail-sections .detail:nth-child(odd) .col-md-6.content {
    padding-left: 0;
    padding-right: 72px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail .detail-sections .detail:nth-child(even) .col-md-6.content {
    padding-left: 72px;
    padding-right: 0;
  }
}

.tech-detail-circle .section-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .section-title {
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .section-title {
    margin-bottom: 80px;
  }
}
.tech-detail-circle .places {
  position: relative;
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/circle-arrows.svg) no-repeat 60% 39% transparent;
  background-size: 242px auto;
  width: 375px;
  height: 304px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places {
    background-size: 323px auto;
    width: 500px;
    height: 405px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places {
    background-size: 573px 495px;
    width: 850px;
    height: 738px;
  }
}
.tech-detail-circle .places .circle-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 48.5%;
  left: 153px;
  max-width: 135px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .circle-title {
    left: 199px;
    max-width: 180px;
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .circle-title {
    top: 48.5%;
    left: 320px;
    max-width: 340px;
    font-size: 29px;
    line-height: 36px;
  }
}
.tech-detail-circle .places .place {
  position: absolute;
  text-align: center;
  width: 74px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place {
    width: 99px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place {
    width: 189px;
  }
}
.tech-detail-circle .places .place a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-indent: -9999px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .tech-detail-circle .places .place h4 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place h4 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
    padding: 0 20px;
  }
}
@media screen and (min-width: 991px) and (min-width: 768px) {
  .tech-detail-circle .places .place h4 {
    font-size: calc(18px + 6 * (100vw - 1025px) / 895);
  }
}
.tech-detail-circle .places .place .icon {
  position: relative;
  width: 74px;
  height: 74px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place .icon {
    width: 99px;
    height: 99px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place .icon {
    width: 189px;
    height: 189px;
  }
}
.tech-detail-circle .places .place .icon .icon-mask, .tech-detail-circle .places .place .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 74px;
  display: block;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place .icon .icon-mask, .tech-detail-circle .places .place .icon:before {
    width: 99px;
    height: 99px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place .icon .icon-mask, .tech-detail-circle .places .place .icon:before {
    width: 189px;
    height: 189px;
  }
}
.tech-detail-circle .places .place .icon .icon-mask {
  mask-size: 90% 90%;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-size: 90% 90%;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
}
.tech-detail-circle .places .place .icon:before {
  content: "";
  border-radius: 36px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place .icon:before {
    border-radius: 55px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place .icon:before {
    border-radius: 95px;
  }
}
.tech-detail-circle .places .place.one {
  top: 150px;
  left: 16px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.one {
    top: 198px;
    left: 16px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.one {
    top: 355px;
    left: 0;
  }
}
.tech-detail-circle .places .place.one .icon {
  margin-bottom: 15px;
}
.tech-detail-circle .places .place.one .icon .icon-mask {
  background: #07192e;
}
.tech-detail-circle .places .place.one .icon:before {
  background: #ddfb40;
}
.tech-detail-circle .places .place.two {
  bottom: 172px;
  left: 91px;
  color: #ff472e;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.two {
    bottom: 229px;
    left: 129px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.two {
    bottom: 411px;
    left: 194px;
  }
}
.tech-detail-circle .places .place.two .icon {
  margin-top: 15px;
}
.tech-detail-circle .places .place.two .icon .icon-mask {
  background: #fff;
}
.tech-detail-circle .places .place.two .icon:before {
  background: #ff472e;
}
.tech-detail-circle .places .place.three {
  bottom: 172px;
  left: 275px;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.three {
    bottom: 229px;
    left: 366px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.three {
    bottom: 411px;
    left: 634px;
  }
}
.tech-detail-circle .places .place.three .icon {
  margin-top: 15px;
}
.tech-detail-circle .places .place.three .icon .icon-mask {
  background: #fff;
}
.tech-detail-circle .places .place.three .icon:before {
  background: #07192e;
}
.tech-detail-circle .places .place.four {
  top: 200px;
  left: 186px;
  color: #c5b8ef;
}
@media screen and (min-width: 768px) {
  .tech-detail-circle .places .place.four {
    top: 262px;
    left: 244px;
  }
}
@media screen and (min-width: 991px) {
  .tech-detail-circle .places .place.four {
    top: 471px;
    left: 398px;
  }
}
.tech-detail-circle .places .place.four .icon {
  margin-bottom: 15px;
}
.tech-detail-circle .places .place.four .icon .icon-mask {
  background: #fff;
}
.tech-detail-circle .places .place.four .icon:before {
  background: #c5b8ef;
}

.media {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .media {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.media .posts-listing {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .media .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .media .header .btn {
    margin-bottom: 10px;
    max-width: 180px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .media .header .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .media .grid-list-view {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .media .grid-list-view {
    padding-left: 0;
    padding-right: 0;
  }
}
.media .grid-list-view ul {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
.media .grid-list-view ul li {
  display: inline-flex;
  padding: 11px 25px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  border-radius: 25px;
  width: fit-content;
  margin-right: 15px;
  cursor: pointer;
}
.media .grid-list-view ul li:last-child {
  margin-right: 0px;
}
.media .grid-list-view ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #142351;
  display: block;
  margin-right: 8px;
  transition: 0.25s;
}
.media .grid-list-view ul li.grid:before {
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/grid.svg);
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/grid.svg);
}
.media .grid-list-view ul li.list:before {
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/list.svg);
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/list.svg);
}
.media .grid-list-view ul li:hover {
  background-color: #142351;
  color: #fff;
}
.media .grid-list-view ul li:hover:before {
  background-color: #fff;
}
.media .grid-list-view ul li.active {
  background-color: #142351;
  color: #fff;
  cursor: default;
}
.media .grid-list-view ul li.active:before {
  background: #fff;
}
.media .posts .post .image {
  position: relative;
}
.media .posts .post .image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/absci/assets/imgs/icons/play-btn.svg) no-repeat 0 0 transparent;
  background-size: 100% auto;
}
.media .posts .post .image .thumbnail {
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-3.jpg) no-repeat 0 0 transparent;
}
.media .posts.list .post {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .content {
    width: 50%;
  }
}
.media .posts.list .post .content .content-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.media .posts.list .post .content .content-container .tag-listing {
  width: 100%;
}
.media .posts.list .post .content .content-container .tag-listing li {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .content .content-container .tag-listing li {
    margin-top: 0;
  }
  .media .posts.list .post .content .content-container .tag-listing li:not(last-child) {
    margin-right: 8px;
  }
}
.media .posts.list .post .content .content-container .title {
  max-width: 70%;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .image {
    width: 50%;
  }
}
.media .posts.list .post .image img {
  height: 177px;
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 991px) {
  .media .posts.list .post .image img {
    height: 278px;
  }
}
.media .posts.grid .post {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .media .posts.grid .post {
    border-top: 1px solid #07192e;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .media .posts.grid .post {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .media .posts.grid .post:nth-child(3n+3) {
    margin-right: 0px;
  }
}
.media .posts.grid .post .tag-listing {
  margin-bottom: 15px;
}

.sticky-nav-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 90px;
}
.sticky-nav-item:first-of-type {
  margin-top: 0px;
}
.sticky-nav-item p {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #07192e !important;
}
.sticky-nav-item + .block {
  padding-top: 10px !important;
}
.sticky-nav-item + .content-block {
  margin-top: 0 !important;
}

.single-post.block {
  background-color: rgba(197, 184, 239, 0.4);
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .single-post.block {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.single-post.block .thumbnail {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: url(/wp-content/themes/absci/assets/imgs/placeholder-1.jpg) no-repeat 0 0 transparent;
}
.single-post.block .tag-listing li {
  background: #c5b8ef;
  font-size: 12px;
  line-height: 12px;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  color: #07192e;
}
.single-post.block .tag-listing li:not(last-child) {
  margin-right: 8px;
}
.single-post.block h2, .single-post.block a {
  color: #142351;
}
.single-post.block a {
  color: #142351;
}
.single-post.block h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.single-post.block h4 {
  color: #777777;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.single-post.block .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .single-post.block .content {
    padding-top: 118px;
    padding-bottom: 118px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .single-post.block .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.single-post.block .image {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  .single-post.block .btn.blue {
    width: fit-content;
  }
}
.single-post.block .eyebrow {
  color: #07192e;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.single-post.block a.btn {
  color: #fff;
}

.quote-carousel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.quote-carousel .row {
  max-width: none;
}
.quote-carousel .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.quote-carousel .block-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .quote-carousel .block-title {
    margin-bottom: 100px;
  }
}
.quote-carousel .flickity-button {
  top: inherit;
  bottom: 69px;
  width: 16px;
  height: 32px;
  padding: 0;
}
.quote-carousel .flickity-button:after {
  content: "";
  width: 16px;
  height: 32px;
  mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  mask-size: 8px 16px;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/rounded-arrow.svg);
  -webkit-mask-size: 8px 16px;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background-color: #c5b8ef;
  display: block;
}
.quote-carousel .flickity-button.previous:after {
  transform: rotate(180deg);
}
.quote-carousel .flickity-button svg {
  display: none;
}
.quote-carousel .flickity-page-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 94px;
  width: inherit;
}
.quote-carousel .flickity-page-dots li {
  width: 10px;
  height: 10px;
}
.quote-carousel .flickity-page-dots li.is-selected {
  background: #ff472e;
}
.quote-carousel .carousel-cell {
  width: 100%;
  height: 590px;
  display: flex;
  justify-content: center;
  background-size: auto 100% !important;
}
@media screen and (max-width: 767px) {
  .quote-carousel .carousel-cell {
    padding-top: 90px;
  }
}
@media screen and (max-width: 990px) {
  .quote-carousel .carousel-cell {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .quote-carousel .carousel-cell {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media screen and (min-width: 768px) {
  .quote-carousel .carousel-cell {
    align-items: center;
  }
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell {
    height: 640px;
  }
}
.quote-carousel .carousel-cell:nth-child(even) {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-section-even.svg) no-repeat 50% 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:nth-child(even) {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/section-even.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell:nth-child(odd) {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-section-odd.svg) no-repeat 50% 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:nth-child(odd) {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/section-odd.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell:first-child {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-first-section.svg) no-repeat 32px 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:first-child {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/first-section.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell:last-child {
  background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/mobile-last-section.svg) no-repeat 50% 0 transparent;
}
@media screen and (min-width: 991px) {
  .quote-carousel .carousel-cell:last-child {
    background: url(/wp-content/themes/absci/assets/imgs/line-svgs/quote-carousel/last-section.svg) no-repeat 50% 0 transparent;
  }
}
.quote-carousel .carousel-cell .content {
  max-width: 1042px;
  text-align: center;
}
.quote-carousel .carousel-cell .content h3 {
  color: #ff472e;
}
@media screen and (max-width: 767px) {
  .quote-carousel .carousel-cell .content h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
.quote-carousel .carousel-cell .content h3:before {
  content: "â€œ";
}
.quote-carousel .carousel-cell .content h3:after {
  content: "â€";
}
.quote-carousel .carousel-cell .content h4 {
  margin-top: 33px;
}
.quote-carousel .carousel-cell .content p {
  margin-top: 0;
  max-width: 626px;
  margin-left: auto;
  margin-right: auto;
}

.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1440px;
}

.events {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 991px) {
  .events {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.events .posts-listing {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 991px) {
  .events .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .events .header .btn {
    margin-bottom: 10px;
    max-width: 180px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .events .header .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .events .posts {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .events form {
    display: flex;
    justify-content: space-between;
  }
}
.events form .picker {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .events form .picker {
    width: 90%;
  }
}
.events form label {
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.events form input {
  position: relative;
  border-radius: 20px;
  border: 1px solid #777777;
  padding: 10px 0px 10px 18px;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  color: #777777;
  background: none;
  outline: none;
  margin-bottom: 25px;
  font-family: "SharpMedium", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .events form input {
    padding-left: 24px;
    padding-right: 12px;
  }
}
.events form input:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/absci/assets/imgs/icons/calendar.svg) no-repeat 0% 0% transparent;
  background-size: 100% 100%;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .events form input.active {
    background-color: #142351;
    color: #fff;
  }
}
.events form input.error {
  border-color: #ff472e;
  color: #ff472e;
}
.events form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  background: url(/wp-content/themes/absci/assets/imgs/icons/calendar.svg) no-repeat 0% 0% transparent;
  background-size: 100% 100%;
  opacity: 0;
}
.events .date-header {
  font-size: 16px;
  line-height: 1.55;
  font-family: "SharpSemiBold", Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .events .date-header {
    font-size: calc(16px + 2 * (100vw - 1025px) / 895);
  }
}
.events .no-posts {
  margin-top: 115px;
  text-align: center;
  width: 100%;
}
.events .no-posts h3,
.events .no-posts p {
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

/* sourceMappingURL=style.css.map */

/*Blog Page Css*/
  table.post_table tbody tr:nth-child(even) {
      background-color: #f1f1f1;
  }
  .result_table_wrapper{
    overflow-x: auto;
  }
/*Blog Page Css*/
.fixed-hero-heading-width{
  max-width: 1188px !important;
  margin: auto;
}
/*Contact Page Css*/

.hompage-photo-gallery .uabb-photo-item-grid img.uabb-gallery-img{
    max-height: 100px!important;
    max-width: 100%;
    width: auto !important;
    object-fit: contain;
}
.hompage-photo-gallery .uabb-photo-item-grid{
    display: flex;
    align-items: center;
    min-height: 120px;
    justify-content: center;
}
body.fl-builder > div#wrapper {
  width: auto;
  /*max-width: 1900px;*/
  max-width: 100%;
  margin: 0 auto;
}
.gform_heading h2.gform_title{
      margin-bottom: 36px;
    text-align: center;
      font-size: 36px;
      line-height: 43px;
} 
.contact_form{
  background-color: #c5b8ef;
    border-radius: 6px;
    margin: 0px 15px;
}
.contact_form .gform_body.gform-body{
      max-width: 56%;
      margin: auto;
     padding:72px 0px;
  padding-bottom: 15px;
}
.gform_wrapper.gravity-theme .contact_form .form_sublabel_below.description_below{
      display: block;
}
.gform_wrapper.gravity-theme .contact_form .gfield  {
      display: inline-block;
      margin-right: 5px;
}
.gform_wrapper.gravity-theme .contact_form .text_field{
      width: 35.93%;
}
.gform_wrapper.gravity-theme .contact_form input,.gform_wrapper.gravity-theme .contact_form input:focus,
.gform_wrapper.gravity-theme .contact_form input:focus-visible,.gform_wrapper.gravity-theme .contact_form select{
      background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
  box-shadow:none;
  outline:none;
    margin-bottom: 15px;
  -webkit-appearance:none !important;
      border-radius: 0px;
}
.contact_form .ginput_container_select select option {
    color: #000000 !important;
}
.contact_form .ginput_container_select select {
    color: #FFFFFF !important;
}
.contact-form input{
      text-align: center;
}
.gform_wrapper.gravity-theme .contact_form 
input[type=submit]{
  text-align: center;
  background-color: #142351;
    border-color: #142351;
    color: #fff;
  border-radius: 25px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1;
  transition: 0.25s;
  
}
.gform_footer{
  margin: auto;
    justify-content: center;
      padding: 0 0 72px 0;
}
.gform_wrapper.gravity-theme .contact_form textarea{
  background: transparent;
  color: #fff;
}
.gform_wrapper.gravity-theme .contact_form input::placeholder,
.gform_wrapper.gravity-theme .contact_form textarea::placeholder{
  color: #fff;
}
.content_label_width{
  width:50%;
}
.gform_wrapper.gravity-theme .contact_form .gfield textarea{
  border: 3px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 15px;
  line-height: 1.3;
  overflow: auto;
  resize: vertical;
  height: 119px;
  min-height: auto;
}
.dot_label{
  line-height: 42px;
    vertical-align: bottom;
}
.contact_form .textarea_form_field{
      width: 100%;
}
.gfield_required{
  visibility:hidden;
}
.textarea_label{
      font-weight: 400;
  font-family:"SharpSemiBold", Arial, sans-serif;
      font-size: 16px;
  font-weight: normal;
  line-height:45px;
}
.gform_confirmation_wrapper{
      padding: 30px;
    text-align: center;
    max-width: 1400px;
    margin: 30px auto;
}
.gform_validation_error .dot_label {
      align-items: center;
    vertical-align: middle;
    position: relative;
    top: 15px;
}
.contact_form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
      padding: 0px;
     border: none;
    background: transparent;
    margin-top: 0px;
    padding-top: 0px !important;
}
.gform_validation_errors{
  display:none;
}
.contact_form .gfield_error{
  position: relative;
    margin-bottom: 40px !important;
}
.contact_form .gfield_validation_message{
  position: absolute;
}
.gform_confirmation_wrapper{
      margin: 35px auto 70px auto;
}
@media screen and (min-width: 1200px){
  .contact_form .gform_body.gform-body{
        max-width: 63%;
  }
}
@media screen and (max-width: 1200px){
  .contact_form .gform_body.gform-body{
        max-width: 85%;
  }
}
@media screen and (min-width: 991px) {
.gravity-theme {
       padding: 72px 0px;
    max-width: 1440px;
    margin: 0 auto;
}}
@media (min-width: 1366px) and (max-width: 1440px) {
  .gform_wrapper.gravity-theme .contact_form .text_field {
    width: 34%;
 }
 .career-line-row2 > .fl-row-content-wrap::after {
    right: 45px;
  }
}
@media (min-width: 1080px) and (max-width: 1366px) {
  .top_news .uabb-infobox-left-right-wrap {
    display: block !important;
  }
  .top_news .uabb-infobox-content {
    margin-top: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1366px) {
  .gform_wrapper.gravity-theme .contact_form .text_field{
    width: 33%;
  }
  .contact_form{
    width: 85%;
    margin: auto;
  }
  .removeheader img.bg_logo{
        width: 18.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact_form .gform_body.gform-body{
    max-width: 95%;
  }
  .gform_wrapper.gravity-theme .contact_form .text_field{
    width: 31%;
  }
  .gform_wrapper.gravity-theme .contact_form .select_field{
    width: 50%;
  }
  .contact_form{
    width: 95%;
    margin-bottom:30px;
  }
  .gform_heading h2.gform_title{
      margin-top: 70px;
  }
}
@media screen and (min-width: 768px){
  .contact_form .gform_body.gform-body{
    padding-top: 60px 
  }
  .contact_form .gform_footer{
    padding-bottom: 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .team-tabs .uabb-content-wrap .uabb-tab-acc-title .uabb-tab-title br {
   display: none;
 }
  .team-tabs .uabb-content-wrap .section { margin-bottom:20px;  }
  .contact_form .gform_body.gform-body{
    padding-top: 30px !important; 
  }
  .contact_form .gform_footer{
    padding-bottom: 15px !important;
  }
  .contact_form .gform_body.gform-body{
    max-width: 100%;
    margin: 15px;
    padding-bottom: 0px;
    padding-top:15px;
  }
  .contact_form{
    width: 92%;
    margin-bottom: 35px;
  }
  .gform_wrapper.gravity-theme .contact_form .text_field{
        width: 94%;
  }
  .gform_wrapper.gravity-theme .contact_form 
input[type=submit],.gform_wrapper.gravity-theme .contact_form .gfield textarea{
   font-size: 15px;
}
  .contact_form .gform_footer.top_label{
    margin: 0px 0 0;
    padding: 0 0;
  }
  .contact_form .gform_footer.top_label input[type=submit]{
        width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1 !important;
  } 
  .gform_heading h2.gform_title{
    margin-top: 35px;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
  .gform_wrapper.gravity-theme .contact_form .gfield.textarea_label,.contact_form  .reach_me_label{
    display:block;
    width:100%;
  }
.select_field,.gform_wrapper.gravity-theme .contact_form .email_field{
      width: 94%;
  }
}
/**Contact page Css**/

/**connect page**/
.removeheader .container-fluid.main-nav,.removeheader #footer,
.removeheader #video-svg-one,.removeheader #video-svg-two,.removeheader #video-svg-two-mobile{
  display: none;
}
.removeheader .jumbotron.no-bg:before {
  background: #FD472C;
}
.removeheader .jumbotron.no-bg .row{
  padding: 40px 0 59px 0;
  align-items: center;
  text-align: center;
}
.removeheader .jumbotron.no-bg .row .hero-heading{
  margin:61px 0 27px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 61px;
  color: #FFFFFF;
}
.removeheader .jumbotron.no-bg .row .bg_img{
  width: 100%;
}
.removeheader .bg_logo{
  max-width: 100%;
    width: 11.9%;
    margin: auto;
}
.removeheader .container{
  padding: 60px 0px;
}
.removeheader .container .row{
  margin-left: 0px;
}
.removeheader .container .row .col-12{
      display: contents;
}
.removeheader .container .row .col-12 div.video-holder,.removeheader .container .row .col-12 div.video-holder video,
.conference_video,.conference_video video{
  border-radius: 10px;
}
.removeheader .container .row .col-12 .content,.removeheader .container .row .col-12 .video-holder{
    display: table-column;
    width: 46%;
    text-align: left;
    padding-right: 80px;
    margin: auto;
    background: transparent;
    padding: 0px;
    border-radius: 10px;
}
.removeheader .container .row .col-12 .video-holder, .removeheader .container .row .col-12 .video-holder iframe{
      width: 52.2%;  
      height: 409px !important;
}
.removeheader .copyright_blog{
    padding: 0px;
}
.removeheader .copyright_blog .copyright_section{
  text-align: center;
  align-items: center;
  margin: 30px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #142351;
}
.connect-us-desc h4{
  color: #FD472C;
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
}
.connect-us-desc h4:nth-child(n+2) {
  margin-top: 40px !important;
}
.connect-us-desc {
  margin-right: 54px;
}
.connect-us-desc p{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #142351;
}
.connect_with_us_wrapper{
    background-color: #D1C6F1;
    border-radius: 10px;
    padding: 60px 0px;
}
.connect_with_us_wrapper .instruction {
  display: none;
}
 .connect_with_us_wrapper .connect_with_us{
      max-width: 47%;
       margin: auto;
 }
.connect_with_us_wrapper .gform_heading h2.gform_title{
  margin-bottom: 15px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  font-size: 36px;
}
.connect_with_us_wrapper .gform_heading .gform_description{
  font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #142351;
    margin: auto;
    width: 80%;
    margin-bottom: 30px;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input,
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container textarea{
  border: 2px solid #142351;
  border-radius: 6px;
  padding: 12px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  background: transparent;
  color: #142351;
}

.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input:focus-visible,
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container textarea:focus-visible{
  outline: none;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input::placeholder,
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container textarea::placeholder{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #142351 !important;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gform_footer input[type=submit]{
      background: #142351;
    border-radius: 200px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 12px 25px;
    margin-top: 8px;
    margin-bottom: 0px;
    border: none;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gform_footer{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield_description{
  margin-top: 10px;
}
.thanks_sec{
    max-width: 49%;
    margin: auto;
    text-align: center;
}
 .thanks_sec img{
   width: 38.6%;
    margin-bottom: 30px;
 }
.thanks_sec h3{
  font-size: 47.09px;
  line-height: 65px;
  color: #142351;
  margin-bottom: 15px;
  font-weight: 600;
}
.thanks_sec h6{
  color: #142351;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
   margin-bottom: 40px;
}
.thanks_sec p{
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #142351;
  margin-top: 0px;
}
.thanks_sec p a{
  color: #FD472C !important;
  text-decoration: underline !important;
}
.removeheader .gated_form_wrapper,.removeheader .wp-block-embed{
  margin-top: 60px;
}
.removeheader .wp-block-embed{
  display: flex;
  justify-content: center;
}
.gated_form_wrapper .gform_heading .gform_description{
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  width: 45%;
  justify-content: center;
}
.conference_btn{
    text-align: center;
    margin-top: 30px;
}
.fix_header_margin{
  padding-top: 118px;
}
/**connect page**/

/**Technology page**/
  body.fl-builder span, body.fl-builder p{
    letter-spacing: -0.8px;
  }
  body.error404 {
    overflow-x: hidden;
  }
  .error404 .scrolled .toggler .icon-bar{
        background: #142351;
  }
  .link_Sec a{
    color:#FF472E !important;
  }
  .testemonial_slider .content_slider a i.fa{
    font-size: 20px;
    width: 58px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .testemonial_slider .content_slider a i.fa::before{
    width: 17px;
  }
  .testemonial_slider .content_slider .bx-pager.bx-default-pager a{
      background: #000000;
      opacity: 1;
  }
  .testemonial_slider .content_slider .bx-pager.bx-default-pager a.active{
      background: #ff472e;
  }
  .testemonial_slider .content_slider .compact-wide .uabb-testimonial .uabb-testimonial-photo .uabb-imgicon-wrap{
      margin-right: 25px;
  }
  .testemonial_slider .content_slider .uabb-slider-prev{
      left: -80px;
      top: auto;
      bottom: -79px;
  }
  .testemonial_slider .content_slider .uabb-slider-next{
      right: -80px;
      top: auto;
      bottom: -79px;
  }
  .pseudo-contact-img-col{position: relative;}
   .pseudo-contact-img-col > .fl-row-content-wrap:after{
      content: "";
      position: absolute;
      background-image: url(/wp-content/uploads/2022/12/Group-1290-min.png);
      right: 0px;
      bottom: 0px;
      top: auto;
      width: 485px;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      margin: auto;
      background-position-y: 96%;
   }
   .technology_hero_img_sec .technology_hero_inner_sec .image_sec{
       margin-right: -32px;
   }
   .technology_sec > .fl-row-content-wrap{
      background-size:87px 100%;
   }
    .news_updates_sec{
       width: 33.33%;
    }
    .news_main_sec .alm-listing.alm-ajax{
        overflow: hidden;
    }
    .news_updates_sec{
    border-left:2px solid #000000;
       padding-bottom: 500em;
        margin-bottom: -500em;
    }
    .news_and_updates .news_updates_sec:last-child{
       border-right:2px solid #000000;
    }
   .news_updates_sec > .fl-node-content{
    padding: 59px 44px 49px;
   }
   .news_and_updates .alm-btn-wrap{
      display: none;
    }
    /*.news_and_updates .news_updates_sec:last-child > .fl-col-content{
        border-right:2px solid #000000;
    }*/
   .news_updates_sec .uabb-imgicon-wrap{
        margin-bottom: 23px;
        max-width: 375px;
   }
   .news_updates_sec .uabb-infobox-text-wrap a{
    color: #000000;
    text-decoration-line: underline;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
   }
    .news_updates_sec .uabb-infobox-title-wrap{
          margin-bottom: 23px;
    }
    .news_updates_sec .uabb-infobox-title-wrap h3{
        font-weight: 600;
        font-size: 34px;
        line-height: 51px;
        color: #000000;
        letter-spacing: -0.05em;
    }
    .news_updates_sec .uabb-infobox-text.uabb-text-editor a{
      text-decoration: underline;
    }
    body.fl-builder .hero-heading-leter-spacing span{
      letter-spacing: 2.4px;
    }
    /* .news_updates_sec .uabb-imgicon-wrap .uabb-image-content img.news-thumbnail{
      width: 375px !important;
      height: 180px !important;
    } */
/**Technology page**/
/* partner with us css */
.pipeline_list li {
  width: 50%;
  float: left;
  padding: 0px 35px 15px 0px;
}
.gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container input::placeholder,
.gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container textarea::placeholder{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000 !important;
  opacity: 0.7;
}
.partner_with_us_sec_wrapper{padding: 26px 0px 0px;}
.partner_with_us_sec .gform_footer{justify-content: flex-start; padding: 16px 0px 0px !important;}
.partner_with_us_sec .textarea{height: 160px !important;}
.partner_with_us_sec .gfield_validation_message,
.partner_with_us_sec .gfield_error{
  padding: 0px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  border: none !important;
}
.partnership-form-col .gform_validation_error .partner_with_us_sec .gf_inline_job_title {
    margin-bottom: 20px;
}
.gform_validation_error .partner_with_us_sec .has_first_name .name_first > input,
.gform_validation_error .partner_with_us_sec .has_first_name .name_last > input,
.gform_validation_error .partner_with_us_sec .ginput_container_email > input,
.gform_validation_error .partner_with_us_sec .ginput_container_text > input,
.gform_validation_error .partner_with_us_sec .ginput_container_textarea > textarea{margin-bottom: 0px !important; }
.gform_validation_error .partner_with_us_sec .gfield_error .gfield_validation_message{margin: 5px 0px 8px !important;}
.partner_with_us_sec .ginput_container_address span{
  flex: auto !important;
}
.uabb-gf-style .partner_with_us_sec .gfield select{-webkit-appearance: auto !important;}
.partner_with_us_sec .gfield--width-three-quarter{
	grid-column: span 9 !important;
}
.partner_with_us_sec .gfield.gfield--width-quarter {
  grid-column: span 3 !important;
}
.partner_with_us_sec.gform_confirmation_wrapper{
  margin: 0px auto 30px auto !important;
  padding: 0px !important;
}
.partner_with_us_sec .gform_fields{grid-row-gap:0px !important}
.partner_with_us_sec .gfield .name_first{ padding-right: 1.6% !important;}
.partner_with_us_sec .gfield .name_last{padding-left: 1.6% !important;}
.partner_with_us_sec .ginput_container_email{ padding-right: 1.4% !important;}
.partner_with_us_sec .ginput_container_phone{padding-left: 1.4% !important;}
/****/
.partnership-form-col .uabb-gf-style textarea{
  margin-bottom: 14px !important;
}
.connect_with_us .ginput_container_textarea textarea {
    margin-bottom: -6px;
}
.connect_with_us .gfield_validation_message {
    padding: 5px !important;
}
/****/
.about-working-col{position: relative;}
.about-working-col:before{
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.testimonial-row-section .uabb-blog-post-content{
  display: flex;
  width: 100% !important;
  align-items: center;
}
.testimonial-row-section .uabb-post-thumbnail .wp-post-image{
  width: auto;
  max-height: 240px !important;
  float: right;
}
/*.testimonial-row-section .uabb-blog-posts-shadow .uabb-read-more-text > a {
  padding: 15px 35px;
  background-color: #FF472E;
  border-radius: 100px;
} */
.testimonial-row-section .clearfix{
  height: auto !important;
  clear: both !important;
}
.testimonial-row-section .uabb-module-content .slick-prev{left: 0px;}
.testimonial-row-section .uabb-module-content .slick-next{right: 0px;}
.testimonial-row-section .uabb-post-heading{
  margin-bottom: 42px !important; 
}
.testimonial-row-section .testimonial-logo-img{
  width: 266px;
  height: 95px;
  margin: 0px 0px 37px;
}
.testimonial-row-section .uabb-module-content{position: relative;}
.testimonial-row-section .uabb-module-content .slick-arrow{
 top: auto;
 bottom: -85px;
}

.testimonial-row-section .uabb-module-content .slick-arrow i{padding: 19px;}
.testimonial-row-section .content_slider .uabb-image-content{border: 2px solid #000000;}
.testimonial-row-section .content_slider .slick-active .uabb-blog-posts-shadow{
  box-shadow: none;
}
.testimonial-row-section .content_slider .uabb-post-thumbnail img {border: 2px solid #000; height: auto;}
.testimonial-row-section .content_slider .testimonial-btn{
    padding: 15px 35px;
    background-color: #FF472E;
    border-radius: 100px;
    width: fit-content;
    line-height: 0;
    float: left;
}
/*.testimonial-row-section .content_slider .testimonial-link{
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }*/
.testimonial-row-section .content_slider .slick-dots{
  bottom: -35px; 
}
.testimonial-row-section .ul.slick-dots li{background-color: #000000;}
.testimonial-row-section .uabb-blog-posts ul.slick-dots li.slick-active button:before{color: #FF472E !important;}
.testimonial-row-section .uabb-blog-posts ul.slick-dots li button:before{
  opacity: 1 !important;
}
.testimonial-row-section .testemonial_slider .content_slider .slick-arrow i{font-size: 24px!important;}
.testimonial-row-section .uabb-post-thumbnail,
.testimonial-row-section .no-featured-image{width: 40%;}
.testimonial-row-section .slider-post-content{padding-left: 55px; width: 60%;}
.testimonial-row-section .testimonial-logo-img-mob{display: none;}
.testimonial-row-section .slider-testimonial-para{
  margin-bottom:31px !important;
}
.testimonial-row-section .uabb-imgicon-wrap{
  margin-right: 55px !important;
}
.about-image:before{ background-image: url("/wp-content/themes/absci/assets/imgs/homepage_hero.svg");  left: 135px; width: 87px;}
.about-breakthrough-section:before{background-image: url("/wp-content/themes/absci/assets/imgs/homepage2.svg"); left:110px;width: 112px;}
.content_slider span.colored-text{color: #ff472e;}
.technology-image:before{
   background-image: url("/wp-content/themes/absci/assets/imgs/technology-2.svg");left: 0px;width: 168px;
}
.technology-hero-img:before{background-image: url("/wp-content/themes/absci/assets/imgs/technology_hero.svg"); left:165px;width: 87px;}
.partnership-hero-img:before{background-image: url("/wp-content/themes/absci/assets/imgs/partnership_hero.svg"); left:165px;width: 87px;}
 .row-bg > .fl-row-content-wrap{
    position: relative;
}
.common-testimonial .testemonial_slider .content_slider .uabb-slider-prev {
  left: 0px; 
 bottom: -115px;
}
.testimonial-row-section .testemonial_slider .content_slider .uabb-slider-prev{bottom: -90px; left: 0px;}
.testimonial-row-section .testemonial_slider .content_slider .uabb-slider-next{bottom: -90px; right: 0px;}
.common-testimonial .testemonial_slider .content_slider .uabb-slider-next {
  right: 0px; 
 bottom: -115px;
}
.common-testimonial .bx-wrapper .bx-controls-auto, .common-testimonial .bx-wrapper .bx-pager {bottom: -65px;}
.row-bg > .fl-row-content-wrap::after{
    content: '';
    display: block;
    height: 100%;
    width: 50%;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    position: absolute;
    left: 71px;
    bottom: 0px;
}
.video-sec {
   position: relative;
   display: grid;
   place-items: center;
   margin: 0 auto;
   background: #ccc;
}
.video-sec video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width:100%;
  height:100%;
  top: 0;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
.about-video-col .fl-html video{
  object-position: 75%;
}
.not_clickable{
    cursor: default;
    pointer-events: none;
}
body .linking-links a{  
    color: #007bff !important;
}
body .linking-links a:hover{  
    color: #0056b3 !important;
}
.footer .footer-content li.carrier-menu.mobile-menu {
    padding-top: 20px;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li.about_class a .icon {
    width: 27px;
    left: 3px;
}
.footer li.heading-links {
    margin-top: 25px;
}
/** Caeer Redesign**/
.career-headings h2 span{
  letter-spacing: -0.16px;
}
.career-hero-btn .fl-button-wrap a span {
    letter-spacing: -0.32px;
}
.black-btn .fl-button-wrap .fl-button span{
    letter-spacing: -0.128px;
}
.career-hero-bg .fl-col-content.fl-node-content {
    max-width: 720px;
}
.career-hero-bg {
    margin-right: -21%;
}
span.heading-red {
  color: #FF472E !important;
}
.life_at_absci {
  position: relative;
}
.life_at_absci:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/03/Life-at-Absci-group109.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  width: 213px;
  height: 357px;
  right: 0%;
  bottom: 25px;
}
.life_absci_col .uabb-table .uabb-table-features td span {
    letter-spacing: -0.16px;
}
.life_absci_col .uabb-table-inner-wrap .uabb-table-features .table-body-td {
    padding: 20px 30px 40px 25px;
}
.life-outside-col .uabb-module-content li.uabb-info-list-item {
    padding-right: 217px;
}
.career-line-row2 > .fl-row-content-wrap {position: relative;}
.career-line-row2 > .fl-row-content-wrap::after {
    content: '';
    display: block;
    height: 100%;
    width: 50%;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    position: absolute;
    right: 74px;
    bottom: 0px;
}
.life_at_absci .fl-row-content-wrap {position: relative; }
.life_at_absci .fl-row-content-wrap:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 2px solid #000000;
  position: absolute;
  bottom: 0px;
}
.internship-section{ position: relative;}
.internship-section:before {
  background-image: url(/wp-content/uploads/2023/01/Group-1288.png);
  width: 486px;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 28px;
  height: 86px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 1;
}
.internship-section .fl-row-content-wrap{ position: relative;}
.internship-section .fl-row-content-wrap:after{
  background-image: url(/wp-content/uploads/2023/01/Group-1290.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  position: absolute;
  width: 385px;
  height: 135px;
  top: 11px;
  right: 210px;
  margin-right: 20px;
}
/*Job individual page Start*/
.job-title-col .job-heading h2 {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.16px;
  color: #000000;
  margin-bottom: 24px;
}
span.location-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.16px;
  color: #000000;
}
.description-info h2 span, .description-info h3 span {
  color: #000000;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.description-info h2, .description-info h3{
  margin-bottom: 20px;
}
.description-info h3 {margin-top: 40px; }
.description-info p, .description-info ul li {letter-spacing: -0.16px;}
.description-info p {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.16px;
  margin: 0px 0px 15px 0px;
}
.description-info ul li{
    font-size: 24px;
    line-height: 34px;
    color: #000000;
}
.description-info ul li span{
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.16px;
}
.job-content-col .apply-btn-wrap
{
  margin-top: 50px;
}
.job-content-col .apply-btn-wrap a.apply-btn {
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.32px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 45px;
  color: #FFFFFF;
  background: #000000;
  padding: 15px 35px 15px 35px;
}
.job-content-col .apply-btn-wrap a.apply-btn:hover {
    background-color: #07192e;
    border: 1px solid #000d22;
    border-radius: 45px;
}
/* End Job individual page*/
/*Job Opening*/
.job-opening-form-row {
    display: inline-flex;
}
.greenhouse-form-col {
    margin-right: 30px;
}
span.sort-title {
    display: none;
}
div.greenhouse-form-col select {
    border: 1px solid #000000;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #000000;
    padding: 16px 40px 15px 17px !important;
    -webkit-appearance: none;
}
.dept-heading h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.16px;
    color: #FF472E;
    margin-bottom: 45px;
}
.dept-heading h4.position-name a {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.16px;
    color: #000000;
}
.dept-heading .location-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.16px;
    color: #000000;
}
.job-desc-col.left-col {
    margin-bottom: 11px;
}
.dept-job-position.show-position {
    border: 2px solid #000000;
    padding: 45px;
    margin-bottom: -2px;
}
.greenhouse-output-team-row {
    margin-top: 105px;
}
.greenhouse-form-col {
    position: relative;
    display: flex;
    align-items: center;
}   
.greenhouse-form-col:after {
    content: "";
    display: block;
    -webkit-mask-image: url(/wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg);
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 23px;
    background: #000000;
    pointer-events: none;
}
.life_at_absci .fl-node-b9tni8jfa3cp .uabb-table {
    overflow-x: unset;
}
.career-hero-bg > .fl-col-content{
  position:relative;
  z-index:99;
}
.career-hero-line1 > .fl-col-content.fl-node-content{
      background-size: 92px 100%;
      position: relative;
}
.career-hero-line1 > .fl-col-content.fl-node-content:before {
   content: '';
    display: block;
    height: 82%;
    width: 100%;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    position: absolute;
    left: 152px;
    bottom: 60px;
    top: 69px;
}
.career-hero-line1 > .fl-col-content.fl-node-content:after {
   content: '';
    display: block;
    height: 82%;
    width: 60px;
    border-top: 2px solid #000000;
    position: absolute;
    left: 92px;
    top: 68px; 
}
/**career redesign end**/
/**°µÍøTV Redesign **/
.about-hero-bg { z-index: 1; }
.about-line-row2 .fl-row-content-wrap:after {
    content: " ";
    background-image: url(/wp-content/uploads/2023/04/about-Group-101.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    display: block;
    height: 229px;
    width: 240px;
    right: 0px;
    top: -46px;
    z-index: 0;
}
.about-counter-line > .fl-col-content.fl-node-content { position: relative; }
.about-counter-line > .fl-col-content.fl-node-content:after {
    content: '';
    display: block;
    height: 101px;
    width: 4%;
    border-right: 2px solid #000000;
    position: absolute;
    right: -2px;
    bottom: -101px;
    z-index: 0;
}
.leading-col2 .fl-col-content.fl-node-content { position:relative; }
.leading-col2 .fl-col-content.fl-node-content:before {
    background-image: url(/wp-content/uploads/2023/04/Group-125.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 1095px;
    height: 738px;
    right: 0px;
    bottom: -50px;
    content: " ";
}
.about-row3 .fl-row-content-wrap{ z-index: 1; }
.about-breakthrough-col > .fl-col-content { position:relative; }
.about-breakthrough-col > .fl-col-content:before {
    content: " ";
    background-image: url(/wp-content/uploads/2023/04/about_us_Group-103.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
    height: 100%;
    right: -64px;
    width: 64px;
    z-index: 1;
}
.about-question-col  { position: relative;}
.about-question-col:after {
  background-image: url(/wp-content/uploads/2023/04/Group-7.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 716px;
  height: 716px;
  left: -228px;
  bottom: -163px;
}
.about-view-career > .fl-col-content.fl-node-content {position: relative;}
.about-view-career > .fl-col-content.fl-node-content:after {
    background-image: url(/wp-content/uploads/2023/04/Group-13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 87px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    content: " ";
}
.about-row5 > .fl-row-content-wrap {
  background-size: 180px;
}
.absci-location-col > .fl-col-content.fl-node-content {position: relative;}
.absci-location-col > .fl-col-content.fl-node-content::before {
    content: '';
    display: block;
    height: 100%;
    width: 193%;
    border-bottom: 2px solid #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.about-last-section .fl-row-content-wrap:after{
  content: unset;
}
.about-counter .uabb-number .uabb-number-text {
  width: calc(100% - 140px) !important;
}
.about-counter .fl-module-content .uabb-imgicon-wrap {
  padding-right: 35px;
}
.about-row4 { z-index: 1; position: relative;}
/**°µÍøTV redesign end**/
/**Start Team **/
.team-info {
    max-width: 380px;
}
.team-info .fl-module-content .uabb-infobox h3.uabb-infobox-title {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -0.16px;
    color: #000000;
}
.team-info .fl-module-content .uabb-infobox .uabb-infobox-text p{
    color: #000000;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.16px;
}
.team-info-row .fl-col-content .fl-module h2.fl-heading {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.16px;
    color: #000000;
}
.team-info .uabb-infobox .uabb-image .uabb-photo-img {
    width: 100%;
}
.team-hero-bg {
  margin-right: -16.5%;
  z-index: 1;
}
.team-hero-line1 > .fl-col-content.fl-node-content{ 
  background-size: 91px 100%;
}
.team-hero-line1 > .fl-col-content.fl-node-content { position: relative; }
.team-hero-line1 > .fl-col-content.fl-node-content:before {
    content: '';
    display: block;
    height: 77%;
    width: 100%;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    position: absolute;
    left: 152px;
    top: 48px;
}
.team-hero-line1 > .fl-col-content.fl-node-content:after {
    content: '';
    display: block;
    height: 85%;
    width: 63px;
    border-top: 2px solid #000000;
    position: absolute;
    left: 91px;
    top: 47px;
}

.team-info .uabb-infobox .uabb-infobox-title-wrap h3 {
    padding: 20px 17px 0px 29px;
}
.team-info .uabb-infobox .uabb-infobox-text-wrap .uabb-text-editor {
    padding: 0px 49px 0px 29px;
}
.leadership-team > .fl-col-content.fl-node-content { position: relative; }
.leadership-team > .fl-col-content.fl-node-content:before {
    content: '';
    display: block;
    height: 188px;
    width: 61px;
    border-right: 2px solid #000000;
    position: absolute;
    right: 0px;
    top: -188px;
}
.team-tabs .uabb-tabs .uabb-tabs-nav ul li:first-child a {
  padding-left: 0px;
}
.member_desc_line > .fl-module-content.fl-node-content { position: relative; }
.member_desc_line > .fl-module-content.fl-node-content:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #000000;
    position: absolute;
    right: 0px;
    top: 34px;
}
.member_col > .fl-col-content.fl-node-content { position: relative; }
.member_col > .fl-col-content.fl-node-content:before {
    content: " ";
    background-image: url(/wp-content/uploads/2023/04/Rectangle_new-.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 52px 262px;
    position: absolute;
    width: 52px;
    height: 100%;
    left: 0px;
    bottom: 0px;
}
.member_row > .fl-row-content-wrap { position: relative; }
.member_row > .fl-row-content-wrap:after {
    content: " ";
    background-image: url(/wp-content/uploads/2023/04/Group-112.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 174px;
    height: 193px;
    right: 0px;
    bottom: 0px;
}
.team-modal-overlay .uabb-content span.uabb-modal-close .fa-times {
    border-bottom: 2px solid #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 23px;
    right: 58px;
    padding: 28px;
}
.team-modal-overlay .uabb-content span.uabb-modal-close .fa-times:before {
    content: " ";
    background-image: url(/wp-content/uploads/2023/04/Group-86-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 22px;
    height: 22px;
}
.team-modal-overlay .uabb-content span.uabb-modal-close {
    bottom: 100%;
    right: 0px;
    top: 0px;
}
.team-info:hover .uabb-infobox-title{
  color:#FF472E;
  transition: all ease-in-out 0.5s;
}
.team-info{ transition: all ease-in-out 0.5s;}
.team-info .uabb-infobox-title-wrap::before {
  transition: all ease-in-out 0.5s;
  opacity: 0;
}
.team-info:hover .uabb-infobox-title-wrap::before{
    content: '';
    background-image: url(/wp-content/uploads/2023/04/Group-84.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 105px;
    width: 19px;
    margin-top: 27px;
    transition: all ease-in-out 0.5s;
    transition-duration: 5s;
    transition-delay: 2s;
    opacity: 1;
}
.team-info:hover .uabb-infobox .uabb-infobox-title-wrap h3, .team-info:hover .uabb-infobox .uabb-infobox-text-wrap .uabb-text-editor {
  margin-left: 5px;
  transition: all ease-in-out 0.5s;
}
.absci-pack .team-info:hover .uabb-infobox-title-wrap::before {
  height: 93px;
}
.member_row{border: 2px solid #000000;}
.team-info .uabb-infobox .uabb-imgicon-wrap {border-bottom: 2px solid #000000;}
.team-bottom-section:before {
    height: 54px;
    width: 308px;
}
.member_desc_col > .fl-col-content .fl-module-content {
    margin-top: 24px;
}
.member_desc_col > .fl-col-content .fl-module-content .uabb-infobox {
  padding-bottom: 22px;
  padding-left: 102px;
}
.member_img_col > .fl-col-content .fl-module:nth-child(2) .uabb-infobox-title {
    margin-bottom: 14px;
}
.member_desc_col > .fl-col-content .fl-module:nth-child(2) .fl-module-content {
    padding-top: 42px;
}
.team-info-row > .fl-col-content .fl-heading-text br {
    display: none;
}
/**End Team **/
/**404 Start**/
.error_row  > .fl-row-content-wrap { background-size: 512px;  }
.error_col { position: relative; }
.error_col::after {
   content: '';
    display: block;
    height: 100%;
    width: 41%;
    border-top: 2px solid #000000;
    position: absolute;
    left: -40.9%;
    bottom: 0px;
}
/**404 End**/
/**Exit pop up **/
.exit_row  > .fl-row-content-wrap { background-size: 390px !important;  }
.exit_row .fl-row-content-wrap {position: relative;}
.exit_row .fl-row-content-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 51px;
    border-top: 2px solid #000000;
    position: absolute;
    left: -51px;
    bottom: 0px;
}
.exit-pop-up-overlay .uabb-content span.uabb-modal-close .ua-icon-cross {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 23px;
    right: 58px;
    padding: 28px;
}
.exit-pop-up-overlay .uabb-content span.uabb-modal-close .ua-icon-cross:before {
    content: " ";
    background-image: url(/wp-content/uploads/2023/04/Group-86-1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 22px;
    height: 22px;
}
.exit-pop-up-overlay .uabb-content span.uabb-modal-close {
    bottom: 100%;
    right: 0px;
    top: 0px;
}
.exit_col { position: relative; }
.exit_col > .fl-col-content::before {
    content: '';
    display: block;
    height: 100%;
    width: 51px;
    border-top: 2px solid #000000;
    position: absolute;
    left: -51px;
    bottom: 0px;
}
/**End pop up**/
/**News Start**/
.news-heading .fl-heading span, .resource-featured-post .uabb-infobox-text p {letter-spacing: -0.16px; }
.news-heading .fl-button span  {letter-spacing: -0.13px; }
.news-email-row .fl-row-content-wrap {position: relative;}
.news-email-row .fl-row-content-wrap::before {
    content: " ";
    background-image: url(/wp-content/uploads/2023/05/news-email-bg@2x.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 245px;
    height: 147px;
    left: 0px;
    bottom: -6px;
}
.news-filter .alm-filters-container .alm-filter ul {
    display: flex;
    flex-direction: row;
}
.news-filter .alm-filter--link {
    font-weight: 600;
    font-size: 30px !important;
    line-height: 42px !important;
    letter-spacing: -0.16px !important;
    color: #000000 !important;
}
.news-filter .alm-filters-container {margin-bottom: 0px;}
.news-filter .alm-filters-container .alm-filter--inner {padding-bottom: 0px;}
.news-filter .alm-filters-container .alm-filter li div.alm-filter--link { 
  margin: 35px 80px 0px 0px; 
  padding: 0px;
}
.news-filter .alm-filters-container .alm-filter li div.alm-filter--link:before { content: unset; }
.news-filter .alm-filters-container .alm-filter li div.alm-filter--link.active{
  color: #FF472E !important;
}
.news-filter .alm-filters-container.filtering{opacity: 1;}
.resource-featured-post h5.uabb-infobox-title-prefix, .post-col1 h5.uabb-infobox-title-prefix{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    max-width: fit-content;
    padding: 2px 3px !important;
    margin-bottom: 21px;
}
.resource-featured-post h5.uabb-infobox-title-prefix {color: #ffffff;}
.resource-featured-post h3.uabb-infobox-title, .single-post-col h3.uabb-infobox-title {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 38px;
    line-height: 49px;
    letter-spacing: -0.16px;
    margin-bottom: 20px !important;
}
.resource-featured-post .uabb-infobox-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.16px;
  color: #FFFFFF;
}
.resource-featured-post .uabb-image {
    margin-bottom: 35px;
}
.resource-featured-post .uabb-image .uabb-photo-img, .post-col1 .uabb-image .uabb-photo-img{
    max-width: 402px;
    max-height: 220px;
}
.resource-featured-post .fl-module-content {
    padding-top: 78px;
    padding-right: 53px;
    padding-bottom: 55px;
    padding-left: 47px;
}
.resource-featured-post > .fl-module-content.fl-node-content {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: contain;
}
.resource-featured-post > .fl-module-content.fl-node-content:after {
    background-color: rgba(0,0,0,0.65);
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.resource-featured-post .uabb-infobox-content {
    z-index: 1;
    position: relative;
}
.single-post-col .alm-btn-wrap {visibility: hidden !important;}
.resources-row .alm-listing.alm-ajax {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.resources-row .alm-btn-wrap { margin-top: 20px;}
.resources-row button.alm-load-more-btn.more {
    padding: 9px 35px;
    height: 56px;
}
.resources-row .alm-btn-wrap button:focus {
    outline: transparent;
}
.resources-row button.alm-load-more-btn.loading {
    padding-left: 50px !important;
}
.resources-row .alm-btn-wrap .alm-load-more-btn.loading:before{
  width: 25px;
  height: 25px;
  left: 7px;
  top: 9px;
}
.resources-row .alm-filters-container .alm-filter li div.alm-filter--link.field-checkbox:after {content: none;}
.col-8.post-col1, .col-4.post-col1 {
    padding: 40px;
}
.resources-row .alm-listing.alm-ajax:first-child .col-4.post-col1:nth-child(2){
  border-top: 2px solid #000000;
}
.resources-row .col-4.post-col1:nth-child(3){
  border-left: 2px solid #000000;
}
.resources-row .alm-listing.alm-ajax:first-child .col-8.post-col1:first-child {
    border-top: 2px solid #000000;
}
.resources-row .alm-listing.alm-ajax:first-child .col-4:first-child {
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}
.resources-row .col-4.post-col1{
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.resources-row .col-8.post-col1 {
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
.resources-row .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:after{
  opacity: 0;
}
.post-col1 h5.uabb-infobox-title-prefix {
  margin-top: 34px;
  margin-bottom: 16px;
  padding-bottom: 0px !important;
  color: #000000;
}
.post-col1  h3.uabb-infobox-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 46px;
  letter-spacing: -0.16px;
  color: #000000;
}
.post-col1  .uabb-infobox-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.16px;
  color: #000000;
}
.post-col1 .uabb-infobox-text p { padding-bottom: 0px;}
.press-kit-row p + p { margin-top:15px }
.post-col1 .uabb-infobox .uabb-infobox-title-wrap {
    margin-top: 35px;
}
/*Gform*/
.news_email_form .gravity-theme {padding: 0;}
.news_email_form input[type=email] {
    border: 2px solid #000000;
    background: #ffffff;
    padding: 9px 27px 9px !important;
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.16px;
    font-size: 24px !important;
    line-height: 34px;
}
.news_email_form .gform_wrapper .gfield_error [aria-invalid=true] {
  border: 2px solid #c02b0a;
}
.news_email_form input::placeholder {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.16px;
  color: #000000;
}
.primary-btn, .news_email_form .gform-button, .resources-row button.alm-load-more-btn.more, .content-holder .alm-load-more-btn.more {
    padding: 15px 34px;
    background: #FF472E;
    color: #ffff;
    border: none;
    border-radius: 45px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.13px;
    font-weight: 600;
}
.primary-btn:hover, .news_email_form .gform-button:hover, .resources-row button.alm-load-more-btn.more:hover, .content-holder .alm-load-more-btn.more:hover {
  background: #C02D19;
}
.primary-btn:focus{
  outline: none;
}
.news_email_form div#field_submit {
  display: block !important;
  margin-left: 0px;
} 
.news_email_form .ginput_container.ginput_container_email, .news_email_form .validation_message {
    max-width: 406px;
}
.news_email_form .validation_message {margin-top: 10px;}
.news_email_form .gform_confirmation_wrapper {
    background: #FF472E;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin: 0px 165px 30px auto !important;
    padding: 20px !important;
}
/**End News**/
/**Events Start**/
.events-post .uabb-infobox-text-wrap {
    margin-top: 15px;
}
.single-post-event .resource-featured-post > .fl-module-content.fl-node-content:after{content: none;}
.single-post-event .resource-featured-post h5.uabb-infobox-title-prefix { 
  background: transparent; 
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.16px;
  margin-bottom: 19px;
}
.single-post-event .resource-featured-post .fl-module-content {
    padding-top: 126px;
    padding-right: 53px;
    padding-bottom: 26px;
    padding-left: 47px;
    display: none;
}
.event-filter li.alm-filter--checkbox.field-0 {display: contents;}
.highlight-input{
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 25px;
    border: 1px solid #cc3925;
    box-shadow: inset 0px 0px 2px 0px rgba(255, 71, 46, 1), 0px 0px 5px 0px rgba(204, 57, 37, 1);
}
.resource-featured-post .fl-module-content {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*no result message*/
.no-results {
    padding: 15px 22px 9px;
}
.no-results p {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
button.no-result-btn {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 24px;
}
.event-filter .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:after,
.resources-row .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:after{
  opacity: 0;
}
.resources-row .col-4.post-col1:nth-child(3) {
    border-left: 2px solid #000000;
}
/*no result message*/
.no-results {
    padding: 15px 0px 9px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.16px;
    color: #000;
}
.resources-row button.alm-load-more-btn.more.done {
    visibility: hidden;
}
.past-title, .event-title span.uabb-btn-one-text {
    color: #ff472e !important;
}
/**End Events**/
/**Single Post pages**/
.content-holder h1.header2 {
    font-size: 48px;
    line-height: 60px;
    color: #ff472e;
}
.content-holder hr {
    border-top: 2px solid #000000;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 0px;
}
.related-news .col-md-8 h3 {
  color: #000000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}
.row.content.related-news { margin-bottom: 45px !important;}
.row.content.related-resource { margin-bottom: 60px !important;}
.single #wrapper .related-news p strong {
    font-size: 18px;
    line-height: 24px;
}
.related-news p + p {margin-top: 15px;}
.related-news .col-md-8 figure.wp-block-image.size-full {
    margin-top: -9px;
    margin-bottom: 20px;
}
.content-holder p{ color:#000000; }
.content-holder h3 {color: #ff472e;}
.content-holder .col-4.col-md-3 {padding-top: 250px;}
.content-holder .col-4 h3 {margin-bottom: 20px;}
.content-holder .alm-listing .alm-listing.alm-ajax {display: grid;}
.related-news-post .fl-list-item-heading-text {color: #000000;}
.related-news-post .fl-list-item {padding: 27px 15px 26px;}
.alm-listing.alm-ajax:first-child .related-news-post:first-child .fl-module {
    border-top: 2px solid #000000;
}
.related-news-post .fl-module {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #000000;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
}
.alm-listing.alm-ajax:first-child .related-news-post .fl-module {}
.related-news-post:last-child .fl-module{ border-bottom: 2px solid #000000; }
.related-news-post h4 {
    font-size: 24px;
    line-height: 28px;
}
.content-holder .alm-load-more-btn.more{ 
  padding: 10px 30px;
  margin-top: 25px;
  min-height: 46px;
}
.container-fluid .resource-row {
  margin-bottom: 0px !important;
  margin-top: 40px;
}
.related-resource .alm-listing.alm-ajax{display: flex;}
.resource-box .uabb-infobox {
  border: 2px solid #000000;
  padding: 25px;
}
.resource-row .col-md-8 h3 {
    font-size: 48px;
    line-height: 60px;
}
.resource-col:last-child {border-right: 2px solid;}
.resource-col {
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  padding: 25px 30px;
  height: auto !important;
}
.resource-col .fl-col-content {padding: 15px 0px 25px;}
.resource-col h3.uabb-infobox-title {
    color: #000000;
    font-size: 36px;
    line-height: 43px;
}
.resource-col .button-wrap a {
    color: #000000;
    text-decoration: revert;
}
.resource-col .button-wrap {margin-top: 15px;}
.related-resource .alm-btn-wrap {display: none;}
.related-news .col-md-4 h3 { 
  margin-bottom: 25px; 
}
.related-news .col-md-4 { padding-left: 49px; padding-top: 210px; }
.related-news .alm-btn-wrap { text-align: left;}
.custom-post h3 {margin-top: 15px;}
.news-single-col {width: 100%;}
.single-post-col > .fl-col-content.fl-node-content {
    max-width: 514px;
    min-height: auto;
}
.single-post .col-md-8 p {
    margin-bottom: 20px;
}
div#popup_image {
    pointer-events: none;
}
.related-news h3.post-signup {
    margin-top: 73px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
}
/**End single page**/
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a{
  color: #000000 !important;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
    background: #000000 !important;
}
body .fl-builder-module-template{
  padding: 0px;
}
/*Landing Pages*/
.container-fluid h1 {
    color: #000000;
}
.landing-page-content {
  padding-top: 50px;
  padding-bottom: 52px;
}
.landing-page-content a {
    word-wrap: break-word;
}
.landing-page-content p{
  color: #000000;
}
.landing-page-content h3 + p{
  margin-top: 26px;
}
.landing-page-content h3{
  margin-top: 32px;
  color: #000000;
}
.landing-page-content ul + p{ 
  margin-top: 24px;
}
.landing-page-content ul{
  padding-left: 30px;
}
.landing-page-content ul li{
    margin-bottom: 10px;
    color: #000000;
}
.footer li.heading-links {
    margin-top: 25px;
}
/*°µÍøTV: Our Value*/
/*New*/
.about-us-main-row .fl-col-group-custom-width > .fl-col-small {
    width: 33.33% !important;
}
.impossible-col,#one-team,#result-col,
#about-innovate,#about-embrace,#about-right-things{
  max-width:447px !important
}
.about-us-main-row .uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-top-left, 
.about-us-main-row  .uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-top-right, 
.about-us-main-row .uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-left, 
.about-us-main-row .uabb-ib-zoom-in:hover .uabb-ultb3-img.uabb-ultb3-img-bottom-right {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}
.about-us-row .fl-row-content-wrap > .fl-row-content {
    margin: 0px !important;
}
.about-us-main-row img {
     max-width: 100% !important;
    transition: all 500ms linear;
    height: 100%;
    width: 100% !important;
}
.impossible .uabb-ultb3-info {
    padding: 25px 30px 17px 165px;
}
.about-us-main-row .uabb-module-content.uabb-ultb3-box.uabb-ib-zoom-in {
    background-color: #ffffff;
    cursor: pointer;
    height:304px;
}
#one-team .uabb-ultb3-info {
    padding: 15px 15px 42px 67px;
}
#result-col .uabb-ultb3-info {
    padding: 15px 68px 32px 15px;
}
#about-innovate .uabb-ultb3-info {
    padding: 15px 15px 15px 113px;
}
#about-embrace .uabb-ultb3-info {
    padding: 15px 30px 15px 28px;
}
#about-right-things .uabb-ultb3-info {
    padding: 15px 15px 15px 173px;
}
.result-col2 img{position: relative;z-index: 1}
/* New End */
.exit-popup-icon .uabb-content span.uabb-modal-close .fa-times {
    border-bottom: 0px solid #000000;
      right: 76px !important;
    padding: 40px !important;
}
.exit-popup-icon  .uabb-content span.uabb-modal-close .fa-times:before {
    content: " ";
    background-image: url(/wp-content/uploads/2023/09/Vector-62.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 39px;
    height: 39px;
}

.we_believe_impossible  .fl-row-content-wrap,
.absci-logo-embrace  > .fl-col-content.fl-node-content{position: relative;}
.we_believe_impossible  .fl-row-content-wrap:after{
    content: " ";
    background-image: url(/wp-content/uploads/2023/09/red-black-line.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 109px;
    height:  100%;
    top: 0px; 
    left: 200px;   
}
.we_believe_impossible .fl-col-content.fl-node-content,
.we-do-right-img img,
.innovate-red-black-img > .fl-col-content.fl-node-content > .fl-col-group-align-top{
    position: relative;
    z-index: 1;
}
.we-deliver-result .fl-row-content-wrap:after{
    content: " ";
    background-image: url(/wp-content/uploads/2023/09/result-Mask-group.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 105px;
    height:  100%;
    top: 0px; 
    right:70px;   
}
.absci-logo-embrace  > .fl-col-content.fl-node-content:after {
    content: " ";
    background-image: url(/wp-content/uploads/2023/09/about-absci-logo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 134px;
    height:  39px;
    bottom: 63px;     
}
.about-row > .fl-row-content-wrap > .fl-row-content {
    margin: 0px !important;
}
.we-do-right-things-row  .absci-logo-embrace  > .fl-col-content.fl-node-content:after {
    right: 0px;
    bottom: 0px; 
}
.difference-col > .fl-col-content{position: relative;}
.we-are-doing-parent-sec .fl-col-content.fl-node-content{
  position: relative;
}
.absci-innovate-logo  > .fl-col-content.fl-node-content:after {
    content: " ";
    background-image: url(/wp-content/uploads/2023/09/about-absci-logo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 134px;
    height: 39px;
    bottom: 75px;
    right: 87px;
  }
 .difference-col > .fl-col-content:before {
    background-image: url(/wp-content/uploads/2023/09/difference-mask-group-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.we-are-doing-parent-sec > .fl-col-content.fl-node-content{position: relative;}
.we-are-doing-parent-sec > .fl-col-content.fl-node-content:after{
    background-image: url(/wp-content/uploads/2023/09/we-are-doing-img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;   
    top: 0;  
} 
/*END*/
.row-one-team .fl-row-content-wrap,
.we-innovate-row > .fl-col-content {
  position: relative;
}
.row-one-team .fl-row-content-wrap:before {
    background-image: url(/wp-content/uploads/2023/10/Absci.png);
    background-repeat: no-repeat;
    background-size: 110px 100%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
/*Start Footer newsletter signup*/
.newsletter-footer-container h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}
.newsletter-footer-container {
    margin-top: 2px;
}
/*end footer newsletter signup*/
/**
 * New ABSCI Blog page
 * **/
.blog-post-col .blog-col{
  width: 100%;
  padding: 30px 30px 90px;
  border: 2px solid #000000;
  margin-bottom: 1px;
}
.blog-post-col .alm-listing.alm-ajax {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, minmax(318px,2fr));;
}
.blog-post-col .blog-col:nth-child(even){
  border-left: 0px;
}
.blog-post-col h5.uabb-infobox-title-prefix {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.22px;
    margin-top: 25px;
}
.blog-post-col .blog-col h3.uabb-infobox-title {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.8px;
  margin-top: 10px;
  margin-bottom: 4px;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  margin-bottom: 0px !important;
}
.blog-filter .alm-filters-container .alm-filter li div.alm-filter--link:before,
.blog-filter .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:before,
.blog-filter .alm-filters-container .alm-filter li div.alm-filter--link.field-radio:after {
    border: none;
    background: transparent;
}
.blog-filter .alm-filters-container .alm-filter li div.alm-filter--link {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.4px;
    padding-bottom: 21px;
    padding-left: 0px;
}
.blog-filter .alm-filters-container .alm-filter li div.alm-filter--link:hover:before,
.blog-filter .alm-filters-container .alm-filter li div.alm-filter--link:focus:before{
  border: none;
  box-shadow: unset;
}
.blog-row .alm-btn-wrap {
    margin-top: 102px;
}
.blog-all-post .alm-filters-container .alm-filter li div.alm-filter--link.active {
    color: #FF472E;
}
iframe.blog_pardot_form {
    height: 103px;
}
/*End new blog page*/
/**Blog featured post**/
.blog-featured .uabb-infobox-title-wrap {
    padding-left: 35px;
    padding-right: 35px;
}
.blog-featured .fl-col-content.fl-node-content {
    z-index: 1;
}
.blog-featured h5.uabb-infobox-title-prefix {
  font-family: "SharpMedium", Arial, sans-serif;
}
.blog-featured button.alm-load-more-btn.more.done {
    display: none;
}
.blog-featured > .fl-col-content{
  background-color: #ffffff;
  border: 2px solid #000000;
}
.blog-featured .alm-btn-wrap{
  padding: 0px;
    margin: 0px;
} 
.blog-featured h5.uabb-infobox-title-prefix {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.4px;
    color: #000000;
}
.blog-featured h3.uabb-infobox-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-featured .uabb-module-content.uabb-imgicon-wrap {
    margin-bottom: 38px;
    text-align: center;
    background: #f0f0f0;
}
.blog-featured .alm-btn-wrap{
  display: none;
}
/**End blog featured post**/
/*Start New contact start*/
.locations-row > .fl-row-content-wrap,
.contact-form-row > .fl-row-content-wrap,
.contact-hs-row .fl-row-content-wrap {
    position: relative;
}
.locations-row .fl-row-content-wrap:before {
    background-image: url(/wp-content/uploads/2023/10/contact-locationl-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    content: "";
    width: 357px;
    height: 208px;
    bottom: -2px;
    left: -1px;
}
.contact-hs-line > .fl-col-content.fl-node-content:before{
    content: '';
    display: block;
    height: 73%;
    width: 100%;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    position: absolute;
    left: 157px;
    bottom: 60px;
    top: 68px;
}
.contact-hs-line > .fl-col-content {
  background-size: 92px 100%;
  position: relative;
}
.contact-hs-line > .fl-col-content.fl-node-content:after {
    content: '';
    display: block;
    height: 82%;
    width: 69px;
    border-top: 2px solid #000000;
    position: absolute;
    left: 90px;
    top: 68px;
}
.contact-form-row > .fl-row-content-wrap:after{
    background-image: url(/wp-content/uploads/2023/10/send-message-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: absolute;
    content: "";
    width: 671px;
    height: 661px;
    bottom: -159px;
    right: 0px;
}
.contact-form-col a {
    color: #FF472E;
}
.contact-hs-img{
  margin-right: -30%;
}
/*end New contact start*/
.hompage-photo-gallery .uabb-photo-item-grid img.uabb-gallery-img,
.hompage-photo-gallery .uabb-photo-item-grid .uabb-photo-gallery-content{
  height: 100%;
  width: 100%;
}
.news-hs-col > .fl-col-content{
   background-size: 114px 100%;  
}
/*our science start*/
.alm-filters-container .sci-search .alm-filter--text-wrap{
  justify-content: flex-start !important;
}
.alm-filters-container .sci-search .alm-filter--text-wrap input[type=text] {
    text-align: left;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 14px 60px 14px 25px !important;
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: -0.4px;
    height: 62px;
    width: 100%;
    max-width: 583px;
}
.alm-filters-container .sci-search .alm-filter--text-wrap input[type=text]:focus {
    border-color: #000000;
}
.alm-filters-container .sci-search .alm-filter--text-wrap input[type=text]::placeholder {
    background: #ffffff;
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.4px;
}
.alm-filters-container  .sci-search .alm-filter--inner {
    padding-bottom: 40px;
}
.alm-filters-container .sci-search .alm-filter--text-wrap button[type=button] {
    background-color: transparent;
    box-shadow: none;
    cursor: default;
    border: none;
    color: #ffff;
}
.alm-filters-container .sci-search .alm-filter--text-wrap button[type=button]:focus {
    outline: none;
}
.sci-search .alm-filter--text-wrap button{position: relative; }
.sci-search .alm-filter--text-wrap button::after {
    content: " ";
    background-image: url(/wp-content/uploads/2023/11/find_magnifying-glass_search_zoom_icon-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 44px;
    height: 44px;
    right: 50px;
    bottom: 10px;
    cursor: pointer;
}
.science-listing-col {
  position: relative;
}
.blog-all-post .alm-filters-container,.blog-filter.element-is-sticky {
  position: inherit;
}
.sci-search {
    position: absolute;
    left: 0px;
    min-width: 68%;
    top: -125px;
}
.blog-filter.element-is-sticky .sci-search{
    position: fixed;
    left: 0px;
    top: 0;
}
.alm-filters-container .sci-search .alm-filter--text-wrap button[type=button]{
  font-size: 0px;
}
.science-listing-col .blog-col h5.uabb-infobox-title-prefix{
  display: inline-flex;
  padding: 2px 3px 0px;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 30px;
  background: rgba(255, 71, 46, 0.50);
}
.science-listing-col .blog-col h3.uabb-infobox-title{
  margin-top: 19px;
}
/*End our-science*/
/*Top Event/Publications */
.top_event_col{
  width: 33.33%;
  border: 2px solid #000;
  padding: 35px;
}
.top_event_col:nth-child(2){
    border-left: 0px;
    border-right: 0px;
}

.top_event_col .fl-col-content {
}
.top_event_col .uabb-imgicon-wrap {
    margin-bottom: 25px !important;
}
.top_event_col h5.uabb-infobox-title-prefix {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.top_event_col h3.uabb-infobox-title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.26px;
}
/*mega menu*/
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child > a {
  display: flex;
  align-items: center;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child > a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  mask-image: url(/wp-content/themes/absci//wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg);
  mask-size: 100% auto;
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/absci//wp-content/themes/absci/assets/imgs/icons/dropdown-arrow.svg);
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  background: #000 !important;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show li.sub-child > ul {
    left: 294px;
    top: 0px;
}
.resource_main_menu ul.show {
    min-width: 210px;
}
body.error404 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list.active ul.show li.sub-child.active > a:after{
  background-color: #000;
}
.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show li.sub-child>ul {
  border-top: 0px;
}
body.error404 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child.active > a:after,
body.error404 .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list.active ul.show li.sub-child > a:after{
  background-color: #000 !important;
}
/*Add Social Share Buttons*/
.share-icon ul li {
    margin-top: 2px;
}
.share-icon ul li.linkedin-icon a{
    width: 30px;
    height: 30px;
    display: block;
    padding: 0px;
    background: url(/wp-content/uploads/2024/01/linkedin-new.svg) no-repeat 0 0 #000;
      background-size: 30px 25px !important;
    background-position: 50% 75%;
    border-radius: 3px;
}
.share-icon ul li svg {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background: black;
    padding: 5px;
}
.share-icon ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding-left: 0px;
}
.related-news h3.share-btn{
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}
.related-news .alm-listing.alm-ajax {
    display: grid;
}
.resources-row .col-4.col-more-3 {
    border-left: 2px solid #000;
}
/**
 * Top Stories start
 * */
.eq_height_row .alm-btn-wrap {
    display: none;
}
.eq_height_row  .fl-cta-inline .fl-cta-button {
  padding-left: 0px !important;
}
.event_call_action .fl-cta-button{
  width: 8%;
}
.sci_call_action .fl-cta-button{
  width: 11%;
}
.stories_col .fl-col-content.fl-node-content {
    position: relative;
    z-index: 1;
}
.stories_col .fl-col-content.fl-node-content:after {
    background: #FF472E;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    z-index: -1;
}
.stories_col .fl-module:after {
    content: '';
    position: absolute;
    border-top: 2px solid #000000;
    top: 16.5%;
    left: 94px;
    height: 100%;
    width: 67px;
}
.stories_col .fl-col-content.fl-node-content:before {
    content: '';
    position: absolute;
    border-left: 2px solid #000000;
    top: 17%;
    left: 159px;
    height: 100%;
    width: 100%;
}
.stories_col .fl-col-content.fl-node-content{
    background-image: url(/wp-content/uploads/2024/03/protein_under_microscope__stories.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: scroll;
    background-size: contain;
}
.top_search_input input[type="text"]{
    border: 2px solid #000;
    background: #FFF;
    min-width: 343px;
    height: 56px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.24px;
    padding: 15px;
    font-weight: 500;
}
.search_col div#field_submit {
    margin-left: 75px;
}
.search_col .gform_footer.top_label {
    margin: 0;
    padding: 0;
}
.featured_story_col .alm-btn-wrap {
    display: none;
}
.featured_story_col .resource-featured-post .fl-module-content {
    padding-bottom: 30px;
}
.top_blogs h3.uabb-infobox-title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.26px;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5 !important;
    margin-bottom: 0px !important;
}
.top_blogs .uabb-infobox-left-right-wrap{
  display: flex;
}
.top_blogs .uabb-imgicon-wrap {
    margin-right: 18px;
    width: auto;
}
.top_blogs .uabb-infobox-content{
    margin-left: 18px;
    width: 39.8%;
}
.top_news_col .stories_info:first-child {
    border-top: 0px;
}
.top_news .uabb-image-content img {
    max-width: 202px !important;
}
.top_news .uabb-infobox-left-right-wrap {
    display: flex;
}
.top_news .uabb-imgicon-wrap {
    width: auto;
    margin-right: 18px;
}
.top_news .uabb-infobox-content {
    width: 60%;
    margin-left: 17px;
}
.top_news .uabb-infobox-content .uabb-infobox-title-wrap{
    margin-bottom: 10px;
}
.top_news h3.uabb-infobox-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -0.22px;
}
.top_news .uabb-infobox-text.uabb-text-editor p {
    color: #000;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 30px !important;
    letter-spacing: -0.18px;
}
.stories_info .left-title-image {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.stories_info {
    border: 2px solid #000;
    padding: 35px;
}
.stories_info:not(:last-child){
    border-bottom: 0px;
}
.top_stories_form .gravity-theme,
.top_stories_form .gravity-theme .gform_footer {
    padding: 0px;
}
.top_news_col .fl-col-content.fl-node-content{justify-content: space-between;}
form.top-search-form{
    display: flex;
    gap: 30px;
}

/*Top Event/Publications */
.eq_height_row .alm-listing.alm-ajax {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.event_publication {
    padding: 35px;
    display: flex;
    flex: 1;
    max-width: 33.33%;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.event_publication .fl-col-content {
}
.event_publication .uabb-imgicon-wrap {
    margin-bottom: 25px !important;
}
.event_publication h5.uabb-infobox-title-prefix {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: normal;
    margin-bottom: 10px;
}
.event_publication h3.uabb-infobox-title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.26px;
}
.top_stories_form .gfield .gform-button {
    padding: 15px 35px;
}
.top_stories_form .fl-col-content {
    display: inline-flex;
    flex-direction: row;
}
.featured_story_col h3.uabb-infobox-title {
    word-wrap: break-word;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4 !important;
}
.top-event-row .no-results {
    padding-left: 0px;
}
.top_blog_col .uabb-image-content img {
    max-width: 342px !important;
}
.event_publication:last-child {
    border-right: 2px solid #000;
}
.featured_story_col .news-single-col .fl-col-content {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.top_past_events img.uabb-photo-img, .top_event img.uabb-photo-img {
    max-width: 385px !important;
    max-height: 217px !important;
}
.top_science img.uabb-photo-img {
    max-width: 400px !important;
}
.featured_story_col .fl-col-content,
.featured_story_col .fl-module,
.featured_story_col .fl-module-content,
.featured_story_col .ajax-load-more-wrap,
.featured_story_col .fl-rich-text,
.featured_story_col .alm-listing,
.news-single-col{
    height: 100%;
}
/* End top stories */
/*search listing*/
.search_result_col {
    width: 100%;
    border: 2px solid #000;
    border-bottom: 0px;
    background: #FFF;
    padding: 30px;
}
.search-post-col .alm-listing.alm-ajax:first-child > .search-result-col .fl-col-content:last-child {
    border-bottom: 0px;
}
.top-hero-section .fl-row-content-wrap  {
  position: relative;
}
.search_listing_col >.fl-col-content.fl-node-content:after {
    content: '';
    position: absolute;
    border-top: 2px solid #000000;
    top: 29%;
    left: 21.8%;
    height: 100%;
    width: 8%;
}
.search_listing_col >.fl-col-content.fl-node-content:before {
    content: '';
    position: absolute;
    border-left: 2px solid #000000;
    top: 29%;
    left: 29.8%;
    height: 80%;
    width: 100%;
}
.search_listing_col .fl-col-content.fl-node-content {
    background-size: 201px 100%;
}
.search_result_col:last-child{
  border-bottom: 2px solid #000;
}
.search_result_col h5.uabb-infobox-title-prefix {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.96px;
    width: fit-content;
    text-transform: uppercase;
    margin: 0px 5px 15px 0px;
    padding: 3px 5px 1px;
    align-items: flex-start;
    background: rgba(255, 71, 46, 0.50);
    display: inline-flex;
}
.search_result_col h3.uabb-infobox-title {
    color: #000;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: -0.29px;
}
.search-post-col span.facetwp-input-wrap {
    width: 100%;
}
.search-post-col button.alm-load-more-btn.more {
    padding-bottom: 41px;
    margin-top: 20px;
}
.search-post-col .facetwp-facet input.facetwp-search {
    min-width: 100%;
    border: 2px solid #000;
    background: #FFF;
    height: 58px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.24px;
    padding-left: 26px;
    padding-right: 70px;
}
.search-post-col .facetwp-icon{
  opacity: 1;
}
.search-post-col .facetwp-icon:before{
    content: " ";
    background: url(/wp-content/uploads/2023/11/find_magnifying-glass_search_zoom_icon-1.svg);
    background-size: 44px 44px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 44px;
    height: 100%;
    right: 15px;
    bottom: 0px;
    cursor: pointer;
}
.search-post-col span.facetwp-selection-label, span.facetwp-selection-value {
    display: none !important;
}
.search-post-col .facetwp-counts {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.24px;
    margin-bottom: 20px;
}
.search-post-col button.facetwp-load-more {
    border-radius: 45px;
    background: #FF472E;
    padding: 15px 35px;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: -0.16px;
    margin-top: 30px;
}
.search-post-col .facetwp-facet{
  text-align: center;
}
.search-post-col .uabb-infobox .uabb-infobox-title-wrap{
  width: fit-content !important;
}
.search-filter-col .facetwp-checkbox {
    background: unset !important;
    padding-left: 34px;
    width: fit-content;
    position: relative;
}
.search-filter-col .facetwp-checkbox:before {
    box-shadow: none !important;
    border: 1px solid #000000;
    border-radius: 5px !important;
    width: 23px;
    height: 23px;
    top: 5px;
    position: absolute;
    left: 0;
    display: block;
    content: "";
    transition: all .15s ease;
    border-radius: 3px;
    background: #ffffff;
}
.search-filter-col .facetwp-checkbox.checked:after {
    content: "" !important;
    position: absolute;
    background: url(/wp-content/uploads/2024/03/check_.svg);
    background-repeat: no-repeat !important;
    background-size: 25px 20px;
    width: 20px !important;
    height: 20px !important;
    left: 0px;
    top: 6px;
    border: none !important;
    transform: none !important;
}    
.search-post-col button.facetwp-load-more:focus{
  outline: none;
}
.search-filter-col span.facetwp-display-value {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.24px;
}
.search-filter-col .facetwp-facet {
    margin-bottom: 0px;
}
.search-filter-col .facetwp-checkbox.checked {
    background-image: url(/wp-content/uploads/2024/03/check_.svg);
}
.facetwp-selections{ display:none; }
.search-post-col .facetwp-template p {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.22px;
}
.facetwp-expand {display: none;}
.facetwp-depth .facetwp-display-value {font-size:19px !important;}
.facetwp-depth .facetwp-counter {font-size:14px}
.facetwp-depth .facetwp-checkbox:before {width: 19px !important; height:19px !important; top:7px !important; }
.facetwp-depth .facetwp-checkbox { padding-left: 28px !important;}
.facetwp-depth .facetwp-checkbox.checked:after{ width:18px !important; height:18px !important; left:-2px; top: 7px;}
/*end search listing*/
/**Pardot update Gform*/
.contact-us-form .gravity-theme {
    padding: 0;
}
.contact-us-form .gform_wrapper.gravity-theme .ginput_complex {
    gap: 12px;
}
.contact-us-form .ginput_container input[type="text"],
.contact-us-form .ginput_container input[type="email"],
.contact-us-form .ginput_container textarea {
  margin: 0px !important;
}
.contact-us-form .ginput_container input[type="text"]::placeholder,
.contact-us-form .ginput_container input[type="email"]::placeholder,
.contact-us-form .ginput_container textarea::placeholder{
  color: #000;
}
.contact-us-form .uabb-gf-style .ginput_container_select:after {
    content: "";
    background: url(/wp-content/uploads/2024/05/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 17px;
    height: 9px;
    right: 21px;
}
.contact-us-form .uabb-gf-style .gform_wrapper .gfield select{
  font-family: inherit;
  margin: 0px !important;
}
.contact-us-form .gform_wrapper.gravity-theme .gform_fields{
  grid-row-gap: 18px;
}
.contact-us-form .validation_message,
.partnership-form-col .validation_message {
  display: none;
}
.contact-us-form .gform_wrapper div.gfield.gfield_error,
.gated_form_wrapper .gform_wrapper div.gfield.gfield_error {
  background-color: transparent;
  border: none;
}
.contact-us-form .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #ff0909 !important;
  background: #faeeee;
}
.contact-us-form .gform_wrapper div.gfield.gfield_error,
.gated_form_wrapper .gform_wrapper div.gfield.gfield_error{
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.contact-us-form .gform_wrapper div.gfield.gfield_error select {
  margin: 0 !important;
}
.partnership-form-col .gform_wrapper.gravity-theme .gfield_error .ginput_complex{
  padding: 0px 0px 20px !important;
}
.partnership-form-col .gform_wrapper div.gfield.gfield_error {
  padding-bottom: 20px !important;
}
.partnership-form-col .gfield_error .ginput_container input,
.gated_form_wrapper .gfield_error .ginput_container input {
  border: 1px solid #ff0909 !important;
  background: #faeeee;
}
/**
 * Gated form back on pages
 * */
.gated_form_wrapper.gravity-theme {
    padding: 0;
}
.gform_wrapper.gravity-theme.gated_form_wrapper input[type=text],
.gform_wrapper.gravity-theme.gated_form_wrapper input[type=email],
.gform_wrapper.gravity-theme.gated_form_wrapper input[type=tel]
{
    margin: 0px !important;
}
.contact-email{
  z-index: 5;
}
.gated_form_wrapper.gform_wrapper div.gfield.gfield_error {
    background: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
}
.gated_form_wrapper .validation_message {
    display: none;
}
/*Media css*/
@media screen and (min-width: 2000px){
  .about-hero-bg > .fl-col-content { background-size: unset; }
}
@media screen and (max-width: 1900px){}
@media (min-width: 1440px) and (max-width: 1600px) {
    .row-bg > .fl-row-content-wrap::after{
        left: 42px;
    }
    .fix_header_margin{
        padding-top: 113px;
    }
  .career-line-row2 > .fl-row-content-wrap::after {
    right: 36px;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .career-internship-img .fl-node-content {
    margin-right: 80px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
       margin-right: 15px;
   }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.Carrer.active {
     margin-right: 5px;
   }
   /*.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li{
     padding: 9px 20px 8px 20px;
   }*/
 .email-col2 {width: 35%;}
  .email-col1 {width: 65%;}
}
 @media (min-width: 1481px) and (max-width: 1599px){
    .img-top-third-col {
      width: 49.7%;
    } 
    .img-top-right-border-col{
      width: 28.1%;
   }
   .img-top-top-border-col{
      width: 21.4%;
   }
 }
@media screen and (max-width: 1500px) {
    .top_blog_col .uabb-image-content img,
    .top_past_events img.uabb-photo-img,
    .top_event img.uabb-photo-img,
    .top_science img.uabb-photo-img{
        max-width: 100% !important;
    }
}
@media (min-width: 1401px) and (max-width: 1480px){
  .img-top-right-border-col{
     width: 25%;
  }
  .img-top-top-border-col{
    width: 17%;
  }
  .img-top-third-col{
    width: 46%;
  }
  .left_blank_div {
    width: 17%;
  }
  .middle-content-row {
    width: 58%;
  }
  .form_left_blank_div {
    width: 16.5%;
  } 
  .middle-form-row{
    width: 53.5%;
  }
  .form-right-blank-div {
    width: 0%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  .result-col1, .result-col2 {
    width: 50% !important;
  }
  .locations-row .fl-row-content-wrap:before{
    width: 285px;
    height: 165px;
  }
}
@media (min-width: 1281px) and (max-width: 1399px){
    .news_email_form.middle-form-row{width: 100%;}
    .news_email_form.middle-form-row > .fl-col-content{margin-right: 223px;}
}
@media (min-width: 1200px) and (max-width: 1380px){
  .black-lines .fl-col-content.fl-node-content {
      margin-top: -78px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1400px){
    .img-top-right-border-col{
      width: 28.7%;
    }
    .img-top-top-border-col{
      width: 21.2%;
    }
    .img-top-third-col{
      width: 49.9%;
    }
    .footer .footer-content .menu-footer-container{
          padding-left: 50px;
    }
    .about-video-line > .fl-node-content {
      margin-top: -233px;    
    }
    .sci_call_action .fl-cta-button {
      width: 15%;
    }
}
@media (min-width: 993px) and (max-width: 1420px){
  .about-us-main-row    h3.uabb-ultb3-title {
    font-size: 35px !important;
    line-height: 40px !important;
  }
} 
@media (min-width: 1200px) and (max-width: 1280px){
  .footer .copyright .privacy #menu-privacy li{
        margin-left: 60px;
  }
  .fix_header_margin{
       padding-top: 114px;
    }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
    }
      .container-fluid.main-nav .col-12 .logo{
          width: 9.5%;
    }
    /*.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu{
      padding-left: 18px;
    }*/
     .container-fluid.main-nav .col-12{
      padding-right: 0px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        padding: 10px 12px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.Carrer.active {
      margin-right: 5px;
    }
    .about-video-line > .fl-node-content {
      margin-top: -285px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child a:after {
      top: 12px!important;
      right: -25px!important;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show li.sub-child>ul {
      left: 288px !important;
      top: 13px;
    }
  }

@media (min-width: 1024px) and (max-width: 1200px){
  .footer .footer-content .menu-footer-container{
    padding-left: 50px;
  }
    .fix_header_margin{
      padding-top: 114px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.Carrer.active {
      margin-right: 5px;
    }
     .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li a{
        font-size: 14px !important;
        line-height: 22px;
     }
      .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
        margin-right: 5px;
      }
    .container-fluid.main-nav .col-12{
      padding-right: 0px;
    }
    .container-fluid.main-nav .col-12 .logo{
       height: 26px;
    }
    .container-fluid.main-nav .col-12 .logo a{
        width: 83.6px;
        height: 26px;
    }
    .container-fluid.main-nav .col-12 nav{
      width: calc(100% - 94px);
    }
    .container-fluid.main-nav .col-12 .logo{
          width: 9.5%;
    }
    .exit_row .fl-row-content-wrap:before {
      bottom: -65px;
    }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .team-modal-overlay .uabb-content span.uabb-modal-close .fa-times {
    right: 55px;
    padding: 28px;
  }
     .row-bg > .fl-row-content-wrap::after{
        left: 48px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
      top: 4px;
    }
   .team-tabs .uabb-tabs .uabb-tabs-nav .uabb-tab-title{
      font-size: 26px !important;
      line-height: 36px !important;
   }
}
@media (min-width: 1200px) and (max-width: 1440px){
  .top_news_col .fl-cta-button, .top_blog_col .fl-cta-button {
      width: 25%;
  }
    .top_news_col .fl-cta-inline .fl-cta-text {
      width: 50%;
  }
}
@media (min-width: 1200px) and (max-width:1499px) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
      top: 5px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a .icon {
      top: -2px;
    }
}
@media (min-width: 1300px) and (max-width:1499px) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child ul {
      left: 256px !important;
      top: 5px !important;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu .resource_main_menu li.dropdown.sub-child ul {
    left: 263px !important;
  }
}
@media (min-width: 992px) and (max-width:1555px) {
  .fix_header_margin .member_row  .fl-row-fixed-width { 
    margin-left:auto !important; 
    margin-right:auto !important;
  }
  .team-tabs .uabb-tabs .uabb-tabs-nav ul{
      justify-content: center;
   }
  .about-working-col:before{
    left: 0px;
  }
  .about-breakthrough-col:before {
    right: 0px;
  }
    .remove_margin_Sec .fl-col-content{
       margin-left: 0px;
    }
   .fix_header_margin .fl-row-fixed-width{
      margin-left: 60px;
      margin-right: 45px;
   }
   .testemonial_slider  >.fl-node-content{
    padding-right: 15px;
   }
  .testemonial_slider .content_slider {
        width: 90%;
        margin: auto;
  }
  .testemonial_slider .content_slider .uabb-slider-prev{
      left: -50px;
  }
  .testemonial_slider .content_slider .uabb-slider-next{
      right: -50px;
  }
  .testemonial_slider .content_slider .compact-wide .uabb-testimonial .uabb-testimonial-photo .uabb-imgicon-wrap{
      margin-right: 20px;
  }
  .removeheader .container{
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
  .connect_with_us_wrapper{
     max-width: 100%;
     margin-left: 60px;
     margin-right: 60px;
  }
   .thanks_sec{
      max-width: 80%;
  } 
  .thanks_sec img{
    width: 30%;
  }
  .newsletter_form_row .fl-row-fixed-width {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact-form-row > .fl-row-content-wrap:after{
    width: 580px;
    height: 570px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after {
        top: 3px;
    }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
    padding: 10px;
    margin-right: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .exit_row > .fl-row-content-wrap {    
      background-size: 290px !important; 
  }
     .row-bg > .fl-row-content-wrap::after{
        left: 33px;
    }
    .team-tabs .uabb-tabs .uabb-tabs-nav ul li a {
      padding: 25px !important;
    }
  .about-video-line > .fl-node-content {   
    min-height: 195px !important;
  }
  .top-blog-news-col .fl-col-group-equal-height {
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
  }
  .top_search_row .fl-row-content {
    margin-right: 0px;
  }
  .top_news_col {
    width: 100%;
  }
  .top_news_col > .fl-col-content {
    margin-left: 0px;
    margin-top: 40px;
    padding: 0;
  }
  .stories_col .fl-col-content.fl-node-content:before {
      top: 17%;
      left: 178px;
  }
  .stories_col .fl-module:after {
    top: 16.6%;
    left: 94px;
    width: 86px;
  }
  .search_col > .fl-col-content {
      margin-left: 178px;
      padding-right: 45px;
  }
    /*.top_blogs .uabb-imgicon-wrap {
      width: 30%;
    }*/
    .top_blogs .uabb-infobox-content {
      width: 70%;
    }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
    margin-right: 4px;
    padding: 10px;
  }    
}
@media (min-width: 1201px) and (max-width:1480px) {
  .about-drug-discovery-img-col > .fl-col-content{
    margin-left: -20px;
  }
  .we-believe-text-col > .fl-col-content.fl-node-content {
    padding-left: 30px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1480px){
  .about-working-col .potential-heading-col > .fl-col-content{padding-right: 20px;}
  .resource-featured-post .uabb-image .uabb-photo-img, .post-col1 .uabb-image .uabb-photo-img {
    max-width: inherit;
  }
}
@media screen and (max-width: 1400px){
  .career-line-row2 > .fl-row-content-wrap::after { right: 45px; }
}
@media screen and (max-width: 1366px){
  .news-filter .alm-filters-container .alm-filter li div.alm-filter--link {
    margin: 35px 50px 0px 0px;
    padding: 0px;
  }
  .pseudo-contact-img-col > .fl-row-content-wrap{
    background-size: 100px 100%;
  }
  .team-info:last-child > .fl-col-content {
    margin-right: 2.5%;
  }
  .top_news .uabb-infobox-content {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1280px){
  .team-info:first-child .uabb-image.uabb-image-crop-simple img {
    min-height: 345.65px;
  }
}
@media (min-width: 1080px) and (max-width: 1280px){
  form.top-search-form {
      display: block;
  }
    .top_search_input input.top_search_submit {
      margin-top: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px){
    .team-tabs .uabb-tabs .uabb-tabs-nav ul li a {
      padding: 35px !important;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child ul {
      left: 315px;
      top: 8px;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .about-us-main-row .uabb-module-content.uabb-ultb3-box.uabb-ib-zoom-in {
        height: 270px;
    }
}
@media (min-width: 1200px) and (max-width: 1280px){
  .we-do-right-text .fl-col-content.fl-node-content {
      padding-right: 25px;
  }
  body .we-do-right-img  > .fl-module-content {
      margin-top: -240px;
  }
  body .we-do-right-text {
      width: 50%;
  }
  body .we-do-right-sec-blank {
      width: 10%;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child ul.show li a .icon {
    top: -3px !important;
  }
  .left_blank_div {
      width: 17%;
    }
    .middle-content-row {
      width: 47%;
    }
    .form-right-blank-div {
      width: 0%;
    }
    .middle-form-row {
        width: 100%;
    }
    .middle-form-row > .fl-col-content {
        margin-right: 223px;
                margin-left: 184px;
    }
    .form_left_blank_div {
        width: 20%;
    }
}
@media screen and (max-width: 1280px){
  .we_believe_impossible .fl-row-content.fl-row-fixed-width.fl-node-content {
    margin: 0px !important;
 }
  .we-do-right-things-row.about-row > .fl-row-content-wrap > .fl-row-content {
      margin: 0px !important;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child:first-child {
      margin-bottom: 15px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child:first-child a {
      margin-bottom: 0px;
  }
}
@media (min-width: 1366px) and (max-width: 1201px){
    .news_email_form .middle-form-row > .fl-col-content{
        margin-left: 192px !important;
    }
    .news_email_form.middle-form-row {
      width: 50% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1366px){
  .event_call_action .fl-cta-button {
      width: 11% !important;
  }
}
@media (min-width: 993px) and (max-width: 1366px) {
  .absci-logo-innovative  >.fl-col-content.fl-node-content {
      padding-bottom: 25px;
  }
  .blog-title-col > .fl-col-content{
    margin-right: 50px !important;
  }
}
@media (min-width: 1080px) and (max-width: 1200px) {
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child ul {
      left: 256px !important;
      top: 14px !important;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child.resource_our_science ul {
      left: 270px!important;
    } 
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a .icon {
    top: -4px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
      top: 3px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown ul{
    padding: 15px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a,
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child ul.show li a .icon {
    top: -5px !important;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child:first-child {
    margin-bottom: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .about-us-main-row .fl-col-group-custom-width > .fl-col-small {
     width: 50% !important; 
  }
  .footer .footer-content .menu-footer-container #menu-footer > li > a {
    font-size: 20px;
      line-height: 24px !important;
  }  
  .we-believe-img-col  .fl-col-content.fl-node-content {
    background-size: 690px !important;
  }

}
@media (min-width: 992px) and (max-width:1200px){
  .leading-col2 .fl-col-content.fl-node-content:before {
    width: 810px;
    bottom: -10px;
  }
  .footer .copyright .privacy #menu-privacy li{
        margin-left: 36px;
  }
  .footer .copyright .logo-some .logo{
    margin-right: 42px;
  }
  .footer .footer-content .menu-footer-container{
    padding-left: 30px;
  }
  .footer #menu-footer > li{
    padding-right: 15px;
  }
  .footer .copyright .privacy .copydate,.footer .copyright .privacy #menu-privacy li a{
        font-size: 18px;
        line-height: 27px;
  }
  .footer .content h3{
     font-size: 32px;
        line-height: 42px;
  }
  .footer .content p{
     font-size: 20px;
     line-height: 26px;
  }
  .footer .copyright .logo-some .logo a{
    height: 27px;
  }
  .footer .copyright .row{
        padding-top: 30px;
    padding-bottom: 30px;
  }
  .technology_hero_img_sec .technology_hero_inner_sec .image_sec,.technology_hero_img_sec .technology_hero_inner_sec .content_sec{
    width: 50%;
  }
  .technology_hero_img_sec .technology_hero_inner_sec .image_sec .fl-node-content{
        background-position: 76% 0%;
  }
  .about_inner_image_Sec::before{
      background-position: center left -2%;
  }
  .news-filter .alm-filter--link {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .news-hs-col > .fl-col-content{
    background-size: 100px 60%;
  }
  .team-tabs .uabb-tabs .uabb-tabs-nav .uabb-tab-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
@media screen and (max-width: 1200px){
  .about-video-col .fl-html video {
    object-position: 70%;
  }
.testimonial-row-section .uabb-imgicon-wrap{
  margin-right: 30px !important;
  }
  .news-filter .alm-filters-container .alm-filter--inner{text-align: center;}
  /*new blog*/
  .blog-post-col .alm-listing.alm-ajax .alm-filters {
    grid-template-columns: 1fr;
  }
  .blog-post-col .blog-col h3.uabb-infobox-title {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .blog-post-col .blog-col{padding: 25px;}
  .blog-post-col .alm-btn-wrap {
    margin-bottom: 5px;
  }
  .blog-post-col .blog-col:first-child{border-top: 2px solid #000000;}
  .blog-post-col .blog-col:nth-child(2),.blog-post-col .blog-col:last-child {
    border-left: 2px solid #000000;
    width: 100% !important;
  }
  .blog-row .alm-btn-wrap {
    margin-top: 20px;
  }
  .blog-post-col .alm-listing.alm-ajax:first-child .blog-col:last-child {
    margin-bottom: 1px;
  }
  .eq_height_row .fl-cta-inline .fl-cta-button{
    width: 25%;
  }
}
@media screen and (min-width: 1200px){ 
  .data_img_sec .data_lear_img{
    position: relative;
    margin-left: -47px;
    z-index: 0;
  }
  .data_img_sec .data_lear_txt{
      position: relative;
      z-index: 1;
  }
}
@media (min-width: 768px) and  (max-width: 1200px){
  .news_updates_sec > .fl-node-content{
    padding: 59px 20px 49px;
  }
  .news_updates_sec .uabb-infobox-title-wrap h3{
    font-size: 31px;
    line-height: 35px;
  }
  .news_updates_sec .uabb-infobox-text-wrap a{
    font-size: 24px;
    line-height: 36px;
  }
  .locations-row .fl-row-content-wrap:before {
    width: 244px;
    height: 142px;
  }
}
@media screen and (max-width: 1080px){
  .news-heading.scaling-title.fl-module-heading .fl-heading {
    font-size: 40px;
    line-height: 45px;
  }	
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child ul {
    left: 245px !important;
    top: 10px !important;
    padding: 10px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child ul li {
    margin-bottom: 5px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child.resource_our_science ul {
    left: 253px !important;
    top: 13px !important;
  }
  .resource_main_menu ul.show {
    min-width: 178px !important;
  }
  .top_blog_col .uabb-image-content img {
    max-width: 342px !important;
  }
  .top_news_col .stories_info:first-child {
    border-top: 2px solid #000;
  }
}
@media (min-width: 992px) and (max-width:1024px) {

  .thanks_sec{
      max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .contact-us-form .gform_wrapper.gravity-theme .ginput_complex {
      gap: 18px;
  }
}
@media screen and (max-width: 1024px){
   .job-opening-form-row {
    display: block;
  }
  div.greenhouse-form-col select { width: 100% !important; }   
  .greenhouse-form-col {
      margin-right: 0px;
      margin-bottom: 20px;
  }
  .about-counter .uabb-number .uabb-number-text, .about-info .fl-module .uabb-infobox .uabb-infobox-content {
    width: auto !important;
  }
  .member_desc_col .fl-col-content .fl-module:first-child .uabb-infobox-title {
    line-height: 74px;
    font-size: 68px;
  }
  .member_desc_col .fl-module:first-child .uabb-module-content {
    padding-left: 80px;
  }
.post-col1 h3.uabb-infobox-title{
    font-size: 28px;
    line-height: 38px;
  }
  .container-fluid.content-holder.single-post {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .news_email_form .gform_confirmation_wrapper { margin: 20px auto 60px auto; }
  .footer .footer-content .menu-footer-container #menu-footer {
    grid-template-columns: repeat(3, 1fr);
  }
  li.footer-careers.mobile-menu {
    margin-top: 25px;
  }
  .team-info:first-child .uabb-image.uabb-image-crop-simple img {
    min-height: 260.66px;
  }
  .newsletter-footer-container {
    width: max-content;
    margin-top: 225px;
  }
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container li.dropdown_list.sub-child > a.active:after {
    transform: rotate(180deg);
    transform-origin: center center;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child:first-child {
      margin-bottom: 0px;
  }
  .contact-us-form .gform_wrapper.gravity-theme .ginput_complex {
    flex-direction: column;
  }
  .contact-us-form .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0;
  }
  .contact-us-form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px){
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child a:after {
    top: 14px;
    right: -17px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child ul.show li a .icon {
    top: -1px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child ul:before {
    border-bottom: none;
  }
}
@media screen and (max-width: 1023px){
  .exit_row .fl-row-content-wrap { background: unset !important;  }
  .exit_col, .exit-col2 {min-width: 100%;}
  .exit-col2 {margin-top: -1px;}
  .exit-pop-up-col > .fl-col-content {
    margin-top: 0px !important;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul li a .icon{
    background-color: #000;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list.news_list ul li a {
    padding-left: 45px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show li.sub-child > ul {
    padding-left: 50px;
    padding-top: 5px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu ul.show li.sub-child:first-child {
    padding-bottom: 20px !important;
  }
  body .main-nav nav.opened {
    overflow-y: auto;
    overflow-x: hidden;
  }
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.sub-child ul {
      margin-bottom: 0px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown.sub-child ul li:last-child {
      margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and  (max-width: 992px){
    .stories_col .fl-col-content.fl-node-content:before{
      height: 83%;
    }
    .stories_col .fl-module:after {
        left: 88px !important;
        width: 69px !important;
    }
    .stories_col .fl-col-content.fl-node-content:before {
      left: 156px !important;
    }
    .top_news .uabb-infobox-content{
      margin-top: 0px;
    }
    .top_blogs .uabb-infobox-content {
      width: 65%;
    }
}
@media screen and (max-width: 992px){
 body .about-us-main-row .uabb-module-content.uabb-ultb3-box.uabb-ib-zoom-in {
    background-color: #ffffff;
    cursor: pointer;
    height: 270px;
 }
  .news-filter .alm-filter--link {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li > a {
    font-size: 18px;
    line-height: 20px !important;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li ul a{
    font-size: 16px;
  }
  .news-filter .alm-filters-container .alm-filter li div.alm-filter--link {
    margin: 35px 40px 0px 0px;
  
  }
  .post-col1 h3.uabb-infobox-title {
    font-size: 26px;
    line-height: 34px;
  }
  .col-8.post-col1, .col-4.post-col1 {
    padding: 20px;
  }
  .error_row  > .fl-row-content-wrap { background-size: 230px !important;  }
  .team-modal-overlay .uabb-content span.uabb-modal-close .fa-times {
    right: 37px;
    padding: 18px;
  }
  .member_row > .fl-row-content-wrap:after {right:-35px;  }
  .team-info:hover .uabb-infobox-title-wrap::before {height: 65px;}
  .team-info-row .fl-col-content .fl-module h2.fl-heading {
    font-size: 40px;
    line-height: 40px;
  }
  .team-info .uabb-infobox .uabb-infobox-title-wrap h3 {
    padding: 17px 17px 0px 17px;
  }
  .team-info .uabb-infobox .uabb-infobox-text-wrap .uabb-text-editor {
    padding: 0px 15px 0px 17px;
  }
  .team-tabs .uabb-tabs .uabb-tabs-nav .uabb-tab-title {
       font-size: 18px;
      line-height: 28px;
  }
  .internship-section .fl-row-content-wrap:after {
    right: 110px;
  }
  .life_absci_col .uabb-table-inner-wrap .uabb-table-features .table-body-td {
    padding: 20px 20px 40px 10px;
    vertical-align: text-top;
  }
  .life_at_absci .uabb-table {
    overflow-x: unset;
  }
  .internship-section:before { width: 390px;} 
  .career-outside-work .uabb-module-content .uabb-info-list-wrapper .uabb-info-list-item {
    padding-bottom: 30px;
  }
  .life-outside-col .uabb-module-content li.uabb-info-list-item {
    padding-right: 30px;
  }
  .life_at_absci .column {
    padding: 20px 25px 23px 20px;
  }
  .about-info .fl-module-content .uabb-infobox-text {
    margin-top: 5px;
  }
  .about-working-col:before{
    left: 0px;
  }
  .about-question-col:after {
    width: 573px;
    height: 388px;
    left: -57px;
    bottom: -88px;
  }
  .leading-col2 .fl-col-content.fl-node-content:before { width: 650px;}
  .news-hs-col > .fl-col-content {
    background-size: 150px 100%;
  }
    .content-holder.single-post h1.header2 {
    font-size: 38px;
    line-height: 50px;
  }  
  .related-news .col-md-4 { padding-left: 15px; }
  .resource-col h3.uabb-infobox-title {
    font-size: 30px;
    line-height: 42px;
  }
  .related-news .col-md-8, .related-news .col-md-4{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .related-news .col-md-4 {
    padding-top: 27px;
  }
  .related-resource .col-md-10 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .resource-col {padding: 20px 20px;}
  .resource-featured-post h5.uabb-infobox-title-prefix, .post-col1 h5.uabb-infobox-title-prefix, .news-single-col .resource-featured-post h5.uabb-infobox-title-prefix{
    font-size: 12px;
    line-height: 20px;
    padding: 0px 2px !important;
  }
  .news_email_form div#field_submit {
    margin-left: 25px;
  }
  .team-info:first-child .uabb-image.uabb-image-crop-simple img {
    min-height: 227.22px;
  }
  /*.newsletter-footer-container {
    margin-top: 159px;
  }*/
  .contact-form-row > .fl-row-content-wrap:after{
    bottom: -75px;
  }
  .sci-search {
    left: 33px;
    min-width: 62%;
  }
  .news_updates_sec .uabb-infobox-title-wrap h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .member_desc_col .fl-module-info-box .uabb-infobox {
    padding-left: 70px !important; 
  }
  .search_listing_col >.fl-col-content.fl-node-content:after {
    left: 23.8%;
    width: 14%;
  }
  .search_listing_col >.fl-col-content.fl-node-content:before {
    left: 37.8%;
  }
}
@media screen and (min-width: 992px){
     .conference_video 
       {
          width:900px;
          height:506px;
          max-width: 100%;   
      }
}
@media (min-width: 930px) and (max-width: 992px) {
.we-believe-text-col .fl-col-content.fl-node-content {
    padding-bottom: 190px !important;
}
}
@media (min-width: 768px) and (max-width: 1280px) {
  .about-row > .fl-row-content-wrap > .fl-row-content {  
    margin: 0px 30px 0px 30px !important;
  }
  .embarace-row-sec .fl-row-content.fl-row-fixed-width.fl-node-content {
      margin: 0px !important;
  }
  .contact-form-row > .fl-row-content-wrap:after{
    width: 520px;
    height: 470px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .we_believe_impossible  .fl-row-content-wrap:after {
    left:0px; 
  }
  .difference-col  > .fl-col-content:before  {bottom: 20px;}
  .info-partnership .uabb-infobox h4.uabb-infobox-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .content h3{
      font-size: 28px;
      line-height: 37px;
  }
  .footer .content p{
      font-size: 18px;
      line-height: 27px;
      margin-top: 20px;
  }
  .footer .copyright .logo-some .logo{
        margin-right: 15px;
  }
  .footer .footer-content .menu-footer-container{
    padding-left: 0px;
  }
  .footer .copyright .privacy{
    display: flex;
    justify-content: end;
  }
  .footer .copyright .privacy .copydate,.footer .copyright .privacy #menu-privacy li a{
      font-size: 16px;
      line-height: 24px;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li{
    padding-right: 15px;
  }
  .footer .copyright .logo-some .logo a{
    height: 24px;
    width: 32px;
  }
  .menu-social-media-container ul li{
        margin-left: 20px;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li:last-child{
    padding-right: 0px;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li > a{
      font-size: 20px;
      line-height: 26px !important;
  }
  body.error404 .toggler{
        top: 29px;
  }
  body.error404 .toggler .icon-bar{
    background: #142351;
  }
  .row-bg > .fl-row-content-wrap::after{
        left: 4px;
  }
  .about_inner_image_Sec::before{
        background-position: center left -6%;
      }
   .pseudo-contact-img-col > .fl-row-content-wrap{
       background-size: 60px 100%;
    }
   .testemonial_slider  >.fl-node-content{
    padding-right: 15px;
   }
  .testemonial_slider .content_slider {
        width: 90%;
        margin: auto;
  }
  .testemonial_slider .content_slider .uabb-slider-prev{
      left: -50px;
  }
  .testemonial_slider .content_slider .uabb-slider-next{
      right: -46px;
  }
  .testemonial_slider .content_slider .compact-wide .uabb-testimonial .uabb-testimonial-photo .uabb-imgicon-wrap{
      margin-right: 35px;
  }
   .conference_video 
       {
          width:80%;
          height:auto;
          max-width: 100%;   
        }
  .gated_form_wrapper .gform_heading .gform_description{
    width: 100%;
  }
  .removeheader .bg_logo{
    width: 25%;
  }
  .removeheader .container,.connect_with_us_wrapper{
    margin-left: 25px;
    margin-right: 25px;
  }
  .removeheader .container {
    display: flex;
    max-width: 100%;
    width: auto;
    justify-content: center;
  }
  .removeheader .container .row .col-12 .content{
       width: 55%;
       margin-left: 0px;
  } 
  .removeheader .container .row .col-12 .video-holder, 
  .removeheader .container .row .col-12 .video-holder iframe{
      width: 39%;
  }
  .connect_with_us_wrapper .gform_heading h2.gform_title{
        margin-top: 0px;
  }
  .connect_with_us_wrapper .gform_heading, .connect_with_us_wrapper .connect_with_us{
        max-width: 100%;
        margin: auto 25px;
  }
  .technology-image:before{
    width: 80px;
  }
  .thanks_sec{
      max-width: 80%;
  }
  .thanks_sec img{
     width: 30%;
  }
  .career-line-row2 > .fl-row-content-wrap::after {
    right: 35px;
  }
  .career-line-row2 .fl-row-content-wrap:before {
    left: 35px;
    bottom: -68px;
  }
  .team-tabs .uabb-tabs .uabb-tabs-nav ul li a {
    padding: 22px;
  }
}
@media screen and (max-width: 834px){
  .team-info:first-child .uabb-image.uabb-image-crop-simple img {
    min-height: 244.48px;
  }
  .contact-form-row > .fl-row-content-wrap:after {
    width: 380px;
    height: 355px;
  }
}
@media screen and (max-width: 820px){
  .team-tabs .uabb-tabs .uabb-tabs-nav ul li a {
    padding: 16px;
  }
  .exit_col .fl-col-content::after {
    width: 10%;
  }
}
@media screen and (max-width: 768px){
  .exit_col .fl-col-content::after {
    width: 10%;
    left: -52px;
  }
  .about-info .infobox-photo-left .uabb-infobox-content {
    width: unset !important;
  }
  .career-line-row2 .fl-row-content-wrap:before {
    left: 35px;
    bottom: -68px;
  }
  .career-line-row2 > .fl-row-content-wrap::after {
    right: 15px;
  }
  .member_desc_col .fl-col-content .fl-module:first-child .uabb-infobox-title {
    line-height: 62px;
    font-size: 52px;
  }
  .team-info:first-child .uabb-image.uabb-image-crop-simple img {
    min-height: 222.59px;
  }
  .contact-form-row > .fl-row-content-wrap:after {
    bottom: -172px;
    width: 290px;
    height: 280px;
  }
  .contact-hs-line > .fl-col-content.fl-node-content:before,
  .contact-hs-line > .fl-col-content.fl-node-content:after{
    content: none;
  }
  .blog-row .alm-btn-wrap {
    margin-top: 20px;
  }
  .locations-row .fl-row-content-wrap:before {
    width: 160px;
    height: 95px;
  }
  .contact-form-col span.fl-heading-text br {
    display: none;
  }
}
@media screen and (max-width: 767px){
  .menu-footer-container .menu li.footer-about{
    order: 0 !important;
  }
  .menu-footer-container .menu li.footer-news{
    order: 1 !important;
  }
  .menu-footer-container .menu li.footer-partnership{
    order: 2 !important;
  }
  .menu-footer-container .menu li.footer-careers{
    order: 3 !important;
  }
  .menu-footer-container .menu li.footer-investors{
    order: 4 !important;
  }
  .menu-footer-container .menu li.footer-technology{
    order: 6 !important;
  }
  .menu-footer-container .menu li.mobile-menu ul {
      margin-top: 7px;
  }
  .footer .footer-content .menu-footer-container #menu-footer > li > a{
    font-size: 16px;
  }
  li.footer-careers.mobile-menu, .footer li.heading-links {
   margin-top: 0px;
  }
  .exit_col .fl-col-content::before{display: none;}
  .error_row  > .fl-row-content-wrap { background-size: 213px; }
  .absci-pack .team-info:hover .uabb-infobox-title-wrap::before {
    height: 56px;
    margin-top: 24px;
  }
  .member_img_col .fl-module:nth-child(2) .fl-module-content {
    margin-left: 0px;
  }
  .member_row .fl-row-content-wrap {
    margin-right: 35px !important;
  }
  .member_desc_col .fl-col-content .fl-module:first-child .uabb-infobox-title {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 23px;
  }
  .member_desc_col .fl-module:first-child .uabb-module-content {
    padding-left: 40px;
  }
  .member_desc_col > .fl-col-content .fl-module:nth-child(2) .fl-module-content { padding-top: 28px; }
  .member_desc_col .fl-col-content > .fl-module .fl-module-content { margin-top: 0px;}
  .member_img_col .fl-module:nth-child(2) .fl-module-content { margin-left: 0px;}
  .life_at_absci:before { bottom: 0px; }
  .team-info:hover .uabb-infobox .uabb-infobox-title-wrap h3, .team-info:hover .uabb-infobox .uabb-infobox-text-wrap .uabb-text-editor {
    margin-left: 9px;
  }
  .team-info:hover .uabb-infobox-title-wrap::before { height: 90px; }
  .team-info > .fl-col-content .fl-module-content { margin-bottom: 15px !important; }
  .team-info .uabb-infobox .uabb-infobox-title-wrap h3 { margin-top: 8px;}
  .member_col > .fl-col-content.fl-node-content:before { width: 26px;  }
  .internship-section .fl-row-content-wrap {
    background-size: 55px 100%;
  }
  .team-modal-overlay .uabb-content span.uabb-modal-close .fa-times{ border-bottom:none; }
  .leadership-team .fl-col-content .fl-module-content .fl-heading-text br {
    display: none;
  }
  .team-hero-line1 > .fl-col-content.fl-node-content {
    background-size: 31px 100%;
  }
  .about-counter .fl-module-content h2.uabb-number-string{
    margin-bottom: 15px;
  }
  .about-info > .fl-col-content .uabb-infobox h4.uabb-infobox-title {
    margin-bottom: 15px;
  }
  .about-counter span.uabb-number-after-text {
    font-weight: 600 !important;
  }
  .about-view-career > .fl-col-content.fl-node-content:after { width:auto; }
  .internship-section:before {
    bottom: -33px;
  }
  .team-bottom-section:before{
    bottom: 0px;
  }
  .about-row5 > .fl-row-content-wrap {
    background-size: 130px;
  }
  .about-counter .uabb-module-content.uabb-imgicon-wrap {
    display: flex;
    margin-bottom: 21px;
  }
  .leading-col2 .fl-col-content.fl-node-content:before {
    width: 345px;
    height: 238px;
  }
  .life_absci_col .uabb-table-inner-wrap .uabb-table-features .table-body-td {
    padding: 15px;
  }
  .internship-section:before { width: 320px;}
  .life-outside-col .uabb-module-content li.uabb-info-list-item {
    padding-right: 20px;
  } 
  .internship-section .fl-row-content-wrap:after {
    right: 32px;
    width: 285px;
  }
  .life_at_absci:before { width: 130px;}
  .greenhouse-output-team-row { margin-top: 54px; }
  .dept-heading h3 {
      font-size: 32px;
      line-height: 35.6px;
      margin-bottom: 25px;
  }
  .dept-heading h4.position-name a {
      font-size: 28px;
      line-height: 32px;
  }
  .dept-job-position.show-position { padding: 30px; }    
  .dept-heading .location-name {
      font-size: 20px;
      line-height: 24px;
  }
  .description-info p, .description-info ul li span {
    font-size: 18px;
    line-height: 28px;
  }
  .description-info p strong {
    font-size: 24px;
    line-height: 34px;
  }
  .job-title-col .job-heading h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .life_at_absci .column p {
    margin-bottom: 25px;
  }
  .career-outside-work .uabb-info-list-icon .uabb-image .uabb-photo-img { width: 80px; }
  .career-hero-bg { margin-right: 0%; }
  .career-hero-line1 > .fl-col-content.fl-node-content:before,.career-line-row2 > .fl-row-content-wrap::after, .career-line-row2 .fl-row-content-wrap:before, .about-counter-line > .fl-col-content.fl-node-content:after, .absci-location > .fl-col-content.fl-node-content:after, .leadership-team > .fl-col-content.fl-node-content:before, .team-hero-line1 > .fl-col-content.fl-node-content:before, .team-hero-line1 > .fl-col-content.fl-node-content:after,.absci-location-col > .fl-col-content.fl-node-content::before, .error_col::after, .exit_col > .fl-col-content:before   {
    content: unset;
  } 
  .footer .flex-md-row-reverse{
    flex-direction: row-reverse !important;
  }
  .footer .flex-md-row-reverse .col-md-9{
      order:2;
  }
  .footer .flex-md-row-reverse .content{
    max-width: 100%;
    padding: 75px 15px 30px 15px;
  }
  .footer .footer-content .menu-footer-container{
    padding: 0px 15px 0px 15px;
  }
  .footer .footer-content .menu-footer-container #menu-footer{
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-content .menu-footer-container #menu-footer > li > a, 
  .footer .footer-content .menu-footer-container #menu-footer > li ul a{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
  }
  .video-sec video.fullscreen{
    border-left: none;
    border-right:none;
  }
  .row-bg > .fl-row-content-wrap::after{
    display:none;
  }
  .fix_header_margin{
        padding-top: 76px;
  }
  body.fl-builder .press-kit-row .fl-rich-text p {font-weight: 400 !important;}
  body.fl-builder .para-font-weight p{
    font-weight: 600 !important;
    letter-spacing: -0.48px;
  }
  .mobile_testimonial .uabb-testimonials-wrap .uabb-testimonials .uabb-testimonial-photo .uabb-image-content,
  .mobile_testimonial .uabb-testimonials-wrap .bx-wrapper .bx-pager{
    float: left;
    text-align: left;
  }
   .mobile_testimonial .uabb-testimonials-wrap .uabb-testimonials .uabb-testimonial-photo .uabb-image-content{
    margin-bottom: 26px;
   }
  .news_updates_sec .uabb-imgicon-wrap,.news_updates_sec .uabb-infobox-title-wrap{
        margin-bottom: 31px;
  }
  .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-prev{
    display: none;
  }
   .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-next{
        bottom: -80px;    
        top: auto;
   }
  .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-next i{
    font-size: 21px;
    height: 55px;
    width: 58px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .mobile_testimonial .uabb-testimonials-wrap .uabb-slider-next i::before{
          width: 17px
    }
    .mobile_testimonial .bx-pager.bx-default-pager a{
          opacity: 1 !important;
    }
    .mobile_testimonial .bx-pager.bx-default-pager a.active{
          background: #FF472E;
    }

   .about_inner_image_Sec::before,.about_image_Sec > .fl-row-content-wrap{
        background-image: none;
  }
  .technology_hero_img_sec .technology_hero_inner_sec .image_sec{
       margin-right: 0px;
   }
   .technology_sec > .fl-row-content-wrap,.pseudo-contact-img-col > .fl-row-content-wrap,.pseudo-contact-img-col > .fl-row-content-wrap:after{
      background-image:none;
   }
  .news_updates_sec{
      width: 100%;
  }
  .news_and_updates .news_updates_sec {
        border-left: none;
        border-right: none !important;
        min-height: auto !important;
        height: auto !important;
  }
  .news_and_updates .news_updates_sec > .fl-node-content{
    padding: 56px 30px 56px !important;
    border-left: none;
    border-bottom: 2px solid #000000;
    min-height: auto !important;
  }
  .news_updates_sec .uabb-infobox-text-wrap a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .news_updates_sec .uabb-infobox-title-wrap h3{
        font-size: 32px;
        line-height: 35.2px;
    }
    .news_updates_sec{
      max-width: 100% !important;
    }
    .news_and_updates .news_updates_sec:last-child > .fl-col-content{
          border-right:none;
           border-bottom:none;
    }
  .conference_btn{
    padding: 0px 30px;
  }
  .error404 .scrolled .toggler .icon-bar, body.error404 .toggler .icon-bar{
        background: #142351;
  }
  .removeheader .is-provider-youtube{
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .removeheader .bg_logo{
      width: 45%;
  }
  .removeheader .jumbotron.no-bg .row .hero-heading{
    margin: 30px 0 20px 0;
    font-size: 30px;
    line-height: 40px;
  }
  .removeheader .container, .connect_with_us_wrapper{
     margin-left: 15px;
    margin-right: 15px;
  }
  .connect_with_us_wrapper,.removeheader .container{
        padding: 30px 0px;
  }
  .removeheader .container .row .col-12 .content, .removeheader .container .row .col-12 .video-holder,
  .removeheader .container .row .col-12 .video-holder, .removeheader .container .row .col-12 .video-holder iframe{
    max-width: 100%;
    width: 100%;
    margin-right: 15px;
  }
  .connect_with_us_wrapper .connect_with_us .ginput_complex span{
      margin-bottom: 0px;
  }
  .connect_with_us_wrapper .connect_with_us span.name_first{
      margin-bottom: 15px;
  }
  .connect_with_us_wrapper .gform_heading, .connect_with_us_wrapper .connect_with_us{
    max-width: 100%;
  }
  .connect_with_us_wrapper .connect_with_us{
    padding: 0px 15px;
  }
  .connect_with_us_wrapper .gform_heading .gform_title{
    margin-top: 0px;
  }
  .removeheader .container .row .col-12 div.video-holder{
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    height: auto !important;
  }
  .connect-us-desc h4{
     font-size: 20px;
     line-height: 30px;
  }
  .thanks_sec{
    max-width: 100%;
  }
  .connect-us-desc p,.removeheader .copyright_blog .copyright_section,
  .connect_with_us_wrapper .gform_heading .gform_description,
  .gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input,
  .gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gfield .ginput_container input::placeholder,
  .gform_wrapper.gravity-theme.connect_with_us_wrapper .connect_with_us .gform_footer input[type=submit]{
      font-size: 16px;
      line-height: 23px;
  }
  .removeheader .container{
    padding-bottom: 0px;
  }
  .connect_with_us_wrapper .gform_heading .gform_title{
    line-height: 35px;
  }
  .removeheader .copyright_blog{
        padding: 0px !important;
  }
  .thanks_sec h3{
      font-size: 30px;
     line-height: 48px;
  }
  .thanks_sec h6{
     font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .thanks_sec p{
      font-size: 16px;
      line-height: 23px;
  }
  /* partner-with-us */
  .gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container input::placeholder,
  .gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container textarea::placeholder{
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .gform_wrapper.gravity-theme.partner_with_us_sec_wrapper .partner_with_us_sec .gfield .ginput_container textarea{
    height: 74px !important;
    margin-bottom: 4px !important;
  }
  .uabb-gf-style .partner_with_us_sec .gform-body input[type=text],
   .uabb-gf-style .partner_with_us_sec .gform-body input[type=tel],
  .uabb-gf-style .partner_with_us_sec .gform-body input[type=email],
  .uabb-gf-style .partner_with_us_sec .gform-body .gfield select{margin-bottom: 10px !important;}
  .gform_validation_error .partner_with_us_sec .has_first_name .name_first > input,
  .gform_validation_error .partner_with_us_sec .has_first_name .name_last > input,
  .gform_validation_error .partner_with_us_sec .ginput_container_email > input{margin-bottom: 0px !important;}
  .gform_validation_error .partner_with_us_sec .gfield_error .gfield_validation_message {margin-top: 0px !important;}
  .gform_validation_error .partner_with_us_sec .ginput_container_email > .validation_message{margin-top: -10px !important;}
  .working-col:before{display: none;}
  .partnership-header-section h2.uabb-heading{margin-top: 28px !important;}
.testemonial_slider .content_slider .uabb-slider-prev{left: -35px;display: none;}
  .testemonial_slider .bx-pager{text-align: left;}
  .testemonial_slider .content_slider .uabb-slider-next{right: -35px;}
/*  .partnership-hero-img:before{background-image: url("/wp-content/uploads/2023/01/Side-Accent.png"); left:0px;}*/
  .pipeline_list li{
    width: 100%;
    clear: both;
    float: none;
    font-weight: 500 !important;
  } 
  .testimonial-row-section .uabb-testimonial-author-description .testimonial-btn, 
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description{
    line-height: unset;
  }
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description .slider-testimonial-para{
    font-weight: 600;
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: -0.05em;
    margin-bottom: unset !important;
    margin-top: 34px;
  }
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description .img-content-part{
    position: absolute;
    top: 0;
    padding: 30px;
    height: 360px;
  }
  .testimonial-row-section .uabb-testimonial-author{margin-top: 30px;}
  .testimonial-row-section .compact-wide .bx-wrapper .uabb-testimonial-author-description .testimonial-btn{
      margin-top: 30px;
      display: flex;
      height: 56px;
      justify-content: left;
      align-items: flex-start;
      text-align: left;
      float: left;
  }
  .testimonial-row-section .testemonial_slider .content_slider .uabb-testimonial .uabb-testimonial-photo{
    position: relative;
  }
  .testimonial-row-section .testemonial_slider .content_slider .uabb-testimonial .uabb-testimonial-photo::before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), #FFFFFF;
  }
  /* .testimonial-row-section .testemonial_slider .content_slider .uabb-testimonial .uabb-image-content img{
    width: 100% !important;
    height: 360px !important;
    object-fit: cover;
  } */
    .testimonial-row-section .img-content-part p{
    color: #ffffff !important;
  }

 .testimonial-row-section .testimonial-logo-img{display: none;}
  .testimonial-row-section .testimonial-logo-img-mob{
    display: block;
    width: 178px;
    height: 63px;
    margin: 0px 0px 38px;
  }
  .testimonial-row-section .uabb-blog-post-content{
    display: block;
  }
  .testimonial-row-section .uabb-post-thumbnail .wp-post-image{
    float: left;
  }
  .testimonial-row-section .slider-post-content{
    width: 100%;
    padding-left: 0px;
  }
  .testimonial-row-section .uabb-blog-posts ul.slick-dots{
    text-align: left;
    bottom: -20px;
  }
  .testimonial-row-section .uabb-module-content .slick-arrow{
    bottom: -70px;
  }
  .testimonial-row-section .content_slider .bx-default-pager{bottom: -40px;}
  .testimonial-row-section .content_slider img.uabb-photo-img {width: 100% !important;}
  .common-testimonial .bx-wrapper .bx-controls-auto, .common-testimonial .bx-wrapper .bx-pager {bottom: -50px;}
  .common-testimonial .testemonial_slider .content_slider .uabb-slider-next {bottom: -100px;}
  .common-testimonial .testemonial_slider .uabb-text-editor{font-weight: 500;}
  .common-testimonial .testemonial_slider .uabb-testimonial-author-name{font-weight: 700;}
  .testimonial-row-section .no-featured-image{width: 100%;}
  .testimonial-row-section .uabb-post-heading{margin-top: 20px;}
  .testimonial-row-section .uabb-module-content .slick-prev {display: none !important;}
  .info-partnership .uabb-imgicon-wrap, 
  .info-partnership .uabb-infobox-title-wrap{width: 100% !important;}
  .info-partnership .uabb-imgicon-wrap{
    margin-bottom: 25px;
  }
  .info-partnership .uabb-infobox-title-wrap > h4.uabb-infobox-title{
    margin-bottom: 0px;
  }
  .partnership-hero-img:before{background-image: url("/wp-content/themes/absci/assets/imgs/partnership_Mobile.svg"); left:0px;width: 30px;}
  /* about */
  .about-image:before{background-image: url("/wp-content/themes/absci/assets/imgs/homepage_Mobile.svg");width: 30px;}
  .about-working-col .potential-heading-col > .fl-col-content{padding-right: 40px;}
  .about-breakthrough-section:before{background-image: url("/wp-content/themes/absci/assets/imgs/homepageMobile2.svg");width: 30px;}
  .technology-hero-img:before{ background-image: url("/wp-content/themes/absci/assets/imgs/technologyMobile.svg");width: 30px;}
  .technology-image:before{ background-image:url("/wp-content/themes/absci/assets/imgs/technologyMobile2.svg");width: 30px;}
    .career-hero-line1 > .fl-col-content.fl-node-content:before,.career-hero-line1 > .fl-col-content.fl-node-content:after{
    display:none;
  }
  .career-hero-line1 > .fl-col-content.fl-node-content{
      background-size: 40px 100%;
  }
  /*Resource News*/
  .col-8.post-col1, .col-4.post-col1 {
    padding: 30px;
  }
  .news-heading .press-kit-text .fl-rich-text p {font-weight: 500 !important;}
  .team-info:last-child > .fl-col-content {
    margin-right: 0%;
  }
.resource-col { border-right: 2px solid #000000;}
  /*.col-4.post-col1:nth-child(-n+2) {border-bottom: 0px;}
  .col-4.post-col1:nth-child(-n+3){border-right: 2px solid #000000}
  .alm-reveal:first-child .col-4.post-col1:first-child {
    border-top: 2px solid #000000;
  }*/
  .col-4.post-col1:nth-child(-n+2) {border-right: 2px solid #000000; }
  .col-4.post-col1:nth-child(-n+3) {border-top: 0px;}
  .col-8.post-col1 {border-right: 2px solid #000000;}
  .post-col1 h3.uabb-infobox-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0px;
  }
  .post-col1 h5.uabb-infobox-title-prefix {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .news_email_form .gform-button {padding: 12px 35px;}
  .news_email_form div#field_submit {
    margin-left: 0px;
    margin-bottom: 20px;
    justify-content: start;
  }
  .col-4.post-col1, .col-8.post-col1 {min-width: 100%;}
  .news-hs-col > .fl-col-content {position: relative;}
  .news-hs-col > .fl-col-content::before {
    content: " ";
    background-image: url(/wp-content/uploads/2023/05/protein_under_microscope.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 91px;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  .news-hs-col > .fl-col-content {
    background: unset;
  }
  .resource-featured-post h3.uabb-infobox-title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px !important;
  }
  .resource-featured-post .fl-module-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  } 
  .news-filter .alm-filters-container .alm-filter ul,.related-resource .alm-listing.alm-ajax { display: block;}
  .press-kit-row p + p {margin-top: 10px;}
  .resource-featured-post .uabb-infobox-text {
    font-size: 20px;
    line-height: 26px;
  }
  .news-filter .alm-filters-container .alm-filter li {
    background: #f7f7f7;
  }
  .news-filter .alm-filters-container .alm-filter li div.alm-filter--link {
    padding: 25px;
    margin: 25px 0px;
    text-align: left;
  }
  .news-filter {
    margin-left: -35px;
    margin-right: -35px;
  }
  .news_email_form .ginput_container.ginput_container_email {min-width: auto;}
  .news_email_form input[type=email]{
    font-size: 18px !important;
    line-height: 28px;
    padding: 6px 20px 6px !important;
  }
  .content-holder.single-post h1.header2, .resource-row .col-md-8 h3 {
    font-size: 40px;
    line-height: 48px;
  }  
  .resource-col, .resource-col:last-child {
    border-left: 0px;
    border-right: 0px;
  }
  .related-resource .col-md-10, .related-resource .col-md-4,.container-fluid .related-resource {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .related-news .col-md-4 {
    padding-left: 15px;
    padding-top: 30px;
  }
  .content-holder.single-post .alm-load-more-btn.more { margin-top: 15px;}
  .row.content.related-news {margin-bottom: 16px !important;}
  .container-fluid .resource-row {margin-top: 42px;}
  .related-news .col-md-4 h3 {
    font-size: 30px;
    line-height: 42px;
  }
  .related-news p + p { margin-top: 15px;}
  .resource-col { min-width: fit-content !important; padding: 0px}
  .row.content.related-resource {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .resource-col .uabb-infobox .uabb-infobox-content {
    padding: 0px 15px;
  }  
  .related-news-post h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .resource-col .uabb-infobox .uabb-infobox-content {padding-left: 30px;}
  .container-fluid.content-holder.single-post {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .resource-col h3.uabb-infobox-title {
    font-size: 28px;
    line-height: 38px;
  }
  .single #wrapper .related-news p strong {word-break: break-word;}
  .resource-col:last-child {border-bottom: 0px;} 
  .news_email_form input::placeholder {
    font-size: 18px;
    line-height: 24px;
  }
.resources-row .alm-listing.alm-ajax:first-child .col-4.post-col1:nth-child(2) {
    border-top: 0px;
  }
  .resources-row .alm-listing.alm-ajax:first-child .col-4.post-col1:first-child {
    border-top: 2px solid #000000;
  }
  .resources-row .col-4.post-col1{
    border-left: 2px solid #000000;
  }
  .resource-col:last-child { border-bottom: 0px;}
  .row.content.related-resource {margin-bottom: 21px !important;}
  .related-resource .alm-listing.alm-ajax, .resource-col.fl-col-small:not(.fl-col-small-full-width) {display: block;}
  .related-news .col-md-8 h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .resource-bottom-section > .fl-col-content { background-size: 65px 100%; }
  .event-filter a.uabb-btn {
    display: block !important;
    text-align: left;
  }
  .event-filter .uabb-btn-horizontal {
    background: #f7f7f7;
    margin-bottom: 10px;
  }
  .event-filter .uabb-module-content{ display:block; }
  li.footer-careers.mobile-menu, .footer li.heading-links {
    margin-top: 0px;
  }
  .landing-page-content h3 + p {
    margin-top: 21px;
  }
  .landing-page-content { padding-top: 10px;}
  .landing-page-content p { margin-top: 20px; }
  .landing-page-content ul + p { margin-top: 20px;}
  .no-results { padding: 0px;}
  .no-results p {
    font-size: 20px;
    line-height: 30px;
  }
  .member_img_col {max-width: 100% !important;}
  .related-news-post {min-width: -webkit-fill-available !important;}
  .exit_row .fl-row-content-wrap:before{display: none;}
  .description-info ul li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.8px;
  }
  .resource-col {
    max-width: -webkit-fill-available !important;
  }
  /*°µÍøTV Our Value*/
  body  .absci-logo-embrace  > .fl-col-content.fl-node-content:after {
      background-size: contain;   
      width: 100px;   
  }
    .row-one-team .fl-row-content-wrap:before {  
      background-size:cover;
      width: 45px;   
  }
  .result-col2 .fl-module-content.fl-node-content .fl-photo{position: relative;}
  .result-col2 .fl-module-content.fl-node-content .fl-photo:after {
      content: " ";
      background-image: url(/wp-content/uploads/2023/09/result-Mask-group.jpg);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 35px;
      height: 100%;
      top: 0px;
      right:  0px;
  }
  .we-deliver-result .fl-row-content-wrap:after{background-image: unset;}
  .innovate-red-black-img .fl-col-content.fl-node-content
   {
     background-position: 0px 60%;
  }
  .difference-col > .fl-col-content:before {  
      bottom: 0px; 
      top: 73%;
  }
    #about-innovate .uabb-ultb3-info {
      padding: 15px 15px 15px 85px;
  }
  #about-right-things .uabb-ultb3-info {
      padding: 15px 15px 15px 130px;
  }
  .we-are-doing-parent-sec > .fl-col-content.fl-node-content:after {
      top: 56%;
  }
  .we-believe-text-col .fl-col-content.fl-node-content:before{ background: unset;  }
    .we_believe_impossible  .fl-row-content-wrap:after {       
      width: 45px;     
      left: 0px;
  }
  .absci-logo-embrace  > .fl-col-content.fl-node-content:after {
    bottom: 20px;
  }
  .about-row > .fl-row-content-wrap > .fl-row-content {  
    margin: 0px 15px 0px 15px !important;
  }
  .we-do-right-things-row .absci-logo-embrace > .fl-col-content.fl-node-content:after {
      right: 0px;
      bottom: 55px;
      left: 0;
  }
  .exit-popup-icon  .uabb-content span.uabb-modal-close .fa-times:before {
      width: 22px;
      height: 22px; 
  }
  body .we-deliver-result .fl-row-content-wrap .fl-module-rich-text .fl-rich-text p{
    position: relative;
    padding-right: 35px;
  }
  body .we-deliver-result .fl-row-content-wrap .fl-module-rich-text .fl-rich-text p:after {
      content: " ";
      background-image:unset;
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 35px;
      height: 100%;
      top: 0px;
      right: -15px;
  }
  .exit-popup-icon .uabb-content span.uabb-modal-close .fa-times {
      border-bottom: 0px solid #000000;
      right: 45px !important;
      padding: 25px !important;
  }
  /*°µÍøTV Our Value End*/
  .newsletter-footer-container {
    width: auto;
    margin-top: 0px;
    padding: 0px 15px;
  }
  .related-news h3.post-signup {
    margin-top: 31px;
    font-size: 25px;
    line-height: 30px;
  }
  /*New Blog start*/
  .blog-featured .uabb-infobox-title-wrap{
      padding-left: 26px;
      padding-right: 26px;
  }
  .blog-filter .alm-filters-container .alm-filter--inner{
    padding: 0px;
  }
  .blog-featured h5.uabb-infobox-title-prefix {
    font-size: 18px;
      line-height: 28px;
  }
  .blog-featured h3.uabb-infobox-title {
    font-size: 28px;
      line-height: 32px;
  }
  iframe.blog_pardot_form {
    height: 185px;
  }
  /*end Blog start*/
  .contact-hs-line > .fl-col-content {
    background-size: auto;
  }
  .poster-col .fl-col-content {background-size: 70px 100%;}
  .sci-search {
    position: absolute;
    margin-bottom: 40px;
    left: 0px !important;
    min-width: 100% !important;
    bottom: -125px;
  }
  .alm-filters-container .sci-search .alm-filter--text-wrap button[type=button] {
      height: 0px;
      width: 0px;
      padding: 0px;
  }
  .alm-filters-container .sci-search .alm-filter--text-wrap button[type=button] {
    padding: 0px;
  }
  .sci-search .alm-filter--text-wrap button::after{
    right: 10px;
    bottom: -48px;
    background-size: 32px 100%;
  }
  .sci-search {
    position: inherit;
  }
  .alm-filters-container .sci-search .alm-filter--text-wrap input[type=text]::placeholder{
    font-size: 20px;
    line-height: 30px;
  }
  .alm-filters-container .sci-search .alm-filter--text-wrap input[type=text]{
    height: 52px;
    padding: 10px 52px 10px 15px !important;
    font-size: 20px;
    line-height: 30px;
  }
  .science-listing-col .blog-col h5.uabb-infobox-title-prefix{
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
    padding: 1px 3px 0px;
  }
  .science-listing-col .blog-col h3.uabb-infobox-title {
    margin-top: 15px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container #menu-main-nav li ul li.sub-child > ul a {
    font-size: 20px;
    line-height: 30px;
  }
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show li.sub-child li a .icon {
    top: -3px;
  }
  .related-news h3.share-btn {
    font-size: 24px;
    line-height: 30px;
  }
  .no-results {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  .member_desc_col .fl-module-info-box > .fl-module-content > .uabb-infobox {
    padding-left: 40px !important;
  }
  .member_desc_col > .fl-col-content .fl-module:nth-child(2) .fl-module-content {
    padding-top: 20px !important;
  }
  .member_desc_col .fl-module-info-box > .fl-module-content {
    margin-top: 26px !important;
  }
  .top_blogs .uabb-imgicon-wrap, .top_blogs .uabb-infobox-content {
    margin-right: 0px;
    width: 100%;
  }
  .top_blogs h3.uabb-infobox-title{
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
  }
  .top_blogs .uabb-infobox-left-right-wrap {
    display: block;
  }
 .eq_height_row .fl-cta-inline .fl-cta-button {
    width: 45%;
  }
  .event_publication:not(:last-child) {
    border-bottom: 0px;
  }
  .event_publication:nth-child(2) {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
  .stories_col .fl-module:after,
  .stories_col .fl-col-content.fl-node-content:before,
  .search_listing_col >.fl-col-content.fl-node-content:before,
  .search_listing_col >.fl-col-content.fl-node-content:after{
    content: unset;
  }
  .search_listing_col_sm > .fl-col-content{
    background-size: 145px 100%;
  }
  .search_col div#field_submit {
    margin-left: 0px;
  }
  .search_result_col h3.uabb-infobox-title{
    font-size: 22px;
    line-height: 32px;
    word-wrap: break-word;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
  }
  .search_result_col h5.uabb-infobox-title-prefix {
    font-size: 14px;
    line-height: 20px;
  }
  .search_result_col {
    padding: 25px;
  }
  .search-post-col button.facetwp-load-more{
    font-size: 18px;
    line-height: 22px;
  }
  .search-post-col .facetwp-facet input.facetwp-search{
    height: 50px;
    font-size: 18px;
    line-height: 22px;
    padding-right: 45px;
  }
  .search-post-col .facetwp-icon:before{
    background-size: 35px 35px;
    right: 2px;
  }
  .search-filter-col span.facetwp-display-value {
    font-size: 20px;
      line-height: 30px;
  }
  .search-filter-col .facetwp-checkbox:before{
    width: 19px;
    height: 19px;
    top: 6px;
  }
  .search-filter-col .facetwp-checkbox.checked:after{
      width: 18px !important;
      height: 18px !important;
      left: -2px;
      top: 5px;
  }
  .top_blogs .uabb-infobox-content {
    margin-left: 0px;
  }
  .top_stories_form .fl-col-content{
    display: block;
  }
  .top_search_input input.top_search_submit {
        margin-top: 25px;
        font-size: 18px;
        line-height: 24px;
  }
  .sci_call_action .fl-cta-button {
    width: 55% !important;
  }
  .top_news .uabb-infobox-left-right-wrap {
    display: block;
  }
  .search-post-col .facetwp-facet {
    text-align: left;
  }
  .top_search_input input[type="text"] {
    min-width: auto !important;
    width: 100%;
  }
  .stories_info, .event_publication {
    padding: 25px;
  }
  .event_publication {
    min-width: 100% !important;
  }
  .top_news .uabb-infobox-content .uabb-infobox-title-wrap{
    margin-top: 20px;
  }
  form.top-search-form{
    display: block;
  }
  .news_main_sec .news_updates_sec>.fl-node-content {
    padding: 56px 30px 56px!important;
    border-left: none;
    border-bottom: 2px solid #000;
    min-height: auto!important;
  }
  .top_search_input input.top_search_submit {
    margin-left: 0px;
  }
  .no-results {
    padding: 0px;
    font-size: 20px !important;
    line-height: 32px !important;   
  }
  .related-news h3.share-btn {
    font-size: 24px;
    line-height: 30px;
  }
  .no-results p {
    font-size: 20px;
    line-height: 30px;
  }
  .stories_info.fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
  }
  .featured_story_col .fl-col-content {
    min-height: inherit;
  }
  .event_publication:first-child {
    border-right: 2px solid;
  }
  .resource-featured-post > .fl-module-content.fl-node-content:after{
    min-height: inherit;
  }
  .top_news .uabb-infobox-content {
    width: 100%;
  }
  .partner_with_us_sec .gfield .name_first {
    padding-right: 0 !important;
  }
  .partner_with_us_sec .gfield .name_last {
    padding-left: 0 !important;
  }
  .partnership-form-col .gform_wrapper.gravity-theme .ginput_complex {
    flex-direction: column;
  }
  .partnership-form-col .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
  .contact-us-form .gform_wrapper.gravity-theme .ginput_complex span{
    margin-bottom: 0px;
  }
  .contact-us-form .ginput_container .name_first {
    margin-bottom: 4px !important;
  }
  .contact-us-form .gform_wrapper.gravity-theme .ginput_complex {
    gap: 14px;
  }
  .uabb-gf-style .gform_wrapper .gform_footer input[type=submit]{
    padding: 8px 25px !important;
  }
  .partner_with_us_sec .ginput_container_phone {
    padding-left: 0 !important;
  }
  .partner_with_us_sec .ginput_container_email {
    padding-right: 0 !important;
  }
  .partnership-form-col .gform_wrapper.gravity-theme .gfield_error .ginput_complex {
     flex-direction: column;
      gap: 10px;
  }
  .partner_with_us_sec_wrapper {
    padding: 7px 0px 0px;
  }
  .partnership-form-col .gform_validation_error .partner_with_us_sec .gf_inline_job_title{
    margin-bottom: 0px;
  }
  .partnership-form-col .gform_wrapper div.gfield.gfield_error{
    padding-bottom: 0px !important;
  }
  .partnership-form-col .gform_wrapper.gravity-theme .gfield_error .ginput_complex {
    padding: 0 0 10px !important;
  }
  .partnership-form-col .uabb-gf-style textarea {
    margin-bottom: 4px !important;
  }
  .partnership-form-col .gform_wrapper.gravity-theme .gated_form .ginput_complex{
    flex-direction: row;
  }
  .team-hero-bg {margin-right: 0;}
  .equal-height-info {
        width: 100% !important;
    }
}
@media screen and (min-width: 767px){ 
  .about-hero-img > .fl-col-content{  background-size: 88px 100%; }
}
@media screen and (max-width: 640px){
  .partner_with_us_sec .gfield .name_first,.partner_with_us_sec .gfield .name_last{ flex: 1px !important;}
  .partner_with_us_sec .ginput_complex span{margin-bottom: 0px !important;  padding-right: 0px !important;}
  /*.partner_with_us_sec .email_gf_left_half,
  .partner_with_us_sec .phone_gf_right_half{grid-column: span 6 !important;}*/
  .partner_with_us_sec .ginput_container_email {padding-right: 0px !important;}
  .partner_with_us_sec .ginput_container_phone {padding-left: 0px !important;}
  .partner_with_us_sec .gform_footer{padding: 0px !important;}
  /* .partner_with_us_sec .has_first_name .name_first > input,
 .partner_with_us_sec .has_first_name .name_last > input,
 .partner_with_us_sec .ginput_container_email > input,
 .partner_with_us_sec .ginput_container_text > input,
 .partner_with_us_sec .ginput_container_phone > input{max-height: 28px !important;} */
 .news_email_form input[type=email] {
  line-height: 34px !important;
 }
 .news_email_form .gform-button {padding: 5px 35px;}
  .top_blog_col .uabb-image-content img {
    max-width: 265px !important;
  }
  .gated_form_wrapper .ginput_complex span.name_first {margin-bottom: 16px !important;}
  .gated_form_wrapper .gfield .ginput_complex span.name_last {margin-bottom: 0px !important;} 
}
@media screen and (max-width: 440px){
  .we-believe-text-col .fl-col-content.fl-node-content {
        margin-bottom: 35px !important ;
  }
}
@media screen and (max-width: 420px){
  body .impossible .uabb-ultb3-info {
      padding: 25px 30px 17px 130px;
  }
}
@media screen and (max-width: 414px){
  .career-outside-work .uabb-module-content .uabb-info-list-item .uabb-info-list-content {
    width: 100% !important;
  }
  .career-outside-work .fl-module .uabb-module-content .uabb-info-list-icon {
    margin-bottom: 10px;
  }
  .about-counter .uabb-module-content .uabb-number-text {
    width: unset !important;
  }
  .member_row > .fl-row-content-wrap:after{
    width: 96px;
    height: 110px;
  }
  .error_col_text .fl-col-content.fl-node-content {
    margin-right: 0px;
    margin-top: 60px;
  }
  .believe-absci-logo > .fl-col-content {padding-top: 15px !important;}
  .we-believe-text-col .fl-col-content.fl-node-content {
      margin-bottom: 85px!important;
  }
  .news-heading.scaling-title.fl-module-heading .fl-heading {
      font-size: 35px !important;
      line-height: 45px !important;
  }
}
@media (min-width: 360px) and (max-width: 767px) {
  .footer .footer-content .menu-footer-container #menu-footer > li > a{
    white-space: nowrap;
  }
}
/*firefox css*/
@-moz-document url-prefix() {
  @media screen and (min-width: 1024px) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li {
      margin-right: 10px;
    }
  }
}
/*safari css*/
@media screen and (-webkit-min-device-pixel-ratio:0){
  .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li {
    padding: 9.98px 12px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  @media (min-width: 1024px) and (max-width: 1080px){
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li {
      padding: 8px;
    }
  }
}

@media not all and (min-resolution:.001dpcm) { @media {
   .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:after{ 
        position: relative;
    }
    .testimonial-row-section .uabb-module-content .slick-arrow{
      width: 58px;
      height: 58px;
    }
    .container-fluid.main-nav .col-12{
      padding-left: 10px;
      padding-right: 10px;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list ul.show li.sub-child > ul {
      left: 312px !important;
      top: 0;
    }
}}
@media screen and (max-device-width: 767px) {
  .testimonial-row-section .uabb-module-content .slick-arrow{
    bottom: -67px;
    width: 58px;
    height: 58px;
  }
 } 
@media not all and (min-resolution:.001dpcm) { @media {
  @media (min-width: 1024px) and (max-width: 1280px) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:after{ 
        position: relative;
    }
    /*.container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
        padding:  8px 11px 7px 11px;
    }*/
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu > li {
      margin-right: 4px;
      padding: 9.98px 10px;
    }

  }
}}
@media only screen 
  and (min-width: 834px) 
  and (max-height: 992px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation : landscape){
    .career-line-row2 .fl-row-content-wrap:before {bottom: -55px;}
}
@media only screen 
  and (min-width: 992px) 
  and (max-height: 1080px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation : landscape){
    .life-outside-col .uabb-module-content li.uabb-info-list-item {
      padding-right: 0px;
    }
    .life-outside-col.fl-col > .fl-col-content {
      margin-right: 20px;
    }
    .life_at_absci .fl-node-b9tni8jfa3cp .uabb-table {
      overflow-x: unset;
    }
  }
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.contact_class a:after{ 
        position: relative;
    }
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li{
        margin-right: 0px;
        padding:  8px 11px 7px 11px;
    }
    .team-info:first-child .uabb-image.uabb-image-crop-simple img {
        min-height: 266.66px;
    }
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation : landscape){
    .container-fluid.main-nav .col-12 nav .menu-main-nav-container .menu li.dropdown_list a:after{
      top:5px;
    }
  }

/*@media not all and (min-resolution:.001dpcm) { @media {
    @media screen and (max-width: 834px){
      team:126.team-info:first-child .uabb-image.uabb-image-crop-simple img {
          min-height: 240.48px;
      }
    }
}}*/

/* Hide unnecessary menu from top admin bar to prevent it from getting crowded */
#wp-admin-bar-ubermenu,
#popup-maker-toolbar,
#wp-admin-bar-gform-forms,
#wp-admin-bar-gform-forms,
#wp-admin-bar-new-content,
#wp-admin-bar-comments,
#wp-admin-bar-customize,
#wp-admin-bar-updates,
#wp-admin-bar-popup-maker,
#wp-admin-bar-wpseo-menu,
#wp-admin-bar-wpengine_adminbar,
#wp-admin-bar-enable-jquery-migrate-helper,
#wp-admin-bar-ubermenu_loading,
#wp-admin-bar-imagify,
#wp-admin-bar-easy-updates-manager-admin-bar,
#wp-admin-bar-lc_settings,
#wp-admin-bar-vc_inline-admin-bar-link,
#wp-admin-bar-wp-rocket,
#wp-admin-bar-monsterinsights_frontend_button
{
    display: none;
}

#hero-canvas{
  background-color: #000;
}

#hero-canvas > div {
  z-index: 1;
}

#hero-canvas canvas{
  z-index:0;
}