/* Global */
/* base styles */
img {
  max-width: 100%; }

.link-wrap {
  display: block;
  list-style: none; }
  .link-wrap:focus {
    outline: none; }

.full-width {
  width: 100%; }

.text-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px); }
/* Core */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *, *::before, *::after, p::first-letter, div::first-letter, blockquote::first-letter, li::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }

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

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }
  @-ms-viewport {
    width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

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

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

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

abbr[title], abbr[data-original-title] {
  cursor: help; }

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #4e719e;
  text-decoration: none; }
  a:focus, a:hover {
    color: #354c6b;
    text-decoration: underline; }

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

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a, area, button, [role="button"], input, label, select, summary, textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input, button, select, textarea {
  line-height: inherit; }

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  cursor: not-allowed; }

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

textarea {
  resize: vertical; }

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

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

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

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

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.1; }

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

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

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

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: normal; }

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: 5px; }

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }
  .blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #636c72; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .pull-0 {
    right: auto; }
  .pull-1 {
    right: 8.3333333333%; }
  .pull-2 {
    right: 16.6666666667%; }
  .pull-3 {
    right: 25%; }
  .pull-4 {
    right: 33.3333333333%; }
  .pull-5 {
    right: 41.6666666667%; }
  .pull-6 {
    right: 50%; }
  .pull-7 {
    right: 58.3333333333%; }
  .pull-8 {
    right: 66.6666666667%; }
  .pull-9 {
    right: 75%; }
  .pull-10 {
    right: 83.3333333333%; }
  .pull-11 {
    right: 91.6666666667%; }
  .pull-12 {
    right: 100%; }
  .push-0 {
    left: auto; }
  .push-1 {
    left: 8.3333333333%; }
  .push-2 {
    left: 16.6666666667%; }
  .push-3 {
    left: 25%; }
  .push-4 {
    left: 33.3333333333%; }
  .push-5 {
    left: 41.6666666667%; }
  .push-6 {
    left: 50%; }
  .push-7 {
    left: 58.3333333333%; }
  .push-8 {
    left: 66.6666666667%; }
  .push-9 {
    left: 75%; }
  .push-10 {
    left: 83.3333333333%; }
  .push-11 {
    left: 91.6666666667%; }
  .push-12 {
    left: 100%; }
  .offset-1 {
    margin-left: 8.3333333333%; }
  .offset-2 {
    margin-left: 16.6666666667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.3333333333%; }
  .offset-5 {
    margin-left: 41.6666666667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.3333333333%; }
  .offset-8 {
    margin-left: 66.6666666667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.3333333333%; }
  .offset-11 {
    margin-left: 91.6666666667%; }
  @media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto; }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }
      .pull-sm-0 {
        right: auto; }
      .pull-sm-1 {
        right: 8.3333333333%; }
      .pull-sm-2 {
        right: 16.6666666667%; }
      .pull-sm-3 {
        right: 25%; }
      .pull-sm-4 {
        right: 33.3333333333%; }
      .pull-sm-5 {
        right: 41.6666666667%; }
      .pull-sm-6 {
        right: 50%; }
      .pull-sm-7 {
        right: 58.3333333333%; }
      .pull-sm-8 {
        right: 66.6666666667%; }
      .pull-sm-9 {
        right: 75%; }
      .pull-sm-10 {
        right: 83.3333333333%; }
      .pull-sm-11 {
        right: 91.6666666667%; }
      .pull-sm-12 {
        right: 100%; }
      .push-sm-0 {
        left: auto; }
      .push-sm-1 {
        left: 8.3333333333%; }
      .push-sm-2 {
        left: 16.6666666667%; }
      .push-sm-3 {
        left: 25%; }
      .push-sm-4 {
        left: 33.3333333333%; }
      .push-sm-5 {
        left: 41.6666666667%; }
      .push-sm-6 {
        left: 50%; }
      .push-sm-7 {
        left: 58.3333333333%; }
      .push-sm-8 {
        left: 66.6666666667%; }
      .push-sm-9 {
        left: 75%; }
      .push-sm-10 {
        left: 83.3333333333%; }
      .push-sm-11 {
        left: 91.6666666667%; }
      .push-sm-12 {
        left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto; }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }
      .pull-md-0 {
        right: auto; }
      .pull-md-1 {
        right: 8.3333333333%; }
      .pull-md-2 {
        right: 16.6666666667%; }
      .pull-md-3 {
        right: 25%; }
      .pull-md-4 {
        right: 33.3333333333%; }
      .pull-md-5 {
        right: 41.6666666667%; }
      .pull-md-6 {
        right: 50%; }
      .pull-md-7 {
        right: 58.3333333333%; }
      .pull-md-8 {
        right: 66.6666666667%; }
      .pull-md-9 {
        right: 75%; }
      .pull-md-10 {
        right: 83.3333333333%; }
      .pull-md-11 {
        right: 91.6666666667%; }
      .pull-md-12 {
        right: 100%; }
      .push-md-0 {
        left: auto; }
      .push-md-1 {
        left: 8.3333333333%; }
      .push-md-2 {
        left: 16.6666666667%; }
      .push-md-3 {
        left: 25%; }
      .push-md-4 {
        left: 33.3333333333%; }
      .push-md-5 {
        left: 41.6666666667%; }
      .push-md-6 {
        left: 50%; }
      .push-md-7 {
        left: 58.3333333333%; }
      .push-md-8 {
        left: 66.6666666667%; }
      .push-md-9 {
        left: 75%; }
      .push-md-10 {
        left: 83.3333333333%; }
      .push-md-11 {
        left: 91.6666666667%; }
      .push-md-12 {
        left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto; }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }
      .pull-lg-0 {
        right: auto; }
      .pull-lg-1 {
        right: 8.3333333333%; }
      .pull-lg-2 {
        right: 16.6666666667%; }
      .pull-lg-3 {
        right: 25%; }
      .pull-lg-4 {
        right: 33.3333333333%; }
      .pull-lg-5 {
        right: 41.6666666667%; }
      .pull-lg-6 {
        right: 50%; }
      .pull-lg-7 {
        right: 58.3333333333%; }
      .pull-lg-8 {
        right: 66.6666666667%; }
      .pull-lg-9 {
        right: 75%; }
      .pull-lg-10 {
        right: 83.3333333333%; }
      .pull-lg-11 {
        right: 91.6666666667%; }
      .pull-lg-12 {
        right: 100%; }
      .push-lg-0 {
        left: auto; }
      .push-lg-1 {
        left: 8.3333333333%; }
      .push-lg-2 {
        left: 16.6666666667%; }
      .push-lg-3 {
        left: 25%; }
      .push-lg-4 {
        left: 33.3333333333%; }
      .push-lg-5 {
        left: 41.6666666667%; }
      .push-lg-6 {
        left: 50%; }
      .push-lg-7 {
        left: 58.3333333333%; }
      .push-lg-8 {
        left: 66.6666666667%; }
      .push-lg-9 {
        left: 75%; }
      .push-lg-10 {
        left: 83.3333333333%; }
      .push-lg-11 {
        left: 91.6666666667%; }
      .push-lg-12 {
        left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto; }

    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

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

    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

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

    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

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

    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }
      .pull-xl-0 {
        right: auto; }
      .pull-xl-1 {
        right: 8.3333333333%; }
      .pull-xl-2 {
        right: 16.6666666667%; }
      .pull-xl-3 {
        right: 25%; }
      .pull-xl-4 {
        right: 33.3333333333%; }
      .pull-xl-5 {
        right: 41.6666666667%; }
      .pull-xl-6 {
        right: 50%; }
      .pull-xl-7 {
        right: 58.3333333333%; }
      .pull-xl-8 {
        right: 66.6666666667%; }
      .pull-xl-9 {
        right: 75%; }
      .pull-xl-10 {
        right: 83.3333333333%; }
      .pull-xl-11 {
        right: 91.6666666667%; }
      .pull-xl-12 {
        right: 100%; }
      .push-xl-0 {
        left: auto; }
      .push-xl-1 {
        left: 8.3333333333%; }
      .push-xl-2 {
        left: 16.6666666667%; }
      .push-xl-3 {
        left: 25%; }
      .push-xl-4 {
        left: 33.3333333333%; }
      .push-xl-5 {
        left: 41.6666666667%; }
      .push-xl-6 {
        left: 50%; }
      .push-xl-7 {
        left: 58.3333333333%; }
      .push-xl-8 {
        left: 66.6666666667%; }
      .push-xl-9 {
        left: 75%; }
      .push-xl-10 {
        left: 83.3333333333%; }
      .push-xl-11 {
        left: 91.6666666667%; }
      .push-xl-12 {
        left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th, .table-inverse td, .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #9db3cf;
    outline: none; }
  .form-control::placeholder {
    color: #636c72;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
  select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff; }

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

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control.form-control-static, .input-group-sm > .input-group-addon.form-control-static, .input-group-sm > .input-group-btn > .btn.form-control-static, .cta.input-group-btn > a.form-control-static, .form-control-static.form-control-lg, .input-group-lg > .form-control.form-control-static, .input-group-lg > .input-group-addon.form-control-static, .input-group-lg > .input-group-btn > .btn.form-control-static {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .cta.input-group-btn > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .cta.input-group-btn > a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem; }

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success, .form-control-warning, .form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem; }

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .custom-control {
  color: #5cb85c; }
  .has-success .form-control {
    border-color: #5cb85c; }
  .has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea; }
  .has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' 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"); }

.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .custom-control {
  color: #ef8700; }
  .has-warning .form-control {
    border-color: #ef8700; }
  .has-warning .input-group-addon {
    color: #ef8700;
    border-color: #ef8700;
    background-color: #ffe2bc; }
  .has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ef8700' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, .has-danger .custom-control {
  color: #d9534f; }
  .has-danger .form-control {
    border-color: #d9534f; }
  .has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7; }
  .has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }

    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }

    .form-inline .form-control-static {
      display: inline-block; }

    .form-inline .input-group {
      width: auto; }

    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }

    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }

    .form-inline .form-check-label {
      padding-left: 0; }

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

    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }

    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }

    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn, .cta > a {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .cta > a:focus, .btn:hover, .cta > a:hover {
    text-decoration: none; }
  .btn:focus, .cta > a:focus, .btn.focus, .cta > a.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(78, 113, 158, 0.25); }
  .btn.disabled, .cta > a.disabled, .btn:disabled, .cta > a:disabled {
    cursor: not-allowed;
    opacity: 0.65; }
  .btn:active, .cta > a:active, .btn.active, .cta > a.active {
    background-image: none; }

a.btn.disabled, .cta > a.disabled, fieldset[disabled] a.btn, fieldset[disabled] .cta > a {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #4e719e;
  border-color: #4e719e; }
  .btn-primary:hover {
    color: #fff;
    background-color: #3d597c;
    border-color: #3a5475; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(78, 113, 158, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #4e719e;
    border-color: #4e719e; }
  .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3d597c;
    background-image: none;
    border-color: #3a5475; }

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641; }

.btn-warning {
  color: #fff;
  background-color: #ef8700;
  border-color: #ef8700; }
  .btn-warning:hover {
    color: #fff;
    background-color: #bc6a00;
    border-color: #b26400; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(239, 135, 0, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ef8700;
    border-color: #ef8700; }
  .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bc6a00;
    background-image: none;
    border-color: #b26400; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a; }

.btn-outline-primary {
  color: #4e719e;
  background-image: none;
  background-color: transparent;
  border-color: #4e719e; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #4e719e;
    border-color: #4e719e; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(78, 113, 158, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #4e719e;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4e719e;
    border-color: #4e719e; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-outline-warning {
  color: #ef8700;
  background-image: none;
  background-color: transparent;
  border-color: #ef8700; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #ef8700;
    border-color: #ef8700; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(239, 135, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ef8700;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ef8700;
    border-color: #ef8700; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-link {
  font-weight: normal;
  color: #4e719e;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #354c6b;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #636c72; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .cta.btn-group-lg > a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .cta.btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

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

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }
  .dropdown-toggle:focus {
    outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.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: #292b2c;
  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; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4e719e; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: transparent; }

.show > .dropdown-menu {
  display: block; }
  .show > a {
    outline: 0; }

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

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

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

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .cta.btn-group > a, .btn-group-vertical > .btn, .cta.btn-group-vertical > a {
    position: relative;
    flex: 0 1 auto; }
  .btn-group > .btn:hover, .cta.btn-group > a:hover, .btn-group-vertical > .btn:hover, .cta.btn-group-vertical > a:hover {
    z-index: 2; }
  .btn-group > .btn:focus, .cta.btn-group > a:focus, .btn-group-vertical > .btn:focus, .cta.btn-group-vertical > a:focus, .btn-group > .btn:active, .cta.btn-group > a:active, .btn-group-vertical > .btn:active, .cta.btn-group-vertical > a:active, .btn-group > .btn.active, .cta.btn-group > a.active, .btn-group-vertical > .btn.active, .cta.btn-group-vertical > a.active {
    z-index: 2; }
  .btn-group .btn + .btn, .btn-group .cta > a + .btn, .btn-group .cta > .cta > a + a, .btn-group .cta > .btn + a, .btn-group-vertical .btn + .btn, .btn-group-vertical .cta > a + .btn, .btn-group-vertical .cta > .cta > a + a, .btn-group-vertical .cta > .btn + a, .btn-group .btn + .btn-group, .btn-group .cta > a + .btn-group, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .cta > a + .btn-group, .btn-group .btn-group + .btn, .btn-group .cta > .btn-group + a, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .cta > .btn-group + a, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .cta.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

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

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .cta.btn-group > a {
  border-radius: 0; }

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

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

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split, .cta > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after, .cta > a + .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .cta > a, .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .cta.btn-group-vertical > a + .btn, .cta > .cta.btn-group-vertical > a + a, .cta > .btn-group-vertical > .btn + a, .btn-group-vertical > .btn + .btn-group, .cta.btn-group-vertical > a + .btn-group, .btn-group-vertical > .btn-group + .btn, .cta > .btn-group-vertical > .btn-group + a, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .cta.btn-group > a {
  border-radius: 0; }

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

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

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

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3; }

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .input-group-addon.form-control-sm, .input-group-sm > .form-control.input-group-addon, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn.input-group-addon, .cta.input-group-btn > a.input-group-addon {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0; }
  .input-group-addon.form-control-lg, .input-group-lg > .form-control.input-group-addon, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn.input-group-addon, .cta.input-group-btn > a.input-group-addon {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0; }
  .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .cta.input-group-btn > a, .input-group-btn:not(:last-child) > .btn-group > .btn, .cta.btn-group > a, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .cta.input-group-btn > a:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .cta.input-group-btn > a, .input-group-btn:not(:first-child) > .btn-group > .btn, .cta.btn-group > a, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .cta.input-group-btn > a:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .cta.input-group-btn > a {
    position: relative;
    flex: 1; }
  .input-group-btn > .btn + .btn, .cta.input-group-btn > a + .btn, .cta > .cta.input-group-btn > a + a, .cta > .input-group-btn > .btn + a {
    margin-left: -1px; }
  .input-group-btn > .btn:focus, .cta.input-group-btn > a:focus, .input-group-btn > .btn:active, .cta.input-group-btn > a:active, .input-group-btn > .btn:hover, .cta.input-group-btn > a:hover {
    z-index: 3; }
  .input-group-btn:not(:last-child) > .btn, .cta.input-group-btn > a, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn, .cta.input-group-btn > a, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
  .input-group-btn:not(:first-child) > .btn:focus, .cta.input-group-btn > a:focus, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn:active, .cta.input-group-btn > a:active, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn:hover, .cta.input-group-btn > a:hover, .input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #4e719e; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #4e719e; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #bfcddf; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #4e719e;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }
  .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #9db3cf;
    outline: none; }
  .custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff; }
  .custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }
  .custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 0 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5em 1em; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #636c72;
    cursor: not-allowed; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd; }
  .nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }
  .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
    color: #fff;
    cursor: default;
    background-color: #4e719e; }

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

.nav-justified .nav-item {
  flex: 1 1 100%;
  text-align: center; }

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

.navbar {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

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

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

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .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%; }

.navbar-toggler-left {
  position: absolute;
  left: 1rem; }

.navbar-toggler-right {
  position: absolute;
  right: 1rem; }

@media (max-width: 575px) {
        .navbar-toggleable .navbar-nav .dropdown-menu {
          position: static;
          float: none; }
          .navbar-toggleable > .container {
            padding-right: 0;
            padding-left: 0; } }
  @media (min-width: 576px) {
      .navbar-toggleable {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
        .navbar-toggleable .navbar-nav {
          flex-direction: row; }
          .navbar-toggleable .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-toggleable > .container {
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
        .navbar-toggleable .navbar-collapse {
          display: flex !important;
          width: 100%; }
        .navbar-toggleable .navbar-toggler {
          display: none; } }
  @media (max-width: 767px) {
      .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
        .navbar-toggleable-sm > .container {
          padding-right: 0;
          padding-left: 0; } }
  @media (min-width: 768px) {
      .navbar-toggleable-sm {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
        .navbar-toggleable-sm .navbar-nav {
          flex-direction: row; }
          .navbar-toggleable-sm .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-toggleable-sm > .container {
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
        .navbar-toggleable-sm .navbar-collapse {
          display: flex !important;
          width: 100%; }
        .navbar-toggleable-sm .navbar-toggler {
          display: none; } }
  @media (max-width: 991px) {
      .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
        .navbar-toggleable-md > .container {
          padding-right: 0;
          padding-left: 0; } }
  @media (min-width: 992px) {
      .navbar-toggleable-md {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
        .navbar-toggleable-md .navbar-nav {
          flex-direction: row; }
          .navbar-toggleable-md .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-toggleable-md > .container {
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
        .navbar-toggleable-md .navbar-collapse {
          display: flex !important;
          width: 100%; }
        .navbar-toggleable-md .navbar-toggler {
          display: none; } }
  @media (max-width: 1199px) {
      .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none; }
        .navbar-toggleable-lg > .container {
          padding-right: 0;
          padding-left: 0; } }
  @media (min-width: 1200px) {
      .navbar-toggleable-lg {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
        .navbar-toggleable-lg .navbar-nav {
          flex-direction: row; }
          .navbar-toggleable-lg .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-toggleable-lg > .container {
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
        .navbar-toggleable-lg .navbar-collapse {
          display: flex !important;
          width: 100%; }
        .navbar-toggleable-lg .navbar-toggler {
          display: none; } }
  .navbar-toggleable-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0; }
  .navbar-toggleable-xl .navbar-nav {
    flex-direction: row; }
    .navbar-toggleable-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-toggleable-xl > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .navbar-toggleable-xl .navbar-collapse {
    display: flex !important;
    width: 100%; }
  .navbar-toggleable-xl .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler: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 .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1); }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
  color: rgba(255, 255, 255, 1); }
  .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:hover {
    color: rgba(255, 255, 255, 1); }
  .navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
  .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
  .navbar-inverse .navbar-nav .open > .nav-link, .navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 1); }
  .navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1); }
  .navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }

.card-block {
  flex: 1 1 auto;
  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 > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 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-primary {
  background-color: #4e719e;
  border-color: #4e719e; }
  .card-primary .card-header, .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header, .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header, .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #ef8700;
  border-color: #ef8700; }
  .card-warning .card-header, .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header, .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #4e719e; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #ef8700; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse {
  color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-header, .card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
    color: #fff; }
  .card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65); }
  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0 - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

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

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

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0;
      flex-direction: column; }
      .card-deck .card:not(:first-child) {
        margin-left: 15px; }
      .card-deck .card:not(:last-child) {
        margin-right: 15px; } }

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

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 0.75rem; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0; }
  .breadcrumb::after {
    display: block;
    content: "";
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #636c72;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #636c72; }

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

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #4e719e;
    border-color: #4e719e; }
  .page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4e719e;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #354c6b;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }
  .pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }
  .pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .badge:empty {
    display: none; }

.btn .badge, .cta > a .badge {
  position: relative;
  top: -1px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

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

.badge-default {
  background-color: #636c72; }
  .badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257; }

.badge-primary {
  background-color: #4e719e; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #3d597c; }

.badge-success {
  background-color: #5cb85c; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #449d44; }

.badge-info {
  background-color: #5bc0de; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #31b0d5; }

.badge-warning {
  background-color: #ef8700; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #bc6a00; }

.badge-danger {
  background-color: #d9534f; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0; }
  @media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }

  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0; }

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #4e719e; }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #292b2c; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9; }
  .list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef; }

.list-group-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #636c72; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4e719e;
    border-color: #4e719e; }
  .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text {
    color: #f2f5f9; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, button.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, button.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, button.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, button.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.75; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef; }
  .modal-footer > :not(:first-child) {
    margin-left: 0.25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
    .modal-sm {
      max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  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; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
  .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0; }
  .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
  .popover.popover-right::before, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0; }
  .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
  .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0; }
  .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7; }
  .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
  .popover.popover-left::before, .popover.bs-tether-element-attached-right::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0; }
  .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px); }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before, .popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

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

.carousel-item {
  position: relative;
  display: none;
  width: 100%; }
  @media (-webkit-transform-3d) {
  .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; } }
  @supports (transform: translate3d(0,0,0)) {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: flex; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }
    .carousel-item-next, .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); }
    .carousel-item-prev, .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

@supports (transform: translate3d(0,0,0)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0); }

  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0); }

  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-next:focus, .carousel-control-prev:hover, .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
  .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.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-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #4e719e !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #3d597c !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

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

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

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

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

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !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; }

.rounded {
  border-radius: 0; }

.rounded-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.rounded-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }
  .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-cell {
    display: table-cell !important; }
  .d-flex {
    display: flex !important; }
  .d-inline-flex {
    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-cell {
      display: table-cell !important; }

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

    .d-sm-inline-flex {
      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-cell {
      display: table-cell !important; }

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

    .d-md-inline-flex {
      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-cell {
      display: table-cell !important; }

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

    .d-lg-inline-flex {
      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-cell {
      display: table-cell !important; }

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

    .d-xl-inline-flex {
      display: inline-flex !important; } }
  .flex-first {
    order: -1; }
  .flex-last {
    order: 1; }
  .flex-unordered {
    order: 0; }
  .flex-row {
    flex-direction: row !important; }
  .flex-column {
    flex-direction: column !important; }
  .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-wrap {
    flex-wrap: wrap !important; }
  .flex-nowrap {
    flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-start {
    justify-content: flex-start !important; }
  .justify-content-end {
    justify-content: flex-end !important; }
  .justify-content-center {
    justify-content: center !important; }
  .justify-content-between {
    justify-content: space-between !important; }
  .justify-content-around {
    justify-content: space-around !important; }
  .align-items-start {
    align-items: flex-start !important; }
  .align-items-end {
    align-items: flex-end !important; }
  .align-items-center {
    align-items: center !important; }
  .align-items-baseline {
    align-items: baseline !important; }
  .align-items-stretch {
    align-items: stretch !important; }
  .align-content-start {
    align-content: flex-start !important; }
  .align-content-end {
    align-content: flex-end !important; }
  .align-content-center {
    align-content: center !important; }
  .align-content-between {
    align-content: space-between !important; }
  .align-content-around {
    align-content: space-around !important; }
  .align-content-stretch {
    align-content: stretch !important; }
  .align-self-auto {
    align-self: auto !important; }
  .align-self-start {
    align-self: flex-start !important; }
  .align-self-end {
    align-self: flex-end !important; }
  .align-self-center {
    align-self: center !important; }
  .align-self-baseline {
    align-self: baseline !important; }
  .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 576px) {
  .flex-sm-first {
    order: -1; }
    .flex-sm-last {
      order: 1; }

    .flex-sm-unordered {
      order: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
    .flex-md-last {
      order: 1; }

    .flex-md-unordered {
      order: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
    .flex-lg-last {
      order: 1; }

    .flex-lg-unordered {
      order: 0; }

    .flex-lg-row {
      flex-direction: row !important; }

    .flex-lg-column {
      flex-direction: column !important; }

    .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }

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

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

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

    .justify-content-lg-start {
      justify-content: flex-start !important; }

    .justify-content-lg-end {
      justify-content: flex-end !important; }

    .justify-content-lg-center {
      justify-content: center !important; }

    .justify-content-lg-between {
      justify-content: space-between !important; }

    .justify-content-lg-around {
      justify-content: space-around !important; }

    .align-items-lg-start {
      align-items: flex-start !important; }

    .align-items-lg-end {
      align-items: flex-end !important; }

    .align-items-lg-center {
      align-items: center !important; }

    .align-items-lg-baseline {
      align-items: baseline !important; }

    .align-items-lg-stretch {
      align-items: stretch !important; }

    .align-content-lg-start {
      align-content: flex-start !important; }

    .align-content-lg-end {
      align-content: flex-end !important; }

    .align-content-lg-center {
      align-content: center !important; }

    .align-content-lg-between {
      align-content: space-between !important; }

    .align-content-lg-around {
      align-content: space-around !important; }

    .align-content-lg-stretch {
      align-content: stretch !important; }

    .align-self-lg-auto {
      align-self: auto !important; }

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

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

    .align-self-lg-center {
      align-self: center !important; }

    .align-self-lg-baseline {
      align-self: baseline !important; }

    .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
    .flex-xl-last {
      order: 1; }

    .flex-xl-unordered {
      order: 0; }

    .flex-xl-row {
      flex-direction: row !important; }

    .flex-xl-column {
      flex-direction: column !important; }

    .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }

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

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

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

    .justify-content-xl-start {
      justify-content: flex-start !important; }

    .justify-content-xl-end {
      justify-content: flex-end !important; }

    .justify-content-xl-center {
      justify-content: center !important; }

    .justify-content-xl-between {
      justify-content: space-between !important; }

    .justify-content-xl-around {
      justify-content: space-around !important; }

    .align-items-xl-start {
      align-items: flex-start !important; }

    .align-items-xl-end {
      align-items: flex-end !important; }

    .align-items-xl-center {
      align-items: center !important; }

    .align-items-xl-baseline {
      align-items: baseline !important; }

    .align-items-xl-stretch {
      align-items: stretch !important; }

    .align-content-xl-start {
      align-content: flex-start !important; }

    .align-content-xl-end {
      align-content: flex-end !important; }

    .align-content-xl-center {
      align-content: center !important; }

    .align-content-xl-between {
      align-content: space-between !important; }

    .align-content-xl-around {
      align-content: space-around !important; }

    .align-content-xl-stretch {
      align-content: stretch !important; }

    .align-self-xl-auto {
      align-self: auto !important; }

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

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

    .align-self-xl-center {
      align-self: center !important; }

    .align-self-xl-baseline {
      align-self: baseline !important; }

    .align-self-xl-stretch {
      align-self: stretch !important; } }
  .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; } }

.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; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
  .w-25 {
    width: 25% !important; }
  .w-50 {
    width: 50% !important; }
  .w-75 {
    width: 75% !important; }
  .w-100 {
    width: 100% !important; }
  .h-25 {
    height: 25% !important; }
  .h-50 {
    height: 50% !important; }
  .h-75 {
    height: 75% !important; }
  .h-100 {
    height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }
  .m-0 {
    margin: 0 0 !important; }
  .mt-0 {
    margin-top: 0 !important; }
  .mr-0 {
    margin-right: 0 !important; }
  .mb-0 {
    margin-bottom: 0 !important; }
  .ml-0 {
    margin-left: 0 !important; }
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-1 {
    margin-top: 0.25rem !important; }
  .mr-1 {
    margin-right: 0.25rem !important; }
  .mb-1 {
    margin-bottom: 0.25rem !important; }
  .ml-1 {
    margin-left: 0.25rem !important; }
  .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-2 {
    margin-top: 0.5rem !important; }
  .mr-2 {
    margin-right: 0.5rem !important; }
  .mb-2 {
    margin-bottom: 0.5rem !important; }
  .ml-2 {
    margin-left: 0.5rem !important; }
  .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-3 {
    margin: 1rem 1rem !important; }
  .mt-3 {
    margin-top: 1rem !important; }
  .mr-3 {
    margin-right: 1rem !important; }
  .mb-3 {
    margin-bottom: 1rem !important; }
  .ml-3 {
    margin-left: 1rem !important; }
  .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-4 {
    margin-top: 1.5rem !important; }
  .mr-4 {
    margin-right: 1.5rem !important; }
  .mb-4 {
    margin-bottom: 1.5rem !important; }
  .ml-4 {
    margin-left: 1.5rem !important; }
  .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-5 {
    margin: 3rem 3rem !important; }
  .mt-5 {
    margin-top: 3rem !important; }
  .mr-5 {
    margin-right: 3rem !important; }
  .mb-5 {
    margin-bottom: 3rem !important; }
  .ml-5 {
    margin-left: 3rem !important; }
  .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-0 {
    padding: 0 0 !important; }
  .pt-0 {
    padding-top: 0 !important; }
  .pr-0 {
    padding-right: 0 !important; }
  .pb-0 {
    padding-bottom: 0 !important; }
  .pl-0 {
    padding-left: 0 !important; }
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-1 {
    padding-top: 0.25rem !important; }
  .pr-1 {
    padding-right: 0.25rem !important; }
  .pb-1 {
    padding-bottom: 0.25rem !important; }
  .pl-1 {
    padding-left: 0.25rem !important; }
  .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-2 {
    padding-top: 0.5rem !important; }
  .pr-2 {
    padding-right: 0.5rem !important; }
  .pb-2 {
    padding-bottom: 0.5rem !important; }
  .pl-2 {
    padding-left: 0.5rem !important; }
  .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-3 {
    padding: 1rem 1rem !important; }
  .pt-3 {
    padding-top: 1rem !important; }
  .pr-3 {
    padding-right: 1rem !important; }
  .pb-3 {
    padding-bottom: 1rem !important; }
  .pl-3 {
    padding-left: 1rem !important; }
  .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-4 {
    padding-top: 1.5rem !important; }
  .pr-4 {
    padding-right: 1.5rem !important; }
  .pb-4 {
    padding-bottom: 1.5rem !important; }
  .pl-4 {
    padding-left: 1.5rem !important; }
  .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-5 {
    padding: 3rem 3rem !important; }
  .pt-5 {
    padding-top: 3rem !important; }
  .pr-5 {
    padding-right: 3rem !important; }
  .pb-5 {
    padding-bottom: 3rem !important; }
  .pl-5 {
    padding-left: 3rem !important; }
  .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-auto {
    margin: auto !important; }
  .mt-auto {
    margin-top: auto !important; }
  .mr-auto {
    margin-right: auto !important; }
  .mb-auto {
    margin-bottom: auto !important; }
  .ml-auto {
    margin-left: auto !important; }
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  @media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
    .mt-sm-0 {
      margin-top: 0 !important; }

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

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

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

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

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

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

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

    .mr-sm-1 {
      margin-right: 0.25rem !important; }

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

    .ml-sm-1 {
      margin-left: 0.25rem !important; }

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

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

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

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

    .mr-sm-2 {
      margin-right: 0.5rem !important; }

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

    .ml-sm-2 {
      margin-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pr-sm-1 {
      padding-right: 0.25rem !important; }

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

    .pl-sm-1 {
      padding-left: 0.25rem !important; }

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

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

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

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

    .pr-sm-2 {
      padding-right: 0.5rem !important; }

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

    .pl-sm-2 {
      padding-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; } }
  @media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
    .mt-md-0 {
      margin-top: 0 !important; }

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

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

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

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

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

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

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

    .mr-md-1 {
      margin-right: 0.25rem !important; }

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

    .ml-md-1 {
      margin-left: 0.25rem !important; }

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

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

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

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

    .mr-md-2 {
      margin-right: 0.5rem !important; }

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

    .ml-md-2 {
      margin-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-0 {
      padding: 0 0 !important; }

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

    .pr-md-0 {
      padding-right: 0 !important; }

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

    .pl-md-0 {
      padding-left: 0 !important; }

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

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

    .p-md-1 {
      padding: 0.25rem 0.25rem !important; }

    .pt-md-1 {
      padding-top: 0.25rem !important; }

    .pr-md-1 {
      padding-right: 0.25rem !important; }

    .pb-md-1 {
      padding-bottom: 0.25rem !important; }

    .pl-md-1 {
      padding-left: 0.25rem !important; }

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

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

    .p-md-2 {
      padding: 0.5rem 0.5rem !important; }

    .pt-md-2 {
      padding-top: 0.5rem !important; }

    .pr-md-2 {
      padding-right: 0.5rem !important; }

    .pb-md-2 {
      padding-bottom: 0.5rem !important; }

    .pl-md-2 {
      padding-left: 0.5rem !important; }

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

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

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

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

    .pr-md-3 {
      padding-right: 1rem !important; }

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

    .pl-md-3 {
      padding-left: 1rem !important; }

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

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

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

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

    .pr-md-4 {
      padding-right: 1.5rem !important; }

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

    .pl-md-4 {
      padding-left: 1.5rem !important; }

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

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

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

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

    .pr-md-5 {
      padding-right: 3rem !important; }

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

    .pl-md-5 {
      padding-left: 3rem !important; }

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

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

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

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

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

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

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

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

    .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; } }
  @media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
    .mt-lg-0 {
      margin-top: 0 !important; }

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

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

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

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

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

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

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

    .mr-lg-1 {
      margin-right: 0.25rem !important; }

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

    .ml-lg-1 {
      margin-left: 0.25rem !important; }

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

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

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

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

    .mr-lg-2 {
      margin-right: 0.5rem !important; }

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

    .ml-lg-2 {
      margin-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pr-lg-1 {
      padding-right: 0.25rem !important; }

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

    .pl-lg-1 {
      padding-left: 0.25rem !important; }

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

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

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

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

    .pr-lg-2 {
      padding-right: 0.5rem !important; }

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

    .pl-lg-2 {
      padding-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; } }
  @media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
    .mt-xl-0 {
      margin-top: 0 !important; }

    .mr-xl-0 {
      margin-right: 0 !important; }

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

    .ml-xl-0 {
      margin-left: 0 !important; }

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

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

    .m-xl-1 {
      margin: 0.25rem 0.25rem !important; }

    .mt-xl-1 {
      margin-top: 0.25rem !important; }

    .mr-xl-1 {
      margin-right: 0.25rem !important; }

    .mb-xl-1 {
      margin-bottom: 0.25rem !important; }

    .ml-xl-1 {
      margin-left: 0.25rem !important; }

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

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

    .m-xl-2 {
      margin: 0.5rem 0.5rem !important; }

    .mt-xl-2 {
      margin-top: 0.5rem !important; }

    .mr-xl-2 {
      margin-right: 0.5rem !important; }

    .mb-xl-2 {
      margin-bottom: 0.5rem !important; }

    .ml-xl-2 {
      margin-left: 0.5rem !important; }

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

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

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

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

    .mr-xl-3 {
      margin-right: 1rem !important; }

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

    .ml-xl-3 {
      margin-left: 1rem !important; }

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

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

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

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

    .mr-xl-4 {
      margin-right: 1.5rem !important; }

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

    .ml-xl-4 {
      margin-left: 1.5rem !important; }

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

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

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

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

    .mr-xl-5 {
      margin-right: 3rem !important; }

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

    .ml-xl-5 {
      margin-left: 3rem !important; }

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

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

    .p-xl-0 {
      padding: 0 0 !important; }

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

    .pr-xl-0 {
      padding-right: 0 !important; }

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

    .pl-xl-0 {
      padding-left: 0 !important; }

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

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

    .p-xl-1 {
      padding: 0.25rem 0.25rem !important; }

    .pt-xl-1 {
      padding-top: 0.25rem !important; }

    .pr-xl-1 {
      padding-right: 0.25rem !important; }

    .pb-xl-1 {
      padding-bottom: 0.25rem !important; }

    .pl-xl-1 {
      padding-left: 0.25rem !important; }

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

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

    .p-xl-2 {
      padding: 0.5rem 0.5rem !important; }

    .pt-xl-2 {
      padding-top: 0.5rem !important; }

    .pr-xl-2 {
      padding-right: 0.5rem !important; }

    .pb-xl-2 {
      padding-bottom: 0.5rem !important; }

    .pl-xl-2 {
      padding-left: 0.5rem !important; }

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

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

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

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

    .pr-xl-3 {
      padding-right: 1rem !important; }

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

    .pl-xl-3 {
      padding-left: 1rem !important; }

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

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

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

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

    .pr-xl-4 {
      padding-right: 1.5rem !important; }

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

    .pl-xl-4 {
      padding-left: 1.5rem !important; }

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

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

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

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

    .pr-xl-5 {
      padding-right: 3rem !important; }

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

    .pl-xl-5 {
      padding-left: 3rem !important; }

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

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

    .m-xl-auto {
      margin: auto !important; }

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

    .mr-xl-auto {
      margin-right: auto !important; }

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

    .ml-xl-auto {
      margin-left: auto !important; }

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

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

.text-justify {
  text-align: justify !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-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

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

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #4e719e !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #3d597c !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #ef8700 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #bc6a00 !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }
  .hidden-xs-up {
    display: none !important; }
  @media (max-width: 575px) {
    .hidden-xs-down {
      display: none !important; } }
  @media (min-width: 576px) {
    .hidden-sm-up {
      display: none !important; } }
  @media (max-width: 767px) {
    .hidden-sm-down {
      display: none !important; } }
  @media (min-width: 768px) {
    .hidden-md-up {
      display: none !important; } }
  @media (max-width: 991px) {
    .hidden-md-down {
      display: none !important; } }
  @media (min-width: 992px) {
    .hidden-lg-up {
      display: none !important; } }
  @media (max-width: 1199px) {
    .hidden-lg-down {
      display: none !important; } }
  @media (min-width: 1200px) {
    .hidden-xl-up {
      display: none !important; } }
  .hidden-xl-down {
    display: none !important; }

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

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

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

@media print {
    .hidden-print {
      display: none !important; } }
/* General Styles */
/* colors */
.color-primary {
  color: #4e719e; }
  .color-secondary {
    color: #b3293d; }
  .color-tertiary {
    color: #e6e6e6; }
  .color-quaternary {
    color: #ef8700; }
/* background colors */
.bg-primary {
  background-color: #4e719e; }
  .bg-secondary {
    background-color: #b3293d; }
  .bg-tertiary {
    background-color: #e6e6e6; }
  .bg-quaternary {
    background-color: #ef8700; }
/* buttons */
.cta > a {
  color: #fff;
  background-color: #4e719e;
  border-color: #4e719e; }
  .cta > a:hover {
    color: #fff;
    background-color: #3d597c;
    border-color: #3a5475; }
  .cta > a:focus, .cta > a.focus {
    box-shadow: 0 0 0 2px rgba(78, 113, 158, 0.5); }
  .cta > a.disabled, .cta > a:disabled {
    background-color: #4e719e;
    border-color: #4e719e; }
  .cta > a:active, .cta > a.active, .show > .cta > a.dropdown-toggle {
    color: #fff;
    background-color: #3d597c;
    background-image: none;
    border-color: #3a5475; }

.banner-item {
  padding: 3rem 0;
  height: 40rem;
  background-color: #4e719e;
  color: #fff; }
  @media screen and (min-width: 576px) {
      .banner-item {
        height: 70vmin; } }
    .banner-item--background {
      background-size: cover;
      background-repeat: no-repeat; }
  .banner-item .carousel-caption {
    top: 50%;
    bottom: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner-title {
    font-size: 2rem; }
  @media screen and (min-width: 576px) {
      .banner-title {
        font-size: 4rem; } }
  .banner-subtitle {
    font-size: 1.75rem; }
  @media screen and (min-width: 576px) {
      .banner-subtitle {
        font-size: 3.5rem; } }
  .banner--small .banner-item {
    padding: 0;
    height: 20rem; }
  .banner--small .banner-title {
    font-size: 2rem; }
  .banner--small .banner-subtitle {
    font-size: 1.75rem; }
/*p.cta {
 margin: $cta-p-margin;
 a, .btn, input[type=submit] {
 padding: map-get(map-get($spacers, 3), x) map-get(map-get($spacers, 3), y);
 background-color: $brand-primary;
 border-color: $brand-primary;
 color: $white;
 transition: background-color ease $cta-transition-speed;
 text-decoration: none;
 min-width: $cta-width;
 font-size: $cta-font-size;
 border-radius: $cta-radius;
 &:hover {
 background-color: darken($brand-primary, 10%);
 }
 }
 @include mod('large') {
 a, .btn, input[type=submit] {
 min-width: $large-cta-width;
 font-size: $large-cta-font-size;
 border-radius: $large-cta-radius;
 }
 }
 @include mod('secondary') {
 a, .btn, input[type=submit] {
 background-color: $brand-secondary;
 border-color: $brand-secondary;
 &:hover {
 background-color: darken($brand-secondary, 10%);
 }
 }
 }
 @include mod('tertiary') {
 a, .btn, input[type=submit] {
 background-color: $highlightColor;
 border-color: $highlightColor;
 &:hover {
 background-color: darken($highlightColor, 10%);
 }
 }
 }
 } */
.gridRow {
  margin: 1.5rem 0; }

.imageGrid {
  padding: 1.5rem 0; }

.flipContainer {
  /* entire container, keeps perspective */
  perspective: 1000px;
  padding-bottom: 75%; }
  .flipContainer:hover .flipContainer-flipper, .flipContainer .hover .flipContainer-flipper {
    transform: rotateY(180deg); }
  .flipContainer-flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    /* front pane, placed above back */ }
    .flipContainer-flipper-front {
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .flipContainer-flipper-back {
      backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .flipContainer-flipper-front {
      z-index: 2;
      /* for firefox 31 */
      transform: rotateY(0deg); }
    .flipContainer-flipper-back {
      transform: rotateY(180deg); }

.letterbox {
  text-align: center; }
  .letterbox-inner {
    /* increase margin to same value as the bottom margin of p tags to keep spacing even */
    margin-top: 0.5rem; }
    .letterbox-inner--narrowContent p {
      max-width: 60rem; }
  .letterbox-inner p {
    margin: 3rem auto; }

.carousel-inner--contained {
  width: 70%;
  margin: 0 auto; }
  .carousel-control--outside {
    width: 50px; }
    @media (min-width: 992px) {
        .carousel-control--outside .carousel-control-prev-icon {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
        .carousel-control--outside .carousel-control-next-icon {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
        .carousel-control--outside.carousel-control-next {
          right: -50px; }
        .carousel-control--outside.carousel-control-prev {
          left: -50px; } }

.pageTitle {
  margin: 0; }
/* Theme */
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0 !important; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: 15px;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  border-width: 0.25rem 0.25rem 0 0;
  height: 15px;
  width: 15px;
  opacity: 0.5;
  font-size: 0;
  transition: opacity 0.3s ease; }
  .slick-arrow:hover {
    cursor: pointer;
    opacity: 1; }
  .slick-arrow.slick-next {
    left: auto;
    right: 15px;
    transform: translateY(-50%) rotate(45deg); }

.slick-dots {
  z-index: 99;
  margin: 30px auto;
  bottom: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 15px 7.5px;
    border: 2px solid transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 0;
    transition: border-color 0.3s ease; }
  .slick-dots li.slick-active {
    border: 2px solid #fff; }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    display: block;
    font-size: 0; }

.no-dots .slick-dots {
  display: none !important; }

.no-arrows .slick-arrow {
  display: none !important; }
/** VARIABLES ======================================================= */
/* fonts and typography */
/* _____ EDIT THESE ____ */
@font-face {
  font-family: 'FKGrotesk-Medium';
  src: url('../themes/hrp-level/assets/fonts/FKGrotesk-Medium.eot');
  src: url('../themes/hrp-level/assets/fonts/FKGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Medium.woff2') format('woff2'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Medium.woff') format('woff'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Medium.ttf') format('truetype'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Medium.svg#FKGroteskTrial-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FKGrotesk-Thin';
  src: url('../themes/hrp-level/assets/fonts/FKGrotesk-Thin.eot');
  src: url('../themes/hrp-level/assets/fonts/FKGrotesk-Thin.eot?#iefix') format('embedded-opentype'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Thin.woff2') format('woff2'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Thin.woff') format('woff'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Thin.ttf') format('truetype'), url('../themes/hrp-level/assets/fonts/FKGrotesk-Thin.svg#FKGroteskTrial-Thin') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
/* base font sizes */
h1, .h1, h1 a, .h1 a, h1 div, .h1 span {
  font-size: clamp(3rem, 6vw, 90px);
  line-height: 1; }

h2, .h2, h2 a, .h2 a, h2 div, .h2 span {
  font-size: clamp(2.5rem, 4vw, 55px)*1;
  line-height: 1; }

h3, .h3, h3 a, .h3 a {
  font-size: clamp(1.25rem, 2vw, 40px);
  line-height: 1.2; }

h4, .h4, h4 a, .h4 a {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.2; }

h5, .h5, h5 a, .h5 a {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.2; }

h6, .h6, h6 a, .h6 a {
  font-size: clamp(14px, 1.1vw, 16px); }

.lead {
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1; }

a, p, ul, ol, li, label, input, select, textarea, button {
  font-size: clamp(14px, 1.1vw, 16px); }

.btn, .cta > a {
  font-size: clamp(14px, 1.1vw, 16px); }

p {
  font-size: clamp(14px, 1.1vw, 16px);
  font-family: FKGrotesk-Thin !important; }

.site-header .col.quick-nav a:not(.menu-trigger):hover, .site-header .col.quick-nav-left a:not(.menu-trigger):hover {
  font-size: clamp(14px, 1.1vw, 16px); }

.canvas-wrap .off-canvas .off-canvas-nav a {
  font-size: clamp(14px, 1.1vw, 16px); }

.module-banner .caption .caption-header {
  font-size: clamp(1.25rem, 2vw, 40px); }

.module-banner .caption .caption-text {
  font-size: clamp(1.25rem, 2vw, 40px); }

form .input-holder label, form .input-holder label a, form .form-group label, form .form-group label a, form .input-holder .div-label p, form .input-holder .div-label p a, form .form-group .div-label p, form .form-group .div-label p a, form .input-holder .div-label span, form .input-holder .div-label span a, form .form-group .div-label span, form .form-group .div-label span a {
  font-size: clamp(14px, 1.1vw, 16px); }

.module-job-listing .job .save-button, .module-job-detail .job .save-button {
  font-size: clamp(14px, 1.1vw, 16px); }

.module-job-listing .job .job-time, .module-job-detail .job .job-time {
  font-size: clamp(14px, 1.1vw, 16px); }

.module-job-listing .job .job-reference, .module-job-detail .job .job-reference {
  font-size: clamp(14px, 1.1vw, 16px); }

.module-job-listing .job .job-heading, .module-job-detail .job .job-heading, .module-job-listing .job .job-heading a, .module-job-detail .job .job-heading a {
  font-size: clamp(14px, 1.1vw, 16px); }

.module-job-listing .job .job-description, .module-job-detail .job .job-description {
  font-size: clamp(14px, 1.1vw, 16px); }

.module-job-listing .job .job-key, .module-job-detail .job .job-key {
  font-size: clamp(14px, 1.1vw, 16px); }

@media (min-width: 768px) {
  h1, .h1, h1 a, .h1 a, h1 div, .h1 span {
    font-size: clamp(3rem, 6vw, 90px); }
    h2, .h2, h2 a, .h2 a, h2 div, .h2 span {
      font-size: clamp(2.5rem, 4vw, 55px); }
    h3, .h3, h3 a, .h3 a {
      font-size: clamp(1.25rem, 2vw, 40px); }
    h4, .h4, h4 a, .h4 a {
      font-size: clamp(1.25rem, 2vw, 40px); }
    h5, .h5, h5 a, .h5 a {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    h6, .h6, h6 a, .h6 a {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    .lead {
      font-size: clamp(18px, 1.3vw, 22px); }
    a, p, ul, ol, li, label, input, select, textarea, button {
      font-size: clamp(14px, 1.1vw, 16px); }
    .btn, .cta > a {
      font-size: clamp(14px, 1.1vw, 16px); }
    .site-header .col.quick-nav a:not(.menu-trigger):hover, .site-header .col.quick-nav-left a:not(.menu-trigger):hover {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    .canvas-wrap .off-canvas .off-canvas-nav a {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    .module-banner .caption .caption-header {
      font-size: clamp(2.5rem, 4vw, 55px); }
    .module-banner .caption .caption-text {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    form .input-holder label, form .input-holder label a, form .form-group label, form .form-group label a, form .input-holder .div-label p, form .input-holder .div-label p a, form .form-group .div-label p, form .form-group .div-label p a, form .input-holder .div-label span, form .input-holder .div-label span a, form .form-group .div-label span, form .form-group .div-label span a {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .save-button, .module-job-detail .job .save-button {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-time, .module-job-detail .job .job-time {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-reference, .module-job-detail .job .job-reference {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-heading, .module-job-detail .job .job-heading, .module-job-listing .job .job-heading a, .module-job-detail .job .job-heading a {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    .module-job-listing .job .job-description, .module-job-detail .job .job-description {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-key, .module-job-detail .job .job-key {
      font-size: clamp(14px, 1.1vw, 16px); }
    .back-link {
      font-size: clamp(14px, 1.1vw, 16px); } }

@media (min-width: 992px) {
  h1, .h1, h1 a, .h1 a, h1 div, .h1 span {
    font-size: clamp(3rem, 6vw, 90px); }
    h2, .h2, h2 a, .h2 a, h2 div, .h2 span {
      font-size: clamp(2.5rem, 4vw, 55px); }
    h3, .h3, h3 a, .h3 a {
      font-size: clamp(1.25rem, 2vw, 40px); }
    h4, .h4, h4 a, .h4 a {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    h5, .h5, h5 a, .h5 a {
      font-size: clamp(1.25rem, 1.5vw, 30px); }
    h6, .h6, h6 a, .h6 a {
      font-size: clamp(14px, 1.1vw, 16px); }
    .lead {
      font-size: clamp(18px, 1.3vw, 22px); }
    a, p, ul, ol, li, label, input, select, textarea, button {
      font-size: clamp(14px, 1.1vw, 16px); }
    .btn, .cta > a {
      font-size: clamp(14px, 1.1vw, 16px); }
    .site-header .col.quick-nav a:not(.menu-trigger):hover, .site-header .col.quick-nav-left a:not(.menu-trigger):hover {
      font-size: clamp(14px, 1.1vw, 16px); }
    .canvas-wrap .off-canvas .off-canvas-nav a {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-banner .caption .caption-header {
      font-size: clamp(2.5rem, 4vw, 55px); }
    .module-banner .caption .caption-text {
      font-size: clamp(14px, 1.1vw, 16px); }
    form .input-holder label, form .input-holder label a, form .form-group label, form .form-group label a, form .input-holder .div-label p, form .input-holder .div-label p a, form .form-group .div-label p, form .form-group .div-label p a, form .input-holder .div-label span, form .input-holder .div-label span a, form .form-group .div-label span, form .form-group .div-label span a {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .save-button, .module-job-detail .job .save-button {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-time, .module-job-detail .job .job-time {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-reference, .module-job-detail .job .job-reference {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-heading, .module-job-detail .job .job-heading, .module-job-listing .job .job-heading a, .module-job-detail .job .job-heading a {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-description, .module-job-detail .job .job-description {
      font-size: clamp(14px, 1.1vw, 16px); }
    .module-job-listing .job .job-key, .module-job-detail .job .job-key {
      font-size: clamp(14px, 1.1vw, 16px); }
    .back-link {
      font-size: clamp(14px, 1.1vw, 16px); } }
/* color and links base */
/* transitions base speed */
/* ___________________END EDIT THESE___________________________________ */
/** mixin helpers ========================================================== */
/** GENERAL ========================================================== */
/* font smoothing */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif; } }

*, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: FKGrotesk-Thin; }

html {
  overflow-x: hidden !important;
  width: 100% !important; }

.container {
  position: relative;
  z-index: 999;
  padding: 0; }
/* module wraps etc */
@media (min-width: 769px) {
  .module-text-block {
    margin-left: 0px;
    margin-right: 0px; } }

.moduleWrap {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 768px) {
  .double-column .moduleWrap {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .double-column .module-client-listing, .double-column .module-testimonials {
      height: 100%; } }
/* fonts and typography */
a, p, ul, ol, li, label, input, select, textarea, button {
  font-family: FKGrotesk-Thin; }

a:hover, :active, :focus {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 > div > div, h2 > div > div, h3 > div > div, h4 > div > div, h5 > div > div, h6 > div > div .h1 > div > div, .h2 > div > div .h3 > div > div, .h4 > div > div, .h5 > div > div, .h6 > div > div .module-banner .caption .caption-header {
  font-family: FKGrotesk-Medium;
  font-weight: normal;
  letter-spacing: 0;
  color: #fff; }

p {
  margin-bottom: 30px;
  color: #fff; }

h1 a:not([class]), h2 a:not([class]), h3 a:not([class]), h4 a:not([class]), h5 a:not([class]), h6 a:not([class]), .h1 a:not([class]), .h2 a:not([class]), .h3 a:not([class]), .h4 a:not([class]), .h5 a:not([class]), .h6 a:not([class]) {
  text-decoration: none; }
  h1 a:not([class]):hover, h2 a:not([class]):hover, h3 a:not([class]):hover, h4 a:not([class]):hover, h5 a:not([class]):hover, h6 a:not([class]):hover, .h1 a:not([class]):hover, .h2 a:not([class]):hover, .h3 a:not([class]):hover, .h4 a:not([class]):hover, .h5 a:not([class]):hover, .h6 a:not([class]):hover, h1 a:not([class]):active, h2 a:not([class]):active, h3 a:not([class]):active, h4 a:not([class]):active, h5 a:not([class]):active, h6 a:not([class]):active, .h1 a:not([class]):active, .h2 a:not([class]):active, .h3 a:not([class]):active, .h4 a:not([class]):active, .h5 a:not([class]):active, .h6 a:not([class]):active, h1 a:not([class]):focus, h2 a:not([class]):focus, h3 a:not([class]):focus, h4 a:not([class]):focus, h5 a:not([class]):focus, h6 a:not([class]):focus, .h1 a:not([class]):focus, .h2 a:not([class]):focus, .h3 a:not([class]):focus, .h4 a:not([class]):focus, .h5 a:not([class]):focus, .h6 a:not([class]):focus {
    text-decoration: none; }

.col {
  box-sizing: border-box;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
/* buttons */
.btn:focus, .cta > a:focus, button:focus, .button:focus, .btn:active, .cta > a:active, button:active, .button:active, .btn:hover, .cta > a:hover, button:hover, .button:hover {
  outline: none !important; }

.btn, .cta > a {
  font-weight: normal !important;
  text-transform: none; }
  .btn.full, .cta > a.full {
    width: 100%; }
  .btn:hover, .cta > a:hover, .btn:active, .cta > a:active, .btn:focus, .cta > a:focus {
    cursor: pointer; }
  .btn.btn-primary, .cta > a.btn-primary {
    background-color: #12f7e0;
    border-color: #12f7e0;
    color: #fff !important;
    font-weight: 400;
    transition: none; }
  .btn.btn-primary:hover, .cta > a.btn-primary:hover, .btn.btn-primary:active, .cta > a.btn-primary:active, .btn.btn-primary:focus, .cta > a.btn-primary:focus {
    background-color: #12f7e0;
    border-color: #12f7e0;
    outline: none; }
  .btn.btn-secondary, .cta > a.btn-secondary {
    background-color: #ff15d2;
    border-color: #ff15d2;
    color: #fff;
    font-weight: 400;
    transition: none; }
  .btn.btn-secondary:hover, .cta > a.btn-secondary:hover {
    background-color: #ff15d2;
    border-color: #ff15d2;
    color: #fff; }
  .btn.btn-tertiary, .cta > a.btn-tertiary {
    background-color: #ff15d2;
    border-color: #ff15d2;
    color: #fff;
    font-weight: 400;
    transition: none; }
  .btn.btn-tertiary:hover, .cta > a.btn-tertiary:hover, .btn.btn-tertiary:active, .cta > a.btn-tertiary:active, .btn.btn-tertiary:focus, .cta > a.btn-tertiary:focus {
    background-color: #ff15d2;
    color: #fff; }
  .btn.btn-linkedin, .cta > a.btn-linkedin {
    background-color: #12f7e0;
    border-color: #12f7e0;
    color: #fff;
    font-family: "$secondaryFontName", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .btn.btn-linkedin:hover, .cta > a.btn-linkedin:hover, .btn.btn-linkedin:focus, .cta > a.btn-linkedin:focus, .btn.btn-linkedin:active, .cta > a.btn-linkedin:active {
    background-color: #12f7e0;
    border-color: #12f7e0;
    color: #fff; }
  .btn.btn-twitter, .cta > a.btn-twitter {
    background-color: #12f7e0;
    border-color: #12f7e0;
    color: #fff;
    font-family: "$secondaryFontName", Arial, sans-serif;
    text-transform: none;
    font-weight: 400; }
  .btn.btn-twitter:hover, .cta > a.btn-twitter:hover, .btn.btn-twitter:focus, .cta > a.btn-twitter:focus, .btn.btn-twitter:active, .cta > a.btn-twitter:active {
    background-color: #12f7e0;
    border-color: #12f7e0;
    color: #fff; }
  .btn.btn-facebook, .cta > a.btn-facebook {
    background-color: #12f7e0;
    border-color: #12f7e0;
    color: #fff;
    font-family: "$secondaryFontName", Arial, sans-serif;
    text-transform: none;
    font-weight: 400; }
  .btn.btn-facebook:hover, .cta > a.btn-facebook:hover, .btn.btn-facebook:focus, .cta > a.btn-facebook:focus, .btn.btn-facebook:active, .cta > a.btn-facebook:active {
    background-color: #29487d;
    border-color: #29487d;
    color: #fff; }
  .btn.btn-white, .cta > a.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #fff !important;
    font-weight: 400;
    transition: none; }
  .btn.btn-white:hover, .cta > a.btn-white:hover, .btn.btn-white:active, .cta > a.btn-white:active, .btn.btn-white:focus, .cta > a.btn-white:focus {
    background-color: #fff;
    border-color: #fff;
    color: #fff !important; }
  .btn.btn-link, .cta > a.btn-link {
    position: relative;
    text-decoration: none !important;
    color: #fff;
    padding: 9px 0px;
    max-width: fit-content; }
  .btn.btn-link:hover, .cta > a.btn-link:hover, .btn.btn-link:active, .cta > a.btn-link:active, .btn.btn-link:focus, .cta > a.btn-link:focus {
    color: #fff; }
  .btn.btn-link:hover, .cta > a.btn-link:hover, .btn.btn-link:focus, .cta > a.btn-link:focus, .btn.btn-link:active, .cta > a.btn-link:active {
    color: #07cfbb;
    box-shadow: none; }
  .btn.btn-link.plus, .cta > a.btn-link.plus {
    display: none; }

.row.vert-center, .vert-center .row {
  align-items: center; }

.row.vert-base, .vert-base .row, .form-advancedsearch.vert-base {
  align-items: flex-end; }

i[class^="icon-"] {
  height: 17px;
  width: 17px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  text-decoration: none !important; }

i[class^="icon-"]:before {
  width: 20px; }

.job-share i[class^="icon-"] {
  margin-right: 0; }

.hide {
  display: none !important; }

a:not([class]) {
  text-decoration: none;
  color: #12f7e0;
  transition: color 0.3s ease-in-out; }
  a:not([class]):hover, a:not([class]):focus {
    text-decoration: none;
    color: #12f7e0; }

blockquote {
  position: relative;
  padding-left: 60px;
  margin: 1.875rem 0; }
  blockquote:before {
    position: absolute;
    content: '';
    display: block;
    color: #ff15d2;
    left: 0;
    top: -15px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f10d";
    font-size: 46px; }

.eq-height {
  display: block;
  padding-bottom: 1px; }

.site-header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
  -moz-transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1); }
  .site-header.header-fixed .menu-trigger {
    position: fixed; }

.scrolled {
  -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

#layout-content.header-fixed {
  margin-top: 0; }
  @media (min-width: 768px) {
  #layout-content.header-fixed {
    margin-top: 0; } }
  @media (min-width: 992px) {
  #layout-content.header-fixed {
    margin-top: 0; } }

.site-header {
  background-color: transparent;
  padding: 1.875rem 0;
  box-shadow: none;
  position: relative;
  z-index: 1; }
  .site-header .container {
    width: 95%; }
  .site-header .row {
    align-items: center; }
  .site-header .col.site-brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    text-align: left; }
  @media (min-width: 992px) {
      .site-header .col.site-brand {
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px; } }
  .site-header .col.site-brand a {
    display: block; }
  .site-header .col.quick-nav, .site-header .col.quick-nav-left {
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    text-align: right;
    position: initial;
    position: unset; }
  @media (min-width: 992px) {
      .site-header .col.quick-nav, .site-header .col.quick-nav-left {
        -ms-flex: 0 0 calc(100% - 290px);
        flex: 0 0 calc(100% - 290px);
        max-width: calc(100% - 290px); } }
  .site-header .col.quick-nav a:not(.menu-trigger), .site-header .col.quick-nav-left a:not(.menu-trigger) {
    position: relative;
    display: none;
    font-weight: normal;
    color: #fff;
    margin-left: 1vw;
    text-decoration: none !important;
    -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.15s;
    -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.15s;
    -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.15s;
    transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.15s; }
    @media (min-width: 992px) {
      .site-header .col.quick-nav a:not(.menu-trigger), .site-header .col.quick-nav-left a:not(.menu-trigger) {
        display: inline-block; } }
    .site-header .col.quick-nav a:not(.menu-trigger) self:not(.navigation-submenu-link, .submenu-column a)::after, .site-header .col.quick-nav-left a:not(.menu-trigger) self:not(.navigation-submenu-link, .submenu-column a)::after {
      content: "";
      position: absolute;
      display: inline-block;
      background-color: transparent;
      bottom: -2px;
      width: 0px;
      height: 2px;
      margin: 5px 0 0;
      opacity: 0.7;
      background-color: #fff;
      left: 0;
      -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
      -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
      -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
      transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s; }
    .site-header .col.quick-nav a:not(.menu-trigger):hover:not(.navigation-submenu-link)::after, .site-header .col.quick-nav-left a:not(.menu-trigger):hover:not(.navigation-submenu-link)::after {
      width: 100%;
      opacity: 1; }
    .site-header .col.quick-nav a:not(.menu-trigger) svg, .site-header .col.quick-nav-left a:not(.menu-trigger) svg, .site-header .col.quick-nav a:not(.menu-trigger) i, .site-header .col.quick-nav-left a:not(.menu-trigger) i {
      width: auto;
      height: 22px;
      margin-right: 5px;
      margin-bottom: -2px;
      font-size: 22px; }
    .site-header .col.quick-nav a:not(.menu-trigger) svg:before, .site-header .col.quick-nav-left a:not(.menu-trigger) svg:before, .site-header .col.quick-nav a:not(.menu-trigger) i:before, .site-header .col.quick-nav-left a:not(.menu-trigger) i:before {
      width: auto; }
  .site-header .col.quick-nav .menu-trigger, .site-header .col.quick-nav-left .menu-trigger {
    display: inline-block;
    margin-left: 1.5vw; }
    .site-header .col.quick-nav .menu-trigger span:nth-of-type(1), .site-header .col.quick-nav-left .menu-trigger span:nth-of-type(1) {
      display: none; }
    .site-header .col.quick-nav .menu-trigger .menu-icon, .site-header .col.quick-nav-left .menu-trigger .menu-icon {
      margin: 0 0 4px 10px;
      display: inline-block;
      width: 40px;
      height: 2px;
      border-radius: 0;
      background-color: #fff;
      position: relative;
      -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s; }
    .site-header .col.quick-nav .menu-trigger .menu-icon:before, .site-header .col.quick-nav-left .menu-trigger .menu-icon:before {
      content: '';
      display: block;
      height: 2px;
      border-radius: 0;
      position: absolute;
      top: -12px;
      left: 0;
      right: 0;
      background-color: #fff;
      -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s; }
    .site-header .col.quick-nav .menu-trigger .menu-icon:after, .site-header .col.quick-nav-left .menu-trigger .menu-icon:after {
      content: '';
      display: block;
      height: 2px;
      border-radius: 0;
      position: absolute;
      bottom: -12px;
      left: 16px;
      right: 0;
      background-color: #fff;
      -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s;
      transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.2s; }
    .site-header .col.quick-nav .menu-trigger:hover .menu-icon:after, .site-header .col.quick-nav-left .menu-trigger:hover .menu-icon:after, .site-header .col.quick-nav .menu-trigger:focus .menu-icon:after, .site-header .col.quick-nav-left .menu-trigger:focus .menu-icon:after, .site-header .col.quick-nav .menu-trigger:active .menu-icon:after, .site-header .col.quick-nav-left .menu-trigger:active .menu-icon:after {
      left: 0; }
  .site-header .col.utility-nav {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 15px; }
  .site-header .col.utility-nav ul.navigation {
    padding: 0;
    margin-bottom: 0; }
    .site-header .col.utility-nav ul.navigation li {
      display: inline-block; }
    .site-header .col.utility-nav ul.navigation li a, .site-header .col.utility-nav ul.navigation li span {
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      margin-left: 15px; }
    .site-header .col.utility-nav ul.navigation li a:hover, .site-header .col.utility-nav ul.navigation li a:focus {
      color: #e6e6e6; }
  .site-header.topUtilityNavigationActive {
    padding: 1.25rem 0; }
  .site-header.topUtilityNavigationActive .row {
    align-items: flex-end; }
  @media (min-width: 992px) {
      .site-header.topUtilityNavigationActive .row .col.utility-nav {
        margin-top: 0;
        margin-bottom: -24px; }
        .site-header.topUtilityNavigationActive .row .col.quick-nav, .site-header.topUtilityNavigationActive .row .col.quick-nav-left {
          padding-bottom: 5px; } }

.quick-nav ul.navigation, .quick-nav ul.navigation li, .quick-nav-left ul.navigation, .quick-nav-left ul.navigation li {
  display: none;
  padding: 0;
  margin-bottom: 0; }
  @media (min-width: 992px) {
  .quick-nav ul.navigation, .quick-nav ul.navigation li, .quick-nav-left ul.navigation, .quick-nav-left ul.navigation li {
    display: inline-block; } }

ul.navigation li:before {
  display: none; }

.canvas-wrap {
  position: relative;
  left: 0;
  -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
  -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
  -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
  transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s; }
  .canvas-wrap.open {
    left: 0px;
    overflow-y: hidden;
    height: 100%; }
  .canvas-wrap .off-canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -500px;
    width: 500px;
    -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
    -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
    -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
    transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
    background-color: #eee;
    z-index: 999999; }
  .canvas-wrap .off-canvas .off-canvas-close {
    position: absolute;
    display: block;
    z-index: 999999;
    width: 55px;
    height: 55px;
    top: 5px;
    bottom: auto;
    left: auto;
    right: 500px; }
  .canvas-wrap .off-canvas .off-canvas-nav {
    padding: 3vw; }
  .canvas-wrap .off-canvas .off-canvas-nav .navigation {
    padding: 0; }
  .canvas-wrap .off-canvas .off-canvas-nav .accordion-state {
    float: right; }
  .canvas-wrap .off-canvas .off-canvas-nav .navigation > li {
    padding-left: 10px;
    display: block; }
  .canvas-wrap .off-canvas .off-canvas-nav .navigation-level-0 > li {
    padding-left: 0;
    opacity: 0;
    -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s;
    -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s;
    -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s;
    transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s; }
  .canvas-wrap .off-canvas .off-canvas-nav a {
    display: block;
    position: relative;
    padding: 10px 0;
    color: #12f7e0;
    font-weight: 800;
    text-decoration: none !important;
    max-width: fit-content;
    -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
    -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
    -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
    transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s; }
    .canvas-wrap .off-canvas .off-canvas-nav a:hover, .canvas-wrap .off-canvas .off-canvas-nav a:active, .canvas-wrap .off-canvas .off-canvas-nav a:focus {
      color: #12f7e0; }
    .canvas-wrap .off-canvas .off-canvas-nav a:hover:after, .canvas-wrap .off-canvas .off-canvas-nav a:active:after, .canvas-wrap .off-canvas .off-canvas-nav a:focus:after {
      width: 100%;
      opacity: 1; }
    .canvas-wrap .off-canvas .off-canvas-nav a:after {
      content: "";
      position: absolute;
      display: inline-block;
      background-color: transparent;
      bottom: 8px;
      width: 0px;
      height: 2px;
      margin: 5px 0 0;
      opacity: 0.7;
      background-color: #12f7e0;
      left: 0;
      -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
      -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
      -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s;
      transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.3s; }
  .canvas-wrap .off-canvas.open {
    right: 0;
    overflow-y: scroll; }
  .canvas-wrap .off-canvas.open .off-canvas-close {
    right: 5px; }
    .canvas-wrap .off-canvas.open .off-canvas-close:before, .canvas-wrap .off-canvas.open .off-canvas-close:after {
      content: '';
      display: block;
      height: 2px;
      width: 50px;
      border-radius: 0;
      background-color: #12f7e0;
      position: absolute;
      transform: rotate(45deg);
      opacity: 1;
      top: 22px;
      right: 0;
      -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
      -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
      -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
      transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s; }
    .canvas-wrap .off-canvas.open .off-canvas-close:after {
      transform: rotate(135deg); }
    .canvas-wrap .off-canvas.open .off-canvas-close:hover::after, .canvas-wrap .off-canvas.open .off-canvas-close:hover::before {
      background-color: #12f7e0;
      -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
      -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
      -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s;
      transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.5s; }
  .canvas-wrap .off-canvas.open .off-canvas-nav .navigation-level-0 > li {
    opacity: 1;
    -moz-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s;
    -o-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s;
    -webkit-transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s;
    transition: all cubic-bezier(0.35, 0.69, 0.26, 1.03) 0.7s; }

.module-banner {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* text styling */ }
  .module-banner.no-overlay {
    margin-bottom: 0; }
  .module-banner.no-overlay::after {
    display: none; }
  .module-banner .row {
    height: calc(100vh - 100px);
    max-height: 750px;
    justify-content: center;
    align-items: center; }
  .module-banner.small .row {
    height: 150px; }
  .module-banner.medium .row {
    height: 300px; }
  .module-banner .banner-text {
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    height: fit-content;
    text-align: center;
    padding: 0.9375rem; }
  @media (min-width: 768px) {
    .module-banner .banner-text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
      flex: 0 0 66.666%;
      max-width: 66.666%;
      padding: 1.875rem; } }
  @media (min-width: 992px) {
    .module-banner .banner-text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 800px;
      flex: 0 0 800px;
      max-width: 800px;
      padding: 1.875rem; } }
  .module-banner .banner-text .banner-heading {
    color: #fff;
    font-size: 2.25rem; }
  @media (min-width: 768px) {
      .module-banner .banner-text .banner-heading {
        font-size: 3rem; } }
  @media (min-width: 992px) {
      .module-banner .banner-text .banner-heading {
        font-size: 4.5rem; } }
  .module-banner .banner-text .banner-sub {
    color: #fff;
    font-size: 1.875rem; }
  @media (min-width: 768px) {
      .module-banner .banner-text .banner-sub {
        font-size: 2.25rem; } }
  @media (min-width: 992px) {
      .module-banner .banner-text .banner-sub {
        font-size: 3rem; } }
  .module-banner .slide-content {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    grid-template-rows: 0.2fr 1fr 0.2fr;
    align-items: center;
    justify-content: center; }
  .module-banner .slide-content img {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-height: 100%;
    object-fit: cover;
    grid-row: 1 / span 3;
    grid-column: 1 / span 3; }
  .module-banner .caption {
    position: static;
    color: #f4f4f4;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
    max-width: 960px;
    grid-row: 2;
    grid-column: 2;
    margin-top: 3vw;
    margin-bottom: 3vw; }
  @media (min-width: 768px) {
    .module-banner .caption {
      padding: 40px; } }
  .module-banner .caption span {
    display: block; }
  .module-banner .caption .caption-header {
    color: #fff;
    font-weight: 800; }
  .module-banner .caption .caption-text {
    color: #fff;
    font-weight: 600; }
  .module-banner .caption .btn, .module-banner .caption .cta > a {
    margin-top: 20px;
    border: #12f7e0; }
  .module-banner .with-background:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3); }
  .module-banner .slick-dots {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .module-banner .slick-dots li button {
    background-color: #ff15d2;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease;
    border: none;
    height: 12px; }
  .module-banner .slick-dots li button:hover, .module-banner .slick-dots li button:active, .module-banner .slick-dots li button:focus {
    opacity: 1 !important; }
  .module-banner .slick-dots li:before {
    display: none; }
  .module-banner .slick-dots li.slick-active button {
    opacity: 1 !important; }
  .module-banner.no-dots .slick-dots {
    display: none !important; }
  .module-banner.no-arrows .slick-arrow {
    display: none !important; }



@media (max-width: 575px) {
  .module-banner img {
    max-width: 100%; } }

.alert {
  clear: both; }

.single-column .module-simple-job-search .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
      .single-column .module-simple-job-search .col.field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 992px) {
      .single-column .module-simple-job-search .col {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.3333% !important;
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important; } }
  .single-column .module-job-search {
    padding: 0.9375rem;
    padding: 0;
    width: 100%; }

  @media (min-width: 768px) {
    .single-column .module-job-search {
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .single-column .module-job-search {
      padding-bottom: 0px; } }
  .single-column .module-job-search .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 768px) {
      .single-column .module-job-search .col.field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 992px) {
      .single-column .module-job-search .col {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important; } }
  @media (min-width: 992px) {
        .single-column .module-job-search .simple-form .col {
          -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 33.3333% !important;
          flex: 0 0 33.3333% !important;
          max-width: 33.3333% !important; } }
  @media (min-width: 992px) {
        .single-column .module-job-search .additional-fields .col {
          -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 33.3333% !important;
          flex: 0 0 33.3333% !important;
          max-width: 33.3333% !important; } }
  @media (min-width: 992px) {
        .single-column .module-job-search .additional-fields.single-sector-enabled .col:nth-of-type(5n + 1) {
          -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 15.5% !important;
          flex: 0 0 15.5% !important;
          max-width: 15.5% !important; }
          .single-column .module-job-search .additional-fields.single-sector-enabled .col:nth-of-type(5n + 2), .single-column .module-job-search .additional-fields.single-sector-enabled .col:nth-of-type(5n + 3) {
            -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 29.8% !important;
            flex: 0 0 29.8% !important;
            max-width: 29.8% !important; }
          .single-column .module-job-search .additional-fields.single-sector-enabled .col:nth-of-type(5n + 4) {
            -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 24.9% !important;
            flex: 0 0 24.9% !important;
            max-width: 24.97% !important; }
          .single-column .module-job-search .additional-fields.single-sector-enabled .col:nth-of-type(5n) {
            margin-left: 66.66666%; } }
  .single-column .module-job-search .row.reset {
    padding: 0;
    width: 100%;
    margin: 0;
    background-color: transparent; }
  .single-column .module-job-search .row.reset .col {
    padding: 0; }
  .single-column .module-job-search .row.reset .toggleAdvancedSearch {
    padding: 0;
    float: right; }
    .single-column .module-job-search .row.reset .toggleAdvancedSearch:after {
      display: none; }
    .single-column .module-job-search .row.reset .toggleAdvancedSearch span {
      text-decoration: none !important; }
  .single-column .module-job-search .col.search-title {
    text-align: center; }
  @media (min-width: 992px) {
      .single-column .module-job-search .col.search-title {
        text-align: left; } }
  .single-column .reset .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; }
  @media (min-width: 992px) {
      .single-column .reset .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        left: 75%; } }

.double-column .module-simple-job-search .col, .double-column .module-job-search .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
      .double-column .module-simple-job-search .col.field, .double-column .module-job-search .col.field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

.module-simple-job-search h2, .module-simple-job-search p {
  text-align: center; }

.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important; }

.select2-selection {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5 !important;
  height: auto !important;
  min-height: 2.75rem;
  padding: 4px;
  background-color: #f4f4f4;
  position: relative;
  z-index: 9;
  margin-bottom: 0.9375rem;
  border-radius: 0 !important; }

.select2-container--open .select2-dropdown--below {
  margin-top: -15px; }

form button {
  margin: 0.9375rem 0; }
  form .input-holder, form .form-group {
    position: relative; }
  form .input-holder input[type="text"], form .form-group input[type="text"], form .input-holder input[type="email"], form .form-group input[type="email"], form .input-holder input[type="password"], form .form-group input[type="password"], form .input-holder select, form .form-group select, form .input-holder textarea, form .form-group textarea, form .input-holder button, form .form-group button {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    height: 2.8125rem !important;
    padding: 0.625rem 0;
    background-color: transparent;
    position: relative;
    z-index: 9;
    margin-bottom: 0.9375rem; }
  form .input-holder input[type="text"]::placeholder, form .form-group input[type="text"]::placeholder, form .input-holder input[type="email"]::placeholder, form .form-group input[type="email"]::placeholder, form .input-holder input[type="password"]::placeholder, form .form-group input[type="password"]::placeholder, form .input-holder select::placeholder, form .form-group select::placeholder, form .input-holder textarea::placeholder, form .form-group textarea::placeholder, form .input-holder button::placeholder, form .form-group button::placeholder {
    color: #000;
    opacity: 1; }
  form .input-holder input[type="text"]:focus, form .form-group input[type="text"]:focus, form .input-holder input[type="email"]:focus, form .form-group input[type="email"]:focus, form .input-holder input[type="password"]:focus, form .form-group input[type="password"]:focus, form .input-holder select:focus, form .form-group select:focus, form .input-holder textarea:focus, form .form-group textarea:focus, form .input-holder button:focus, form .form-group button:focus {
    border-bottom: 1px solid #000;
    outline-color: none;
    background-color: #fff; }
  form .input-holder textarea, form .form-group textarea {
    height: auto !important;
    resize: none; }
  form .input-holder .div-label::after, form .form-group .div-label::after {
    display: block;
    content: "";
    clear: both; }
  form .input-holder .div-label p, form .form-group .div-label p, form .input-holder .div-label span, form .form-group .div-label span {
    float: left; }
  form .input-holder .checkbox, form .form-group .checkbox {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  form .input-holder .checkbox::after, form .form-group .checkbox::after {
    display: block;
    content: "";
    clear: both; }
  form .input-holder .checkbox .div-label, form .form-group .checkbox .div-label, form .input-holder .checkbox label, form .form-group .checkbox label {
    float: right;
    width: calc(100% - 30px); }
  form .input-holder label, form .form-group label, form .input-holder .div-label p, form .form-group .div-label p, form .input-holder .div-label span, form .form-group .div-label span {
    z-index: 5;
    margin: 0;
    color: #fff;
    background-color: transparent;
    padding: 0.3125rem 0.375rem 0.3125rem 0;
    bottom: calc(100% - 15px);
    margin-bottom: 0;
    text-align: left !important;
    border: none;
    display: block;
    max-width: calc(100% - 20px); }
  form button {
    font-weight: 800 !important; }
  form .btn.btn-link.reset, form .cta > a.btn-link.reset {
    text-decoration: none !important; }
  form .btn.btn-link.reset span, form .cta > a.btn-link.reset span {
    text-decoration: underline !important; }

.single-column .module-featured-jobs {
  flex: 0 0 100% !important;
  max-width: 100% !important; }
  .single-column .module-featured-jobs .col {
    margin-bottom: 30px; }

.boundry {
  background-color: transparent;
  padding: 0;
  padding-bottom: 0;
  margin: 0;
  max-width: 100%; }

.container-bg {
  background-size: cover;
  background-position: center; }
  .container-bg.parallax-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto; }

.container-bg-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 380px;
  max-height: 880px; }
  .container-bg-video .container {
    z-index: 2; }
  .container-bg-video .moduleWrap {
    padding: 0.9375rem !important; }
  .container-bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    z-index: 1; }

.module-user-form .btn.full, .module-user-form .cta > a.full {
  padding: 1.25rem; }
  .module-user-form .or {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
    opacity: 0.5; }
  .module-user-form .or:before, .module-user-form .or:after {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #12f7e0;
    margin: 5px 15px;
    content: ''; }

.single-column .module-job-search .additional-fields {
  padding: 0;
  width: 100%;
  margin: 0; }


  .single-column .module-job-search .additional-fields .form-advancedsearch {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
  .single-column .module-job-search .additional-fields .form-advancedsearch .col {
    -webkit-flex: auto !important;
    flex: auto !important;
    /*label[for="jobSearchDistance"] {
     bottom: 25px;
     }*/ }
  .single-column .module-job-search .additional-fields .form-advancedsearch .col label[for="jobSearchType-contract"], .single-column .module-job-search .additional-fields .form-advancedsearch .col label[for="jobSearchType-permanent"] {
    border: none;
    background: none;
    margin-right: 15px; }
  .single-column .module-job-search .additional-fields .form-advancedsearch .col input[type="radio"] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 2px;
    display: inline-block; }
  .single-column .module-job-search .additional-fields .form-advancedsearch .py-3 {
    display: flex;
    align-items: center;
    justify-content: center; }
  .single-column .module-job-search .additional-fields .form-advancedsearch .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px; }

.input-group-addon {
  border-bottom: 0 !important; }

.switch-field .field-switch {
  padding-left: 85px;
  float: left; }

.switch-field .field-switch > label {
  margin-top: 3px; }

.custom-switch {
  display: block;
  width: 65px;
  height: 26px;
  position: relative;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.custom-switch * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.custom-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.custom-switch .slide-button {
  z-index: 9;
  display: block;
  position: absolute;
  right: 42px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #f6f6f6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.custom-switch label, .custom-switch > span {
  line-height: 23px;
  vertical-align: middle; }

.custom-switch label {
  z-index: 8;
  width: 100%;
  display: block;
  position: relative; }

.custom-switch input {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.custom-switch input:checked ~ .slide-button {
  right: 4px; }

.custom-switch input:checked ~ span {
  background-color: #76a544; }

.custom-switch input:checked ~ span span:first-of-type {
  color: #f4f4f4 f4f4f4;
  display: block; }

.custom-switch input:checked ~ span span:last-of-type {
  color: #666;
  display: none; }

.custom-switch > span {
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #bb2424;
  font-size: 12px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.custom-switch > span span {
  z-index: 10;
  display: block;
  width: 50%;
  position: absolute;
  top: 2px;
  left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.custom-switch > span span:last-child {
  left: 28px;
  color: #f4f4f4 f4f4f4;
  display: block; }

.custom-switch > span span:first-of-type {
  padding-left: 13px;
  display: none;
  color: #666; }

.featured-wrapper-1, .featured-wrapper-2 {
  background-color: #ff15d2; }
  .featured-wrapper-1.primary, .featured-wrapper-2.primary {
    background-color: #12f7e0; }
  .featured-wrapper-1.primary .module-text-block h1, .featured-wrapper-2.primary .module-text-block h1, .featured-wrapper-1.primary .module-text-block h2, .featured-wrapper-2.primary .module-text-block h2, .featured-wrapper-1.primary .module-text-block h3, .featured-wrapper-2.primary .module-text-block h3, .featured-wrapper-1.primary .module-text-block h4, .featured-wrapper-2.primary .module-text-block h4, .featured-wrapper-1.primary .module-text-block h5, .featured-wrapper-2.primary .module-text-block h5, .featured-wrapper-1.primary .module-text-block h6, .featured-wrapper-2.primary .module-text-block h6, .featured-wrapper-1.primary .module-text-block p, .featured-wrapper-2.primary .module-text-block p, .featured-wrapper-1.primary .module-text-block a.btn-link, .featured-wrapper-2.primary .module-text-block a.btn-link {
    color: #fff; }
  .featured-wrapper-1.secondary, .featured-wrapper-2.secondary {
    background-color: #ff15d2; }
  .featured-wrapper-1.secondary .module-text-block h1, .featured-wrapper-2.secondary .module-text-block h1, .featured-wrapper-1.secondary .module-text-block h2, .featured-wrapper-2.secondary .module-text-block h2, .featured-wrapper-1.secondary .module-text-block h3, .featured-wrapper-2.secondary .module-text-block h3, .featured-wrapper-1.secondary .module-text-block h4, .featured-wrapper-2.secondary .module-text-block h4, .featured-wrapper-1.secondary .module-text-block h5, .featured-wrapper-2.secondary .module-text-block h5, .featured-wrapper-1.secondary .module-text-block h6, .featured-wrapper-2.secondary .module-text-block h6, .featured-wrapper-1.secondary .module-text-block p, .featured-wrapper-2.secondary .module-text-block p, .featured-wrapper-1.secondary .module-text-block a.btn-link, .featured-wrapper-2.secondary .module-text-block a.btn-link {
    color: #fff; }
  .featured-wrapper-1.highlight, .featured-wrapper-2.highlight {
    background-color: #ff15d2; }
  .featured-wrapper-1.highlight .module-text-block h1, .featured-wrapper-2.highlight .module-text-block h1, .featured-wrapper-1.highlight .module-text-block h2, .featured-wrapper-2.highlight .module-text-block h2, .featured-wrapper-1.highlight .module-text-block h3, .featured-wrapper-2.highlight .module-text-block h3, .featured-wrapper-1.highlight .module-text-block h4, .featured-wrapper-2.highlight .module-text-block h4, .featured-wrapper-1.highlight .module-text-block h5, .featured-wrapper-2.highlight .module-text-block h5, .featured-wrapper-1.highlight .module-text-block h6, .featured-wrapper-2.highlight .module-text-block h6, .featured-wrapper-1.highlight .module-text-block p, .featured-wrapper-2.highlight .module-text-block p, .featured-wrapper-1.highlight .module-text-block a.btn-link, .featured-wrapper-2.highlight .module-text-block a.btn-link {
    color: #fff; }
  .featured-wrapper-1.gray, .featured-wrapper-2.gray {
    background-color: #eee; }

.featured-wrapper-2 {
  padding: 6.25rem 0 4.6875rem; }

.featured-wrapper-3 {
  background-color: #12f7e0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Crect x='10' y='10' width='24' height='24' fill='%23f4f4f4' style='opacity: 0.1'/%3E%3C/svg%3E");
  background-size: 44px;
  background-position: center;
  padding: 5.625rem 0 4.6875rem; }
  .featured-wrapper-3.primary {
    background-color: #12f7e0; }
  .featured-wrapper-3.primary .module-text-block h1, .featured-wrapper-3.primary .module-text-block h2, .featured-wrapper-3.primary .module-text-block h3, .featured-wrapper-3.primary .module-text-block h4, .featured-wrapper-3.primary .module-text-block h5, .featured-wrapper-3.primary .module-text-block h6, .featured-wrapper-3.primary .module-text-block p, .featured-wrapper-3.primary .module-text-block a.btn-link {
    color: #fff; }
  .featured-wrapper-3.secondary {
    background-color: #ff15d2; }
  .featured-wrapper-3.secondary .module-text-block h1, .featured-wrapper-3.secondary .module-text-block h2, .featured-wrapper-3.secondary .module-text-block h3, .featured-wrapper-3.secondary .module-text-block h4, .featured-wrapper-3.secondary .module-text-block h5, .featured-wrapper-3.secondary .module-text-block h6, .featured-wrapper-3.secondary .module-text-block p, .featured-wrapper-3.secondary .module-text-block a.btn-link {
    color: #fff; }
  .featured-wrapper-3.highlight {
    background-color: #ff15d2; }
  .featured-wrapper-3.highlight .module-text-block h1, .featured-wrapper-3.highlight .module-text-block h2, .featured-wrapper-3.highlight .module-text-block h3, .featured-wrapper-3.highlight .module-text-block h4, .featured-wrapper-3.highlight .module-text-block h5, .featured-wrapper-3.highlight .module-text-block h6, .featured-wrapper-3.highlight .module-text-block p, .featured-wrapper-3.highlight .module-text-block a.btn-link {
    color: #fff; }
  @media (min-width: 992px) {
      .featured-wrapper-3 .module-form .col.field {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
        flex: 0 0 37.5% !important;
        max-width: 37.5% !important; }
        .featured-wrapper-3 .module-form .col.submit {
          -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
          max-width: 25% !important; } }
  .featured-wrapper-3 .module-form .col.field:before {
    content: '';
    display: block;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    position: absolute;
    background-color: #fff; }
  .featured-wrapper-3 .module-form .col.field input[type="text"], .featured-wrapper-3 .module-form .col.field input[type="email"], .featured-wrapper-3 .module-form .col.field input[type="password"], .featured-wrapper-3 .module-form .col.field select, .featured-wrapper-3 .module-form .col.field textarea, .featured-wrapper-3 .module-form .col.field button {
    border: none !important;
    outline-color: transparent !important; }
    .featured-wrapper-3 .module-form .col.field input[type="text"]:focus + label, .featured-wrapper-3 .module-form .col.field input[type="email"]:focus + label, .featured-wrapper-3 .module-form .col.field input[type="password"]:focus + label, .featured-wrapper-3 .module-form .col.field select:focus + label, .featured-wrapper-3 .module-form .col.field textarea:focus + label, .featured-wrapper-3 .module-form .col.field button:focus + label {
      left: 15px;
      right: 15px; }
  .featured-wrapper-3 button.btn-primary {
    border: 5px solid #ff15d2;
    background-color: #ff15d2; }
  .featured-wrapper-3 button.btn-primary:hover, .featured-wrapper-3 button.btn-primary:focus, .featured-wrapper-3 button.btn-primary:active {
    border: 5px solid #e100b6;
    background-color: #e100b6; }

.primary-bg {
  background-color: #12f7e0;
  padding: 4.6875rem 0 2.8125rem; }
  .primary-bg .moduleWrap {
    padding-top: 0; }

.primary-bg h1, .primary-bg h2, .primary-bg h3, .primary-bg h4, .primary-bg h5, .primary-bg h6, .primary-bg p, .primary-bg li {
  color: #fff; }

.primary-bg li::before {
  border-color: #fff; }

.alternate-bg {
  background-color: #eee; }

.two-tone-bg {
  position: relative; }

.full-width-content .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (min-width: 768px) {
      .thin-content .container {
        width: 450px; } }
  @media (min-width: 768px) {
    .thin-content .container {
      width: 600px; } }
  @media (min-width: 992px) {
    .thin-content .container {
      width: 800px; } }

.single-column .module-job-listing.grid-of-2 .col, .double-column .module-job-listing.grid-of-2 .col, .two-column .module-job-listing.grid-of-2 .col, .single-column .module-job-detail.grid-of-2 .col, .double-column .module-job-detail.grid-of-2 .col, .two-column .module-job-detail.grid-of-2 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
      .single-column .module-job-listing.grid-of-2 .col, .double-column .module-job-listing.grid-of-2 .col, .two-column .module-job-listing.grid-of-2 .col, .single-column .module-job-detail.grid-of-2 .col, .double-column .module-job-detail.grid-of-2 .col, .two-column .module-job-detail.grid-of-2 .col {
        -webkit-box-flex: 0;
        -ms-fles: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; } }
  @media (min-width: 768px) {
      .single-column .module-job-listing.grid-of-3 .col, .double-column .module-job-listing.grid-of-3 .col, .two-column .module-job-listing.grid-of-3 .col, .single-column .module-job-detail.grid-of-3 .col, .double-column .module-job-detail.grid-of-3 .col, .two-column .module-job-detail.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-fles: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; } }
  @media (min-width: 992px) {
      .single-column .module-job-listing.grid-of-3 .col, .double-column .module-job-listing.grid-of-3 .col, .two-column .module-job-listing.grid-of-3 .col, .single-column .module-job-detail.grid-of-3 .col, .double-column .module-job-detail.grid-of-3 .col, .two-column .module-job-detail.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-fles: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        width: 33.3333%; } }

.module-job-listing .job {
  height: 100%; }
  .module-job-listing .row.slick-slider {
    padding: 0;
    position: relative; }
  .module-job-listing .row.slick-slider .job {
    margin-bottom: 10px; }
  .module-job-listing .row.slick-slider .slick-dots {
    padding: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    right: -50%;
    transform: translateX(-50%);
    margin: 0 0 10px;
    text-align: center; }
  .module-job-listing .row.slick-slider .slick-dots li {
    border: none !important; }
  .module-job-listing .row.slick-slider .slick-dots li button {
    background-color: #ff15d2;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease;
    border: none !important;
    height: 12px; }
    .module-job-listing .row.slick-slider .slick-dots li button:hover, .module-job-listing .row.slick-slider .slick-dots li button:active, .module-job-listing .row.slick-slider .slick-dots li button:focus {
      opacity: 1 !important; }
  .module-job-listing .row.slick-slider .slick-dots li:before {
    display: none; }
  .module-job-listing .row.slick-slider .slick-dots li.slick-active button {
    opacity: 1 !important; }

.module-job-listing .job .sidebar {
  display: none; }

.module-job-listing .job, .module-job-detail .job {
  background-color: transparent;
  padding: 0;
  display: block;
  margin-bottom: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #fff;
  grid-gap: 0.5rem;
  padding: 2rem;
  width: 100%; }
  .module-job-listing .job .save-button, .module-job-detail .job .save-button {
    transition: color 0.3s ease;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-decoration: none !important; }
  .module-job-listing .job .save-button:hover, .module-job-detail .job .save-button:hover, .module-job-listing .job .save-button:hover svg, .module-job-detail .job .save-button:hover svg, .module-job-listing .job .save-button:active, .module-job-detail .job .save-button:active, .module-job-listing .job .save-button:focus, .module-job-detail .job .save-button:focus, .module-job-listing .job .save-button:active svg, .module-job-detail .job .save-button:active svg, .module-job-listing .job .save-button:focus svg, .module-job-detail .job .save-button:focus svg {
    color: #e100b6;
    cursor: pointer; }
  .module-job-listing .job .save-button svg, .module-job-detail .job .save-button svg {
    color: #ff15d2;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.3s ease; }
    .module-job-listing .job .save-button svg .fill, .module-job-detail .job .save-button svg .fill, .module-job-listing .job .save-button svg .path-close, .module-job-detail .job .save-button svg .path-close {
      opacity: 0; }
    .module-job-listing .job .save-button svg .plus, .module-job-detail .job .save-button svg .plus {
      opacity: 1; }
  .module-job-listing .job .save-button.savedJob .fill, .module-job-detail .job .save-button.savedJob .fill, .module-job-listing .job .save-button.savedJob .path-close, .module-job-detail .job .save-button.savedJob .path-close {
    opacity: 1; }
    .module-job-listing .job .save-button.savedJob .plus, .module-job-detail .job .save-button.savedJob .plus {
      opacity: 0; }
  .module-job-listing .job form, .module-job-detail .job form {
    grid-column: span 2; }
  .module-job-listing .job .job-time, .module-job-detail .job .job-time {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0;
    clear: left;
    grid-column: span 2; }
  .module-job-listing .job .job-heading, .module-job-detail .job .job-heading {
    margin-bottom: 0;
    grid-column: span 2;
    font-family: FKGrotesk-Medium; }
  .module-job-listing .job .job-heading a, .module-job-detail .job .job-heading a {
    color: #fff; }
  .module-job-listing .job .job-reference, .module-job-detail .job .job-reference {
    grid-column: span 2;
    margin-bottom: 0; }
  .module-job-listing .job .job-key, .module-job-detail .job .job-key {
    color: #fff;
    font-family: FKGrotesk-Thin;
    grid-column: span 2;
    margin-bottom: 0; }
  .module-job-listing .job .job-key .location, .module-job-detail .job .job-key .location, .module-job-listing .job .job-key .salary, .module-job-detail .job .job-key .salary, .module-job-listing .job .job-key .type, .module-job-detail .job .job-key .type {
    display: block;
    padding-right: 0.625rem; }
    @media (min-width: 768px) {
      .module-job-listing .job .job-key .location, .module-job-detail .job .job-key .location, .module-job-listing .job .job-key .salary, .module-job-detail .job .job-key .salary, .module-job-listing .job .job-key .type, .module-job-detail .job .job-key .type {
        display: inline-block; } }
    .module-job-listing .job .job-key .location i:before, .module-job-detail .job .job-key .location i:before, .module-job-listing .job .job-key .salary i:before, .module-job-detail .job .job-key .salary i:before, .module-job-listing .job .job-key .type i:before, .module-job-detail .job .job-key .type i:before {
      color: #ff15d2;
      margin-right: 0.17em;
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      font-size: 1rem; }
    .module-job-listing .job .job-key .location span, .module-job-detail .job .job-key .location span, .module-job-listing .job .job-key .salary span, .module-job-detail .job .job-key .salary span, .module-job-listing .job .job-key .type span, .module-job-detail .job .job-key .type span {
      display: inline-block;
      vertical-align: middle; }
  .module-job-listing .job .job-description, .module-job-detail .job .job-description {
    line-height: 1.5;
    color: #fff;
    font-family: FKGrotesk-Thin;
    grid-column: span 2;
    margin-bottom: 0 !important; }
  .module-job-listing .job .actions, .module-job-detail .job .actions {
    text-align: right;
    margin-right: 0;
    grid-column: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .module-job-listing .job .actions .btn.btn-link, .module-job-listing .job .actions .cta > a.btn-link, .module-job-detail .job .actions .btn.btn-link, .module-job-detail .job .actions .cta > a.btn-link {
    text-align: center; }
    .module-job-listing .job .actions .btn.btn-primary, .module-job-listing .job .actions .cta > a.btn-primary, .module-job-detail .job .actions .btn.btn-primary, .module-job-detail .job .actions .cta > a.btn-primary {
      margin-left: 1vw; }
  .module-job-listing.featured .job, .module-job-detail.featured .job {
    margin-bottom: 0; }
  .client-block {
    background-color: whitesmoke;
    width: 100%;
    margin-bottom: 1.875rem;
    padding: 0.9375rem; }
  .client-block::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 768px) {
  .client-block {
    padding: 1.875rem; } }
  .client-block .client-logo {
    float: left;
    margin-right: 15px; }
  .client-block .client-desc {
    float: left; }
  .client-block .client-desc p {
    margin-bottom: 0; }

.module-job-detail .col > .mb-3 {
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px !important; }
  .module-job-detail .col > .pb-3 {
    margin-bottom: 40px;
    padding-bottom: 40px !important;
    position: relative; }
  .module-job-detail .col > .pb-3:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 200%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -50%; }
  .module-job-detail .job {
    border: none !important;
    box-shadow: none;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 0.3fr;
    grid-gap: 0 8vw !important;
    border: 1px solid #333;
    grid-gap: 0.5rem;
    width: 100%;
    padding: 0 !important; }
  .module-job-detail .job form {
    grid-column: 2;
    grid-row: 1; }
  .module-job-detail .job .save-button {
    top: -80px; }
  .module-job-detail .job .further-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 15px; }
  .module-job-detail .job .actions {
    position: static;
    transform: none;
    margin: 0;
    float: right;
    margin-bottom: 30px;
    margin-top: 0 !important;
    grid-row: 1; }
  .module-job-detail .job .sidebar {
    grid-column: 2;
    grid-row: 3;
    position: absolute;
    width: 100% !important;
    max-width: 300px;
    float: none; }
  .module-job-detail .job .job-time {
    grid-column: 1; }
  .module-job-detail .job .job-heading {
    grid-row: 1;
    grid-column: 1;
    position: static;
    display: block;
    margin-bottom: 10px !important; }
  .module-job-detail .job .job-key {
    grid-row: 2;
    grid-column: 1;
    position: static;
    width: 100%;
    margin-bottom: 0;
    transform: none; }
  .module-job-detail .job .job-reference {
    grid-row: 4;
    grid-column: 1;
    margin-bottom: 0;
    color: #fff; }
  .module-job-detail .job .job-description {
    grid-column: 1;
    width: 100% !important; }
  .module-job-detail .job .consultant {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .module-job-detail .job .consultant .consultant-details p {
    display: inline-block; }
    .module-job-detail .job .consultant .consultant-details p:nth-of-type(2) {
      margin-left: 8px; }
    .module-job-detail .job .consultant .consultant-details p:nth-of-type(2) span {
      display: none; }
    .module-job-detail .job .consultant .consultant-details p:nth-of-type(3) {
      margin-left: 8px; }
    .module-job-detail .job .consultant .consultant-details p:nth-of-type(3) span {
      display: none; }
    .module-job-detail .job .consultant .consultant-details .btn, .module-job-detail .job .consultant .consultant-details .cta > a {
      max-width: fit-content; }
  .module-job-detail .back-link {
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
    margin: 0;
    transform: none;
    font-weight: 400 !important;
    float: left;
    display: flex;
    align-items: center; }
  .module-job-detail .back-link i, .module-job-detail .back-link .icon-arrow-left {
    display: none; }
  .module-job-detail .back-link:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    width: 15px;
    height: 2px;
    background-color: #1d1e22;
    -moz-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -o-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -webkit-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88); }
  .module-job-detail .back-link:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #1d1e22;
    border-top: 2px solid #1d1e22;
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    -moz-transition: rotate(225deg);
    -o-transition: rotate(225deg);
    -moz-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -o-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -webkit-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88); }
  .module-job-detail .back-link:hover::after {
    left: -25px;
    -moz-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -o-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -webkit-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88); }
  .module-job-detail .back-link:hover::before {
    left: -25px;
    width: 20px;
    -moz-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -o-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    -webkit-transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88);
    transition: all 0.2s cubic-bezier(0.36, 0.35, 0.21, 0.88); }
  .module-job-detail .back-link:hover, .module-job-detail .back-link:active, .module-job-detail .back-link:focus {
    color: #fff;
    cursor: pointer; }
  .module-job-detail .save-button {
    right: 30px; }
  .module-job-detail .btn-link {
    margin-bottom: 30px; }
  .module-job-detail .job-key .location, .module-job-detail .job-key .salary, .module-job-detail .job-key .type {
    color: #fff; }
  .module-job-detail .job-key .location i:before, .module-job-detail .job-key .salary i:before, .module-job-detail .job-key .type i:before {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important; }
  .module-job-detail .job {
    padding: 0 30px;
    box-shadow: none; }
  .module-job-detail .job .job-reference {
    float: left;
    margin-bottom: 30px;
    color: #c0c0c0; }
  .module-job-detail .job .actions {
    margin: 0;
    float: right;
    margin-bottom: 30px; }
  @media (min-width: 992px) {
      .module-job-detail .job .further-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0 15px; }
        .module-job-detail .job .further-actions .job-share {
          margin: 0 !important; }
        .module-job-detail .job .further-actions p.cta {
          margin: 0 !important; } }
  .module-job-detail .job h1.job-heading {
    clear: both; }
  .module-job-detail .job .job-description {
    clear: both;
    color: #fff;
    font-family: FKGrotesk-Thin; }
  @media (min-width: 768px) {
      .module-job-detail .job .job-description {
        width: calc(66.6666% - 30px);
        float: left; } }
  .module-job-detail .job .job-description .job-share {
    margin-top: 30px;
    margin-bottom: 15px; }
    .module-job-detail .job .job-description .job-share a {
      text-decoration: none; }
    .module-job-detail .job .job-description .job-share a:hover, .module-job-detail .job .job-description .job-share a:active, .module-job-detail .job .job-description .job-share a:focus {
      text-decoration: none; }
    .module-job-detail .job .job-description .job-share .btn, .module-job-detail .job .job-description .job-share .cta > a {
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle; }
  @media (min-width: 768px) {
      .module-job-detail .job .sidebar {
        width: 33.3333%;
        max-width: 300px;
        float: right; } }
  .module-job-detail .job .consultant {
    background-color: whitesmoke;
    padding: 15px; }
  .module-job-detail .job .consultant p a {
    color: #fff;
    text-decoration: none; }
    .module-job-detail .job .consultant p a span {
      text-decoration: underline; }
    .module-job-detail .job .consultant p a:hover, .module-job-detail .job .consultant p a:active, .module-job-detail .job .consultant p a:focus {
      color: #12f7e0; }

.article-wrapper .consultant {
  background-color: whitesmoke;
  padding: 15px; }
  .article-wrapper .consultant img {
    margin: 0 0 15px; }
  .article-wrapper .consultant .categories {
    padding-left: 25px; }
  .article-wrapper .consultant .categories i {
    margin-left: -25px; }
  .article-wrapper .consultant .categories span {
    display: inline-block;
    background-color: #e5e5e5;
    padding: 2px 8px;
    margin-right: 5px;
    margin-bottom: 5px; }

.double-column .module-job-detail .job {
  display: block; }
  .double-column .module-job-detail .job .job-description {
    float: none;
    width: 100%; }
  .double-column .module-job-detail .job .actions {
    float: none;
    margin-top: 0 !important; }
  .double-column .module-job-detail .job .sidebar {
    width: auto;
    display: block;
    float: none;
    max-width: none; }
  .double-column .module-job-detail .job .consultant {
    float: left;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0; }
  @media screen and (min-width: 440px) {
      .double-column .module-job-detail .job .consultant {
        display: grid;
        grid-template-columns: 0.6fr 1fr;
        justify-content: center; }
        .double-column .module-job-detail .job .consultant .consultant-image {
          margin-bottom: 0;
          width: 140px;
          margin-right: 20px;
          vertical-align: top;
          display: inline-block; }
        .double-column .module-job-detail .job .consultant .consultant-details {
          width: 100%;
          display: inline-block;
          text-align: left; }
          .double-column .module-job-detail .job .consultant .consultant-details .btn, .double-column .module-job-detail .job .consultant .consultant-details .cta > a {
            width: fit-content;
            display: block; } }
  @media (min-width: 768px) {
      .double-column .module-job-detail .job .consultant .consultant-image {
        width: 180px; }
        .double-column .module-job-detail .job .consultant .consultant-details {
          width: 100%; } }

.module-job-listing .consultant {
  margin-top: 30px; }
  .module-job-listing .consultant img {
    width: 150px;
    display: inline-block; }
  .module-job-listing .consultant .consultant-details {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }

@media screen and (max-width: 768px) {
  .double-column .module-job-detail .job .consultant .consultant-details {
    margin-left: 0; } }

.single-column .module-job-detail .save-button svg {
  width: 35px; }
  .single-column .module-job-detail .job-heading {
    margin-bottom: 30px; }
  .single-column .module-job-detail p.job-key span.location, .single-column .module-job-detail p.job-key span.salary {
    padding-right: 1.3rem; }
  .single-column .module-job-detail .actions a.btn, .single-column .module-job-detail .actions .cta > a, .single-column .module-job-detail .save-button, .single-column .module-job-detail p.job-reference, .single-column .module-job-detail p.job-key {
    font-size: 1.3em; }
  .single-column .module-job-detail p.job-reference {
    margin-bottom: 30px; }

.job-alerts-sidebar {
  width: 100%;
  text-align: center;
  padding: 30px 30px 15px;
  color: #fff;
  background-color: #12f7e0; }
  .job-alerts-sidebar h1, .job-alerts-sidebar h2, .job-alerts-sidebar h3, .job-alerts-sidebar h4, .job-alerts-sidebar h5, .job-alerts-sidebar h6, .job-alerts-sidebar p {
    color: #fff; }

.module-two-col-content-image {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap-reverse; }
  .module-two-col-content-image .content, .module-two-col-content-image .background-image {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex; }
  @media (min-width: 768px) {
    .module-two-col-content-image .content, .module-two-col-content-image .background-image {
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
      flex: 0 0 50% !important;
      max-width: 50% !important; } }
  .module-two-col-content-image .content .content-area, .module-two-col-content-image .background-image .content-area {
    padding: 30px;
    width: 100%; }
  .module-two-col-content-image .content {
    justify-content: flex-end; }
  @media (min-width: 768px) {
      .module-two-col-content-image .content .content-area {
        padding: 90px 60px; } }
  @media (min-width: 992px) {
      .module-two-col-content-image .content .content-area {
        padding: 120px 75px; } }
  .module-two-col-content-image .content .content-area h1, .module-two-col-content-image .content .content-area h2, .module-two-col-content-image .content .content-area h3, .module-two-col-content-image .content .content-area h4, .module-two-col-content-image .content .content-area h5, .module-two-col-content-image .content .content-area h6, .module-two-col-content-image .content .content-area p, .module-two-col-content-image .content .content-area li {
    color: #fff; }
  .module-two-col-content-image .background-image {
    background-size: cover;
    background-position: center;
    justify-content: flex-start; }
  @media (min-width: 768px) {
    .module-two-col-content-image .background-image {
      height: 100%; } }
  .module-two-col-content-image .background-image .content-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .module-two-col-content-image .background-image .content-area .overlay-content {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px 45px; }
    .module-two-col-content-image .background-image .content-area .overlay-content h1, .module-two-col-content-image .background-image .content-area .overlay-content h2, .module-two-col-content-image .background-image .content-area .overlay-content h3, .module-two-col-content-image .background-image .content-area .overlay-content h4, .module-two-col-content-image .background-image .content-area .overlay-content h5, .module-two-col-content-image .background-image .content-area .overlay-content h6, .module-two-col-content-image .background-image .content-area .overlay-content p, .module-two-col-content-image .background-image .content-area .overlay-content li {
      color: #fff; }
    .module-two-col-content-image .background-image .content-area .overlay-content li::before {
      border-color: #fff; }
  @media (min-width: 768px) {
    .module-two-col-content-image.content-right {
      flex-direction: row-reverse; } }
  .module-two-col-content-image.primary {
    background-color: #12f7e0; }
  .module-two-col-content-image.primary .content .content-area h1, .module-two-col-content-image.primary .content .content-area h2, .module-two-col-content-image.primary .content .content-area h3, .module-two-col-content-image.primary .content .content-area h4, .module-two-col-content-image.primary .content .content-area h5, .module-two-col-content-image.primary .content .content-area h6, .module-two-col-content-image.primary .content .content-area p, .module-two-col-content-image.primary .content .content-area li {
    color: #fff; }
    .module-two-col-content-image.primary .content .content-area li::before {
      border-color: #fff; }
  .module-two-col-content-image.secondary {
    background-color: #ff15d2; }
  .module-two-col-content-image.secondary .content .content-area h1, .module-two-col-content-image.secondary .content .content-area h2, .module-two-col-content-image.secondary .content .content-area h3, .module-two-col-content-image.secondary .content .content-area h4, .module-two-col-content-image.secondary .content .content-area h5, .module-two-col-content-image.secondary .content .content-area h6, .module-two-col-content-image.secondary .content .content-area p, .module-two-col-content-image.secondary .content .content-area li {
    color: #fff; }
  .module-two-col-content-image.secondary .content li::before {
    border-color: #fff; }
  .module-two-col-content-image.tertiary {
    background-color: #ff15d2; }
  .module-two-col-content-image.tertiary .content .content-area h1, .module-two-col-content-image.tertiary .content .content-area h2, .module-two-col-content-image.tertiary .content .content-area h3, .module-two-col-content-image.tertiary .content .content-area h4, .module-two-col-content-image.tertiary .content .content-area h5, .module-two-col-content-image.tertiary .content .content-area h6, .module-two-col-content-image.tertiary .content .content-area p, .module-two-col-content-image.tertiary .content .content-area li {
    color: #fff; }
    .module-two-col-content-image.tertiary .content .content-area li::before {
      border-color: #fff; }

.consultant-page {
  padding: 30px 20px;
  width: 100%; }
  .consultant-page .consultant-details {
    margin: 30px 0; }
  .consultant-page .consultant-details .consultant-info {
    display: inline-block;
    margin-left: 20px; }
  .consultant-page .consultant-details .consultant-info:first-of-type {
    margin-left: 0; }

@media screen and (min-width: 769px) {
  .consultant-page img.consultant-image {
    float: right;
    margin-left: 80px;
    margin-bottom: 30px;
    max-width: 300px; } }

img.consultant-image {
  margin-bottom: 10px; }

.single-column .module-blog-listing .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
      .single-column .module-blog-listing.grid .col {
        -webkit-box-flex: 0;
        -ms-fles: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
        .single-column .module-blog-listing.grid .col.double {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
  @media (min-width: 992px) {
      .single-column .module-blog-listing.grid .col {
        -webkit-box-flex: 0;
        -ms-fles: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        width: 33.3333%; }
        .single-column .module-blog-listing.grid .col.double {
          -webkit-box-flex: 0;
          -ms-fles: 0 0 66.6666%;
          flex: 0 0 66.6666%;
          width: 66.6666%; } }

.double-column .module-blog-listing .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
      .double-column .module-blog-listing.grid .col {
        -webkit-box-flex: 0;
        -ms-fles: 0 0 50%;
        flex: 50%;
        width: 50%; }
        .double-column .module-blog-listing.grid .col.double {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }

.module-blog-listing .col {
  margin-bottom: 20px; }
  .module-blog-listing .blog-listing-block {
    position: relative;
    display: block;
    margin-bottom: 1.875rem;
    text-decoration: none !important;
    flex: 1;
    min-height: 100%;
    height: 100%;
    margin-bottom: 0 !important; }
  .module-blog-listing .blog-listing-block.wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    align-items: center; }
  .module-blog-listing .blog-listing-block.wide .blog-image {
    grid-column: 2;
    width: 100% !important;
    float: none !important;
    padding-bottom: auto !important;
    height: 100%;
    min-height: 100%;
    flex: 1;
    position: static;
    display: block; }
  .module-blog-listing .blog-listing-block.wide .time {
    position: absolute;
    right: 0;
    grid-column: 2;
    width: fit-content;
    position: absolute;
    right: 0;
    left: auto; }
  .module-blog-listing .blog-listing-block.wide .content {
    grid-column: 1;
    grid-row: 1;
    position: static !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .module-blog-listing .blog-listing-block .blog-image {
    background-color: black;
    display: block;
    position: relative;
    padding-bottom: 80%;
    width: 100%;
    background-size: cover;
    background-position: center; }
  .module-blog-listing .blog-listing-block .content {
    display: block;
    width: 100%;
    padding: 0.9375rem 1.25rem;
    background-color: #f7f7f9;
    color: #fff;
    position: static; }
  .module-blog-listing .blog-listing-block .content .heading {
    font-weight: normal;
    margin-bottom: 0.625rem;
    display: block; }
  .module-blog-listing .blog-listing-block .content .blurb {
    display: block; }
  .module-blog-listing .blog-listing-block .content .btn.cta, .module-blog-listing .blog-listing-block .content .cta > a.cta {
    margin-top: 24px; }
  .module-blog-listing .blog-listing-block .time {
    position: absolute;
    background-color: #f7f7f9;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.625rem;
    top: 0;
    left: auto;
    right: 0;
    z-index: 99; }
  .module-blog-listing .blog-listing-block:hover .content, .module-blog-listing .blog-listing-block:active .content, .module-blog-listing .blog-listing-block:focus .content {
    background-color: #f7f7f9; }
  @media (min-width: 768px) {
    .module-blog-listing .blog-listing-block.wide {
      overflow: hidden;
      background-color: #f7f7f9; }
      .module-blog-listing .blog-listing-block.wide:hover, .module-blog-listing .blog-listing-block.wide:active, .module-blog-listing .blog-listing-block.wide:focus {
        background-color: #f7f7f9; }
      .module-blog-listing .blog-listing-block.wide .blog-image {
        width: 100%;
        float: right; } }

.module-blog-listing.viewAll p {
  text-align: center;
  margin-bottom: 30px; }

.module-blog-listing.news-page .blog-listing-block .content .heading {
  font-size: 1.4em;
  margin-bottom: 1.8em; }

.article-wrapper img {
  margin: 20px 0; }
  .article-wrapper .article-share {
    margin: 0 0 40px 0; }
  .article-wrapper .article-share a i[class^="icon-"] {
    margin-right: 0; }

.single-column .module-link-grid .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
      .single-column .module-link-grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  @media (min-width: 992px) {
      .single-column .module-link-grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
  .single-column .module-link-grid.grid-of-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .single-column .module-link-grid.grid-of-4 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
    @media (min-width: 992px) {
      .single-column .module-link-grid.grid-of-4 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
  .single-column .module-link-grid.grid-of-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .single-column .module-link-grid.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .single-column .module-link-grid.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  .single-column .module-link-grid.grid-of-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .single-column .module-link-grid.grid-of-2 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .single-column .module-link-grid.grid-of-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.double-column .module-link-grid .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
      .double-column .module-link-grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 992px) {
      .double-column .module-link-grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  .double-column .module-link-grid.grid-of-4 .col, .double-column .module-link-grid.grid-of-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .double-column .module-link-grid.grid-of-4 .col, .double-column .module-link-grid.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .double-column .module-link-grid.grid-of-4 .col, .double-column .module-link-grid.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .double-column .module-link-grid.grid-of-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .double-column .module-link-grid.grid-of-2 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .double-column .module-link-grid.grid-of-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.module-link-grid .row {
  justify-content: center; }
  @media (min-width: 992px) {
    .module-link-grid .row .col-md-4 {
      flex: 0 0 20%;
      max-width: 20%; } }
  .module-link-grid .row.slick-slider {
    padding: 0 0px 0;
    position: relative;
    margin-bottom: 60px; }
  .module-link-grid .row.slick-slider .link-grid-col {
    margin-bottom: 0; }
  .module-link-grid .row.slick-slider .slick-dots {
    padding: 0;
    position: absolute;
    bottom: -60px;
    left: 50%;
    right: -50%;
    transform: translateX(-50%);
    margin: 0; }
    .module-link-grid .row.slick-slider .slick-dots li button {
      background-color: #ff15d2;
      opacity: 0.5 !important;
      transition: opacity 0.3s ease;
      border: none;
      height: 12px; }
    .module-link-grid .row.slick-slider .slick-dots li button:hover, .module-link-grid .row.slick-slider .slick-dots li button:active, .module-link-grid .row.slick-slider .slick-dots li button:focus {
      opacity: 1 !important; }
    .module-link-grid .row.slick-slider .slick-dots li:before {
      display: none; }
    .module-link-grid .row.slick-slider .slick-dots li.slick-active button {
      opacity: 1 !important; }
  .module-link-grid .link-grid-col {
    margin-bottom: 3.125rem; }
  .module-link-grid .link-grid-col:hover, .module-link-grid .link-grid-col:active, .module-link-grid .link-grid-col:focus {
    text-decoration: none !important; }
  .module-link-grid .link-grid-col img {
    margin-bottom: 1.875rem; }
  .module-link-grid .link-grid-col .title, .module-link-grid .link-grid-col .sub-title, .module-link-grid .link-grid-col .p {
    display: block;
    color: #fff;
    text-decoration: none; }
  .module-link-grid .link-grid-col .title:hover, .module-link-grid .link-grid-col .sub-title:hover, .module-link-grid .link-grid-col .p:hover, .module-link-grid .link-grid-col .title:active, .module-link-grid .link-grid-col .sub-title:active, .module-link-grid .link-grid-col .p:active, .module-link-grid .link-grid-col .title:focus, .module-link-grid .link-grid-col .sub-title:focus, .module-link-grid .link-grid-col .p:focus {
    text-decoration: none !important; }
  .module-link-grid .link-grid-col .sub-title {
    font-weight: 400; }
  .module-link-grid .link-grid-col .p {
    margin-bottom: 0.9375rem; }
  .module-link-grid .link-grid-col .p.title {
    margin-top: -10px;
    display: block; }
  .module-link-grid .link-grid-col.flip-tile {
    perspective: 1000px;
    position: relative; }
  @media (min-width: 992px) {
        .module-link-grid .link-grid-col.flip-tile:hover .flipper, .module-link-grid .link-grid-col.flip-tile:active .flipper, .module-link-grid .link-grid-col.flip-tile:focus .flipper, .module-link-grid .link-grid-col.flip-tile .hover .flipper {
          transform: rotateY(180deg); } }
    .module-link-grid .link-grid-col.flip-tile:hover .flipper .front, .module-link-grid .link-grid-col.flip-tile:active .flipper .front, .module-link-grid .link-grid-col.flip-tile:focus .flipper .front, .module-link-grid .link-grid-col.flip-tile .hover .flipper .front {
      opacity: 0; }
    .module-link-grid .link-grid-col.flip-tile:hover .flipper .back, .module-link-grid .link-grid-col.flip-tile:active .flipper .back, .module-link-grid .link-grid-col.flip-tile:focus .flipper .back, .module-link-grid .link-grid-col.flip-tile .hover .flipper .back {
      opacity: 1; }
  .module-link-grid .link-grid-col.flip-tile .flipper {
    transition: 0.6s;
    display: block; }
    @media (min-width: 992px) {
      .module-link-grid .link-grid-col.flip-tile .flipper {
        transform-style: preserve-3d; } }
    .module-link-grid .link-grid-col.flip-tile .flipper:after {
      display: block;
      clear: both;
      width: 100%;
      content: ''; }
    .module-link-grid .link-grid-col.flip-tile .flipper .front, .module-link-grid .link-grid-col.flip-tile .flipper .back {
      backface-visibility: hidden;
      top: 0;
      left: 0; }
    .module-link-grid .link-grid-col.flip-tile .flipper .front *, .module-link-grid .link-grid-col.flip-tile .flipper .back * {
      backface-visibility: hidden; }
    .module-link-grid .link-grid-col.flip-tile .flipper .front {
      z-index: 2;
      position: relative;
      transition: opacity 0.3s ease-in-out;
      display: block; }
    @media (min-width: 992px) {
        .module-link-grid .link-grid-col.flip-tile .flipper .front {
          transform: rotateY(0deg);
          opacity: 1 !important; } }
    .module-link-grid .link-grid-col.flip-tile .flipper .back {
      position: absolute;
      display: flex;
      height: 100%;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
    @media (min-width: 992px) {
        .module-link-grid .link-grid-col.flip-tile .flipper .back {
          transform: rotateY(180deg);
          opacity: 1; } }
    .module-link-grid .link-grid-col.flip-tile .flipper .back .flip-tile-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }

.consultant-tiles.module-link-grid .row.slick-slider {
  padding: 0; }

.single-column .module-bg-image-grid .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 768px) {
      .single-column .module-bg-image-grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  @media (min-width: 992px) {
      .single-column .module-bg-image-grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; } }
  .single-column .module-bg-image-grid.grid-of-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .single-column .module-bg-image-grid.grid-of-4 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
    @media (min-width: 992px) {
      .single-column .module-bg-image-grid.grid-of-4 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
  .single-column .module-bg-image-grid.grid-of-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .single-column .module-bg-image-grid.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .single-column .module-bg-image-grid.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  .single-column .module-bg-image-grid.grid-of-5 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .single-column .module-bg-image-grid.grid-of-5 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
    @media (min-width: 992px) {
      .single-column .module-bg-image-grid.grid-of-5 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
  .single-column .module-bg-image-grid.grid-of-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .single-column .module-bg-image-grid.grid-of-2 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .single-column .module-bg-image-grid.grid-of-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.double-column .module-bg-image-grid .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 992px) {
      .double-column .module-bg-image-grid .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  .double-column .module-bg-image-grid.grid-of-3 .col, .double-column .module-bg-image-grid.grid-of-4 .col, .double-column .module-bg-image-grid.grid-of-5 .col, .double-column .module-bg-image-grid.grid-of-6 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .double-column .module-bg-image-grid.grid-of-3 .col, .double-column .module-bg-image-grid.grid-of-4 .col, .double-column .module-bg-image-grid.grid-of-5 .col, .double-column .module-bg-image-grid.grid-of-6 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  .double-column .module-bg-image-grid.grid-of-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .double-column .module-bg-image-grid.grid-of-2 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  .double-column .module-bg-image-grid.grid-of-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

ul:not([class]) {
  position: relative;
  padding-left: 0; }
  ul:not([class]) li {
    position: relative;
    padding-left: 33px;
    margin-bottom: 5px;
    color: #fff; }
  ul:not([class]) li:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 13px;
    border: 3px solid #ff15d2;
    background-color: #ff15d2; }

.module-accordion-content .btn-accordion {
  display: block;
  position: relative;
  padding: 0.9375rem;
  color: #fff;
  font-weight: 600;
  background-color: #12f7e0;
  border: none;
  width: 100%;
  text-align: left;
  line-height: 1.25rem; }
  .module-accordion-content .btn-accordion:hover, .module-accordion-content .btn-accordion:active, .module-accordion-content .btn-accordion:focus {
    background-color: #07cfbb;
    cursor: pointer; }
  .module-accordion-content .btn-accordion:before {
    content: '-';
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #43f9e6;
    color: #fff;
    line-height: 30px;
    font-size: 1.375rem;
    float: right;
    margin: -5px -5px -5px 20px; }
  .module-accordion-content .btn-accordion.collapsed:before {
    content: '+'; }
  .module-accordion-content .card {
    border: none !important;
    margin-bottom: 0.9375rem; }
  .module-accordion-content .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0; }
  .module-accordion-content .card .card-body {
    padding: 1.875rem 1.875rem 0.9375rem; }
  .module-accordion-content .card .collapse.in {
    display: block; }

.module-bg-image-grid .row {
  justify-content: center; }
  .module-bg-image-grid .bgi-grid-link {
    display: block;
    padding: 3.75rem 0.9375rem;
    align-items: center;
    position: relative;
    margin-bottom: 1.875rem;
    transition: background-color 0.3s ease;
    color: #12f7e0; }
  .module-bg-image-grid .bgi-grid-link span {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 800;
    transition: color 0.3s ease; }
  .module-bg-image-grid .bgi-grid-link:before {
    content: '';
    display: block;
    position: absolute;
    height: 6px;
    left: 0;
    bottom: 0px;
    right: 0px;
    background-color: #ff15d2; }
  .module-bg-image-grid .bgi-grid-link.has-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease; }
  .module-bg-image-grid .bgi-grid-link.has-image:hover .image, .module-bg-image-grid .bgi-grid-link.has-image:active .image, .module-bg-image-grid .bgi-grid-link.has-image:focus .image {
    opacity: 0.25; }
  .module-bg-image-grid .bgi-grid-link.has-image span {
    color: #fff;
    z-index: 99;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }
  .module-bg-image-grid .bgi-grid-link.has-image:before, .module-bg-image-grid .bgi-grid-link.has-image:after {
    z-index: 99; }

.module-testimonials {
  padding: 1.875rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
  .module-testimonials {
    padding: 2.8125rem; } }
  @media (min-width: 992px) {
  .module-testimonials {
    padding: 3.75rem; } }
  .module-testimonials .icon-quote-left {
    display: none; }

.module-image-slider, .module-content-slider {
  width: 100%; }

.testimonials-slider, .module-image-slider {
  margin-bottom: 0.9375rem; }
  .testimonials-slider .testimonial, .module-image-slider .testimonial {
    font-style: italic; }
  .testimonials-slider .cite, .module-image-slider .cite {
    color: #f7f7f9;
    margin-top: 1.875rem; }
  @media (min-width: 768px) {
    .testimonials-slider .cite, .module-image-slider .cite {
      margin-top: rem-cacl(50); } }
  .testimonials-slider .slick-dots, .module-image-slider .slick-dots {
    padding: 0; }
  .testimonials-slider .slick-dots li button, .module-image-slider .slick-dots li button {
    background-color: #ff15d2;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease;
    border: none;
    height: 12px; }
  .testimonials-slider .slick-dots li button:hover, .module-image-slider .slick-dots li button:hover, .testimonials-slider .slick-dots li button:active, .module-image-slider .slick-dots li button:active, .testimonials-slider .slick-dots li button:focus, .module-image-slider .slick-dots li button:focus {
    opacity: 1 !important; }
  .testimonials-slider .slick-dots li:before, .module-image-slider .slick-dots li:before {
    display: none; }
  .testimonials-slider .slick-dots li.slick-active button, .module-image-slider .slick-dots li.slick-active button {
    opacity: 1 !important; }
  .testimonials-slider.no-dots .slick-dots, .module-image-slider.no-dots .slick-dots {
    display: none !important; }
  .testimonials-slider.no-arrows .slick-arrow, .module-image-slider.no-arrows .slick-arrow {
    display: none !important; }

.testimonials-slider .slick-list.draggable {
  padding: 0 !important; }

.module-image-slider {
  position: relative;
  text-align: center; }
  .module-image-slider .slick-list.draggable {
    padding: 0 !important; }
  .module-image-slider .slide-content {
    position: relative;
    padding: 15px 40px;
    margin: 0 auto;
    display: inline-block; }
  .module-image-slider .slide-content p.caption {
    position: absolute;
    bottom: 30px;
    width: 100%;
    max-width: calc(100% - 110px);
    background-color: rgba(0, 0, 0, 0.75);
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    padding: 30px; }
  .module-image-slider .slide-content p.caption span {
    display: block;
    color: #fff; }
    .module-image-slider .slide-content p.caption span.caption-header {
      font-weight: bold;
      margin-bottom: 10px; }

.single-column .module-client-listing.grid-of-1 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  .single-column .module-client-listing.grid-of-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .single-column .module-client-listing.grid-of-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .single-column .module-client-listing.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 33.33333%;
        max-width: 33.3333%; } }
  .single-column .module-client-listing.grid-of-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .single-column .module-client-listing.grid-of-4 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 25%;
        max-width: 25%; } }
  .single-column .module-client-listing.grid-of-5 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .single-column .module-client-listing.grid-of-5 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 20%;
        max-width: 20%; } }
  .single-column .module-client-listing.grid-of-6 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .single-column .module-client-listing.grid-of-6 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 33.33333%;
        max-width: 33.3333%; } }
    @media (min-width: 992px) {
      .single-column .module-client-listing.grid-of-6 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
        flex: 16.6666%;
        max-width: 16.6666%; } }

.double-column .module-client-listing.grid-of-1 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  .double-column .module-client-listing.grid-of-2 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .double-column .module-client-listing.grid-of-3 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .double-column .module-client-listing.grid-of-3 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 33.33333%;
        max-width: 33.3333%; } }
  .double-column .module-client-listing.grid-of-4 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .double-column .module-client-listing.grid-of-4 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 25%;
        max-width: 25%; } }
  .double-column .module-client-listing.grid-of-5 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .double-column .module-client-listing.grid-of-5 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 20%;
        max-width: 20%; } }
  .double-column .module-client-listing.grid-of-6 .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .double-column .module-client-listing.grid-of-6 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 33.33333%;
        max-width: 33.3333%; } }
    @media (min-width: 992px) {
      .double-column .module-client-listing.grid-of-6 .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
        flex: 16.6666%;
        max-width: 16.6666%; } }

.module-client-listing {
  padding: 1.875rem;
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
  .module-client-listing {
    padding: 2.8125rem; } }
  @media (min-width: 992px) {
  .module-client-listing {
    padding: 3.75rem; } }
  .module-client-listing .row {
    margin: 1.5625rem -10px 0;
    justify-content: center; }
  @media (min-width: 768px) {
    .module-client-listing .row {
      margin: 3.125rem -10px 1.25rem; } }
  .module-client-listing .row .col {
    padding: 0 10px; }
  .module-client-listing .row.slick-slider {
    padding: 0 40px;
    position: relative;
    margin-bottom: 60px; }
  .module-client-listing .row.slick-slider .logo-image {
    margin: 30px auto; }
  .module-client-listing .row.slick-slider .slick-dots {
    padding: 0;
    position: absolute;
    bottom: -60px;
    left: 50%;
    right: -50%;
    transform: translateX(-50%);
    margin: 0; }
    .module-client-listing .row.slick-slider .slick-dots li {
      border: none !important; }
    .module-client-listing .row.slick-slider .slick-dots li button {
      background-color: #ff15d2;
      opacity: 0.5 !important;
      transition: opacity 0.3s ease;
      border: none !important;
      height: 12px; }
    .module-client-listing .row.slick-slider .slick-dots li button:hover, .module-client-listing .row.slick-slider .slick-dots li button:active, .module-client-listing .row.slick-slider .slick-dots li button:focus {
      opacity: 1 !important; }
    .module-client-listing .row.slick-slider .slick-dots li:before {
      display: none; }
    .module-client-listing .row.slick-slider .slick-dots li.slick-active button {
      opacity: 1 !important; }
  .module-client-listing .logo-image {
    margin-bottom: 30px; }
  .module-client-listing a .logo-image {
    transition: all 0.4s ease-in-out; }
  .module-client-listing a .logo-image:hover {
    transform: scale(1.3);
    transition: all 0.4s ease-in-out; }

div.pagination {
  float: right;
  margin-bottom: 20px; }
  div.pagination ul.pagination li {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background-color: whitesmoke;
    line-height: 30px;
    text-align: center; }
  div.pagination ul.pagination li a {
    display: block;
    width: 30px;
    height: 30px;
    transition: color 0.3s ease, background-color 0.3s ease; }
    div.pagination ul.pagination li a:hover, div.pagination ul.pagination li a:active, div.pagination ul.pagination li a:focus {
      background-color: #12f7e0;
      color: #fff; }

.module-location-block {
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 768px) {
  .module-location-block {
    flex-direction: row-reverse; } }
  .module-location-block .map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1.25rem; }
  .module-location-block .map iframe {
    width: 100%;
    height: 250px; }
  @media (min-width: 768px) {
    .module-location-block .map {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
      padding-bottom: 0; }
      .module-location-block .map iframe {
        height: 300px; } }
  @media (min-width: 992px) {
    .module-location-block .map {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666666%;
      flex: 0 0 66.666666%;
      max-width: 66.666666%; }
      .module-location-block .map iframe {
        height: 400px; } }
  .module-location-block .location-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .module-location-block .location-details .address {
    padding-left: 22px;
    display: block; }
  .module-location-block .location-details .address p {
    display: inline-block;
    vertical-align: top; }
  .module-location-block .location-details .address:before {
    margin-left: -20px;
    margin-top: 1px; }
  .module-location-block .location-details i:before, .module-location-block .location-details .address:before {
    width: 18px; }
  @media (min-width: 768px) {
    .module-location-block .location-details {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      padding: 0 1.25rem; } }
  @media (min-width: 992px) {
    .module-location-block .location-details {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: 0 2.5rem; } }

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%; }
  .timeline::before {
    background: #fff;
    content: '';
    height: 100%;
    left: calc(50% - 8px);
    position: absolute;
    top: 0;
    width: 16px; }
  .timeline::after {
    clear: both;
    content: '';
    display: table;
    width: 100%; }
  .timeline a {
    color: #fff;
    font-weight: bold;
    transition: all 0.25s ease-in; }
  .timeline a:hover, .timeline a:active, .timeline a:focus {
    transition: all 0.25s ease-in; }
  .timeline .timeline-item {
    margin-bottom: 50px;
    position: relative; }
  .timeline .timeline-item:before, .timeline .timeline-item:after {
    clear: both;
    content: '';
    display: block;
    width: 100%; }
  .timeline .timeline-item .timeline-icon {
    background: #12f7e0;
    border-radius: 50%;
    height: 20px;
    left: calc(50% - 10px);
    overflow: hidden;
    position: absolute;
    top: -10px;
    width: 20px;
    border: 2px solid #fff; }
  .timeline .timeline-item .timeline-icon img, .timeline .timeline-item .timeline-icon svg {
    left: 14px;
    position: relative;
    top: 11px; }
  .timeline .timeline-item .timeline-icon svg {
    top: 14px; }
  .timeline .timeline-item .timeline-content {
    padding: 30px;
    text-align: left;
    transition: all 0.25s ease-in;
    width: 45%;
    position: relative;
    background: #fff;
    border-radius: 0; }
  .timeline .timeline-item .timeline-content p {
    color: #fff; }
  .timeline .timeline-item .timeline-content::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: white transparent transparent transparent;
    top: 0;
    right: -15px; }
  .timeline .timeline-item .timeline-content p {
    line-height: 1.4;
    margin-bottom: 0; }
  .timeline .timeline-item .timeline-content .timeline-content-date {
    font-weight: bold;
    margin-bottom: 0;
    color: #12f7e0;
    float: right;
    width: 75px;
    text-align: right; }
  .timeline .timeline-item .timeline-content .timeline-content-title {
    font-weight: 600;
    margin-bottom: 30px; }
  .timeline .timeline-item .timeline-content .timeline-content-content {
    margin-right: 75px;
    display: block; }
  .timeline .timeline-item .timeline-content.right {
    float: right;
    text-align: left; }
  .timeline .timeline-item:nth-of-type(even) .timeline-content {
    float: right;
    text-align: left; }
  .timeline .timeline-item:nth-of-type(even) .timeline-content .timeline-content-date {
    float: left;
    text-align: left; }
  .timeline .timeline-item:nth-of-type(even) .timeline-content .timeline-content-content {
    margin-left: 75px;
    margin-right: 0; }
  .timeline .timeline-item:nth-of-type(even) .timeline-content::after {
    border-width: 0 15px 15px 0;
    border-color: transparent white transparent transparent;
    left: -15px; }

@media only screen and (max-width: 640px) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%; }
    .timeline::before {
      left: 2px; }
    .timeline .timeline-item .timeline-content {
      float: right;
      text-align: left;
      width: 90%; }
      .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
        border-left: 0;
        border-right: 7px solid #fff;
        left: 10%;
        margin-left: -6px; }
      .timeline .timeline-item .timeline-content .timeline-content-date {
        float: none;
        width: auto;
        display: block;
        margin-bottom: 15px; }
      .timeline .timeline-item .timeline-content .timeline-content-date, .timeline .timeline-item .timeline-content .timeline-content-content {
        float: none !important;
        text-align: left !important;
        clear: both !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .timeline .timeline-item .timeline-content .timeline-content-content {
        margin: 0; }
      .timeline .timeline-item:nth-of-type(odd) .timeline-content::after {
        border-width: 0 15px 15px 0;
        border-color: transparent white transparent transparent;
        left: -15px;
        right: 100%; }
      .timeline .timeline-item .timeline-icon {
        left: 0; } }

.module-typed-content-block {
  text-align: center; }
  .module-typed-content-block .typed-content {
    display: block;
    max-width: 85%;
    color: #fff;
    margin: 0 auto; }
  .module-typed-content-block .typed-content::before, .module-typed-content-block .typed-content::after {
    content: '-';
    color: transparent;
    width: 0;
    display: inline-block; }

.module-sequential-job-search .simple-form {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  width: 500px; }
  .module-sequential-job-search .simple-form .input-sequence-item {
    overflow: hidden;
    display: block;
    height: 62px;
    transition: height 0.3s ease-in-out;
    padding: 5px; }
  .module-sequential-job-search .simple-form .input-sequence-item label {
    display: none; }
  .module-sequential-job-search .simple-form .input-sequence-item input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 1.625rem;
    padding: 5px 15px;
    height: auto !important;
    margin: 0;
    transition: border-bottom 0.3s ease-in-out, padding 0.3s ease-in-out;
    text-align: center; }
    @media (min-width: 768px) {
      .module-sequential-job-search .simple-form .input-sequence-item input[type="text"] {
        font-size: 1.75rem; } }
    @media (min-width: 992px) {
      .module-sequential-job-search .simple-form .input-sequence-item input[type="text"] {
        font-size: 2rem; } }
    .module-sequential-job-search .simple-form .input-sequence-item input[type="text"]::placeholder {
      color: #fff; }
    .module-sequential-job-search .simple-form .input-sequence-item input[type="text"]:focus {
      box-shadow: none;
      outline-color: transparent;
      padding: 5px 15px 3px;
      border-bottom: 4px solid #fff; }
  .module-sequential-job-search .simple-form .input-sequence-item.hide {
    display: block;
    height: 0; }

#cvNewWrapper {
  position: relative; }
  #cvNewWrapper label {
    position: absolute;
    top: 50%;
    width: 80%;
    text-align: center;
    left: 10%;
    transform: translateY(-50%); }
  #cvNewWrapper label .fileName {
    display: block;
    margin-bottom: 10px;
    font-weight: 600; }
  #cvNewWrapper label .desc {
    font-size: 80%;
    display: block; }
  #cvNewWrapper input {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    height: 250px;
    border: 1px dashed rgba(0, 0, 0, 0.15);
    outline: 10px solid rgba(0, 0, 0, 0.05);
    margin: 25px 10px;
    margin-left: 0;
    margin-right: 0;
    text-indent: -99999999px;
    overflow: hidden;
    position: relative;
    z-index: 99999;
    color: transparent;
    transition: all 0.3s ease; }
  #cvNewWrapper input:hover, #cvNewWrapper input:focus, #cvNewWrapper input:active {
    cursor: pointer;
    border: 1px dashed rgba(18, 247, 224, 0.2);
    outline: 10px solid rgba(18, 247, 224, 0.1);
    background-color: rgba(18, 247, 224, 0.1); }

#cvs .responsiv-uploader-fileupload {
  display: flex;
  align-items: top; }
  #cvs .responsiv-uploader-fileupload button.btn-upload {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px dashed rgba(0, 0, 0, 0.15);
    outline: 10px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    padding: 0;
    position: relative;
    min-height: 200px;
    margin: 10px;
    margin-bottom: 30px; }
  #cvs .responsiv-uploader-fileupload button.btn-upload:hover, #cvs .responsiv-uploader-fileupload button.btn-upload:focus, #cvs .responsiv-uploader-fileupload button.btn-upload:active {
    cursor: pointer;
    border: 1px dashed rgba(18, 247, 224, 0.2);
    outline: 10px solid rgba(18, 247, 224, 0.1);
    background-color: rgba(18, 247, 224, 0.1); }
  @media (min-width: 992px) {
      #cvs .responsiv-uploader-fileupload button.btn-upload {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px); } }
  #cvs .responsiv-uploader-fileupload button.btn-upload:before {
    content: "Choose a file";
    font-size: clamp(14px, 1.1vw, 16px); }
  #cvs .responsiv-uploader-fileupload button.btn-upload:after {
    display: none; }
  #cvs .responsiv-uploader-fileupload .upload-files-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none; }
  #cvs .responsiv-uploader-fileupload .upload-files-container:before {
    display: block;
    width: 100%;
    content: "Uploaded";
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #cvs .responsiv-uploader-fileupload .upload-files-container:before {
        font-size: 1.3rem; } }
    @media (min-width: 992px) {
      #cvs .responsiv-uploader-fileupload .upload-files-container:before {
        font-size: 1.25rem; } }
  @media (min-width: 992px) {
      #cvs .responsiv-uploader-fileupload .upload-files-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 30px; } }
  #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object {
    border: none;
    padding-left: 0;
    position: relative;
    border-radius: 0; }
    #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object .info {
      margin-left: 0; }
    #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object .info .filename {
      padding-left: 15px;
      padding-right: 0; }
    #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object .info .size {
      display: none; }
    #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object .meta {
      top: -4px;
      margin-right: 10px; }
    #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object .meta a {
      display: block;
      font-size: 30px; }
    #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object:hover, #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object:focus, #cvs .responsiv-uploader-fileupload .upload-files-container .upload-object:active {
      background-color: #ff15d2 !important;
      color: #fff !important; }

#profile-picture {
  display: block; }

#profile-picture, #profile-picture-form {
  width: 170px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 10px; }
  #profile-picture img, #profile-picture-form img, #profile-picture .responsiv-uploader-fileupload .upload-button, #profile-picture-form .responsiv-uploader-fileupload .upload-button {
    width: 170px;
    height: 170px;
    border-radius: 50%; }
  #profile-picture .responsiv-uploader-fileupload .upload-button, #profile-picture-form .responsiv-uploader-fileupload .upload-button {
    display: block;
    background-color: whitesmoke;
    border: 3px dashed #ddd;
    border-radius: 50%;
    width: 170px !important;
    height: 170px !important;
    position: relative; }
  #profile-picture .responsiv-uploader-fileupload .upload-button:before, #profile-picture-form .responsiv-uploader-fileupload .upload-button:before {
    box-sizing: inherit;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    content: "\f03e";
    width: 44px;
    font-size: 40px;
    color: #ddd;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    top: 61px;
    left: 61px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    transition: border-color 0.3s ease; }
  #profile-picture .responsiv-uploader-fileupload .upload-button:before:hover, #profile-picture-form .responsiv-uploader-fileupload .upload-button:before:hover, #profile-picture .responsiv-uploader-fileupload .upload-button:before:focus, #profile-picture-form .responsiv-uploader-fileupload .upload-button:before:focus, #profile-picture .responsiv-uploader-fileupload .upload-button:before:active, #profile-picture-form .responsiv-uploader-fileupload .upload-button:before:active {
    border-color: #ff15d2; }
  #profile-picture a.account-edit, #profile-picture-form a.account-edit {
    width: 40px;
    height: 40px;
    background-color: #ff15d2;
    color: #fff;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    font-size: 0; }
  #profile-picture a.account-edit:active, #profile-picture-form a.account-edit:active, #profile-picture a.account-edit:hover, #profile-picture-form a.account-edit:hover, #profile-picture a.account-edit:focus, #profile-picture-form a.account-edit:focus {
    background-color: #e100b6; }
  #profile-picture a.account-edit i, #profile-picture-form a.account-edit i {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 40px;
    margin-right: 0; }
  #profile-picture span#greeting, #profile-picture-form span#greeting {
    display: none;
    font-family: '$primaryFontName'; }
  @media (min-width: 992px) {
    #profile-picture span#greeting, #profile-picture-form span#greeting {
      font-size: 26px;
      font-weight: 600;
      display: block;
      position: absolute;
      left: 200px;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      padding-bottom: 20px;
      font-family: FKGrotesk-Thin; } }
  @media (min-width: 992px) {
  #profile-picture, #profile-picture-form {
    margin-bottom: -160px;
    width: 100%;
    text-align: left; }
    #profile-picture .account-edit, #profile-picture-form .account-edit {
      right: auto;
      left: 130px;
      text-align: center; } }
  @media (min-width: 992px) {
  #profile-picture, #profile-picture-form {
    max-width: 960px; } }
  @media (min-width: 1200px) {
  #profile-picture, #profile-picture-form {
    max-width: 1140px; } }

#profile-picture-modal .upload-object {
  width: 100%;
  text-align: center; }
  #profile-picture-modal .upload-object .icon-container {
    margin: 0 auto; }
  #profile-picture-modal .upload-object .info h4.filename {
    text-align: left;
    padding-right: 30px; }
    #profile-picture-modal .upload-object .info h4.filename .upload-remove-button {
      display: block;
      background-color: #ff15d2;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      padding-left: 4px;
      line-height: 17px;
      font-size: 20px;
      color: #fff;
      transition: background-color 0.3s ease; }
    #profile-picture-modal .upload-object .info h4.filename .upload-remove-button:hover, #profile-picture-modal .upload-object .info h4.filename .upload-remove-button:focus, #profile-picture-modal .upload-object .info h4.filename .upload-remove-button:active {
      background-color: #e100b6; }
  #profile-picture-modal .upload-object .info p.size {
    text-align: left; }
  #profile-picture-modal .responsiv-uploader-fileupload.style-image-single .upload-button {
    float: none;
    margin: 0 auto; }
  #profile-picture-modal .responsiv-uploader-fileupload.style-image-single .upload-button i {
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    font-family: FontAwesome;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
  #profile-picture-modal .responsiv-uploader-fileupload.style-image-single .upload-button i:before {
    content: "\f067";
    text-decoration: inherit;
    display: inline-block;
    speak: none; }

.modal-backdrop.fade.in {
  opacity: 0.5; }

#account-navigation {
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 0;
  padding: 0;
  margin: 0 auto -45px; }
  @media (min-width: 768px) {
  #account-navigation {
    max-width: 720px; } }
  @media (min-width: 992px) {
  #account-navigation {
    max-width: 960px; } }
  @media (min-width: 1200px) {
  #account-navigation {
    max-width: 1140px; } }
  #account-navigation li {
    float: left;
    width: 50%;
    display: block; }
  #account-navigation li a {
    color: rgba(255, 255, 255, 0.25);
    display: block;
    text-align: center;
    font-weight: 600;
    text-decoration: none !important; }
  #account-navigation li a:hover, #account-navigation li a:active, #account-navigation li a:focus {
    color: rgba(255, 255, 255, 0.5); }
  #account-navigation li a i {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto 5px;
    visibility: hidden; }
    #account-navigation li a i:before {
      width: 38px; }
  #account-navigation li.active a {
    color: #fff; }
    #account-navigation li.active a:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 22.5px 20px 22.5px;
      border-color: transparent transparent #fff transparent;
      margin: 20px auto 0;
      content: '';
      display: block; }
  #account-navigation li:last-of-type {
    position: absolute;
    top: -55px;
    width: auto;
    right: 15px;
    padding-bottom: 0 !important; }
  #account-navigation li:last-of-type a {
    color: #fff;
    text-decoration: underline !important; }
  #account-navigation::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 992px) {
  #account-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #account-navigation li, #account-navigation li:last-of-type {
      position: relative;
      width: auto;
      padding: 0 0.9375rem;
      padding-bottom: 40px;
      top: 0;
      right: 0;
      margin-left: 30px; }
      #account-navigation li.active a:after, #account-navigation li:last-of-type.active a:after {
        position: absolute;
        bottom: 0;
        left: calc(50% - 22.5px); } }

#basic-header {
  margin-top: 25px; }
  #basic-header h2 {
    margin-top: 20px; }
  #basic-header h2 i {
    float: right;
    display: none; }
  @media (min-width: 992px) {
      #basic-header h2 i {
        float: none;
        margin-left: 30px; } }

.profile .account-edit {
  width: 40px;
  height: 40px;
  background-color: #ff15d2;
  color: #fff;
  overflow: hidden;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  text-align: center; }
  .profile .account-edit:active, .profile .account-edit:hover, .profile .account-edit:focus {
    background-color: #e100b6; }
  .profile .account-edit i {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 40px; }
  .profile #basic-fields {
    margin-top: 25px; }
  .profile #basic-fields p {
    margin-bottom: 0.3125rem;
    font-size: 1.25rem; }
  .profile #basic-fields p strong {
    color: #fff; }
  .profile #basic-fields p:last-of-type {
    margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .profile #basic-fields {
      padding-right: 15px;
      width: 50%;
      float: left;
      margin-bottom: 50px; } }
  .profile #contact-fields p {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem; }
  .profile #contact-fields p:last-of-type {
    margin-bottom: 0.9375rem; }
  @media (min-width: 768px) {
    .profile #contact-fields {
      padding-left: 15px;
      width: 50%;
      float: left;
      margin-bottom: 50px; } }
  .profile #skills {
    clear: both; }
  .profile #skills .skills-list {
    padding: 0;
    margin: 0; }
  .profile #skills .skills-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #12f7e0;
    background-color: #fff;
    font-size: 0.875rem; }
  @media (min-width: 768px) {
    .profile #skills {
      padding-right: 15px;
      width: 50%;
      float: left;
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .profile #cvs {
      padding-left: 15px;
      width: 50%;
      float: left;
      margin-bottom: 50px; } }

.job-alert-wrapper .module-job-search {
  margin-top: 20px; }
  .job-alert-wrapper .module-job-search .search-title {
    padding-left: 15px;
    grid-column: span 3; }
  .job-alert-wrapper .module-job-search .col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  @media (min-width: 768px) {
    .job-alert-wrapper .module-job-search .vert-base {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 768px) {
        .job-alert-wrapper .module-job-alert-create .row .col {
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; }
          .job-alert-wrapper .module-job-alert-create .row .col.col-submit {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
    @media (min-width: 992px) {
      .job-alert-wrapper .module-job-alert-create .row .col {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; }
        .job-alert-wrapper .module-job-alert-create .row .col.col-submit {
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
          padding-top: 13px; } }

.module-job-alert-listing #job-alerts-toggle {
  background-color: #eee;
  padding: 15px 30px;
  margin-bottom: 1.875rem;
  color: #ff15d2;
  font-weight: 600; }
  .module-job-alert-listing #job-alerts-toggle::after {
    display: block;
    content: "";
    clear: both; }
  .module-job-alert-listing #job-alerts-toggle .field-switch {
    float: left; }
  .module-job-alert-listing #job-alerts-toggle .field-switch label {
    margin: 0;
    color: #fff; }
  .module-job-alert-listing #job-alerts-toggle .custom-switch {
    float: right;
    margin-left: 15px;
    margin-bottom: 0; }
  .module-job-alert-listing .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 768px) {
      .module-job-alert-listing .row .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 50%;
        max-width: 50%; } }
  @media (min-width: 768px) {
      .module-job-alert-listing .row .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 33.33333%;
        max-width: 33.3333%; } }
  .module-job-alert-listing .row .col .job-alert {
    background-color: #eee;
    padding: 1.875rem;
    margin-bottom: 1.875rem; }
    .module-job-alert-listing .row .col .job-alert h3, .module-job-alert-listing .row .col .job-alert h3 a {
      font-size: 1rem;
      float: left;
      color: #ff15d2; }
    .module-job-alert-listing .row .col .job-alert h3:hover, .module-job-alert-listing .row .col .job-alert h3 a:hover, .module-job-alert-listing .row .col .job-alert h3:active, .module-job-alert-listing .row .col .job-alert h3 a:active, .module-job-alert-listing .row .col .job-alert h3:focus, .module-job-alert-listing .row .col .job-alert h3 a:focus {
      color: #e100b6; }
    .module-job-alert-listing .row .col .job-alert .job-alert-key {
      clear: both;
      margin: 0; }
    .module-job-alert-listing .row .col .job-alert .job-alert-key > span {
      display: block;
      font-size: 0.75rem;
      color: #000; }
    .module-job-alert-listing .row .col .job-alert .account-edit {
      width: 40px;
      height: 40px;
      background-color: #ff15d2;
      color: #fff;
      overflow: hidden;
      border-radius: 50%;
      transition: background-color 0.3s ease;
      float: right;
      margin-left: 15px;
      margin-bottom: 15px;
      text-align: center;
      margin-top: -15px;
      margin-right: -15px; }
    .module-job-alert-listing .row .col .job-alert .account-edit:active, .module-job-alert-listing .row .col .job-alert .account-edit:hover, .module-job-alert-listing .row .col .job-alert .account-edit:focus {
      background-color: #e100b6; }
    .module-job-alert-listing .row .col .job-alert .account-edit i {
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      width: 40px; }
  .module-job-alert-listing #job-alert-add .btn, .module-job-alert-listing #job-alert-add .cta > a {
    width: 100%; }
  .module-job-alert-listing #job-alert-add .btn i, .module-job-alert-listing #job-alert-add .cta > a i {
    display: none; }
  @media (min-width: 768px) {
      .module-job-alert-listing #job-alert-add .btn, .module-job-alert-listing #job-alert-add .cta > a {
        width: calc(33.333333% - 30px); } }

.login-help p {
  margin-bottom: 0; }
  .login-help p:first-child {
    margin-top: 1em; }

.account-home-wrapper {
  display: block; }
  .account-home-wrapper .account-home .col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.875rem; }
  @media (min-width: 768px) {
      .account-home-wrapper .account-home .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 50%;
        max-width: 50%;
        padding: 0 15px; } }
  .account-home-wrapper .account-home .col .account-block {
    background-color: #eee;
    padding: 0.9375rem;
    height: 100%;
    position: relative; }
    .account-home-wrapper .account-home .col .account-block a.btn, .account-home-wrapper .account-home .col .account-block .cta > a {
      position: relative; }
    @media (min-width: 768px) {
      .account-home-wrapper .account-home .col .account-block {
        padding: 1.875rem; }
        .account-home-wrapper .account-home .col .account-block a.btn, .account-home-wrapper .account-home .col .account-block .cta > a {
          position: relative;
          left: 0;
          bottom: 0; } }
  .account-home-wrapper .account-home .data p span {
    display: block;
    width: 100%;
    margin-top: 5px;
    opacity: 0.75; }

.site-footer {
  background-color: #fff;
  padding: 3.125rem 0 2.1875rem; }
  .site-footer img {
    height: 40px;
    margin-bottom: 0.9375rem; }
  .site-footer p, .site-footer a {
    display: block; }
  .site-footer p small, .site-footer a small {
    font-size: 0.625rem; }
  .site-footer .footer-links {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    text-align: left; }
  .site-footer .footer-links li {
    display: block;
    padding: 0; }
  .site-footer .footer-links.socila-links {
    margin-right: 0; }
  .site-footer .footer-links.socila-links i {
    margin-right: 10px;
    text-decoration: none !important; }

@media screen and (max-width: 768px) {
  .site-footer .footer-content {
    text-align: center; } }
/** cookie notice **/
#cookies-notice {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #6afc9b;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #6afc9b;
  z-index: 999999999; }
  @media (min-width: 768px) {
    #cookies-notice .container {
      display: grid;
      align-items: center;
      grid-template-columns: 1fr 0.2fr;
      grid-gap: 15px; } }
  #cookies-notice .row:nth-of-type(2) .col-md-3 {
    left: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  #cookies-notice .btn-full {
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  #cookies-notice .btn, #cookies-notice .cta > a {
    background-color: transparent;
    text-decoration: underline;
    color: #fff !important;
    border: none !important;
    font-family: 'ConsultPrimaryBold';
    text-decoration: none !important;
    text-align: center;
    margin: 0 auto; }
  #cookies-notice .btn:before, #cookies-notice .cta > a:before, #cookies-notice .btn:after, #cookies-notice .cta > a:after {
    border: none; }
  #cookies-notice p {
    opacity: 1 !important;
    visibility: visible !important; }
  #cookies-notice .two-tone-bg:before {
    width: 100%; }

.huzbot {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000; }
  .huzbot p.message-content {
    color: #f4f4f4; }
  .huzbot .huzbot-toggle {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background-color: #1e3956;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.001' height='28.003' viewBox='0 0 28.001 28.003'%3E%3Cpath id='comment-alt-smile' d='M24.5,0H3.5A3.5,3.5,0,0,0,0,3.5V19.251a3.5,3.5,0,0,0,3.5,3.5H8.75v4.594a.658.658,0,0,0,1.045.53l6.831-5.124H24.5a3.5,3.5,0,0,0,3.5-3.5V3.5A3.5,3.5,0,0,0,24.5,0Zm-7,7.285A1.466,1.466,0,1,1,16.035,8.75,1.466,1.466,0,0,1,17.5,7.285Zm-7,0A1.466,1.466,0,1,1,9.035,8.75,1.466,1.466,0,0,1,10.5,7.285Zm8.98,7.706a7.236,7.236,0,0,1-10.96,0A.873.873,0,1,1,9.85,13.858a5.482,5.482,0,0,0,8.291-.005.879.879,0,0,1,1.34,1.138Z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999999px;
    position: relative; }
  .huzbot .huzbot-toggle::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid white;
    background-color: #ff15d2;
    display: block;
    position: absolute;
    top: -16px;
    right: -16px; }
  .huzbot.huzbot-open .huzbot-toggle {
    background-image: none; }
  .huzbot.huzbot-open .huzbot-toggle::before, .huzbot.huzbot-open .huzbot-toggle::after {
    height: 4px;
    width: 16px;
    content: '';
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    border: none;
    top: calc(50% - 2px);
    right: calc(50% - 8px); }
  .huzbot.huzbot-open .huzbot-toggle::before {
    transform: rotate(45deg); }
  .huzbot.huzbot-open .huzbot-toggle::after {
    transform: rotate(-45deg); }
  .huzbot .huzbot-wrapper {
    position: absolute;
    right: 0px;
    bottom: 74px;
    height: calc(100vh - 94px);
    width: calc(100vw - 35px);
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden; }
  @media (min-width: 768px) {
    .huzbot .huzbot-wrapper {
      right: 74px;
      bottom: 0;
      width: 400px;
      height: 640px; } }
  .huzbot .huzbot-wrapper .huzbot-header {
    background-color: #12f7e0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='111.84' height='95.132' viewBox='0 0 111.84 95.132'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='robot' d='M0,40.2V60.3a5.02,5.02,0,0,0,5.025,5.025H10.05V35.175H5.025A5.02,5.02,0,0,0,0,40.2ZM72.863,15.075H55.275V5.025a5.025,5.025,0,0,0-10.05,0v10.05H27.638A12.559,12.559,0,0,0,15.075,27.638V70.35A10.059,10.059,0,0,0,25.125,80.4h50.25a10.059,10.059,0,0,0,10.05-10.05V27.638A12.559,12.559,0,0,0,72.863,15.075ZM40.2,65.325H30.15V60.3H40.2ZM35.175,46.481A6.281,6.281,0,1,1,41.456,40.2,6.28,6.28,0,0,1,35.175,46.481Zm20.1,18.844H45.225V60.3h10.05Zm15.075,0H60.3V60.3H70.35ZM65.325,46.481A6.281,6.281,0,1,1,71.607,40.2,6.28,6.28,0,0,1,65.325,46.481Zm30.15-11.306H90.45v30.15h5.025A5.02,5.02,0,0,0,100.5,60.3V40.2A5.02,5.02,0,0,0,95.475,35.175Z' transform='translate(1456.407 258.634) rotate(9)' fill='%23f4f4f4'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_1' data-name='Mask Group 1' transform='translate(-1443.83 -258.634)' opacity='0.07' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M6,0H394a6,6,0,0,1,6,6V56a6,6,0,0,1-6,6H6a6,6,0,0,1-6-6V6A6,6,0,0,1,6,0Z' transform='translate(1161 283)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom -12px right; }
  .huzbot .huzbot-wrapper .huzbot-header .huzbot-logo {
    display: block;
    max-height: 60px;
    padding: 15px; }
    .huzbot .huzbot-wrapper .huzbot-header .huzbot-logo img {
      width: auto;
      height: 30px; }
  .huzbot .huzbot-wrapper .huzbot-header .huzbot-name p {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 15px;
    padding: 15px;
    color: white; }
  .huzbot .huzbot-wrapper .huzbot-body {
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
    justify-content: space-between; }
  .huzbot .huzbot-wrapper .huzbot-body .huzbot-conversation {
    overflow: auto;
    padding: 10px; }
  .huzbot .huzbot-wrapper .huzbot-body .huzbot-message {
    width: 100%; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-bot {
      float: left; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-bot .message-bubble {
      background-color: #fff; }
      .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-bot .message-bubble::after {
        left: 5px;
        border-color: #fff transparent transparent transparent; }
      .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-bot .message-bubble p {
        color: #333; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-human {
      text-align: right;
      float: right; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-human .message-bubble {
      margin-left: auto;
      margin-right: 0;
      background-color: #1e3956; }
      .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-human .message-bubble::after {
        right: 5px;
        border-color: #1e3956 transparent transparent transparent; }
      .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.from-human .message-bubble p {
        color: #fff; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message .message-bubble {
      max-width: 75%;
      width: auto;
      margin-top: 5px;
      padding: 14px 12px;
      border-radius: 3px;
      display: inline-block;
      position: relative;
      margin-bottom: 9px; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message .message-bubble::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 10px 0 10px;
      position: absolute;
      bottom: -9px; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message .message-bubble p {
      margin-bottom: 0;
      display: inline-block; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.link-message .message-bubble {
      background-color: #e8e8e8;
      max-width: 100%;
      width: 100%;
      text-align: center;
      padding: 20px; }
      .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.link-message .message-bubble::after {
        display: none; }
      .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.link-message .message-bubble a {
        background-color: #1e3956;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        padding: 10px 15px;
        display: block;
        width: auto; }
        .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.link-message .message-bubble a::before {
          content: '';
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-right: 10px;
          vertical-align: middle;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath id='link' d='M10.206,5.793a4.748,4.748,0,0,1,.011,6.706l-.011.012-2.1,2.1A4.75,4.75,0,0,1,1.389,7.893l1.16-1.16a.5.5,0,0,1,.853.331,5.758,5.758,0,0,0,.3,1.648.5.5,0,0,1-.118.519l-.409.409a2.25,2.25,0,1,0,3.162,3.2l2.1-2.1a2.249,2.249,0,0,0,0-3.182,2.341,2.341,0,0,0-.323-.268A.5.5,0,0,1,7.9,6.9a1.245,1.245,0,0,1,.366-.931l.658-.658a.5.5,0,0,1,.643-.054,4.765,4.765,0,0,1,.641.537Zm4.4-4.4a4.755,4.755,0,0,0-6.717,0l-2.1,2.1L5.782,3.5a4.751,4.751,0,0,0,.653,7.243.5.5,0,0,0,.643-.054l.658-.658A1.245,1.245,0,0,0,8.1,9.1a.5.5,0,0,0-.217-.394,2.341,2.341,0,0,1-.323-.268,2.249,2.249,0,0,1,0-3.182l2.1-2.1a2.25,2.25,0,1,1,3.162,3.2l-.409.409a.5.5,0,0,0-.118.519,5.758,5.758,0,0,1,.3,1.648.5.5,0,0,0,.853.331l1.16-1.16a4.755,4.755,0,0,0,0-6.717Z' transform='translate(0 0.001)' fill='%23fff'/%3E%3C/svg%3E"); }
        .huzbot .huzbot-wrapper .huzbot-body .huzbot-message.link-message .message-bubble a::after {
          content: '';
          display: inline-block;
          width: 11px;
          height: 11px;
          border-top: 4px solid #fff;
          border-right: 4px solid #fff;
          transform: rotate(45deg);
          margin-left: 20px;
          margin-right: 5px;
          border-radius: 1px; }
  .huzbot .huzbot-wrapper .huzbot-body .huzbot-response {
    margin-top: 15px;
    background-color: #fff;
    display: block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    clear: both;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.16);
    padding-bottom: 15px;
    overflow: auto; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-response input {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      background-color: white;
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background-repeat: no-repeat;
      background-position: center right 15px;
      padding: 6px 12px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.143' height='22' viewBox='0 0 25.143 22'%3E%3Cpath id='comment-dots' d='M12.571,32C5.628,32,0,36.572,0,42.214a9.066,9.066,0,0,0,2.8,6.418,12.493,12.493,0,0,1-2.691,4.7.39.39,0,0,0-.074.427A.385.385,0,0,0,.393,54a11.231,11.231,0,0,0,6.9-2.524,14.977,14.977,0,0,0,5.274.953c6.944,0,12.571-4.572,12.571-10.214S19.515,32,12.571,32ZM6.286,43.786a1.571,1.571,0,1,1,1.571-1.571A1.57,1.57,0,0,1,6.286,43.786Zm6.286,0a1.571,1.571,0,1,1,1.571-1.571A1.57,1.57,0,0,1,12.571,43.786Zm6.286,0a1.571,1.571,0,1,1,1.571-1.571A1.57,1.57,0,0,1,18.857,43.786Z' transform='translate(0 -32)' fill='%231c2238' opacity='0.3'/%3E%3C/svg%3E"); }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-response .huzbot-response-options {
      padding: 0;
      margin: 0 0 15px; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-response .huzbot-response-options li {
      padding: 0 15px; }
      .huzbot .huzbot-wrapper .huzbot-body .huzbot-response .huzbot-response-options li .response-option-link {
        display: inline-block;
        width: auto;
        margin-bottom: 3px;
        background-color: #1e3956;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        padding: 12px 20px; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-response.no-responses-available {
      margin-bottom: 15px;
      border: none;
      box-shadow: none;
      border-top: 4px dashed rgba(0, 0, 0, 0.25);
      background-color: transparent; }
    .huzbot .huzbot-wrapper .huzbot-body .huzbot-response.no-responses-available * {
      display: none !important; }

.huzbot-closed .huzbot-wrapper {
  display: none; }

.input-with-icon i.icon.icon-calendar-o, .input-with-icon i.icon.icon-clock-o {
  display: none; }

.pika-lendar .pika-button:hover {
  background-color: #12f7e0;
  color: #fff; }
  .pika-lendar .is-today .pika-button {
    color: #12f7e0; }
  .pika-lendar .is-today .pika-button:hover {
    background-color: #12f7e0;
    color: #fff; }
  .pika-lendar .is-selected .pika-button {
    color: #fff;
    background-color: #12f7e0;
    box-shadow: none; }

.clockpicker-popover .text-primary {
  color: #12f7e0 !important; }
  .clockpicker-popover .clockpicker-canvas-bearing, .clockpicker-popover .clockpicker-canvas-fg, .clockpicker-popover .clockpicker-canvas-bg {
    fill: #ededed !important; }
  .clockpicker-popover .clockpicker-canvas line {
    stroke: #ededed !important; }
  .clockpicker-popover .clockpicker-canvas-bg {
    fill: #ededed !important; }
  .clockpicker-popover .clockpicker-canvas-bg-trans {
    fill: #ededed !important; }
  .clockpicker-popover .clockpicker-tick.active, .clockpicker-popover .clockpicker-tick:hover {
    background-color: rgba(18, 247, 224, 0.15); }

.col.quick-nav-left {
  display: none; }

@media (min-width: 992px) {
  .site-header .col.site-brand {
    text-align: center; }
    .site-header.topUtilityNavigationActive .top-navigation-mode-center {
      align-items: center; }
      .site-header.topUtilityNavigationActive .top-navigation-mode-center .col.utility-nav {
        margin-top: -40px; }
    .site-header .top-navigation-mode-center .col.quick-nav, .site-header .top-navigation-mode-center .col.quick-nav-left {
      flex: 0 0 calc(50% - 160px);
      max-width: calc(50% - 160px);
      display: block; }
      .site-header .top-navigation-mode-center .col.quick-nav .menu-trigger, .site-header .top-navigation-mode-center .col.quick-nav-left .menu-trigger {
        display: none !important; }
      .site-header .top-navigation-mode-center .col.quick-nav ul, .site-header .top-navigation-mode-center .col.quick-nav-left ul {
        display: flex;
        width: 100%; }
        .site-header .top-navigation-mode-center .col.quick-nav ul li, .site-header .top-navigation-mode-center .col.quick-nav-left ul li {
          flex: 1;
          padding: 0 5px;
          text-align: center; }
          .site-header .top-navigation-mode-center .col.quick-nav ul li a, .site-header .top-navigation-mode-center .col.quick-nav-left ul li a {
            margin-left: 0;
            text-align: center; } }

p.recaptcha_terms, p.recaptcha_terms a {
  font-size: 0.75rem; }

.recaptcha_container {
  margin-bottom: 15px; }

.submenu-wrapper {
  position: relative; }
  .submenu-wrapper .navigation-submenu-link:after {
    content: '';
    display: inline-block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 6px;
    height: 6px;
    position: relative;
    margin-left: 5px;
    -webkit-transform: rotate(45deg) translate(1px, -1px);
    -ms-transform: rotate(45deg) translate(1px, -1px);
    transform: rotate(45deg) translate(1px, -1px); }

.submenu {
  position: absolute;
  background-color: #12f7e0;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 25px 20px;
  padding-bottom: 10px;
  width: fit-content;
  min-width: 160px; }
  .submenu:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #12f7e0 transparent;
    border-style: inset;
    position: absolute;
    left: 25px;
    top: -10px; }
  .submenu::after {
    display: block;
    content: "";
    clear: both; }
  .submenu .submenu-column ul.navigation {
    display: block; }
  .submenu .submenu-column ul.navigation li {
    display: block !important;
    padding: 0 !important; }
    .submenu .submenu-column ul.navigation li a {
      display: block !important;
      width: max-content;
      text-align: left !important;
      line-height: 1.1;
      margin: 0 !important;
      margin-bottom: 10px !important;
      padding: 3px 0; }
    .submenu .submenu-column ul.navigation li.has-post-image {
      padding-bottom: 0;
      border-bottom: none; }
    .submenu .submenu-column ul.navigation li.has-post-image span {
      padding-top: 20px;
      margin-top: 20px;
      display: block; }
    .submenu .submenu-column ul.navigation li.has-pre-image {
      padding-bottom: 0; }
    .submenu .submenu-column ul.navigation li.has-pre-image span {
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: block; }

.grecaptcha-badge {
  visibility: hidden; }

.slick-arrow {
  background-color: transparent;
  opacity: 1;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(0) rotate(-135deg) translateX(40px);
  -ms-transform: translateY(0) rotate(-135deg) translateX(40px);
  transform: translateY(0) rotate(-135deg) translateX(40px); }
  .slick-arrow.slick-next {
    -webkit-transform: translateY(-40px) rotate(45deg) translateX(40px);
    -ms-transform: translateY(-40px) rotate(45deg) translateX(40px);
    transform: translateY(-40px) rotate(45deg) translateX(40px); }

.module-content-slider-wrapper {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
    .double-column .module-content-slider-wrapper {
      flex: 0 0 50%;
      max-width: 50%; } }

.module-content-slider {
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px; }
  .module-content-slider .slide {
    padding: 0 15px; }
  .module-content-slider .slide .slide-content img {
    margin: 0 auto 30px; }
  .module-content-slider .slide .slide-content::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
      .module-content-slider .slide.image-after .slide-content img {
        float: right;
        margin: 0 0 0 30px;
        max-width: calc(50% - 15px); } }
  @media (min-width: 768px) {
      .module-content-slider .slide.image-before .slide-content::before {
        content: '';
        display: block;
        width: 105px;
        height: 45px;
        float: right;
        margin-left: 15px;
        margin-bottom: 15px; }
        .module-content-slider .slide.image-before .slide-content img {
          float: left;
          margin: 0 30px 0 0;
          max-width: calc(50% - 15px); } }
  .module-content-slider ul.slick-dots {
    padding: 0;
    margin: 15px auto;
    text-align: center; }
  .module-content-slider ul.slick-dots li button {
    background-color: #ff15d2;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease;
    border: none;
    height: 12px; }
  .module-content-slider ul.slick-dots li button:hover, .module-content-slider ul.slick-dots li button:active, .module-content-slider ul.slick-dots li button:focus {
    opacity: 1 !important; }
  .module-content-slider ul.slick-dots li:before {
    display: none; }
  .module-content-slider ul.slick-dots li.slick-active button {
    opacity: 1 !important; }
  .module-content-slider .slick-arrow {
    background-color: #12f7e0;
    opacity: 1;
    border-width: 2px 2px 0 0;
    height: 25px;
    width: 25px;
    transform: none;
    top: 0;
    right: 15px;
    left: auto;
    border: none !important; }
  .module-content-slider .slick-arrow[aria-disabled="true"] {
    opacity: 0.25;
    cursor: not-allowed; }
  .module-content-slider .slick-arrow::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px; }
  .module-content-slider .slick-arrow.slick-prev {
    right: 60px; }
  .module-content-slider .slick-arrow.slick-prev::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 20px;
    transform: rotate(-45deg); }
  .module-content-slider .slick-arrow.slick-next::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 10px;
    transform: rotate(45deg); }
  .module-content-slider.use-slide-labels ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto;
    flex-direction: row; }
  .module-content-slider.use-slide-labels ul.slick-dots li {
    flex: 0 0 50%;
    min-width: 50%;
    flex-grow: 1;
    flex-basis: 0;
    width: auto;
    margin: 0;
    border: none;
    text-align: center;
    padding: 10px 0;
    height: auto; }
    @media (min-width: 768px) {
      .module-content-slider.use-slide-labels ul.slick-dots li {
        flex: 0 0 auto;
        min-width: 0;
        flex-grow: 1; } }
    .module-content-slider.use-slide-labels ul.slick-dots li a {
      font-size: 20px;
      line-height: 22px; }
  .module-content-slider.use-slide-labels ul.slick-dots li.slick-active a {
    font-weight: bold; }
  .module-content-slider.slider-nav {
    margin-top: 15px;
    margin-bottom: 30px; }
  .module-content-slider.slider-nav .slide .slide-content {
    font-weight: bold;
    transition: color 0.3s ease-in-out; }
  .module-content-slider.slider-nav .slide.slick-current .slide-content {
    color: #12f7e0; }
/* ADDITIONAL MIXINS ETC FOR CODECONSULT */
:root {
  --gradientBg: radial-gradient(circle, rgba(255, 21, 210, 1) 0%, rgba(18, 247, 224, 1) 100%);
  --linearBg: linear-gradient(90deg, #12f7e0, #ff15d2);
  --gradient_bg_color: #006dca; }
/* GLOBAL / MISC / HELPERS */
* {
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  font-family: FKGrotesk-Thin;
  position: relative;
  overscroll-behavior: none;
  transition: none !important; }
/* TYPOGRAPHY */
h1, .h1, h1 span, .h1 span, h1 div, .h1 div, h2, .h2, h2 span, .h2 span, h2 div, .h2 div, h3, .h3, h3 span, .h3 span, h3 div, .h3 div, h4, .h4, h4 span, .h4 span, h4 div, .h4 div {
  font-family: FKGrotesk-Medium !important;
  position: relative; }

h1, .h1 {
  margin-bottom: 40px; }

h2, .h2, h2 span, .h2 div {
  margin-bottom: 40px;
  font-size: clamp(2.5rem, 4vw, 55px); }

h4, .h4 {
  margin-bottom: 40px; }

p {
  margin-bottom: 20px; }
  p .emphasis-text {
    border: 2px solid #12f7e0;
    border-radius: 25px;
    padding: 4px 12px;
    padding-bottom: 7px;
    white-space: pre; }
  p.lead .emphasis-text {
    border: 2px solid #12f7e0;
    border-radius: 50px;
    padding: 0px 8px;
    padding-bottom: 5px;
    white-space: pre; }

.title-wrapper {
  overflow: hidden;
  pointer-events: none; }
  .large-h1 {
    font-size: clamp(3rem, 6vw, 90px); }
  .large-h1 span {
    font-size: clamp(3rem, 6vw, 90px); }

a:not(li a, .btn, .btn-glowing, .site-header a, .checkbox a, .recaptcha_terms a, .blog-listing-block, .off-canvas-close) {
  color: #fff;
  overflow: hidden; }
  a:not(li a, .btn, .btn-glowing, .site-header a, .checkbox a, .recaptcha_terms a, .blog-listing-block, .off-canvas-close):after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: scaleX(var(--pseudoX));
    transform-origin: left; }
/* LAYOUT AMENDS AND HELPER CLASSES */
#layout-content {
  overflow: hidden; }

.text-dark {
  color: #fff !important; }

body {
  background-color: #000612;
  overscroll-behavior: none; }

#cookies-notice {
  display: none; }

.container {
  padding-top: clamp(40px, 18vw, 160px);
  padding-bottom: clamp(40px, 18vw, 160px); }
  @media (min-width: 768px) {
  .container {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding-left: 6rem;
    padding-right: 6rem; } }

.bg-primary {
  background-color: #12f7e0 !important; }

.hidden {
  display: none !important; }

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

@media (min-width: 768px) {
    .small-spacer-top {
      padding-top: 20px; } }

@media (min-width: 768px) {
    .small-spacer-left {
      padding-left: 20px; } }

@media (min-width: 768px) {
    .small-spacer-right {
      padding-right: 20px; } }

@media (min-width: 768px) {
    .small-spacer-bottom {
      padding-bottom: 20px; } }

@media (min-width: 768px) {
    .medium-spacer-top {
      padding-top: 40px; } }

@media (min-width: 768px) {
    .medium-spacer-left {
      padding-left: 40px; } }

@media (min-width: 768px) {
    .medium-spacer-right {
      padding-right: 40px; } }

@media (min-width: 768px) {
    .medium-spacer-bottom {
      padding-bottom: 40px; } }

@media (min-width: 768px) {
    .large-spacer-top {
      padding-top: 80px; } }

@media (min-width: 768px) {
    .large-spacer-left {
      padding-left: 80px; } }

@media (min-width: 768px) {
    .large-spacer-right {
      padding-right: 80px; } }

@media (min-width: 768px) {
    .large-spacer-bottom {
      padding-bottom: 80px; } }

@media (min-width: 768px) {
    .XLarge-spacer-top {
      padding-top: 160px !important; } }

@media (min-width: 768px) {
    .XLarge-spacer-left {
      padding-left: 160px; } }

@media (min-width: 768px) {
    .XLarge-spacer-right {
      padding-right: 160px; } }

@media (min-width: 768px) {
    .XLarge-spacer-bottom {
      padding-bottom: 160px; } }

.container-padding-bottom-0 .container, .pb-0 .container {
  padding-bottom: 0 !important; }

.container-padding-top-0 .container, .pt-0 .container {
  padding-top: 0 !important; }

.overflow-hidden {
  overflow: hidden; }

.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed; }

::selection {
  background: #12f7e0; }

::-moz-selection {
  background: #12f7e0; }

p.small, .small {
  font-size: 0.75rem; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
  .flex-end {
    align-items: center;
    justify-content: flex-end; } }

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
  .flex-start {
    align-items: flex-start; } }

.flex-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
  .flex-center-end {
    align-items: center;
    justify-content: flex-end; } }

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

.flex-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.flex-center-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.mb-0 {
  margin-bottom: 0; }

ul.pagination {
  margin-top: 40px; }
  ul.pagination li {
    background-color: transparent !important; }
  ul.pagination li a {
    border-radius: 100%;
    font-family: FKGrotesk-Medium; }
  ul.pagination li.active {
    background-color: #12f7e0; }
  ul.pagination li.active span {
    font-family: FKGrotesk-Medium; }

div.pagination ul.pagination li {
  background-color: transparent; }

div.pagination ul.pagination li {
  color: #fff;
  background-color: #fafafa !important;
  border-radius: 100%;
  font-family: FKGrotesk-Medium;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: auto;
  -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
  div.pagination ul.pagination li a {
    color: #fff;
    background-color: #fafafa;
    border-radius: 100%;
    font-family: FKGrotesk-Medium;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
    div.pagination ul.pagination li a:hover, div.pagination ul.pagination li a:focus {
      color: #fff;
      background-color: #fff;
      -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
  div.pagination ul.pagination li.active, div.pagination ul.pagination li.disabled {
    opacity: 0.5;
    -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
    div.pagination ul.pagination li.active:hover, div.pagination ul.pagination li.disabled:hover, div.pagination ul.pagination li.active a:hover, div.pagination ul.pagination li.disabled a:hover {
      background-color: #fafafa !important;
      color: #fff;
      -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
  div.pagination ul.pagination li:hover, div.pagination ul.pagination li:focus {
    color: #fff;
    background-color: #fff !important;
    -moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
/* tooltips */
[tooltip] {
  position: relative; }

[tooltip]::before, [tooltip]::after {
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
  font-family: FKGrotesk-Medium; }

[tooltip]::before {
  content: "";
  border: 0px solid transparent;
  z-index: 1001; }

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: none;
  background: #fff;
  color: #f3f2f3;
  z-index: 1000;
  /* absurdity 2 */ }
/* Make the tooltips respond to hover */
[tooltip]:hover::before, [tooltip]:hover::after {
  display: block; }
/* don't show empty tooltips */
[tooltip=""]::before, [tooltip=""]::after {
  display: none !important; }
/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: calc(100% + 5px);
  border-bottom-width: 0;
  border-top-color: #fff; }

[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px); }

[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, 0); }
/* tooltip keyframes */
@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0); } }

@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%); } }
/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards; }

[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards; }
/* buttons */
a:hover {
  text-decoration: none; }

.btn, .cta > a {
  background-color: transparent !important;
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 1) !important;
  border-radius: 60px;
  padding: 1.1vw 2vw;
  font-family: FKGrotesk-Medium;
  font-size: clamp(14px, 1.1vw, 16px) !important; }
  a.btn-glowing, li.btn-glowing a, .module-featured-jobs > p a {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: FKGrotesk-Medium;
    border: none;
    border-radius: 2rem;
    padding: 1.1vw 2vw;
    letter-spacing: 0px;
    margin: 0;
    text-decoration: none;
    color: #000 !important;
    width: fit-content;
    letter-spacing: 0;
    transform-origin: center center; }
  a.btn-glowing div, li.btn-glowing a div, .module-featured-jobs > p a div {
    color: #000;
    position: relative;
    z-index: 1;
    font-family: FKGrotesk-Medium; }
  a.btn-glowing .gradient-rotator, li.btn-glowing a .gradient-rotator, .module-featured-jobs > p a .gradient-rotator {
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-clip-path: inset(0% 0% 0% 0% round 2rem);
    clip-path: inset(0% 0% 0% 0% round 2rem); }
/* forms */
form * {
  position: static; }
  form #cvNewWrapper {
    background-color: rgba(255, 255, 255, 0.1) !important; }
  form #cvNewWrapper label {
    font-family: FKGrotesk-Medium;
    color: #fff; }
  form .input-wrapper {
    position: relative;
    font-size: clamp(14px, 1.1vw, 16px); }
  form .input-wrapper:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1); }
  form .input-wrapper.border-active:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1); }
  form .input-wrapper input {
    font-size: clamp(14px, 1.1vw, 16px);
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    margin-bottom: 2rem; }
  form .checkbox p {
    font-family: FKGrotesk-Medium; }
  form .checkbox .input-wrapper:after {
    display: none !important; }
  form .checkbox .input-wrapper p, form .checkbox .input-wrapper p a {
    color: #fff;
    font-size: 0.85rem; }
  form .checkbox .input-wrapper p a {
    text-decoration: underline; }
  form .input-holder label, form .form-group label, form .input-holder .div-label p, form .form-group .div-label p, form .input-holder .div-label span, form .form-group .div-label span {
    font-size: clamp(14px, 1.1vw, 16px);
    font-family: FKGrotesk-Medium; }
  form .input-holder .checkbox label, form .form-group .checkbox label, form .form-group .checkbox label a, form .input-holder .checkbox label a, form .input-holder .checkbox .div-label p, form .input-holder .checkbox .div-label p a, form .form-group .checkbox .div-label p, form .form-group .checkbox .div-label p a, form .input-holder .checkbox .div-label span, form .form-group .checkbox .div-label span {
    font-size: clamp(14px, 1.1vw, 16px);
    text-transform: none; }
  form .input-holder .checkbox .input-wrapper, form .form-group .checkbox .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  form .checkbox-container {
    display: initial;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  form .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px; }
  form .checkbox-container .checkbox-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d8d8d8;
    pointer-events: none; }
  form .checkbox-container .checkbox-icon:after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  form .checkbox-container:hover input ~ .checkbox-icon {
    background-color: #c6f2c6; }
  form .checkbox-container input:checked ~ .checkbox-icon {
    background-color: #12f7e0; }
  form .checkbox-container input:checked ~ .checkbox-icon:after {
    display: block; }
  form .input-holder input[type="text"], form .form-group input[type="text"], form .input-holder input[type="email"], form .form-group input[type="email"], form .input-holder input[type="password"], form .form-group input[type="password"], form .input-holder select, form form .form-group select, form .input-holder button, form form .form-group button {
    position: relative;
    height: 3.25rem !important;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    margin-bottom: 2rem; }
  form .input-holder input[type="text"]:focus, form .form-group input[type="text"]:focus, form .input-holder input[type="email"]:focus, form .form-group input[type="email"]:focus, form .input-holder input[type="password"]:focus, form .form-group input[type="password"]:focus, form .input-holder select:focus, form form .form-group select:focus, form .input-holder button:focus, form form .form-group button:focus, form .input-holder input[type="text"]:focus-within, form .form-group input[type="text"]:focus-within, form .input-holder input[type="email"]:focus-within, form .form-group input[type="email"]:focus-within, form .input-holder input[type="password"]:focus-within, form .form-group input[type="password"]:focus-within, form .input-holder select:focus-within, form form .form-group select:focus-within, form .input-holder button:focus-within, form form .form-group button:focus-within {
    background-color: transparent;
    border-color: #12f7e0; }
  form .input-holder textarea, form form .form-group textarea {
    border: 2px solid #fff;
    border-radius: 15px;
    height: clamp(100px, 9vw, 200px) !important; }
  @media (min-width: 768px) {
  form textarea {
    min-height: 150px; } }
  form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    background-color: #ff15d2;
    margin-top: 7px; }
  form .select2-selection {
    min-height: 3.25rem !important; }
  form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff; }
  form .select2-container--default .select2-selection--multiple, form select.form-control:not([size]):not([multiple]) {
    background-color: transparent;
    border: 1px solid #fff !important; }
/* FORMS ON BGS */
/* MENUS & NAVIGATION */
/* LIST ICONS */
ul {
  list-style-type: none; }

.h3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem; }

ul:not([class]) li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  ul:not([class]) li:before {
    border-color: #12f7e0;
    border: none;
    background-color: #12f7e0;
    border-radius: 100%;
    background: #12f7e0;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    align-self: center;
    margin-right: 2rem; }
  ul:not([class]) li.h3:before {
    position: static;
    width: 14px;
    height: 14px;
    border: none;
    background-color: #12f7e0;
    border-radius: 100%;
    background: #12f7e0;
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    align-self: center;
    margin-right: 2rem; }

.home .section-title {
  background-color: transparent; }

body.home {
  visibility: hidden; }
  body.home.loaded {
    visibility: visible; }
/* news grid */
.module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .col {
  padding: 0 20px;
  margin-bottom: 0; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .col.double {
    -webkit-box-flex: 0;
    -ms-fles: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block {
    margin-bottom: 20px; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .content {
    background-color: transparent !important;
    padding: 20px 0px;
    position: static; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .content.focus, .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .content.hover {
    background-color: transparent !important; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .heading {
    font-size: clamp(18px, 1.3vw, 22px);
    font-family: FKGrotesk-Medium;
    margin-bottom: 20px;
    line-height: 1.2; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .heading svg {
    vertical-align: baseline;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    height: clamp(0.3rem, 1.3vw, 20px);
    margin-left: clamp(5px, 0.5vw, 15px); }
    .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .heading svg path {
      fill: #3a3a3a; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .blog-image {
    position: relative;
    padding-bottom: 0; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block .time {
    position: absolute;
    top: 20px;
    left: 20px;
    grid-column: 1;
    order: 1;
    background: transparent;
    color: #fff;
    border: 2px solid #12f7e0;
    border-radius: 25px;
    padding: 5px 15px;
    margin-bottom: 20px;
    width: fit-content;
    display: none; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block:hover .blog-image {
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block:hover .heading svg {
    -webkit-transform: translate(3px);
    -ms-transform: translate(3px);
    transform: translate(3px);
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block.wide {
    background-color: transparent;
    display: -ms-grid;
    display: grid;
    margin-bottom: 0; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block.wide .blog-image {
    grid-column: 1 / span 1; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block.wide .content {
    grid-column: 2;
    background-color: transparent !important;
    padding: 160px 40px; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block.wide .content.focus, .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block.wide .content.hover {
    background-color: transparent !important; }
  .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block.wide .content .heading {
    font-size: clamp(1.25rem, 1.5vw, 30px); }
    .module-blog-listing.grid:not(.case-studies-section
    .module-blog-listing.grid, .latest-news-block .module-blog-listing.grid) .blog-listing-block.wide .content .heading svg {
      max-height: 20px; }

.huzbot {
  display: none; }

.site-header .container {
  width: 100%;
  max-width: 100%;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
  .site-header .container {
    padding-top: 0; } }
/********
 START SITE SPECIFIC STYLES
 ********/
/***
 CURSOR DOT STUFF
 ***/
.ball-center-dot {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #12f7e0; }

.ball {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none; }

.trail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

line {
  stroke: #12f7e0;
  stroke-width: 5; }

.hero {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: clamp(1rem, 2vw, 5rem);
  display: flex;
  align-items: center; }
  .hero.hero-overlay {
    z-index: 0; }

.hero--secondary {
  --mask: radial-gradient(circle at var(--x, 80%) var(--y, 50%), black 20%, transparent 40%);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  background-image: url(/storage/app/media/code_consult_assets/images/gradient-mesh-assets3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: var(--mask);
  mask-image: var(--mask);
  opacity: 1; }
/***
 NEON VIDEO ON HOMEPAGE
 ***/
.neon-wrapper {
  width: 45vw;
  z-index: -1;
  position: fixed;
  display: none; }
  .neon-wrapper video {
    width: 100%;
    right: 0;
    -webkit-transform: translate(117%, 6%);
    -ms-transform: translate(117%, 6%);
    transform: translate(117%, 6%);
    z-index: -1; }
/***
 PRELOADER STYLES
 ***/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  pointer-events: none;
  background-color: #000;
  -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
  -webkit-mask-size: 1000%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp); }
/***
 SITE HEADER / MENUS / NAVIGATION
 ***/
.site-header.topUtilityNavigationActive {
  padding: 0; }
  .site-header.topUtilityNavigationActive .row {
    align-items: center;
    margin: 0 auto; }
  .site-header.topUtilityNavigationActive #top-utility-navigation {
    display: none; }
  .site-header .col.site-brand {
    text-align: left;
    padding: 0; }
  .site-header .col.site-brand img, .site-header .col.site-brand .site-logo {
    max-width: clamp(100px, 8vw, 250px); }
  @media (min-width: 768px) {
    .site-header .col.utility-nav {
      margin-top: -50px !important;
      margin-bottom: 0; } }
  .site-header .col.utility-nav a, .site-header .col.utility-nav li, .site-header .col.utility-nav p, .site-header .col.utility-nav span {
    font-family: FKGrotesk-Medium; }
  .site-header .col.quick-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0 !important; }
  .site-header .col.quick-nav > ul.navigation.navigation-level-0 li a {
    margin-left: 0;
    color: #000 !important; }
  .site-header .col.quick-nav .linkedin-nav {
    position: relative !important;
    width: 25px;
    height: 25px;
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 15px; }
  .site-header .col.quick-nav .linkedin-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .site-header .col.quick-nav .linkedin-nav .icon-linkedin-square, .site-header .col.quick-nav .linkedin-nav .icon-whatsapp, .site-header .col.quick-nav .linkedin-nav i {
    margin-right: 0;
    margin-bottom: 0; }
  .site-header .col.quick-nav .linkedin-nav.has-pre-image a {
    padding: 2px;
    padding-bottom: 4px; }
    .site-header .col.quick-nav .linkedin-nav.has-pre-image a img {
      width: 100%; }
  .site-header .col.quick-nav .menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 90px;
    height: 90px; }
  .site-header .col.quick-nav .menu-trigger span {
    display: block !important; }
  .site-header .col.quick-nav .menu-trigger .menu-icon {
    margin: 0 auto;
    top: -6px; }
    .site-header .col.quick-nav .menu-trigger .menu-icon:before {
      display: none; }
    .site-header .col.quick-nav .menu-trigger .menu-icon:after {
      left: 0; }
  .site-header .col.quick-nav .menu-trigger svg {
    position: absolute;
    width: 90px;
    height: 90px; }
    .site-header .col.quick-nav .menu-trigger svg path {
      fill: #141414; }

.canvas-wrap .off-canvas {
  overflow: hidden;
  pointer-events: none;
  width: clamp(400px, 33vw, 600px);
  height: 100vh;
  right: 0;
  left: auto;
  position: fixed;
  background: transparent;
  -webkit-clip-path: circle(0 at calc(100% - 6.7rem) 6rem);
  clip-path: circle(0 at calc(100% - 6.7rem) 6rem);
  transition: clip-path 500ms;
  border: 1rem solid transparent; }
  .canvas-wrap .off-canvas .off-canvas-nav {
    height: 100%;
    background-color: #141414;
    border-radius: 2rem;
    overflow: hidden;
    position: relative; }
  .canvas-wrap .off-canvas .off-canvas-nav .menu-img {
    position: absolute;
    pointer-events: none; }
  .canvas-wrap .off-canvas .off-canvas-nav .menu-img.top-left {
    top: -10%;
    left: -20%;
    width: 100%;
    opacity: 0.3; }
  .canvas-wrap .off-canvas .off-canvas-nav .menu-img.top-right {
    top: 0;
    right: 0;
    width: 100%; }
  .canvas-wrap .off-canvas .off-canvas-nav .menu-img.bottom-right {
    bottom: 0;
    right: 0;
    width: 50%; }
  .canvas-wrap .off-canvas .off-canvas-nav a {
    font-family: FKGrotesk-Medium;
    font-size: clamp(1.25rem, 1.5vw, 30px);
    color: #fff;
    font-weight: inherit; }
  .canvas-wrap .off-canvas .off-canvas-close {
    top: 2.2rem;
    right: 3rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
  .canvas-wrap .off-canvas .off-canvas-close:before {
    background-color: #fff !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 45px; }
  .canvas-wrap .off-canvas .off-canvas-close:after {
    background-color: #fff !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 45px; }
  .canvas-wrap .off-canvas.open {
    clip-path: circle(200% at calc(100% - 6.7rem) 6rem);
    pointer-events: all;
    transition: clip-path 500ms; }

.highlight-text {
  background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content; }

.highlight-text-with-reveal {
  position: relative;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .highlight-text-with-reveal .highlight-rear {
    color: rgba(255, 255, 255, 0.35); }
  .highlight-text-with-reveal .highlight-mask {
    position: absolute;
    white-space: pre;
    left: 0;
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }

.background-highlight-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .background-highlight-text .highlight-panel {
    position: absolute;
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% + 20px);
    height: 100%;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    z-index: -1;
    left: -10px; }
/***
 HOMEPAGE HORIZONTAL SCROLLING SECTION
 ***/
.title-line {
  position: relative;
  width: fit-content; }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }

.horizontal-scroll-section .container {
  padding: 0 !important; }
  .horizontal-scroll-section .container .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .horizontal-scroll-section .container .mycontainer {
    display: flex;
    flex-wrap: nowrap; }
  .horizontal-scroll-section .container .mycontainer .neon-swoosh {
    position: absolute;
    right: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 250%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--shapea) center; }
    .horizontal-scroll-section .container .mycontainer .neon-swoosh .gradient-asset-left {
      position: absolute;
      left: 5%;
      height: 100%;
      width: auto; }
    .horizontal-scroll-section .container .mycontainer .neon-swoosh .gradient-asset-topright {
      position: absolute;
      right: 5%;
      bottom: -10%;
      height: 100%;
      width: auto; }
    .horizontal-scroll-section .container .mycontainer .neon-swoosh .gradient-asset-bottomright {
      position: absolute;
      right: 5%;
      bottom: 0;
      height: 100%;
      width: auto; }
  .horizontal-scroll-section .container .mycontainer .neon-blur-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1; }
  .horizontal-scroll-section .container .mycontainer .hero-video-wrapper {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: calc(100vw - 2rem);
    min-height: calc(100vh - 2rem);
    width: calc(100vw - 2rem);
    height: calc(100vh - 2rem);
    left: 1rem;
    top: 1rem;
    -webkit-clip-path: inset(30% 37% 30% 37% round 2rem);
    clip-path: inset(30% 37% 30% 37% round 2rem); }
    .horizontal-scroll-section .container .mycontainer .hero-video-wrapper .hero-video {
      width: 100%;
      height: 100%;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .horizontal-scroll-section .container .mycontainer .hero-video-wrapper .hero-video video {
      position: absolute;
      transform-origin: center;
      max-width: 120vw; }
  .horizontal-scroll-section .container .mycontainer .hero-second-slide {
    width: 100vw;
    min-width: 100vw;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    overflow: hidden; }
    .horizontal-scroll-section .container .mycontainer .hero-second-slide .title {
      width: 100%; }
    .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 .btn, .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 .cta > a {
        margin-left: 3rem;
        color: #fff;
        font-size: clamp(14px, 1.1vw, 16px); }
      .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 .title-wrapper {
        overflow: hidden;
        padding-left: 15%;
        padding-right: 15%; }
        .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 .title-wrapper:nth-of-type(1) {
          margin-left: -30.5vw; }
        .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 .title-wrapper:nth-of-type(2) {
          margin-left: -5vw; }
        .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 .title-wrapper:nth-of-type(3) {
          margin-left: 5vw; }
        .horizontal-scroll-section .container .mycontainer .hero-second-slide .title .h1 .title-wrapper:nth-of-type(4) {
          margin-left: 30.5vw; }
  .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper {
    background-color: #000;
    position: absolute;
    overflow: hidden;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    min-width: 100vw;
    z-index: -1; }
    .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .intro-shape-2 {
      position: absolute;
      width: 73vw;
      right: 9%;
      bottom: 10%;
      z-index: -1;
      -webkit-transform: rotate(321deg);
      -ms-transform: rotate(321deg);
      transform: rotate(321deg);
      pointer-events: none;
      -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
      -webkit-mask-size: 150%;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: var(--shapez) center; }
    .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .neon-blur-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 1;
      pointer-events: none; }
    .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .down-arrow {
      position: absolute;
      bottom: 15vh;
      width: clamp(50px, 5vw, 250px);
      height: clamp(50px, 5vw, 250px); }
    .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .down-arrow .down-arrow-wrapper {
      position: absolute;
      bottom: 0;
      width: clamp(50px, 5vw, 200px);
      height: clamp(50px, 5vw, 200px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center; }
      .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .down-arrow .down-arrow-wrapper .glowing-hexagon {
        position: absolute;
        width: 230%;
        height: auto;
        pointer-events: none;
        opacity: 0.8;
        display: none; }
      .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .down-arrow .down-arrow-wrapper .glowing-hexagon-mask {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
        mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
        mask-size: center;
        -webkit-mask-size: 230%;
        -mask-size: 230%;
        mask-position: center;
        -webkit-mask-position: center;
        position: absolute;
        z-index: 9; }
      .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .down-arrow .down-arrow-wrapper .hero-arrow {
        width: 20%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 1; }
    .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .title .h1 {
      margin-bottom: 0rem;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .title .h1 .title-wrapper {
        overflow: hidden; }
        .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .title .h1 .title-wrapper:nth-of-type(1) {
          margin-left: -25vw; }
        .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .title .h1 .title-wrapper:nth-of-type(2) {
          margin-left: 0; }
    .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper .title .btn-glowing {
      margin-top: 5vh; }
  .horizontal-scroll-section .container .mycontainer .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    z-index: 1; }
    .horizontal-scroll-section .container .mycontainer .panel.blue {
      width: 100vw;
      min-width: 100vw;
      height: 100vh;
      position: relative;
      pointer-events: all; }
    .horizontal-scroll-section .container .mycontainer .panel.blue .title {
      width: 100%; }
      .horizontal-scroll-section .container .mycontainer .panel.blue .title h1 {
        margin-bottom: 0; }
        .horizontal-scroll-section .container .mycontainer .panel.blue .title h1 .title-wrapper {
          overflow: hidden; }
          .horizontal-scroll-section .container .mycontainer .panel.blue .title h1 .title-wrapper .title-line {
            width: auto;
            text-align: center; }
          .horizontal-scroll-section .container .mycontainer .panel.blue .corner-arrow {
            position: absolute;
            bottom: -3vw;
            left: -5vw;
            width: clamp(50px, 17vw, 400px);
            height: clamp(50px, 17vw, 400px); }
      .horizontal-scroll-section .container .mycontainer .panel.blue .corner-arrow .corner-arrow-wrapper {
        position: absolute;
        bottom: 0;
        width: clamp(50px, 17vw, 400px);
        height: clamp(50px, 17vw, 400px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center; }
        .horizontal-scroll-section .container .mycontainer .panel.blue .corner-arrow .corner-arrow-wrapper .glowing-hexagon {
          position: absolute;
          width: 230%;
          height: auto;
          pointer-events: none;
          opacity: 0.8;
          display: none; }
        .horizontal-scroll-section .container .mycontainer .panel.blue .corner-arrow .corner-arrow-wrapper .glowing-hexagon-mask {
          pointer-events: none;
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
          mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
          mask-size: center;
          -webkit-mask-size: 230%;
          -mask-size: 230%;
          mask-position: center;
          -webkit-mask-position: center;
          position: absolute;
          z-index: 9; }
        .horizontal-scroll-section .container .mycontainer .panel.blue .corner-arrow .corner-arrow-wrapper .hero-arrow {
          width: 17%; }
    .horizontal-scroll-section .container .mycontainer .panel.blue .corner-googlereviews {
      position: absolute;
      bottom: 0;
      right: 2vw;
      width: clamp(50px, 17vw, 400px);
      height: clamp(50px, 17vw, 400px);
      z-index: 9999; }
      .horizontal-scroll-section .container .mycontainer .panel.blue .corner-googlereviews:after {
        display: none !important; }
      .horizontal-scroll-section .container .mycontainer .panel.blue .corner-googlereviews .corner-googlereviews-wrapper {
        position: absolute;
        bottom: 0;
        width: clamp(50px, 17vw, 400px);
        height: clamp(50px, 17vw, 400px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center; }
        .horizontal-scroll-section .container .mycontainer .panel.blue .corner-googlereviews .corner-googlereviews-wrapper .glowing-hexagon {
          position: absolute;
          width: 230%;
          height: auto;
          pointer-events: none;
          opacity: 0.8;
          display: none; }
        .horizontal-scroll-section .container .mycontainer .panel.blue .corner-googlereviews .corner-googlereviews-wrapper .glowing-hexagon-mask {
          pointer-events: none;
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
          mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
          mask-size: center;
          -webkit-mask-size: 230%;
          -mask-size: 230%;
          mask-position: center;
          -webkit-mask-position: center;
          position: absolute;
          z-index: 9; }
        .horizontal-scroll-section .container .mycontainer .panel.blue .corner-googlereviews .corner-googlereviews-wrapper .googlereviews-icon {
          width: 60%; }
    .horizontal-scroll-section .container .mycontainer .panel.red {
      width: 100%; }
    .horizontal-scroll-section .container .mycontainer .panel.red .arrow-divider-right {
      position: absolute;
      height: 100%; }
      .horizontal-scroll-section .container .mycontainer .panel.red .arrow-divider-right:nth-of-type(1) {
        left: -15%; }
      .horizontal-scroll-section .container .mycontainer .panel.red .arrow-divider-right:nth-of-type(2) {
        right: 5%; }
    .horizontal-scroll-section .container .mycontainer .panel.red .title {
      width: 100%; }
      .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 {
        margin-bottom: 0; }
        .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 .btn, .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 .cta > a {
          margin-left: 3rem;
          color: #fff;
          font-size: clamp(14px, 1.1vw, 16px); }
        .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 .title-wrapper {
          overflow: hidden; }
          .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 .title-wrapper:nth-of-type(1) {
            margin-left: -12.5vw; }
          .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 .title-wrapper:nth-of-type(2) {
            margin-left: -5vw; }
          .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 .title-wrapper:nth-of-type(3) {
            margin-left: 5vw; }
          .horizontal-scroll-section .container .mycontainer .panel.red .title .h1 .title-wrapper:nth-of-type(4) {
            margin-left: 12.5vw; }
    .horizontal-scroll-section .container .mycontainer .panel.gray {
      width: 100%;
      pointer-events: none; }

.description, .final {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 80vh; }
/***
 FEATURED JOBS SECTION
 ***/
.pre-line {
  position: absolute;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  color: #ff15d2; }

.featured-jobs-section {
  padding-top: 10vh !important; }
  .featured-jobs-section .featured-jobs-title {
    width: fit-content;
    margin-bottom: 13vh; }
  .featured-jobs-section .featured-jobs-title .title-wrapper:nth-of-type(2) {
    -webkit-transform: translateX(5rem);
    -ms-transform: translateX(5rem);
    transform: translateX(5rem); }
  .featured-jobs-section .featured-jobs-title .title-wrapper .title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .featured-jobs-section .featured-jobs-title .slick-arrow {
    left: auto !important;
    right: 0;
    top: auto;
    position: relative;
    display: inline-block;
    -webkit-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    background-color: transparent;
    border-radius: 100%;
    padding: 20px;
    border: 2px solid #fff;
    background-image: url(/storage/app/media/code_consult_assets/svg/arrow.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: all;
    border: 4px solid transparent !important;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .featured-jobs-section .featured-jobs-title .slick-arrow:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: calc(100% + 2px);
    border: 2px solid rgba(255, 255, 255, 0.55);
    z-index: -1;
    -webkit-transform: translateZ(-1px);
    -ms-transform: translateZ(-1px);
    transform: translateZ(-1px); }
  .featured-jobs-section .featured-jobs-title .slick-arrow.slick-prev {
    margin-left: 3rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .featured-jobs-section .featured-jobs-title .slick-arrow.slick-next {
    margin-left: 1rem;
    margin-right: 1rem; }
  .featured-jobs-section .module-featured-jobs > h2 {
    display: none; }
  .featured-jobs-section .module-featured-jobs > p {
    text-align: right; }
  .featured-jobs-section .module-featured-jobs > p a {
    margin-top: 10vh; }
  .featured-jobs-section .module-featured-jobs .module-job-listing {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg); }
  .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list {
    overflow: visible; }
    .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track {
      overflow: visible; }
      .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job {
        background-color: #141414;
        border-radius: 15px;
        border: none !important;
        padding: 3rem; }
        @media (min-width: 768px) {
        .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job {
          min-height: clamp(300px, 52vh, 450px); } }
        .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job .job-heading a {
          font-size: clamp(1.25rem, 1.5vw, 30px);
          color: #fff; }
        .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job .job-key > span {
          display: block; }
          .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job .job-key > span span {
            font-family: FKGrotesk-Thin !important;
            color: #fff; }
          .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job .job-key > span i {
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-right: 0; }
            .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job .job-key > span i:before {
              color: #12f7e0;
              font-size: 12px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              align-items: center;
              text-align: left; }
        .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job .actions {
          grid-column: 1;
          align-items: flex-end;
          justify-content: flex-start; }
          .featured-jobs-section .module-featured-jobs .module-job-listing .rotatingContent .slick-list .slick-track .job .actions .btn-link {
            border-radius: 60px;
            padding: 1.1vw 2vw;
            color: #fff;
            letter-spacing: 0 !important; }

.featured-jobs-cta {
  position: relative;
  z-index: 3;
  background-color: #000; }

.featured-jobs-title-wrapper-cta {
  position: relative;
  margin: 0; }
  .featured-jobs-title-wrapper-cta .featured-jobs-title-content {
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10vw;
    background: #141414;
    padding: 3rem 2rem;
    border-radius: 2rem; }
  .featured-jobs-title-wrapper-cta .featured-jobs-title-content h5 {
    margin: 0 !important; }
  .featured-jobs-title-wrapper-cta .featured-jobs-title-content .highlight-text-with-reveal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .featured-jobs-title-wrapper-cta .featured-jobs-title-content > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: end; }
  .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content {
    background-color: transparent;
    border-radius: none;
    grid-template-columns: 2fr 1fr;
    align-items: flex-end;
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 0 0 2rem 0; }
  .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content h1, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content h2, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content h3, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content h4, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content h5, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content p, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content a, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content div, .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content span {
    margin-bottom: 0; }
  .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content > div:last-of-type {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-row: 2;
    grid-column: 2; }

.featured-jobs-section-alt {
  background-color: #000;
  position: relative;
  z-index: 0; }
  .featured-jobs-section-alt .jobs-shape-1 {
    position: absolute;
    top: 10rem;
    left: -25rem;
    width: 34rem;
    -webkit-transform: rotate(78deg);
    -ms-transform: rotate(78deg);
    transform: rotate(78deg);
    display: none; }
  .featured-jobs-section-alt .jobs-shape-2 {
    position: absolute;
    right: -25rem;
    width: 40rem;
    bottom: 0;
    -webkit-transform: rotate(238deg);
    -ms-transform: rotate(238deg);
    transform: rotate(238deg);
    display: none; }
  .featured-jobs-section-alt .jobs-gradient {
    height: 100vh !important;
    width: 100vw !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 2 !important;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 1)), color-stop(40%, rgba(239, 239, 239, 0)), color-stop(60%, rgba(239, 239, 239, 0)), color-stop(95%, rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 5%, rgba(239, 239, 239, 0) 40%, rgba(239, 239, 239, 0) 60%, rgba(0, 0, 0, 1) 95%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 5%, rgba(239, 239, 239, 0) 40%, rgba(239, 239, 239, 0) 60%, rgba(0, 0, 0, 1) 95%); }
  .featured-jobs-section-alt .module-featured-jobs .pin-spacer {
    pointer-events: none; }
  .featured-jobs-section-alt .module-featured-jobs > p {
    display: none; }
  .featured-jobs-section-alt .module-featured-jobs > .h1 {
    display: none; }
  .featured-jobs-section-alt .module-featured-jobs .module-job-listing {
    padding-bottom: 0rem;
    padding-top: 4rem; }
  .featured-jobs-section-alt .module-featured-jobs .module-job-listing > div {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col {
    margin-bottom: 2rem; }
    .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job {
      border: none;
      grid-template-columns: 3fr 1fr 0.25fr;
      grid-template-rows: 1fr;
      grid-row-gap: 1rem;
      grid-column-gap: 0;
      align-items: center;
      border-radius: 2rem;
      background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
      background-size: cover;
      background-position: bottom;
      background-repeat: no-repeat;
      padding: 3rem 2rem; }
    .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .job-heading {
      grid-column: 1;
      text-align: left; }
      .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .job-heading a {
        font-size: clamp(1.25rem, 2vw, 40px); }
    .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .job-key {
      grid-row: 1;
      grid-column: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .job-key > span {
        font-family: FKGrotesk-Thin; }
        .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .job-key > span i:before {
          color: #12f7e0; }
        .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .job-key > span.type {
          display: none; }
    .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .actions {
      grid-column: 3;
      grid-row: 1; }
      .featured-jobs-section-alt .module-featured-jobs .module-job-listing .col .job .actions .btn-link {
        background-image: url(/storage/app/media/code_consult_assets/svg/arrow.svg) !important;
        background-size: 30% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        color: transparent !important;
        border: none !important; }
  .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing {
    padding-top: 2rem; }
  .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job {
    grid-template-columns: 1fr 1fr 0.25fr;
    grid-gap: 3vw;
    border-radius: 2rem;
    background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job .job-heading {
      align-self: baseline; }
      .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job .job-heading a {
        display: block;
        color: #fff;
        font-family: FKGrotesk-Medium;
        margin-bottom: 40px; }
        .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job .job-heading a:after {
          bottom: 0;
          display: none; }
    .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job .job-key {
      grid-row: 1;
      grid-column: 1;
      flex-direction: column;
      grid-gap: 0.5rem; }
    .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job .job-description {
      padding-top: 0;
      grid-column: 2 / span 1; }
      /***
       FORM WITH CTAS RIGHT
       ***/

@media (min-width: 768px) {
          .form-with-ctas .double-column .moduleWrap:nth-of-type(1) {
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%; } }
  @media (min-width: 768px) {
        .form-with-ctas .double-column .moduleWrap:nth-of-type(2) {
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
          max-width: 40%; } }
  @media (min-width: 768px) {
        .form-with-ctas .double-column .moduleWrap:nth-of-type(1) {
          padding-right: 1rem; } }
    .form-with-ctas .double-column .moduleWrap:nth-of-type(1) .formBuilder {
      background-color: #141414;
      border-radius: 15px;
      padding: 3rem; }
  @media (min-width: 768px) {
        .form-with-ctas .double-column .moduleWrap:nth-of-type(2) {
          padding-left: 1rem; } }
    .form-with-ctas .double-column .moduleWrap:nth-of-type(2) .module-text-block {
      display: -ms-grid;
      display: grid;
      grid-template-rows: 1fr 1fr;
      min-height: 100%;
      grid-gap: 2rem; }

.cta {
  background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  min-height: 25rem; }
  .cta.cta-blue {
    color: #12f7e0; }
  .cta.cta-blue h3, .cta.cta-blue h3 div, .cta.cta-blue p {
    color: #12f7e0; }
  .cta.cta-blue .btn, .cta.cta-blue .cta > a {
    color: #12f7e0 !important;
    border-color: #12f7e0 !important;
    margin-top: auto; }
  .cta.cta-pink {
    color: #ff15d2; }
  .cta.cta-pink h3, .cta.cta-pink h3 div, .cta.cta-pink p {
    color: #ff15d2; }
  .cta.cta-pink .btn, .cta.cta-pink .cta > a {
    color: #ff15d2 !important;
    border-color: #ff15d2 !important;
    margin-top: auto; }
  .cta .btn, .cta > a {
    max-width: fit-content; }

.cta-shape-1 {
  position: absolute;
  min-width: 72vw;
  left: -5rem;
  top: -13rem;
  z-index: -1;
  -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
  -webkit-mask-size: 250%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: var(--shapea) center; }

.basic-cta {
  background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  min-height: 27rem; }
  .basic-cta h3, .basic-cta h3 div, .basic-cta h3 span, .basic-cta h2, .basic-cta h2 div, .basic-cta h2 span {
    margin-bottom: 0 !important; }
  .basic-cta p {
    margin-top: 20px; }
  .basic-cta .btn, .basic-cta .cta > a, .basic-cta .btn-glowing {
    margin-top: auto;
    z-index: 1; }
/***
 ITEM BLUE CORNER
 ***/
.item-blur {
  width: 67%;
  height: 0;
  padding-bottom: 67%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  pointer-events: none;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }
  .item-blur:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.6);
    background: currentcolor;
    -webkit-mask-image: url("/storage/app/media/code_consult_assets/images/blur.webp");
    mask-image: url("/storage/app/media/code_consult_assets/images/blur.webp");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%; }
  .item-blur.blur-pink {
    color: #ff15d2; }
  .item-blur.blur-blue {
    color: #12f7e0; }

.animationBlink {
  animation: blinkthis 1s linear infinite; }

@keyframes blinkthis {
  50% {
    color: #ff15d2; }

  51% {
    color: transparent; }

  to {
    color: rgba(14, 20, 32, 0.25); } }
/***
 ABOUT US VIDEO SECTION
 ***/
/***
 SITE FOOTER
 ***/

.site-footer {
  padding: 0;
  position: relative;
  background-color: transparent;
  max-width: 100vw;
  overflow: hidden; }
  .site-footer a {
    color: #fff !important; }
  .site-footer .container {
    padding-bottom: 2rem;
    padding-top: 6rem; }
  .site-footer .container .footer-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 0.5fr 1fr; }
  .site-footer .container .footer-wrapper .footer-brand-wrapper {
    position: relative;
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 3rem 0;
    padding-bottom: 0; }
    .site-footer .container .footer-wrapper .footer-brand-wrapper img {
      width: clamp(100px, 8vw, 250px);
      height: auto;
      margin-bottom: 0; }
    .site-footer .container .footer-wrapper .footer-brand-wrapper h3 {
      margin-bottom: 0; }
    .site-footer .container .footer-wrapper .footer-brand-wrapper .footer-divider {
      display: none;
      position: absolute;
      bottom: 0;
      height: 2px;
      width: calc(100% - 6rem);
      padding: 1px !important;
      background-size: 120% 150% !important;
      border-radius: 15px; }
  .site-footer .container .footer-wrapper .footer-links-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 0.5fr;
    grid-gap: 6rem;
    grid-column: span 2;
    margin-bottom: 2rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 3rem 0;
    border-bottom: 2px solid #2e2e2e; }
    .site-footer .container .footer-wrapper .footer-links-wrapper .footer-google-review-link {
      width: fit-content;
      height: 100px;
      margin-top: 20px; }
    .site-footer .container .footer-wrapper .footer-links-wrapper .footer-google-review-link img {
      height: 100px;
      width: fit-content; }
    .site-footer .container .footer-wrapper .footer-links-wrapper .footer-google-review-link:after {
      display: none; }
  .site-footer .container .footer-wrapper .footer-bottom-row-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: span 2; }
    .site-footer .container .footer-wrapper .footer-bottom-row-wrapper p {
      margin-bottom: 0; }
    .site-footer .container .footer-wrapper .footer-bottom-row-wrapper .footer-signature small {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      color: white;
      grid-gap: 5px; }
/***
 INTRO PARAGRAPH
 ***/
.intro-paragraph {
  background-color: #000; }
  .intro-paragraph .intro-shape-left {
    position: absolute;
    left: -47%;
    width: 66%;
    bottom: 5%;
    z-index: -1; }
  .intro-paragraph .intro-shape-left .intro-shape-1 {
    position: relative;
    height: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 120%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--shapey) center; }
  .intro-paragraph .intro-shape-right {
    position: absolute;
    right: -47%;
    width: 66%;
    top: -15%;
    z-index: -1; }
  .intro-paragraph .intro-shape-right .intro-shape-2 {
    position: relative;
    height: 100%;
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--shapex) center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .intro-paragraph .intro-paragraph-content .h3 {
    font-size: clamp(1.25rem, 2vw, 40px) !important;
    margin-bottom: 80px;
    line-height: 1.2; }
  .intro-paragraph .intro-paragraph-content p div {
    margin-bottom: 0; }
  .intro-paragraph .intro-paragraph-content p small {
    font-size: 100%; }
  .intro-paragraph .intro-paragraph-content .lineChild {
    overflow: hidden; }
  .intro-paragraph .intro-paragraph-content .highlight-text div {
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }
/***
 GLOWING STAT
 ***/
.gradient-rotator {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1 !important; }

.stats-section-glowing .glowing-stats-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: space-between; }
  .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr; }
  .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row:nth-of-type(1) {
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row:nth-of-type(2) {
    -webkit-transform: translateX(-10%) translateY(-10%);
    -ms-transform: translateX(-10%) translateY(-10%);
    transform: translateX(-10%) translateY(-10%); }
  .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row:nth-of-type(3) {
    -webkit-transform: translate(40%, -20%);
    -ms-transform: translate(40%, -20%);
    transform: translate(40%, -20%); }
  .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: clamp(200px, 25vw, 500px);
    width: clamp(200px, 25vw, 500px);
    padding: clamp(30px, 5vw, 100px);
    background-image: url(/storage/app/media/code_consult_assets/svg/glowing-hexagon-placeholder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.05; }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat-placeholder img {
      position: absolute;
      width: 100%; }
  .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    position: relative;
    height: clamp(200px, 22vw, 500px);
    width: clamp(200px, 22vw, 500px);
    padding: clamp(30px, 5vw, 100px); }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-number {
      position: relative;
      margin-bottom: 0;
      z-index: 2;
      text-align: center;
      overflow: hidden; }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-number div {
      margin-bottom: 0; }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-title {
      position: relative;
      font-family: FKGrotesk-Medium !important;
      font-size: clamp(18px, 1.3vw, 22px);
      z-index: 2;
      margin-bottom: 0;
      overflow: hidden; }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-title div {
      margin-bottom: 0;
      color: #fff; }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-tagline {
      position: relative;
      margin-top: 10px;
      z-index: 2;
      text-align: center; }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-hexagon {
      position: absolute;
      width: 230%;
      height: auto;
      pointer-events: none;
      opacity: 0.8;
      display: none; }
    .stats-section-glowing .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-hexagon-mask {
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
      mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
      mask-size: center;
      -webkit-mask-size: 230%;
      -mask-size: 230%;
      mask-position: center;
      -webkit-mask-position: center;
      position: absolute;
      z-index: 9; }

.glowing-stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem; }
  .glowing-stats-wrapper .glowing-stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
  .glowing-stats-wrapper .glowing-stats-row:nth-of-type(1) {
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%); }
  .glowing-stats-wrapper .glowing-stats-row:nth-of-type(2) {
    -webkit-transform: translateX(-10%) translateY(-10%);
    -ms-transform: translateX(-10%) translateY(-10%);
    transform: translateX(-10%) translateY(-10%); }
  .glowing-stats-wrapper .glowing-stats-row:nth-of-type(3) {
    -webkit-transform: translate(40%, -20%);
    -ms-transform: translate(40%, -20%);
    transform: translate(40%, -20%); }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: clamp(200px, 22vw, 500px);
    width: clamp(200px, 22vw, 500px);
    padding: clamp(30px, 5vw, 100px);
    background-image: url(/storage/app/media/code_consult_assets/svg/glowing-hexagon-placeholder.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.05; }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat-placeholder img {
    position: absolute;
    width: 100%; }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: clamp(200px, 24vw, 500px);
    width: clamp(200px, 24vw, 500px);
    padding: clamp(30px, 5vw, 100px); }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-number {
    position: relative;
    margin-bottom: 0;
    z-index: 2;
    text-align: center;
    overflow: hidden; }
    .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-number div {
      margin-bottom: 0;
      font-size: clamp(2.5rem, 4vw, 55px); }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-title {
    position: relative;
    font-family: FKGrotesk-Medium !important;
    font-size: clamp(18px, 1.3vw, 22px);
    z-index: 2;
    margin-bottom: 0;
    overflow: hidden; }
    .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-title div {
      margin-bottom: 0;
      color: #fff; }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-stat-tagline {
    position: relative;
    margin-top: 10px;
    z-index: 2;
    text-align: center;
    font-size: 0.75rem;
    margin-bottom: 0; }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-hexagon {
    position: absolute;
    width: 230%;
    height: auto;
    pointer-events: none;
    opacity: 0.8;
    display: none; }
  .glowing-stats-wrapper .glowing-stats-row .glowing-stat .glowing-hexagon-mask {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
    mask: url("/storage/app/media/code_consult_assets/images/hexagon-mask.svg");
    mask-size: center;
    -webkit-mask-size: 230%;
    -mask-size: 230%;
    mask-position: center;
    -webkit-mask-position: center;
    position: absolute;
    z-index: 9; }

.section-divider {
  pointer-events: none;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%); }
  .section-divider .section-divider-wrapper img {
    position: absolute;
    width: 100%;
    height: auto; }

.our-work-intro {
  position: relative;
  z-index: 0; }
  .our-work-intro .module-text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
  .our-work-intro .our-work-title-wrapper {
    height: 100vh;
    width: 100vw;
    padding: 12.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #000;
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 1000%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    pointer-events: none;
    z-index: 1; }
  .our-work-intro .our-work-title-wrapper .intro-shape-2 {
    position: absolute;
    width: 50%;
    left: 0;
    transform: rotate(45deg);
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 150%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--shapeb) center; }
  .our-work-intro .our-work-title-wrapper .intro-shape-3 {
    position: absolute;
    width: 50%;
    bottom: -20%;
    right: -20%;
    transform: rotate(78deg);
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 150%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--shapec) center; }
  .our-work-intro .our-work-title-wrapper .h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    grid-gap: 10px; }
  .our-work-intro .our-work-title-wrapper .our-work-hexagon {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .our-work-intro .our-work-reveal {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0; }

.section-title {
  width: 100vw;
  z-index: 999;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent !important;
  margin-top: -4rem;
  margin-bottom: -4rem;
  padding-top: 4rem !important;
  background-color: #000;
  overflow: hidden; }
  .section-title .section-divider-wrapper {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent !important; }
  .section-title .section-divider-wrapper .divider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  .section-title .section-divider-wrapper .divider-content span {
    color: #000;
    margin-bottom: 0;
    font-family: FKGrotesk-Thin !important;
    white-space: pre;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .section-title .section-divider-wrapper .divider-content span:before {
      content: "";
      display: inline-block;
      background-image: url(/storage/app/media/code_consult_assets/svg/hexagon-black.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px;
      margin-left: 2vw;
      margin-right: 2vw; }

.case-study-wrapper {
  border-radius: 2rem;
  padding: 6rem 4rem 2rem 4rem;
  grid-gap: 6rem 4rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
  position: absolute;
  background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
  background-size: cover; }
  @media (min-width: 768px) {
      .case-study-wrapper .case-study-content p {
        max-width: 60%; } }
  .case-study-wrapper .case-study-footer {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1 / span 2; }
  .case-study-wrapper .case-study-footer .case-study-logo {
    width: 40%; }
  .case-study-wrapper:nth-of-type(1) {
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
    z-index: 0; }
  .case-study-wrapper:nth-of-type(2) {
    z-index: -1; }
  .case-study-wrapper:nth-of-type(3) {
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
    z-index: -2; }

.our-services-wrapper {
  border-radius: 2rem;
  padding: 6rem 4rem 6rem 4rem;
  grid-gap: 6rem 4rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
  position: absolute;
  background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
  background-size: cover; }
  @media (min-width: 768px) {
      .our-services-wrapper .our-services-content p {
        max-width: 90%; } }
  .our-services-wrapper .our-services-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
  .our-services-wrapper .our-services-image img {
    max-width: 60%; }
  .our-services-wrapper .our-services-footer {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1 / span 2; }
  .our-services-wrapper .our-services-footer .our-services-logo {
    width: 40%; }
  .our-services-wrapper:nth-of-type(1) {
    z-index: 0;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem); }
  .our-services-wrapper:nth-of-type(2) {
    z-index: -1; }
  .our-services-wrapper:nth-of-type(3) {
    z-index: -2;
    -webkit-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    transform: translateY(4rem); }

.client-logos-strip {
  overflow: hidden;
  width: 100vw;
  left: -12rem; }
  .client-logos-strip img {
    min-width: 120%;
    left: -20%;
    padding-top: 6rem;
    padding-bottom: 10rem; }

.module-client-listing {
  background-color: transparent;
  margin: 0 !important;
  padding: 0; }
  .module-client-listing .slick-track {
    -webkit-transition: -webkit-transform 500ms ease 0s !important;
    transition: -webkit-transform 500ms ease 0s !important;
    -o-transition: transform 500ms ease 0s !important;
    transition: transform 500ms ease 0s !important;
    transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s !important; }
  .module-client-listing .row {
    margin: 4rem;
    /* margin-bottom: 0; */
    padding-bottom: 2rem; }
  .module-client-listing .logo-image {
    padding: 0rem 2rem;
    margin-bottom: 0; }

@media (min-width: 768px) {
        .double-column.half .moduleWrap:nth-of-type(1) {
          padding-right: 2rem; } }
  @media (min-width: 768px) {
      .double-column.half .moduleWrap:nth-of-type(2) {
        padding-left: 2rem; } }

.sticky-title {
  position: sticky;
  top: 0;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  z-index: -1; }

.intro-paragraph-text-left {
  background-color: #000; }

.code-bootcamp .coding-bootcamp-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem; }
  .code-bootcamp .coding-bootcamp-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
  .code-bootcamp .coding-bootcamp-wrapper .video-backpanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    border-radius: 2.5rem;
    padding: 1rem;
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .code-bootcamp .coding-bootcamp-wrapper .video-backpanel video {
    border-radius: 2rem;
    max-width: 100%; }

.video-backpanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  border-radius: 2.5rem;
  padding: 1rem;
  background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .video-backpanel video {
    border-radius: 2rem;
    max-width: 100%; }

.testimonials-section {
  z-index: 999; }
  .testimonials-section .module-client-listing .row.slick-slider {
    margin: 0 auto;
    padding: 0; }

.testimonials-wrapper {
  margin-bottom: 30rem; }
  .testimonials-wrapper .testimonial-item {
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2rem;
    padding: 3rem;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 9px -5px 62px 15px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 9px -5px 62px 15px rgba(0, 0, 0, 0.44);
    box-shadow: 9px -5px 62px 15px rgba(0, 0, 0, 0.44);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    min-height: 27rem; }
  .testimonials-wrapper .testimonial-item p, .testimonials-wrapper .testimonial-item h6, .testimonials-wrapper .testimonial-item h4, .testimonials-wrapper .testimonial-item h5 {
    color: #000; }
  .testimonials-wrapper .testimonial-item .testimonials-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto; }
  .testimonials-wrapper .testimonial-item .testimonials-author p {
    margin-bottom: 0; }
  .testimonials-wrapper .testimonial-item .testimonials-author img {
    max-width: 40%; }
  .testimonials-wrapper .testimonial-item:nth-of-type(2) {
    -webkit-transform: rotate(2deg) translateY(20px);
    -ms-transform: rotate(2deg) translateY(20px);
    transform: rotate(2deg) translateY(20px);
    z-index: -1; }
  .testimonials-wrapper .testimonial-item:nth-of-type(3) {
    -webkit-transform: rotate(4deg) translateY(40px);
    -ms-transform: rotate(4deg) translateY(40px);
    transform: rotate(4deg) translateY(40px);
    z-index: -2; }

.primary-bg {
  background-color: #000; }

.testimonials-two-col {
  display: -ms-grid;
  display: grid; }
  @media (min-width: 768px) {
  .testimonials-two-col {
    grid-template-columns: 1fr 1fr;
    grid-gap: 6rem; } }

.roles-filled-section .module-text-block {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  grid-gap: 2rem; }
  .roles-filled-section .module-text-block .job-role-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 2rem;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent !important; }
  .roles-filled-section .module-text-block .job-role-line .job-wrapper {
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2rem;
    grid-gap: 2rem;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent !important; }
    .roles-filled-section .module-text-block .job-role-line .job-wrapper .job-title {
      font-size: clamp(3rem, 6vw, 90px);
      margin-bottom: 0;
      color: #000;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .roles-filled-section .module-text-block .job-role-line .job-wrapper .job-location {
      font-size: clamp(1.25rem, 2vw, 40px);
      margin-bottom: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .roles-filled-section .module-text-block .job-role-line:nth-of-type(2) {
    margin-left: -12rem; }

.full-testimonial .quote-left {
  position: absolute;
  left: 0;
  height: 80%;
  left: -12rem;
  z-index: -1;
  opacity: 0.2;
  top: -20%; }
  .full-testimonial .quote-right {
    position: absolute;
    height: 80%;
    right: -12rem;
    z-index: -1;
    opacity: 0.2;
    bottom: -20%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .full-testimonial .full-width-testimonial-wrapper {
    background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 3rem;
    border-radius: 2rem; }
  .full-testimonial .full-width-testimonial-wrapper .testimonial-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .full-testimonial .full-width-testimonial-wrapper .testimonial-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2rem; }
  .full-testimonial .full-width-testimonial-wrapper .testimonial-footer p {
    margin-bottom: 0; }
  .full-testimonial .full-width-testimonial-wrapper .testimonial-footer img {
    max-width: 200px; }

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.cta-shape-2 {
  position: absolute;
  right: 0;
  top: -45rem;
  width: 40rem;
  height: auto;
  -webkit-transform: rotate(335deg);
  -ms-transform: rotate(335deg);
  transform: rotate(335deg);
  -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
  -webkit-mask-size: 120%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: var(--shapef) center; }

.module-job-search .main-fields .row.vert-base {
  align-items: center;
  justify-content: flex-start; }
  .module-job-search .main-fields .row.vert-base .search-title {
    display: none; }
  .module-job-search .main-fields .row.reset {
    display: none; }

form .input-holder button, form .input-holder button.btn-primary {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: FKGrotesk-Medium;
  border: none;
  border-radius: 2rem;
  padding: 1.1vw 2vw;
  letter-spacing: 0px;
  margin: 0;
  text-decoration: none;
  color: #000 !important;
  width: fit-content;
  letter-spacing: 0;
  transform-origin: center center;
  border: none !important;
  color: #000 !important; }
  form .input-holder button div, form .input-holder button.btn-primary div {
    color: #000;
    position: relative;
    z-index: 1;
    font-family: FKGrotesk-Medium; }
  form .input-holder button .gradient-rotator, form .input-holder button.btn-primary .gradient-rotator {
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-clip-path: inset(0% 0% 0% 0% round 2rem);
    clip-path: inset(0% 0% 0% 0% round 2rem); }

.module-job-listing .job .job-key .location i:before, .module-job-detail .job .job-key .location i:before, .module-job-listing .job .job-key .salary i:before, .module-job-detail .job .job-key .salary i:before, .module-job-listing .job .job-key .type i:before, .module-job-detail .job .job-key .type i:before {
  color: #12f7e0; }

.job-results .module-job-listing .col {
  margin-bottom: 2rem; }
  .job-results .module-job-listing .col .job {
    border-radius: 2rem;
    background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border: none;
    padding: 3rem 2rem;
    grid-gap: 1.5rem; }
    .job-results .module-job-listing .col .job .job-heading a {
      font-size: clamp(1.25rem, 2vw, 40px);
      font-family: FKGrotesk-Medium; }
      .job-results .module-job-listing .col .job .job-heading a:after {
        display: none; }
    .job-results .module-job-listing .col .job .job-key span {
      font-family: FKGrotesk-Medium; }
    .job-results .module-job-listing .col .job .save-button:after {
      display: none; }
    .job-results .module-job-listing .col .job .actions {
      grid-gap: 1.5rem; }
    .job-results .module-job-listing .col .job .actions .btn-link {
      padding: 10px 20px;
      color: #fff !important; }
    .job-results .module-job-listing .col .job .actions .btn-primary {
      position: relative !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      font-family: FKGrotesk-Medium;
      border: none;
      border-radius: 2rem;
      padding: 1.1vw 2vw;
      letter-spacing: 0px;
      margin: 0;
      text-decoration: none;
      color: #000 !important;
      width: fit-content;
      letter-spacing: 0;
      transform-origin: center center;
      border: none !important;
      color: #000 !important;
      background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp) !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: cover !important; }

.job-results-shape-left {
  position: absolute;
  left: 0;
  top: 5rem;
  width: 50rem; }
  .job-results-shape-left img {
    position: absolute;
    width: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 120%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--shapeg) center;
    left: -5rem; }

.job-results-shape-right {
  position: absolute;
  right: 0;
  top: 40%;
  width: 50rem; }
  .job-results-shape-right img {
    position: absolute;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
    -webkit-mask-size: 120%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: var(--shapeh) center;
    right: -5rem; }

body.job .module-job-detail.job-page .pb-3 {
  display: none; }
  body.job .module-job-detail.job-page .job {
    grid-template-columns: 1fr 0.4fr;
    grid-gap: 0 6rem !important; }
  body.job .module-job-detail.job-page .job h1.job-heading {
    font-size: clamp(2.5rem, 4vw, 55px);
    margin-top: 80px;
    background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content; }
    body.job .module-job-detail.job-page .job h1.job-heading .job-key {
      font-size: clamp(18px, 1.3vw, 22px);
      margin-top: 20px;
      margin-bottom: 80px;
      -webkit-background-clip: initial;
      background-clip: initial;
      -webkit-text-fill-color: initial;
      width: auto;
      color: white; }
  body.job .module-job-detail.job-page .job .sidebar {
    margin-top: 80px;
    grid-column: 2;
    grid-row: 1; }
    body.job .module-job-detail.job-page .job .sidebar .job-alerts-sidebar {
      background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;
      border-radius: 2rem;
      padding: 2rem; }
  body.job .module-job-detail.job-page .job .actions {
    margin: 0;
    float: left;
    margin-bottom: 30px;
    grid-row: 3;
    grid-column: 1;
    display: block; }
    body.job .module-job-detail.job-page .job .actions .btn.btn-primary, body.job .module-job-detail.job-page .job .actions .cta > a.btn-primary {
      float: left;
      margin-left: 0;
      position: relative !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
      font-family: FKGrotesk-Medium;
      border: none;
      border-radius: 4rem;
      padding: 1.5vw 3vw;
      letter-spacing: 0px;
      margin: 0;
      text-decoration: none;
      color: #000 !important;
      width: fit-content;
      letter-spacing: 0;
      transform-origin: center center;
      border: none !important;
      color: #000 !important;
      background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp) !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: cover !important; }

.job-section .jobs-shape {
  position: absolute;
  right: -24rem;
  width: 51rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-mask-image: url(/storage/app/media/code_consult_assets/images/blur.webp);
  -webkit-mask-size: 120%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: var(--shapeh) center; }

.apply .module-job-detail.job-page .col {
  background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 2rem;
  padding: 2rem; }
  .apply .module-job-detail.job-page .col .job-heading a {
    font-size: clamp(1.25rem, 2vw, 40px);
    font-family: FKGrotesk-Medium !important;
    margin-bottom: 40px !important; }
  .apply .module-job-detail.job-page .col .job-key {
    margin-top: 20px;
    margin-bottom: 20px; }
  .apply .module-job-detail.job-page .col .actions {
    margin-bottom: 0; }
    .apply .module-job-detail.job-page .col .actions .btn-link {
      padding: 20px 10px; }

input.btn.btn-primary {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: FKGrotesk-Medium;
  border: none;
  border-radius: 4rem;
  padding: 1.5vw 3vw;
  letter-spacing: 0px;
  margin: 0;
  text-decoration: none;
  color: #000 !important;
  width: fit-content;
  letter-spacing: 0;
  transform-origin: center center;
  border: none !important;
  color: #000 !important;
  background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important; }

.module-user-form .or {
  color: #fff; }

.blog-listing-block.wide {
  border-radius: 2rem;
  background-image: url(/storage/app/media/code_consult_assets/images/blackgradbg.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .blog-listing-block.wide:hover {
    background-color: transparent; }
  .blog-listing-block.wide:hover .content {
    background-color: transparent; }
  .blog-listing-block.wide .content {
    background-color: transparent; }
  .blog-listing-block.wide .content .heading {
    font-family: FKGrotesk-Medium; }

.article-wrapper .consultant {
  background-color: transparent; }

.article-wrapper .consultant .categories span {
  border-radius: 2rem;
  background-color: #000; }

.new-footer-cta {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.z-index-0 {
  z-index: 0 !important; }
/********************************
 RESPONSIVE 
 ********************************/
/* ipad to macbook pro */
/* tablet */



@media (max-width: 821px) {
  body {
    max-width: 100vw;
    overflow: hidden; }

  .container, .site-header .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    max-width: 100vw !important; }

  .intro-paragraph {
    max-width: 100vw;
    overflow: hidden; }

  .horizontal-scroll-section .container .mycontainer .hero-video-wrapper, .horizontal-scroll-section .container .mycontainer .hero-cta-wrapper, .horizontal-scroll-section .container .mycontainer .ball {
    display: none; }

  .horizontal-scroll-section .container .mycontainer .panel.blue {
    max-height: 600px; }
    .horizontal-scroll-section .container .mycontainer .panel.blue .corner-arrow, .horizontal-scroll-section .container .mycontainer .panel.blue .corner-googlereviews {
      display: none; }

  .intro-paragraph {
    padding-top: 4rem !important; }

  .btn.btn-primary, .cta > a.btn-primary, .btn-glowing {
    padding: 10px 20px; }

  .intro-paragraph .intro-paragraph-content .h3 {
    margin-bottom: 2rem; }

  .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content {
    grid-template-columns: 1fr;
    grid-gap: 2rem; }
    .featured-jobs-title-wrapper-cta.featured-jobs-title-wrapper-cta-alt .featured-jobs-title-content > div:last-of-type {
      grid-column: 1;
      align-items: flex-start; }

  .featured-jobs-section-alt .jobs-gradient {
    display: none; }

  .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job {
    grid-template-columns: 1fr; }
    .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job .job-description {
      grid-column: 1; }
    .featured-jobs-section-alt.featured-jobs-with-description .module-featured-jobs .module-job-listing .col .job .actions {
      display: none; }

  .ball {
    display: none; }

  .glowing-stats-row {
    flex-direction: column;
    grid-gap: 1rem;
    margin-bottom: 2rem; }
    .glowing-stats-row .glowing-stat {
      width: 300px !important;
      height: 300px !important; }

  .case-study-wrapper {
    grid-template-columns: 1fr;
    position: relative;
    display: block;
    margin-bottom: 2rem;
    -webkit-transform: translateY(0rem) !important;
    -ms-transform: translateY(0rem) !important;
    transform: translateY(0rem) !important; }
    .case-study-wrapper .case-study-image {
      display: none; }
    .case-study-wrapper .case-study-logo {
      width: 90px; }

  .our-work-intro .our-work-reveal {
    flex-direction: column; }

  .module-client-listing .row {
    margin-bottom: 2rem; }

  .section-title {
    width: 102vw;
    margin-left: -1vw; }

  .site-footer .container {
    padding-top: 2rem; }
    .site-footer .footer-links-wrapper {
      grid-template-columns: 1fr;
      grid-gap: 1rem; }

  .sticky-title {
    min-height: 400px; }

  .ul:not([class]) li.h3:before {
    width: 10px;
    height: 10px; }

  .our-services-wrapper {
    position: relative;
    padding: 3rem;
    grid-template-columns: 1fr; }
    .our-services-wrapper .our-services-image {
      display: none; }

  .btn-glowing, .btn.btn-primary, .cta > a.btn-primary {
    padding: 10px 20px !important; }

  .our-work-intro {
    margin-top: 4rem; }

  .testimonials-wrapper .testimonial-item {
    min-height: auto;
    position: relative; }

  .testimonials-wrapper {
    margin-bottom: 4rem; }

  .basic-cta {
    min-height: auto; }
    .basic-cta .btn-glowing {
      margin-top: 1rem; }

  body.job .module-job-detail.job-page .job {
    grid-template-columns: 1fr; }
    body.job .module-job-detail.job-page .job p.job-key span {
      margin-bottom: 0.2rem;
      margin-top: 0.2rem; }
    body.job .module-job-detail.job-page .job .sidebar {
      display: none; }
    body.job .module-job-detail.job-page .job .actions .btn.btn-primary, body.job .module-job-detail.job-page .job .actions .cta > a.btn-primary {
      padding: 20px 30px !important; }

  .canvas-wrap .off-canvas {
    width: 100vw; }

  .canvas-wrap .off-canvas .off-canvas-close {
    right: 0;
    top: 0; } }
/* mobile */
@media (max-width: 500px) {
  .linkedin-nav {
    display: none; } }
/* TP RELATED CASE STUDIES SLIDER 23-05-23 */
.related-case-studies-slider .module-content-slider .slick-arrow {
  background-color: black; }
  .related-case-studies-slider .module-content-slider .slick-arrow:before {
    top: 3px;
    height: 30px;
    width: 30px; }
  .related-case-studies-slider .module-text-block {
    margin-bottom: -30px; }
  .related-case-studies-slider .slide-content-text > div {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    padding-right: 0px;
    width: 80%; }
  .related-case-studies-slider .slide-content-text > div .case-study-image img {
    max-width: 80%; }
  .related-case-studies-slider .slide-content-text > div .case-study-footer {
    display: flex;
    flex-direction: column;
    width: 80%; }

.hide {
  display: none; }

.large-cta.case-study h1 {
  margin-top: 1em; }
/* hotfixes */
/* broken highlight TP 24-05-23 */
.about .coding-bootcamp-wrapper h1 {
  font-size: clamp(2rem, 6vw, 90px); }
  .about .coding-bootcamp-wrapper h1 .highlight-text-with-reveal {
    font-size: clamp(2rem, 6vw, 90px); }
  @media only screen and (min-width: 800px) {
  .about .testimonials-section .module-client-listing {
    top: 15em; } }

/* case studies logos tp 06-07-23 */

@media only screen and (max-width: 500px) {
    .home .case-study-wrapper .case-study-footer .case-study-logo {
      width: 85% !important; } }
/* google review mobile tp 10-07-23 */
@media only screen and (max-width: 550px) {
  .site-footer .container .footer-wrapper {
    margin-top: 175px; }
    .site-footer .container .footer-wrapper .footer-links-wrapper {
      display: flex;
      flex-direction: column;
      gap: 0px; }
      .site-footer .container .footer-wrapper .footer-links-wrapper .footer-social p {
        display: none; }
      .site-footer .container .footer-wrapper .footer-links-wrapper .footer-text-wrapper {
        position: absolute;
        bottom: 500px;
        width: 100%; }
        .site-footer .container .footer-wrapper .footer-links-wrapper .footer-text-wrapper a {
          margin: auto; } }

.about-us-slider {
  max-width: 1500px;
  margin: auto; }
  @media only screen and (min-width: 770px) {
      .about-us-slider .container h2 {
        padding-left: 135px; } }
  @media only screen and (max-width: 770px) {
      .about-us-slider .container h2 {
        padding: 0 2rem; } }
  .about-us-slider .container .slick-slider .slick-track {
    transition: transform 0.8s ease-in-out !important; }
    .about-us-slider .container .slick-slider .slick-track .slick-slide {
      height: 300px;
      display: flex;
      align-items: center; }
    .about-us-slider .container .slick-slider .slick-track .slick-slide .slide-content img {
      max-height: 300px;
      width: auto;
      background-image: url(/storage/app/media/code_consult_assets/images/gradientbglinear.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 5px; }
  .about-us-slider .container .slick-slider button.slick-arrow {
    filter: invert(1); }
    @media only screen and (max-width: 770px) {
      .about-us-slider .container .slick-slider button.slick-arrow {
        margin: 20px; }
        .about-us-slider .container .slick-slider button.slick-arrow:first-of-type {
          transform: translateY(18px) rotate(-135deg) translateX(40px); } }
    @media only screen and (max-width: 1600px) and (min-width: 500px) {
      .about-us-slider .container .slick-slider button.slick-arrow {
        position: absolute;
        top: 310px; }
        .about-us-slider .container .slick-slider button.slick-arrow:first-of-type {
          left: 100px;
          top: 330px; }
        .about-us-slider .container .slick-slider button.slick-arrow:last-of-type {
          right: 100px; } }

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../themes/hrp-level/assets/vendor/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../themes/hrp-level/assets/vendor/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../themes/hrp-level/assets/vendor/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../themes/hrp-level/assets/vendor/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../themes/hrp-level/assets/vendor/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.oc-icon-glass:before,.icon-glass:before{content:"\f000"}
.oc-icon-music:before,.icon-music:before{content:"\f001"}
.oc-icon-search:before,.icon-search:before{content:"\f002"}
.oc-icon-envelope-o:before,.icon-envelope-o:before{content:"\f003"}
.oc-icon-heart:before,.icon-heart:before{content:"\f004"}
.oc-icon-star:before,.icon-star:before{content:"\f005"}
.oc-icon-star-o:before,.icon-star-o:before{content:"\f006"}
.oc-icon-user:before,.icon-user:before{content:"\f007"}
.oc-icon-film:before,.icon-film:before{content:"\f008"}
.oc-icon-th-large:before,.icon-th-large:before{content:"\f009"}
.oc-icon-th:before,.icon-th:before{content:"\f00a"}
.oc-icon-th-list:before,.icon-th-list:before{content:"\f00b"}
.oc-icon-check:before,.icon-check:before{content:"\f00c"}
.oc-icon-remove:before,.icon-remove:before,.oc-icon-close:before,.icon-close:before,.oc-icon-times:before,.icon-times:before{content:"\f00d"}
.oc-icon-search-plus:before,.icon-search-plus:before{content:"\f00e"}
.oc-icon-search-minus:before,.icon-search-minus:before{content:"\f010"}
.oc-icon-power-off:before,.icon-power-off:before{content:"\f011"}
.oc-icon-signal:before,.icon-signal:before{content:"\f012"}
.oc-icon-gear:before,.icon-gear:before,.oc-icon-cog:before,.icon-cog:before{content:"\f013"}
.oc-icon-trash-o:before,.icon-trash-o:before{content:"\f014"}
.oc-icon-home:before,.icon-home:before{content:"\f015"}
.oc-icon-file-o:before,.icon-file-o:before{content:"\f016"}
.oc-icon-clock-o:before,.icon-clock-o:before{content:"\f017"}
.oc-icon-road:before,.icon-road:before{content:"\f018"}
.oc-icon-download:before,.icon-download:before{content:"\f019"}
.oc-icon-arrow-circle-o-down:before,.icon-arrow-circle-o-down:before{content:"\f01a"}
.oc-icon-arrow-circle-o-up:before,.icon-arrow-circle-o-up:before{content:"\f01b"}
.oc-icon-inbox:before,.icon-inbox:before{content:"\f01c"}
.oc-icon-play-circle-o:before,.icon-play-circle-o:before{content:"\f01d"}
.oc-icon-rotate-right:before,.icon-rotate-right:before,.oc-icon-repeat:before,.icon-repeat:before{content:"\f01e"}
.oc-icon-refresh:before,.icon-refresh:before{content:"\f021"}
.oc-icon-list-alt:before,.icon-list-alt:before{content:"\f022"}
.oc-icon-lock:before,.icon-lock:before{content:"\f023"}
.oc-icon-flag:before,.icon-flag:before{content:"\f024"}
.oc-icon-headphones:before,.icon-headphones:before{content:"\f025"}
.oc-icon-volume-off:before,.icon-volume-off:before{content:"\f026"}
.oc-icon-volume-down:before,.icon-volume-down:before{content:"\f027"}
.oc-icon-volume-up:before,.icon-volume-up:before{content:"\f028"}
.oc-icon-qrcode:before,.icon-qrcode:before{content:"\f029"}
.oc-icon-barcode:before,.icon-barcode:before{content:"\f02a"}
.oc-icon-tag:before,.icon-tag:before{content:"\f02b"}
.oc-icon-tags:before,.icon-tags:before{content:"\f02c"}
.oc-icon-book:before,.icon-book:before{content:"\f02d"}
.oc-icon-bookmark:before,.icon-bookmark:before{content:"\f02e"}
.oc-icon-print:before,.icon-print:before{content:"\f02f"}
.oc-icon-camera:before,.icon-camera:before{content:"\f030"}
.oc-icon-font:before,.icon-font:before{content:"\f031"}
.oc-icon-bold:before,.icon-bold:before{content:"\f032"}
.oc-icon-italic:before,.icon-italic:before{content:"\f033"}
.oc-icon-text-height:before,.icon-text-height:before{content:"\f034"}
.oc-icon-text-width:before,.icon-text-width:before{content:"\f035"}
.oc-icon-align-left:before,.icon-align-left:before{content:"\f036"}
.oc-icon-align-center:before,.icon-align-center:before{content:"\f037"}
.oc-icon-align-right:before,.icon-align-right:before{content:"\f038"}
.oc-icon-align-justify:before,.icon-align-justify:before{content:"\f039"}
.oc-icon-list:before,.icon-list:before{content:"\f03a"}
.oc-icon-dedent:before,.icon-dedent:before,.oc-icon-outdent:before,.icon-outdent:before{content:"\f03b"}
.oc-icon-indent:before,.icon-indent:before{content:"\f03c"}
.oc-icon-video-camera:before,.icon-video-camera:before{content:"\f03d"}
.oc-icon-photo:before,.icon-photo:before,.oc-icon-image:before,.icon-image:before,.oc-icon-picture-o:before,.icon-picture-o:before{content:"\f03e"}
.oc-icon-pencil:before,.icon-pencil:before{content:"\f040"}
.oc-icon-map-marker:before,.icon-map-marker:before{content:"\f041"}
.oc-icon-adjust:before,.icon-adjust:before{content:"\f042"}
.oc-icon-tint:before,.icon-tint:before{content:"\f043"}
.oc-icon-edit:before,.icon-edit:before,.oc-icon-pencil-square-o:before,.icon-pencil-square-o:before{content:"\f044"}
.oc-icon-share-square-o:before,.icon-share-square-o:before{content:"\f045"}
.oc-icon-check-square-o:before,.icon-check-square-o:before{content:"\f046"}
.oc-icon-arrows:before,.icon-arrows:before{content:"\f047"}
.oc-icon-step-backward:before,.icon-step-backward:before{content:"\f048"}
.oc-icon-fast-backward:before,.icon-fast-backward:before{content:"\f049"}
.oc-icon-backward:before,.icon-backward:before{content:"\f04a"}
.oc-icon-play:before,.icon-play:before{content:"\f04b"}
.oc-icon-pause:before,.icon-pause:before{content:"\f04c"}
.oc-icon-stop:before,.icon-stop:before{content:"\f04d"}
.oc-icon-forward:before,.icon-forward:before{content:"\f04e"}
.oc-icon-fast-forward:before,.icon-fast-forward:before{content:"\f050"}
.oc-icon-step-forward:before,.icon-step-forward:before{content:"\f051"}
.oc-icon-eject:before,.icon-eject:before{content:"\f052"}
.oc-icon-chevron-left:before,.icon-chevron-left:before{content:"\f053"}
.oc-icon-chevron-right:before,.icon-chevron-right:before{content:"\f054"}
.oc-icon-plus-circle:before,.icon-plus-circle:before{content:"\f055"}
.oc-icon-minus-circle:before,.icon-minus-circle:before{content:"\f056"}
.oc-icon-times-circle:before,.icon-times-circle:before{content:"\f057"}
.oc-icon-check-circle:before,.icon-check-circle:before{content:"\f058"}
.oc-icon-question-circle:before,.icon-question-circle:before{content:"\f059"}
.oc-icon-info-circle:before,.icon-info-circle:before{content:"\f05a"}
.oc-icon-crosshairs:before,.icon-crosshairs:before{content:"\f05b"}
.oc-icon-times-circle-o:before,.icon-times-circle-o:before{content:"\f05c"}
.oc-icon-check-circle-o:before,.icon-check-circle-o:before{content:"\f05d"}
.oc-icon-ban:before,.icon-ban:before{content:"\f05e"}
.oc-icon-arrow-left:before,.icon-arrow-left:before{content:"\f060"}
.oc-icon-arrow-right:before,.icon-arrow-right:before{content:"\f061"}
.oc-icon-arrow-up:before,.icon-arrow-up:before{content:"\f062"}
.oc-icon-arrow-down:before,.icon-arrow-down:before{content:"\f063"}
.oc-icon-mail-forward:before,.icon-mail-forward:before,.oc-icon-share:before,.icon-share:before{content:"\f064"}
.oc-icon-expand:before,.icon-expand:before{content:"\f065"}
.oc-icon-compress:before,.icon-compress:before{content:"\f066"}
.oc-icon-plus:before,.icon-plus:before{content:"\f067"}
.oc-icon-minus:before,.icon-minus:before{content:"\f068"}
.oc-icon-asterisk:before,.icon-asterisk:before{content:"\f069"}
.oc-icon-exclamation-circle:before,.icon-exclamation-circle:before{content:"\f06a"}
.oc-icon-gift:before,.icon-gift:before{content:"\f06b"}
.oc-icon-leaf:before,.icon-leaf:before{content:"\f06c"}
.oc-icon-fire:before,.icon-fire:before{content:"\f06d"}
.oc-icon-eye:before,.icon-eye:before{content:"\f06e"}
.oc-icon-eye-slash:before,.icon-eye-slash:before{content:"\f070"}
.oc-icon-warning:before,.icon-warning:before,.oc-icon-exclamation-triangle:before,.icon-exclamation-triangle:before{content:"\f071"}
.oc-icon-plane:before,.icon-plane:before{content:"\f072"}
.oc-icon-calendar:before,.icon-calendar:before{content:"\f073"}
.oc-icon-random:before,.icon-random:before{content:"\f074"}
.oc-icon-comment:before,.icon-comment:before{content:"\f075"}
.oc-icon-magnet:before,.icon-magnet:before{content:"\f076"}
.oc-icon-chevron-up:before,.icon-chevron-up:before{content:"\f077"}
.oc-icon-chevron-down:before,.icon-chevron-down:before{content:"\f078"}
.oc-icon-retweet:before,.icon-retweet:before{content:"\f079"}
.oc-icon-shopping-cart:before,.icon-shopping-cart:before{content:"\f07a"}
.oc-icon-folder:before,.icon-folder:before{content:"\f07b"}
.oc-icon-folder-open:before,.icon-folder-open:before{content:"\f07c"}
.oc-icon-arrows-v:before,.icon-arrows-v:before{content:"\f07d"}
.oc-icon-arrows-h:before,.icon-arrows-h:before{content:"\f07e"}
.oc-icon-bar-chart-o:before,.icon-bar-chart-o:before,.oc-icon-bar-chart:before,.icon-bar-chart:before{content:"\f080"}
.oc-icon-twitter-square:before,.icon-twitter-square:before{content:"\f081"}
.oc-icon-facebook-square:before,.icon-facebook-square:before{content:"\f082"}
.oc-icon-camera-retro:before,.icon-camera-retro:before{content:"\f083"}
.oc-icon-key:before,.icon-key:before{content:"\f084"}
.oc-icon-gears:before,.icon-gears:before,.oc-icon-cogs:before,.icon-cogs:before{content:"\f085"}
.oc-icon-comments:before,.icon-comments:before{content:"\f086"}
.oc-icon-thumbs-o-up:before,.icon-thumbs-o-up:before{content:"\f087"}
.oc-icon-thumbs-o-down:before,.icon-thumbs-o-down:before{content:"\f088"}
.oc-icon-star-half:before,.icon-star-half:before{content:"\f089"}
.oc-icon-heart-o:before,.icon-heart-o:before{content:"\f08a"}
.oc-icon-sign-out:before,.icon-sign-out:before{content:"\f08b"}
.oc-icon-linkedin-square:before,.icon-linkedin-square:before{content:"\f08c"}
.oc-icon-thumb-tack:before,.icon-thumb-tack:before{content:"\f08d"}
.oc-icon-external-link:before,.icon-external-link:before{content:"\f08e"}
.oc-icon-sign-in:before,.icon-sign-in:before{content:"\f090"}
.oc-icon-trophy:before,.icon-trophy:before{content:"\f091"}
.oc-icon-github-square:before,.icon-github-square:before{content:"\f092"}
.oc-icon-upload:before,.icon-upload:before{content:"\f093"}
.oc-icon-lemon-o:before,.icon-lemon-o:before{content:"\f094"}
.oc-icon-phone:before,.icon-phone:before{content:"\f095"}
.oc-icon-square-o:before,.icon-square-o:before{content:"\f096"}
.oc-icon-bookmark-o:before,.icon-bookmark-o:before{content:"\f097"}
.oc-icon-phone-square:before,.icon-phone-square:before{content:"\f098"}
.oc-icon-twitter:before,.icon-twitter:before{content:"\f099"}
.oc-icon-facebook-f:before,.icon-facebook-f:before,.oc-icon-facebook:before,.icon-facebook:before{content:"\f09a"}
.oc-icon-github:before,.icon-github:before{content:"\f09b"}
.oc-icon-unlock:before,.icon-unlock:before{content:"\f09c"}
.oc-icon-credit-card:before,.icon-credit-card:before{content:"\f09d"}
.oc-icon-feed:before,.icon-feed:before,.oc-icon-rss:before,.icon-rss:before{content:"\f09e"}
.oc-icon-hdd-o:before,.icon-hdd-o:before{content:"\f0a0"}
.oc-icon-bullhorn:before,.icon-bullhorn:before{content:"\f0a1"}
.oc-icon-bell:before,.icon-bell:before{content:"\f0f3"}
.oc-icon-certificate:before,.icon-certificate:before{content:"\f0a3"}
.oc-icon-hand-o-right:before,.icon-hand-o-right:before{content:"\f0a4"}
.oc-icon-hand-o-left:before,.icon-hand-o-left:before{content:"\f0a5"}
.oc-icon-hand-o-up:before,.icon-hand-o-up:before{content:"\f0a6"}
.oc-icon-hand-o-down:before,.icon-hand-o-down:before{content:"\f0a7"}
.oc-icon-arrow-circle-left:before,.icon-arrow-circle-left:before{content:"\f0a8"}
.oc-icon-arrow-circle-right:before,.icon-arrow-circle-right:before{content:"\f0a9"}
.oc-icon-arrow-circle-up:before,.icon-arrow-circle-up:before{content:"\f0aa"}
.oc-icon-arrow-circle-down:before,.icon-arrow-circle-down:before{content:"\f0ab"}
.oc-icon-globe:before,.icon-globe:before{content:"\f0ac"}
.oc-icon-wrench:before,.icon-wrench:before{content:"\f0ad"}
.oc-icon-tasks:before,.icon-tasks:before{content:"\f0ae"}
.oc-icon-filter:before,.icon-filter:before{content:"\f0b0"}
.oc-icon-briefcase:before,.icon-briefcase:before{content:"\f0b1"}
.oc-icon-arrows-alt:before,.icon-arrows-alt:before{content:"\f0b2"}
.oc-icon-group:before,.icon-group:before,.oc-icon-users:before,.icon-users:before{content:"\f0c0"}
.oc-icon-chain:before,.icon-chain:before,.oc-icon-link:before,.icon-link:before{content:"\f0c1"}
.oc-icon-cloud:before,.icon-cloud:before{content:"\f0c2"}
.oc-icon-flask:before,.icon-flask:before{content:"\f0c3"}
.oc-icon-cut:before,.icon-cut:before,.oc-icon-scissors:before,.icon-scissors:before{content:"\f0c4"}
.oc-icon-copy:before,.icon-copy:before,.oc-icon-files-o:before,.icon-files-o:before{content:"\f0c5"}
.oc-icon-paperclip:before,.icon-paperclip:before{content:"\f0c6"}
.oc-icon-save:before,.icon-save:before,.oc-icon-floppy-o:before,.icon-floppy-o:before{content:"\f0c7"}
.oc-icon-square:before,.icon-square:before{content:"\f0c8"}
.oc-icon-navicon:before,.icon-navicon:before,.oc-icon-reorder:before,.icon-reorder:before,.oc-icon-bars:before,.icon-bars:before{content:"\f0c9"}
.oc-icon-list-ul:before,.icon-list-ul:before{content:"\f0ca"}
.oc-icon-list-ol:before,.icon-list-ol:before{content:"\f0cb"}
.oc-icon-strikethrough:before,.icon-strikethrough:before{content:"\f0cc"}
.oc-icon-underline:before,.icon-underline:before{content:"\f0cd"}
.oc-icon-table:before,.icon-table:before{content:"\f0ce"}
.oc-icon-magic:before,.icon-magic:before{content:"\f0d0"}
.oc-icon-truck:before,.icon-truck:before{content:"\f0d1"}
.oc-icon-pinterest:before,.icon-pinterest:before{content:"\f0d2"}
.oc-icon-pinterest-square:before,.icon-pinterest-square:before{content:"\f0d3"}
.oc-icon-google-plus-square:before,.icon-google-plus-square:before{content:"\f0d4"}
.oc-icon-google-plus:before,.icon-google-plus:before{content:"\f0d5"}
.oc-icon-money:before,.icon-money:before{content:"\f0d6"}
.oc-icon-caret-down:before,.icon-caret-down:before{content:"\f0d7"}
.oc-icon-caret-up:before,.icon-caret-up:before{content:"\f0d8"}
.oc-icon-caret-left:before,.icon-caret-left:before{content:"\f0d9"}
.oc-icon-caret-right:before,.icon-caret-right:before{content:"\f0da"}
.oc-icon-columns:before,.icon-columns:before{content:"\f0db"}
.oc-icon-unsorted:before,.icon-unsorted:before,.oc-icon-sort:before,.icon-sort:before{content:"\f0dc"}
.oc-icon-sort-down:before,.icon-sort-down:before,.oc-icon-sort-desc:before,.icon-sort-desc:before{content:"\f0dd"}
.oc-icon-sort-up:before,.icon-sort-up:before,.oc-icon-sort-asc:before,.icon-sort-asc:before{content:"\f0de"}
.oc-icon-envelope:before,.icon-envelope:before{content:"\f0e0"}
.oc-icon-linkedin:before,.icon-linkedin:before{content:"\f0e1"}
.oc-icon-rotate-left:before,.icon-rotate-left:before,.oc-icon-undo:before,.icon-undo:before{content:"\f0e2"}
.oc-icon-legal:before,.icon-legal:before,.oc-icon-gavel:before,.icon-gavel:before{content:"\f0e3"}
.oc-icon-dashboard:before,.icon-dashboard:before,.oc-icon-tachometer:before,.icon-tachometer:before{content:"\f0e4"}
.oc-icon-comment-o:before,.icon-comment-o:before{content:"\f0e5"}
.oc-icon-comments-o:before,.icon-comments-o:before{content:"\f0e6"}
.oc-icon-flash:before,.icon-flash:before,.oc-icon-bolt:before,.icon-bolt:before{content:"\f0e7"}
.oc-icon-sitemap:before,.icon-sitemap:before{content:"\f0e8"}
.oc-icon-umbrella:before,.icon-umbrella:before{content:"\f0e9"}
.oc-icon-paste:before,.icon-paste:before,.oc-icon-clipboard:before,.icon-clipboard:before{content:"\f0ea"}
.oc-icon-lightbulb-o:before,.icon-lightbulb-o:before{content:"\f0eb"}
.oc-icon-exchange:before,.icon-exchange:before{content:"\f0ec"}
.oc-icon-cloud-download:before,.icon-cloud-download:before{content:"\f0ed"}
.oc-icon-cloud-upload:before,.icon-cloud-upload:before{content:"\f0ee"}
.oc-icon-user-md:before,.icon-user-md:before{content:"\f0f0"}
.oc-icon-stethoscope:before,.icon-stethoscope:before{content:"\f0f1"}
.oc-icon-suitcase:before,.icon-suitcase:before{content:"\f0f2"}
.oc-icon-bell-o:before,.icon-bell-o:before{content:"\f0a2"}
.oc-icon-coffee:before,.icon-coffee:before{content:"\f0f4"}
.oc-icon-cutlery:before,.icon-cutlery:before{content:"\f0f5"}
.oc-icon-file-text-o:before,.icon-file-text-o:before{content:"\f0f6"}
.oc-icon-building-o:before,.icon-building-o:before{content:"\f0f7"}
.oc-icon-hospital-o:before,.icon-hospital-o:before{content:"\f0f8"}
.oc-icon-ambulance:before,.icon-ambulance:before{content:"\f0f9"}
.oc-icon-medkit:before,.icon-medkit:before{content:"\f0fa"}
.oc-icon-fighter-jet:before,.icon-fighter-jet:before{content:"\f0fb"}
.oc-icon-beer:before,.icon-beer:before{content:"\f0fc"}
.oc-icon-h-square:before,.icon-h-square:before{content:"\f0fd"}
.oc-icon-plus-square:before,.icon-plus-square:before{content:"\f0fe"}
.oc-icon-angle-double-left:before,.icon-angle-double-left:before{content:"\f100"}
.oc-icon-angle-double-right:before,.icon-angle-double-right:before{content:"\f101"}
.oc-icon-angle-double-up:before,.icon-angle-double-up:before{content:"\f102"}
.oc-icon-angle-double-down:before,.icon-angle-double-down:before{content:"\f103"}
.oc-icon-angle-left:before,.icon-angle-left:before{content:"\f104"}
.oc-icon-angle-right:before,.icon-angle-right:before{content:"\f105"}
.oc-icon-angle-up:before,.icon-angle-up:before{content:"\f106"}
.oc-icon-angle-down:before,.icon-angle-down:before{content:"\f107"}
.oc-icon-desktop:before,.icon-desktop:before{content:"\f108"}
.oc-icon-laptop:before,.icon-laptop:before{content:"\f109"}
.oc-icon-tablet:before,.icon-tablet:before{content:"\f10a"}
.oc-icon-mobile-phone:before,.icon-mobile-phone:before,.oc-icon-mobile:before,.icon-mobile:before{content:"\f10b"}
.oc-icon-circle-o:before,.icon-circle-o:before{content:"\f10c"}
.oc-icon-quote-left:before,.icon-quote-left:before{content:"\f10d"}
.oc-icon-quote-right:before,.icon-quote-right:before{content:"\f10e"}
.oc-icon-spinner:before,.icon-spinner:before{content:"\f110"}
.oc-icon-circle:before,.icon-circle:before{content:"\f111"}
.oc-icon-mail-reply:before,.icon-mail-reply:before,.oc-icon-reply:before,.icon-reply:before{content:"\f112"}
.oc-icon-github-alt:before,.icon-github-alt:before{content:"\f113"}
.oc-icon-folder-o:before,.icon-folder-o:before{content:"\f114"}
.oc-icon-folder-open-o:before,.icon-folder-open-o:before{content:"\f115"}
.oc-icon-smile-o:before,.icon-smile-o:before{content:"\f118"}
.oc-icon-frown-o:before,.icon-frown-o:before{content:"\f119"}
.oc-icon-meh-o:before,.icon-meh-o:before{content:"\f11a"}
.oc-icon-gamepad:before,.icon-gamepad:before{content:"\f11b"}
.oc-icon-keyboard-o:before,.icon-keyboard-o:before{content:"\f11c"}
.oc-icon-flag-o:before,.icon-flag-o:before{content:"\f11d"}
.oc-icon-flag-checkered:before,.icon-flag-checkered:before{content:"\f11e"}
.oc-icon-terminal:before,.icon-terminal:before{content:"\f120"}
.oc-icon-code:before,.icon-code:before{content:"\f121"}
.oc-icon-mail-reply-all:before,.icon-mail-reply-all:before,.oc-icon-reply-all:before,.icon-reply-all:before{content:"\f122"}
.oc-icon-star-half-empty:before,.icon-star-half-empty:before,.oc-icon-star-half-full:before,.icon-star-half-full:before,.oc-icon-star-half-o:before,.icon-star-half-o:before{content:"\f123"}
.oc-icon-location-arrow:before,.icon-location-arrow:before{content:"\f124"}
.oc-icon-crop:before,.icon-crop:before{content:"\f125"}
.oc-icon-code-fork:before,.icon-code-fork:before{content:"\f126"}
.oc-icon-unlink:before,.icon-unlink:before,.oc-icon-chain-broken:before,.icon-chain-broken:before{content:"\f127"}
.oc-icon-question:before,.icon-question:before{content:"\f128"}
.oc-icon-info:before,.icon-info:before{content:"\f129"}
.oc-icon-exclamation:before,.icon-exclamation:before{content:"\f12a"}
.oc-icon-superscript:before,.icon-superscript:before{content:"\f12b"}
.oc-icon-subscript:before,.icon-subscript:before{content:"\f12c"}
.oc-icon-eraser:before,.icon-eraser:before{content:"\f12d"}
.oc-icon-puzzle-piece:before,.icon-puzzle-piece:before{content:"\f12e"}
.oc-icon-microphone:before,.icon-microphone:before{content:"\f130"}
.oc-icon-microphone-slash:before,.icon-microphone-slash:before{content:"\f131"}
.oc-icon-shield:before,.icon-shield:before{content:"\f132"}
.oc-icon-calendar-o:before,.icon-calendar-o:before{content:"\f133"}
.oc-icon-fire-extinguisher:before,.icon-fire-extinguisher:before{content:"\f134"}
.oc-icon-rocket:before,.icon-rocket:before{content:"\f135"}
.oc-icon-maxcdn:before,.icon-maxcdn:before{content:"\f136"}
.oc-icon-chevron-circle-left:before,.icon-chevron-circle-left:before{content:"\f137"}
.oc-icon-chevron-circle-right:before,.icon-chevron-circle-right:before{content:"\f138"}
.oc-icon-chevron-circle-up:before,.icon-chevron-circle-up:before{content:"\f139"}
.oc-icon-chevron-circle-down:before,.icon-chevron-circle-down:before{content:"\f13a"}
.oc-icon-html5:before,.icon-html5:before{content:"\f13b"}
.oc-icon-css3:before,.icon-css3:before{content:"\f13c"}
.oc-icon-anchor:before,.icon-anchor:before{content:"\f13d"}
.oc-icon-unlock-alt:before,.icon-unlock-alt:before{content:"\f13e"}
.oc-icon-bullseye:before,.icon-bullseye:before{content:"\f140"}
.oc-icon-ellipsis-h:before,.icon-ellipsis-h:before{content:"\f141"}
.oc-icon-ellipsis-v:before,.icon-ellipsis-v:before{content:"\f142"}
.oc-icon-rss-square:before,.icon-rss-square:before{content:"\f143"}
.oc-icon-play-circle:before,.icon-play-circle:before{content:"\f144"}
.oc-icon-ticket:before,.icon-ticket:before{content:"\f145"}
.oc-icon-minus-square:before,.icon-minus-square:before{content:"\f146"}
.oc-icon-minus-square-o:before,.icon-minus-square-o:before{content:"\f147"}
.oc-icon-level-up:before,.icon-level-up:before{content:"\f148"}
.oc-icon-level-down:before,.icon-level-down:before{content:"\f149"}
.oc-icon-check-square:before,.icon-check-square:before{content:"\f14a"}
.oc-icon-pencil-square:before,.icon-pencil-square:before{content:"\f14b"}
.oc-icon-external-link-square:before,.icon-external-link-square:before{content:"\f14c"}
.oc-icon-share-square:before,.icon-share-square:before{content:"\f14d"}
.oc-icon-compass:before,.icon-compass:before{content:"\f14e"}
.oc-icon-toggle-down:before,.icon-toggle-down:before,.oc-icon-caret-square-o-down:before,.icon-caret-square-o-down:before{content:"\f150"}
.oc-icon-toggle-up:before,.icon-toggle-up:before,.oc-icon-caret-square-o-up:before,.icon-caret-square-o-up:before{content:"\f151"}
.oc-icon-toggle-right:before,.icon-toggle-right:before,.oc-icon-caret-square-o-right:before,.icon-caret-square-o-right:before{content:"\f152"}
.oc-icon-euro:before,.icon-euro:before,.oc-icon-eur:before,.icon-eur:before{content:"\f153"}
.oc-icon-gbp:before,.icon-gbp:before{content:"\f154"}
.oc-icon-dollar:before,.icon-dollar:before,.oc-icon-usd:before,.icon-usd:before{content:"\f155"}
.oc-icon-rupee:before,.icon-rupee:before,.oc-icon-inr:before,.icon-inr:before{content:"\f156"}
.oc-icon-cny:before,.icon-cny:before,.oc-icon-rmb:before,.icon-rmb:before,.oc-icon-yen:before,.icon-yen:before,.oc-icon-jpy:before,.icon-jpy:before{content:"\f157"}
.oc-icon-ruble:before,.icon-ruble:before,.oc-icon-rouble:before,.icon-rouble:before,.oc-icon-rub:before,.icon-rub:before{content:"\f158"}
.oc-icon-won:before,.icon-won:before,.oc-icon-krw:before,.icon-krw:before{content:"\f159"}
.oc-icon-bitcoin:before,.icon-bitcoin:before,.oc-icon-btc:before,.icon-btc:before{content:"\f15a"}
.oc-icon-file:before,.icon-file:before{content:"\f15b"}
.oc-icon-file-text:before,.icon-file-text:before{content:"\f15c"}
.oc-icon-sort-alpha-asc:before,.icon-sort-alpha-asc:before{content:"\f15d"}
.oc-icon-sort-alpha-desc:before,.icon-sort-alpha-desc:before{content:"\f15e"}
.oc-icon-sort-amount-asc:before,.icon-sort-amount-asc:before{content:"\f160"}
.oc-icon-sort-amount-desc:before,.icon-sort-amount-desc:before{content:"\f161"}
.oc-icon-sort-numeric-asc:before,.icon-sort-numeric-asc:before{content:"\f162"}
.oc-icon-sort-numeric-desc:before,.icon-sort-numeric-desc:before{content:"\f163"}
.oc-icon-thumbs-up:before,.icon-thumbs-up:before{content:"\f164"}
.oc-icon-thumbs-down:before,.icon-thumbs-down:before{content:"\f165"}
.oc-icon-youtube-square:before,.icon-youtube-square:before{content:"\f166"}
.oc-icon-youtube:before,.icon-youtube:before{content:"\f167"}
.oc-icon-xing:before,.icon-xing:before{content:"\f168"}
.oc-icon-xing-square:before,.icon-xing-square:before{content:"\f169"}
.oc-icon-youtube-play:before,.icon-youtube-play:before{content:"\f16a"}
.oc-icon-dropbox:before,.icon-dropbox:before{content:"\f16b"}
.oc-icon-stack-overflow:before,.icon-stack-overflow:before{content:"\f16c"}
.oc-icon-instagram:before,.icon-instagram:before{content:"\f16d"}
.oc-icon-flickr:before,.icon-flickr:before{content:"\f16e"}
.oc-icon-adn:before,.icon-adn:before{content:"\f170"}
.oc-icon-bitbucket:before,.icon-bitbucket:before{content:"\f171"}
.oc-icon-bitbucket-square:before,.icon-bitbucket-square:before{content:"\f172"}
.oc-icon-tumblr:before,.icon-tumblr:before{content:"\f173"}
.oc-icon-tumblr-square:before,.icon-tumblr-square:before{content:"\f174"}
.oc-icon-long-arrow-down:before,.icon-long-arrow-down:before{content:"\f175"}
.oc-icon-long-arrow-up:before,.icon-long-arrow-up:before{content:"\f176"}
.oc-icon-long-arrow-left:before,.icon-long-arrow-left:before{content:"\f177"}
.oc-icon-long-arrow-right:before,.icon-long-arrow-right:before{content:"\f178"}
.oc-icon-apple:before,.icon-apple:before{content:"\f179"}
.oc-icon-windows:before,.icon-windows:before{content:"\f17a"}
.oc-icon-android:before,.icon-android:before{content:"\f17b"}
.oc-icon-linux:before,.icon-linux:before{content:"\f17c"}
.oc-icon-dribbble:before,.icon-dribbble:before{content:"\f17d"}
.oc-icon-skype:before,.icon-skype:before{content:"\f17e"}
.oc-icon-foursquare:before,.icon-foursquare:before{content:"\f180"}
.oc-icon-trello:before,.icon-trello:before{content:"\f181"}
.oc-icon-female:before,.icon-female:before{content:"\f182"}
.oc-icon-male:before,.icon-male:before{content:"\f183"}
.oc-icon-gittip:before,.icon-gittip:before,.oc-icon-gratipay:before,.icon-gratipay:before{content:"\f184"}
.oc-icon-sun-o:before,.icon-sun-o:before{content:"\f185"}
.oc-icon-moon-o:before,.icon-moon-o:before{content:"\f186"}
.oc-icon-archive:before,.icon-archive:before{content:"\f187"}
.oc-icon-bug:before,.icon-bug:before{content:"\f188"}
.oc-icon-vk:before,.icon-vk:before{content:"\f189"}
.oc-icon-weibo:before,.icon-weibo:before{content:"\f18a"}
.oc-icon-renren:before,.icon-renren:before{content:"\f18b"}
.oc-icon-pagelines:before,.icon-pagelines:before{content:"\f18c"}
.oc-icon-stack-exchange:before,.icon-stack-exchange:before{content:"\f18d"}
.oc-icon-arrow-circle-o-right:before,.icon-arrow-circle-o-right:before{content:"\f18e"}
.oc-icon-arrow-circle-o-left:before,.icon-arrow-circle-o-left:before{content:"\f190"}
.oc-icon-toggle-left:before,.icon-toggle-left:before,.oc-icon-caret-square-o-left:before,.icon-caret-square-o-left:before{content:"\f191"}
.oc-icon-dot-circle-o:before,.icon-dot-circle-o:before{content:"\f192"}
.oc-icon-wheelchair:before,.icon-wheelchair:before{content:"\f193"}
.oc-icon-vimeo-square:before,.icon-vimeo-square:before{content:"\f194"}
.oc-icon-turkish-lira:before,.icon-turkish-lira:before,.oc-icon-try:before,.icon-try:before{content:"\f195"}
.oc-icon-plus-square-o:before,.icon-plus-square-o:before{content:"\f196"}
.oc-icon-space-shuttle:before,.icon-space-shuttle:before{content:"\f197"}
.oc-icon-slack:before,.icon-slack:before{content:"\f198"}
.oc-icon-envelope-square:before,.icon-envelope-square:before{content:"\f199"}
.oc-icon-wordpress:before,.icon-wordpress:before{content:"\f19a"}
.oc-icon-openid:before,.icon-openid:before{content:"\f19b"}
.oc-icon-institution:before,.icon-institution:before,.oc-icon-bank:before,.icon-bank:before,.oc-icon-university:before,.icon-university:before{content:"\f19c"}
.oc-icon-mortar-board:before,.icon-mortar-board:before,.oc-icon-graduation-cap:before,.icon-graduation-cap:before{content:"\f19d"}
.oc-icon-yahoo:before,.icon-yahoo:before{content:"\f19e"}
.oc-icon-google:before,.icon-google:before{content:"\f1a0"}
.oc-icon-reddit:before,.icon-reddit:before{content:"\f1a1"}
.oc-icon-reddit-square:before,.icon-reddit-square:before{content:"\f1a2"}
.oc-icon-stumbleupon-circle:before,.icon-stumbleupon-circle:before{content:"\f1a3"}
.oc-icon-stumbleupon:before,.icon-stumbleupon:before{content:"\f1a4"}
.oc-icon-delicious:before,.icon-delicious:before{content:"\f1a5"}
.oc-icon-digg:before,.icon-digg:before{content:"\f1a6"}
.oc-icon-pied-piper-pp:before,.icon-pied-piper-pp:before{content:"\f1a7"}
.oc-icon-pied-piper-alt:before,.icon-pied-piper-alt:before{content:"\f1a8"}
.oc-icon-drupal:before,.icon-drupal:before{content:"\f1a9"}
.oc-icon-joomla:before,.icon-joomla:before{content:"\f1aa"}
.oc-icon-language:before,.icon-language:before{content:"\f1ab"}
.oc-icon-fax:before,.icon-fax:before{content:"\f1ac"}
.oc-icon-building:before,.icon-building:before{content:"\f1ad"}
.oc-icon-child:before,.icon-child:before{content:"\f1ae"}
.oc-icon-paw:before,.icon-paw:before{content:"\f1b0"}
.oc-icon-spoon:before,.icon-spoon:before{content:"\f1b1"}
.oc-icon-cube:before,.icon-cube:before{content:"\f1b2"}
.oc-icon-cubes:before,.icon-cubes:before{content:"\f1b3"}
.oc-icon-behance:before,.icon-behance:before{content:"\f1b4"}
.oc-icon-behance-square:before,.icon-behance-square:before{content:"\f1b5"}
.oc-icon-steam:before,.icon-steam:before{content:"\f1b6"}
.oc-icon-steam-square:before,.icon-steam-square:before{content:"\f1b7"}
.oc-icon-recycle:before,.icon-recycle:before{content:"\f1b8"}
.oc-icon-automobile:before,.icon-automobile:before,.oc-icon-car:before,.icon-car:before{content:"\f1b9"}
.oc-icon-cab:before,.icon-cab:before,.oc-icon-taxi:before,.icon-taxi:before{content:"\f1ba"}
.oc-icon-tree:before,.icon-tree:before{content:"\f1bb"}
.oc-icon-spotify:before,.icon-spotify:before{content:"\f1bc"}
.oc-icon-deviantart:before,.icon-deviantart:before{content:"\f1bd"}
.oc-icon-soundcloud:before,.icon-soundcloud:before{content:"\f1be"}
.oc-icon-database:before,.icon-database:before{content:"\f1c0"}
.oc-icon-file-pdf-o:before,.icon-file-pdf-o:before{content:"\f1c1"}
.oc-icon-file-word-o:before,.icon-file-word-o:before{content:"\f1c2"}
.oc-icon-file-excel-o:before,.icon-file-excel-o:before{content:"\f1c3"}
.oc-icon-file-powerpoint-o:before,.icon-file-powerpoint-o:before{content:"\f1c4"}
.oc-icon-file-photo-o:before,.icon-file-photo-o:before,.oc-icon-file-picture-o:before,.icon-file-picture-o:before,.oc-icon-file-image-o:before,.icon-file-image-o:before{content:"\f1c5"}
.oc-icon-file-zip-o:before,.icon-file-zip-o:before,.oc-icon-file-archive-o:before,.icon-file-archive-o:before{content:"\f1c6"}
.oc-icon-file-sound-o:before,.icon-file-sound-o:before,.oc-icon-file-audio-o:before,.icon-file-audio-o:before{content:"\f1c7"}
.oc-icon-file-movie-o:before,.icon-file-movie-o:before,.oc-icon-file-video-o:before,.icon-file-video-o:before{content:"\f1c8"}
.oc-icon-file-code-o:before,.icon-file-code-o:before{content:"\f1c9"}
.oc-icon-vine:before,.icon-vine:before{content:"\f1ca"}
.oc-icon-codepen:before,.icon-codepen:before{content:"\f1cb"}
.oc-icon-jsfiddle:before,.icon-jsfiddle:before{content:"\f1cc"}
.oc-icon-life-bouy:before,.icon-life-bouy:before,.oc-icon-life-buoy:before,.icon-life-buoy:before,.oc-icon-life-saver:before,.icon-life-saver:before,.oc-icon-support:before,.icon-support:before,.oc-icon-life-ring:before,.icon-life-ring:before{content:"\f1cd"}
.oc-icon-circle-o-notch:before,.icon-circle-o-notch:before{content:"\f1ce"}
.oc-icon-ra:before,.icon-ra:before,.oc-icon-resistance:before,.icon-resistance:before,.oc-icon-rebel:before,.icon-rebel:before{content:"\f1d0"}
.oc-icon-ge:before,.icon-ge:before,.oc-icon-empire:before,.icon-empire:before{content:"\f1d1"}
.oc-icon-git-square:before,.icon-git-square:before{content:"\f1d2"}
.oc-icon-git:before,.icon-git:before{content:"\f1d3"}
.oc-icon-y-combinator-square:before,.icon-y-combinator-square:before,.oc-icon-yc-square:before,.icon-yc-square:before,.oc-icon-hacker-news:before,.icon-hacker-news:before{content:"\f1d4"}
.oc-icon-tencent-weibo:before,.icon-tencent-weibo:before{content:"\f1d5"}
.oc-icon-qq:before,.icon-qq:before{content:"\f1d6"}
.oc-icon-wechat:before,.icon-wechat:before,.oc-icon-weixin:before,.icon-weixin:before{content:"\f1d7"}
.oc-icon-send:before,.icon-send:before,.oc-icon-paper-plane:before,.icon-paper-plane:before{content:"\f1d8"}
.oc-icon-send-o:before,.icon-send-o:before,.oc-icon-paper-plane-o:before,.icon-paper-plane-o:before{content:"\f1d9"}
.oc-icon-history:before,.icon-history:before{content:"\f1da"}
.oc-icon-circle-thin:before,.icon-circle-thin:before{content:"\f1db"}
.oc-icon-header:before,.icon-header:before{content:"\f1dc"}
.oc-icon-paragraph:before,.icon-paragraph:before{content:"\f1dd"}
.oc-icon-sliders:before,.icon-sliders:before{content:"\f1de"}
.oc-icon-share-alt:before,.icon-share-alt:before{content:"\f1e0"}
.oc-icon-share-alt-square:before,.icon-share-alt-square:before{content:"\f1e1"}
.oc-icon-bomb:before,.icon-bomb:before{content:"\f1e2"}
.oc-icon-soccer-ball-o:before,.icon-soccer-ball-o:before,.oc-icon-futbol-o:before,.icon-futbol-o:before{content:"\f1e3"}
.oc-icon-tty:before,.icon-tty:before{content:"\f1e4"}
.oc-icon-binoculars:before,.icon-binoculars:before{content:"\f1e5"}
.oc-icon-plug:before,.icon-plug:before{content:"\f1e6"}
.oc-icon-slideshare:before,.icon-slideshare:before{content:"\f1e7"}
.oc-icon-twitch:before,.icon-twitch:before{content:"\f1e8"}
.oc-icon-yelp:before,.icon-yelp:before{content:"\f1e9"}
.oc-icon-newspaper-o:before,.icon-newspaper-o:before{content:"\f1ea"}
.oc-icon-wifi:before,.icon-wifi:before{content:"\f1eb"}
.oc-icon-calculator:before,.icon-calculator:before{content:"\f1ec"}
.oc-icon-paypal:before,.icon-paypal:before{content:"\f1ed"}
.oc-icon-google-wallet:before,.icon-google-wallet:before{content:"\f1ee"}
.oc-icon-cc-visa:before,.icon-cc-visa:before{content:"\f1f0"}
.oc-icon-cc-mastercard:before,.icon-cc-mastercard:before{content:"\f1f1"}
.oc-icon-cc-discover:before,.icon-cc-discover:before{content:"\f1f2"}
.oc-icon-cc-amex:before,.icon-cc-amex:before{content:"\f1f3"}
.oc-icon-cc-paypal:before,.icon-cc-paypal:before{content:"\f1f4"}
.oc-icon-cc-stripe:before,.icon-cc-stripe:before{content:"\f1f5"}
.oc-icon-bell-slash:before,.icon-bell-slash:before{content:"\f1f6"}
.oc-icon-bell-slash-o:before,.icon-bell-slash-o:before{content:"\f1f7"}
.oc-icon-trash:before,.icon-trash:before{content:"\f1f8"}
.oc-icon-copyright:before,.icon-copyright:before{content:"\f1f9"}
.oc-icon-at:before,.icon-at:before{content:"\f1fa"}
.oc-icon-eyedropper:before,.icon-eyedropper:before{content:"\f1fb"}
.oc-icon-paint-brush:before,.icon-paint-brush:before{content:"\f1fc"}
.oc-icon-birthday-cake:before,.icon-birthday-cake:before{content:"\f1fd"}
.oc-icon-area-chart:before,.icon-area-chart:before{content:"\f1fe"}
.oc-icon-pie-chart:before,.icon-pie-chart:before{content:"\f200"}
.oc-icon-line-chart:before,.icon-line-chart:before{content:"\f201"}
.oc-icon-lastfm:before,.icon-lastfm:before{content:"\f202"}
.oc-icon-lastfm-square:before,.icon-lastfm-square:before{content:"\f203"}
.oc-icon-toggle-off:before,.icon-toggle-off:before{content:"\f204"}
.oc-icon-toggle-on:before,.icon-toggle-on:before{content:"\f205"}
.oc-icon-bicycle:before,.icon-bicycle:before{content:"\f206"}
.oc-icon-bus:before,.icon-bus:before{content:"\f207"}
.oc-icon-ioxhost:before,.icon-ioxhost:before{content:"\f208"}
.oc-icon-angellist:before,.icon-angellist:before{content:"\f209"}
.oc-icon-cc:before,.icon-cc:before{content:"\f20a"}
.oc-icon-shekel:before,.icon-shekel:before,.oc-icon-sheqel:before,.icon-sheqel:before,.oc-icon-ils:before,.icon-ils:before{content:"\f20b"}
.oc-icon-meanpath:before,.icon-meanpath:before{content:"\f20c"}
.oc-icon-buysellads:before,.icon-buysellads:before{content:"\f20d"}
.oc-icon-connectdevelop:before,.icon-connectdevelop:before{content:"\f20e"}
.oc-icon-dashcube:before,.icon-dashcube:before{content:"\f210"}
.oc-icon-forumbee:before,.icon-forumbee:before{content:"\f211"}
.oc-icon-leanpub:before,.icon-leanpub:before{content:"\f212"}
.oc-icon-sellsy:before,.icon-sellsy:before{content:"\f213"}
.oc-icon-shirtsinbulk:before,.icon-shirtsinbulk:before{content:"\f214"}
.oc-icon-simplybuilt:before,.icon-simplybuilt:before{content:"\f215"}
.oc-icon-skyatlas:before,.icon-skyatlas:before{content:"\f216"}
.oc-icon-cart-plus:before,.icon-cart-plus:before{content:"\f217"}
.oc-icon-cart-arrow-down:before,.icon-cart-arrow-down:before{content:"\f218"}
.oc-icon-diamond:before,.icon-diamond:before{content:"\f219"}
.oc-icon-ship:before,.icon-ship:before{content:"\f21a"}
.oc-icon-user-secret:before,.icon-user-secret:before{content:"\f21b"}
.oc-icon-motorcycle:before,.icon-motorcycle:before{content:"\f21c"}
.oc-icon-street-view:before,.icon-street-view:before{content:"\f21d"}
.oc-icon-heartbeat:before,.icon-heartbeat:before{content:"\f21e"}
.oc-icon-venus:before,.icon-venus:before{content:"\f221"}
.oc-icon-mars:before,.icon-mars:before{content:"\f222"}
.oc-icon-mercury:before,.icon-mercury:before{content:"\f223"}
.oc-icon-intersex:before,.icon-intersex:before,.oc-icon-transgender:before,.icon-transgender:before{content:"\f224"}
.oc-icon-transgender-alt:before,.icon-transgender-alt:before{content:"\f225"}
.oc-icon-venus-double:before,.icon-venus-double:before{content:"\f226"}
.oc-icon-mars-double:before,.icon-mars-double:before{content:"\f227"}
.oc-icon-venus-mars:before,.icon-venus-mars:before{content:"\f228"}
.oc-icon-mars-stroke:before,.icon-mars-stroke:before{content:"\f229"}
.oc-icon-mars-stroke-v:before,.icon-mars-stroke-v:before{content:"\f22a"}
.oc-icon-mars-stroke-h:before,.icon-mars-stroke-h:before{content:"\f22b"}
.oc-icon-neuter:before,.icon-neuter:before{content:"\f22c"}
.oc-icon-genderless:before,.icon-genderless:before{content:"\f22d"}
.oc-icon-facebook-official:before,.icon-facebook-official:before{content:"\f230"}
.oc-icon-pinterest-p:before,.icon-pinterest-p:before{content:"\f231"}
.oc-icon-whatsapp:before,.icon-whatsapp:before{content:"\f232"}
.oc-icon-server:before,.icon-server:before{content:"\f233"}
.oc-icon-user-plus:before,.icon-user-plus:before{content:"\f234"}
.oc-icon-user-times:before,.icon-user-times:before{content:"\f235"}
.oc-icon-hotel:before,.icon-hotel:before,.oc-icon-bed:before,.icon-bed:before{content:"\f236"}
.oc-icon-viacoin:before,.icon-viacoin:before{content:"\f237"}
.oc-icon-train:before,.icon-train:before{content:"\f238"}
.oc-icon-subway:before,.icon-subway:before{content:"\f239"}
.oc-icon-medium:before,.icon-medium:before{content:"\f23a"}
.oc-icon-yc:before,.icon-yc:before,.oc-icon-y-combinator:before,.icon-y-combinator:before{content:"\f23b"}
.oc-icon-optin-monster:before,.icon-optin-monster:before{content:"\f23c"}
.oc-icon-opencart:before,.icon-opencart:before{content:"\f23d"}
.oc-icon-expeditedssl:before,.icon-expeditedssl:before{content:"\f23e"}
.oc-icon-battery-4:before,.icon-battery-4:before,.oc-icon-battery:before,.icon-battery:before,.oc-icon-battery-full:before,.icon-battery-full:before{content:"\f240"}
.oc-icon-battery-3:before,.icon-battery-3:before,.oc-icon-battery-three-quarters:before,.icon-battery-three-quarters:before{content:"\f241"}
.oc-icon-battery-2:before,.icon-battery-2:before,.oc-icon-battery-half:before,.icon-battery-half:before{content:"\f242"}
.oc-icon-battery-1:before,.icon-battery-1:before,.oc-icon-battery-quarter:before,.icon-battery-quarter:before{content:"\f243"}
.oc-icon-battery-0:before,.icon-battery-0:before,.oc-icon-battery-empty:before,.icon-battery-empty:before{content:"\f244"}
.oc-icon-mouse-pointer:before,.icon-mouse-pointer:before{content:"\f245"}
.oc-icon-i-cursor:before,.icon-i-cursor:before{content:"\f246"}
.oc-icon-object-group:before,.icon-object-group:before{content:"\f247"}
.oc-icon-object-ungroup:before,.icon-object-ungroup:before{content:"\f248"}
.oc-icon-sticky-note:before,.icon-sticky-note:before{content:"\f249"}
.oc-icon-sticky-note-o:before,.icon-sticky-note-o:before{content:"\f24a"}
.oc-icon-cc-jcb:before,.icon-cc-jcb:before{content:"\f24b"}
.oc-icon-cc-diners-club:before,.icon-cc-diners-club:before{content:"\f24c"}
.oc-icon-clone:before,.icon-clone:before{content:"\f24d"}
.oc-icon-balance-scale:before,.icon-balance-scale:before{content:"\f24e"}
.oc-icon-hourglass-o:before,.icon-hourglass-o:before{content:"\f250"}
.oc-icon-hourglass-1:before,.icon-hourglass-1:before,.oc-icon-hourglass-start:before,.icon-hourglass-start:before{content:"\f251"}
.oc-icon-hourglass-2:before,.icon-hourglass-2:before,.oc-icon-hourglass-half:before,.icon-hourglass-half:before{content:"\f252"}
.oc-icon-hourglass-3:before,.icon-hourglass-3:before,.oc-icon-hourglass-end:before,.icon-hourglass-end:before{content:"\f253"}
.oc-icon-hourglass:before,.icon-hourglass:before{content:"\f254"}
.oc-icon-hand-grab-o:before,.icon-hand-grab-o:before,.oc-icon-hand-rock-o:before,.icon-hand-rock-o:before{content:"\f255"}
.oc-icon-hand-stop-o:before,.icon-hand-stop-o:before,.oc-icon-hand-paper-o:before,.icon-hand-paper-o:before{content:"\f256"}
.oc-icon-hand-scissors-o:before,.icon-hand-scissors-o:before{content:"\f257"}
.oc-icon-hand-lizard-o:before,.icon-hand-lizard-o:before{content:"\f258"}
.oc-icon-hand-spock-o:before,.icon-hand-spock-o:before{content:"\f259"}
.oc-icon-hand-pointer-o:before,.icon-hand-pointer-o:before{content:"\f25a"}
.oc-icon-hand-peace-o:before,.icon-hand-peace-o:before{content:"\f25b"}
.oc-icon-trademark:before,.icon-trademark:before{content:"\f25c"}
.oc-icon-registered:before,.icon-registered:before{content:"\f25d"}
.oc-icon-creative-commons:before,.icon-creative-commons:before{content:"\f25e"}
.oc-icon-gg:before,.icon-gg:before{content:"\f260"}
.oc-icon-gg-circle:before,.icon-gg-circle:before{content:"\f261"}
.oc-icon-tripadvisor:before,.icon-tripadvisor:before{content:"\f262"}
.oc-icon-odnoklassniki:before,.icon-odnoklassniki:before{content:"\f263"}
.oc-icon-odnoklassniki-square:before,.icon-odnoklassniki-square:before{content:"\f264"}
.oc-icon-get-pocket:before,.icon-get-pocket:before{content:"\f265"}
.oc-icon-wikipedia-w:before,.icon-wikipedia-w:before{content:"\f266"}
.oc-icon-safari:before,.icon-safari:before{content:"\f267"}
.oc-icon-chrome:before,.icon-chrome:before{content:"\f268"}
.oc-icon-firefox:before,.icon-firefox:before{content:"\f269"}
.oc-icon-opera:before,.icon-opera:before{content:"\f26a"}
.oc-icon-internet-explorer:before,.icon-internet-explorer:before{content:"\f26b"}
.oc-icon-tv:before,.icon-tv:before,.oc-icon-television:before,.icon-television:before{content:"\f26c"}
.oc-icon-contao:before,.icon-contao:before{content:"\f26d"}
.oc-icon-500px:before,.icon-500px:before{content:"\f26e"}
.oc-icon-amazon:before,.icon-amazon:before{content:"\f270"}
.oc-icon-calendar-plus-o:before,.icon-calendar-plus-o:before{content:"\f271"}
.oc-icon-calendar-minus-o:before,.icon-calendar-minus-o:before{content:"\f272"}
.oc-icon-calendar-times-o:before,.icon-calendar-times-o:before{content:"\f273"}
.oc-icon-calendar-check-o:before,.icon-calendar-check-o:before{content:"\f274"}
.oc-icon-industry:before,.icon-industry:before{content:"\f275"}
.oc-icon-map-pin:before,.icon-map-pin:before{content:"\f276"}
.oc-icon-map-signs:before,.icon-map-signs:before{content:"\f277"}
.oc-icon-map-o:before,.icon-map-o:before{content:"\f278"}
.oc-icon-map:before,.icon-map:before{content:"\f279"}
.oc-icon-commenting:before,.icon-commenting:before{content:"\f27a"}
.oc-icon-commenting-o:before,.icon-commenting-o:before{content:"\f27b"}
.oc-icon-houzz:before,.icon-houzz:before{content:"\f27c"}
.oc-icon-vimeo:before,.icon-vimeo:before{content:"\f27d"}
.oc-icon-black-tie:before,.icon-black-tie:before{content:"\f27e"}
.oc-icon-fonticons:before,.icon-fonticons:before{content:"\f280"}
.oc-icon-reddit-alien:before,.icon-reddit-alien:before{content:"\f281"}
.oc-icon-edge:before,.icon-edge:before{content:"\f282"}
.oc-icon-credit-card-alt:before,.icon-credit-card-alt:before{content:"\f283"}
.oc-icon-codiepie:before,.icon-codiepie:before{content:"\f284"}
.oc-icon-modx:before,.icon-modx:before{content:"\f285"}
.oc-icon-fort-awesome:before,.icon-fort-awesome:before{content:"\f286"}
.oc-icon-usb:before,.icon-usb:before{content:"\f287"}
.oc-icon-product-hunt:before,.icon-product-hunt:before{content:"\f288"}
.oc-icon-mixcloud:before,.icon-mixcloud:before{content:"\f289"}
.oc-icon-scribd:before,.icon-scribd:before{content:"\f28a"}
.oc-icon-pause-circle:before,.icon-pause-circle:before{content:"\f28b"}
.oc-icon-pause-circle-o:before,.icon-pause-circle-o:before{content:"\f28c"}
.oc-icon-stop-circle:before,.icon-stop-circle:before{content:"\f28d"}
.oc-icon-stop-circle-o:before,.icon-stop-circle-o:before{content:"\f28e"}
.oc-icon-shopping-bag:before,.icon-shopping-bag:before{content:"\f290"}
.oc-icon-shopping-basket:before,.icon-shopping-basket:before{content:"\f291"}
.oc-icon-hashtag:before,.icon-hashtag:before{content:"\f292"}
.oc-icon-bluetooth:before,.icon-bluetooth:before{content:"\f293"}
.oc-icon-bluetooth-b:before,.icon-bluetooth-b:before{content:"\f294"}
.oc-icon-percent:before,.icon-percent:before{content:"\f295"}
.oc-icon-gitlab:before,.icon-gitlab:before{content:"\f296"}
.oc-icon-wpbeginner:before,.icon-wpbeginner:before{content:"\f297"}
.oc-icon-wpforms:before,.icon-wpforms:before{content:"\f298"}
.oc-icon-envira:before,.icon-envira:before{content:"\f299"}
.oc-icon-universal-access:before,.icon-universal-access:before{content:"\f29a"}
.oc-icon-wheelchair-alt:before,.icon-wheelchair-alt:before{content:"\f29b"}
.oc-icon-question-circle-o:before,.icon-question-circle-o:before{content:"\f29c"}
.oc-icon-blind:before,.icon-blind:before{content:"\f29d"}
.oc-icon-audio-description:before,.icon-audio-description:before{content:"\f29e"}
.oc-icon-volume-control-phone:before,.icon-volume-control-phone:before{content:"\f2a0"}
.oc-icon-braille:before,.icon-braille:before{content:"\f2a1"}
.oc-icon-assistive-listening-systems:before,.icon-assistive-listening-systems:before{content:"\f2a2"}
.oc-icon-asl-interpreting:before,.icon-asl-interpreting:before,.oc-icon-american-sign-language-interpreting:before,.icon-american-sign-language-interpreting:before{content:"\f2a3"}
.oc-icon-deafness:before,.icon-deafness:before,.oc-icon-hard-of-hearing:before,.icon-hard-of-hearing:before,.oc-icon-deaf:before,.icon-deaf:before{content:"\f2a4"}
.oc-icon-glide:before,.icon-glide:before{content:"\f2a5"}
.oc-icon-glide-g:before,.icon-glide-g:before{content:"\f2a6"}
.oc-icon-signing:before,.icon-signing:before,.oc-icon-sign-language:before,.icon-sign-language:before{content:"\f2a7"}
.oc-icon-low-vision:before,.icon-low-vision:before{content:"\f2a8"}
.oc-icon-viadeo:before,.icon-viadeo:before{content:"\f2a9"}
.oc-icon-viadeo-square:before,.icon-viadeo-square:before{content:"\f2aa"}
.oc-icon-snapchat:before,.icon-snapchat:before{content:"\f2ab"}
.oc-icon-snapchat-ghost:before,.icon-snapchat-ghost:before{content:"\f2ac"}
.oc-icon-snapchat-square:before,.icon-snapchat-square:before{content:"\f2ad"}
.oc-icon-pied-piper:before,.icon-pied-piper:before{content:"\f2ae"}
.oc-icon-first-order:before,.icon-first-order:before{content:"\f2b0"}
.oc-icon-yoast:before,.icon-yoast:before{content:"\f2b1"}
.oc-icon-themeisle:before,.icon-themeisle:before{content:"\f2b2"}
.oc-icon-google-plus-circle:before,.icon-google-plus-circle:before,.oc-icon-google-plus-official:before,.icon-google-plus-official:before{content:"\f2b3"}
.oc-icon-fa:before,.icon-fa:before,.oc-icon-font-awesome:before,.icon-font-awesome:before{content:"\f2b4"}
.oc-icon-handshake-o:before,.icon-handshake-o:before{content:"\f2b5"}
.oc-icon-envelope-open:before,.icon-envelope-open:before{content:"\f2b6"}
.oc-icon-envelope-open-o:before,.icon-envelope-open-o:before{content:"\f2b7"}
.oc-icon-linode:before,.icon-linode:before{content:"\f2b8"}
.oc-icon-address-book:before,.icon-address-book:before{content:"\f2b9"}
.oc-icon-address-book-o:before,.icon-address-book-o:before{content:"\f2ba"}
.oc-icon-vcard:before,.icon-vcard:before,.oc-icon-address-card:before,.icon-address-card:before{content:"\f2bb"}
.oc-icon-vcard-o:before,.icon-vcard-o:before,.oc-icon-address-card-o:before,.icon-address-card-o:before{content:"\f2bc"}
.oc-icon-user-circle:before,.icon-user-circle:before{content:"\f2bd"}
.oc-icon-user-circle-o:before,.icon-user-circle-o:before{content:"\f2be"}
.oc-icon-user-o:before,.icon-user-o:before{content:"\f2c0"}
.oc-icon-id-badge:before,.icon-id-badge:before{content:"\f2c1"}
.oc-icon-drivers-license:before,.icon-drivers-license:before,.oc-icon-id-card:before,.icon-id-card:before{content:"\f2c2"}
.oc-icon-drivers-license-o:before,.icon-drivers-license-o:before,.oc-icon-id-card-o:before,.icon-id-card-o:before{content:"\f2c3"}
.oc-icon-quora:before,.icon-quora:before{content:"\f2c4"}
.oc-icon-free-code-camp:before,.icon-free-code-camp:before{content:"\f2c5"}
.oc-icon-telegram:before,.icon-telegram:before{content:"\f2c6"}
.oc-icon-thermometer-4:before,.icon-thermometer-4:before,.oc-icon-thermometer:before,.icon-thermometer:before,.oc-icon-thermometer-full:before,.icon-thermometer-full:before{content:"\f2c7"}
.oc-icon-thermometer-3:before,.icon-thermometer-3:before,.oc-icon-thermometer-three-quarters:before,.icon-thermometer-three-quarters:before{content:"\f2c8"}
.oc-icon-thermometer-2:before,.icon-thermometer-2:before,.oc-icon-thermometer-half:before,.icon-thermometer-half:before{content:"\f2c9"}
.oc-icon-thermometer-1:before,.icon-thermometer-1:before,.oc-icon-thermometer-quarter:before,.icon-thermometer-quarter:before{content:"\f2ca"}
.oc-icon-thermometer-0:before,.icon-thermometer-0:before,.oc-icon-thermometer-empty:before,.icon-thermometer-empty:before{content:"\f2cb"}
.oc-icon-shower:before,.icon-shower:before{content:"\f2cc"}
.oc-icon-bathtub:before,.icon-bathtub:before,.oc-icon-s15:before,.icon-s15:before,.oc-icon-bath:before,.icon-bath:before{content:"\f2cd"}
.oc-icon-podcast:before,.icon-podcast:before{content:"\f2ce"}
.oc-icon-window-maximize:before,.icon-window-maximize:before{content:"\f2d0"}
.oc-icon-window-minimize:before,.icon-window-minimize:before{content:"\f2d1"}
.oc-icon-window-restore:before,.icon-window-restore:before{content:"\f2d2"}
.oc-icon-times-rectangle:before,.icon-times-rectangle:before,.oc-icon-window-close:before,.icon-window-close:before{content:"\f2d3"}
.oc-icon-times-rectangle-o:before,.icon-times-rectangle-o:before,.oc-icon-window-close-o:before,.icon-window-close-o:before{content:"\f2d4"}
.oc-icon-bandcamp:before,.icon-bandcamp:before{content:"\f2d5"}
.oc-icon-grav:before,.icon-grav:before{content:"\f2d6"}
.oc-icon-etsy:before,.icon-etsy:before{content:"\f2d7"}
.oc-icon-imdb:before,.icon-imdb:before{content:"\f2d8"}
.oc-icon-ravelry:before,.icon-ravelry:before{content:"\f2d9"}
.oc-icon-eercast:before,.icon-eercast:before{content:"\f2da"}
.oc-icon-microchip:before,.icon-microchip:before{content:"\f2db"}
.oc-icon-snowflake-o:before,.icon-snowflake-o:before{content:"\f2dc"}
.oc-icon-superpowers:before,.icon-superpowers:before{content:"\f2dd"}
.oc-icon-wpexplorer:before,.icon-wpexplorer:before{content:"\f2de"}
.oc-icon-meetup:before,.icon-meetup:before{content:"\f2e0"}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
