/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

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

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

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

h1,
.sli-content-pane.sli-widget h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

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

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

pre {
  white-space: pre-wrap;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

.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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

@font-face {
  font-family: "icons";
  src: url(/wp-content/themes/focr/dist/fonts/fonts/icons.eot);
  src: url(/wp-content/themes/focr/dist/fonts/fonts/icons.eot) format("embedded-opentype"),url(/wp-content/themes/focr/dist/fonts/fonts/icons.ttf) format("truetype"),url(/wp-content/themes/focr/dist/fonts/fonts/icons.woff) format("woff"),url(/wp-content/themes/focr/dist/fonts/fonts/icons.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\E903";
}

.icon-chevron-left:before {
  content: "\E910";
}

.icon-chevron-up:before {
  content: "\E911";
}

.icon-chevron:before {
  content: "\E900";
}

.icon-download:before {
  content: "\E901";
}

.icon-email:before {
  content: "\E902";
}

.icon-external-link:before {
  content: "\E904";
}

.icon-facebook:before {
  content: "\E905";
}

.icon-instagram:before {
  content: "\E906";
}

.icon-linkedin:before {
  content: "\E907";
}

.icon-phone:before {
  content: "\E908";
}

.icon-play:before {
  content: "\E909";
}

.icon-plus:before {
  content: "\E90A";
}

.icon-search:before {
  content: "\E90B";
}

.icon-share:before {
  content: "\E90C";
}

.icon-twitter:before {
  content: "\E90D";
}

.icon-website:before {
  content: "\E90E";
}

.icon-youtube:before {
  content: "\E90F";
}

.reveal {
  opacity: 0;
  -webkit-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  -webkit-transform: translate(0, 15px);
       -o-transform: translate(0, 15px);
          transform: translate(0, 15px);
}

.reveal.revealed {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.no-js .reveal {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.reveal--down {
  -webkit-transform: translateY(-50px);
       -o-transform: translateY(-50px);
          transform: translateY(-50px);
}

.reveal--up {
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
}

.reveal--right {
  -webkit-transform: translateX(50px);
       -o-transform: translateX(50px);
          transform: translateX(50px);
}

.reveal--left {
  -webkit-transform: translateX(-50px);
       -o-transform: translateX(-50px);
          transform: translateX(-50px);
}

.reveal--delay-1 {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.reveal--delay-2 {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.reveal--delay-3 {
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s;
}

.reveal--staggered>* {
  opacity: 0;
  -webkit-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
}

.no-js .reveal--staggered>* {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.container,
.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container *,
.container *:before,
.container *:after,
.container-fluid *,
.container-fluid *:before,
.container-fluid *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container.fill,
.container-fluid.fill {
  padding-left: 0;
  padding-right: 0;
}

.container.fill .row,
.container-fluid.fill .row {
  margin-left: 0;
  margin-right: 0;
}

.container.fill .col,
.container-fluid.fill .col {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1300px;
}

@media (min-width: 992px) {
  .container--thin>* {
    max-width: 66.6666666667%;
  }
}

.elementor-section.container--thin>.elementor-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .elementor-section.container--thin>.elementor-container>.elementor-column {
    max-width: 66.6666666667%;
  }
}

.elementor-section.container--thin>.elementor-element-overlay {
  max-width: unset;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.row.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.justify-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

@media (min-width: 568px) {
  .col .row.xs-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col .col-xs {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .col .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

@media (min-width: 768px) {
  .row.sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .row.md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .row.lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .row.xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

blockquote,
.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content,
.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote {
  color: #0d78e3;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  font-size: clamp(1.4375rem, 1.7405063291vw + 0.602056962rem, 2.125rem);
  line-height: clamp(1.75rem, 2.5316455696vw + 0.5348101266rem, 2.75rem);
  position: relative;
  margin: 32px 0;
  padding-top: 56px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAkCAYAAAA5DDySAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAaGVYSWZNTQAqAAAACAAEAQYAAwAAAAEAAgAAARIAAwAAAAEAAQAAASgAAwAAAAEAAgAAh2kABAAAAAEAAAA+AAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAABAoAMABAAAAAEAAAAkAAAAAKgcFgYAAALiaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx0aWZmOlBob3RvbWV0cmljSW50ZXJwcmV0YXRpb24+MjwvdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj4xPC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MzY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjY0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CrAOdU4AAAN4SURBVGgFvVnNjtMwEJ4Jhe6uioQ4gBbRN4AH4EVA4ucKFw5wgxsXQHviATjwADwFJ84cWXZXRdsLEgtCtJQt1MOM06SN84OdeuJDEjtOPvv75rOdGKFNevT9wvn+5JAQtto8nj9D8GayN3yY5wMuBk+OX3P12wGPlKoi0N9eqdSjYNCf3AOEi+hRt6mKQfjcdL/2HgsANLmDCNu1dbxu4EHiVc+thHTfLWqTT4j22zwnAmzeeYu8H0zA9tPxDQS81qbh7jNEvVYEQCQBiAUIJqBH5oHbkTZ5IlhMdnYPQ5+NKQBjBxLA3iPCm6GNrqrPA9AInuG86l5TWSwBBIMoCSNgsDW5G8l7DI/h4R9RACHAnMUwApizKOEv4MThJ+eQFFMAxv81e35l7D0GRPYeB0CbGSCeAKzAJ2mENwExvSeqE5wJioD4AqQR6EdAZO8JAYbCxoDYArAEVgAvAmJ6L1Wf/be3eyzXXklBAJkBBNuLAI7XKCu/vLMEPP8jj0N+KbYAgmrI0wLWewjX/ZrqXeujd02pGFsAfuXsj6cF2Htx1bc9958BNATgVehXeDX8Jk1ptkDqvVu2zREPlKT+83mlhgC8mOMpME2NBGh4T2CN7yJISQD2VG7BRgI0vCcE8E8IrzWAlgAc+Dl+LQEa3pPOczr5+fLqSXr5n6PC4CeItFwDyHUtARreE0BGz/1n8zUHRQH4K3AVgdUEqHnPMpCHX03fbbGWALz4MNM5HGTYlQToeU9gk3wAyhpROmsKQDDmKXCWYVYSoDX4Ceh6+GWNcM+qAjhfoSUCNL1nCeh5LIKUBr+U6NUMIPkSAVres53n4Xc6ax4EtQXgT5CCBYsEaHpPGMCi/6TITZoCCJZrwQIBqt6z6Kvpx+24zWsLwCALOFeYhYo7Q+K9Tbd7KnuWFTb73woAm+72ZFjlM+8DnP4+ulTYjcojQN173J7sJ0S5acsS1cHPYhzBW1ys4+cEaHtPQMkZgNYb0oUAjFcIf8FPCRDvQZwNj/VOudcLU2+BLgRALP+HtAQsvbfjNjhmnmfA+eloOKp8Z0cCMHZNBOh7j7Gx5L+MjC4EsFgVFkw68h5PLvXhr7n0zkiWs8F+OQK68J5tRM0+QFcC8BT0Y/ri8pd1QuSa1wHJe2Pgg3sjdp4SfFf3TmPwcd29aOWI9ieo+75/gq1OciC6rKkAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: top left;
}

blockquote p,
blockquote .elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt blockquote p,
blockquote .elementor-post.job .elementor-post__meta-data,
.elementor-post.job blockquote .elementor-post__meta-data,
blockquote .elementor-post.job .elementor-post__title,
.elementor-post.job blockquote .elementor-post__title,
blockquote .elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt blockquote p,
blockquote .elementor-post.news .elementor-post__meta-data,
.elementor-post.news blockquote .elementor-post__meta-data,
.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content p,
.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content .elementor-post.job .elementor-post__meta-data,
.elementor-post.job .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content .elementor-post__meta-data,
.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content .elementor-post.job .elementor-post__title,
.elementor-post.job .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content .elementor-post__title,
.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content .elementor-post.news .elementor-post__meta-data,
.elementor-post.news .elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-content .elementor-post__meta-data,
.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote p,
.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote .elementor-post.job .elementor-post__meta-data,
.elementor-post.job .elementor-widget-blockquote .elementor-widget-container .elementor-blockquote .elementor-post__meta-data,
.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote .elementor-post.job .elementor-post__title,
.elementor-post.job .elementor-widget-blockquote .elementor-widget-container .elementor-blockquote .elementor-post__title,
.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote .elementor-post.news .elementor-post__meta-data,
.elementor-post.news .elementor-widget-blockquote .elementor-widget-container .elementor-blockquote .elementor-post__meta-data {
  font-size: clamp(1.4375rem, 1.7405063291vw + 0.602056962rem, 2.125rem);
  line-height: clamp(1.75rem, 2.5316455696vw + 0.5348101266rem, 2.75rem);
}

cite,
.elementor-widget-testimonial .elementor-testimonial-wrapper .elementor-testimonial-meta {
  color: #0d78e3;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  font-size: clamp(1.4375rem, 1.7405063291vw + 0.602056962rem, 2.125rem);
  line-height: clamp(1.75rem, 2.5316455696vw + 0.5348101266rem, 2.75rem);
}

.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote {
  background-color: transparent;
}

.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote__author {
  color: #034c8e;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.elementor-widget-blockquote .elementor-widget-container .elementor-blockquote footer {
  margin-top: 24px;
}

h1,
.sli-content-pane.sli-widget h1,
.h1,
h2,
.sli-content-pane.sli-widget h2,
.elementor-post.news .elementor-post__title,
.h2,
h3,
.sli-content-pane.sli-widget h3,
.sli-content-pane.sli-widget .slider-nested-nav a,
.slider-nested-nav .sli-content-pane.sli-widget a,
.sli-content-pane.sli-widget .home-slider-wrap .swiper-pagination-bullet,
.home-slider-wrap .sli-content-pane.sli-widget .swiper-pagination-bullet,
.home-slider-wrap .swiper-pagination-bullet,
.slider-nested-nav a,
.h3,
.list-item--featured-image .list-item__title,
h4,
.sli-content-pane.sli-widget h4,
.searchandfilter h4,
.h4,
h5,
.h5,
p.intro,
.elementor-post.job .elementor-post__excerpt p.intro,
.elementor-post.job .intro.elementor-post__meta-data,
.elementor-post.job .intro.elementor-post__title,
.elementor-post.news .elementor-post__excerpt p.intro,
.elementor-post.news .intro.elementor-post__meta-data,
h6,
.h6 {
  font-family: "Poppins",sans-serif;
  margin-top: 0;
}

h1,
.sli-content-pane.sli-widget h1,
.h1 {
  color: #0d78e3;
  font-weight: 700;
  font-size: clamp(1.6875rem, 3.6392405063vw + -0.059335443rem, 3.125rem);
  line-height: clamp(2rem, 4.4303797468vw + -0.1265822785rem, 3.75rem);
}

h2,
.sli-content-pane.sli-widget h2,
.elementor-post.news .elementor-post__title,
.h2 {
  color: #81bffb;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: clamp(1.25rem, 2.2151898734vw + 0.1867088608rem, 2.125rem);
  line-height: clamp(1.625rem, 2.3734177215vw + 0.4857594937rem, 2.5625rem);
}

h3,
.sli-content-pane.sli-widget h3,
.sli-content-pane.sli-widget .slider-nested-nav a,
.slider-nested-nav .sli-content-pane.sli-widget a,
.sli-content-pane.sli-widget .home-slider-wrap .swiper-pagination-bullet,
.home-slider-wrap .sli-content-pane.sli-widget .swiper-pagination-bullet,
.home-slider-wrap .swiper-pagination-bullet,
.slider-nested-nav a,
.h3,
.list-item--featured-image .list-item__title {
  color: #3783bc;
  font-weight: 500;
  font-size: clamp(1.0625rem, 1.1075949367vw + 0.5308544304rem, 1.5rem);
  line-height: clamp(1.3125rem, 1.8987341772vw + 0.4011075949rem, 2.0625rem);
}

h4,
.sli-content-pane.sli-widget h4,
.searchandfilter h4,
.h4 {
  font-weight: 500;
  font-size: clamp(1rem, 0.3164556962vw + 0.8481012658rem, 1.125rem);
  line-height: clamp(1.375rem, 0.3164556962vw + 1.2231012658rem, 1.5rem);
}

h5,
.h5,
p.intro,
.elementor-post.job .elementor-post__excerpt p.intro,
.elementor-post.job .intro.elementor-post__meta-data,
.elementor-post.job .intro.elementor-post__title,
.elementor-post.news .elementor-post__excerpt p.intro,
.elementor-post.news .intro.elementor-post__meta-data {
  font-weight: 400;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  line-height: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
}

h6,
.h6 {
  font-weight: 400;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: clamp(1.375rem, 0vw + 1.375rem, 1.375rem);
}

hr {
  border: none;
  border-bottom: 1px solid #c0c1c6;
  margin-bottom: 22px;
}

.hr--white {
  border-color: #fff;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Nunito Sans",sans-serif;
  color: #303c48;
  line-height: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.pre-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-transition: opacity 666ms ease-in-out,max-height 666ms ease-in-out 666ms;
  -o-transition: opacity 666ms ease-in-out,max-height 666ms ease-in-out 666ms;
  transition: opacity 666ms ease-in-out,max-height 666ms ease-in-out 666ms;
}

.pre-loader.fade-out {
  opacity: 0;
  max-height: 0;
}

.no-js .pre-loader {
  display: none;
}

img,
figure {
  max-width: 100%;
  height: auto;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 8px;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

.img-cover,
.img-circle {
  position: relative;
  overflow: hidden;
  position: relative;
}

.img-cover:before,
.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-cover>.content,
.img-circle>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover--3-2 {
  position: relative;
}

.img-cover--3-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}

.img-cover--3-2>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover--16-9 {
  position: relative;
}

.img-cover--16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.img-cover--16-9>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover img,
.img-circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-cover img.portrait,
.img-circle img.portrait,
.img-cover .portrait img,
.img-circle .portrait img {
  height: auto;
  width: 100%;
}

.img-contain {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.img-contain img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-contain img.portrait {
  height: 100%;
  width: auto;
}

.img-circle {
  border-radius: 50%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  position: relative;
}

.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-circle>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-circle img {
  -webkit-clip-path: circle(50%);
}

.image-decor {
  position: relative;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}

.image-decor:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #81bffb;
  position: absolute;
  z-index: -1;
  top: -35px;
  left: -35px;
}

.image-decor img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-decor>div {
  z-index: 1;
}

.image-decor--right:after {
  left: auto;
  right: -35px;
}

.img-gradient {
  position: relative;
}

.img-gradient:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(13, 120, 227, 0)), to(rgba(13, 120, 227, 0.5)));
  background: -webkit-linear-gradient(top, rgba(13, 120, 227, 0) 40%, rgba(13, 120, 227, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(13, 120, 227, 0) 40%, rgba(13, 120, 227, 0.5) 100%);
  background: linear-gradient(180deg, rgba(13, 120, 227, 0) 40%, rgba(13, 120, 227, 0.5) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

a {
  color: #db285e;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #9f0030;
  text-decoration: none;
}

.heading-link a {
  color: #034c8e;
  text-decoration: none !important;
}

.heading-link a:hover,
.heading-link a:focus {
  color: #0d78e3;
  text-decoration: underline !important;
}

.modal-link-video svg {
  -webkit-transition: opacity 444ms ease-in-out;
  -o-transition: opacity 444ms ease-in-out;
  transition: opacity 444ms ease-in-out;
}

.modal-link-video:hover svg,
.modal-link-video:focus svg {
  opacity: .75;
}

.image-link-icon {
  position: relative;
}

.image-link-icon a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 444ms ease-in-out;
  -o-transition: opacity 444ms ease-in-out;
  transition: opacity 444ms ease-in-out;
  background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2224%22%20fill%3D%22%23F9CDC7%22%2F%3E%0A%3Cg%3E%0A%3Cpath%20d%3D%22M35.0714%2023.5C33.5446%2021.1782%2031.6311%2019.4418%2029.3309%2018.2908C29.9436%2019.314%2030.25%2020.4207%2030.25%2021.6111C30.25%2023.4311%2029.5896%2024.988%2028.2687%2026.2817C26.9478%2027.5754%2025.3583%2028.2222%2023.5%2028.2222C21.6417%2028.2222%2020.0522%2027.5754%2018.7313%2026.2817C17.4104%2024.988%2016.75%2023.4311%2016.75%2021.6111C16.75%2020.4207%2017.0564%2019.314%2017.6691%2018.2908C15.3689%2019.4418%2013.4554%2021.1782%2011.9286%2023.5C13.2645%2025.5168%2014.9394%2027.1228%2016.9534%2028.3181C18.9674%2029.5135%2021.1495%2030.1111%2023.5%2030.1111C25.8505%2030.1111%2028.0326%2029.5135%2030.0466%2028.3181C32.0606%2027.1228%2033.7355%2025.5168%2035.0714%2023.5ZM24.0123%2018.3351C24.1529%2018.1973%2024.2232%2018.0301%2024.2232%2017.8333C24.2232%2017.6366%2024.1529%2017.4693%2024.0123%2017.3316C23.8717%2017.1939%2023.7009%2017.125%2023.5%2017.125C22.2444%2017.125%2021.1671%2017.5652%2020.2681%2018.4457C19.3691%2019.3262%2018.9196%2020.3814%2018.9196%2021.6111C18.9196%2021.8079%2018.99%2021.9751%2019.1306%2022.1128C19.2712%2022.2506%2019.442%2022.3194%2019.6429%2022.3194C19.8438%2022.3194%2020.0145%2022.2506%2020.1551%2022.1128C20.2958%2021.9751%2020.3661%2021.8079%2020.3661%2021.6111C20.3661%2020.765%2020.6724%2020.042%2021.2852%2019.4418C21.8979%2018.8417%2022.6362%2018.5417%2023.5%2018.5417C23.7009%2018.5417%2023.8717%2018.4728%2024.0123%2018.3351ZM36.6987%2022.4818C36.8996%2022.8261%2037%2023.1655%2037%2023.5C37%2023.8345%2036.8996%2024.1739%2036.6987%2024.5182C35.2924%2026.781%2033.4015%2028.5936%2031.0259%2029.9562C28.6504%2031.3187%2026.1418%2032%2023.5%2032C20.8582%2032%2018.3496%2031.3163%2015.9741%2029.9488C13.5985%2028.5813%2011.7076%2026.7711%2010.3013%2024.5182C10.1004%2024.1739%2010%2023.8345%2010%2023.5C10%2023.1655%2010.1004%2022.8261%2010.3013%2022.4818C11.7076%2020.2289%2013.5985%2018.4187%2015.9741%2017.0512C18.3496%2015.6837%2020.8582%2015%2023.5%2015C26.1418%2015%2028.6504%2015.6837%2031.0259%2017.0512C33.4015%2018.4187%2035.2924%2020.2289%2036.6987%2022.4818Z%22%20fill%3D%22%239B4141%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: -webkit-transform 222ms ease-in-out;
  transition: -webkit-transform 222ms ease-in-out;
  -o-transition: -o-transform 222ms ease-in-out;
  transition: transform 222ms ease-in-out;
  transition: transform 222ms ease-in-out, -webkit-transform 222ms ease-in-out, -o-transform 222ms ease-in-out;
}

.image-link-icon a img {
  -webkit-transition: opacity 222ms ease-in-out;
  -o-transition: opacity 222ms ease-in-out;
  transition: opacity 222ms ease-in-out;
}

.image-link-icon a:hover img,
.image-link-icon a:focus img {
  opacity: .75;
}

.image-link-icon a:hover:after,
.image-link-icon a:focus:after {
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}

.most-read a {
  color: #034c8e;
}

ul,
ol {
  padding-left: 20px;
}

ul {
  margin: 30px 0;
  padding-left: 50px;
}

ul li {
  list-style-type: none;
  position: relative;
}

ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  left: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 0;
  border-color: #034c8e transparent transparent transparent;
}

ul.circle-bullets {
  padding-left: 20px;
}

ul.circle-bullets li {
  list-style-type: disc;
}

ul.circle-bullets li:before {
  display: none;
}

li {
  margin-bottom: 16px;
}

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

.list-inline>li {
  display: inline-block;
  margin-bottom: inherit;
  color: inherit;
}

p,
.elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt .elementor-post__title,
.elementor-post.job .elementor-post__excerpt .elementor-post__meta-data,
.elementor-post.job .elementor-post__meta-data,
.elementor-post.job .elementor-post__title,
.elementor-post.news .elementor-post__excerpt .elementor-post.job .elementor-post__title,
.elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt .elementor-post__meta-data,
.elementor-post.news .elementor-post__meta-data {
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

p.eyebrow,
.elementor-post.job .elementor-post__excerpt p.eyebrow,
.elementor-post.job .eyebrow.elementor-post__meta-data,
.elementor-post.job .eyebrow.elementor-post__title,
.elementor-post.news .elementor-post__excerpt p.eyebrow,
.elementor-post.news .eyebrow.elementor-post__meta-data {
  color: #0d78e3;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

small,
.small {
  line-height: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.lead {
  font-size: clamp(1.25rem, 0.7911392405vw + 0.8702531646rem, 1.5625rem);
  line-height: clamp(1.375rem, 0.8702531646vw + 0.957278481rem, 1.71875rem);
}

table {
  width: 100%;
  text-align: left;
}

table tr {
  border: 1px solid #c0c1c6;
}

table th {
  color: #0d78e3;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 19px 25px;
}

table td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 19px 25px;
}

.text-white table {
  border-color: #fff;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-family: "Poppins",sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title a {
  color: #303c48;
  text-decoration: none;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title:hover .elementor-toggle-icon .fas,
.elementor-toggle .elementor-toggle-item .elementor-tab-title:focus .elementor-toggle-icon .fas {
  color: #81bffb;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-title .fas {
  color: #0d78e3;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.elementor-toggle .elementor-toggle-item .elementor-tab-content {
  border: none;
  padding: 0;
  padding-left: 30px;
}

.alert {
  border-radius: 5px;
  padding: 15px 20px;
  border: 1px solid transparent;
}

.alert--primary {
  background: #c5eaff;
  color: #096498;
  border-color: #aecee0;
}

.alert--warning {
  background: #fffed6;
  color: #ada912;
  border-color: #efedc4;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
.btn,
.sli-content-pane.sli-widget .sli-button,
.sli-content-pane.sli-widget .sli-amount-label,
.elementor-post.news .elementor-post__read-more,
.comment-form input[type=submit],
.elementor-button {
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  padding: 7px 40px;
  cursor: pointer;
  display: inline-block;
  border: none;
  border-radius: 3px;
  background-color: #db285e;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
.btn:hover,
.sli-content-pane.sli-widget .sli-button:hover,
.sli-content-pane.sli-widget .sli-amount-label:hover,
.elementor-post.news .elementor-post__read-more:hover,
.btn:focus,
.sli-content-pane.sli-widget .sli-button:focus,
.sli-content-pane.sli-widget .sli-amount-label:focus,
.elementor-post.news .elementor-post__read-more:focus,
.elementor-button:hover,
.elementor-button:focus {
  color: #fff;
  background-color: #9f0030;
}

button+.btn,
.sli-content-pane.sli-widget button+.sli-button,
.sli-content-pane.sli-widget button+.sli-amount-label,
.elementor-post.news button+.elementor-post__read-more,
.comment-form button+input[type=submit],
input[type=button]+.btn,
.sli-content-pane.sli-widget input[type=button]+.sli-button,
.sli-content-pane.sli-widget input[type=button]+.sli-amount-label,
.elementor-post.news input[type=button]+.elementor-post__read-more,
.comment-form input[type=button]+input[type=submit],
input[type=submit]+.btn,
.sli-content-pane.sli-widget input[type=submit]+.sli-button,
.sli-content-pane.sli-widget input[type=submit]+.sli-amount-label,
.elementor-post.news input[type=submit]+.elementor-post__read-more,
.comment-form input[type=submit]+input[type=submit],
input[type=reset]+.btn,
.sli-content-pane.sli-widget input[type=reset]+.sli-button,
.sli-content-pane.sli-widget input[type=reset]+.sli-amount-label,
.elementor-post.news input[type=reset]+.elementor-post__read-more,
.comment-form input[type=reset]+input[type=submit],
.btn+.btn,
.sli-content-pane.sli-widget .sli-button+.btn,
.sli-content-pane.sli-widget .btn+.sli-button,
.sli-content-pane.sli-widget .sli-button+.sli-button,
.sli-content-pane.sli-widget .sli-amount-label+.btn,
.sli-content-pane.sli-widget .sli-amount-label+.sli-button,
.sli-content-pane.sli-widget .btn+.sli-amount-label,
.sli-content-pane.sli-widget .sli-button+.sli-amount-label,
.sli-content-pane.sli-widget .sli-amount-label+.sli-amount-label,
.elementor-post.news .elementor-post__read-more+.btn,
.elementor-post.news .sli-content-pane.sli-widget .elementor-post__read-more+.sli-button,
.sli-content-pane.sli-widget .elementor-post.news .elementor-post__read-more+.sli-button,
.elementor-post.news .sli-content-pane.sli-widget .elementor-post__read-more+.sli-amount-label,
.sli-content-pane.sli-widget .elementor-post.news .elementor-post__read-more+.sli-amount-label,
.elementor-post.news .btn+.elementor-post__read-more,
.elementor-post.news .sli-content-pane.sli-widget .sli-button+.elementor-post__read-more,
.sli-content-pane.sli-widget .elementor-post.news .sli-button+.elementor-post__read-more,
.elementor-post.news .sli-content-pane.sli-widget .sli-amount-label+.elementor-post__read-more,
.sli-content-pane.sli-widget .elementor-post.news .sli-amount-label+.elementor-post__read-more,
.elementor-post.news .elementor-post__read-more+.elementor-post__read-more,
.comment-form input[type=submit]+.btn,
.sli-content-pane.sli-widget .comment-form input[type=submit]+.sli-button,
.sli-content-pane.sli-widget .comment-form input[type=submit]+.sli-amount-label,
.elementor-post.news .comment-form input[type=submit]+.elementor-post__read-more,
.comment-form .btn+input[type=submit],
.comment-form .sli-content-pane.sli-widget .sli-button+input[type=submit],
.sli-content-pane.sli-widget .comment-form .sli-button+input[type=submit],
.comment-form .sli-content-pane.sli-widget .sli-amount-label+input[type=submit],
.sli-content-pane.sli-widget .comment-form .sli-amount-label+input[type=submit],
.comment-form .elementor-post.news .elementor-post__read-more+input[type=submit],
.elementor-post.news .comment-form .elementor-post__read-more+input[type=submit],
.elementor-button+.btn,
.sli-content-pane.sli-widget .elementor-button+.sli-button,
.sli-content-pane.sli-widget .elementor-button+.sli-amount-label,
.elementor-post.news .elementor-button+.elementor-post__read-more,
.comment-form .elementor-button+input[type=submit] {
  margin-left: 8px;
}

.post-content button,
.post-content input[type=button],
.post-content input[type=submit],
.post-content input[type=reset],
.post-content .btn,
.post-content .sli-content-pane.sli-widget .sli-button,
.sli-content-pane.sli-widget .post-content .sli-button,
.post-content .sli-content-pane.sli-widget .sli-amount-label,
.sli-content-pane.sli-widget .post-content .sli-amount-label,
.post-content .elementor-post.news .elementor-post__read-more,
.elementor-post.news .post-content .elementor-post__read-more,
.post-content .elementor-button {
  text-decoration: none;
}

button.btn--chevron,
input[type=button].btn--chevron,
input[type=submit].btn--chevron,
input[type=reset].btn--chevron,
.btn.btn--chevron,
.sli-content-pane.sli-widget .btn--chevron.sli-button,
.sli-content-pane.sli-widget .btn--chevron.sli-amount-label,
.elementor-post.news .btn--chevron.elementor-post__read-more,
.elementor-button.btn--chevron {
  position: relative;
}

button.btn--chevron::after,
input[type=button].btn--chevron::after,
input[type=submit].btn--chevron::after,
input[type=reset].btn--chevron::after,
.btn.btn--chevron::after,
.sli-content-pane.sli-widget .btn--chevron.sli-button::after,
.sli-content-pane.sli-widget .btn--chevron.sli-amount-label::after,
.elementor-post.news .btn--chevron.elementor-post__read-more::after,
.elementor-button.btn--chevron::after {
  content: "\E900";
  margin-left: 8px;
  font-size: 75%;
  font-family: "vc-starter-theme";
}

button.btn--download,
input[type=button].btn--download,
input[type=submit].btn--download,
input[type=reset].btn--download,
.btn.btn--download,
.sli-content-pane.sli-widget .btn--download.sli-button,
.sli-content-pane.sli-widget .btn--download.sli-amount-label,
.elementor-post.news .btn--download.elementor-post__read-more,
.elementor-button.btn--download {
  position: relative;
}

button.btn--download::after,
input[type=button].btn--download::after,
input[type=submit].btn--download::after,
input[type=reset].btn--download::after,
.btn.btn--download::after,
.sli-content-pane.sli-widget .btn--download.sli-button::after,
.sli-content-pane.sli-widget .btn--download.sli-amount-label::after,
.elementor-post.news .btn--download.elementor-post__read-more::after,
.elementor-button.btn--download::after {
  content: "\E901";
  margin-left: 8px;
  font-size: 75%;
  font-family: "vc-starter-theme";
}

button.btn--external,
input[type=button].btn--external,
input[type=submit].btn--external,
input[type=reset].btn--external,
.btn.btn--external,
.sli-content-pane.sli-widget .btn--external.sli-button,
.sli-content-pane.sli-widget .btn--external.sli-amount-label,
.elementor-post.news .btn--external.elementor-post__read-more,
.elementor-button.btn--external {
  position: relative;
}

button.btn--external::after,
input[type=button].btn--external::after,
input[type=submit].btn--external::after,
input[type=reset].btn--external::after,
.btn.btn--external::after,
.sli-content-pane.sli-widget .btn--external.sli-button::after,
.sli-content-pane.sli-widget .btn--external.sli-amount-label::after,
.elementor-post.news .btn--external.elementor-post__read-more::after,
.elementor-button.btn--external::after {
  content: "\E904";
  margin-left: 8px;
  font-size: 75%;
  font-family: "icons";
}

.btn svg,
.sli-content-pane.sli-widget .sli-button svg,
.sli-content-pane.sli-widget .sli-amount-label svg,
.elementor-post.news .elementor-post__read-more svg,
.comment-form input[type=submit] svg {
  display: inline-block;
  margin-right: 6px;
}

.btn--naked {
  background: transparent;
}

.btn--naked:hover,
.btn--naked:focus {
  background: transparent;
  opacity: .7;
}

.comment-list ol {
  list-style: none;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: 700;
}

.entry-meta>* {
  margin-right: 8px;
}

.entry-meta time {
  margin-left: 8px;
}

.entry-meta p,
.entry-meta .elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt .entry-meta p,
.entry-meta .elementor-post.job .elementor-post__meta-data,
.elementor-post.job .entry-meta .elementor-post__meta-data,
.entry-meta .elementor-post.job .elementor-post__title,
.elementor-post.job .entry-meta .elementor-post__title,
.entry-meta .elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt .entry-meta p,
.entry-meta .elementor-post.news .elementor-post__meta-data,
.elementor-post.news .entry-meta .elementor-post__meta-data {
  margin: 0;
}

.entry-meta span {
  margin-left: 8px;
}

.entry-meta .authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry-meta .single-post__share {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 24px;
  margin-left: 0;
}

@media (min-width: 568px) {
  .entry-meta .single-post__share {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 0;
    margin-left: 8px;
  }
}

.entry-meta .single-post__share:hover,
.entry-meta .single-post__share:focus {
  opacity: .5;
  cursor: pointer;
}

label {
  display: block;
  font-family: "Poppins",sans-serif;
  margin-bottom: 5px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px;
  margin-bottom: 4px;
  background-color: #fff;
  border: 2px solid #303c48;
  border-radius: 6px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
}

input:hover,
textarea:hover,
select:hover {
  border-color: #6a6b6b;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #f88e8a;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #c0c1c6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #c0c1c6;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #c0c1c6;
}

input[type=checkbox],
input[type=radio] {
  width: initial;
  accent-color: #db285e;
}

input[type=checkbox]+label,
input[type=radio]+label {
  display: inline-block;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 1px solid #db285e;
}

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

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 12px 30px 12px 12px;
  background-image: url(data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2016%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.8114%202.72953L8.44665%2010.0844C8.32093%2010.2101%208.17204%2010.273%208%2010.273C7.82796%2010.273%207.67907%2010.2101%207.55335%2010.0844L0.188586%202.72953C0.0628612%202.6038%200%202.45327%200%202.27792C0%202.10256%200.0628612%201.95203%200.188586%201.8263L1.83623%200.188586C1.96195%200.0628612%202.11083%200%202.28288%200C2.45492%200%202.6038%200.0628612%202.72953%200.188586L8%205.45906L13.2705%200.188586C13.3962%200.0628612%2013.5451%200%2013.7171%200C13.8892%200%2014.038%200.0628612%2014.1638%200.188586L15.8114%201.8263C15.9371%201.95203%2016%202.10256%2016%202.27792C16%202.45327%2015.9371%202.6038%2015.8114%202.72953Z%22%20fill%3D%22%2303061B%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 8px 5px;
}

select option {
  margin-bottom: 8px;
}

input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
  width: auto;
}

.visc-query-filter--inline .visc-query-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.visc-query-filter label {
  margin-right: 8px;
}

.visc-query-filter button {
  margin-bottom: 5px;
}

.site-search-form {
  position: relative;
}

.site-search-form input {
  padding-right: 55px;
}

.site-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: transparent;
  z-index: 1;
}

.list-item-job {
  margin-bottom: 48px;
}

.list-item-job:last-child {
  margin-bottom: 48px;
}

.list-item-job__title {
  margin-bottom: 16px;
}

.list-item-job__title:last-child {
  margin-bottom: 16px;
}

.list-item-job__title a {
  color: #0d78e3;
}

.list-item-job__title a:hover,
.list-item-job__title a:focus {
  color: #f88e8a;
}

@media (min-width: 992px) {
  .list-item-job__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.list-item-job__secondary>* {
  margin-right: 32px;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .list-item-job__secondary>* {
    margin-bottom: 0;
  }
}

.post-content .list-item-job a {
  text-decoration: none;
}

.list-item-person {
  height: 100%;
  margin-bottom: 50px;
  padding-top: 30px;
  border-bottom: 1px solid #0d78e3;
}

.list-item-person__image {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .list-item-person__image {
    margin-left: 0;
    margin-right: 0;
  }
}

.list-item-person__title {
  color: #0d78e3;
  margin-top: 0;
  margin-bottom: 20px;
}

.list-item-person__job-title {
  margin-bottom: 10px;
}

.list-item-person__organization {
  margin-bottom: 8px;
}

.post-content .list-item-person__title a {
  text-decoration: none;
}

.list-item-search {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(192,193,198,.5);
}

.list-item-search__label {
  color: #db285e;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.list-item-search__title a {
  color: #034c8e;
  text-decoration: none;
}

.list-item-search__title a:hover,
.list-item-search__title a:focus {
  text-decoration: underline;
}

.list-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c0c1c6;
}

.list-item__title {
  color: #0d78e3;
}

.list-item__title a {
  color: #0d78e3;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.list-item__title a:hover {
  color: #81bffb;
}

.list-item__excerpt {
  margin-bottom: 30px;
}

.list-item__types {
  margin-right: 15px;
  margin-bottom: 5px;
}

.list-item--card {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px;
  margin-left: 32px;
  margin-right: 32px;
}

@media (min-width: 768px) {
  .list-item--card {
    margin: 0;
    padding: 40px;
  }
}

.list-item--card>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
}

.list-item--card>a:hover .list-item__title,
.list-item--card>a:focus .list-item__title {
  color: #81bffb;
}

.list-item--card .list-item__title {
  margin-bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: clamp(1.0625rem, 1.1075949367vw + 0.5308544304rem, 1.5rem);
  line-height: clamp(1.3125rem, 1.8987341772vw + 0.4011075949rem, 2.0625rem);
}

.list-item--card .list-item__types {
  text-transform: capitalize;
}

.related-content .list-item--card {
  height: 100%;
  background-color: #fff;
}

.list-item--featured-image {
  display: block;
}

.list-item--therapy {
  margin-bottom: 0;
  padding: 8px 12px;
  border-bottom: 1px solid #c0c1c6;
}

.list-item--therapy p,
.list-item--therapy .elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt .list-item--therapy p,
.list-item--therapy .elementor-post.job .elementor-post__meta-data,
.elementor-post.job .list-item--therapy .elementor-post__meta-data,
.list-item--therapy .elementor-post.job .elementor-post__title,
.elementor-post.job .list-item--therapy .elementor-post__title,
.list-item--therapy .elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt .list-item--therapy p,
.list-item--therapy .elementor-post.news .elementor-post__meta-data,
.elementor-post.news .list-item--therapy .elementor-post__meta-data {
  margin-bottom: 0;
  line-height: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
}

.list-item--therapy .col {
  padding-left: 8px;
  padding-right: 8px;
}

.list-item--designation-rescinded {
  color: #fff;
  background: #db285e;
}

.list-item--fda-approval {
  color: #fff;
  background: #0d78e3;
}

.list-item--publication .list-item__title {
  margin: 0 0 30px;
  padding-bottom: 16px;
}

.post-content .list-item a {
  text-decoration: none;
}

.list-item-event {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .list-item-event {
    margin-bottom: 80px;
  }
}

.list-item-event__title {
  margin-bottom: 48px;
}

.list-item-event__title a {
  color: #0d78e3;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.list-item-event__title a:hover {
  color: #81bffb;
}

.elementor-post.news:first-child .elementor-post__text {
  margin-top: 0px;
  padding-top: 0px;
}

.elementor-post.news .elementor-post__text {
  margin-top: 40px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.elementor-post.news .elementor-post__meta-data {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #303c48;
}

.elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post.job .elementor-post__excerpt .elementor-post__title,
.elementor-post.job .elementor-post.news .elementor-post__excerpt .elementor-post__title,
.elementor-post.news .elementor-post__excerpt .elementor-post.job .elementor-post__title,
.elementor-post.news .elementor-post__excerpt .elementor-post__meta-data {
  color: #303c48;
}

.elementor-post.news .elementor-post__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
}

.elementor-post.news .elementor-post__title a {
  color: #0d78e3;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  word-break: unset;
}

.elementor-post.news .elementor-post__title a:hover,
.elementor-post.news .elementor-post__title a:focus {
  color: #81bffb;
}

.home .elementor-post.news .elementor-post__text {
  margin-top: 0px;
  padding-top: 0px;
}

.elementor-post.job a {
  text-decoration: underline;
}

.elementor-post.job a:hover {
  text-decoration: none;
}

.elementor-post.job .elementor-post__title {
  margin-right: 16px;
}

@media (min-width: 1200px) {
  .elementor-post.job .elementor-post__title {
    margin-right: 48px;
  }
}

.elementor-post.job .elementor-post__text {
  margin-top: 40px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.elementor-post.job .elementor-post__meta-data {
  color: #303c48;
}

.elementor-post.job .elementor-post__excerpt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt .elementor-post__title,
.elementor-post.job .elementor-post__excerpt .elementor-post__meta-data {
  color: #303c48;
}

.main-menu {
  padding: 0;
  margin: 0;
}

.main-menu__item {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 0;
}

.main-menu__item::before {
  display: none;
}

.main-menu__item:last-child .main-menu__sub-menu--1 {
  left: auto;
  right: 0;
}

.main-menu__item:hover .main-menu__sub-menu,
.main-menu__item.sub-menu-open .main-menu__sub-menu {
  display: block;
}

.main-menu__item:hover a.main-menu__link {
  color: #db285e;
}

.main-menu__item:hover span.main-menu__link {
  cursor: default;
}

.main-menu__item:hover .main-menu__sub-menu-toggle {
  opacity: 1;
}

.main-menu__item--active .main-menu__link,
.main-menu__item--parent--active .main-menu__link {
  color: #db285e;
}

.main-menu__link {
  color: #0d78e3;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.main-menu__sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
}

.main-menu__sub-menu--1 {
  position: absolute;
  left: -24px;
  top: 100%;
  z-index: 5;
  display: none;
  padding: 24px;
  min-width: 350px;
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,.1);
          box-shadow: 0px 2px 10px rgba(0,0,0,.1);
}

.main-menu__sub-menu--1:has(.main-menu__item--image) {
  min-width: 285px;
}

.main-menu__sub-menu--2 {
  margin-top: 8px;
}

.main-menu__sub-menu--2 .main-menu__sub-menu__item {
  padding: 2px 0;
}

.main-menu__sub-menu__item {
  padding: 8px 0;
  margin-bottom: 0;
}

.main-menu__sub-menu__item::before {
  display: none;
}

.main-menu__sub-menu__item:first-child {
  padding-top: 0;
}

.main-menu__sub-menu__item:last-child {
  padding-bottom: 0;
}

.main-menu__sub-menu__item.main-menu__item--upper {
  margin-bottom: 8px;
}

.main-menu__sub-menu__item.main-menu__item--upper .main-menu__sub-menu__link {
  color: #0d78e3;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.main-menu__sub-menu__item.main-menu__item--image {
  padding: 0;
  margin-bottom: 16px;
}

.main-menu__sub-menu__item.main-menu__item--image .main-menu__sub-menu__link {
  padding: 16px;
  font-weight: 600;
  color: #303c48;
  border: 1px solid #f2f2f4;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}

.main-menu__sub-menu__item.main-menu__item--image .main-menu__sub-menu__link:hover {
  background-color: #f2f2f4;
  text-decoration: none;
}

.main-menu__sub-menu__item.main-menu__item--image img {
  height: auto;
  width: auto;
  max-height: 25px;
  display: block;
}

.main-menu__sub-menu__link {
  color: #034c8e;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.main-menu__sub-menu__link:hover,
.main-menu__sub-menu__link:focus {
  color: #db285e;
  text-decoration: underline;
}

.main-menu__sub-menu-toggle {
  background: transparent;
  padding: 0;
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-menu__sub-menu-toggle path {
  stroke: #002d56;
}

.main-menu__sub-menu-toggle:hover,
.main-menu__sub-menu-toggle:focus {
  background: transparent;
}

.main-menu__sub-menu .main-menu__item--parent {
  margin-bottom: 16px;
}

.main-menu__sub-menu .main-menu__item--parent:last-child {
  margin-bottom: 0;
}

.main-menu__sub-menu .main-menu__item--parent>.main-menu__sub-menu__link {
  color: #0d78e3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.visc-stat,
.visceral-ticker {
  font-size: clamp(4.375rem, 4.1139240506vw + 2.4003164557rem, 6rem);
  line-height: clamp(5rem, 3.9556962025vw + 3.1012658228rem, 6.5625rem);
  font-weight: 600;
  color: #0d78e3;
}

.text-white .visc-stat,
.text-white .visceral-ticker {
  color: #fff;
}

.vc-number-counter {
  text-align: left;
}

.text-center .vc-number-counter {
  text-align: center;
}

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.pagination .page-numbers {
  padding: 9px;
}

.pagination .page-numbers:is(a) {
  text-decoration: none;
}

.elementor-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.elementor-pagination span.prev,
.elementor-pagination span.next {
  display: none;
}

.post-content .pagination a {
  text-decoration: none;
}

.post-label {
  color: #000;
  margin-bottom: 16px;
}

.post-label * {
  margin-bottom: 0;
}

.vc-promo-box__background::before {
  background-color: rgba(13,120,227,.5);
  -webkit-transition: background-color 333ms ease;
  -o-transition: background-color 333ms ease;
  transition: background-color 333ms ease;
}

.vc-promo-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vc-promo-box__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.vc-promo-box__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .vc-promo-box__text {
    opacity: 0;
    margin-top: -20px;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity 333ms ease-in-out,margin-top 333ms ease-in-out,-webkit-transform 333ms ease-in-out;
    transition: opacity 333ms ease-in-out,margin-top 333ms ease-in-out,-webkit-transform 333ms ease-in-out;
    -o-transition: opacity 333ms ease-in-out,margin-top 333ms ease-in-out,-o-transform 333ms ease-in-out;
    transition: opacity 333ms ease-in-out,transform 333ms ease-in-out,margin-top 333ms ease-in-out;
    transition: opacity 333ms ease-in-out,transform 333ms ease-in-out,margin-top 333ms ease-in-out,-webkit-transform 333ms ease-in-out,-o-transform 333ms ease-in-out;
  }
}

.vc-promo-box__icon {
  width: auto;
  max-width: 80px;
  max-height: 100px;
  height: auto;
  opacity: 1;
  margin-bottom: 32px;
  -webkit-transition: max-height 333ms ease-in-out,margin-bottom 333ms ease-in-out,opacity 333ms ease-in-out;
  -o-transition: max-height 333ms ease-in-out,margin-bottom 333ms ease-in-out,opacity 333ms ease-in-out;
  transition: max-height 333ms ease-in-out,margin-bottom 333ms ease-in-out,opacity 333ms ease-in-out;
}

@media (min-width: 992px) {
  .vc-promo-box:hover .vc-promo-box__background::before,
  .vc-promo-box:focus .vc-promo-box__background::before {
    background-color: rgba(13,120,227,.75);
  }

  .vc-promo-box:hover .vc-promo-box__text,
  .vc-promo-box:focus .vc-promo-box__text {
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  .vc-promo-box:hover .vc-promo-box__icon,
  .vc-promo-box:focus .vc-promo-box__icon {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}

.vc-promo-box:active .vc-promo-box__background::before {
  background-color: rgba(13,120,227,.75);
}

.vc-promo-box--bg-color .vc-promo-box__background {
  display: none;
}

.visc-call-to-action {
  padding-top: 54px;
  padding-bottom: 54px;
}

.visc-call-to-action .wpb_text_column.wpb_content_element {
  margin-bottom: 16px;
  margin-top: 16px;
}

.visc-call-to-action .vc_row-o-equal-height .vc_column-inner>.wpb_wrapper {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.visc-call-to-action .gform_footer {
  display: none;
}

.site-search {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #ebf7ff;
  z-index: 51;
  padding-top: 25vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.site-search--active {
  opacity: 1;
  visibility: visible;
}

.site-search--active .site-search__inner {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .3s ease-in-out .3s;
  -o-transition: all .3s ease-in-out .3s;
  transition: all .3s ease-in-out .3s;
}

.site-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  border-bottom: 2px solid #034c8e;
}

.site-search__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-search input[type=text] {
  color: #034c8e;
  background: transparent;
  border: none;
  font-size: clamp(2.875rem, 2.3734177215vw + 1.7357594937rem, 3.8125rem);
  line-height: clamp(3.5rem, 2.8481012658vw + 2.1329113924rem, 4.625rem);
  font-weight: 700;
  padding-left: 0;
}

.site-search input[type=text]::-webkit-input-placeholder {
  color: #034c8e;
  opacity: 1;
}

.site-search input[type=text]::-ms-input-placeholder {
  color: #034c8e;
  opacity: 1;
}

.site-search input[type=text]::placeholder {
  color: #034c8e;
  opacity: 1;
}

.site-search input[type=text] :-ms-input-placeholder {
  color: #034c8e;
}

.site-search input[type=text] ::-ms-input-placeholder {
  color: #034c8e;
}

.site-search__close {
  background: transparent;
  padding: 0;
}

.site-search__close path {
  fill: #034c8e;
}

.site-search__close:hover,
.site-search__close:focus {
  background: transparent;
}

.search-results-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}

.search-results-top .search-results-filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.search-results-top .search-results-input,
.search-results-top .search-results-filter,
.search-results-top .search-results-submit {
  margin-bottom: 16px;
}

.search-results-top h3,
.search-results-top .sli-content-pane.sli-widget h3,
.sli-content-pane.sli-widget .search-results-top h3,
.search-results-top .home-slider-wrap .swiper-pagination-bullet,
.home-slider-wrap .search-results-top .swiper-pagination-bullet,
.search-results-top .slider-nested-nav a,
.slider-nested-nav .search-results-top a {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-results-top input,
.search-results-top select {
  border-radius: 0;
  border: 1px solid #c0c1c6;
}

.search-results-top select {
  padding-top: 12px;
  padding-bottom: 12px;
}

.search-results-top select+span {
  font-size: 14px;
  font-size: 0.875rem;
}

.search-results-top select:has(+span) {
  width: auto;
}

.no-js .search-results-top form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.search-result {
  border-top: 1px solid #c0c1c6;
  padding-top: 30px;
}

.search-result [class^=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-result .wp-post-image {
  margin-bottom: 35px;
}

.visceral-slider {
  max-width: 100vw;
}

@media (min-width: 768px) {
  .visceral-slider .slick-list {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .visceral-slider .slick-list {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.visceral-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.visceral-slider .slick-list .slick-slide {
  height: auto;
}

.visceral-slider .slick-arrow {
  z-index: 10;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: transparent;
  -webkit-transition-duration: 444ms;
       -o-transition-duration: 444ms;
          transition-duration: 444ms;
}

.visceral-slider .slick-arrow.slick-disabled {
  opacity: .5;
}

.visceral-slider .slick-arrow:before {
  display: none;
}

.visceral-slider .slick-arrow:hover,
.visceral-slider .slick-arrow:focus {
  background-color: transparent;
}

.visceral-slider .slick-prev {
  left: 2vw;
}

@media (min-width: 992px) {
  .visceral-slider .slick-prev {
    left: -20px;
  }
}

.visceral-slider .slick-next {
  right: 2vw;
}

@media (min-width: 992px) {
  .visceral-slider .slick-next {
    right: -20px;
  }
}

.slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 1200px) {
  .slick-slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.slick-slider .slick-dots {
  margin: 24px 0 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

@media (min-width: 768px) {
  .slick-slider .slick-dots {
    margin: 50px 0 0;
  }
}

.slick-slider .slick-dots li {
  margin: 0 4px;
}

.slick-slider .slick-dots li:before {
  display: none;
}

.slick-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 444ms ease-in-out;
  -o-transition: background-color 444ms ease-in-out;
  transition: background-color 444ms ease-in-out;
  background-color: #c0c1c6;
}

.slick-slider .slick-dots li button:before {
  display: none;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
  background-color: #034c8e;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #034c8e;
}

.slider-nested-wrap .slick-list {
  min-width: 100%;
}

.slider-nested-wrap .slick-slider {
  margin-bottom: 0;
}

.slider-nested.slick-slide {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.slider-nested-nav a {
  color: #034c8e;
  font-weight: 700;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none !important;
}

.slider-nested-nav a:hover {
  color: #81bffb;
}

.slider-nested-nav li.on a {
  color: #81bffb;
}

.visc-social-share {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(13,120,227,.9);
  z-index: 51;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.visc-social-share--active {
  opacity: 1;
  visibility: visible;
}

.visc-social-share__close {
  position: absolute;
  top: 140px;
  right: 30px;
}

.visc-social-share__close:hover,
.visc-social-share__close:focus {
  cursor: pointer;
}

.visc-social-share h3,
.visc-social-share .sli-content-pane.sli-widget h3,
.sli-content-pane.sli-widget .visc-social-share h3,
.visc-social-share .home-slider-wrap .swiper-pagination-bullet,
.home-slider-wrap .visc-social-share .swiper-pagination-bullet,
.visc-social-share .slider-nested-nav a,
.slider-nested-nav .visc-social-share a {
  margin-bottom: 24px;
}

.visc-social-share__item {
  margin-left: 4px;
  margin-right: 4px;
}

.visc-social-share__item:before {
  display: none;
}

.visc-social-share__item a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #bb001b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.visc-social-share__item--facebook a {
  background-color: #3b5998;
}

.visc-social-share__item--twitter a {
  background-color: #1da1f2;
}

.visc-social-share__item--linkedin a {
  background-color: #0077b5;
}

.visc-social-share-btn:hover,
.visc-social-share-btn:focus {
  cursor: pointer;
}

@media (min-width: 992px) {
  .tabs-flowchart {
    --n-tabs-title-gap: 3rem;
  }
}

@media (max-width: 768px) {
  .tabs-flowchart svg {
    width: 800px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .tabs-flowchart .e-n-tabs-heading {
    margin-bottom: 16px;
  }

  .tabs-flowchart .e-n-tabs-heading::before {
    content: "";
    display: block;
    width: calc(33.3333333333% - 1rem);
    height: 2px;
    max-width: 250px;
    background-color: #db285e;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(20%, -36px);
         -o-transform: translate(20%, -36px);
            transform: translate(20%, -36px);
  }

  .tabs-flowchart .e-n-tabs-heading:after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 1rem);
    height: 2px;
    max-width: 250px;
    background-color: #db285e;
    position: absolute;
    bottom: 100%;
    right: 50%;
    z-index: -1;
    -webkit-transform: translate(-20%, -36px);
         -o-transform: translate(-20%, -36px);
            transform: translate(-20%, -36px);
  }
}

.tabs-flowchart .e-n-tab-title {
  --n-tabs-title-color: #034c8e;
  --n-tabs-title-font-size: 1.15rem;
  --n-tabs-title-background-color: transparent;
  border-radius: 5px;
  border: 2px solid #db285e;
  font-weight: 700;
  font-family: "Poppins",sans-serif;
  line-height: 120%;
  text-align: center;
  padding: 8px 24px;
  --n-tabs-title-color-hover: white;
  --n-tabs-title-background-color-hover: #DB285E;
  --n-tabs-title-color-active: white;
  --n-tabs-title-background-color-active: #DB285E;
}

@media (min-width: 992px) {
  .tabs-flowchart .e-n-tab-title:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #db285e;
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, -24px);
         -o-transform: translate(-50%, -24px);
            transform: translate(-50%, -24px);
    outline: 16px solid #fff;
  }
}

.tabs-flowchart .e-n-tab-title.e-active {
  border-color: #f9cdc7;
}

@media (min-width: 992px) {
  .tabs-flowchart .e-n-tab-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 1rem);
            flex: 0 0 calc(25% - 1rem);
  }
}

.tabs-flowchart .elementor-element .elementor-widget-html {
  overflow-x: auto;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  height: auto;
}

.alignleft,
.alignright {
  height: auto;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
  }

  .alignright {
    float: right;
  }
}

#nav-toggle {
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-icon {
  width: 24px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 50;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .mobile-nav-icon {
    display: none;
  }
}

.mobile-nav-icon__line {
  height: 2px;
  width: 100%;
  background: #0d78e3;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

.mobile-nav-icon__line:first-child {
  top: 0;
}

.mobile-nav-icon__line:last-child {
  top: auto;
  bottom: 0;
}

.site-header--dark-text .mobile-nav-icon__line {
  background: #000;
}

.mobile-nav-icon:hover {
  cursor: pointer;
}

.mobile-nav-icon:hover .mobile-icon__line {
  width: 100%;
}

.mobile-nav-icon:focus {
  outline: none;
}

.mobile-nav-icon--active .mobile-nav-icon__line {
  width: 100%;
  opacity: 0;
}

.mobile-nav-icon--active .mobile-nav-icon__line:first-child {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  opacity: 1;
}

.mobile-nav-icon--active .mobile-nav-icon__line:last-child {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  opacity: 1;
}

.site-header--scroll-triggered .mobile-nav-icon .mobile-nav-icon__line {
  background: #0d78e3;
}

.mobile-nav-container {
  font-family: "Poppins",sans-serif;
  padding-top: 140px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  top: -999999px;
  height: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  color: #fff;
  background: #0d78e3;
  -webkit-transition: z-index 0s linear .3s,top 0s linear .3s,opacity .3s linear 0s,height 0s linear .3s;
  -o-transition: z-index 0s linear .3s,top 0s linear .3s,opacity .3s linear 0s,height 0s linear .3s;
  transition: z-index 0s linear .3s,top 0s linear .3s,opacity .3s linear 0s,height 0s linear .3s;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.mobile-nav-container>ul {
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity .5s ease 0s,-webkit-transform .5s ease .15s;
  transition: opacity .5s ease 0s,-webkit-transform .5s ease .15s;
  -o-transition: opacity .5s ease 0s,-o-transform .5s ease .15s;
  transition: opacity .5s ease 0s,transform .5s ease .15s;
  transition: opacity .5s ease 0s,transform .5s ease .15s,-webkit-transform .5s ease .15s,-o-transform .5s ease .15s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.mobile-nav-container a {
  color: #fff;
}

.mobile-nav-inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-nav-inner .social-links {
  margin-top: 3vh;
}

.mobile-nav-inner .social-links li {
  line-height: 27px;
  padding: 0;
  margin-right: 24px;
}

.mobile-nav-inner .social-links li:before {
  display: none;
}

.mobile-nav-inner .social-links li a.social-links__link {
  font-size: 2rem;
  text-decoration: none;
}

.mobile-nav-inner .social-links li a.social-links__link i {
  line-height: 27px;
}

.mobile-menu {
  width: 100%;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style-type: none;
  -ms-overflow-style: none;
}

.mobile-menu li::before {
  display: none;
}

.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-menu__item:before {
  display: none;
}

.mobile-menu__item--parent.mobile-menu__sub-menu--1__item>.mobile-menu__sub-menu__link {
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu__link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.75rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.mobile-menu__sub-menu-toggle {
  padding: 2px 0;
  background: transparent;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.mobile-menu__sub-menu-toggle:hover,
.mobile-menu__sub-menu-toggle:focus,
.mobile-menu__sub-menu-toggle:active {
  background: transparent;
}

.mobile-menu__item--opened .mobile-menu__sub-menu-toggle {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu__sub-menu-icon {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  display: block;
  position: relative;
}

.mobile-menu__sub-menu-icon::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile-menu__sub-menu-icon::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 2px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 222ms ease-in-out;
  -o-transition: opacity 222ms ease-in-out;
  transition: opacity 222ms ease-in-out;
}

.mobile-menu__item--opened .mobile-menu__sub-menu-icon::after {
  opacity: 0;
}

.mobile-menu__sub-menu {
  margin: 0;
  max-height: 0;
  opacity: 0;
  z-index: -1;
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: opacity .25s ease-in-out,max-height .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out,max-height .25s ease-in-out;
  transition: opacity .25s ease-in-out,max-height .25s ease-in-out;
}

.mobile-menu__sub-menu a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  line-height: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.no-js .mobile-menu__sub-menu {
  max-height: none;
}

.mobile-menu__item--opened .mobile-menu__sub-menu {
  opacity: 1;
  z-index: 1;
  max-height: 1500px;
  -webkit-transition: opacity 333ms ease-in-out,max-height 333ms ease-in-out;
  -o-transition: opacity 333ms ease-in-out,max-height 333ms ease-in-out;
  transition: opacity 333ms ease-in-out,max-height 333ms ease-in-out;
}

.mobile-menu__sub-menu__item {
  margin-bottom: 0;
}

.mobile-menu__sub-menu__item::marker {
  display: none;
}

.mobile-menu__sub-menu__item.mobile-menu__item--upper {
  margin-bottom: 16px;
}

.mobile-menu__sub-menu__item.mobile-menu__item--upper .mobile-menu__sub-menu__link {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu__sub-menu__item.mobile-menu__item--image {
  padding: 0;
  margin-bottom: 16px;
}

.mobile-menu__sub-menu__item.mobile-menu__item--image .mobile-menu__sub-menu__link {
  padding: 16px;
  font-weight: 600;
  color: #000;
  background: #f2f2f4;
  border: 1px solid #f2f2f4;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu__sub-menu__item.mobile-menu__item--image img {
  height: auto;
  max-width: 200px;
  max-height: 40px;
  display: block;
}

.mobile-menu--alt .mobile-menu__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu--alt .mobile-menu__sub-menu {
  text-align: center;
}

.mobile-menu--alt .mobile-menu__link,
.mobile-menu--alt .mobile-menu__sub-menu__link {
  line-height: 3rem;
  font-size: 39px;
  font-size: 2.4375rem;
}

.mobile-nav__search-form {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 3vh;
}

.mobile-nav__search-form label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

.mobile-nav__search-form input[type=text] {
  margin: 0;
  padding: 14px;
  border: none;
}

.mobile-nav__search-form button[type=submit] {
  border: none;
  color: #f88e8a;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
}

#nav-toggle:checked~.mobile-nav-container {
  z-index: 100;
  top: 0;
  opacity: 1;
  height: 100vh;
  -webkit-transition: z-index 0s linear 0s,top 0s linear 0s,opacity .3s linear 0s,height 0s linear 0s;
  -o-transition: z-index 0s linear 0s,top 0s linear 0s,opacity .3s linear 0s,height 0s linear 0s;
  transition: z-index 0s linear 0s,top 0s linear 0s,opacity .3s linear 0s,height 0s linear 0s;
}

#nav-toggle:checked~.mobile-nav-container>ul {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .5s ease .25s,-webkit-transform .5s ease 0s;
  transition: opacity .5s ease .25s,-webkit-transform .5s ease 0s;
  -o-transition: opacity .5s ease .25s,-o-transform .5s ease 0s;
  transition: opacity .5s ease .25s,transform .5s ease 0s;
  transition: opacity .5s ease .25s,transform .5s ease 0s,-webkit-transform .5s ease 0s,-o-transform .5s ease 0s;
}

.no-masthead .wrap.container {
  padding-top: 100px;
}

.error404__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70vh;
  padding-top: 125px;
}

.search .main {
  min-height: 45vh;
}

.single-job__header {
  padding-top: 150px;
  padding-bottom: 0;
}

.single-job__content {
  margin-top: 64px;
  margin-bottom: 104px;
}

.single-person__main {
  padding-top: 100px;
}

.single-person__header {
  padding-bottom: 0;
}

.single-person__header .single-person__title:before {
  background-color: #034c8e;
}

.single-person__header .single-person__title::after {
  background-color: #db285e;
}

.single-person__featured-image {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .single-person__featured-image {
    float: left;
    text-align: left;
    margin-right: 32px;
  }
}

.single-person__meta {
  text-align: center;
}

@media (min-width: 768px) {
  .single-person__meta {
    text-align: left;
  }
}

.single-person__title {
  margin: 0;
  padding: .67em 0;
}

.single-person__connect {
  padding-top: 16px;
  padding-bottom: 16px;
}

.single-person__connect-item {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.single-person__connect-item:first-child {
  margin-left: 0;
}

.single-person__connect-item:before {
  display: none;
}

.single-person__connect-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d78e3;
}

.single-person__connect-link svg {
  margin-right: 6px;
}

.single-person__content {
  margin-top: 64px;
  margin-bottom: 104px;
}

.resource-post {
  padding-top: 40px;
}

@media (min-width: 1200px) {
  .resource-post {
    padding-top: 105px;
  }
}

.resource-post__image {
  width: 100%;
  max-width: 300px;
}

.resource-post__meta p:nth-child(odd),
.resource-post__meta .elementor-post.news .elementor-post__meta-data:nth-child(odd),
.elementor-post.news .resource-post__meta .elementor-post__meta-data:nth-child(odd),
.resource-post__meta .elementor-post.news .elementor-post__excerpt p:nth-child(odd),
.elementor-post.news .elementor-post__excerpt .resource-post__meta p:nth-child(odd),
.resource-post__meta .elementor-post.job .elementor-post__title:nth-child(odd),
.elementor-post.job .resource-post__meta .elementor-post__title:nth-child(odd),
.resource-post__meta .elementor-post.job .elementor-post__meta-data:nth-child(odd),
.elementor-post.job .resource-post__meta .elementor-post__meta-data:nth-child(odd),
.resource-post__meta .elementor-post.job .elementor-post__excerpt p:nth-child(odd),
.elementor-post.job .elementor-post__excerpt .resource-post__meta p:nth-child(odd) {
  margin-bottom: 4px;
}

.resource-post__meta p:nth-child(even),
.resource-post__meta .elementor-post.news .elementor-post__meta-data:nth-child(even),
.elementor-post.news .resource-post__meta .elementor-post__meta-data:nth-child(even),
.resource-post__meta .elementor-post.news .elementor-post__excerpt p:nth-child(even),
.elementor-post.news .elementor-post__excerpt .resource-post__meta p:nth-child(even),
.resource-post__meta .elementor-post.job .elementor-post__title:nth-child(even),
.elementor-post.job .resource-post__meta .elementor-post__title:nth-child(even),
.resource-post__meta .elementor-post.job .elementor-post__meta-data:nth-child(even),
.elementor-post.job .resource-post__meta .elementor-post__meta-data:nth-child(even),
.resource-post__meta .elementor-post.job .elementor-post__excerpt p:nth-child(even),
.elementor-post.job .elementor-post__excerpt .resource-post__meta p:nth-child(even) {
  color: #0d78e3;
  margin-bottom: 32px;
}

.resource-post__meta a {
  text-decoration: underline;
}

.resource-post__meta a:hover,
.resource-post__meta a:focus {
  text-decoration: none;
}

@media (min-width: 992px) {
  .resource-post__meta {
    border-left: 1px solid #f2f2f4;
  }
}

.single-post__content,
.single-news__content,
.single-bios__content {
  margin-bottom: 104px;
}

@media (min-width: 568px) {
  .single-post__content,
  .single-news__content,
  .single-bios__content {
    margin-top: 40px;
  }
}

.site-footer {
  width: 100%;
  background-color: #0d78e3;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .site-footer {
    padding-top: 132px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

@media (min-width: 992px) {
  .site-footer__right a {
    margin-left: 25px;
  }
}

.site-footer__copyright {
  opacity: .5;
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.site-footer__copyright a {
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 992px) {
  .site-footer__copyright {
    margin-top: 35px;
  }
}

.site-footer .menu-footer-menu-container {
  margin-top: 33px;
  margin-bottom: 67px;
  font-weight: bold;
}

.site-footer .menu-footer-menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-footer .menu-footer-menu-container ul li {
  margin-bottom: 8px;
}

.site-footer .menu-footer-menu-container ul li a,
.site-footer .menu-footer-menu-container ul li .menu-item a {
  text-decoration: none;
  opacity: .5;
}

.site-footer .menu-footer-menu-container ul li a:hover,
.site-footer .menu-footer-menu-container ul li .menu-item a:hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .site-footer .menu-footer-menu-container {
    margin-bottom: 16px;
  }

  .site-footer .menu-footer-menu-container ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .site-footer .menu-footer-menu-container ul .menu-item a {
    margin-right: 25px;
  }
}

@media print {
  .site-footer .menu-footer-menu-container {
    display: none;
  }
}

.site-footer__right,
.site-footer__left {
  margin-bottom: 15px;
}

.site-footer__right .social-links li {
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .site-footer__right,
  .site-footer__left {
    margin-bottom: 35px;
  }

  .site-footer__left {
    text-align: left;
  }

  .site-footer__right {
    text-align: right;
  }

  .site-footer__right .social-links li {
    line-height: 27px;
    padding: 0;
    margin-left: 16px;
    margin-right: 0;
  }

  .site-footer__right .social-links li a.social-links__link {
    font-size: 1.125rem;
    text-decoration: none;
  }

  .site-footer__right .social-links li a.social-links__link i {
    line-height: 27px;
  }
}

@media print {
  .site-footer .social-links {
    display: none;
  }
}

.elementor-location-footer {
  text-align: center;
}

@media (min-width: 992px) {
  .elementor-location-footer {
    text-align: left;
  }
}

.elementor-location-footer p,
.elementor-location-footer .elementor-post.news .elementor-post__meta-data,
.elementor-post.news .elementor-location-footer .elementor-post__meta-data,
.elementor-location-footer .elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt .elementor-location-footer p,
.elementor-location-footer .elementor-post.job .elementor-post__title,
.elementor-post.job .elementor-location-footer .elementor-post__title,
.elementor-location-footer .elementor-post.job .elementor-post__meta-data,
.elementor-post.job .elementor-location-footer .elementor-post__meta-data,
.elementor-location-footer .elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt .elementor-location-footer p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .elementor-location-footer p,
  .elementor-location-footer .elementor-post.news .elementor-post__meta-data,
  .elementor-post.news .elementor-location-footer .elementor-post__meta-data,
  .elementor-location-footer .elementor-post.news .elementor-post__excerpt p,
  .elementor-post.news .elementor-post__excerpt .elementor-location-footer p,
  .elementor-location-footer .elementor-post.job .elementor-post__title,
  .elementor-post.job .elementor-location-footer .elementor-post__title,
  .elementor-location-footer .elementor-post.job .elementor-post__meta-data,
  .elementor-post.job .elementor-location-footer .elementor-post__meta-data,
  .elementor-location-footer .elementor-post.job .elementor-post__excerpt p,
  .elementor-post.job .elementor-post__excerpt .elementor-location-footer p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.elementor-location-footer .elementor-widget-image .elementor-widget-container {
  text-align: center;
}

@media (min-width: 992px) {
  .elementor-location-footer .elementor-widget-image .elementor-widget-container {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .elementor-location-footer .elementor-nav-menu--main ul {
    -webkit-columns: 2;
            columns: 2;
  }
}

.elementor-location-footer .elementor-nav-menu--main li {
  text-align: center;
}

@media (min-width: 992px) {
  .elementor-location-footer .elementor-nav-menu--main li {
    text-align: left;
  }
}

.elementor-location-footer .elementor-nav-menu--main .elementor-item {
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
  padding: 8px 0;
  display: block;
}

.elementor-location-footer .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-footer .elementor-nav-menu--main .elementor-item:focus {
  padding: 8px 0;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .elementor-location-footer .elementor-nav-menu--main .elementor-item {
    padding: 0;
    margin-bottom: 8px;
  }

  .elementor-location-footer .elementor-nav-menu--main .elementor-item:hover,
  .elementor-location-footer .elementor-nav-menu--main .elementor-item:focus {
    padding: 0;
  }
}

.elementor-location-footer .elementor-social-icons-wrapper {
  text-align: center;
}

@media (min-width: 992px) {
  .elementor-location-footer .elementor-social-icons-wrapper {
    text-align: right;
  }
}

.elementor-location-footer .elementor-social-icon:hover,
.elementor-location-footer .elementor-social-icon:focus {
  border-color: #db285e;
}

.elementor-location-footer .elementor-social-icon:hover i,
.elementor-location-footer .elementor-social-icon:focus i {
  color: #db285e;
}

.site-header {
  position: absolute;
  top: 0;
  z-index: 101;
  width: 100%;
  font-family: "Poppins",sans-serif;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,.1);
          box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}

.site-header--fixed {
  position: fixed;
}

.site-header--dark-text {
  background: #fff;
}

.site-header--dark-text .site-header__navigation .main-menu__link {
  color: #000;
  text-decoration: none;
}

.site-header--dark-text .site-header__brand path {
  fill: #0d78e3;
}

.site-header--dark-text .site-header__search-icon path {
  fill: #0d78e3;
}

.site-header.site-header--scroll-triggered {
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-header [class^=icon-] {
  color: inherit;
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .site-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__brand svg {
  display: block;
  width: 115px;
  height: auto;
  margin: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.site-header__brand svg path {
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
}

.site-header__navigation {
  display: none;
}

@media (min-width: 992px) {
  .site-header__navigation {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .site-header__navigation>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header__search-icon {
  display: none;
  margin-left: 16px;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #db285e;
}

@media (min-width: 992px) {
  .site-header__search-icon {
    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;
  }
}

.site-header__search-icon svg {
  height: 16px;
  width: auto;
}

.site-header__search-icon path {
  fill: #fff;
}

.site-header__search-icon:hover,
.site-header__search-icon:focus {
  background-color: #9f0030;
}

.site-header__search {
  display: none;
}

.site-header__search>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header__search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-header__search-form input[type=text] {
  width: 100%;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  background-color: transparent;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.site-header__search-form input[type=text]:focus {
  outline: none;
}

.site-header__search-form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.site-header__search-form input[type=text]:-ms-input-placeholder {
  color: #fff;
}

.site-header__search-form input[type=text]::-ms-input-placeholder {
  color: #fff;
}

.site-header__search-form input[type=text]::placeholder {
  color: #fff;
}

.site-header__search-close {
  display: inline-block;
  cursor: pointer;
}

.no-js .site-header {
  position: absolute;
}

.no-masthead .site-header,
.scroll-triggered .site-header {
  padding-top: 0;
  background-color: #fff;
}

.no-masthead a,
.no-masthead .site-header__search-form input[type=text],
.scroll-triggered a,
.scroll-triggered .site-header__search-form input[type=text] {
  color: #0d78e3;
}

.no-masthead .main-menu svg path,
.scroll-triggered .main-menu svg path {
  stroke: #0d78e3;
}

.no-masthead .site-header__search-form input[type=text]::-webkit-input-placeholder,
.scroll-triggered .site-header__search-form input[type=text]::-webkit-input-placeholder {
  color: #0d78e3;
}

.no-masthead .site-header__search-form input[type=text]:-ms-input-placeholder,
.scroll-triggered .site-header__search-form input[type=text]:-ms-input-placeholder {
  color: #0d78e3;
}

.no-masthead .site-header__search-form input[type=text]::-ms-input-placeholder,
.scroll-triggered .site-header__search-form input[type=text]::-ms-input-placeholder {
  color: #0d78e3;
}

.no-masthead .site-header__search-form input[type=text]::placeholder,
.scroll-triggered .site-header__search-form input[type=text]::placeholder {
  color: #0d78e3;
}

.no-masthead .site-header__brand svg path,
.scroll-triggered .site-header__brand svg path {
  fill: initial;
}

.elementor-nav-menu li:before {
  display: none;
}

.elementor-nav-menu li .sub-arrow {
  display: none;
}

.masthead {
  margin-top: 124px;
  padding-top: 8px !important;
  padding-bottom: 24px !important;
  max-height: 140px;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
    max-height: 240px;
  }
}

.single .masthead {
  max-height: unset;
}

.masthead>.elementor-container {
  min-height: unset !important;
}

.masthead .elementor-heading-title {
  padding-left: 70px;
  padding-top: 28px;
}

@media (min-width: 992px) {
  .masthead .elementor-heading-title {
    padding-left: 0px;
  }
}

.masthead .elementor-heading-title::before {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 32px;
  height: 32px;
}

@media (min-width: 992px) {
  .masthead .elementor-heading-title::before {
    left: -145px;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
}

.masthead__overlay {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.masthead__overlay.fade-out {
  opacity: 0;
}

.masthead__content {
  position: relative;
}

.masthead__content h1.masthead__title::before {
  background-color: #034c8e;
}

.masthead__content h1.masthead__title:after {
  background-color: #db285e;
}

.masthead__label {
  color: #fff;
}

.masthead__title {
  margin-bottom: 32px;
}

.masthead--post {
  padding-bottom: 0;
}

.masthead--project .elementor-page-title h1:before {
  background-color: #034c8e;
}

.masthead--search {
  padding-bottom: 0;
  min-height: 0;
  background-color: transparent;
}

.masthead--search .masthead__content {
  margin-bottom: 50px;
}

.masthead--search .masthead__title {
  color: #000;
  font-weight: 700;
}

.masthead--search .masthead__title::after,
.masthead--search .masthead__title::before {
  display: none;
}

.page-clinical-trial-eligibility-criteria-data .elementor>.elementor-section:first-child .elementor-page-title h1:before {
  background-color: #034c8e;
}

.related-content {
  margin-top: 124px;
  margin-bottom: -60px;
  background-color: #ebf7ff;
}

.related-content__heading {
  font-size: clamp(1.25rem, 2.2151898734vw + 0.1867088608rem, 2.125rem);
  line-height: clamp(1.625rem, 2.3734177215vw + 0.4857594937rem, 2.5625rem);
}

.related-content hr {
  border-color: #0d78e3;
}

@media (min-width: 992px) {
  .related-content>.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 66.6666666667%;
  }
}

body#tinymce {
  margin: 12px !important;
}

.post-content>.vc_section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-content a {
  text-decoration: underline;
}

.post-content a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .post-content a {
    word-break: unset;
  }
}

.listing {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 992px) {
  .listing {
    margin-left: 0;
    margin-right: 0;
  }
}

.listing--publications {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .listing--publications {
    margin-top: 80px;
  }
}

.listing--publications-wrap {
  position: relative;
}

.screen-reader-text,
.blog-engaging-innovation .searchandfilter .sf-input-checkbox {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.no-js .js-hide {
  display: inline-block !important;
}

.no-js .no-js-show {
  display: inline-block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

.hide {
  display: none !important;
}

@media (min-width: 568px) {
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 568px) {
  .xs-block {
    display: block !important;
  }
}

@media (min-width: 568px) {
  .xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 568px) {
  .xs-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .sm-hide {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

@media (min-width: 992px) {
  .md-hide {
    display: none !important;
  }
}

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

@media (min-width: 992px) {
  .md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 568px) {
  .md-inline {
    display: inline !important;
  }
}

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

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

@media (min-width: 1200px) {
  .lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

@media (min-width: 1400px) {
  .xl-hide {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .xl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1400px) {
  .xl-inline {
    display: inline !important;
  }
}

.pseudo,
.vc-promo-box__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.align-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 568px) {
  .xs-align-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .sm-align-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .md-align-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .lg-align-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1400px) {
  .xl-align-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 568px) {
  .xs-align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .sm-align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .md-align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .lg-align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1400px) {
  .xl-align-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 568px) {
  .xs-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .sm-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .md-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .lg-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1400px) {
  .xl-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.text-white {
  color: #fff;
}

.text-white p,
.text-white .elementor-post.news .elementor-post__meta-data,
.elementor-post.news .text-white .elementor-post__meta-data,
.text-white .elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt .text-white p,
.text-white .elementor-post.job .elementor-post__title,
.elementor-post.job .text-white .elementor-post__title,
.text-white .elementor-post.job .elementor-post__meta-data,
.elementor-post.job .text-white .elementor-post__meta-data,
.text-white .elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt .text-white p,
.text-white h1,
.text-white .sli-content-pane.sli-widget h1,
.sli-content-pane.sli-widget .text-white h1,
.text-white h2,
.text-white .sli-content-pane.sli-widget h2,
.sli-content-pane.sli-widget .text-white h2,
.text-white .elementor-post.news .elementor-post__title,
.elementor-post.news .text-white .elementor-post__title,
.text-white h3,
.text-white .sli-content-pane.sli-widget h3,
.sli-content-pane.sli-widget .text-white h3,
.text-white .home-slider-wrap .swiper-pagination-bullet,
.home-slider-wrap .text-white .swiper-pagination-bullet,
.text-white .slider-nested-nav a,
.slider-nested-nav .text-white a,
.text-white h4,
.text-white .sli-content-pane.sli-widget h4,
.sli-content-pane.sli-widget .text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

a.text-white,
.text-white a {
  color: #fff;
}

a.text-white:hover,
.text-white a:hover {
  color: #fff;
  opacity: .5;
  text-decoration: underline;
}

a.btn:hover,
.sli-content-pane.sli-widget a.sli-button:hover,
.sli-content-pane.sli-widget a.sli-amount-label:hover,
.elementor-post.news a.elementor-post__read-more:hover {
  text-decoration: none;
}

.text-primary {
  color: #0d78e3 !important;
}

.text-primary-highlight {
  color: #f88e8a !important;
}

.text-blue {
  color: #0d78e3 !important;
}

.text-blue li:before {
  border-color: #0d78e3 transparent transparent transparent;
}

.text-dark-blue {
  color: #81bffb !important;
}

.text-dark-blue li:before {
  border-color: #81bffb transparent transparent transparent;
}

.text-darkest-blue {
  color: #034c8e !important;
}

.text-darkest-blue li:before {
  border-color: #034c8e transparent transparent transparent;
}

.text-light-blue {
  color: #ebf7ff !important;
}

.text-light-blue li:before {
  border-color: #ebf7ff transparent transparent transparent;
}

.text-hot-pink {
  color: #db285e !important;
}

.text-hot-pink li:before {
  border-color: #db285e transparent transparent transparent;
}

.text-red {
  color: #9b4141 !important;
}

.text-red li:before {
  border-color: #9b4141 transparent transparent transparent;
}

.text-center {
  display: block;
  text-align: center;
}

@media (min-width: 568px) {
  .xs-text-center {
    display: block;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sm-text-center {
    display: block;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .md-text-center {
    display: block;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .lg-text-center {
    display: block;
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .xl-text-center {
    display: block;
    text-align: center;
  }
}

.text-left {
  display: block;
  text-align: left;
}

@media (min-width: 568px) {
  .xs-text-left {
    display: block;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .sm-text-left {
    display: block;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .md-text-left {
    display: block;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .lg-text-left {
    display: block;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .xl-text-left {
    display: block;
    text-align: left;
  }
}

.text-right {
  display: block;
  text-align: right;
}

@media (min-width: 568px) {
  .xs-text-right {
    display: block;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .sm-text-right {
    display: block;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .md-text-right {
    display: block;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .lg-text-right {
    display: block;
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .xl-text-right {
    display: block;
    text-align: right;
  }
}

.visc-shadow {
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.25);
          box-shadow: 0px 4px 4px rgba(0,0,0,.25);
}

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13,120,227,.5);
}

.overlay>* {
  position: relative;
  z-index: 1;
}

.overlay.masthead .masthead__overlay {
  position: absolute;
  z-index: 0;
}

.overlay.wpb_column>.vc_column-inner {
  position: relative;
}

.overlay.wpb_column>.vc_column-inner:before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13,120,227,.5);
}

.overlay.wpb_column>.vc_column-inner>* {
  position: relative;
  z-index: 1;
}

.overlay--base-10:before {
  background: rgba(13,120,227,.1);
}

.overlay--base-10.wpb_column>.vc_column-inner:before {
  background: rgba(13,120,227,.1);
}

.overlay--base-25:before {
  background: rgba(13,120,227,.25);
}

.overlay--base-25.wpb_column>.vc_column-inner:before {
  background: rgba(13,120,227,.25);
}

.overlay--base-50:before {
  background: rgba(13,120,227,.5);
}

.overlay--base-50.wpb_column>.vc_column-inner:before {
  background: rgba(13,120,227,.5);
}

.overlay--base-70:before {
  background: rgba(13,120,227,.7);
}

.overlay--base-70.wpb_column>.vc_column-inner:before {
  background: rgba(13,120,227,.7);
}

.overlay--highlight-10:before {
  background: rgba(248,142,138,.1);
}

.overlay--highlight-10.wpb_column>.vc_column-inner:before {
  background: rgba(248,142,138,.1);
}

.overlay--highlight-25:before {
  background: rgba(248,142,138,.25);
}

.overlay--highlight-25.wpb_column>.vc_column-inner:before {
  background: rgba(248,142,138,.25);
}

.overlay--highlight-50:before {
  background: rgba(248,142,138,.5);
}

.overlay--highlight-50.wpb_column>.vc_column-inner:before {
  background: rgba(248,142,138,.5);
}

.overlay--highlight-75:before {
  background: rgba(248,142,138,.75);
}

.overlay--highlight-75.wpb_column>.vc_column-inner:before {
  background: rgba(248,142,138,.75);
}

.overlay--dark-gradient-left:before {
  background: -webkit-linear-gradient(45deg, black 0%, rgba(3, 6, 27, 0) 100%);
  background: -o-linear-gradient(45deg, black 0%, rgba(3, 6, 27, 0) 100%);
  background: linear-gradient(45deg, black 0%, rgba(3, 6, 27, 0) 100%);
}

.overlay--dark-gradient-left.wpb_column>.vc_column-inner:before {
  background: -webkit-linear-gradient(45deg, black 0%, rgba(3, 6, 27, 0) 100%);
  background: -o-linear-gradient(45deg, black 0%, rgba(3, 6, 27, 0) 100%);
  background: linear-gradient(45deg, black 0%, rgba(3, 6, 27, 0) 100%);
}

.overlay--dark-gradient-right:before {
  background: -webkit-linear-gradient(45deg, rgba(3, 6, 27, 0) 0%, black 100%);
  background: -o-linear-gradient(45deg, rgba(3, 6, 27, 0) 0%, black 100%);
  background: linear-gradient(45deg, rgba(3, 6, 27, 0) 0%, black 100%);
}

.overlay--dark-gradient-right.wpb_column>.vc_column-inner:before {
  background: -webkit-linear-gradient(45deg, rgba(3, 6, 27, 0) 0%, black 100%);
  background: -o-linear-gradient(45deg, rgba(3, 6, 27, 0) 0%, black 100%);
  background: linear-gradient(45deg, rgba(3, 6, 27, 0) 0%, black 100%);
}

.overlay--dark-gradient-top:before {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(3, 6, 27, 0)));
  background: -webkit-linear-gradient(top, black 0%, rgba(3, 6, 27, 0) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(3, 6, 27, 0) 100%);
  background: linear-gradient(180deg, black 0%, rgba(3, 6, 27, 0) 100%);
}

.overlay--dark-gradient-top.wpb_column>.vc_column-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(3, 6, 27, 0)));
  background: -webkit-linear-gradient(top, black 0%, rgba(3, 6, 27, 0) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(3, 6, 27, 0) 100%);
  background: linear-gradient(180deg, black 0%, rgba(3, 6, 27, 0) 100%);
}

.overlay--dark-gradient-bottom:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(3, 6, 27, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(3, 6, 27, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 0%, rgba(3, 6, 27, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(3, 6, 27, 0) 100%);
}

.overlay--dark-gradient-bottom.wpb_column>.vc_column-inner:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(3, 6, 27, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(3, 6, 27, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 0%, rgba(3, 6, 27, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(3, 6, 27, 0) 100%);
}

.overlay--light-gradient-left:before {
  background: -webkit-linear-gradient(45deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay--light-gradient-left.wpb_column>.vc_column-inner:before {
  background: -webkit-linear-gradient(45deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(45deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay--light-gradient-right:before {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.overlay--light-gradient-right.wpb_column>.vc_column-inner:before {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.overlay--light-gradient-top:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay--light-gradient-top.wpb_column>.vc_column-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay--light-gradient-bottom:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay--light-gradient-bottom.wpb_column>.vc_column-inner:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay.vc_section:before {
  display: block;
}

.bg--primary-base {
  background-color: #0d78e3;
}

.bg--primary-highlight {
  background-color: #f88e8a;
}

.bg--secondary1 {
  background-color: #ebf7ff;
}

.bg--secondary2 {
  background-color: #81bffb;
}

.bg--secondary3 {
  background-color: #3783bc;
}

.bg--secondary4 {
  background-color: #034c8e;
}

.bg--position-bottom {
  background-position: bottom !important;
}

.bg--position-top {
  background-position: top !important;
}

.bg--position-right {
  background-position: right !important;
}

.bg--position-left {
  background-position: left !important;
}

.bg--size-contain {
  background-size: contain !important;
}

#skip-to-content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 23px 14px;
  color: #fff;
  background: #f88e8a;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

#skip-to-content:focus,
#skip-to-content:active {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.image-edge {
  position: relative;
}

.image-edge--bg {
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .image-edge--bg {
    position: absolute;
    min-height: 0;
  }
}

.image-edge--bg [class^=vc_custom_],
.image-edge--bg [class*=" vc_custom_"] {
  height: 100%;
  min-height: 300px;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px;
}

.p-l-8 {
  padding-left: 8px;
}

.p-r-8 {
  padding-right: 8px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-b-8 {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .sm-p-t-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-8 {
    padding-bottom: 8px;
  }
}

.sm-p-l-8 {
  padding-left: 8px;
}

.sm-p-r-8 {
  padding-right: 8px;
}

@media (min-width: 768px) {
  .sm-m-t-8 {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .md-p-t-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-8 {
    padding-bottom: 8px;
  }
}

.md-p-l-8 {
  padding-left: 8px;
}

.md-p-r-8 {
  padding-right: 8px;
}

@media (min-width: 992px) {
  .md-m-t-8 {
    margin-top: 8px;
  }
}

@media (min-width: 992px) {
  .md-m-b-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-8 {
    padding-bottom: 8px;
  }
}

.lg-p-l-8 {
  padding-left: 8px;
}

.lg-p-r-8 {
  padding-right: 8px;
}

@media (min-width: 1200px) {
  .lg-m-t-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-8 {
    padding-bottom: 8px;
  }
}

.xl-p-l-8 {
  padding-left: 8px;
}

.xl-p-r-8 {
  padding-right: 8px;
}

@media (min-width: 1400px) {
  .xl-m-t-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-8 {
    margin-bottom: 8px;
  }
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-b-16 {
  padding-bottom: 16px;
}

.p-l-16 {
  padding-left: 16px;
}

.p-r-16 {
  padding-right: 16px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-b-16 {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .sm-p-t-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-16 {
    padding-bottom: 16px;
  }
}

.sm-p-l-16 {
  padding-left: 16px;
}

.sm-p-r-16 {
  padding-right: 16px;
}

@media (min-width: 768px) {
  .sm-m-t-16 {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .md-p-t-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-16 {
    padding-bottom: 16px;
  }
}

.md-p-l-16 {
  padding-left: 16px;
}

.md-p-r-16 {
  padding-right: 16px;
}

@media (min-width: 992px) {
  .md-m-t-16 {
    margin-top: 16px;
  }
}

@media (min-width: 992px) {
  .md-m-b-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-16 {
    padding-bottom: 16px;
  }
}

.lg-p-l-16 {
  padding-left: 16px;
}

.lg-p-r-16 {
  padding-right: 16px;
}

@media (min-width: 1200px) {
  .lg-m-t-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-16 {
    padding-top: 16px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-16 {
    padding-bottom: 16px;
  }
}

.xl-p-l-16 {
  padding-left: 16px;
}

.xl-p-r-16 {
  padding-right: 16px;
}

@media (min-width: 1400px) {
  .xl-m-t-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-16 {
    margin-bottom: 16px;
  }
}

.p-t-24 {
  padding-top: 24px !important;
}

.p-b-24 {
  padding-bottom: 24px;
}

.p-l-24 {
  padding-left: 24px;
}

.p-r-24 {
  padding-right: 24px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-b-24 {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .sm-p-t-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-24 {
    padding-bottom: 24px;
  }
}

.sm-p-l-24 {
  padding-left: 24px;
}

.sm-p-r-24 {
  padding-right: 24px;
}

@media (min-width: 768px) {
  .sm-m-t-24 {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .md-p-t-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-24 {
    padding-bottom: 24px;
  }
}

.md-p-l-24 {
  padding-left: 24px;
}

.md-p-r-24 {
  padding-right: 24px;
}

@media (min-width: 992px) {
  .md-m-t-24 {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .md-m-b-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-24 {
    padding-bottom: 24px;
  }
}

.lg-p-l-24 {
  padding-left: 24px;
}

.lg-p-r-24 {
  padding-right: 24px;
}

@media (min-width: 1200px) {
  .lg-m-t-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-24 {
    padding-top: 24px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-24 {
    padding-bottom: 24px;
  }
}

.xl-p-l-24 {
  padding-left: 24px;
}

.xl-p-r-24 {
  padding-right: 24px;
}

@media (min-width: 1400px) {
  .xl-m-t-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-24 {
    margin-bottom: 24px;
  }
}

.p-t-32 {
  padding-top: 32px !important;
}

.p-b-32 {
  padding-bottom: 32px;
}

.p-l-32 {
  padding-left: 32px;
}

.p-r-32 {
  padding-right: 32px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-b-32 {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .sm-p-t-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-32 {
    padding-bottom: 32px;
  }
}

.sm-p-l-32 {
  padding-left: 32px;
}

.sm-p-r-32 {
  padding-right: 32px;
}

@media (min-width: 768px) {
  .sm-m-t-32 {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .md-p-t-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-32 {
    padding-bottom: 32px;
  }
}

.md-p-l-32 {
  padding-left: 32px;
}

.md-p-r-32 {
  padding-right: 32px;
}

@media (min-width: 992px) {
  .md-m-t-32 {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .md-m-b-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-32 {
    padding-bottom: 32px;
  }
}

.lg-p-l-32 {
  padding-left: 32px;
}

.lg-p-r-32 {
  padding-right: 32px;
}

@media (min-width: 1200px) {
  .lg-m-t-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-32 {
    padding-top: 32px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-32 {
    padding-bottom: 32px;
  }
}

.xl-p-l-32 {
  padding-left: 32px;
}

.xl-p-r-32 {
  padding-right: 32px;
}

@media (min-width: 1400px) {
  .xl-m-t-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-32 {
    margin-bottom: 32px;
  }
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-r-40 {
  padding-right: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sm-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-40 {
    padding-bottom: 40px;
  }
}

.sm-p-l-40 {
  padding-left: 40px;
}

.sm-p-r-40 {
  padding-right: 40px;
}

@media (min-width: 768px) {
  .sm-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .md-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-40 {
    padding-bottom: 40px;
  }
}

.md-p-l-40 {
  padding-left: 40px;
}

.md-p-r-40 {
  padding-right: 40px;
}

@media (min-width: 992px) {
  .md-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .md-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-40 {
    padding-bottom: 40px;
  }
}

.lg-p-l-40 {
  padding-left: 40px;
}

.lg-p-r-40 {
  padding-right: 40px;
}

@media (min-width: 1200px) {
  .lg-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-40 {
    padding-bottom: 40px;
  }
}

.xl-p-l-40 {
  padding-left: 40px;
}

.xl-p-r-40 {
  padding-right: 40px;
}

@media (min-width: 1400px) {
  .xl-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-40 {
    margin-bottom: 40px;
  }
}

.p-t-48 {
  padding-top: 48px !important;
}

.p-b-48 {
  padding-bottom: 48px;
}

.p-l-48 {
  padding-left: 48px;
}

.p-r-48 {
  padding-right: 48px;
}

.m-t-48 {
  margin-top: 48px;
}

.m-b-48 {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .sm-p-t-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-48 {
    padding-bottom: 48px;
  }
}

.sm-p-l-48 {
  padding-left: 48px;
}

.sm-p-r-48 {
  padding-right: 48px;
}

@media (min-width: 768px) {
  .sm-m-t-48 {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .md-p-t-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-48 {
    padding-bottom: 48px;
  }
}

.md-p-l-48 {
  padding-left: 48px;
}

.md-p-r-48 {
  padding-right: 48px;
}

@media (min-width: 992px) {
  .md-m-t-48 {
    margin-top: 48px;
  }
}

@media (min-width: 992px) {
  .md-m-b-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-48 {
    padding-bottom: 48px;
  }
}

.lg-p-l-48 {
  padding-left: 48px;
}

.lg-p-r-48 {
  padding-right: 48px;
}

@media (min-width: 1200px) {
  .lg-m-t-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-48 {
    padding-top: 48px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-48 {
    padding-bottom: 48px;
  }
}

.xl-p-l-48 {
  padding-left: 48px;
}

.xl-p-r-48 {
  padding-right: 48px;
}

@media (min-width: 1400px) {
  .xl-m-t-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-48 {
    margin-bottom: 48px;
  }
}

.p-t-56 {
  padding-top: 56px !important;
}

.p-b-56 {
  padding-bottom: 56px;
}

.p-l-56 {
  padding-left: 56px;
}

.p-r-56 {
  padding-right: 56px;
}

.m-t-56 {
  margin-top: 56px;
}

.m-b-56 {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .sm-p-t-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-56 {
    padding-bottom: 56px;
  }
}

.sm-p-l-56 {
  padding-left: 56px;
}

.sm-p-r-56 {
  padding-right: 56px;
}

@media (min-width: 768px) {
  .sm-m-t-56 {
    margin-top: 56px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-56 {
    margin-bottom: 56px;
  }
}

@media (min-width: 992px) {
  .md-p-t-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-56 {
    padding-bottom: 56px;
  }
}

.md-p-l-56 {
  padding-left: 56px;
}

.md-p-r-56 {
  padding-right: 56px;
}

@media (min-width: 992px) {
  .md-m-t-56 {
    margin-top: 56px;
  }
}

@media (min-width: 992px) {
  .md-m-b-56 {
    margin-bottom: 56px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-56 {
    padding-bottom: 56px;
  }
}

.lg-p-l-56 {
  padding-left: 56px;
}

.lg-p-r-56 {
  padding-right: 56px;
}

@media (min-width: 1200px) {
  .lg-m-t-56 {
    margin-top: 56px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-56 {
    margin-bottom: 56px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-56 {
    padding-top: 56px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-56 {
    padding-bottom: 56px;
  }
}

.xl-p-l-56 {
  padding-left: 56px;
}

.xl-p-r-56 {
  padding-right: 56px;
}

@media (min-width: 1400px) {
  .xl-m-t-56 {
    margin-top: 56px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-56 {
    margin-bottom: 56px;
  }
}

.p-t-64 {
  padding-top: 64px !important;
}

.p-b-64 {
  padding-bottom: 64px;
}

.p-l-64 {
  padding-left: 64px;
}

.p-r-64 {
  padding-right: 64px;
}

.m-t-64 {
  margin-top: 64px;
}

.m-b-64 {
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .sm-p-t-64 {
    padding-top: 64px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-64 {
    padding-bottom: 64px;
  }
}

.sm-p-l-64 {
  padding-left: 64px;
}

.sm-p-r-64 {
  padding-right: 64px;
}

@media (min-width: 768px) {
  .sm-m-t-64 {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .md-p-t-64 {
    padding-top: 64px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-64 {
    padding-bottom: 64px;
  }
}

.md-p-l-64 {
  padding-left: 64px;
}

.md-p-r-64 {
  padding-right: 64px;
}

@media (min-width: 992px) {
  .md-m-t-64 {
    margin-top: 64px;
  }
}

@media (min-width: 992px) {
  .md-m-b-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-64 {
    padding-top: 64px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-64 {
    padding-bottom: 64px;
  }
}

.lg-p-l-64 {
  padding-left: 64px;
}

.lg-p-r-64 {
  padding-right: 64px;
}

@media (min-width: 1200px) {
  .lg-m-t-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-64 {
    padding-top: 64px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-64 {
    padding-bottom: 64px;
  }
}

.xl-p-l-64 {
  padding-left: 64px;
}

.xl-p-r-64 {
  padding-right: 64px;
}

@media (min-width: 1400px) {
  .xl-m-t-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-64 {
    margin-bottom: 64px;
  }
}

.p-t-72 {
  padding-top: 72px !important;
}

.p-b-72 {
  padding-bottom: 72px;
}

.p-l-72 {
  padding-left: 72px;
}

.p-r-72 {
  padding-right: 72px;
}

.m-t-72 {
  margin-top: 72px;
}

.m-b-72 {
  margin-bottom: 72px;
}

@media (min-width: 768px) {
  .sm-p-t-72 {
    padding-top: 72px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-72 {
    padding-bottom: 72px;
  }
}

.sm-p-l-72 {
  padding-left: 72px;
}

.sm-p-r-72 {
  padding-right: 72px;
}

@media (min-width: 768px) {
  .sm-m-t-72 {
    margin-top: 72px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-72 {
    margin-bottom: 72px;
  }
}

@media (min-width: 992px) {
  .md-p-t-72 {
    padding-top: 72px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-72 {
    padding-bottom: 72px;
  }
}

.md-p-l-72 {
  padding-left: 72px;
}

.md-p-r-72 {
  padding-right: 72px;
}

@media (min-width: 992px) {
  .md-m-t-72 {
    margin-top: 72px;
  }
}

@media (min-width: 992px) {
  .md-m-b-72 {
    margin-bottom: 72px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-72 {
    padding-top: 72px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-72 {
    padding-bottom: 72px;
  }
}

.lg-p-l-72 {
  padding-left: 72px;
}

.lg-p-r-72 {
  padding-right: 72px;
}

@media (min-width: 1200px) {
  .lg-m-t-72 {
    margin-top: 72px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-72 {
    margin-bottom: 72px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-72 {
    padding-top: 72px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-72 {
    padding-bottom: 72px;
  }
}

.xl-p-l-72 {
  padding-left: 72px;
}

.xl-p-r-72 {
  padding-right: 72px;
}

@media (min-width: 1400px) {
  .xl-m-t-72 {
    margin-top: 72px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-72 {
    margin-bottom: 72px;
  }
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-r-80 {
  padding-right: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .sm-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-80 {
    padding-bottom: 80px;
  }
}

.sm-p-l-80 {
  padding-left: 80px;
}

.sm-p-r-80 {
  padding-right: 80px;
}

@media (min-width: 768px) {
  .sm-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .md-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-80 {
    padding-bottom: 80px;
  }
}

.md-p-l-80 {
  padding-left: 80px;
}

.md-p-r-80 {
  padding-right: 80px;
}

@media (min-width: 992px) {
  .md-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .md-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-80 {
    padding-bottom: 80px;
  }
}

.lg-p-l-80 {
  padding-left: 80px;
}

.lg-p-r-80 {
  padding-right: 80px;
}

@media (min-width: 1200px) {
  .lg-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-80 {
    padding-bottom: 80px;
  }
}

.xl-p-l-80 {
  padding-left: 80px;
}

.xl-p-r-80 {
  padding-right: 80px;
}

@media (min-width: 1400px) {
  .xl-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-80 {
    margin-bottom: 80px;
  }
}

.p-t-88 {
  padding-top: 88px !important;
}

.p-b-88 {
  padding-bottom: 88px;
}

.p-l-88 {
  padding-left: 88px;
}

.p-r-88 {
  padding-right: 88px;
}

.m-t-88 {
  margin-top: 88px;
}

.m-b-88 {
  margin-bottom: 88px;
}

@media (min-width: 768px) {
  .sm-p-t-88 {
    padding-top: 88px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-88 {
    padding-bottom: 88px;
  }
}

.sm-p-l-88 {
  padding-left: 88px;
}

.sm-p-r-88 {
  padding-right: 88px;
}

@media (min-width: 768px) {
  .sm-m-t-88 {
    margin-top: 88px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-88 {
    margin-bottom: 88px;
  }
}

@media (min-width: 992px) {
  .md-p-t-88 {
    padding-top: 88px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-88 {
    padding-bottom: 88px;
  }
}

.md-p-l-88 {
  padding-left: 88px;
}

.md-p-r-88 {
  padding-right: 88px;
}

@media (min-width: 992px) {
  .md-m-t-88 {
    margin-top: 88px;
  }
}

@media (min-width: 992px) {
  .md-m-b-88 {
    margin-bottom: 88px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-88 {
    padding-top: 88px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-88 {
    padding-bottom: 88px;
  }
}

.lg-p-l-88 {
  padding-left: 88px;
}

.lg-p-r-88 {
  padding-right: 88px;
}

@media (min-width: 1200px) {
  .lg-m-t-88 {
    margin-top: 88px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-88 {
    margin-bottom: 88px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-88 {
    padding-top: 88px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-88 {
    padding-bottom: 88px;
  }
}

.xl-p-l-88 {
  padding-left: 88px;
}

.xl-p-r-88 {
  padding-right: 88px;
}

@media (min-width: 1400px) {
  .xl-m-t-88 {
    margin-top: 88px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-88 {
    margin-bottom: 88px;
  }
}

.p-t-96 {
  padding-top: 96px !important;
}

.p-b-96 {
  padding-bottom: 96px;
}

.p-l-96 {
  padding-left: 96px;
}

.p-r-96 {
  padding-right: 96px;
}

.m-t-96 {
  margin-top: 96px;
}

.m-b-96 {
  margin-bottom: 96px;
}

@media (min-width: 768px) {
  .sm-p-t-96 {
    padding-top: 96px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-96 {
    padding-bottom: 96px;
  }
}

.sm-p-l-96 {
  padding-left: 96px;
}

.sm-p-r-96 {
  padding-right: 96px;
}

@media (min-width: 768px) {
  .sm-m-t-96 {
    margin-top: 96px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 992px) {
  .md-p-t-96 {
    padding-top: 96px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-96 {
    padding-bottom: 96px;
  }
}

.md-p-l-96 {
  padding-left: 96px;
}

.md-p-r-96 {
  padding-right: 96px;
}

@media (min-width: 992px) {
  .md-m-t-96 {
    margin-top: 96px;
  }
}

@media (min-width: 992px) {
  .md-m-b-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-96 {
    padding-top: 96px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-96 {
    padding-bottom: 96px;
  }
}

.lg-p-l-96 {
  padding-left: 96px;
}

.lg-p-r-96 {
  padding-right: 96px;
}

@media (min-width: 1200px) {
  .lg-m-t-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-96 {
    padding-top: 96px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-96 {
    padding-bottom: 96px;
  }
}

.xl-p-l-96 {
  padding-left: 96px;
}

.xl-p-r-96 {
  padding-right: 96px;
}

@media (min-width: 1400px) {
  .xl-m-t-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-96 {
    margin-bottom: 96px;
  }
}

.p-t-104 {
  padding-top: 104px !important;
}

.p-b-104 {
  padding-bottom: 104px;
}

.p-l-104 {
  padding-left: 104px;
}

.p-r-104 {
  padding-right: 104px;
}

.m-t-104 {
  margin-top: 104px;
}

.m-b-104 {
  margin-bottom: 104px;
}

@media (min-width: 768px) {
  .sm-p-t-104 {
    padding-top: 104px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-104 {
    padding-bottom: 104px;
  }
}

.sm-p-l-104 {
  padding-left: 104px;
}

.sm-p-r-104 {
  padding-right: 104px;
}

@media (min-width: 768px) {
  .sm-m-t-104 {
    margin-top: 104px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-104 {
    margin-bottom: 104px;
  }
}

@media (min-width: 992px) {
  .md-p-t-104 {
    padding-top: 104px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-104 {
    padding-bottom: 104px;
  }
}

.md-p-l-104 {
  padding-left: 104px;
}

.md-p-r-104 {
  padding-right: 104px;
}

@media (min-width: 992px) {
  .md-m-t-104 {
    margin-top: 104px;
  }
}

@media (min-width: 992px) {
  .md-m-b-104 {
    margin-bottom: 104px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-104 {
    padding-top: 104px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-104 {
    padding-bottom: 104px;
  }
}

.lg-p-l-104 {
  padding-left: 104px;
}

.lg-p-r-104 {
  padding-right: 104px;
}

@media (min-width: 1200px) {
  .lg-m-t-104 {
    margin-top: 104px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-104 {
    margin-bottom: 104px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-104 {
    padding-top: 104px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-104 {
    padding-bottom: 104px;
  }
}

.xl-p-l-104 {
  padding-left: 104px;
}

.xl-p-r-104 {
  padding-right: 104px;
}

@media (min-width: 1400px) {
  .xl-m-t-104 {
    margin-top: 104px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-104 {
    margin-bottom: 104px;
  }
}

.p-t-112 {
  padding-top: 112px !important;
}

.p-b-112 {
  padding-bottom: 112px;
}

.p-l-112 {
  padding-left: 112px;
}

.p-r-112 {
  padding-right: 112px;
}

.m-t-112 {
  margin-top: 112px;
}

.m-b-112 {
  margin-bottom: 112px;
}

@media (min-width: 768px) {
  .sm-p-t-112 {
    padding-top: 112px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-112 {
    padding-bottom: 112px;
  }
}

.sm-p-l-112 {
  padding-left: 112px;
}

.sm-p-r-112 {
  padding-right: 112px;
}

@media (min-width: 768px) {
  .sm-m-t-112 {
    margin-top: 112px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-112 {
    margin-bottom: 112px;
  }
}

@media (min-width: 992px) {
  .md-p-t-112 {
    padding-top: 112px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-112 {
    padding-bottom: 112px;
  }
}

.md-p-l-112 {
  padding-left: 112px;
}

.md-p-r-112 {
  padding-right: 112px;
}

@media (min-width: 992px) {
  .md-m-t-112 {
    margin-top: 112px;
  }
}

@media (min-width: 992px) {
  .md-m-b-112 {
    margin-bottom: 112px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-112 {
    padding-top: 112px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-112 {
    padding-bottom: 112px;
  }
}

.lg-p-l-112 {
  padding-left: 112px;
}

.lg-p-r-112 {
  padding-right: 112px;
}

@media (min-width: 1200px) {
  .lg-m-t-112 {
    margin-top: 112px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-112 {
    margin-bottom: 112px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-112 {
    padding-top: 112px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-112 {
    padding-bottom: 112px;
  }
}

.xl-p-l-112 {
  padding-left: 112px;
}

.xl-p-r-112 {
  padding-right: 112px;
}

@media (min-width: 1400px) {
  .xl-m-t-112 {
    margin-top: 112px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-112 {
    margin-bottom: 112px;
  }
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-l-120 {
  padding-left: 120px;
}

.p-r-120 {
  padding-right: 120px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .sm-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-120 {
    padding-bottom: 120px;
  }
}

.sm-p-l-120 {
  padding-left: 120px;
}

.sm-p-r-120 {
  padding-right: 120px;
}

@media (min-width: 768px) {
  .sm-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .md-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-120 {
    padding-bottom: 120px;
  }
}

.md-p-l-120 {
  padding-left: 120px;
}

.md-p-r-120 {
  padding-right: 120px;
}

@media (min-width: 992px) {
  .md-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .md-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-120 {
    padding-bottom: 120px;
  }
}

.lg-p-l-120 {
  padding-left: 120px;
}

.lg-p-r-120 {
  padding-right: 120px;
}

@media (min-width: 1200px) {
  .lg-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-120 {
    padding-bottom: 120px;
  }
}

.xl-p-l-120 {
  padding-left: 120px;
}

.xl-p-r-120 {
  padding-right: 120px;
}

@media (min-width: 1400px) {
  .xl-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-120 {
    margin-bottom: 120px;
  }
}

.p-t-136 {
  padding-top: 136px !important;
}

.p-b-136 {
  padding-bottom: 136px;
}

.p-l-136 {
  padding-left: 136px;
}

.p-r-136 {
  padding-right: 136px;
}

.m-t-136 {
  margin-top: 136px;
}

.m-b-136 {
  margin-bottom: 136px;
}

@media (min-width: 768px) {
  .sm-p-t-136 {
    padding-top: 136px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-136 {
    padding-bottom: 136px;
  }
}

.sm-p-l-136 {
  padding-left: 136px;
}

.sm-p-r-136 {
  padding-right: 136px;
}

@media (min-width: 768px) {
  .sm-m-t-136 {
    margin-top: 136px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-136 {
    margin-bottom: 136px;
  }
}

@media (min-width: 992px) {
  .md-p-t-136 {
    padding-top: 136px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-136 {
    padding-bottom: 136px;
  }
}

.md-p-l-136 {
  padding-left: 136px;
}

.md-p-r-136 {
  padding-right: 136px;
}

@media (min-width: 992px) {
  .md-m-t-136 {
    margin-top: 136px;
  }
}

@media (min-width: 992px) {
  .md-m-b-136 {
    margin-bottom: 136px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-136 {
    padding-top: 136px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-136 {
    padding-bottom: 136px;
  }
}

.lg-p-l-136 {
  padding-left: 136px;
}

.lg-p-r-136 {
  padding-right: 136px;
}

@media (min-width: 1200px) {
  .lg-m-t-136 {
    margin-top: 136px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-136 {
    margin-bottom: 136px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-136 {
    padding-top: 136px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-136 {
    padding-bottom: 136px;
  }
}

.xl-p-l-136 {
  padding-left: 136px;
}

.xl-p-r-136 {
  padding-right: 136px;
}

@media (min-width: 1400px) {
  .xl-m-t-136 {
    margin-top: 136px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-136 {
    margin-bottom: 136px;
  }
}

.p-t-152 {
  padding-top: 152px !important;
}

.p-b-152 {
  padding-bottom: 152px;
}

.p-l-152 {
  padding-left: 152px;
}

.p-r-152 {
  padding-right: 152px;
}

.m-t-152 {
  margin-top: 152px;
}

.m-b-152 {
  margin-bottom: 152px;
}

@media (min-width: 768px) {
  .sm-p-t-152 {
    padding-top: 152px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-152 {
    padding-bottom: 152px;
  }
}

.sm-p-l-152 {
  padding-left: 152px;
}

.sm-p-r-152 {
  padding-right: 152px;
}

@media (min-width: 768px) {
  .sm-m-t-152 {
    margin-top: 152px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-152 {
    margin-bottom: 152px;
  }
}

@media (min-width: 992px) {
  .md-p-t-152 {
    padding-top: 152px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-152 {
    padding-bottom: 152px;
  }
}

.md-p-l-152 {
  padding-left: 152px;
}

.md-p-r-152 {
  padding-right: 152px;
}

@media (min-width: 992px) {
  .md-m-t-152 {
    margin-top: 152px;
  }
}

@media (min-width: 992px) {
  .md-m-b-152 {
    margin-bottom: 152px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-152 {
    padding-top: 152px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-152 {
    padding-bottom: 152px;
  }
}

.lg-p-l-152 {
  padding-left: 152px;
}

.lg-p-r-152 {
  padding-right: 152px;
}

@media (min-width: 1200px) {
  .lg-m-t-152 {
    margin-top: 152px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-152 {
    margin-bottom: 152px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-152 {
    padding-top: 152px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-152 {
    padding-bottom: 152px;
  }
}

.xl-p-l-152 {
  padding-left: 152px;
}

.xl-p-r-152 {
  padding-right: 152px;
}

@media (min-width: 1400px) {
  .xl-m-t-152 {
    margin-top: 152px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-152 {
    margin-bottom: 152px;
  }
}

.p-t-168 {
  padding-top: 168px !important;
}

.p-b-168 {
  padding-bottom: 168px;
}

.p-l-168 {
  padding-left: 168px;
}

.p-r-168 {
  padding-right: 168px;
}

.m-t-168 {
  margin-top: 168px;
}

.m-b-168 {
  margin-bottom: 168px;
}

@media (min-width: 768px) {
  .sm-p-t-168 {
    padding-top: 168px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-168 {
    padding-bottom: 168px;
  }
}

.sm-p-l-168 {
  padding-left: 168px;
}

.sm-p-r-168 {
  padding-right: 168px;
}

@media (min-width: 768px) {
  .sm-m-t-168 {
    margin-top: 168px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-168 {
    margin-bottom: 168px;
  }
}

@media (min-width: 992px) {
  .md-p-t-168 {
    padding-top: 168px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-168 {
    padding-bottom: 168px;
  }
}

.md-p-l-168 {
  padding-left: 168px;
}

.md-p-r-168 {
  padding-right: 168px;
}

@media (min-width: 992px) {
  .md-m-t-168 {
    margin-top: 168px;
  }
}

@media (min-width: 992px) {
  .md-m-b-168 {
    margin-bottom: 168px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-168 {
    padding-top: 168px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-168 {
    padding-bottom: 168px;
  }
}

.lg-p-l-168 {
  padding-left: 168px;
}

.lg-p-r-168 {
  padding-right: 168px;
}

@media (min-width: 1200px) {
  .lg-m-t-168 {
    margin-top: 168px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-168 {
    margin-bottom: 168px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-168 {
    padding-top: 168px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-168 {
    padding-bottom: 168px;
  }
}

.xl-p-l-168 {
  padding-left: 168px;
}

.xl-p-r-168 {
  padding-right: 168px;
}

@media (min-width: 1400px) {
  .xl-m-t-168 {
    margin-top: 168px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-168 {
    margin-bottom: 168px;
  }
}

.p-t-184 {
  padding-top: 184px !important;
}

.p-b-184 {
  padding-bottom: 184px;
}

.p-l-184 {
  padding-left: 184px;
}

.p-r-184 {
  padding-right: 184px;
}

.m-t-184 {
  margin-top: 184px;
}

.m-b-184 {
  margin-bottom: 184px;
}

@media (min-width: 768px) {
  .sm-p-t-184 {
    padding-top: 184px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-184 {
    padding-bottom: 184px;
  }
}

.sm-p-l-184 {
  padding-left: 184px;
}

.sm-p-r-184 {
  padding-right: 184px;
}

@media (min-width: 768px) {
  .sm-m-t-184 {
    margin-top: 184px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-184 {
    margin-bottom: 184px;
  }
}

@media (min-width: 992px) {
  .md-p-t-184 {
    padding-top: 184px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-184 {
    padding-bottom: 184px;
  }
}

.md-p-l-184 {
  padding-left: 184px;
}

.md-p-r-184 {
  padding-right: 184px;
}

@media (min-width: 992px) {
  .md-m-t-184 {
    margin-top: 184px;
  }
}

@media (min-width: 992px) {
  .md-m-b-184 {
    margin-bottom: 184px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-184 {
    padding-top: 184px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-184 {
    padding-bottom: 184px;
  }
}

.lg-p-l-184 {
  padding-left: 184px;
}

.lg-p-r-184 {
  padding-right: 184px;
}

@media (min-width: 1200px) {
  .lg-m-t-184 {
    margin-top: 184px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-184 {
    margin-bottom: 184px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-184 {
    padding-top: 184px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-184 {
    padding-bottom: 184px;
  }
}

.xl-p-l-184 {
  padding-left: 184px;
}

.xl-p-r-184 {
  padding-right: 184px;
}

@media (min-width: 1400px) {
  .xl-m-t-184 {
    margin-top: 184px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-184 {
    margin-bottom: 184px;
  }
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px;
}

.p-l-200 {
  padding-left: 200px;
}

.p-r-200 {
  padding-right: 200px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

@media (min-width: 768px) {
  .sm-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b-200 {
    padding-bottom: 200px;
  }
}

.sm-p-l-200 {
  padding-left: 200px;
}

.sm-p-r-200 {
  padding-right: 200px;
}

@media (min-width: 768px) {
  .sm-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .sm-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .md-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b-200 {
    padding-bottom: 200px;
  }
}

.md-p-l-200 {
  padding-left: 200px;
}

.md-p-r-200 {
  padding-right: 200px;
}

@media (min-width: 992px) {
  .md-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .md-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b-200 {
    padding-bottom: 200px;
  }
}

.lg-p-l-200 {
  padding-left: 200px;
}

.lg-p-r-200 {
  padding-right: 200px;
}

@media (min-width: 1200px) {
  .lg-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b-200 {
    padding-bottom: 200px;
  }
}

.xl-p-l-200 {
  padding-left: 200px;
}

.xl-p-r-200 {
  padding-right: 200px;
}

@media (min-width: 1400px) {
  .xl-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b-200 {
    margin-bottom: 200px;
  }
}

.p-t--8 {
  padding-top: -8px !important;
}

.p-b--8 {
  padding-bottom: -8px;
}

.p-l--8 {
  padding-left: -8px;
}

.p-r--8 {
  padding-right: -8px;
}

.m-t--8 {
  margin-top: -8px;
}

.m-b--8 {
  margin-bottom: -8px;
}

@media (min-width: 768px) {
  .sm-p-t--8 {
    padding-top: -8px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--8 {
    padding-bottom: -8px;
  }
}

.sm-p-l--8 {
  padding-left: -8px;
}

.sm-p-r--8 {
  padding-right: -8px;
}

@media (min-width: 768px) {
  .sm-m-t--8 {
    margin-top: -8px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--8 {
    margin-bottom: -8px;
  }
}

@media (min-width: 992px) {
  .md-p-t--8 {
    padding-top: -8px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--8 {
    padding-bottom: -8px;
  }
}

.md-p-l--8 {
  padding-left: -8px;
}

.md-p-r--8 {
  padding-right: -8px;
}

@media (min-width: 992px) {
  .md-m-t--8 {
    margin-top: -8px;
  }
}

@media (min-width: 992px) {
  .md-m-b--8 {
    margin-bottom: -8px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--8 {
    padding-top: -8px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--8 {
    padding-bottom: -8px;
  }
}

.lg-p-l--8 {
  padding-left: -8px;
}

.lg-p-r--8 {
  padding-right: -8px;
}

@media (min-width: 1200px) {
  .lg-m-t--8 {
    margin-top: -8px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--8 {
    margin-bottom: -8px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--8 {
    padding-top: -8px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--8 {
    padding-bottom: -8px;
  }
}

.xl-p-l--8 {
  padding-left: -8px;
}

.xl-p-r--8 {
  padding-right: -8px;
}

@media (min-width: 1400px) {
  .xl-m-t--8 {
    margin-top: -8px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--8 {
    margin-bottom: -8px;
  }
}

.p-t--16 {
  padding-top: -16px !important;
}

.p-b--16 {
  padding-bottom: -16px;
}

.p-l--16 {
  padding-left: -16px;
}

.p-r--16 {
  padding-right: -16px;
}

.m-t--16 {
  margin-top: -16px;
}

.m-b--16 {
  margin-bottom: -16px;
}

@media (min-width: 768px) {
  .sm-p-t--16 {
    padding-top: -16px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--16 {
    padding-bottom: -16px;
  }
}

.sm-p-l--16 {
  padding-left: -16px;
}

.sm-p-r--16 {
  padding-right: -16px;
}

@media (min-width: 768px) {
  .sm-m-t--16 {
    margin-top: -16px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--16 {
    margin-bottom: -16px;
  }
}

@media (min-width: 992px) {
  .md-p-t--16 {
    padding-top: -16px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--16 {
    padding-bottom: -16px;
  }
}

.md-p-l--16 {
  padding-left: -16px;
}

.md-p-r--16 {
  padding-right: -16px;
}

@media (min-width: 992px) {
  .md-m-t--16 {
    margin-top: -16px;
  }
}

@media (min-width: 992px) {
  .md-m-b--16 {
    margin-bottom: -16px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--16 {
    padding-top: -16px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--16 {
    padding-bottom: -16px;
  }
}

.lg-p-l--16 {
  padding-left: -16px;
}

.lg-p-r--16 {
  padding-right: -16px;
}

@media (min-width: 1200px) {
  .lg-m-t--16 {
    margin-top: -16px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--16 {
    margin-bottom: -16px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--16 {
    padding-top: -16px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--16 {
    padding-bottom: -16px;
  }
}

.xl-p-l--16 {
  padding-left: -16px;
}

.xl-p-r--16 {
  padding-right: -16px;
}

@media (min-width: 1400px) {
  .xl-m-t--16 {
    margin-top: -16px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--16 {
    margin-bottom: -16px;
  }
}

.p-t--24 {
  padding-top: -24px !important;
}

.p-b--24 {
  padding-bottom: -24px;
}

.p-l--24 {
  padding-left: -24px;
}

.p-r--24 {
  padding-right: -24px;
}

.m-t--24 {
  margin-top: -24px;
}

.m-b--24 {
  margin-bottom: -24px;
}

@media (min-width: 768px) {
  .sm-p-t--24 {
    padding-top: -24px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--24 {
    padding-bottom: -24px;
  }
}

.sm-p-l--24 {
  padding-left: -24px;
}

.sm-p-r--24 {
  padding-right: -24px;
}

@media (min-width: 768px) {
  .sm-m-t--24 {
    margin-top: -24px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--24 {
    margin-bottom: -24px;
  }
}

@media (min-width: 992px) {
  .md-p-t--24 {
    padding-top: -24px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--24 {
    padding-bottom: -24px;
  }
}

.md-p-l--24 {
  padding-left: -24px;
}

.md-p-r--24 {
  padding-right: -24px;
}

@media (min-width: 992px) {
  .md-m-t--24 {
    margin-top: -24px;
  }
}

@media (min-width: 992px) {
  .md-m-b--24 {
    margin-bottom: -24px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--24 {
    padding-top: -24px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--24 {
    padding-bottom: -24px;
  }
}

.lg-p-l--24 {
  padding-left: -24px;
}

.lg-p-r--24 {
  padding-right: -24px;
}

@media (min-width: 1200px) {
  .lg-m-t--24 {
    margin-top: -24px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--24 {
    margin-bottom: -24px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--24 {
    padding-top: -24px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--24 {
    padding-bottom: -24px;
  }
}

.xl-p-l--24 {
  padding-left: -24px;
}

.xl-p-r--24 {
  padding-right: -24px;
}

@media (min-width: 1400px) {
  .xl-m-t--24 {
    margin-top: -24px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--24 {
    margin-bottom: -24px;
  }
}

.p-t--32 {
  padding-top: -32px !important;
}

.p-b--32 {
  padding-bottom: -32px;
}

.p-l--32 {
  padding-left: -32px;
}

.p-r--32 {
  padding-right: -32px;
}

.m-t--32 {
  margin-top: -32px;
}

.m-b--32 {
  margin-bottom: -32px;
}

@media (min-width: 768px) {
  .sm-p-t--32 {
    padding-top: -32px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--32 {
    padding-bottom: -32px;
  }
}

.sm-p-l--32 {
  padding-left: -32px;
}

.sm-p-r--32 {
  padding-right: -32px;
}

@media (min-width: 768px) {
  .sm-m-t--32 {
    margin-top: -32px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--32 {
    margin-bottom: -32px;
  }
}

@media (min-width: 992px) {
  .md-p-t--32 {
    padding-top: -32px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--32 {
    padding-bottom: -32px;
  }
}

.md-p-l--32 {
  padding-left: -32px;
}

.md-p-r--32 {
  padding-right: -32px;
}

@media (min-width: 992px) {
  .md-m-t--32 {
    margin-top: -32px;
  }
}

@media (min-width: 992px) {
  .md-m-b--32 {
    margin-bottom: -32px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--32 {
    padding-top: -32px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--32 {
    padding-bottom: -32px;
  }
}

.lg-p-l--32 {
  padding-left: -32px;
}

.lg-p-r--32 {
  padding-right: -32px;
}

@media (min-width: 1200px) {
  .lg-m-t--32 {
    margin-top: -32px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--32 {
    margin-bottom: -32px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--32 {
    padding-top: -32px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--32 {
    padding-bottom: -32px;
  }
}

.xl-p-l--32 {
  padding-left: -32px;
}

.xl-p-r--32 {
  padding-right: -32px;
}

@media (min-width: 1400px) {
  .xl-m-t--32 {
    margin-top: -32px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--32 {
    margin-bottom: -32px;
  }
}

.p-t--40 {
  padding-top: -40px !important;
}

.p-b--40 {
  padding-bottom: -40px;
}

.p-l--40 {
  padding-left: -40px;
}

.p-r--40 {
  padding-right: -40px;
}

.m-t--40 {
  margin-top: -40px;
}

.m-b--40 {
  margin-bottom: -40px;
}

@media (min-width: 768px) {
  .sm-p-t--40 {
    padding-top: -40px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--40 {
    padding-bottom: -40px;
  }
}

.sm-p-l--40 {
  padding-left: -40px;
}

.sm-p-r--40 {
  padding-right: -40px;
}

@media (min-width: 768px) {
  .sm-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 992px) {
  .md-p-t--40 {
    padding-top: -40px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--40 {
    padding-bottom: -40px;
  }
}

.md-p-l--40 {
  padding-left: -40px;
}

.md-p-r--40 {
  padding-right: -40px;
}

@media (min-width: 992px) {
  .md-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 992px) {
  .md-m-b--40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--40 {
    padding-top: -40px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--40 {
    padding-bottom: -40px;
  }
}

.lg-p-l--40 {
  padding-left: -40px;
}

.lg-p-r--40 {
  padding-right: -40px;
}

@media (min-width: 1200px) {
  .lg-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--40 {
    padding-top: -40px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--40 {
    padding-bottom: -40px;
  }
}

.xl-p-l--40 {
  padding-left: -40px;
}

.xl-p-r--40 {
  padding-right: -40px;
}

@media (min-width: 1400px) {
  .xl-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--40 {
    margin-bottom: -40px;
  }
}

.p-t--48 {
  padding-top: -48px !important;
}

.p-b--48 {
  padding-bottom: -48px;
}

.p-l--48 {
  padding-left: -48px;
}

.p-r--48 {
  padding-right: -48px;
}

.m-t--48 {
  margin-top: -48px;
}

.m-b--48 {
  margin-bottom: -48px;
}

@media (min-width: 768px) {
  .sm-p-t--48 {
    padding-top: -48px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--48 {
    padding-bottom: -48px;
  }
}

.sm-p-l--48 {
  padding-left: -48px;
}

.sm-p-r--48 {
  padding-right: -48px;
}

@media (min-width: 768px) {
  .sm-m-t--48 {
    margin-top: -48px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--48 {
    margin-bottom: -48px;
  }
}

@media (min-width: 992px) {
  .md-p-t--48 {
    padding-top: -48px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--48 {
    padding-bottom: -48px;
  }
}

.md-p-l--48 {
  padding-left: -48px;
}

.md-p-r--48 {
  padding-right: -48px;
}

@media (min-width: 992px) {
  .md-m-t--48 {
    margin-top: -48px;
  }
}

@media (min-width: 992px) {
  .md-m-b--48 {
    margin-bottom: -48px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--48 {
    padding-top: -48px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--48 {
    padding-bottom: -48px;
  }
}

.lg-p-l--48 {
  padding-left: -48px;
}

.lg-p-r--48 {
  padding-right: -48px;
}

@media (min-width: 1200px) {
  .lg-m-t--48 {
    margin-top: -48px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--48 {
    margin-bottom: -48px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--48 {
    padding-top: -48px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--48 {
    padding-bottom: -48px;
  }
}

.xl-p-l--48 {
  padding-left: -48px;
}

.xl-p-r--48 {
  padding-right: -48px;
}

@media (min-width: 1400px) {
  .xl-m-t--48 {
    margin-top: -48px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--48 {
    margin-bottom: -48px;
  }
}

.p-t--56 {
  padding-top: -56px !important;
}

.p-b--56 {
  padding-bottom: -56px;
}

.p-l--56 {
  padding-left: -56px;
}

.p-r--56 {
  padding-right: -56px;
}

.m-t--56 {
  margin-top: -56px;
}

.m-b--56 {
  margin-bottom: -56px;
}

@media (min-width: 768px) {
  .sm-p-t--56 {
    padding-top: -56px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--56 {
    padding-bottom: -56px;
  }
}

.sm-p-l--56 {
  padding-left: -56px;
}

.sm-p-r--56 {
  padding-right: -56px;
}

@media (min-width: 768px) {
  .sm-m-t--56 {
    margin-top: -56px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--56 {
    margin-bottom: -56px;
  }
}

@media (min-width: 992px) {
  .md-p-t--56 {
    padding-top: -56px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--56 {
    padding-bottom: -56px;
  }
}

.md-p-l--56 {
  padding-left: -56px;
}

.md-p-r--56 {
  padding-right: -56px;
}

@media (min-width: 992px) {
  .md-m-t--56 {
    margin-top: -56px;
  }
}

@media (min-width: 992px) {
  .md-m-b--56 {
    margin-bottom: -56px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--56 {
    padding-top: -56px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--56 {
    padding-bottom: -56px;
  }
}

.lg-p-l--56 {
  padding-left: -56px;
}

.lg-p-r--56 {
  padding-right: -56px;
}

@media (min-width: 1200px) {
  .lg-m-t--56 {
    margin-top: -56px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--56 {
    margin-bottom: -56px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--56 {
    padding-top: -56px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--56 {
    padding-bottom: -56px;
  }
}

.xl-p-l--56 {
  padding-left: -56px;
}

.xl-p-r--56 {
  padding-right: -56px;
}

@media (min-width: 1400px) {
  .xl-m-t--56 {
    margin-top: -56px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--56 {
    margin-bottom: -56px;
  }
}

.p-t--64 {
  padding-top: -64px !important;
}

.p-b--64 {
  padding-bottom: -64px;
}

.p-l--64 {
  padding-left: -64px;
}

.p-r--64 {
  padding-right: -64px;
}

.m-t--64 {
  margin-top: -64px;
}

.m-b--64 {
  margin-bottom: -64px;
}

@media (min-width: 768px) {
  .sm-p-t--64 {
    padding-top: -64px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--64 {
    padding-bottom: -64px;
  }
}

.sm-p-l--64 {
  padding-left: -64px;
}

.sm-p-r--64 {
  padding-right: -64px;
}

@media (min-width: 768px) {
  .sm-m-t--64 {
    margin-top: -64px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--64 {
    margin-bottom: -64px;
  }
}

@media (min-width: 992px) {
  .md-p-t--64 {
    padding-top: -64px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--64 {
    padding-bottom: -64px;
  }
}

.md-p-l--64 {
  padding-left: -64px;
}

.md-p-r--64 {
  padding-right: -64px;
}

@media (min-width: 992px) {
  .md-m-t--64 {
    margin-top: -64px;
  }
}

@media (min-width: 992px) {
  .md-m-b--64 {
    margin-bottom: -64px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--64 {
    padding-top: -64px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--64 {
    padding-bottom: -64px;
  }
}

.lg-p-l--64 {
  padding-left: -64px;
}

.lg-p-r--64 {
  padding-right: -64px;
}

@media (min-width: 1200px) {
  .lg-m-t--64 {
    margin-top: -64px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--64 {
    margin-bottom: -64px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--64 {
    padding-top: -64px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--64 {
    padding-bottom: -64px;
  }
}

.xl-p-l--64 {
  padding-left: -64px;
}

.xl-p-r--64 {
  padding-right: -64px;
}

@media (min-width: 1400px) {
  .xl-m-t--64 {
    margin-top: -64px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--64 {
    margin-bottom: -64px;
  }
}

.p-t--72 {
  padding-top: -72px !important;
}

.p-b--72 {
  padding-bottom: -72px;
}

.p-l--72 {
  padding-left: -72px;
}

.p-r--72 {
  padding-right: -72px;
}

.m-t--72 {
  margin-top: -72px;
}

.m-b--72 {
  margin-bottom: -72px;
}

@media (min-width: 768px) {
  .sm-p-t--72 {
    padding-top: -72px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--72 {
    padding-bottom: -72px;
  }
}

.sm-p-l--72 {
  padding-left: -72px;
}

.sm-p-r--72 {
  padding-right: -72px;
}

@media (min-width: 768px) {
  .sm-m-t--72 {
    margin-top: -72px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--72 {
    margin-bottom: -72px;
  }
}

@media (min-width: 992px) {
  .md-p-t--72 {
    padding-top: -72px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--72 {
    padding-bottom: -72px;
  }
}

.md-p-l--72 {
  padding-left: -72px;
}

.md-p-r--72 {
  padding-right: -72px;
}

@media (min-width: 992px) {
  .md-m-t--72 {
    margin-top: -72px;
  }
}

@media (min-width: 992px) {
  .md-m-b--72 {
    margin-bottom: -72px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--72 {
    padding-top: -72px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--72 {
    padding-bottom: -72px;
  }
}

.lg-p-l--72 {
  padding-left: -72px;
}

.lg-p-r--72 {
  padding-right: -72px;
}

@media (min-width: 1200px) {
  .lg-m-t--72 {
    margin-top: -72px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--72 {
    margin-bottom: -72px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--72 {
    padding-top: -72px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--72 {
    padding-bottom: -72px;
  }
}

.xl-p-l--72 {
  padding-left: -72px;
}

.xl-p-r--72 {
  padding-right: -72px;
}

@media (min-width: 1400px) {
  .xl-m-t--72 {
    margin-top: -72px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--72 {
    margin-bottom: -72px;
  }
}

.p-t--80 {
  padding-top: -80px !important;
}

.p-b--80 {
  padding-bottom: -80px;
}

.p-l--80 {
  padding-left: -80px;
}

.p-r--80 {
  padding-right: -80px;
}

.m-t--80 {
  margin-top: -80px;
}

.m-b--80 {
  margin-bottom: -80px;
}

@media (min-width: 768px) {
  .sm-p-t--80 {
    padding-top: -80px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--80 {
    padding-bottom: -80px;
  }
}

.sm-p-l--80 {
  padding-left: -80px;
}

.sm-p-r--80 {
  padding-right: -80px;
}

@media (min-width: 768px) {
  .sm-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 992px) {
  .md-p-t--80 {
    padding-top: -80px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--80 {
    padding-bottom: -80px;
  }
}

.md-p-l--80 {
  padding-left: -80px;
}

.md-p-r--80 {
  padding-right: -80px;
}

@media (min-width: 992px) {
  .md-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 992px) {
  .md-m-b--80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--80 {
    padding-top: -80px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--80 {
    padding-bottom: -80px;
  }
}

.lg-p-l--80 {
  padding-left: -80px;
}

.lg-p-r--80 {
  padding-right: -80px;
}

@media (min-width: 1200px) {
  .lg-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--80 {
    padding-top: -80px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--80 {
    padding-bottom: -80px;
  }
}

.xl-p-l--80 {
  padding-left: -80px;
}

.xl-p-r--80 {
  padding-right: -80px;
}

@media (min-width: 1400px) {
  .xl-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--80 {
    margin-bottom: -80px;
  }
}

.p-t--88 {
  padding-top: -88px !important;
}

.p-b--88 {
  padding-bottom: -88px;
}

.p-l--88 {
  padding-left: -88px;
}

.p-r--88 {
  padding-right: -88px;
}

.m-t--88 {
  margin-top: -88px;
}

.m-b--88 {
  margin-bottom: -88px;
}

@media (min-width: 768px) {
  .sm-p-t--88 {
    padding-top: -88px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--88 {
    padding-bottom: -88px;
  }
}

.sm-p-l--88 {
  padding-left: -88px;
}

.sm-p-r--88 {
  padding-right: -88px;
}

@media (min-width: 768px) {
  .sm-m-t--88 {
    margin-top: -88px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--88 {
    margin-bottom: -88px;
  }
}

@media (min-width: 992px) {
  .md-p-t--88 {
    padding-top: -88px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--88 {
    padding-bottom: -88px;
  }
}

.md-p-l--88 {
  padding-left: -88px;
}

.md-p-r--88 {
  padding-right: -88px;
}

@media (min-width: 992px) {
  .md-m-t--88 {
    margin-top: -88px;
  }
}

@media (min-width: 992px) {
  .md-m-b--88 {
    margin-bottom: -88px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--88 {
    padding-top: -88px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--88 {
    padding-bottom: -88px;
  }
}

.lg-p-l--88 {
  padding-left: -88px;
}

.lg-p-r--88 {
  padding-right: -88px;
}

@media (min-width: 1200px) {
  .lg-m-t--88 {
    margin-top: -88px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--88 {
    margin-bottom: -88px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--88 {
    padding-top: -88px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--88 {
    padding-bottom: -88px;
  }
}

.xl-p-l--88 {
  padding-left: -88px;
}

.xl-p-r--88 {
  padding-right: -88px;
}

@media (min-width: 1400px) {
  .xl-m-t--88 {
    margin-top: -88px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--88 {
    margin-bottom: -88px;
  }
}

.p-t--96 {
  padding-top: -96px !important;
}

.p-b--96 {
  padding-bottom: -96px;
}

.p-l--96 {
  padding-left: -96px;
}

.p-r--96 {
  padding-right: -96px;
}

.m-t--96 {
  margin-top: -96px;
}

.m-b--96 {
  margin-bottom: -96px;
}

@media (min-width: 768px) {
  .sm-p-t--96 {
    padding-top: -96px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--96 {
    padding-bottom: -96px;
  }
}

.sm-p-l--96 {
  padding-left: -96px;
}

.sm-p-r--96 {
  padding-right: -96px;
}

@media (min-width: 768px) {
  .sm-m-t--96 {
    margin-top: -96px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--96 {
    margin-bottom: -96px;
  }
}

@media (min-width: 992px) {
  .md-p-t--96 {
    padding-top: -96px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--96 {
    padding-bottom: -96px;
  }
}

.md-p-l--96 {
  padding-left: -96px;
}

.md-p-r--96 {
  padding-right: -96px;
}

@media (min-width: 992px) {
  .md-m-t--96 {
    margin-top: -96px;
  }
}

@media (min-width: 992px) {
  .md-m-b--96 {
    margin-bottom: -96px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--96 {
    padding-top: -96px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--96 {
    padding-bottom: -96px;
  }
}

.lg-p-l--96 {
  padding-left: -96px;
}

.lg-p-r--96 {
  padding-right: -96px;
}

@media (min-width: 1200px) {
  .lg-m-t--96 {
    margin-top: -96px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--96 {
    margin-bottom: -96px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--96 {
    padding-top: -96px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--96 {
    padding-bottom: -96px;
  }
}

.xl-p-l--96 {
  padding-left: -96px;
}

.xl-p-r--96 {
  padding-right: -96px;
}

@media (min-width: 1400px) {
  .xl-m-t--96 {
    margin-top: -96px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--96 {
    margin-bottom: -96px;
  }
}

.p-t--104 {
  padding-top: -104px !important;
}

.p-b--104 {
  padding-bottom: -104px;
}

.p-l--104 {
  padding-left: -104px;
}

.p-r--104 {
  padding-right: -104px;
}

.m-t--104 {
  margin-top: -104px;
}

.m-b--104 {
  margin-bottom: -104px;
}

@media (min-width: 768px) {
  .sm-p-t--104 {
    padding-top: -104px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--104 {
    padding-bottom: -104px;
  }
}

.sm-p-l--104 {
  padding-left: -104px;
}

.sm-p-r--104 {
  padding-right: -104px;
}

@media (min-width: 768px) {
  .sm-m-t--104 {
    margin-top: -104px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--104 {
    margin-bottom: -104px;
  }
}

@media (min-width: 992px) {
  .md-p-t--104 {
    padding-top: -104px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--104 {
    padding-bottom: -104px;
  }
}

.md-p-l--104 {
  padding-left: -104px;
}

.md-p-r--104 {
  padding-right: -104px;
}

@media (min-width: 992px) {
  .md-m-t--104 {
    margin-top: -104px;
  }
}

@media (min-width: 992px) {
  .md-m-b--104 {
    margin-bottom: -104px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--104 {
    padding-top: -104px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--104 {
    padding-bottom: -104px;
  }
}

.lg-p-l--104 {
  padding-left: -104px;
}

.lg-p-r--104 {
  padding-right: -104px;
}

@media (min-width: 1200px) {
  .lg-m-t--104 {
    margin-top: -104px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--104 {
    margin-bottom: -104px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--104 {
    padding-top: -104px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--104 {
    padding-bottom: -104px;
  }
}

.xl-p-l--104 {
  padding-left: -104px;
}

.xl-p-r--104 {
  padding-right: -104px;
}

@media (min-width: 1400px) {
  .xl-m-t--104 {
    margin-top: -104px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--104 {
    margin-bottom: -104px;
  }
}

.p-t--112 {
  padding-top: -112px !important;
}

.p-b--112 {
  padding-bottom: -112px;
}

.p-l--112 {
  padding-left: -112px;
}

.p-r--112 {
  padding-right: -112px;
}

.m-t--112 {
  margin-top: -112px;
}

.m-b--112 {
  margin-bottom: -112px;
}

@media (min-width: 768px) {
  .sm-p-t--112 {
    padding-top: -112px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--112 {
    padding-bottom: -112px;
  }
}

.sm-p-l--112 {
  padding-left: -112px;
}

.sm-p-r--112 {
  padding-right: -112px;
}

@media (min-width: 768px) {
  .sm-m-t--112 {
    margin-top: -112px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--112 {
    margin-bottom: -112px;
  }
}

@media (min-width: 992px) {
  .md-p-t--112 {
    padding-top: -112px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--112 {
    padding-bottom: -112px;
  }
}

.md-p-l--112 {
  padding-left: -112px;
}

.md-p-r--112 {
  padding-right: -112px;
}

@media (min-width: 992px) {
  .md-m-t--112 {
    margin-top: -112px;
  }
}

@media (min-width: 992px) {
  .md-m-b--112 {
    margin-bottom: -112px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--112 {
    padding-top: -112px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--112 {
    padding-bottom: -112px;
  }
}

.lg-p-l--112 {
  padding-left: -112px;
}

.lg-p-r--112 {
  padding-right: -112px;
}

@media (min-width: 1200px) {
  .lg-m-t--112 {
    margin-top: -112px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--112 {
    margin-bottom: -112px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--112 {
    padding-top: -112px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--112 {
    padding-bottom: -112px;
  }
}

.xl-p-l--112 {
  padding-left: -112px;
}

.xl-p-r--112 {
  padding-right: -112px;
}

@media (min-width: 1400px) {
  .xl-m-t--112 {
    margin-top: -112px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--112 {
    margin-bottom: -112px;
  }
}

.p-t--120 {
  padding-top: -120px !important;
}

.p-b--120 {
  padding-bottom: -120px;
}

.p-l--120 {
  padding-left: -120px;
}

.p-r--120 {
  padding-right: -120px;
}

.m-t--120 {
  margin-top: -120px;
}

.m-b--120 {
  margin-bottom: -120px;
}

@media (min-width: 768px) {
  .sm-p-t--120 {
    padding-top: -120px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--120 {
    padding-bottom: -120px;
  }
}

.sm-p-l--120 {
  padding-left: -120px;
}

.sm-p-r--120 {
  padding-right: -120px;
}

@media (min-width: 768px) {
  .sm-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 992px) {
  .md-p-t--120 {
    padding-top: -120px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--120 {
    padding-bottom: -120px;
  }
}

.md-p-l--120 {
  padding-left: -120px;
}

.md-p-r--120 {
  padding-right: -120px;
}

@media (min-width: 992px) {
  .md-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 992px) {
  .md-m-b--120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--120 {
    padding-top: -120px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--120 {
    padding-bottom: -120px;
  }
}

.lg-p-l--120 {
  padding-left: -120px;
}

.lg-p-r--120 {
  padding-right: -120px;
}

@media (min-width: 1200px) {
  .lg-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--120 {
    padding-top: -120px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--120 {
    padding-bottom: -120px;
  }
}

.xl-p-l--120 {
  padding-left: -120px;
}

.xl-p-r--120 {
  padding-right: -120px;
}

@media (min-width: 1400px) {
  .xl-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--120 {
    margin-bottom: -120px;
  }
}

.p-t--136 {
  padding-top: -136px !important;
}

.p-b--136 {
  padding-bottom: -136px;
}

.p-l--136 {
  padding-left: -136px;
}

.p-r--136 {
  padding-right: -136px;
}

.m-t--136 {
  margin-top: -136px;
}

.m-b--136 {
  margin-bottom: -136px;
}

@media (min-width: 768px) {
  .sm-p-t--136 {
    padding-top: -136px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--136 {
    padding-bottom: -136px;
  }
}

.sm-p-l--136 {
  padding-left: -136px;
}

.sm-p-r--136 {
  padding-right: -136px;
}

@media (min-width: 768px) {
  .sm-m-t--136 {
    margin-top: -136px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--136 {
    margin-bottom: -136px;
  }
}

@media (min-width: 992px) {
  .md-p-t--136 {
    padding-top: -136px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--136 {
    padding-bottom: -136px;
  }
}

.md-p-l--136 {
  padding-left: -136px;
}

.md-p-r--136 {
  padding-right: -136px;
}

@media (min-width: 992px) {
  .md-m-t--136 {
    margin-top: -136px;
  }
}

@media (min-width: 992px) {
  .md-m-b--136 {
    margin-bottom: -136px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--136 {
    padding-top: -136px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--136 {
    padding-bottom: -136px;
  }
}

.lg-p-l--136 {
  padding-left: -136px;
}

.lg-p-r--136 {
  padding-right: -136px;
}

@media (min-width: 1200px) {
  .lg-m-t--136 {
    margin-top: -136px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--136 {
    margin-bottom: -136px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--136 {
    padding-top: -136px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--136 {
    padding-bottom: -136px;
  }
}

.xl-p-l--136 {
  padding-left: -136px;
}

.xl-p-r--136 {
  padding-right: -136px;
}

@media (min-width: 1400px) {
  .xl-m-t--136 {
    margin-top: -136px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--136 {
    margin-bottom: -136px;
  }
}

.p-t--152 {
  padding-top: -152px !important;
}

.p-b--152 {
  padding-bottom: -152px;
}

.p-l--152 {
  padding-left: -152px;
}

.p-r--152 {
  padding-right: -152px;
}

.m-t--152 {
  margin-top: -152px;
}

.m-b--152 {
  margin-bottom: -152px;
}

@media (min-width: 768px) {
  .sm-p-t--152 {
    padding-top: -152px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--152 {
    padding-bottom: -152px;
  }
}

.sm-p-l--152 {
  padding-left: -152px;
}

.sm-p-r--152 {
  padding-right: -152px;
}

@media (min-width: 768px) {
  .sm-m-t--152 {
    margin-top: -152px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--152 {
    margin-bottom: -152px;
  }
}

@media (min-width: 992px) {
  .md-p-t--152 {
    padding-top: -152px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--152 {
    padding-bottom: -152px;
  }
}

.md-p-l--152 {
  padding-left: -152px;
}

.md-p-r--152 {
  padding-right: -152px;
}

@media (min-width: 992px) {
  .md-m-t--152 {
    margin-top: -152px;
  }
}

@media (min-width: 992px) {
  .md-m-b--152 {
    margin-bottom: -152px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--152 {
    padding-top: -152px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--152 {
    padding-bottom: -152px;
  }
}

.lg-p-l--152 {
  padding-left: -152px;
}

.lg-p-r--152 {
  padding-right: -152px;
}

@media (min-width: 1200px) {
  .lg-m-t--152 {
    margin-top: -152px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--152 {
    margin-bottom: -152px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--152 {
    padding-top: -152px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--152 {
    padding-bottom: -152px;
  }
}

.xl-p-l--152 {
  padding-left: -152px;
}

.xl-p-r--152 {
  padding-right: -152px;
}

@media (min-width: 1400px) {
  .xl-m-t--152 {
    margin-top: -152px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--152 {
    margin-bottom: -152px;
  }
}

.p-t--168 {
  padding-top: -168px !important;
}

.p-b--168 {
  padding-bottom: -168px;
}

.p-l--168 {
  padding-left: -168px;
}

.p-r--168 {
  padding-right: -168px;
}

.m-t--168 {
  margin-top: -168px;
}

.m-b--168 {
  margin-bottom: -168px;
}

@media (min-width: 768px) {
  .sm-p-t--168 {
    padding-top: -168px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--168 {
    padding-bottom: -168px;
  }
}

.sm-p-l--168 {
  padding-left: -168px;
}

.sm-p-r--168 {
  padding-right: -168px;
}

@media (min-width: 768px) {
  .sm-m-t--168 {
    margin-top: -168px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--168 {
    margin-bottom: -168px;
  }
}

@media (min-width: 992px) {
  .md-p-t--168 {
    padding-top: -168px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--168 {
    padding-bottom: -168px;
  }
}

.md-p-l--168 {
  padding-left: -168px;
}

.md-p-r--168 {
  padding-right: -168px;
}

@media (min-width: 992px) {
  .md-m-t--168 {
    margin-top: -168px;
  }
}

@media (min-width: 992px) {
  .md-m-b--168 {
    margin-bottom: -168px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--168 {
    padding-top: -168px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--168 {
    padding-bottom: -168px;
  }
}

.lg-p-l--168 {
  padding-left: -168px;
}

.lg-p-r--168 {
  padding-right: -168px;
}

@media (min-width: 1200px) {
  .lg-m-t--168 {
    margin-top: -168px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--168 {
    margin-bottom: -168px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--168 {
    padding-top: -168px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--168 {
    padding-bottom: -168px;
  }
}

.xl-p-l--168 {
  padding-left: -168px;
}

.xl-p-r--168 {
  padding-right: -168px;
}

@media (min-width: 1400px) {
  .xl-m-t--168 {
    margin-top: -168px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--168 {
    margin-bottom: -168px;
  }
}

.p-t--184 {
  padding-top: -184px !important;
}

.p-b--184 {
  padding-bottom: -184px;
}

.p-l--184 {
  padding-left: -184px;
}

.p-r--184 {
  padding-right: -184px;
}

.m-t--184 {
  margin-top: -184px;
}

.m-b--184 {
  margin-bottom: -184px;
}

@media (min-width: 768px) {
  .sm-p-t--184 {
    padding-top: -184px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--184 {
    padding-bottom: -184px;
  }
}

.sm-p-l--184 {
  padding-left: -184px;
}

.sm-p-r--184 {
  padding-right: -184px;
}

@media (min-width: 768px) {
  .sm-m-t--184 {
    margin-top: -184px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--184 {
    margin-bottom: -184px;
  }
}

@media (min-width: 992px) {
  .md-p-t--184 {
    padding-top: -184px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--184 {
    padding-bottom: -184px;
  }
}

.md-p-l--184 {
  padding-left: -184px;
}

.md-p-r--184 {
  padding-right: -184px;
}

@media (min-width: 992px) {
  .md-m-t--184 {
    margin-top: -184px;
  }
}

@media (min-width: 992px) {
  .md-m-b--184 {
    margin-bottom: -184px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--184 {
    padding-top: -184px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--184 {
    padding-bottom: -184px;
  }
}

.lg-p-l--184 {
  padding-left: -184px;
}

.lg-p-r--184 {
  padding-right: -184px;
}

@media (min-width: 1200px) {
  .lg-m-t--184 {
    margin-top: -184px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--184 {
    margin-bottom: -184px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--184 {
    padding-top: -184px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--184 {
    padding-bottom: -184px;
  }
}

.xl-p-l--184 {
  padding-left: -184px;
}

.xl-p-r--184 {
  padding-right: -184px;
}

@media (min-width: 1400px) {
  .xl-m-t--184 {
    margin-top: -184px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--184 {
    margin-bottom: -184px;
  }
}

.p-t--200 {
  padding-top: -200px !important;
}

.p-b--200 {
  padding-bottom: -200px;
}

.p-l--200 {
  padding-left: -200px;
}

.p-r--200 {
  padding-right: -200px;
}

.m-t--200 {
  margin-top: -200px;
}

.m-b--200 {
  margin-bottom: -200px;
}

@media (min-width: 768px) {
  .sm-p-t--200 {
    padding-top: -200px !important;
  }
}

@media (min-width: 768px) {
  .sm-p-b--200 {
    padding-bottom: -200px;
  }
}

.sm-p-l--200 {
  padding-left: -200px;
}

.sm-p-r--200 {
  padding-right: -200px;
}

@media (min-width: 768px) {
  .sm-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 768px) {
  .sm-m-b--200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 992px) {
  .md-p-t--200 {
    padding-top: -200px !important;
  }
}

@media (min-width: 992px) {
  .md-p-b--200 {
    padding-bottom: -200px;
  }
}

.md-p-l--200 {
  padding-left: -200px;
}

.md-p-r--200 {
  padding-right: -200px;
}

@media (min-width: 992px) {
  .md-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 992px) {
  .md-m-b--200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 1200px) {
  .lg-p-t--200 {
    padding-top: -200px !important;
  }
}

@media (min-width: 1200px) {
  .lg-p-b--200 {
    padding-bottom: -200px;
  }
}

.lg-p-l--200 {
  padding-left: -200px;
}

.lg-p-r--200 {
  padding-right: -200px;
}

@media (min-width: 1200px) {
  .lg-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 1200px) {
  .lg-m-b--200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 1400px) {
  .xl-p-t--200 {
    padding-top: -200px !important;
  }
}

@media (min-width: 1400px) {
  .xl-p-b--200 {
    padding-bottom: -200px;
  }
}

.xl-p-l--200 {
  padding-left: -200px;
}

.xl-p-r--200 {
  padding-right: -200px;
}

@media (min-width: 1400px) {
  .xl-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 1400px) {
  .xl-m-b--200 {
    margin-bottom: -200px;
  }
}

.vc_column_container.m-r-8 {
  margin-right: 8px;
}

.vc_column_container.m-l-8 {
  margin-left: 8px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-8 .vc_column-inner {
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-8 .vc_column-inner {
    margin-left: 8px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-8 .vc_column-inner {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-8 .vc_column-inner {
    margin-left: 8px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-8 .vc_column-inner {
    margin-right: 8px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-8 .vc_column-inner {
    margin-left: 8px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-8 .vc_column-inner {
    margin-right: 8px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-8 .vc_column-inner {
    margin-left: 8px;
  }
}

.vc_column_container.m-r-16 {
  margin-right: 16px;
}

.vc_column_container.m-l-16 {
  margin-left: 16px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-16 .vc_column-inner {
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-16 .vc_column-inner {
    margin-left: 16px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-16 .vc_column-inner {
    margin-right: 16px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-16 .vc_column-inner {
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-16 .vc_column-inner {
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-16 .vc_column-inner {
    margin-left: 16px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-16 .vc_column-inner {
    margin-right: 16px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-16 .vc_column-inner {
    margin-left: 16px;
  }
}

.vc_column_container.m-r-24 {
  margin-right: 24px;
}

.vc_column_container.m-l-24 {
  margin-left: 24px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-24 .vc_column-inner {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-24 .vc_column-inner {
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-24 .vc_column-inner {
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-24 .vc_column-inner {
    margin-left: 24px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-24 .vc_column-inner {
    margin-right: 24px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-24 .vc_column-inner {
    margin-left: 24px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-24 .vc_column-inner {
    margin-right: 24px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-24 .vc_column-inner {
    margin-left: 24px;
  }
}

.vc_column_container.m-r-32 {
  margin-right: 32px;
}

.vc_column_container.m-l-32 {
  margin-left: 32px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-32 .vc_column-inner {
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-32 .vc_column-inner {
    margin-left: 32px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-32 .vc_column-inner {
    margin-right: 32px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-32 .vc_column-inner {
    margin-left: 32px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-32 .vc_column-inner {
    margin-right: 32px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-32 .vc_column-inner {
    margin-left: 32px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-32 .vc_column-inner {
    margin-right: 32px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-32 .vc_column-inner {
    margin-left: 32px;
  }
}

.vc_column_container.m-r-40 {
  margin-right: 40px;
}

.vc_column_container.m-l-40 {
  margin-left: 40px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

.vc_column_container.m-r-48 {
  margin-right: 48px;
}

.vc_column_container.m-l-48 {
  margin-left: 48px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-48 .vc_column-inner {
    margin-right: 48px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-48 .vc_column-inner {
    margin-left: 48px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-48 .vc_column-inner {
    margin-right: 48px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-48 .vc_column-inner {
    margin-left: 48px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-48 .vc_column-inner {
    margin-right: 48px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-48 .vc_column-inner {
    margin-left: 48px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-48 .vc_column-inner {
    margin-right: 48px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-48 .vc_column-inner {
    margin-left: 48px;
  }
}

.vc_column_container.m-r-56 {
  margin-right: 56px;
}

.vc_column_container.m-l-56 {
  margin-left: 56px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-56 .vc_column-inner {
    margin-right: 56px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-56 .vc_column-inner {
    margin-left: 56px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-56 .vc_column-inner {
    margin-right: 56px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-56 .vc_column-inner {
    margin-left: 56px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-56 .vc_column-inner {
    margin-right: 56px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-56 .vc_column-inner {
    margin-left: 56px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-56 .vc_column-inner {
    margin-right: 56px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-56 .vc_column-inner {
    margin-left: 56px;
  }
}

.vc_column_container.m-r-64 {
  margin-right: 64px;
}

.vc_column_container.m-l-64 {
  margin-left: 64px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-64 .vc_column-inner {
    margin-right: 64px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-64 .vc_column-inner {
    margin-left: 64px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-64 .vc_column-inner {
    margin-right: 64px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-64 .vc_column-inner {
    margin-left: 64px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-64 .vc_column-inner {
    margin-right: 64px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-64 .vc_column-inner {
    margin-left: 64px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-64 .vc_column-inner {
    margin-right: 64px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-64 .vc_column-inner {
    margin-left: 64px;
  }
}

.vc_column_container.m-r-72 {
  margin-right: 72px;
}

.vc_column_container.m-l-72 {
  margin-left: 72px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-72 .vc_column-inner {
    margin-right: 72px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-72 .vc_column-inner {
    margin-left: 72px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-72 .vc_column-inner {
    margin-right: 72px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-72 .vc_column-inner {
    margin-left: 72px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-72 .vc_column-inner {
    margin-right: 72px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-72 .vc_column-inner {
    margin-left: 72px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-72 .vc_column-inner {
    margin-right: 72px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-72 .vc_column-inner {
    margin-left: 72px;
  }
}

.vc_column_container.m-r-80 {
  margin-right: 80px;
}

.vc_column_container.m-l-80 {
  margin-left: 80px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

.vc_column_container.m-r-88 {
  margin-right: 88px;
}

.vc_column_container.m-l-88 {
  margin-left: 88px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-88 .vc_column-inner {
    margin-right: 88px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-88 .vc_column-inner {
    margin-left: 88px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-88 .vc_column-inner {
    margin-right: 88px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-88 .vc_column-inner {
    margin-left: 88px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-88 .vc_column-inner {
    margin-right: 88px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-88 .vc_column-inner {
    margin-left: 88px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-88 .vc_column-inner {
    margin-right: 88px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-88 .vc_column-inner {
    margin-left: 88px;
  }
}

.vc_column_container.m-r-96 {
  margin-right: 96px;
}

.vc_column_container.m-l-96 {
  margin-left: 96px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-96 .vc_column-inner {
    margin-right: 96px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-96 .vc_column-inner {
    margin-left: 96px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-96 .vc_column-inner {
    margin-right: 96px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-96 .vc_column-inner {
    margin-left: 96px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-96 .vc_column-inner {
    margin-right: 96px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-96 .vc_column-inner {
    margin-left: 96px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-96 .vc_column-inner {
    margin-right: 96px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-96 .vc_column-inner {
    margin-left: 96px;
  }
}

.vc_column_container.m-r-104 {
  margin-right: 104px;
}

.vc_column_container.m-l-104 {
  margin-left: 104px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-104 .vc_column-inner {
    margin-right: 104px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-104 .vc_column-inner {
    margin-left: 104px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-104 .vc_column-inner {
    margin-right: 104px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-104 .vc_column-inner {
    margin-left: 104px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-104 .vc_column-inner {
    margin-right: 104px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-104 .vc_column-inner {
    margin-left: 104px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-104 .vc_column-inner {
    margin-right: 104px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-104 .vc_column-inner {
    margin-left: 104px;
  }
}

.vc_column_container.m-r-112 {
  margin-right: 112px;
}

.vc_column_container.m-l-112 {
  margin-left: 112px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-112 .vc_column-inner {
    margin-right: 112px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-112 .vc_column-inner {
    margin-left: 112px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-112 .vc_column-inner {
    margin-right: 112px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-112 .vc_column-inner {
    margin-left: 112px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-112 .vc_column-inner {
    margin-right: 112px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-112 .vc_column-inner {
    margin-left: 112px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-112 .vc_column-inner {
    margin-right: 112px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-112 .vc_column-inner {
    margin-left: 112px;
  }
}

.vc_column_container.m-r-120 {
  margin-right: 120px;
}

.vc_column_container.m-l-120 {
  margin-left: 120px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

.vc_column_container.m-r-136 {
  margin-right: 136px;
}

.vc_column_container.m-l-136 {
  margin-left: 136px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-136 .vc_column-inner {
    margin-right: 136px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-136 .vc_column-inner {
    margin-left: 136px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-136 .vc_column-inner {
    margin-right: 136px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-136 .vc_column-inner {
    margin-left: 136px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-136 .vc_column-inner {
    margin-right: 136px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-136 .vc_column-inner {
    margin-left: 136px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-136 .vc_column-inner {
    margin-right: 136px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-136 .vc_column-inner {
    margin-left: 136px;
  }
}

.vc_column_container.m-r-152 {
  margin-right: 152px;
}

.vc_column_container.m-l-152 {
  margin-left: 152px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-152 .vc_column-inner {
    margin-right: 152px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-152 .vc_column-inner {
    margin-left: 152px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-152 .vc_column-inner {
    margin-right: 152px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-152 .vc_column-inner {
    margin-left: 152px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-152 .vc_column-inner {
    margin-right: 152px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-152 .vc_column-inner {
    margin-left: 152px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-152 .vc_column-inner {
    margin-right: 152px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-152 .vc_column-inner {
    margin-left: 152px;
  }
}

.vc_column_container.m-r-168 {
  margin-right: 168px;
}

.vc_column_container.m-l-168 {
  margin-left: 168px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-168 .vc_column-inner {
    margin-right: 168px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-168 .vc_column-inner {
    margin-left: 168px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-168 .vc_column-inner {
    margin-right: 168px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-168 .vc_column-inner {
    margin-left: 168px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-168 .vc_column-inner {
    margin-right: 168px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-168 .vc_column-inner {
    margin-left: 168px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-168 .vc_column-inner {
    margin-right: 168px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-168 .vc_column-inner {
    margin-left: 168px;
  }
}

.vc_column_container.m-r-184 {
  margin-right: 184px;
}

.vc_column_container.m-l-184 {
  margin-left: 184px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-184 .vc_column-inner {
    margin-right: 184px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-184 .vc_column-inner {
    margin-left: 184px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-184 .vc_column-inner {
    margin-right: 184px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-184 .vc_column-inner {
    margin-left: 184px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-184 .vc_column-inner {
    margin-right: 184px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-184 .vc_column-inner {
    margin-left: 184px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-184 .vc_column-inner {
    margin-right: 184px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-184 .vc_column-inner {
    margin-left: 184px;
  }
}

.vc_column_container.m-r-200 {
  margin-right: 200px;
}

.vc_column_container.m-l-200 {
  margin-left: 200px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

.vc_column_container.m-r--8 {
  margin-right: -8px;
}

.vc_column_container.m-l--8 {
  margin-left: -8px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--8 .vc_column-inner {
    margin-right: -8px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--8 .vc_column-inner {
    margin-left: -8px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--8 .vc_column-inner {
    margin-right: -8px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--8 .vc_column-inner {
    margin-left: -8px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--8 .vc_column-inner {
    margin-right: -8px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--8 .vc_column-inner {
    margin-left: -8px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--8 .vc_column-inner {
    margin-right: -8px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--8 .vc_column-inner {
    margin-left: -8px;
  }
}

.vc_column_container.m-r--16 {
  margin-right: -16px;
}

.vc_column_container.m-l--16 {
  margin-left: -16px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--16 .vc_column-inner {
    margin-right: -16px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--16 .vc_column-inner {
    margin-left: -16px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--16 .vc_column-inner {
    margin-right: -16px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--16 .vc_column-inner {
    margin-left: -16px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--16 .vc_column-inner {
    margin-right: -16px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--16 .vc_column-inner {
    margin-left: -16px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--16 .vc_column-inner {
    margin-right: -16px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--16 .vc_column-inner {
    margin-left: -16px;
  }
}

.vc_column_container.m-r--24 {
  margin-right: -24px;
}

.vc_column_container.m-l--24 {
  margin-left: -24px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--24 .vc_column-inner {
    margin-right: -24px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--24 .vc_column-inner {
    margin-left: -24px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--24 .vc_column-inner {
    margin-right: -24px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--24 .vc_column-inner {
    margin-left: -24px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--24 .vc_column-inner {
    margin-right: -24px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--24 .vc_column-inner {
    margin-left: -24px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--24 .vc_column-inner {
    margin-right: -24px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--24 .vc_column-inner {
    margin-left: -24px;
  }
}

.vc_column_container.m-r--32 {
  margin-right: -32px;
}

.vc_column_container.m-l--32 {
  margin-left: -32px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--32 .vc_column-inner {
    margin-right: -32px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--32 .vc_column-inner {
    margin-left: -32px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--32 .vc_column-inner {
    margin-right: -32px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--32 .vc_column-inner {
    margin-left: -32px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--32 .vc_column-inner {
    margin-right: -32px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--32 .vc_column-inner {
    margin-left: -32px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--32 .vc_column-inner {
    margin-right: -32px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--32 .vc_column-inner {
    margin-left: -32px;
  }
}

.vc_column_container.m-r--40 {
  margin-right: -40px;
}

.vc_column_container.m-l--40 {
  margin-left: -40px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

.vc_column_container.m-r--48 {
  margin-right: -48px;
}

.vc_column_container.m-l--48 {
  margin-left: -48px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--48 .vc_column-inner {
    margin-right: -48px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--48 .vc_column-inner {
    margin-left: -48px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--48 .vc_column-inner {
    margin-right: -48px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--48 .vc_column-inner {
    margin-left: -48px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--48 .vc_column-inner {
    margin-right: -48px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--48 .vc_column-inner {
    margin-left: -48px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--48 .vc_column-inner {
    margin-right: -48px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--48 .vc_column-inner {
    margin-left: -48px;
  }
}

.vc_column_container.m-r--56 {
  margin-right: -56px;
}

.vc_column_container.m-l--56 {
  margin-left: -56px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--56 .vc_column-inner {
    margin-right: -56px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--56 .vc_column-inner {
    margin-left: -56px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--56 .vc_column-inner {
    margin-right: -56px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--56 .vc_column-inner {
    margin-left: -56px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--56 .vc_column-inner {
    margin-right: -56px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--56 .vc_column-inner {
    margin-left: -56px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--56 .vc_column-inner {
    margin-right: -56px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--56 .vc_column-inner {
    margin-left: -56px;
  }
}

.vc_column_container.m-r--64 {
  margin-right: -64px;
}

.vc_column_container.m-l--64 {
  margin-left: -64px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--64 .vc_column-inner {
    margin-right: -64px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--64 .vc_column-inner {
    margin-left: -64px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--64 .vc_column-inner {
    margin-right: -64px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--64 .vc_column-inner {
    margin-left: -64px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--64 .vc_column-inner {
    margin-right: -64px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--64 .vc_column-inner {
    margin-left: -64px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--64 .vc_column-inner {
    margin-right: -64px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--64 .vc_column-inner {
    margin-left: -64px;
  }
}

.vc_column_container.m-r--72 {
  margin-right: -72px;
}

.vc_column_container.m-l--72 {
  margin-left: -72px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--72 .vc_column-inner {
    margin-right: -72px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--72 .vc_column-inner {
    margin-left: -72px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--72 .vc_column-inner {
    margin-right: -72px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--72 .vc_column-inner {
    margin-left: -72px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--72 .vc_column-inner {
    margin-right: -72px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--72 .vc_column-inner {
    margin-left: -72px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--72 .vc_column-inner {
    margin-right: -72px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--72 .vc_column-inner {
    margin-left: -72px;
  }
}

.vc_column_container.m-r--80 {
  margin-right: -80px;
}

.vc_column_container.m-l--80 {
  margin-left: -80px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

.vc_column_container.m-r--88 {
  margin-right: -88px;
}

.vc_column_container.m-l--88 {
  margin-left: -88px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--88 .vc_column-inner {
    margin-right: -88px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--88 .vc_column-inner {
    margin-left: -88px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--88 .vc_column-inner {
    margin-right: -88px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--88 .vc_column-inner {
    margin-left: -88px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--88 .vc_column-inner {
    margin-right: -88px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--88 .vc_column-inner {
    margin-left: -88px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--88 .vc_column-inner {
    margin-right: -88px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--88 .vc_column-inner {
    margin-left: -88px;
  }
}

.vc_column_container.m-r--96 {
  margin-right: -96px;
}

.vc_column_container.m-l--96 {
  margin-left: -96px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--96 .vc_column-inner {
    margin-right: -96px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--96 .vc_column-inner {
    margin-left: -96px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--96 .vc_column-inner {
    margin-right: -96px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--96 .vc_column-inner {
    margin-left: -96px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--96 .vc_column-inner {
    margin-right: -96px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--96 .vc_column-inner {
    margin-left: -96px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--96 .vc_column-inner {
    margin-right: -96px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--96 .vc_column-inner {
    margin-left: -96px;
  }
}

.vc_column_container.m-r--104 {
  margin-right: -104px;
}

.vc_column_container.m-l--104 {
  margin-left: -104px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--104 .vc_column-inner {
    margin-right: -104px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--104 .vc_column-inner {
    margin-left: -104px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--104 .vc_column-inner {
    margin-right: -104px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--104 .vc_column-inner {
    margin-left: -104px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--104 .vc_column-inner {
    margin-right: -104px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--104 .vc_column-inner {
    margin-left: -104px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--104 .vc_column-inner {
    margin-right: -104px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--104 .vc_column-inner {
    margin-left: -104px;
  }
}

.vc_column_container.m-r--112 {
  margin-right: -112px;
}

.vc_column_container.m-l--112 {
  margin-left: -112px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--112 .vc_column-inner {
    margin-right: -112px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--112 .vc_column-inner {
    margin-left: -112px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--112 .vc_column-inner {
    margin-right: -112px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--112 .vc_column-inner {
    margin-left: -112px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--112 .vc_column-inner {
    margin-right: -112px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--112 .vc_column-inner {
    margin-left: -112px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--112 .vc_column-inner {
    margin-right: -112px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--112 .vc_column-inner {
    margin-left: -112px;
  }
}

.vc_column_container.m-r--120 {
  margin-right: -120px;
}

.vc_column_container.m-l--120 {
  margin-left: -120px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

.vc_column_container.m-r--136 {
  margin-right: -136px;
}

.vc_column_container.m-l--136 {
  margin-left: -136px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--136 .vc_column-inner {
    margin-right: -136px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--136 .vc_column-inner {
    margin-left: -136px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--136 .vc_column-inner {
    margin-right: -136px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--136 .vc_column-inner {
    margin-left: -136px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--136 .vc_column-inner {
    margin-right: -136px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--136 .vc_column-inner {
    margin-left: -136px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--136 .vc_column-inner {
    margin-right: -136px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--136 .vc_column-inner {
    margin-left: -136px;
  }
}

.vc_column_container.m-r--152 {
  margin-right: -152px;
}

.vc_column_container.m-l--152 {
  margin-left: -152px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--152 .vc_column-inner {
    margin-right: -152px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--152 .vc_column-inner {
    margin-left: -152px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--152 .vc_column-inner {
    margin-right: -152px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--152 .vc_column-inner {
    margin-left: -152px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--152 .vc_column-inner {
    margin-right: -152px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--152 .vc_column-inner {
    margin-left: -152px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--152 .vc_column-inner {
    margin-right: -152px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--152 .vc_column-inner {
    margin-left: -152px;
  }
}

.vc_column_container.m-r--168 {
  margin-right: -168px;
}

.vc_column_container.m-l--168 {
  margin-left: -168px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--168 .vc_column-inner {
    margin-right: -168px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--168 .vc_column-inner {
    margin-left: -168px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--168 .vc_column-inner {
    margin-right: -168px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--168 .vc_column-inner {
    margin-left: -168px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--168 .vc_column-inner {
    margin-right: -168px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--168 .vc_column-inner {
    margin-left: -168px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--168 .vc_column-inner {
    margin-right: -168px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--168 .vc_column-inner {
    margin-left: -168px;
  }
}

.vc_column_container.m-r--184 {
  margin-right: -184px;
}

.vc_column_container.m-l--184 {
  margin-left: -184px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--184 .vc_column-inner {
    margin-right: -184px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--184 .vc_column-inner {
    margin-left: -184px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--184 .vc_column-inner {
    margin-right: -184px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--184 .vc_column-inner {
    margin-left: -184px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--184 .vc_column-inner {
    margin-right: -184px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--184 .vc_column-inner {
    margin-left: -184px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--184 .vc_column-inner {
    margin-right: -184px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--184 .vc_column-inner {
    margin-left: -184px;
  }
}

.vc_column_container.m-r--200 {
  margin-right: -200px;
}

.vc_column_container.m-l--200 {
  margin-left: -200px;
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.sm-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.md-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.lg-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 1400px) {
  .vc_column_container.xl-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media print {
  h1,
  .sli-content-pane.sli-widget h1,
  h2,
  .sli-content-pane.sli-widget h2,
  .elementor-post.news .elementor-post__title,
  h3,
  .sli-content-pane.sli-widget h3,
  .sli-content-pane.sli-widget .slider-nested-nav a,
  .slider-nested-nav .sli-content-pane.sli-widget a,
  .sli-content-pane.sli-widget .home-slider-wrap .swiper-pagination-bullet,
  .home-slider-wrap .sli-content-pane.sli-widget .swiper-pagination-bullet,
  .home-slider-wrap .swiper-pagination-bullet,
  .slider-nested-nav a,
  h4,
  .sli-content-pane.sli-widget h4,
  .searchandfilter h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }

  .no-print {
    display: none;
  }

  .print-show {
    display: block;
  }

  .text-white,
  h1,
  .sli-content-pane.sli-widget h1,
  h2,
  .sli-content-pane.sli-widget h2,
  .elementor-post.news .elementor-post__title,
  h3,
  .sli-content-pane.sli-widget h3,
  .sli-content-pane.sli-widget .slider-nested-nav a,
  .slider-nested-nav .sli-content-pane.sli-widget a,
  .sli-content-pane.sli-widget .home-slider-wrap .swiper-pagination-bullet,
  .home-slider-wrap .sli-content-pane.sli-widget .swiper-pagination-bullet,
  .home-slider-wrap .swiper-pagination-bullet,
  .slider-nested-nav a,
  h4,
  .sli-content-pane.sli-widget h4,
  .searchandfilter h4,
  h5,
  h6,
  p,
  .elementor-post.news .elementor-post__meta-data,
  .elementor-post.news .elementor-post__excerpt p,
  .elementor-post.news .elementor-post__excerpt .elementor-post__meta-data,
  .elementor-post.job .elementor-post__title,
  .elementor-post.news .elementor-post__excerpt .elementor-post.job .elementor-post__title,
  .elementor-post.job .elementor-post__meta-data,
  .elementor-post.job .elementor-post__excerpt p,
  .elementor-post.job .elementor-post__excerpt .elementor-post__title,
  .elementor-post.job .elementor-post__excerpt .elementor-post__meta-data,
  span {
    color: #000 !important;
  }

  a {
    color: #f88e8a !important;
  }

  *[data-vc-full-width=true] {
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .reveal {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .site-header {
    position: relative !important;
  }

  .site-header__brand {
    color: #000;
  }

  .site-header__brand svg path {
    fill: #000 !important;
  }

  .masthead {
    position: relative;
    display: block !important;
    min-height: 0;
    padding: 0;
    padding-top: 120px;
  }

  .vc_toggle .vc_toggle_content {
    display: block;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  .bg--primary-base {
    background-color: #0d78e3;
  }

  .bg--primary-highlight,
  .bg--secondary1,
  .bg--secondary2,
  .bg--secondary3,
  .bg--secondary4 {
    background-color: #fff;
  }

  .col-lg-4 {
    max-width: 33.3333%;
  }
}

.sg-heading {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
  color: #000;
}

.sg-sub-heading {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.sg-element {
  margin-bottom: 50px;
}

.sg-dark-bg {
  background: #d3d3d3;
  padding: 40px;
}

.sg-color-block {
  width: 300px;
  height: 300px;
  margin-bottom: 8px;
}

.screen-reader-text,
.blog-engaging-innovation .searchandfilter .sf-input-checkbox {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.no-js .js-hide {
  display: inline-block !important;
}

.no-js .no-js-show {
  display: inline-block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

.hide {
  display: none !important;
}

@media (min-width: 568px) {
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 568px) {
  .xs-block {
    display: block !important;
  }
}

@media (min-width: 568px) {
  .xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 568px) {
  .xs-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .sm-hide {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

@media (min-width: 992px) {
  .md-hide {
    display: none !important;
  }
}

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

@media (min-width: 992px) {
  .md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 568px) {
  .md-inline {
    display: inline !important;
  }
}

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

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

@media (min-width: 1200px) {
  .lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

@media (min-width: 1400px) {
  .xl-hide {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .xl-block {
    display: block !important;
  }
}

@media (min-width: 1400px) {
  .xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1400px) {
  .xl-inline {
    display: inline !important;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 32px;
  height: auto;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 32px;
  }

  .alignright {
    float: right;
    margin-left: 32px;
  }
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 15px;
}

.gform_wrapper ul.gform_fields .gfield {
  margin: 0 0 24px;
}

.gform_wrapper.gf_browser_chrome select,
.gform_wrapper.gf_browser_gecko select {
  padding: 15px 30px 15px 15px;
}

.gform_wrapper.gf_browser_chrome select option,
.gform_wrapper.gf_browser_gecko select option {
  margin-bottom: 8px;
}

.gform_wrapper select {
  border-radius: 1px;
}

.gform_wrapper select option {
  margin-bottom: 8px;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  letter-spacing: 0;
  line-height: 0.875rem;
  font-size: 12px;
  font-size: 0.75rem;
}

.gform_wrapper .gfield .gfield_label {
  margin: 0;
  font-weight: 400;
}

.gform_wrapper .gfield_required {
  color: #000;
  margin-left: 0;
}

.gform_wrapper ul.gfield_checkbox li {
  margin: 0 0 6px 0;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
  font-weight: 400;
}

.gform_wrapper ul.gfield_checkbox label {
  margin: 2px 0 0 4px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper ul.gfield_radio li {
  margin: 0 0 6px 0;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  font-weight: 400;
}

.gform_wrapper ul.gfield_radio label {
  margin: 2px 0 0 8px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
}

.gform_wrapper .ginput_list table.gfield_list .gfield_list_group {
  border: none;
}

.gform_wrapper .ginput_list table.gfield_list .gfield_list_group td {
  margin-left: 0;
}

.gform_wrapper .ginput_list table.gfield_list .gfield_list_group input {
  margin-left: 0;
}

.gform_wrapper .ginput_list table.gfield_list .gfield_list_group .gfield_list_icons {
  background-color: transparent;
}

.elementor-page-title,
.single-person__header,
.masthead__content {
  position: relative;
}

.elementor-page-title h1,
.elementor-page-title .sli-content-pane.sli-widget h1,
.sli-content-pane.sli-widget .elementor-page-title h1,
.single-person__header h1,
.single-person__header .sli-content-pane.sli-widget h1,
.sli-content-pane.sli-widget .single-person__header h1,
.masthead__content h1,
.masthead__content .sli-content-pane.sli-widget h1,
.sli-content-pane.sli-widget .masthead__content h1 {
  margin: 0;
  padding: .67em 0;
}

.elementor-page-title h1:before,
.elementor-page-title .sli-content-pane.sli-widget h1:before,
.sli-content-pane.sli-widget .elementor-page-title h1:before,
.single-person__header h1:before,
.single-person__header .sli-content-pane.sli-widget h1:before,
.sli-content-pane.sli-widget .single-person__header h1:before,
.masthead__content h1:before,
.masthead__content .sli-content-pane.sli-widget h1:before,
.sli-content-pane.sli-widget .masthead__content h1:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 50px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .elementor-page-title h1:before,
  .elementor-page-title .sli-content-pane.sli-widget h1:before,
  .sli-content-pane.sli-widget .elementor-page-title h1:before,
  .single-person__header h1:before,
  .single-person__header .sli-content-pane.sli-widget h1:before,
  .sli-content-pane.sli-widget .single-person__header h1:before,
  .masthead__content h1:before,
  .masthead__content .sli-content-pane.sli-widget h1:before,
  .sli-content-pane.sli-widget .masthead__content h1:before {
    position: absolute;
    top: 7px;
    left: -145px;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
  }
}

.elementor-page-title h1:after,
.elementor-page-title .sli-content-pane.sli-widget h1:after,
.sli-content-pane.sli-widget .elementor-page-title h1:after,
.single-person__header h1:after,
.single-person__header .sli-content-pane.sli-widget h1:after,
.sli-content-pane.sli-widget .single-person__header h1:after,
.masthead__content h1:after,
.masthead__content .sli-content-pane.sli-widget h1:after,
.sli-content-pane.sli-widget .masthead__content h1:after {
  content: " ";
  display: block;
  position: absolute;
  top: 35px;
  left: 15px;
  width: 40px;
  height: 40px;
  background-color: #db285e;
}

@media (min-width: 992px) {
  .elementor-page-title h1:after,
  .elementor-page-title .sli-content-pane.sli-widget h1:after,
  .sli-content-pane.sli-widget .elementor-page-title h1:after,
  .single-person__header h1:after,
  .single-person__header .sli-content-pane.sli-widget h1:after,
  .sli-content-pane.sli-widget .single-person__header h1:after,
  .masthead__content h1:after,
  .masthead__content .sli-content-pane.sli-widget h1:after,
  .sli-content-pane.sli-widget .masthead__content h1:after {
    top: 34px;
    left: -114px;
    width: 72px;
    height: 72px;
  }
}

.single-person__header h1:before,
.single-person__header .sli-content-pane.sli-widget h1:before,
.sli-content-pane.sli-widget .single-person__header h1:before,
.single-person__header h1:after,
.single-person__header .sli-content-pane.sli-widget h1:after,
.sli-content-pane.sli-widget .single-person__header h1:after,
.masthead__content h1:before,
.masthead__content .sli-content-pane.sli-widget h1:before,
.sli-content-pane.sli-widget .masthead__content h1:before,
.masthead__content h1:after,
.masthead__content .sli-content-pane.sli-widget h1:after,
.sli-content-pane.sli-widget .masthead__content h1:after {
  display: none;
}

@media (min-width: 768px) {
  .single-person__header h1:before,
  .single-person__header .sli-content-pane.sli-widget h1:before,
  .sli-content-pane.sli-widget .single-person__header h1:before,
  .single-person__header h1:after,
  .single-person__header .sli-content-pane.sli-widget h1:after,
  .sli-content-pane.sli-widget .single-person__header h1:after,
  .masthead__content h1:before,
  .masthead__content .sli-content-pane.sli-widget h1:before,
  .sli-content-pane.sli-widget .masthead__content h1:before,
  .masthead__content h1:after,
  .masthead__content .sli-content-pane.sli-widget h1:after,
  .sli-content-pane.sli-widget .masthead__content h1:after {
    display: block;
  }
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding-left: 30px;
  padding-right: 30px;
}

.searchandfilter>ul {
  padding-left: 0;
}

@media (min-width: 768px) {
  .searchandfilter>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.searchandfilter li:before {
  display: none;
}

.searchandfilter li[data-sf-field-input-type=checkbox] li {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.searchandfilter li[data-sf-field-input-type=checkbox] .sf-option-active label {
  background-color: #9f0030;
}

.searchandfilter input[type=text],
.searchandfilter select {
  border-radius: 0;
  border: 1px solid #c0c1c6;
}

.searchandfilter .sf-field-reset a {
  color: #c0c1c6;
}

.publications .searchandfilter>ul {
  display: block;
}

.publications .searchandfilter .sf-field-search label {
  width: 100%;
  display: block;
}

.publications .searchandfilter .sf-field-post-meta-year_published ul {
  margin: 0;
  padding: 0;
}

.publications .searchandfilter .sf-field-taxonomy-publication_type ul {
  margin: 0;
  padding: 0;
}

.publications .searchandfilter .sf-field-submit input[type=submit] {
  padding: 12px 40px;
}

@media (min-width: 768px) {
  .publications .searchandfilter .sf-field-submit {
    margin-top: auto;
  }
}

.publications .searchandfilter .sf-field-sort_order {
  margin-left: auto;
}

@media (min-width: 768px) {
  .publications .searchandfilter .sf-field-sort_order {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .publications .searchandfilter .sf-field-sort_order h4 {
    padding: 0;
  }
}

.publications .searchandfilter .sf-field-reset {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}

.breakthrough-therapies .searchandfilter {
  margin-top: 30px;
}

.breakthrough-therapies .searchandfilter>ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.breakthrough-therapies .searchandfilter>ul ul {
  padding-left: 0;
}

.breakthrough-therapies .searchandfilter .sf-field-search label {
  display: block;
}

@media (min-width: 768px) {
  .breakthrough-therapies .searchandfilter .sf-field-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

.breakthrough-therapies .searchandfilter .sf-field-post-meta-sponsor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.breakthrough-therapies .searchandfilter .sf-field-post-meta-sponsor label {
  display: block;
}

.breakthrough-therapies .searchandfilter .sf-field-post-meta-date_year,
.breakthrough-therapies .searchandfilter .sf-field-post-meta-approval_date_approval_year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 768px) {
  .breakthrough-therapies .searchandfilter .sf-field-post-meta-date_year,
  .breakthrough-therapies .searchandfilter .sf-field-post-meta-approval_date_approval_year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.breakthrough-therapies .searchandfilter .sf-field-taxonomy-therapy_category,
.breakthrough-therapies .searchandfilter .sf-field-taxonomy-fda_status {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 768px) {
  .breakthrough-therapies .searchandfilter .sf-field-taxonomy-therapy_category,
  .breakthrough-therapies .searchandfilter .sf-field-taxonomy-fda_status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.breakthrough-therapies .searchandfilter .sf-field-taxonomy-fda_status .sf-item-57 {
  color: #0d78e3;
}

.breakthrough-therapies .searchandfilter .sf-field-taxonomy-fda_status .sf-item-58 {
  color: #db285e;
}

.breakthrough-therapies .searchandfilter .chosen-container-multi .chosen-choices {
  padding: 5px 12px;
  margin-bottom: 4px;
  background-color: #fff;
  border: 2px solid #303c48;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.breakthrough-therapies .searchandfilter .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-size: 16px;
  color: #bfbfbf;
  padding: 3px 0;
}

.searchandfilter .chosen-single {
  padding: 12px;
  background: #fff;
  border: 2px solid #303c48;
  border-radius: 6px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
}

.searchandfilter .chosen-single>div {
  height: 18px;
  top: 10px;
}

.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: 2px solid #303c48;
}

.searchandfilter ul {
  width: 100%;
  padding-left: 0;
  display: block;
}

.searchandfilter h4,
.searchandfilter .sli-content-pane.sli-widget h4,
.sli-content-pane.sli-widget .searchandfilter h4 {
  margin-bottom: 0;
}

.searchandfilter .sf-field-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchandfilter .sf-field-category label {
  cursor: pointer;
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 7px 20px !important;
  border-radius: 3px;
  background-color: #db285e;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
}

.searchandfilter .sf-field-category label:hover,
.searchandfilter .sf-field-category label:focus {
  color: #fff;
  background-color: #9f0030;
}

.past-events .searchandfilter,
.events .searchandfilter {
  margin-bottom: 60px;
}

.past-events .searchandfilter li,
.events .searchandfilter li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 768px) {
  .past-events .searchandfilter ul,
  .events .searchandfilter ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .past-events .searchandfilter label,
  .events .searchandfilter label {
    display: block;
  }

  .past-events .searchandfilter .sf-field-search,
  .past-events .searchandfilter .sf-field-taxonomy-event_type,
  .events .searchandfilter .sf-field-search,
  .events .searchandfilter .sf-field-taxonomy-event_type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .past-events .searchandfilter .sf-field-reset,
  .events .searchandfilter .sf-field-reset {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .home .home-masthead .swiper-slide {
    min-height: 750px;
  }
}

.home .home-masthead .swiper-slide-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
  padding-bottom: 100px;
}

.home .home-masthead .swiper-slide-inner::after {
  content: " ";
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(13, 120, 227, 0)), to(#0d78e3));
  background: -webkit-linear-gradient(right, rgba(13, 120, 227, 0) 0%, #0d78e3 100%);
  background: -o-linear-gradient(right, rgba(13, 120, 227, 0) 0%, #0d78e3 100%);
  background: linear-gradient(270deg, rgba(13, 120, 227, 0) 0%, #0d78e3 100%);
}

.home .home-masthead .swiper-slide-inner .swiper-slide-contents {
  z-index: 1;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 60px;
  max-width: 1300px;
}

@media (min-width: 992px) {
  .home .home-masthead .swiper-slide-inner .swiper-slide-contents {
    padding-bottom: 100px;
  }
}

.home .home-masthead .swiper-slide-inner .elementor-slide-heading {
  font-size: clamp(2.25rem, 2.2151898734vw + 1.1867088608rem, 3.125rem);
  line-height: clamp(3rem, 1.8987341772vw + 2.0886075949rem, 3.75rem);
}

@media (min-width: 768px) {
  .home .home-masthead .swiper-slide-inner .elementor-slide-heading {
    max-width: 900px;
  }
}

.home .home-masthead .swiper-slide-inner .elementor-slide-description {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.9493670886vw + 0.6693037975rem, 1.5rem);
  line-height: clamp(1.5rem, 0.9493670886vw + 1.0443037975rem, 1.875rem);
}

@media (min-width: 768px) {
  .home .home-masthead .swiper-slide-inner .elementor-slide-description {
    max-width: 900px;
  }
}

.home .home-masthead .swiper-slide-inner .elementor-button {
  font-weight: 800;
  font-size: 1.125rem;
  border-color: #db285e;
  background-color: #db285e;
}

.home .home-masthead .swiper-slide-inner .elementor-button:hover {
  border-color: #9f0030;
  background-color: #9f0030;
}

.home .home-masthead .swiper-pagination {
  bottom: 30px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .home-masthead .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #f9cdc7;
  margin: 0 16px 0 0;
}

.home .home-masthead .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: 4px solid #9b4141;
  background-color: rgba(249,205,199,0);
}

@media (min-width: 992px) {
  .home .home-masthead .swiper-pagination {
    bottom: 60px;
  }
}

.home .home-masthead .elementor-ken-burns--active {
  -webkit-transition-duration: 8s;
       -o-transition-duration: 8s;
          transition-duration: 8s;
}

.home .slider-nested-wrap .swiper-slide-inner {
  z-index: 2;
}

.home .slider-nested-wrap .swiper-slide-inner .elementor-slide-heading {
  font-family: "Poppins",sans-serif;
  font-size: clamp(1.0625rem, 1.1075949367vw + 0.5308544304rem, 1.5rem);
  line-height: clamp(1.3125rem, 1.8987341772vw + 0.4011075949rem, 2.0625rem);
}

.home .slider-nested-wrap .swiper-slide-inner .elementor-slide-button {
  border-color: #db285e;
  background-color: #db285e;
}

.home .slider-nested-wrap .swiper-slide-inner .elementor-slide-button:hover,
.home .slider-nested-wrap .swiper-slide-inner .elementor-slide-button:focus {
  border-color: #9f0030;
  background-color: #9f0030;
}

.home .slider-nested-wrap .swiper-slide {
  position: relative;
}

.home .slider-nested-wrap .swiper-slide::after {
  content: " ";
  z-index: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1f4c89));
  background: -webkit-linear-gradient(transparent, #1f4c89);
  background: -o-linear-gradient(transparent, #1f4c89);
  background: linear-gradient(transparent, #1f4c89);
}

.home .slider-navigation {
  opacity: 0;
  visibility: hidden;
}

.home .elementor-posts-container .elementor-post {
  position: relative;
  overflow: visible;
  margin-left: 30px;
}

.home .elementor-posts-container .elementor-post:before {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  left: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 15px 0 0;
  border-color: #0d78e3 transparent transparent transparent;
}

.home .elementor-posts-container .elementor-post__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.home .elementor-posts-container .elementor-post__title a {
  text-decoration: none;
}

.home .elementor-posts-container .elementor-post__title a:hover {
  text-decoration: underline;
}

.home-slider-wrap .elementor-slides .swiper-slide-inner:after {
  content: " ";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1f4c89));
  background-image: -webkit-linear-gradient(transparent, #1f4c89);
  background-image: -o-linear-gradient(transparent, #1f4c89);
  background-image: linear-gradient(transparent, #1f4c89);
}

.home-slider-wrap .elementor-slides .swiper-slide-inner .swiper-slide-contents {
  z-index: 1;
  max-width: unset;
}

@media (min-width: 992px) {
  .home-slider-wrap .elementor-slides .swiper-slide-inner .swiper-slide-contents {
    max-width: 80%;
  }
}

.home-slider-wrap .elementor-slides .swiper-slide-inner .elementor-slide-heading {
  font-family: "Poppins",sans-serif;
  font-size: clamp(1.0625rem, 1.1075949367vw + 0.5308544304rem, 1.5rem);
  line-height: clamp(1.3125rem, 1.8987341772vw + 0.4011075949rem, 2.0625rem);
}

.home-slider-wrap .elementor-slides .swiper-slide-inner .elementor-slide-description {
  line-height: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.home-slider-wrap .elementor-slides .swiper-slide-inner .elementor-button {
  color: #0d78e3;
  border-color: #ebf7ff;
  background-color: #ebf7ff;
}

.home-slider-wrap .elementor-slides .swiper-slide-inner .elementor-button:hover {
  color: #ebf7ff;
  border-color: #0d78e3;
  background-color: #0d78e3;
}

.home-slider-wrap .swiper-pagination {
  bottom: 100%;
  left: auto;
  text-align: left;
  padding: 0 24px 30px;
}

@media (min-width: 768px) {
  .home-slider-wrap .swiper-pagination {
    top: auto;
    bottom: 0;
    right: 100%;
  }
}

@media (min-width: 992px) {
  .home-slider-wrap .swiper-pagination {
    padding: 0 64px 70px;
  }
}

.home-slider-wrap .swiper-pagination-bullet {
  color: #034c8e;
  font-weight: 700;
  margin-bottom: 25px !important;
  opacity: 1;
  display: block;
  width: auto;
  height: auto;
  padding-left: 33px;
  border-radius: unset;
  background: transparent;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  position: relative;
}

.home-slider-wrap .swiper-pagination-bullet:before {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 15px 0 0;
  border-color: #034c8e transparent transparent transparent;
}

.home-slider-wrap .swiper-pagination-bullet-active,
.home-slider-wrap .swiper-pagination-bullet:hover {
  color: #81bffb;
}

.home-slider-wrap .swiper-pagination-bullet-active:before,
.home-slider-wrap .swiper-pagination-bullet:hover:before {
  border-color: #81bffb transparent transparent transparent;
}

.elementor-widget-flip-box .elementor-flip-box {
  min-height: 300px;
  height: auto;
}

@media (min-width: 992px) {
  .elementor-widget-flip-box .elementor-flip-box {
    min-height: 460px;
  }
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__front {
  background-color: #ebf7ff;
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__front img {
  max-width: 60px;
  width: auto;
}

@media (min-width: 992px) {
  .elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__front img {
    max-width: unset;
  }
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__back {
  background-color: #034c8e;
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__inner {
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer {
  position: static;
}

@media (min-width: 992px) {
  .elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer {
    position: absolute;
  }
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer.elementor-flip-box__back {
  opacity: 1;
}

@media (min-width: 992px) {
  .elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer.elementor-flip-box__back {
    opacity: 0;
  }
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer__title {
  color: #0d78e3;
  font-weight: 700;
  margin-bottom: 0;
  font-size: clamp(2rem, 1.582278481vw + 1.2405063291rem, 2.625rem);
  line-height: clamp(2.5rem, 1.582278481vw + 1.7405063291rem, 3.125rem);
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer__description {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.9493670886vw + 0.6693037975rem, 1.5rem);
  line-height: clamp(1.375rem, 0.9493670886vw + 0.9193037975rem, 1.75rem);
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__button.elementor-button {
  margin: 0;
  color: #fff;
  text-decoration: none;
  border-color: #db285e;
  background-color: #db285e;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__button.elementor-button:hover {
  color: #fff;
  border-color: #9f0030;
  background-color: #9f0030;
}

.elementor-col-33 .elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer__overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(#024c8e));
  background: -webkit-linear-gradient(transparent 30%, #024c8e);
  background: -o-linear-gradient(transparent 30%, #024c8e);
  background: linear-gradient(transparent 30%, #024c8e);
}

.elementor-col-33 .elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer__title {
  color: #fff;
  margin-bottom: 8px;
  font-size: clamp(1.0625rem, 1.1075949367vw + 0.5308544304rem, 1.5rem);
  line-height: clamp(1.3125rem, 1.8987341772vw + 0.4011075949rem, 2.0625rem);
}

.elementor-col-33 .elementor-widget-flip-box .elementor-flip-box .elementor-flip-box__layer__description {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (min-width: 992px) {
  .elementor-widget-flip-box.elementor-flip-box--effect-fade:hover .elementor-flip-box__back {
    opacity: 1;
  }
}

.sub-nav ul.elementor-nav-menu {
  position: static;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub-nav ul.elementor-nav-menu:after {
  content: "";
  display: block;
  height: 100%;
  width: 15vw;
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, #f9cdc7), to(rgba(242, 242, 242, 0)));
  background: -webkit-linear-gradient(right, #f9cdc7 25%, rgba(242, 242, 242, 0) 100%);
  background: -o-linear-gradient(right, #f9cdc7 25%, rgba(242, 242, 242, 0) 100%);
  background: linear-gradient(270deg, #f9cdc7 25%, rgba(242, 242, 242, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  visibility: visible;
}

@media (min-width: 568px) {
  .sub-nav ul.elementor-nav-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sub-nav ul.elementor-nav-menu:after {
    display: none;
  }
}

.sub-nav .elementor-nav-menu--main .elementor-item {
  padding-top: 24px;
  padding-bottom: 24px;
}

.sub-nav .elementor-nav-menu--main .elementor-item:after {
  background-color: #fff;
}

.sli-content-pane.sli-widget p,
.sli-content-pane.sli-widget .elementor-post.news .elementor-post__meta-data,
.elementor-post.news .sli-content-pane.sli-widget .elementor-post__meta-data,
.sli-content-pane.sli-widget .elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt .sli-content-pane.sli-widget p,
.sli-content-pane.sli-widget .elementor-post.job .elementor-post__title,
.elementor-post.job .sli-content-pane.sli-widget .elementor-post__title,
.sli-content-pane.sli-widget .elementor-post.job .elementor-post__meta-data,
.elementor-post.job .sli-content-pane.sli-widget .elementor-post__meta-data,
.sli-content-pane.sli-widget .elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt .sli-content-pane.sli-widget p,
.sli-content-pane.sli-widget .sli-element p,
.sli-content-pane.sli-widget .sli-step-navigation-steps {
  font-family: "Nunito Sans",sans-serif;
}

.sli-content-pane.sli-widget .sli-button {
  text-decoration: none;
}

.sli-content-pane.sli-widget li::before {
  display: none;
}

.sli-content-pane.sli-widget .sli-donation-amountblock ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sli-content-pane.sli-widget .sli-donationsummary-dedication ul {
  margin-left: 0 !important;
}

.sli-content-pane.sli-widget .sli-donationsummary-dedication ul li:first-child {
  padding-left: 0 !important;
}

.sli-content-pane.sli-widget .sli-amount-label {
  color: #fff;
}

.sli-content-pane.sli-widget ul.sli-style-button input[type=radio]:checked+.sli-amount-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff !important;
  background-color: #0d78e3 !important;
}

.sli-content-pane.sli-widget .sli-button {
  color: #fff;
}

.single-event .single-post__content .sli-content-pane.sli-widget .sli-button {
  background-color: #b54b4b;
}

.single-event .single-post__content .sli-content-pane.sli-widget .sli-button:hover,
.single-event .single-post__content .sli-content-pane.sli-widget .sli-button:focus {
  color: #fff;
  background-color: #9b4141;
}

.sli-donationAmounts li::before {
  display: none;
}

.sli-donationAmounts .sli-amount-label {
  z-index: auto;
}

.elementor-editor-element-settings li:before {
  display: none;
}

#sgpb-popup-dialog-main-div {
  border: none !important;
  -webkit-box-shadow: 2px 2px 12px 3px rgba(0,0,0,.1) !important;
          box-shadow: 2px 2px 12px 3px rgba(0,0,0,.1) !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 #sgpb-popup-dialog-main-div {
  border-radius: 0;
  padding: clamp(24px,6vw,64px) !important;
}

@media (min-width: 768px) {
  .sgpb-popup-dialog-main-div-theme-wrapper-1 #sgpb-popup-dialog-main-div {
    padding-left: 248px !important;
    background-image: url(/wp-content/themes/focr/dist/images/popup-bg.png);
    background-position: top left !important;
    background-size: contain;
  }
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 .sgpb-popup-close-button-1 {
  right: 16px !important;
  bottom: auto !important;
  top: 16px;
}

.mfp-bg {
  background-color: transparent;
}

.mfp-content {
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(3,76,142,.25);
          box-shadow: 0px 0px 20px 0px rgba(3,76,142,.25);
}

.mfp-close {
  top: -24px;
  right: -24px;
}

.elementor-editor-active .mfp-hide {
  display: initial !important;
  opacity: .25;
}

.mfp-container {
  padding: 0 6vw;
}

@media (min-width: 992px) {
  .mfp-container .mfp-content {
    max-width: 400px;
  }
}

.mfp-container .mfp-close:hover,
.mfp-container .mfp-close:focus {
  background-color: transparent;
}

.open-modal {
  -webkit-transition: fill 222ms ease-in-out;
  -o-transition: fill 222ms ease-in-out;
  transition: fill 222ms ease-in-out;
}

.open-modal:is(rect):hover,
.open-modal:is(rect):focus {
  cursor: pointer;
  fill: #0a5fb3;
}

.sticky-sidebar>.elementor-element {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
  padding-left: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header {
  text-decoration: underline;
}

.elementor-widget-n-accordion .e-n-accordion-item-title+div {
  padding-left: 0;
}

.elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  padding-top: 4px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title i {
  font-size: 60% !important;
}

.tooltip {
  cursor: pointer;
  display: inline-block;
}

div[data-tooltip-content] {
  display: none;
  position: fixed;
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.15);
          box-shadow: 0 2px 8px rgba(0,0,0,.15);
  max-width: 300px !important;
  z-index: 1000;
  pointer-events: auto;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

div[data-tooltip-content] p,
div[data-tooltip-content] .elementor-post.news .elementor-post__meta-data,
.elementor-post.news div[data-tooltip-content] .elementor-post__meta-data,
div[data-tooltip-content] .elementor-post.news .elementor-post__excerpt p,
.elementor-post.news .elementor-post__excerpt div[data-tooltip-content] p,
div[data-tooltip-content] .elementor-post.job .elementor-post__title,
.elementor-post.job div[data-tooltip-content] .elementor-post__title,
div[data-tooltip-content] .elementor-post.job .elementor-post__meta-data,
.elementor-post.job div[data-tooltip-content] .elementor-post__meta-data,
div[data-tooltip-content] .elementor-post.job .elementor-post__excerpt p,
.elementor-post.job .elementor-post__excerpt div[data-tooltip-content] p {
  margin: 0;
}

div[data-tooltip-content].tooltip-content-active {
  display: block;
  opacity: 1;
}


/*# sourceMappingURL=main.css.map*/