@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.flex-jumbotron .slick-track {
  display: flex; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide > div {
    width: 100%; }

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

.flex-jumbotron .slick-initialized .slick-slide {
  display: flex;
  outline: none;
  padding-left: 1px; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  padding-top: 30px;
  padding-bottom: 25px; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 10;
  background-color: white;
  outline: none; }

.slick-prev {
  left: 15px; }

.slick-next {
  right: 15px; }

.slick-next, .slick-prev {
  transition: all .2s ease; }

.text-next {
  right: -115px; }

.text-prev {
  left: -115px; }

.text-next, .text-prev {
  top: calc(50% - 58px); }

.sliderNavigation {
  position: relative;
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 60px; }

.slick-dots {
  width: calc(100% - 70px);
  padding-left: 0; }
  .slick-dots li {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 0;
    margin-right: 7px; }
  .slick-dots .slick-active {
    pointer-events: none; }
    .slick-dots .slick-active button:after {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
      top: 2px;
      left: 2px;
      border-radius: 50%;
      background-color: #14a3e4; }
  .slick-dots button {
    width: 14px;
    height: 14px;
    padding: 0;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    border: solid 1px white;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    position: relative; }
    .slick-dots button:before {
      content: none; }

.col-jumbotron .slick-dots {
  bottom: -50px; }

.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  padding: 10px 20px; }

.slick-next, .slick-prev {
  cursor: pointer;
  top: calc(50% - 20px); }

.slick-dots {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: auto;
  bottom: 20px;
  left: 0;
  width: auto;
  bottom: -90px; }

.testimonial-slider .slick-dots {
  bottom: auto;
  left: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0; }

.testimonial-slider ul {
  padding-bottom: 60px; }

.testimonial-slider li {
  display: block;
  margin-bottom: 7px; }

.testimonial-slider .slick-dots button {
  border-color: #0F7DC2; }

@media (max-width: 1100px) {
  .slick-dots {
    display: block !important; }
  .slick-next, .slick-prev {
    display: none !important; } }

@media (max-width: 1000px) {
  .flex-jumbotron .slick-list {
    display: flex; } }

@media (max-width: 768px) {
  .testimonial-slider .slick-dots {
    top: auto;
    right: 50px;
    right: 50%;
    padding-bottom: 0;
    bottom: -40px;
    transform: translateY(0) translateX(50%); }
    .testimonial-slider .slick-dots li {
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px; } }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

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

.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

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

.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/* Basscss Margin */
.container {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.large-container {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.xl-container {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.half-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

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

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.mr-3 {
  margin-right: 3px; }

.mt-3 {
  margin-top: 3px; }

.mb-3 {
  margin-bottom: 3px; }

.ml-3 {
  margin-left: 3px; }

.mr-5 {
  margin-right: 5px; }

.mr-5 {
  margin-right: 5px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.mr-7 {
  margin-right: 7px; }

.ml-7 {
  margin-left: 7px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.ml-35 {
  margin-right: 35px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.mr-90 {
  margin-right: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.mr-100 {
  margin-right: 100px; }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.ml-110 {
  margin-left: 110px; }

.mr-110 {
  margin-right: 110px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.ml-120 {
  margin-left: 120px; }

.mr-120 {
  margin-right: 120px; }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.ml-130 {
  margin-left: 130px; }

.mr-130 {
  margin-right: 130px; }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.ml-140 {
  margin-left: 140px; }

.mr-140 {
  margin-right: 140px; }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-150 {
  margin-left: 150px; }

.mr-150 {
  margin-right: 150px; }

.mb-200 {
  margin-bottom: 200px; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.p-2 {
  padding: 3px; }

.pr-2 {
  padding-right: 3px; }

.pt-2 {
  padding-top: 3px; }

.pb-2 {
  padding-bottom: 3px; }

.pl-2 {
  padding-left: 3px; }

.p-3 {
  padding: 3px; }

.pr-3 {
  padding-right: 3px; }

.pt-3 {
  padding-top: 3px; }

.pb-3 {
  padding-bottom: 3px; }

.pl-3 {
  padding-left: 3px; }

.p-5 {
  padding: 5px; }

.pr-5 {
  padding-right: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.p-6 {
  padding: 6px; }

.pr-6 {
  padding-right: 6px; }

.pt-6 {
  padding-top: 6px; }

.pb-6 {
  padding-bottom: 6px; }

.pl-6 {
  padding-left: 6px; }

.p-7 {
  padding: 7px; }

.pr-7 {
  padding-right: 7px; }

.pt-7 {
  padding-top: 7px; }

.pb-7 {
  padding-bottom: 7px; }

.pl-7 {
  padding-left: 7px; }

.p-8 {
  padding: 8px; }

.pr-8 {
  padding-right: 8px; }

.pt-8 {
  padding-top: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pl-8 {
  padding-left: 8px; }

.p-10 {
  padding: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.p-25 {
  padding: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.pl-35 {
  padding-left: 35px; }

.pr-35 {
  padding-right: 35px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pl-45 {
  padding-left: 45px; }

.p-50 {
  padding: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.p-60 {
  padding: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.pr-60 {
  padding-right: 60px; }

.p-70 {
  padding: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

.pr-70 {
  padding-right: 70px; }

.pl-75 {
  padding-left: 75px; }

.p-80 {
  padding: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

.pr-80 {
  padding-right: 80px; }

.p-90 {
  padding: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

.pr-90 {
  padding-right: 90px; }

.p-100 {
  padding: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-left: 100px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pt-140 {
  padding-top: 120px; }

.pb-140 {
  padding-bottom: 120px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-250 {
  padding-bottom: 250px; }

.pt-250 {
  padding-top: 250px; }

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

.block {
  display: block; }

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

.flex {
  display: flex; }

.align-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.inline {
  display: inline; }

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

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

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

a {
  text-decoration: none; }

.underline {
  text-decoration: underline; }

input, textarea {
  border: none; }
  input:focus, textarea:focus {
    outline: none; }

.nowrap {
  flex-wrap: nowrap; }

.no-wrap {
  white-space: nowrap; }

.wrap {
  flex-wrap: wrap; }

.img-bg {
  background-size: cover; }

.centered-bg {
  background-position: center; }

.cover-bg {
  background-size: cover; }

.left-bg {
  background-position: center left; }

.right-bg {
  background-position: center left; }

.bottom-bg {
  background-position: center bottom; }

.f-right {
  float: right; }

.img-responsive {
  max-width: 100%;
  display: block; }

.hidden {
  display: none; }

.w-100 {
  width: 100%; }

@media (max-width: 1200px) {
  /* Basscss Margin */
  .mr-xl-auto {
    margin-right: auto; }
  .ml-xl-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-xl-0 {
    margin: 0; }
  .mt-xl-0 {
    margin-top: 0; }
  .mb-xl-0 {
    margin-bottom: 0; }
  .ml-xl-0 {
    margin-left: 0; }
  .mr-xl-0 {
    margin-right: 0; }
  .mr-xl-3 {
    margin-right: 3px; }
  .mt-xl-3 {
    margin-top: 3px; }
  .mb-xl-3 {
    margin-bottom: 3px; }
  .ml-xl-3 {
    margin-left: 3px; }
  .mr-xl-5 {
    margin-right: 5px; }
  .mr-xl-5 {
    margin-right: 5px; }
  .mt-xl-5 {
    margin-top: 5px; }
  .mb-xl-5 {
    margin-bottom: 5px; }
  .ml-xl-5 {
    margin-left: 5px; }
  .mr-xl-5 {
    margin-right: 5px; }
  .mt-xl-10 {
    margin-top: 10px; }
  .mb-xl-10 {
    margin-bottom: 10px; }
  .ml-xl-10 {
    margin-left: 10px; }
  .mr-xl-10 {
    margin-right: 10px; }
  .mt-xl-15 {
    margin-top: 15px; }
  .mb-xl-15 {
    margin-bottom: 15px; }
  .ml-xl-15 {
    margin-left: 15px; }
  .mr-xl-15 {
    margin-right: 15px; }
  .mt-xl-20 {
    margin-top: 20px; }
  .mb-xl-20 {
    margin-bottom: 20px; }
  .ml-xl-20 {
    margin-left: 20px; }
  .mr-xl-20 {
    margin-right: 20px; }
  .mt-xl-25 {
    margin-top: 25px; }
  .mb-xl-25 {
    margin-bottom: 25px; }
  .ml-xl-25 {
    margin-left: 25px; }
  .mr-xl-25 {
    margin-right: 25px; }
  .mt-xl-30 {
    margin-top: 30px; }
  .mb-xl-30 {
    margin-bottom: 30px; }
  .ml-xl-30 {
    margin-left: 30px; }
  .mr-xl-30 {
    margin-right: 30px; }
  .mt-xl-35 {
    margin-top: 35px; }
  .mb-xl-35 {
    margin-bottom: 35px; }
  .ml-xl-35 {
    margin-left: 35px; }
  .mr-xl-35 {
    margin-right: 35px; }
  .mt-xl-40 {
    margin-top: 40px; }
  .mb-xl-40 {
    margin-bottom: 40px; }
  .ml-xl-40 {
    margin-left: 40px; }
  .mr-xl-40 {
    margin-right: 40px; }
  .mt-xl-50 {
    margin-top: 50px; }
  .mb-xl-50 {
    margin-bottom: 50px; }
  .ml-xl-50 {
    margin-left: 50px; }
  .mr-xl-50 {
    margin-right: 50px; }
  .mt-xl-60 {
    margin-top: 60px; }
  .mb-xl-60 {
    margin-bottom: 60px; }
  .ml-xl-60 {
    margin-left: 60px; }
  .mr-xl-60 {
    margin-right: 60px; }
  .mt-xl-70 {
    margin-top: 70px; }
  .mb-xl-70 {
    margin-bottom: 70px; }
  .ml-xl-70 {
    margin-left: 70px; }
  .mr-xl-70 {
    margin-right: 70px; }
  .mt-xl-80 {
    margin-top: 80px; }
  .mb-xl-80 {
    margin-bottom: 80px; }
  .ml-xl-80 {
    margin-left: 80px; }
  .mr-xl-80 {
    margin-right: 80px; }
  .mt-xl-90 {
    margin-top: 80px; }
  .mb-xl-90 {
    margin-bottom: 80px; }
  .ml-xl-90 {
    margin-left: 80px; }
  .mr-xl-90 {
    margin-right: 80px; }
  .mt-xl-100 {
    margin-top: 100px; }
  .mb-xl-100 {
    margin-bottom: 100px; }
  .ml-xl-100 {
    margin-left: 100px; }
  .mr-xl-100 {
    margin-right: 100px; }
  .mt-xl-120 {
    margin-top: 120px; }
  .mb-xl-120 {
    margin-bottom: 120px; }
  .ml-xl-120 {
    margin-left: 120px; }
  .mr-xl-120 {
    margin-right: 120px; }
  .mt-xl-140 {
    margin-top: 140px; }
  .mb-xl-140 {
    margin-bottom: 140px; }
  .ml-xl-140 {
    margin-left: 140px; }
  .mr-xl-140 {
    margin-right: 140px; }
  .mt-xl-150 {
    margin-top: 150px; }
  .mb-xl-150 {
    margin-bottom: 150px; }
  .ml-xl-150 {
    margin-left: 150px; }
  .mr-xl-150 {
    margin-right: 150px; }
  .mt-xl-200 {
    margin-top: 200px; }
  .mb-xl-200 {
    margin-bottom: 200px; }
  .mt-xl-250 {
    margin-top: 250px; }
  .mb-xl-250 {
    margin-bottom: 250px; }
  .p-xl-0 {
    padding: 0; }
  .pt-xl-0 {
    padding-top: 0; }
  .pb-xl-0 {
    padding-bottom: 0; }
  .pl-xl-0 {
    padding-left: 0; }
  .pr-xl-0 {
    padding-right: 0; }
  .p-xl-5 {
    padding: 5px; }
  .pr-xl-5 {
    padding-right: 5px; }
  .pt-xl-5 {
    padding-top: 5px; }
  .pb-xl-5 {
    padding-bottom: 5px; }
  .pl-xl-5 {
    padding-left: 5px; }
  .p-xl-6 {
    padding: 6px; }
  .pr-xl-6 {
    padding-right: 6px; }
  .pt-xl-6 {
    padding-top: 6px; }
  .pb-xl-6 {
    padding-bottom: 6px; }
  .pl-xl-6 {
    padding-left: 6px; }
  .p-xl-7 {
    padding: 7px; }
  .pr-xl-7 {
    padding-right: 7px; }
  .pt-xl-7 {
    padding-top: 7px; }
  .pb-xl-7 {
    padding-bottom: 7px; }
  .pl-xl-7 {
    padding-left: 7px; }
  .p-xl-8 {
    padding: 8px; }
  .pr-xl-8 {
    padding-right: 8px; }
  .pt-xl-8 {
    padding-top: 8px; }
  .pb-xl-8 {
    padding-bottom: 8px; }
  .pl-xl-8 {
    padding-left: 8px; }
  .p-xl-10 {
    padding: 10px; }
  .pt-xl-10 {
    padding-top: 10px; }
  .pb-xl-10 {
    padding-bottom: 10px; }
  .pl-xl-10 {
    padding-left: 10px; }
  .pr-xl-10 {
    padding-right: 10px; }
  .p-xl-15 {
    padding: 15px; }
  .pt-xl-15 {
    padding-top: 15px; }
  .pb-xl-15 {
    padding-bottom: 15px; }
  .pl-xl-15 {
    padding-left: 15px; }
  .pr-xl-15 {
    padding-right: 15px; }
  .pt-xl-20 {
    padding-top: 20px; }
  .pb-xl-20 {
    padding-bottom: 20px; }
  .pl-xl-20 {
    padding-left: 20px; }
  .pr-xl-20 {
    padding-right: 20px; }
  .p-xl-25 {
    padding: 25px; }
  .pt-xl-25 {
    padding-top: 25px; }
  .pb-xl-25 {
    padding-bottom: 25px; }
  .pl-xl-25 {
    padding-left: 25px; }
  .pr-xl-25 {
    padding-right: 25px; }
  .pt-xl-30 {
    padding-top: 30px; }
  .pb-xl-30 {
    padding-bottom: 30px; }
  .pl-xl-30 {
    padding-left: 30px; }
  .pr-xl-30 {
    padding-right: 30px; }
  .pt-xl-40 {
    padding-top: 40px; }
  .pb-xl-40 {
    padding-bottom: 40px; }
  .pl-xl-40 {
    padding-left: 40px; }
  .pr-xl-40 {
    padding-right: 40px; }
  .p-xl-50 {
    padding: 50px; }
  .pt-xl-50 {
    padding-top: 50px; }
  .pb-xl-50 {
    padding-bottom: 50px; }
  .pl-xl-50 {
    padding-left: 50px; }
  .pr-xl-50 {
    padding-right: 50px; }
  .p-xl-60 {
    padding: 60px; }
  .pt-xl-60 {
    padding-top: 60px; }
  .pb-xl-60 {
    padding-bottom: 60px; }
  .pl-xl-60 {
    padding-left: 60px; }
  .pr-xl-60 {
    padding-right: 60px; }
  .p-xl-70 {
    padding: 70px; }
  .pt-xl-70 {
    padding-top: 70px; }
  .pb-xl-70 {
    padding-bottom: 70px; }
  .pl-xl-70 {
    padding-left: 70px; }
  .pr-xl-70 {
    padding-right: 70px; }
  .p-xl-80 {
    padding: 80px; }
  .pt-xl-80 {
    padding-top: 80px; }
  .pb-xl-80 {
    padding-bottom: 80px; }
  .pl-xl-80 {
    padding-left: 80px; }
  .pr-xl-80 {
    padding-right: 80px; }
  .p-xl-90 {
    padding: 90px; }
  .pt-xl-90 {
    padding-top: 90px; }
  .pb-xl-90 {
    padding-bottom: 90px; }
  .pl-xl-90 {
    padding-left: 90px; }
  .pr-xl-90 {
    padding-right: 90px; }
  .p-xl-100 {
    padding: 100px; }
  .pb-xl-100 {
    padding-bottom: 100px; }
  .pt-xl-100 {
    padding-top: 100px; }
  .pt-xl-120 {
    padding-top: 120px; }
  .pb-xl-120 {
    padding-bottom: 120px; }
  .pt-xl-140 {
    padding-top: 140px; }
  .pb-xl-200 {
    padding-bottom: 200px; }
  .pb-xl-250 {
    padding-bottom: 250px; }
  .align-center-xl {
    align-items: center; }
  .justify-center-xl {
    justify-content: center; }
  .text-center-xl {
    text-align: center; }
  .wrap-reverse-xl {
    flex-wrap: wrap-reverse; }
  .reverse-wrap-xl {
    flex-wrap: wrap-reverse; }
  .wrap-xl {
    flex-wrap: wrap; }
  .responsive-img-xl, .img-responsive-xl {
    max-width: 100%; }
  .text-left-xl {
    text-align: left; }
  .hidden-xl {
    display: none !important; } }

@media (max-width: 991px) {
  /* Basscss Margin */
  .mr-lg-auto {
    margin-right: auto; }
  .ml-lg-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-lg-0 {
    margin: 0; }
  .mt-lg-0 {
    margin-top: 0; }
  .mb-lg-0 {
    margin-bottom: 0; }
  .ml-lg-0 {
    margin-left: 0; }
  .mr-lg-0 {
    margin-right: 0; }
  .mr-lg-3 {
    margin-right: 3px; }
  .mt-lg-3 {
    margin-top: 3px; }
  .mb-lg-3 {
    margin-bottom: 3px; }
  .ml-lg-3 {
    margin-left: 3px; }
  .mr-lg-5 {
    margin-right: 5px; }
  .mr-lg-5 {
    margin-right: 5px; }
  .mt-lg-5 {
    margin-top: 5px; }
  .mb-lg-5 {
    margin-bottom: 5px; }
  .ml-lg-5 {
    margin-left: 5px; }
  .mr-lg-5 {
    margin-right: 5px; }
  .mt-lg-10 {
    margin-top: 10px; }
  .mb-lg-10 {
    margin-bottom: 10px; }
  .ml-lg-10 {
    margin-left: 10px; }
  .mr-lg-10 {
    margin-right: 10px; }
  .mt-lg-15 {
    margin-top: 15px; }
  .mb-lg-15 {
    margin-bottom: 15px; }
  .ml-lg-15 {
    margin-left: 15px; }
  .mr-lg-15 {
    margin-right: 15px; }
  .mt-lg-20 {
    margin-top: 20px; }
  .mb-lg-20 {
    margin-bottom: 20px; }
  .ml-lg-20 {
    margin-left: 20px; }
  .mr-lg-20 {
    margin-right: 20px; }
  .mt-lg-25 {
    margin-top: 25px; }
  .mb-lg-25 {
    margin-bottom: 25px; }
  .ml-lg-25 {
    margin-left: 25px; }
  .mr-lg-25 {
    margin-right: 25px; }
  .mt-lg-30 {
    margin-top: 30px; }
  .mb-lg-30 {
    margin-bottom: 30px; }
  .ml-lg-30 {
    margin-left: 30px; }
  .mr-lg-30 {
    margin-right: 30px; }
  .mt-lg-35 {
    margin-top: 35px; }
  .mb-lg-35 {
    margin-bottom: 35px; }
  .ml-lg-35 {
    margin-left: 35px; }
  .mr-lg-35 {
    margin-right: 35px; }
  .mt-lg-40 {
    margin-top: 40px; }
  .mb-lg-40 {
    margin-bottom: 40px; }
  .ml-lg-40 {
    margin-left: 40px; }
  .mr-lg-40 {
    margin-right: 40px; }
  .mt-lg-50 {
    margin-top: 50px; }
  .mb-lg-50 {
    margin-bottom: 50px; }
  .ml-lg-50 {
    margin-left: 50px; }
  .mr-lg-50 {
    margin-right: 50px; }
  .mt-lg-60 {
    margin-top: 60px; }
  .mb-lg-60 {
    margin-bottom: 60px; }
  .ml-lg-60 {
    margin-left: 60px; }
  .mr-lg-60 {
    margin-right: 60px; }
  .mt-lg-70 {
    margin-top: 70px; }
  .mb-lg-70 {
    margin-bottom: 70px; }
  .ml-lg-70 {
    margin-left: 70px; }
  .mr-lg-70 {
    margin-right: 70px; }
  .mt-lg-80 {
    margin-top: 80px; }
  .mb-lg-80 {
    margin-bottom: 80px; }
  .ml-lg-80 {
    margin-left: 80px; }
  .mr-lg-80 {
    margin-right: 80px; }
  .mt-lg-90 {
    margin-top: 80px; }
  .mb-lg-90 {
    margin-bottom: 80px; }
  .ml-lg-90 {
    margin-left: 80px; }
  .mr-lg-90 {
    margin-right: 80px; }
  .mt-lg-100 {
    margin-top: 100px; }
  .mb-lg-100 {
    margin-bottom: 100px; }
  .ml-lg-100 {
    margin-left: 100px; }
  .mr-lg-100 {
    margin-right: 100px; }
  .mt-lg-120 {
    margin-top: 120px; }
  .mb-lg-120 {
    margin-bottom: 120px; }
  .ml-lg-120 {
    margin-left: 120px; }
  .mr-lg-120 {
    margin-right: 120px; }
  .mt-lg-140 {
    margin-top: 140px; }
  .mb-lg-140 {
    margin-bottom: 140px; }
  .ml-lg-140 {
    margin-left: 140px; }
  .mr-lg-140 {
    margin-right: 140px; }
  .mt-lg-150 {
    margin-top: 150px; }
  .mb-lg-150 {
    margin-bottom: 150px; }
  .ml-lg-150 {
    margin-left: 150px; }
  .mr-lg-150 {
    margin-right: 150px; }
  .mt-lg-200 {
    margin-top: 200px; }
  .mb-lg-200 {
    margin-bottom: 200px; }
  .mt-lg-250 {
    margin-top: 250px; }
  .mb-lg-250 {
    margin-bottom: 250px; }
  .p-lg-0 {
    padding: 0; }
  .pt-lg-0 {
    padding-top: 0; }
  .pb-lg-0 {
    padding-bottom: 0; }
  .pl-lg-0 {
    padding-left: 0; }
  .pr-lg-0 {
    padding-right: 0; }
  .p-lg-5 {
    padding: 5px; }
  .pr-lg-5 {
    padding-right: 5px; }
  .pt-lg-5 {
    padding-top: 5px; }
  .pb-lg-5 {
    padding-bottom: 5px; }
  .pl-lg-5 {
    padding-left: 5px; }
  .p-lg-6 {
    padding: 6px; }
  .pr-lg-6 {
    padding-right: 6px; }
  .pt-lg-6 {
    padding-top: 6px; }
  .pb-lg-6 {
    padding-bottom: 6px; }
  .pl-lg-6 {
    padding-left: 6px; }
  .p-lg-7 {
    padding: 7px; }
  .pr-lg-7 {
    padding-right: 7px; }
  .pt-lg-7 {
    padding-top: 7px; }
  .pb-lg-7 {
    padding-bottom: 7px; }
  .pl-lg-7 {
    padding-left: 7px; }
  .p-lg-8 {
    padding: 8px; }
  .pr-lg-8 {
    padding-right: 8px; }
  .pt-lg-8 {
    padding-top: 8px; }
  .pb-lg-8 {
    padding-bottom: 8px; }
  .pl-lg-8 {
    padding-left: 8px; }
  .p-lg-10 {
    padding: 10px; }
  .pt-lg-10 {
    padding-top: 10px; }
  .pb-lg-10 {
    padding-bottom: 10px; }
  .pl-lg-10 {
    padding-left: 10px; }
  .pr-lg-10 {
    padding-right: 10px; }
  .p-lg-15 {
    padding: 15px; }
  .pt-lg-15 {
    padding-top: 15px; }
  .pb-lg-15 {
    padding-bottom: 15px; }
  .pl-lg-15 {
    padding-left: 15px; }
  .pr-lg-15 {
    padding-right: 15px; }
  .pt-lg-20 {
    padding-top: 20px; }
  .pb-lg-20 {
    padding-bottom: 20px; }
  .pl-lg-20 {
    padding-left: 20px; }
  .pr-lg-20 {
    padding-right: 20px; }
  .p-lg-25 {
    padding: 25px; }
  .pt-lg-25 {
    padding-top: 25px; }
  .pb-lg-25 {
    padding-bottom: 25px; }
  .pl-lg-25 {
    padding-left: 25px; }
  .pr-lg-25 {
    padding-right: 25px; }
  .pt-lg-30 {
    padding-top: 30px; }
  .pb-lg-30 {
    padding-bottom: 30px; }
  .pl-lg-30 {
    padding-left: 30px; }
  .pr-lg-30 {
    padding-right: 30px; }
  .pt-lg-40 {
    padding-top: 40px; }
  .pb-lg-40 {
    padding-bottom: 40px; }
  .pl-lg-40 {
    padding-left: 40px; }
  .pr-lg-40 {
    padding-right: 40px; }
  .p-lg-50 {
    padding: 50px; }
  .pt-lg-50 {
    padding-top: 50px; }
  .pb-lg-50 {
    padding-bottom: 50px; }
  .pl-lg-50 {
    padding-left: 50px; }
  .pr-lg-50 {
    padding-right: 50px; }
  .p-lg-60 {
    padding: 60px; }
  .pt-lg-60 {
    padding-top: 60px; }
  .pb-lg-60 {
    padding-bottom: 60px; }
  .pl-lg-60 {
    padding-left: 60px; }
  .pr-lg-60 {
    padding-right: 60px; }
  .p-lg-70 {
    padding: 70px; }
  .pt-lg-70 {
    padding-top: 70px; }
  .pb-lg-70 {
    padding-bottom: 70px; }
  .pl-lg-70 {
    padding-left: 70px; }
  .pr-lg-70 {
    padding-right: 70px; }
  .p-lg-80 {
    padding: 80px; }
  .pt-lg-80 {
    padding-top: 80px; }
  .pb-lg-80 {
    padding-bottom: 80px; }
  .pl-lg-80 {
    padding-left: 80px; }
  .pr-lg-80 {
    padding-right: 80px; }
  .p-lg-90 {
    padding: 90px; }
  .pt-lg-90 {
    padding-top: 90px; }
  .pb-lg-90 {
    padding-bottom: 90px; }
  .pl-lg-90 {
    padding-left: 90px; }
  .pr-lg-90 {
    padding-right: 90px; }
  .p-lg-100 {
    padding: 100px; }
  .pb-lg-100 {
    padding-bottom: 100px; }
  .pt-lg-100 {
    padding-top: 100px; }
  .pt-lg-120 {
    padding-top: 120px; }
  .pb-lg-120 {
    padding-bottom: 120px; }
  .pt-lg-140 {
    padding-top: 140px; }
  .pb-lg-200 {
    padding-bottom: 200px; }
  .pb-lg-250 {
    padding-bottom: 250px; }
  .hidden-lg {
    display: none !important; }
  .show-lg {
    display: block; }
  .wrap-lg {
    flex-wrap: wrap; }
  .reverse-wrap-lg {
    flex-wrap: wrap-reverse; }
  .responsive-img-lg {
    max-width: 100%; }
  .flex-lg {
    display: flex; }
  .center-lg, .centered-lg {
    text-align: center; }
  .justify-center-lg {
    justify-content: center; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .inline-lg {
    display: inline; }
  .text-left-lg {
    text-align: left; }
  .w-100-lg {
    width: 100%; }
  .img-responsive-lg {
    max-width: 100%; }
  .block-lg {
    display: block; }
  .align-start-lg {
    align-items: flex-start; } }

@media (max-width: 768px) {
  /* Basscss Margin */
  .mr-md-auto {
    margin-right: auto; }
  .ml-md-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-md-0 {
    margin: 0; }
  .mt-md-0 {
    margin-top: 0; }
  .mb-md-0 {
    margin-bottom: 0; }
  .ml-md-0 {
    margin-left: 0; }
  .mr-md-0 {
    margin-right: 0; }
  .mr-md-3 {
    margin-right: 3px; }
  .mt-md-3 {
    margin-top: 3px; }
  .mb-md-3 {
    margin-bottom: 3px; }
  .ml-md-3 {
    margin-left: 3px; }
  .mr-md-5 {
    margin-right: 5px; }
  .mr-md-5 {
    margin-right: 5px; }
  .mt-md-5 {
    margin-top: 5px; }
  .mb-md-5 {
    margin-bottom: 5px; }
  .ml-md-5 {
    margin-left: 5px; }
  .mr-md-5 {
    margin-right: 5px; }
  .mt-md-10 {
    margin-top: 10px; }
  .mb-md-10 {
    margin-bottom: 10px; }
  .ml-md-10 {
    margin-left: 10px; }
  .mr-md-10 {
    margin-right: 10px; }
  .mt-md-15 {
    margin-top: 15px; }
  .mb-md-15 {
    margin-bottom: 15px; }
  .ml-md-15 {
    margin-left: 15px; }
  .mr-md-15 {
    margin-right: 15px; }
  .mt-md-20 {
    margin-top: 20px; }
  .mb-md-20 {
    margin-bottom: 20px; }
  .ml-md-20 {
    margin-left: 20px; }
  .mr-md-20 {
    margin-right: 20px; }
  .mt-md-25 {
    margin-top: 25px; }
  .mb-md-25 {
    margin-bottom: 25px; }
  .ml-md-25 {
    margin-left: 25px; }
  .mr-md-25 {
    margin-right: 25px; }
  .mt-md-30 {
    margin-top: 30px; }
  .mb-md-30 {
    margin-bottom: 30px; }
  .ml-md-30 {
    margin-left: 30px; }
  .mr-md-30 {
    margin-right: 30px; }
  .mt-md-35 {
    margin-top: 35px; }
  .mb-md-35 {
    margin-bottom: 35px; }
  .ml-md-35 {
    margin-left: 35px; }
  .mr-md-35 {
    margin-right: 35px; }
  .mt-md-40 {
    margin-top: 40px; }
  .mb-md-40 {
    margin-bottom: 40px; }
  .ml-md-40 {
    margin-left: 40px; }
  .mr-md-40 {
    margin-right: 40px; }
  .mt-md-50 {
    margin-top: 50px; }
  .mb-md-50 {
    margin-bottom: 50px; }
  .ml-md-50 {
    margin-left: 50px; }
  .mr-md-50 {
    margin-right: 50px; }
  .mt-md-60 {
    margin-top: 60px; }
  .mb-md-60 {
    margin-bottom: 60px; }
  .ml-md-60 {
    margin-left: 60px; }
  .mr-md-60 {
    margin-right: 60px; }
  .mt-md-70 {
    margin-top: 70px; }
  .mb-md-70 {
    margin-bottom: 70px; }
  .ml-md-70 {
    margin-left: 70px; }
  .mr-md-70 {
    margin-right: 70px; }
  .mt-md-80 {
    margin-top: 80px; }
  .mb-md-80 {
    margin-bottom: 80px; }
  .ml-md-80 {
    margin-left: 80px; }
  .mr-md-80 {
    margin-right: 80px; }
  .mt-md-90 {
    margin-top: 80px; }
  .mb-md-90 {
    margin-bottom: 80px; }
  .ml-md-90 {
    margin-left: 80px; }
  .mr-md-90 {
    margin-right: 80px; }
  .mt-md-100 {
    margin-top: 100px; }
  .mb-md-100 {
    margin-bottom: 100px; }
  .ml-md-100 {
    margin-left: 100px; }
  .mr-md-100 {
    margin-right: 100px; }
  .mt-md-120 {
    margin-top: 120px; }
  .mb-md-120 {
    margin-bottom: 120px; }
  .ml-md-120 {
    margin-left: 120px; }
  .mr-md-120 {
    margin-right: 120px; }
  .mt-md-140 {
    margin-top: 140px; }
  .mb-md-140 {
    margin-bottom: 140px; }
  .ml-md-140 {
    margin-left: 140px; }
  .mr-md-140 {
    margin-right: 140px; }
  .mt-md-150 {
    margin-top: 150px; }
  .mb-md-150 {
    margin-bottom: 150px; }
  .ml-md-150 {
    margin-left: 150px; }
  .mr-md-150 {
    margin-right: 150px; }
  .mt-md-200 {
    margin-top: 200px; }
  .mb-md-200 {
    margin-bottom: 200px; }
  .mt-md-250 {
    margin-top: 250px; }
  .mb-md-250 {
    margin-bottom: 250px; }
  .p-md-0 {
    padding: 0; }
  .pt-md-0 {
    padding-top: 0; }
  .pb-md-0 {
    padding-bottom: 0; }
  .pl-md-0 {
    padding-left: 0; }
  .pr-md-0 {
    padding-right: 0; }
  .p-md-5 {
    padding: 5px; }
  .pr-md-5 {
    padding-right: 5px; }
  .pt-md-5 {
    padding-top: 5px; }
  .pb-md-5 {
    padding-bottom: 5px; }
  .pl-md-5 {
    padding-left: 5px; }
  .p-md-6 {
    padding: 6px; }
  .pr-md-6 {
    padding-right: 6px; }
  .pt-md-6 {
    padding-top: 6px; }
  .pb-md-6 {
    padding-bottom: 6px; }
  .pl-md-6 {
    padding-left: 6px; }
  .p-md-7 {
    padding: 7px; }
  .pr-md-7 {
    padding-right: 7px; }
  .pt-md-7 {
    padding-top: 7px; }
  .pb-md-7 {
    padding-bottom: 7px; }
  .pl-md-7 {
    padding-left: 7px; }
  .p-md-8 {
    padding: 8px; }
  .pr-md-8 {
    padding-right: 8px; }
  .pt-md-8 {
    padding-top: 8px; }
  .pb-md-8 {
    padding-bottom: 8px; }
  .pl-md-8 {
    padding-left: 8px; }
  .p-md-10 {
    padding: 10px; }
  .pt-md-10 {
    padding-top: 10px; }
  .pb-md-10 {
    padding-bottom: 10px; }
  .pl-md-10 {
    padding-left: 10px; }
  .pr-md-10 {
    padding-right: 10px; }
  .p-md-15 {
    padding: 15px; }
  .pt-md-15 {
    padding-top: 15px; }
  .pb-md-15 {
    padding-bottom: 15px; }
  .pl-md-15 {
    padding-left: 15px; }
  .pr-md-15 {
    padding-right: 15px; }
  .pt-md-20 {
    padding-top: 20px; }
  .pb-md-20 {
    padding-bottom: 20px; }
  .pl-md-20 {
    padding-left: 20px; }
  .pr-md-20 {
    padding-right: 20px; }
  .p-md-25 {
    padding: 25px; }
  .pt-md-25 {
    padding-top: 25px; }
  .pb-md-25 {
    padding-bottom: 25px; }
  .pl-md-25 {
    padding-left: 25px; }
  .pr-md-25 {
    padding-right: 25px; }
  .pt-md-30 {
    padding-top: 30px; }
  .pb-md-30 {
    padding-bottom: 30px; }
  .pl-md-30 {
    padding-left: 30px; }
  .pr-md-30 {
    padding-right: 30px; }
  .pt-md-40 {
    padding-top: 40px; }
  .pb-md-40 {
    padding-bottom: 40px; }
  .pl-md-40 {
    padding-left: 40px; }
  .pr-md-40 {
    padding-right: 40px; }
  .p-md-50 {
    padding: 50px; }
  .pt-md-50 {
    padding-top: 50px; }
  .pb-md-50 {
    padding-bottom: 50px; }
  .pl-md-50 {
    padding-left: 50px; }
  .pr-md-50 {
    padding-right: 50px; }
  .p-md-60 {
    padding: 60px; }
  .pt-md-60 {
    padding-top: 60px; }
  .pb-md-60 {
    padding-bottom: 60px; }
  .pl-md-60 {
    padding-left: 60px; }
  .pr-md-60 {
    padding-right: 60px; }
  .p-md-70 {
    padding: 70px; }
  .pt-md-70 {
    padding-top: 70px; }
  .pb-md-70 {
    padding-bottom: 70px; }
  .pl-md-70 {
    padding-left: 70px; }
  .pr-md-70 {
    padding-right: 70px; }
  .p-md-80 {
    padding: 80px; }
  .pt-md-80 {
    padding-top: 80px; }
  .pb-md-80 {
    padding-bottom: 80px; }
  .pl-md-80 {
    padding-left: 80px; }
  .pr-md-80 {
    padding-right: 80px; }
  .p-md-90 {
    padding: 90px; }
  .pt-md-90 {
    padding-top: 90px; }
  .pb-md-90 {
    padding-bottom: 90px; }
  .pl-md-90 {
    padding-left: 90px; }
  .pr-md-90 {
    padding-right: 90px; }
  .p-md-100 {
    padding: 100px; }
  .pb-md-100 {
    padding-bottom: 100px; }
  .pt-md-100 {
    padding-top: 100px; }
  .pt-md-120 {
    padding-top: 120px; }
  .pb-md-120 {
    padding-bottom: 120px; }
  .pt-md-140 {
    padding-top: 140px; }
  .pb-md-200 {
    padding-bottom: 200px; }
  .pb-md-250 {
    padding-bottom: 250px; }
  .center-md {
    text-align: center; }
  .hidden-md {
    display: none !important; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .inline-md {
    display: inline; }
  .block-md {
    display: block; }
  .inline-block-md {
    display: block; }
  .reverse-wrap-md {
    flex-wrap: wrap-reverse; }
  .justify-center-md {
    justify-content: center; }
  .wrap-md {
    flex-wrap: wrap; }
  .w-100-md {
    width: 100%; }
  .img-responsive-md {
    max-width: 100%;
    display: block;
    width: auto; }
  .align-start-md {
    align-items: flex-start; } }

@media (max-width: 768px) {
  /* Basscss Margin */
  .mr-sm-auto {
    margin-right: auto; }
  .ml-sm-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-sm-0 {
    margin: 0; }
  .mt-sm-0 {
    margin-top: 0; }
  .mb-sm-0 {
    margin-bottom: 0; }
  .ml-sm-0 {
    margin-left: 0; }
  .mr-sm-0 {
    margin-right: 0; }
  .mr-sm-3 {
    margin-right: 3px; }
  .mt-sm-3 {
    margin-top: 3px; }
  .mb-sm-3 {
    margin-bottom: 3px; }
  .ml-sm-3 {
    margin-left: 3px; }
  .mr-sm-5 {
    margin-right: 5px; }
  .mr-sm-5 {
    margin-right: 5px; }
  .mt-sm-5 {
    margin-top: 5px; }
  .mb-sm-5 {
    margin-bottom: 5px; }
  .ml-sm-5 {
    margin-left: 5px; }
  .mr-sm-5 {
    margin-right: 5px; }
  .mt-sm-10 {
    margin-top: 10px; }
  .mb-sm-10 {
    margin-bottom: 10px; }
  .ml-sm-10 {
    margin-left: 10px; }
  .mr-sm-10 {
    margin-right: 10px; }
  .mt-sm-15 {
    margin-top: 15px; }
  .mb-sm-15 {
    margin-bottom: 15px; }
  .ml-sm-15 {
    margin-left: 15px; }
  .mr-sm-15 {
    margin-right: 15px; }
  .mt-sm-20 {
    margin-top: 20px; }
  .mb-sm-20 {
    margin-bottom: 20px; }
  .ml-sm-20 {
    margin-left: 20px; }
  .mr-sm-20 {
    margin-right: 20px; }
  .mt-sm-25 {
    margin-top: 25px; }
  .mb-sm-25 {
    margin-bottom: 25px; }
  .ml-sm-25 {
    margin-left: 25px; }
  .mr-sm-25 {
    margin-right: 25px; }
  .mt-sm-30 {
    margin-top: 30px; }
  .mb-sm-30 {
    margin-bottom: 30px; }
  .ml-sm-30 {
    margin-left: 30px; }
  .mr-sm-30 {
    margin-right: 30px; }
  .mt-sm-35 {
    margin-top: 35px; }
  .mb-sm-35 {
    margin-bottom: 35px; }
  .ml-sm-35 {
    margin-left: 35px; }
  .mr-sm-35 {
    margin-right: 35px; }
  .mt-sm-40 {
    margin-top: 40px; }
  .mb-sm-40 {
    margin-bottom: 40px; }
  .ml-sm-40 {
    margin-left: 40px; }
  .mr-sm-40 {
    margin-right: 40px; }
  .mt-sm-50 {
    margin-top: 50px; }
  .mb-sm-50 {
    margin-bottom: 50px; }
  .ml-sm-50 {
    margin-left: 50px; }
  .mr-sm-50 {
    margin-right: 50px; }
  .mt-sm-60 {
    margin-top: 60px; }
  .mb-sm-60 {
    margin-bottom: 60px; }
  .ml-sm-60 {
    margin-left: 60px; }
  .mr-sm-60 {
    margin-right: 60px; }
  .mt-sm-70 {
    margin-top: 70px; }
  .mb-sm-70 {
    margin-bottom: 70px; }
  .ml-sm-70 {
    margin-left: 70px; }
  .mr-sm-70 {
    margin-right: 70px; }
  .mt-sm-80 {
    margin-top: 80px; }
  .mb-sm-80 {
    margin-bottom: 80px; }
  .ml-sm-80 {
    margin-left: 80px; }
  .mr-sm-80 {
    margin-right: 80px; }
  .mt-sm-90 {
    margin-top: 80px; }
  .mb-sm-90 {
    margin-bottom: 80px; }
  .ml-sm-90 {
    margin-left: 80px; }
  .mr-sm-90 {
    margin-right: 80px; }
  .mt-sm-100 {
    margin-top: 100px; }
  .mb-sm-100 {
    margin-bottom: 100px; }
  .ml-sm-100 {
    margin-left: 100px; }
  .mr-sm-100 {
    margin-right: 100px; }
  .mt-sm-120 {
    margin-top: 120px; }
  .mb-sm-120 {
    margin-bottom: 120px; }
  .ml-sm-120 {
    margin-left: 120px; }
  .mr-sm-120 {
    margin-right: 120px; }
  .mt-sm-140 {
    margin-top: 140px; }
  .mb-sm-140 {
    margin-bottom: 140px; }
  .ml-sm-140 {
    margin-left: 140px; }
  .mr-sm-140 {
    margin-right: 140px; }
  .mt-sm-150 {
    margin-top: 150px; }
  .mb-sm-150 {
    margin-bottom: 150px; }
  .ml-sm-150 {
    margin-left: 150px; }
  .mr-sm-150 {
    margin-right: 150px; }
  .mt-sm-200 {
    margin-top: 200px; }
  .mb-sm-200 {
    margin-bottom: 200px; }
  .mt-sm-250 {
    margin-top: 250px; }
  .mb-sm-250 {
    margin-bottom: 250px; }
  .p-sm-0 {
    padding: 0; }
  .pt-sm-0 {
    padding-top: 0; }
  .pb-sm-0 {
    padding-bottom: 0; }
  .pl-sm-0 {
    padding-left: 0; }
  .pr-sm-0 {
    padding-right: 0; }
  .p-sm-5 {
    padding: 5px; }
  .pr-sm-5 {
    padding-right: 5px; }
  .pt-sm-5 {
    padding-top: 5px; }
  .pb-sm-5 {
    padding-bottom: 5px; }
  .pl-sm-5 {
    padding-left: 5px; }
  .p-sm-6 {
    padding: 6px; }
  .pr-sm-6 {
    padding-right: 6px; }
  .pt-sm-6 {
    padding-top: 6px; }
  .pb-sm-6 {
    padding-bottom: 6px; }
  .pl-sm-6 {
    padding-left: 6px; }
  .p-sm-7 {
    padding: 7px; }
  .pr-sm-7 {
    padding-right: 7px; }
  .pt-sm-7 {
    padding-top: 7px; }
  .pb-sm-7 {
    padding-bottom: 7px; }
  .pl-sm-7 {
    padding-left: 7px; }
  .p-sm-8 {
    padding: 8px; }
  .pr-sm-8 {
    padding-right: 8px; }
  .pt-sm-8 {
    padding-top: 8px; }
  .pb-sm-8 {
    padding-bottom: 8px; }
  .pl-sm-8 {
    padding-left: 8px; }
  .p-sm-10 {
    padding: 10px; }
  .pt-sm-10 {
    padding-top: 10px; }
  .pb-sm-10 {
    padding-bottom: 10px; }
  .pl-sm-10 {
    padding-left: 10px; }
  .pr-sm-10 {
    padding-right: 10px; }
  .p-sm-15 {
    padding: 15px; }
  .pt-sm-15 {
    padding-top: 15px; }
  .pb-sm-15 {
    padding-bottom: 15px; }
  .pl-sm-15 {
    padding-left: 15px; }
  .pr-sm-15 {
    padding-right: 15px; }
  .pt-sm-20 {
    padding-top: 20px; }
  .pb-sm-20 {
    padding-bottom: 20px; }
  .pl-sm-20 {
    padding-left: 20px; }
  .pr-sm-20 {
    padding-right: 20px; }
  .p-sm-25 {
    padding: 25px; }
  .pt-sm-25 {
    padding-top: 25px; }
  .pb-sm-25 {
    padding-bottom: 25px; }
  .pl-sm-25 {
    padding-left: 25px; }
  .pr-sm-25 {
    padding-right: 25px; }
  .pt-sm-30 {
    padding-top: 30px; }
  .pb-sm-30 {
    padding-bottom: 30px; }
  .pl-sm-30 {
    padding-left: 30px; }
  .pr-sm-30 {
    padding-right: 30px; }
  .pt-sm-40 {
    padding-top: 40px; }
  .pb-sm-40 {
    padding-bottom: 40px; }
  .pl-sm-40 {
    padding-left: 40px; }
  .pr-sm-40 {
    padding-right: 40px; }
  .p-sm-50 {
    padding: 50px; }
  .pt-sm-50 {
    padding-top: 50px; }
  .pb-sm-50 {
    padding-bottom: 50px; }
  .pl-sm-50 {
    padding-left: 50px; }
  .pr-sm-50 {
    padding-right: 50px; }
  .p-sm-60 {
    padding: 60px; }
  .pt-sm-60 {
    padding-top: 60px; }
  .pb-sm-60 {
    padding-bottom: 60px; }
  .pl-sm-60 {
    padding-left: 60px; }
  .pr-sm-60 {
    padding-right: 60px; }
  .p-sm-70 {
    padding: 70px; }
  .pt-sm-70 {
    padding-top: 70px; }
  .pb-sm-70 {
    padding-bottom: 70px; }
  .pl-sm-70 {
    padding-left: 70px; }
  .pr-sm-70 {
    padding-right: 70px; }
  .p-sm-80 {
    padding: 80px; }
  .pt-sm-80 {
    padding-top: 80px; }
  .pb-sm-80 {
    padding-bottom: 80px; }
  .pl-sm-80 {
    padding-left: 80px; }
  .pr-sm-80 {
    padding-right: 80px; }
  .p-sm-90 {
    padding: 90px; }
  .pt-sm-90 {
    padding-top: 90px; }
  .pb-sm-90 {
    padding-bottom: 90px; }
  .pl-sm-90 {
    padding-left: 90px; }
  .pr-sm-90 {
    padding-right: 90px; }
  .p-sm-100 {
    padding: 100px; }
  .pb-sm-100 {
    padding-bottom: 100px; }
  .pt-sm-100 {
    padding-top: 100px; }
  .pt-sm-120 {
    padding-top: 120px; }
  .pb-sm-120 {
    padding-bottom: 120px; }
  .pt-sm-140 {
    padding-top: 140px; }
  .pb-sm-200 {
    padding-bottom: 200px; }
  .pb-sm-250 {
    padding-bottom: 250px; }
  .hidden-sm {
    display: none !important; }
  .center-sm {
    text-align: center; }
  .wrap-sm {
    flex-wrap: wrap; }
  .show-sm {
    display: block; }
  .justify-center-sm {
    justify-content: center; }
  .text-left-sm {
    text-align: left; }
  .reverse-wrap-sm {
    flex-wrap: wrap-reverse; }
  .w-100-sm {
    width: 100%; }
  .img-responsive-sm {
    max-width: 100%; }
  .text-center-sm {
    text-align: center; } }

@media (max-width: 576px) {
  /* Basscss Margin */
  .mr-xs-auto {
    margin-right: auto; }
  .ml-xs-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-xs-0 {
    margin: 0; }
  .mt-xs-0 {
    margin-top: 0; }
  .mb-xs-0 {
    margin-bottom: 0; }
  .ml-xs-0 {
    margin-left: 0; }
  .mr-xs-0 {
    margin-right: 0; }
  .mr-xs-3 {
    margin-right: 3px; }
  .mt-xs-3 {
    margin-top: 3px; }
  .mb-xs-3 {
    margin-bottom: 3px; }
  .ml-xs-3 {
    margin-left: 3px; }
  .mr-xs-5 {
    margin-right: 5px; }
  .mr-xs-5 {
    margin-right: 5px; }
  .mt-xs-5 {
    margin-top: 5px; }
  .mb-xs-5 {
    margin-bottom: 5px; }
  .ml-xs-5 {
    margin-left: 5px; }
  .mr-xs-5 {
    margin-right: 5px; }
  .mt-xs-10 {
    margin-top: 10px; }
  .mb-xs-10 {
    margin-bottom: 10px; }
  .ml-xs-10 {
    margin-left: 10px; }
  .mr-xs-10 {
    margin-right: 10px; }
  .mt-xs-15 {
    margin-top: 15px; }
  .mb-xs-15 {
    margin-bottom: 15px; }
  .ml-xs-15 {
    margin-left: 15px; }
  .mr-xs-15 {
    margin-right: 15px; }
  .mt-xs-20 {
    margin-top: 20px; }
  .mb-xs-20 {
    margin-bottom: 20px; }
  .ml-xs-20 {
    margin-left: 20px; }
  .mr-xs-20 {
    margin-right: 20px; }
  .mt-xs-25 {
    margin-top: 25px; }
  .mb-xs-25 {
    margin-bottom: 25px; }
  .ml-xs-25 {
    margin-left: 25px; }
  .mr-xs-25 {
    margin-right: 25px; }
  .mt-xs-30 {
    margin-top: 30px; }
  .mb-xs-30 {
    margin-bottom: 30px; }
  .ml-xs-30 {
    margin-left: 30px; }
  .mr-xs-30 {
    margin-right: 30px; }
  .mt-xs-35 {
    margin-top: 35px; }
  .mb-xs-35 {
    margin-bottom: 35px; }
  .ml-xs-35 {
    margin-left: 35px; }
  .mr-xs-35 {
    margin-right: 35px; }
  .mt-xs-40 {
    margin-top: 40px; }
  .mb-xs-40 {
    margin-bottom: 40px; }
  .ml-xs-40 {
    margin-left: 40px; }
  .mr-xs-40 {
    margin-right: 40px; }
  .mt-xs-50 {
    margin-top: 50px; }
  .mb-xs-50 {
    margin-bottom: 50px; }
  .ml-xs-50 {
    margin-left: 50px; }
  .mr-xs-50 {
    margin-right: 50px; }
  .mt-xs-60 {
    margin-top: 60px; }
  .mb-xs-60 {
    margin-bottom: 60px; }
  .ml-xs-60 {
    margin-left: 60px; }
  .mr-xs-60 {
    margin-right: 60px; }
  .mt-xs-70 {
    margin-top: 70px; }
  .mb-xs-70 {
    margin-bottom: 70px; }
  .ml-xs-70 {
    margin-left: 70px; }
  .mr-xs-70 {
    margin-right: 70px; }
  .mt-xs-80 {
    margin-top: 80px; }
  .mb-xs-80 {
    margin-bottom: 80px; }
  .ml-xs-80 {
    margin-left: 80px; }
  .mr-xs-80 {
    margin-right: 80px; }
  .mt-xs-90 {
    margin-top: 80px; }
  .mb-xs-90 {
    margin-bottom: 80px; }
  .ml-xs-90 {
    margin-left: 80px; }
  .mr-xs-90 {
    margin-right: 80px; }
  .mt-xs-100 {
    margin-top: 100px; }
  .mb-xs-100 {
    margin-bottom: 100px; }
  .ml-xs-100 {
    margin-left: 100px; }
  .mr-xs-100 {
    margin-right: 100px; }
  .mt-xs-120 {
    margin-top: 120px; }
  .mb-xs-120 {
    margin-bottom: 120px; }
  .ml-xs-120 {
    margin-left: 120px; }
  .mr-xs-120 {
    margin-right: 120px; }
  .mt-xs-140 {
    margin-top: 140px; }
  .mb-xs-140 {
    margin-bottom: 140px; }
  .ml-xs-140 {
    margin-left: 140px; }
  .mr-xs-140 {
    margin-right: 140px; }
  .mt-xs-150 {
    margin-top: 150px; }
  .mb-xs-150 {
    margin-bottom: 150px; }
  .ml-xs-150 {
    margin-left: 150px; }
  .mr-xs-150 {
    margin-right: 150px; }
  .mt-xs-200 {
    margin-top: 200px; }
  .mb-xs-200 {
    margin-bottom: 200px; }
  .mt-xs-250 {
    margin-top: 250px; }
  .mb-xs-250 {
    margin-bottom: 250px; }
  .p-xs-0 {
    padding: 0; }
  .pt-xs-0 {
    padding-top: 0; }
  .pb-xs-0 {
    padding-bottom: 0; }
  .pl-xs-0 {
    padding-left: 0; }
  .pr-xs-0 {
    padding-right: 0; }
  .p-xs-5 {
    padding: 5px; }
  .pr-xs-5 {
    padding-right: 5px; }
  .pt-xs-5 {
    padding-top: 5px; }
  .pb-xs-5 {
    padding-bottom: 5px; }
  .pl-xs-5 {
    padding-left: 5px; }
  .p-xs-6 {
    padding: 6px; }
  .pr-xs-6 {
    padding-right: 6px; }
  .pt-xs-6 {
    padding-top: 6px; }
  .pb-xs-6 {
    padding-bottom: 6px; }
  .pl-xs-6 {
    padding-left: 6px; }
  .p-xs-7 {
    padding: 7px; }
  .pr-xs-7 {
    padding-right: 7px; }
  .pt-xs-7 {
    padding-top: 7px; }
  .pb-xs-7 {
    padding-bottom: 7px; }
  .pl-xs-7 {
    padding-left: 7px; }
  .p-xs-8 {
    padding: 8px; }
  .pr-xs-8 {
    padding-right: 8px; }
  .pt-xs-8 {
    padding-top: 8px; }
  .pb-xs-8 {
    padding-bottom: 8px; }
  .pl-xs-8 {
    padding-left: 8px; }
  .p-xs-10 {
    padding: 10px; }
  .pt-xs-10 {
    padding-top: 10px; }
  .pb-xs-10 {
    padding-bottom: 10px; }
  .pl-xs-10 {
    padding-left: 10px; }
  .pr-xs-10 {
    padding-right: 10px; }
  .p-xs-15 {
    padding: 15px; }
  .pt-xs-15 {
    padding-top: 15px; }
  .pb-xs-15 {
    padding-bottom: 15px; }
  .pl-xs-15 {
    padding-left: 15px; }
  .pr-xs-15 {
    padding-right: 15px; }
  .pt-xs-20 {
    padding-top: 20px; }
  .pb-xs-20 {
    padding-bottom: 20px; }
  .pl-xs-20 {
    padding-left: 20px; }
  .pr-xs-20 {
    padding-right: 20px; }
  .p-xs-25 {
    padding: 25px; }
  .pt-xs-25 {
    padding-top: 25px; }
  .pb-xs-25 {
    padding-bottom: 25px; }
  .pl-xs-25 {
    padding-left: 25px; }
  .pr-xs-25 {
    padding-right: 25px; }
  .pt-xs-30 {
    padding-top: 30px; }
  .pb-xs-30 {
    padding-bottom: 30px; }
  .pl-xs-30 {
    padding-left: 30px; }
  .pr-xs-30 {
    padding-right: 30px; }
  .pt-xs-40 {
    padding-top: 40px; }
  .pb-xs-40 {
    padding-bottom: 40px; }
  .pl-xs-40 {
    padding-left: 40px; }
  .pr-xs-40 {
    padding-right: 40px; }
  .p-xs-50 {
    padding: 50px; }
  .pt-xs-50 {
    padding-top: 50px; }
  .pb-xs-50 {
    padding-bottom: 50px; }
  .pl-xs-50 {
    padding-left: 50px; }
  .pr-xs-50 {
    padding-right: 50px; }
  .p-xs-60 {
    padding: 60px; }
  .pt-xs-60 {
    padding-top: 60px; }
  .pb-xs-60 {
    padding-bottom: 60px; }
  .pl-xs-60 {
    padding-left: 60px; }
  .pr-xs-60 {
    padding-right: 60px; }
  .p-xs-70 {
    padding: 70px; }
  .pt-xs-70 {
    padding-top: 70px; }
  .pb-xs-70 {
    padding-bottom: 70px; }
  .pl-xs-70 {
    padding-left: 70px; }
  .pr-xs-70 {
    padding-right: 70px; }
  .p-xs-80 {
    padding: 80px; }
  .pt-xs-80 {
    padding-top: 80px; }
  .pb-xs-80 {
    padding-bottom: 80px; }
  .pl-xs-80 {
    padding-left: 80px; }
  .pr-xs-80 {
    padding-right: 80px; }
  .p-xs-90 {
    padding: 90px; }
  .pt-xs-90 {
    padding-top: 90px; }
  .pb-xs-90 {
    padding-bottom: 90px; }
  .pl-xs-90 {
    padding-left: 90px; }
  .pr-xs-90 {
    padding-right: 90px; }
  .p-xs-100 {
    padding: 100px; }
  .pb-xs-100 {
    padding-bottom: 100px; }
  .pt-xs-100 {
    padding-top: 100px; }
  .pt-xs-120 {
    padding-top: 120px; }
  .pb-xs-120 {
    padding-bottom: 120px; }
  .pt-xs-140 {
    padding-top: 140px; }
  .pb-xs-200 {
    padding-bottom: 200px; }
  .pb-xs-250 {
    padding-bottom: 250px; }
  .hidden-xs {
    display: none !important; }
  .center-xs {
    text-align: center; }
  .wrap-xs {
    flex-wrap: wrap; }
  .show-xs {
    display: inline-block; }
  .w-100-xs {
    width: 100%; }
  .text-center-xs {
    text-align: center; } }

    @media (max-width: 1024px) {
        .hidden-md {
          display: none !important;
        }
    }

    @media (min-width: 1024px) {
        .hidden-df {
          display: none !important;
        }
    }

body, form .mktoLabel, p {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; }

body .mktoLabel {
  font-family: "Gotham A", "Gotham B", sans-serif !important; }

body {
  color: #17171E; }

a {
  color: #F15F44; }
  a:hover, a:focus {
    color: #D9462B; }

.mktoForm {
  font-family: "Gotham A", "Gotham B", sans-serif !important; }
  .mktoForm h1, .mktoForm h2, .mktoForm h3, .mktoForm h4, .mktoForm h5, .mktoForm h6, .mktoForm p {
    color: #17171e;
    font-family: "Gotham A", "Gotham B", sans-serif !important; }
  .mktoForm a {
    font-family: "Gotham A", "Gotham B", sans-serif !important; }

form.mktoForm input[type=text], form.mktoForm input[type=url], form.mktoForm input[type=email], form.mktoForm input[type=tel], form.mktoForm input[type=number], form.mktoForm select.mktoField, form.mktoForm input[type=date] {
  font-weight: 400; }

.bold {
  font-weight: bold; }

.communication-preferences.mktoForm .mktoHtmlText span {
  font-weight: normal;
  margin-top: 25px;
  color: #0f4b8f; }

.communication-preferences.mktoForm .mktoCheckboxList strong {
  font-weight: 500;
  color: #0f4b8f;
  display: block;
  margin-bottom: -10px;
  font-size: 14px; }

.communication-preferences.mktoForm .mktoRadioList > label, .communication-preferences.mktoForm .mktoCheckboxList > label {
  margin-left: 25px;
  margin-top: -2px; }

.communication-preferences .mktoFormRow:nth-child(9) {
  margin-bottom: 10px;
  margin-top: 40px; }

.communication-preferences {
  margin-left: auto;
  margin-right: auto; }

.communication-preferences.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  text-align: center;
  line-height: 16px;
  padding: 12px 20px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  display: inline-block;
  min-width: 176px;
  background-color: #F15F42 !important;
  color: #fff;
  border: solid 2px #f15f43;
  transition: all .2s ease;
  white-space: nowrap;
  cursor: pointer;
  background-image: none !important;
  border-color: #f15f43 !important;
  text-shadow: none;
  box-shadow: none; }

button, input, select, textarea {
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 23px; }

a {
  color: #F15F44;
  outline: none; }

a.dark-blue:hover {
  color: #0F7DC2; }

.language {
  font-weight: 500;
  font-style: normal;
  font-size: 10.58px;
  color: #FFFFFF;
  letter-spacing: 0; }

.tab-text {
  color: white;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px; }

.blue-anchor {
  color: #17171E;
  font-weight: 500; }
  .blue-anchor:hover, .blue-anchor:focus {
    color: #006CB7; }

.white-anchor {
  color: white;
  font-weight: 500; }
  .white-anchor:hover {
    color: #17171E; }

.mktoForm.mktoLayoutAbove textarea.mktoField {
  border: solid 1px #d9dce1; }

.btn, body .contact-form-update .mktoForm .mktoButtonWrap.mktoRound button.mktoButton, body .download-form .mktoForm .mktoButtonWrap.mktoRound button.mktoButton {
  font-weight: 500;
  font-size: 21px;
  line-height: 21px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  transition: all .2s ease;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 3px;
  border: solid 2px #F15F44;
  background-color: #F15F44;
  display: inline-block;
  text-transform: none;
  font-family: "Gotham A", "Gotham B", sans-serif; }
  .btn:hover, .btn:focus, body .contact-form-update .mktoForm .mktoButtonWrap.mktoRound button.mktoButton:hover, body .contact-form-update .mktoForm .mktoButtonWrap.mktoRound button.mktoButton:focus, body .download-form .mktoForm .mktoButtonWrap.mktoRound button.mktoButton:hover, body .download-form .mktoForm .mktoButtonWrap.mktoRound button.mktoButton:focus {
    background-color: #FF7C49;
    color: white;
    border-color: #FF7C49;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
  .btn.disabled, body .contact-form-update .mktoForm .mktoButtonWrap.mktoRound button.mktoButton.disabled, body .download-form .mktoForm .mktoButtonWrap.mktoRound button.mktoButton.disabled {
    cursor: none;
    border: solid 2px #14A3E4;
    color: #0F4B8F;
    pointer-events: none;
    background-color: white; }

body #ot-sdk-btn.ot-sdk-show-settings, body #ot-sdk-btn.optanon-show-settings {
  font-weight: 500 !important;
  font-size: 21px !important;
  line-height: 21px !important;
  color: #FFFFFF !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  transition: all .2s ease !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  padding: 12px 20px !important;
  border-radius: 3px !important;
  border: solid 2px #F15F44 !important;
  background-color: #F15F44 !important;
  display: inline-block !important; }
  body #ot-sdk-btn.ot-sdk-show-settings:hover, body #ot-sdk-btn.optanon-show-settings:hover {
    background-color: #FF7C49;
    color: white;
    border-color: #FF7C49;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
  body #ot-sdk-btn.ot-sdk-show-settings.disabled, body #ot-sdk-btn.optanon-show-settings.disabled {
    cursor: none;
    border: solid 2px #14A3E4;
    color: #0F4B8F;
    pointer-events: none;
    background-color: white; }

.white-btn {
  font-weight: 500;
  font-size: 21px;
  line-height: 21px;
  color: #F15F44;
  letter-spacing: 0;
  text-align: center;
  transition: all .2s ease;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 3px;
  border: solid 2px #FFFFFF;
  background-color: #FFFFFF;
  display: inline-block; }
  .white-btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px; }

.white-outline-btn, .red-outline-btn {
  font-weight: 500;
  font-size: 21px;
  line-height: 21px;
  color: #F15F44;
  letter-spacing: 0;
  text-align: center;
  transition: all .2s ease;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 3px;
  border: solid 2px #F15F44;
  background-color: white;
  display: inline-block; }
  .white-outline-btn:hover, .red-outline-btn:hover {
    background-color: #ffff;
    border-color: #FF7C49;
    color: #FF7C49;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.smaller-btn {
  font-size: 12px;
  padding: 8px 18px; }

.large-btn {
  min-width: 231px; }

.h2, h2, .h1, h1 {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px; }

.large-header, .super-ultra-text {
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  letter-spacing: -2px;
  line-height: 72px;
  text-transform: uppercase; }

.f-48 {
  font-size: 48px; }

.small-header {
  font-size: 34px;
  line-height: 37px; }

.h3, h3 {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 46px;
  font-weight: 500; }

.h4, h4 {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px; }

.blog-title {
  font-size: 19px;
  line-height: 26px;
  color: #17171E;
  font-weight: 500; }

.h5, h5, .footer-lang .lang {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 23px; }

.h6, h6 {
  font-size: 12px;
  color: #17171E;
  letter-spacing: 0;
  font-weight: 400; }

.filter h6 {
  letter-spacing: 1px;
  font-weight: 500; }

.large {
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px; }
  .large p {
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 32px; }

blockquote {
  font-style: normal;
  font-size: 18px;
  color: #006CB7;
  letter-spacing: 0;
  line-height: 36px;
  margin-left: 0; }

blockquote.large-quote {
  font-size: 40px;
  line-height: 50px; }

cite {
  font-style: normal;
  font-weight: 400; }

.tiny-tag-text {
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  color: #14A3E4;
  letter-spacing: 0.77px;
  display: inline-block; }

.ultra-text {
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: #14A3E4;
  letter-spacing: 0;
  text-align: center; }

.step-text {
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  height: 78px;
  width: 78px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #14A3E4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px; }

.smol, .smol p, .small, .small p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px; }

.ultra-text {
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: #14A3E4;
  letter-spacing: 0;
  text-align: center; }

.blue-video-link {
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #104B8F;
  position: relative;
  display: inline-block; }

.blue-arrow-link, .blue-link, .email-link-left, .phone-link-left, .red-link, .red-video-link {
  font-weight: 500;
  font-size: 21px;
  color: #F15F44;
  letter-spacing: 0;
  z-index: 1;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-right: 0; }
  .blue-arrow-link:hover, .blue-link:hover, .email-link-left:hover, .phone-link-left:hover, .red-link:hover, .red-video-link:hover {
    color: #FF7C49; }

.blue-arrow-link:after, .blue-link:after, .email-link-left:after, .phone-link-left:after, .red-link:after, .red-video-link:after {
  content: "—";
  color: transparent;
  width: 18px;
  height: 16px;
  font-size: 19px;
  line-height: 16px;
  background-image: url(/assets/images/forward-arrow.svg);
  background-position: center;
  display: inline-block;
  position: relative;
  right: -3px;
  background-repeat: no-repeat;
  background-position: 7px center;
  transition: all .2s ease;
  filter: invert(51%) sepia(77%) saturate(3869%) hue-rotate(338deg) brightness(105%) contrast(89%);
  background-size: auto 16px;
  top: -2px;
  margin-bottom: 6px;
  margin-right: -18px; }

.blue-arrow-link, .blue-download-link, .blue-link, .email-link-left, .phone-link-left, .red-link, .red-video-link {
  transition: all .2s ease; }
  .blue-arrow-link:hover:after, .blue-download-link:hover:after, .blue-link:hover:after, .email-link-left:hover:after, .phone-link-left:hover:after, .red-link:hover:after, .red-video-link:hover:after {
    opacity: 1;
    color: #F15F44;
    background-position: center right;
    transform: translate3d(3px, 0, 0);
    filter: invert(53%) sepia(62%) saturate(673%) hue-rotate(325deg) brightness(105%) contrast(102%); }
  .blue-arrow-link:hover::before, .blue-download-link:hover::before, .blue-link:hover::before, .email-link-left:hover::before, .phone-link-left:hover::before, .red-link:hover::before, .red-video-link:hover::before {
    opacity: 1;
    background-color: #FA8A4C; }

.phone-link-left {
  display: inline-block; }
  .phone-link-left::before {
    content: "";
    display: inline-block;
    background-image: url(/assets/icons/phone-link-icon.svg);
    width: 12px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -5px;
    margin-right: 10px; }
  .phone-link-left::after {
    content: none; }

.email-link-left {
  display: inline-block;
  line-height: 20px;
  margin-left: -5px; }
  .email-link-left::before {
    content: "";
    display: inline-block;
    background-image: url(/assets/icons/mail-link-icon.svg);
    width: 17px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -5px;
    margin-right: 10px; }
  .email-link-left::after {
    content: none; }

.blue-box-link, .blue-box-blue-arrow {
  color: #f15f44 !important;
  border-bottom: solid 2px #e9e9e2;
  font-weight: 500 !important;
  display: block;
  line-height: inherit; }
  .blue-box-link:hover, .blue-box-blue-arrow:hover {
    color: #d9462b !important; }

.blue-box-link.no-border {
  border: none; }

.red-watch-link {
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #F15F43;
  position: relative;
  display: inline-block; }
  .red-watch-link:before {
    background-image: url(/assets/icons/small-red-playbutton.svg);
    content: "";
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    display: inline-block;
    top: 6px; }

.red-back-link {
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #F15F43;
  position: relative;
  display: inline-block; }
  .red-back-link:before {
    background-image: url(/assets/icons/red-back-link.svg);
    content: "";
    width: 19px;
    height: 23px;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    display: inline-block;
    top: 7px; }

.customer-list-header {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: bold; }

.customer-list-bullets {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: bold; }

.download-text {
  font-weight: 100;
  font-size: 13px;
  color: #D5E3EF;
  letter-spacing: 0;
  text-align: center;
  line-height: 19px;
  text-transform: none; }

.red-download-link {
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #F15F43;
  position: relative;
  display: inline-block; }
  .red-download-link:before {
    background-image: url(/assets/icons/download-link.svg);
    content: "";
    width: 19px;
    height: 23px;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    display: inline-block;
    top: 7px; }

.blog-item h5 {
  letter-spacing: 0px; }

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

.white {
  color: #fff; }

.black {
  color: #000; }

.dark-blue {
  color: #0F4B8F; }

.blue {
  color: #0f7dc2; }

.new-blue {
  color: #006cb7; }

.red {
  color: #f15f43; }

.light-blue {
  color: #14A3E4; }

.grey {
  color: #7A7A7A; }

.bahlewwww {
  color: #14A3E4; }

.blog h2 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 46px;
  font-weight: 500; }

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6, .blog p {
  margin-bottom: 20px; }

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
  color: #17171e;
  line-height: 1.1em;
  margin-top: 25px; }

.blog h2 {
  margin-top: 30px; }

.blog .wysiwyg > h2:first-child{
  margin-top: 0;
}

.blog li {
  margin-bottom: 5px; }

.blog > :first-child {
  margin-top: 0; }

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white blockquote {
  color: white; }

@media (max-width: 991px) {
  blockquote.large-quote {
    font-size: 34px;
    line-height: 40px; } }

@media (max-width: 768px) {
  .large-header {
    font-size: 40px !important;
    letter-spacing: -1px !important;
    line-height: 42px !important; }
  .red-link {
    white-space: normal;
    text-align: inherit;
    display: block;
    padding-right: 0; }
    .red-link:before {
      content: none; }
    .red-link:after {
      position: relative;
      display: inline-block; }
  body {
    font-size: 14px;
    line-height: 18px; }
  .h1, h1 {
    font-size: 28px;
    line-height: 32px; }
  .h2, h2 {
    font-size: 26px;
    line-height: 30px; }
  .h3, h3 {
    font-size: 20px;
    line-height: 28px; }
  .h4, h4 {
    font-size: 18px;
    line-height: 22px; }
  .h5, h5, .footer-lang .lang {
    font-size: 15px;
    line-height: 19px; }
  .h6, h6 {
    font-size: 11px;
    line-height: 13px; }
  .blog body {
    font-size: 14px;
    line-height: 18px; }
  .blog .h1, .blog h1 {
    font-size: 28px;
    line-height: 32px; }
  .blog .h2, .blog h2 {
    font-size: 26px;
    line-height: 30px; }
  .blog .h3, .blog h3 {
    font-size: 20px;
    line-height: 28px; }
  .blog .h4, .blog h4 {
    font-size: 18px;
    line-height: 22px; }
  .blog .h5, .blog h5, .blog .footer-lang .lang {
    font-size: 15px;
    line-height: 19px; }
  .blog .h6, .blog h6 {
    font-size: 11px;
    line-height: 13px; }
  blockquote {
    font-size: 20px;
    line-height: 24px; }
  .large, .large p {
    font-size: 16px;
    line-height: 28px; }
  blockquote.large-quote {
    font-size: 28px;
    line-height: 32px; } }

@media (max-width: 600px) {
  .large-header, h1, .h1 {
    font-size: 30px !important;
    letter-spacing: -1px !important;
    line-height: 32px !important; }
  .h2, h2 {
    font-size: 27px;
    letter-spacing: -1px !important;
    line-height: 32px !important; }
  .h2, h2 {
    font-size: 20px;
    letter-spacing: 0 !important;
    line-height: 28px !important; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: 0; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ""; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.flex-jumbotron .slick-track {
  display: flex; }

.slick-loading .slick-track {
  visibility: hidden; }

*:focus {
  outline: 2px solid #7AACFE;
  outline: 5px auto -webkit-focus-ring-color; }

body:not(.user-is-tabbing) *:focus {
  outline: none; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide > div {
    width: 100%; }

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

.flex-jumbotron .slick-initialized .slick-slide {
  display: flex;
  outline: 0;
  padding-left: 1px; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
  padding-top: 30px;
  padding-bottom: 25px; }

.slick-arrow {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  outline: 0; }
  .slick-arrow.slick-hidden {
    display: none; }

.slick-prev {
  left: 15px; }

.slick-next {
  right: 15px;
  transition: all 0.2s ease; }

.slick-prev {
  transition: all 0.2s ease; }

.text-next {
  right: -115px; }

.text-prev {
  left: -115px; }

.text-next, .text-prev {
  top: calc(50% - 58px); }

.sliderNavigation {
  position: relative;
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 60px; }

.slick-dots {
  width: calc(100% - 70px);
  padding-left: 0; }
  .slick-dots li {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 0;
    margin-right: 7px; }
  .slick-dots .slick-active {
    pointer-events: none; }
    .slick-dots .slick-active button:after {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
      top: 2px;
      left: 2px;
      border-radius: 50%;
      background-color: #14a3e4; }
  .slick-dots button {
    width: 14px;
    height: 14px;
    padding: 0;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    position: relative; }
    .slick-dots button:before {
      content: none; }

.col-jumbotron .slick-dots {
  bottom: -50px; }

.slick-arrow {
  background: 0 0;
  border: none;
  position: absolute;
  padding: 10px 20px; }

.slick-next, .slick-prev {
  cursor: pointer;
  top: calc(50% - 20px); }

.slick-dots {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: auto;
  bottom: 20px;
  left: 0;
  width: auto;
  bottom: -90px; }

.testimonial-slider .slick-dots {
  bottom: auto;
  left: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0; }

.testimonial-slider ul {
  padding-bottom: 60px; }

.testimonial-slider li {
  display: block;
  margin-bottom: 7px; }

.testimonial-slider .slick-dots button {
  border-color: #0f7dc2; }

@media print {
  nav, .upper-nav, .light-grey-nav {
    display: none !important; } }

@media (max-width: 1100px) {
  .slick-dots {
    display: block !important; }
  .slick-next, .slick-prev {
    display: none !important; } }

@media (max-width: 1000px) {
  .flex-jumbotron .slick-list {
    display: flex; } }

@media (max-width: 768px) {
  .testimonial-slider .slick-dots {
    top: auto;
    right: 50px;
    right: 50%;
    padding-bottom: 0;
    bottom: -40px;
    transform: translateY(0) translateX(50%); }
    .testimonial-slider .slick-dots li {
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px; } }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

.sm-container {
  max-width: 970px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

.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.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

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

.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.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

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

.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.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .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.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .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.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.md-container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.large-container {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.xl-container {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.half-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

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

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.mr-3 {
  margin-right: 3px; }

.mt-3 {
  margin-top: 3px; }

.mb-3 {
  margin-bottom: 3px; }

.ml-3 {
  margin-left: 3px; }

.mr-5 {
  margin-right: 5px;
  margin-right: 5px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

.mr-7 {
  margin-right: 7px; }

.ml-7 {
  margin-left: 7px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.mt-25 {
  margin-top: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.mr-25 {
  margin-right: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.mt-35 {
  margin-top: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.mr-90 {
  margin-right: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.mr-100 {
  margin-right: 100px; }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.ml-110 {
  margin-left: 110px; }

.mr-110 {
  margin-right: 110px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.ml-120 {
  margin-left: 120px; }

.mr-120 {
  margin-right: 120px; }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.ml-130 {
  margin-left: 130px; }

.mr-130 {
  margin-right: 130px; }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.ml-140 {
  margin-left: 140px; }

.mr-140 {
  margin-right: 140px; }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-150 {
  margin-left: 150px; }

.mr-150 {
  margin-right: 150px; }

.mb-200 {
  margin-bottom: 200px; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.p-2 {
  padding: 3px; }

.pr-2 {
  padding-right: 3px; }

.pt-2 {
  padding-top: 3px; }

.pb-2 {
  padding-bottom: 3px; }

.pl-2 {
  padding-left: 3px; }

.p-3 {
  padding: 3px; }

.pr-3 {
  padding-right: 3px; }

.pt-3 {
  padding-top: 3px; }

.pb-3 {
  padding-bottom: 3px; }

.pl-3 {
  padding-left: 3px; }

.p-5 {
  padding: 5px; }

.pr-5 {
  padding-right: 5px; }

.pt-5 {
  padding-top: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.p-6 {
  padding: 6px; }

.pr-6 {
  padding-right: 6px; }

.pt-6 {
  padding-top: 6px; }

.pb-6 {
  padding-bottom: 6px; }

.pl-6 {
  padding-left: 6px; }

.p-7 {
  padding: 7px; }

.pr-7 {
  padding-right: 7px; }

.pt-7 {
  padding-top: 7px; }

.pb-7 {
  padding-bottom: 7px; }

.pl-7 {
  padding-left: 7px; }

.p-8 {
  padding: 8px; }

.pr-8 {
  padding-right: 8px; }

.pt-8 {
  padding-top: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pl-8 {
  padding-left: 8px; }

.p-10 {
  padding: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pr-20 {
  padding-right: 20px; }

.p-25 {
  padding: 25px; }

.pt-25 {
  padding-top: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.pr-25 {
  padding-right: 25px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pl-45 {
  padding-left: 45px; }

.p-50 {
  padding: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pr-50 {
  padding-right: 50px; }

.p-60 {
  padding: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.pr-60 {
  padding-right: 60px; }

.p-70 {
  padding: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

.pr-70 {
  padding-right: 70px; }

.pl-75 {
  padding-left: 75px; }

.p-80 {
  padding: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

.pr-80 {
  padding-right: 80px; }

.p-90 {
  padding: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

.pr-90 {
  padding-right: 90px; }

.p-100 {
  padding: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-left: 100px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pt-140 {
  padding-top: 120px; }

.pb-140 {
  padding-bottom: 120px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-250 {
  padding-bottom: 250px; }

.pt-250 {
  padding-top: 250px; }

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

.block {
  display: block; }

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

.flex {
  display: flex; }

.align-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.justify-end {
  justify-content: flex-end; }

.inline {
  display: inline; }

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

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

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

a {
  text-decoration: none; }

.underline {
  text-decoration: underline; }

input, textarea {
  border: none; }

.nowrap {
  flex-wrap: nowrap; }

.no-wrap {
  white-space: nowrap; }

.wrap {
  flex-wrap: wrap; }

.img-bg {
  background-size: cover; }

.centered-bg {
  background-position: center; }

.cover-bg {
  background-size: cover; }

.left-bg, .right-bg {
  background-position: center left; }

.bottom-bg {
  background-position: center bottom; }

.f-right {
  float: right; }

.img-responsive {
  max-width: 100%;
  display: block; }

.hidden {
  display: none; }

.w-100 {
  width: 100%; }

@media (max-width: 1200px) {
  .mr-xl-auto {
    margin-right: auto; }
  .ml-xl-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-xl-0 {
    margin: 0; }
  .mt-xl-0 {
    margin-top: 0; }
  .mb-xl-0 {
    margin-bottom: 0; }
  .ml-xl-0 {
    margin-left: 0; }
  .mr-xl-0 {
    margin-right: 0; }
  .mr-xl-3 {
    margin-right: 3px; }
  .mt-xl-3 {
    margin-top: 3px; }
  .mb-xl-3 {
    margin-bottom: 3px; }
  .ml-xl-3 {
    margin-left: 3px; }
  .mr-xl-5 {
    margin-right: 5px;
    margin-right: 5px; }
  .mt-xl-5 {
    margin-top: 5px; }
  .mb-xl-5 {
    margin-bottom: 5px; }
  .ml-xl-5 {
    margin-left: 5px; }
  .mr-xl-5 {
    margin-right: 5px; }
  .mt-xl-10 {
    margin-top: 10px; }
  .mb-xl-10 {
    margin-bottom: 10px; }
  .ml-xl-10 {
    margin-left: 10px; }
  .mr-xl-10 {
    margin-right: 10px; }
  .mt-xl-15 {
    margin-top: 15px; }
  .mb-xl-15 {
    margin-bottom: 15px; }
  .ml-xl-15 {
    margin-left: 15px; }
  .mr-xl-15 {
    margin-right: 15px; }
  .mt-xl-20 {
    margin-top: 20px; }
  .mb-xl-20 {
    margin-bottom: 20px; }
  .ml-xl-20 {
    margin-left: 20px; }
  .mr-xl-20 {
    margin-right: 20px; }
  .mt-xl-25 {
    margin-top: 25px; }
  .mb-xl-25 {
    margin-bottom: 25px; }
  .ml-xl-25 {
    margin-left: 25px; }
  .mr-xl-25 {
    margin-right: 25px; }
  .mt-xl-30 {
    margin-top: 30px; }
  .mb-xl-30 {
    margin-bottom: 30px; }
  .ml-xl-30 {
    margin-left: 30px; }
  .mr-xl-30 {
    margin-right: 30px; }
  .mt-xl-35 {
    margin-top: 35px; }
  .mb-xl-35 {
    margin-bottom: 35px; }
  .ml-xl-35 {
    margin-left: 35px; }
  .mr-xl-35 {
    margin-right: 35px; }
  .mt-xl-40 {
    margin-top: 40px; }
  .mb-xl-40 {
    margin-bottom: 40px; }
  .ml-xl-40 {
    margin-left: 40px; }
  .mr-xl-40 {
    margin-right: 40px; }
  .mt-xl-50 {
    margin-top: 50px; }
  .mb-xl-50 {
    margin-bottom: 50px; }
  .ml-xl-50 {
    margin-left: 50px; }
  .mr-xl-50 {
    margin-right: 50px; }
  .mt-xl-60 {
    margin-top: 60px; }
  .mb-xl-60 {
    margin-bottom: 60px; }
  .ml-xl-60 {
    margin-left: 60px; }
  .mr-xl-60 {
    margin-right: 60px; }
  .mt-xl-70 {
    margin-top: 70px; }
  .mb-xl-70 {
    margin-bottom: 70px; }
  .ml-xl-70 {
    margin-left: 70px; }
  .mr-xl-70 {
    margin-right: 70px; }
  .mt-xl-80 {
    margin-top: 80px; }
  .mb-xl-80 {
    margin-bottom: 80px; }
  .ml-xl-80 {
    margin-left: 80px; }
  .mr-xl-80 {
    margin-right: 80px; }
  .mt-xl-90 {
    margin-top: 80px; }
  .mb-xl-90 {
    margin-bottom: 80px; }
  .ml-xl-90 {
    margin-left: 80px; }
  .mr-xl-90 {
    margin-right: 80px; }
  .mt-xl-100 {
    margin-top: 100px; }
  .mb-xl-100 {
    margin-bottom: 100px; }
  .ml-xl-100 {
    margin-left: 100px; }
  .mr-xl-100 {
    margin-right: 100px; }
  .mt-xl-120 {
    margin-top: 120px; }
  .mb-xl-120 {
    margin-bottom: 120px; }
  .ml-xl-120 {
    margin-left: 120px; }
  .mr-xl-120 {
    margin-right: 120px; }
  .mt-xl-140 {
    margin-top: 140px; }
  .mb-xl-140 {
    margin-bottom: 140px; }
  .ml-xl-140 {
    margin-left: 140px; }
  .mr-xl-140 {
    margin-right: 140px; }
  .mt-xl-150 {
    margin-top: 150px; }
  .mb-xl-150 {
    margin-bottom: 150px; }
  .ml-xl-150 {
    margin-left: 150px; }
  .mr-xl-150 {
    margin-right: 150px; }
  .mt-xl-200 {
    margin-top: 200px; }
  .mb-xl-200 {
    margin-bottom: 200px; }
  .mt-xl-250 {
    margin-top: 250px; }
  .mb-xl-250 {
    margin-bottom: 250px; }
  .p-xl-0 {
    padding: 0; }
  .pt-xl-0 {
    padding-top: 0; }
  .pb-xl-0 {
    padding-bottom: 0; }
  .pl-xl-0 {
    padding-left: 0; }
  .pr-xl-0 {
    padding-right: 0; }
  .p-xl-5 {
    padding: 5px; }
  .pr-xl-5 {
    padding-right: 5px; }
  .pt-xl-5 {
    padding-top: 5px; }
  .pb-xl-5 {
    padding-bottom: 5px; }
  .pl-xl-5 {
    padding-left: 5px; }
  .p-xl-6 {
    padding: 6px; }
  .pr-xl-6 {
    padding-right: 6px; }
  .pt-xl-6 {
    padding-top: 6px; }
  .pb-xl-6 {
    padding-bottom: 6px; }
  .pl-xl-6 {
    padding-left: 6px; }
  .p-xl-7 {
    padding: 7px; }
  .pr-xl-7 {
    padding-right: 7px; }
  .pt-xl-7 {
    padding-top: 7px; }
  .pb-xl-7 {
    padding-bottom: 7px; }
  .pl-xl-7 {
    padding-left: 7px; }
  .p-xl-8 {
    padding: 8px; }
  .pr-xl-8 {
    padding-right: 8px; }
  .pt-xl-8 {
    padding-top: 8px; }
  .pb-xl-8 {
    padding-bottom: 8px; }
  .pl-xl-8 {
    padding-left: 8px; }
  .p-xl-10 {
    padding: 10px; }
  .pt-xl-10 {
    padding-top: 10px; }
  .pb-xl-10 {
    padding-bottom: 10px; }
  .pl-xl-10 {
    padding-left: 10px; }
  .pr-xl-10 {
    padding-right: 10px; }
  .p-xl-15 {
    padding: 15px; }
  .pt-xl-15 {
    padding-top: 15px; }
  .pb-xl-15 {
    padding-bottom: 15px; }
  .pl-xl-15 {
    padding-left: 15px; }
  .pr-xl-15 {
    padding-right: 15px; }
  .pt-xl-20 {
    padding-top: 20px; }
  .pb-xl-20 {
    padding-bottom: 20px; }
  .pl-xl-20 {
    padding-left: 20px; }
  .pr-xl-20 {
    padding-right: 20px; }
  .p-xl-25 {
    padding: 25px; }
  .pt-xl-25 {
    padding-top: 25px; }
  .pb-xl-25 {
    padding-bottom: 25px; }
  .pl-xl-25 {
    padding-left: 25px; }
  .pr-xl-25 {
    padding-right: 25px; }
  .pt-xl-30 {
    padding-top: 30px; }
  .pb-xl-30 {
    padding-bottom: 30px; }
  .pl-xl-30 {
    padding-left: 30px; }
  .pr-xl-30 {
    padding-right: 30px; }
  .pt-xl-40 {
    padding-top: 40px; }
  .pb-xl-40 {
    padding-bottom: 40px; }
  .pl-xl-40 {
    padding-left: 40px; }
  .pr-xl-40 {
    padding-right: 40px; }
  .p-xl-50 {
    padding: 50px; }
  .pt-xl-50 {
    padding-top: 50px; }
  .pb-xl-50 {
    padding-bottom: 50px; }
  .pl-xl-50 {
    padding-left: 50px; }
  .pr-xl-50 {
    padding-right: 50px; }
  .p-xl-60 {
    padding: 60px; }
  .pt-xl-60 {
    padding-top: 60px; }
  .pb-xl-60 {
    padding-bottom: 60px; }
  .pl-xl-60 {
    padding-left: 60px; }
  .pr-xl-60 {
    padding-right: 60px; }
  .p-xl-70 {
    padding: 70px; }
  .pt-xl-70 {
    padding-top: 70px; }
  .pb-xl-70 {
    padding-bottom: 70px; }
  .pl-xl-70 {
    padding-left: 70px; }
  .pr-xl-70 {
    padding-right: 70px; }
  .p-xl-80 {
    padding: 80px; }
  .pt-xl-80 {
    padding-top: 80px; }
  .pb-xl-80 {
    padding-bottom: 80px; }
  .pl-xl-80 {
    padding-left: 80px; }
  .pr-xl-80 {
    padding-right: 80px; }
  .p-xl-90 {
    padding: 90px; }
  .pt-xl-90 {
    padding-top: 90px; }
  .pb-xl-90 {
    padding-bottom: 90px; }
  .pl-xl-90 {
    padding-left: 90px; }
  .pr-xl-90 {
    padding-right: 90px; }
  .p-xl-100 {
    padding: 100px; }
  .pb-xl-100 {
    padding-bottom: 100px; }
  .pt-xl-100 {
    padding-top: 100px; }
  .pt-xl-120 {
    padding-top: 120px; }
  .pb-xl-120 {
    padding-bottom: 120px; }
  .pt-xl-140 {
    padding-top: 140px; }
  .pb-xl-200 {
    padding-bottom: 200px; }
  .pb-xl-250 {
    padding-bottom: 250px; }
  .align-center-xl {
    align-items: center; }
  .justify-center-xl {
    justify-content: center; }
  .text-center-xl {
    text-align: center; }
  .wrap-reverse-xl, .reverse-wrap-xl {
    flex-wrap: wrap-reverse; }
  .wrap-xl {
    flex-wrap: wrap; }
  .img-responsive-xl, .responsive-img-xl {
    max-width: 100%; }
  .text-left-xl {
    text-align: left; }
  .hidden-xl {
    display: none !important; } }

@media (max-width: 991px) {
  .mr-lg-auto {
    margin-right: auto; }
  .ml-lg-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-lg-0 {
    margin: 0; }
  .mt-lg-0 {
    margin-top: 0; }
  .mb-lg-0 {
    margin-bottom: 0; }
  .ml-lg-0 {
    margin-left: 0; }
  .mr-lg-0 {
    margin-right: 0; }
  .mr-lg-3 {
    margin-right: 3px; }
  .mt-lg-3 {
    margin-top: 3px; }
  .mb-lg-3 {
    margin-bottom: 3px; }
  .ml-lg-3 {
    margin-left: 3px; }
  .mr-lg-5 {
    margin-right: 5px;
    margin-right: 5px; }
  .mt-lg-5 {
    margin-top: 5px; }
  .mb-lg-5 {
    margin-bottom: 5px; }
  .ml-lg-5 {
    margin-left: 5px; }
  .mr-lg-5 {
    margin-right: 5px; }
  .mt-lg-10 {
    margin-top: 10px; }
  .mb-lg-10 {
    margin-bottom: 10px; }
  .ml-lg-10 {
    margin-left: 10px; }
  .mr-lg-10 {
    margin-right: 10px; }
  .mt-lg-15 {
    margin-top: 15px; }
  .mb-lg-15 {
    margin-bottom: 15px; }
  .ml-lg-15 {
    margin-left: 15px; }
  .mr-lg-15 {
    margin-right: 15px; }
  .mt-lg-20 {
    margin-top: 20px; }
  .mb-lg-20 {
    margin-bottom: 20px; }
  .ml-lg-20 {
    margin-left: 20px; }
  .mr-lg-20 {
    margin-right: 20px; }
  .mt-lg-25 {
    margin-top: 25px; }
  .mb-lg-25 {
    margin-bottom: 25px; }
  .ml-lg-25 {
    margin-left: 25px; }
  .mr-lg-25 {
    margin-right: 25px; }
  .mt-lg-30 {
    margin-top: 30px; }
  .mb-lg-30 {
    margin-bottom: 30px; }
  .ml-lg-30 {
    margin-left: 30px; }
  .mr-lg-30 {
    margin-right: 30px; }
  .mt-lg-35 {
    margin-top: 35px; }
  .mb-lg-35 {
    margin-bottom: 35px; }
  .ml-lg-35 {
    margin-left: 35px; }
  .mr-lg-35 {
    margin-right: 35px; }
  .mt-lg-40 {
    margin-top: 40px; }
  .mb-lg-40 {
    margin-bottom: 40px; }
  .ml-lg-40 {
    margin-left: 40px; }
  .mr-lg-40 {
    margin-right: 40px; }
  .mt-lg-50 {
    margin-top: 50px; }
  .mb-lg-50 {
    margin-bottom: 50px; }
  .ml-lg-50 {
    margin-left: 50px; }
  .mr-lg-50 {
    margin-right: 50px; }
  .mt-lg-60 {
    margin-top: 60px; }
  .mb-lg-60 {
    margin-bottom: 60px; }
  .ml-lg-60 {
    margin-left: 60px; }
  .mr-lg-60 {
    margin-right: 60px; }
  .mt-lg-70 {
    margin-top: 70px; }
  .mb-lg-70 {
    margin-bottom: 70px; }
  .ml-lg-70 {
    margin-left: 70px; }
  .mr-lg-70 {
    margin-right: 70px; }
  .mt-lg-80 {
    margin-top: 80px; }
  .mb-lg-80 {
    margin-bottom: 80px; }
  .ml-lg-80 {
    margin-left: 80px; }
  .mr-lg-80 {
    margin-right: 80px; }
  .mt-lg-90 {
    margin-top: 80px; }
  .mb-lg-90 {
    margin-bottom: 80px; }
  .ml-lg-90 {
    margin-left: 80px; }
  .mr-lg-90 {
    margin-right: 80px; }
  .mt-lg-100 {
    margin-top: 100px; }
  .mb-lg-100 {
    margin-bottom: 100px; }
  .ml-lg-100 {
    margin-left: 100px; }
  .mr-lg-100 {
    margin-right: 100px; }
  .mt-lg-120 {
    margin-top: 120px; }
  .mb-lg-120 {
    margin-bottom: 120px; }
  .ml-lg-120 {
    margin-left: 120px; }
  .mr-lg-120 {
    margin-right: 120px; }
  .mt-lg-140 {
    margin-top: 140px; }
  .mb-lg-140 {
    margin-bottom: 140px; }
  .ml-lg-140 {
    margin-left: 140px; }
  .mr-lg-140 {
    margin-right: 140px; }
  .mt-lg-150 {
    margin-top: 150px; }
  .mb-lg-150 {
    margin-bottom: 150px; }
  .ml-lg-150 {
    margin-left: 150px; }
  .mr-lg-150 {
    margin-right: 150px; }
  .mt-lg-200 {
    margin-top: 200px; }
  .mb-lg-200 {
    margin-bottom: 200px; }
  .mt-lg-250 {
    margin-top: 250px; }
  .mb-lg-250 {
    margin-bottom: 250px; }
  .p-lg-0 {
    padding: 0; }
  .pt-lg-0 {
    padding-top: 0; }
  .pb-lg-0 {
    padding-bottom: 0; }
  .pl-lg-0 {
    padding-left: 0; }
  .pr-lg-0 {
    padding-right: 0; }
  .p-lg-5 {
    padding: 5px; }
  .pr-lg-5 {
    padding-right: 5px; }
  .pt-lg-5 {
    padding-top: 5px; }
  .pb-lg-5 {
    padding-bottom: 5px; }
  .pl-lg-5 {
    padding-left: 5px; }
  .p-lg-6 {
    padding: 6px; }
  .pr-lg-6 {
    padding-right: 6px; }
  .pt-lg-6 {
    padding-top: 6px; }
  .pb-lg-6 {
    padding-bottom: 6px; }
  .pl-lg-6 {
    padding-left: 6px; }
  .p-lg-7 {
    padding: 7px; }
  .pr-lg-7 {
    padding-right: 7px; }
  .pt-lg-7 {
    padding-top: 7px; }
  .pb-lg-7 {
    padding-bottom: 7px; }
  .pl-lg-7 {
    padding-left: 7px; }
  .p-lg-8 {
    padding: 8px; }
  .pr-lg-8 {
    padding-right: 8px; }
  .pt-lg-8 {
    padding-top: 8px; }
  .pb-lg-8 {
    padding-bottom: 8px; }
  .pl-lg-8 {
    padding-left: 8px; }
  .p-lg-10 {
    padding: 10px; }
  .pt-lg-10 {
    padding-top: 10px; }
  .pb-lg-10 {
    padding-bottom: 10px; }
  .pl-lg-10 {
    padding-left: 10px; }
  .pr-lg-10 {
    padding-right: 10px; }
  .p-lg-15 {
    padding: 15px; }
  .pt-lg-15 {
    padding-top: 15px; }
  .pb-lg-15 {
    padding-bottom: 15px; }
  .pl-lg-15 {
    padding-left: 15px; }
  .pr-lg-15 {
    padding-right: 15px; }
  .pt-lg-20 {
    padding-top: 20px; }
  .pb-lg-20 {
    padding-bottom: 20px; }
  .pl-lg-20 {
    padding-left: 20px; }
  .pr-lg-20 {
    padding-right: 20px; }
  .p-lg-25 {
    padding: 25px; }
  .pt-lg-25 {
    padding-top: 25px; }
  .pb-lg-25 {
    padding-bottom: 25px; }
  .pl-lg-25 {
    padding-left: 25px; }
  .pr-lg-25 {
    padding-right: 25px; }
  .pt-lg-30 {
    padding-top: 30px; }
  .pb-lg-30 {
    padding-bottom: 30px; }
  .pl-lg-30 {
    padding-left: 30px; }
  .pr-lg-30 {
    padding-right: 30px; }
  .pt-lg-40 {
    padding-top: 40px; }
  .pb-lg-40 {
    padding-bottom: 40px; }
  .pl-lg-40 {
    padding-left: 40px; }
  .pr-lg-40 {
    padding-right: 40px; }
  .p-lg-50 {
    padding: 50px; }
  .pt-lg-50 {
    padding-top: 50px; }
  .pb-lg-50 {
    padding-bottom: 50px; }
  .pl-lg-50 {
    padding-left: 50px; }
  .pr-lg-50 {
    padding-right: 50px; }
  .p-lg-60 {
    padding: 60px; }
  .pt-lg-60 {
    padding-top: 60px; }
  .pb-lg-60 {
    padding-bottom: 60px; }
  .pl-lg-60 {
    padding-left: 60px; }
  .pr-lg-60 {
    padding-right: 60px; }
  .p-lg-70 {
    padding: 70px; }
  .pt-lg-70 {
    padding-top: 70px; }
  .pb-lg-70 {
    padding-bottom: 70px; }
  .pl-lg-70 {
    padding-left: 70px; }
  .pr-lg-70 {
    padding-right: 70px; }
  .p-lg-80 {
    padding: 80px; }
  .pt-lg-80 {
    padding-top: 80px; }
  .pb-lg-80 {
    padding-bottom: 80px; }
  .pl-lg-80 {
    padding-left: 80px; }
  .pr-lg-80 {
    padding-right: 80px; }
  .p-lg-90 {
    padding: 90px; }
  .pt-lg-90 {
    padding-top: 90px; }
  .pb-lg-90 {
    padding-bottom: 90px; }
  .pl-lg-90 {
    padding-left: 90px; }
  .pr-lg-90 {
    padding-right: 90px; }
  .p-lg-100 {
    padding: 100px; }
  .pb-lg-100 {
    padding-bottom: 100px; }
  .pt-lg-100 {
    padding-top: 100px; }
  .pt-lg-120 {
    padding-top: 120px; }
  .pb-lg-120 {
    padding-bottom: 120px; }
  .pt-lg-140 {
    padding-top: 140px; }
  .pb-lg-200 {
    padding-bottom: 200px; }
  .pb-lg-250 {
    padding-bottom: 250px; }
  .hidden-lg {
    display: none !important; }
  .show-lg {
    display: block; }
  .wrap-lg {
    flex-wrap: wrap; }
  .reverse-wrap-lg {
    flex-wrap: wrap-reverse; }
  .responsive-img-lg {
    max-width: 100%; }
  .flex-lg {
    display: flex; }
  .center-lg, .centered-lg {
    text-align: center; }
  .justify-center-lg {
    justify-content: center; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .inline-lg {
    display: inline; }
  .text-left-lg {
    text-align: left; }
  .w-100-lg {
    width: 100%; }
  .img-responsive-lg {
    max-width: 100%; }
  .block-lg {
    display: block; }
  .align-start-lg {
    align-items: flex-start; } }

@media (max-width: 768px) {
  .mr-md-auto {
    margin-right: auto; }
  .ml-md-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-md-0 {
    margin: 0; }
  .mt-md-0 {
    margin-top: 0; }
  .mb-md-0 {
    margin-bottom: 0; }
  .ml-md-0 {
    margin-left: 0; }
  .mr-md-0 {
    margin-right: 0; }
  .mr-md-3 {
    margin-right: 3px; }
  .mt-md-3 {
    margin-top: 3px; }
  .mb-md-3 {
    margin-bottom: 3px; }
  .ml-md-3 {
    margin-left: 3px; }
  .mr-md-5 {
    margin-right: 5px;
    margin-right: 5px; }
  .mt-md-5 {
    margin-top: 5px; }
  .mb-md-5 {
    margin-bottom: 5px; }
  .ml-md-5 {
    margin-left: 5px; }
  .mr-md-5 {
    margin-right: 5px; }
  .mt-md-10 {
    margin-top: 10px; }
  .mb-md-10 {
    margin-bottom: 10px; }
  .ml-md-10 {
    margin-left: 10px; }
  .mr-md-10 {
    margin-right: 10px; }
  .mt-md-15 {
    margin-top: 15px; }
  .mb-md-15 {
    margin-bottom: 15px; }
  .ml-md-15 {
    margin-left: 15px; }
  .mr-md-15 {
    margin-right: 15px; }
  .mt-md-20 {
    margin-top: 20px; }
  .mb-md-20 {
    margin-bottom: 20px; }
  .ml-md-20 {
    margin-left: 20px; }
  .mr-md-20 {
    margin-right: 20px; }
  .mt-md-25 {
    margin-top: 25px; }
  .mb-md-25 {
    margin-bottom: 25px; }
  .ml-md-25 {
    margin-left: 25px; }
  .mr-md-25 {
    margin-right: 25px; }
  .mt-md-30 {
    margin-top: 30px; }
  .mb-md-30 {
    margin-bottom: 30px; }
  .ml-md-30 {
    margin-left: 30px; }
  .mr-md-30 {
    margin-right: 30px; }
  .mt-md-35 {
    margin-top: 35px; }
  .mb-md-35 {
    margin-bottom: 35px; }
  .ml-md-35 {
    margin-left: 35px; }
  .mr-md-35 {
    margin-right: 35px; }
  .mt-md-40 {
    margin-top: 40px; }
  .mb-md-40 {
    margin-bottom: 40px; }
  .ml-md-40 {
    margin-left: 40px; }
  .mr-md-40 {
    margin-right: 40px; }
  .mt-md-50 {
    margin-top: 50px; }
  .mb-md-50 {
    margin-bottom: 50px; }
  .ml-md-50 {
    margin-left: 50px; }
  .mr-md-50 {
    margin-right: 50px; }
  .mt-md-60 {
    margin-top: 60px; }
  .mb-md-60 {
    margin-bottom: 60px; }
  .ml-md-60 {
    margin-left: 60px; }
  .mr-md-60 {
    margin-right: 60px; }
  .mt-md-70 {
    margin-top: 70px; }
  .mb-md-70 {
    margin-bottom: 70px; }
  .ml-md-70 {
    margin-left: 70px; }
  .mr-md-70 {
    margin-right: 70px; }
  .mt-md-80 {
    margin-top: 80px; }
  .mb-md-80 {
    margin-bottom: 80px; }
  .ml-md-80 {
    margin-left: 80px; }
  .mr-md-80 {
    margin-right: 80px; }
  .mt-md-90 {
    margin-top: 80px; }
  .mb-md-90 {
    margin-bottom: 80px; }
  .ml-md-90 {
    margin-left: 80px; }
  .mr-md-90 {
    margin-right: 80px; }
  .mt-md-100 {
    margin-top: 100px; }
  .mb-md-100 {
    margin-bottom: 100px; }
  .ml-md-100 {
    margin-left: 100px; }
  .mr-md-100 {
    margin-right: 100px; }
  .mt-md-120 {
    margin-top: 120px; }
  .mb-md-120 {
    margin-bottom: 120px; }
  .ml-md-120 {
    margin-left: 120px; }
  .mr-md-120 {
    margin-right: 120px; }
  .mt-md-140 {
    margin-top: 140px; }
  .mb-md-140 {
    margin-bottom: 140px; }
  .ml-md-140 {
    margin-left: 140px; }
  .mr-md-140 {
    margin-right: 140px; }
  .mt-md-150 {
    margin-top: 150px; }
  .mb-md-150 {
    margin-bottom: 150px; }
  .ml-md-150 {
    margin-left: 150px; }
  .mr-md-150 {
    margin-right: 150px; }
  .mt-md-200 {
    margin-top: 200px; }
  .mb-md-200 {
    margin-bottom: 200px; }
  .mt-md-250 {
    margin-top: 250px; }
  .mb-md-250 {
    margin-bottom: 250px; }
  .p-md-0 {
    padding: 0; }
  .pt-md-0 {
    padding-top: 0; }
  .pb-md-0 {
    padding-bottom: 0; }
  .pl-md-0 {
    padding-left: 0; }
  .pr-md-0 {
    padding-right: 0; }
  .p-md-5 {
    padding: 5px; }
  .pr-md-5 {
    padding-right: 5px; }
  .pt-md-5 {
    padding-top: 5px; }
  .pb-md-5 {
    padding-bottom: 5px; }
  .pl-md-5 {
    padding-left: 5px; }
  .p-md-6 {
    padding: 6px; }
  .pr-md-6 {
    padding-right: 6px; }
  .pt-md-6 {
    padding-top: 6px; }
  .pb-md-6 {
    padding-bottom: 6px; }
  .pl-md-6 {
    padding-left: 6px; }
  .p-md-7 {
    padding: 7px; }
  .pr-md-7 {
    padding-right: 7px; }
  .pt-md-7 {
    padding-top: 7px; }
  .pb-md-7 {
    padding-bottom: 7px; }
  .pl-md-7 {
    padding-left: 7px; }
  .p-md-8 {
    padding: 8px; }
  .pr-md-8 {
    padding-right: 8px; }
  .pt-md-8 {
    padding-top: 8px; }
  .pb-md-8 {
    padding-bottom: 8px; }
  .pl-md-8 {
    padding-left: 8px; }
  .p-md-10 {
    padding: 10px; }
  .pt-md-10 {
    padding-top: 10px; }
  .pb-md-10 {
    padding-bottom: 10px; }
  .pl-md-10 {
    padding-left: 10px; }
  .pr-md-10 {
    padding-right: 10px; }
  .p-md-15 {
    padding: 15px; }
  .pt-md-15 {
    padding-top: 15px; }
  .pb-md-15 {
    padding-bottom: 15px; }
  .pl-md-15 {
    padding-left: 15px; }
  .pr-md-15 {
    padding-right: 15px; }
  .pt-md-20 {
    padding-top: 20px; }
  .pb-md-20 {
    padding-bottom: 20px; }
  .pl-md-20 {
    padding-left: 20px; }
  .pr-md-20 {
    padding-right: 20px; }
  .p-md-25 {
    padding: 25px; }
  .pt-md-25 {
    padding-top: 25px; }
  .pb-md-25 {
    padding-bottom: 25px; }
  .pl-md-25 {
    padding-left: 25px; }
  .pr-md-25 {
    padding-right: 25px; }
  .pt-md-30 {
    padding-top: 30px; }
  .pb-md-30 {
    padding-bottom: 30px; }
  .pl-md-30 {
    padding-left: 30px; }
  .pr-md-30 {
    padding-right: 30px; }
  .pt-md-40 {
    padding-top: 40px; }
  .pb-md-40 {
    padding-bottom: 40px; }
  .pl-md-40 {
    padding-left: 40px; }
  .pr-md-40 {
    padding-right: 40px; }
  .p-md-50 {
    padding: 50px; }
  .pt-md-50 {
    padding-top: 50px; }
  .pb-md-50 {
    padding-bottom: 50px; }
  .pl-md-50 {
    padding-left: 50px; }
  .pr-md-50 {
    padding-right: 50px; }
  .p-md-60 {
    padding: 60px; }
  .pt-md-60 {
    padding-top: 60px; }
  .pb-md-60 {
    padding-bottom: 60px; }
  .pl-md-60 {
    padding-left: 60px; }
  .pr-md-60 {
    padding-right: 60px; }
  .p-md-70 {
    padding: 70px; }
  .pt-md-70 {
    padding-top: 70px; }
  .pb-md-70 {
    padding-bottom: 70px; }
  .pl-md-70 {
    padding-left: 70px; }
  .pr-md-70 {
    padding-right: 70px; }
  .p-md-80 {
    padding: 80px; }
  .pt-md-80 {
    padding-top: 80px; }
  .pb-md-80 {
    padding-bottom: 80px; }
  .pl-md-80 {
    padding-left: 80px; }
  .pr-md-80 {
    padding-right: 80px; }
  .p-md-90 {
    padding: 90px; }
  .pt-md-90 {
    padding-top: 90px; }
  .pb-md-90 {
    padding-bottom: 90px; }
  .pl-md-90 {
    padding-left: 90px; }
  .pr-md-90 {
    padding-right: 90px; }
  .p-md-100 {
    padding: 100px; }
  .pb-md-100 {
    padding-bottom: 100px; }
  .pt-md-100 {
    padding-top: 100px; }
  .pt-md-120 {
    padding-top: 120px; }
  .pb-md-120 {
    padding-bottom: 120px; }
  .pt-md-140 {
    padding-top: 140px; }
  .pb-md-200 {
    padding-bottom: 200px; }
  .pb-md-250 {
    padding-bottom: 250px; }
  .center-md {
    text-align: center; }
  .hidden-md {
    display: none !important; }
  .text-center-md {
    text-align: center; }
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; }
  .inline-md {
    display: inline; }
  .block-md {
    display: block; }
  .reverse-wrap-md {
    flex-wrap: wrap-reverse; }
  .justify-center-md {
    justify-content: center; }
  .wrap-md {
    flex-wrap: wrap; }
  .w-100-md {
    width: 100%; }
  .img-responsive-md {
    max-width: 100%;
    display: block;
    width: auto; }
  .align-start-md {
    align-items: flex-start; } }

@media (max-width: 768px) {
  .mr-sm-auto {
    margin-right: auto; }
  .ml-sm-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-sm-0 {
    margin: 0; }
  .mt-sm-0 {
    margin-top: 0; }
  .mb-sm-0 {
    margin-bottom: 0; }
  .ml-sm-0 {
    margin-left: 0; }
  .mr-sm-0 {
    margin-right: 0; }
  .mr-sm-3 {
    margin-right: 3px; }
  .mt-sm-3 {
    margin-top: 3px; }
  .mb-sm-3 {
    margin-bottom: 3px; }
  .ml-sm-3 {
    margin-left: 3px; }
  .mr-sm-5 {
    margin-right: 5px;
    margin-right: 5px; }
  .mt-sm-5 {
    margin-top: 5px; }
  .mb-sm-5 {
    margin-bottom: 5px; }
  .ml-sm-5 {
    margin-left: 5px; }
  .mr-sm-5 {
    margin-right: 5px; }
  .mt-sm-10 {
    margin-top: 10px; }
  .mb-sm-10 {
    margin-bottom: 10px; }
  .ml-sm-10 {
    margin-left: 10px; }
  .mr-sm-10 {
    margin-right: 10px; }
  .mt-sm-15 {
    margin-top: 15px; }
  .mb-sm-15 {
    margin-bottom: 15px; }
  .ml-sm-15 {
    margin-left: 15px; }
  .mr-sm-15 {
    margin-right: 15px; }
  .mt-sm-20 {
    margin-top: 20px; }
  .mb-sm-20 {
    margin-bottom: 20px; }
  .ml-sm-20 {
    margin-left: 20px; }
  .mr-sm-20 {
    margin-right: 20px; }
  .mt-sm-25 {
    margin-top: 25px; }
  .mb-sm-25 {
    margin-bottom: 25px; }
  .ml-sm-25 {
    margin-left: 25px; }
  .mr-sm-25 {
    margin-right: 25px; }
  .mt-sm-30 {
    margin-top: 30px; }
  .mb-sm-30 {
    margin-bottom: 30px; }
  .ml-sm-30 {
    margin-left: 30px; }
  .mr-sm-30 {
    margin-right: 30px; }
  .mt-sm-35 {
    margin-top: 35px; }
  .mb-sm-35 {
    margin-bottom: 35px; }
  .ml-sm-35 {
    margin-left: 35px; }
  .mr-sm-35 {
    margin-right: 35px; }
  .mt-sm-40 {
    margin-top: 40px; }
  .mb-sm-40 {
    margin-bottom: 40px; }
  .ml-sm-40 {
    margin-left: 40px; }
  .mr-sm-40 {
    margin-right: 40px; }
  .mt-sm-50 {
    margin-top: 50px; }
  .mb-sm-50 {
    margin-bottom: 50px; }
  .ml-sm-50 {
    margin-left: 50px; }
  .mr-sm-50 {
    margin-right: 50px; }
  .mt-sm-60 {
    margin-top: 60px; }
  .mb-sm-60 {
    margin-bottom: 60px; }
  .ml-sm-60 {
    margin-left: 60px; }
  .mr-sm-60 {
    margin-right: 60px; }
  .mt-sm-70 {
    margin-top: 70px; }
  .mb-sm-70 {
    margin-bottom: 70px; }
  .ml-sm-70 {
    margin-left: 70px; }
  .mr-sm-70 {
    margin-right: 70px; }
  .mt-sm-80 {
    margin-top: 80px; }
  .mb-sm-80 {
    margin-bottom: 80px; }
  .ml-sm-80 {
    margin-left: 80px; }
  .mr-sm-80 {
    margin-right: 80px; }
  .mt-sm-90 {
    margin-top: 80px; }
  .mb-sm-90 {
    margin-bottom: 80px; }
  .ml-sm-90 {
    margin-left: 80px; }
  .mr-sm-90 {
    margin-right: 80px; }
  .mt-sm-100 {
    margin-top: 100px; }
  .mb-sm-100 {
    margin-bottom: 100px; }
  .ml-sm-100 {
    margin-left: 100px; }
  .mr-sm-100 {
    margin-right: 100px; }
  .mt-sm-120 {
    margin-top: 120px; }
  .mb-sm-120 {
    margin-bottom: 120px; }
  .ml-sm-120 {
    margin-left: 120px; }
  .mr-sm-120 {
    margin-right: 120px; }
  .mt-sm-140 {
    margin-top: 140px; }
  .mb-sm-140 {
    margin-bottom: 140px; }
  .ml-sm-140 {
    margin-left: 140px; }
  .mr-sm-140 {
    margin-right: 140px; }
  .mt-sm-150 {
    margin-top: 150px; }
  .mb-sm-150 {
    margin-bottom: 150px; }
  .ml-sm-150 {
    margin-left: 150px; }
  .mr-sm-150 {
    margin-right: 150px; }
  .mt-sm-200 {
    margin-top: 200px; }
  .mb-sm-200 {
    margin-bottom: 200px; }
  .mt-sm-250 {
    margin-top: 250px; }
  .mb-sm-250 {
    margin-bottom: 250px; }
  .p-sm-0 {
    padding: 0; }
  .pt-sm-0 {
    padding-top: 0; }
  .pb-sm-0 {
    padding-bottom: 0; }
  .pl-sm-0 {
    padding-left: 0; }
  .pr-sm-0 {
    padding-right: 0; }
  .p-sm-5 {
    padding: 5px; }
  .pr-sm-5 {
    padding-right: 5px; }
  .pt-sm-5 {
    padding-top: 5px; }
  .pb-sm-5 {
    padding-bottom: 5px; }
  .pl-sm-5 {
    padding-left: 5px; }
  .p-sm-6 {
    padding: 6px; }
  .pr-sm-6 {
    padding-right: 6px; }
  .pt-sm-6 {
    padding-top: 6px; }
  .pb-sm-6 {
    padding-bottom: 6px; }
  .pl-sm-6 {
    padding-left: 6px; }
  .p-sm-7 {
    padding: 7px; }
  .pr-sm-7 {
    padding-right: 7px; }
  .pt-sm-7 {
    padding-top: 7px; }
  .pb-sm-7 {
    padding-bottom: 7px; }
  .pl-sm-7 {
    padding-left: 7px; }
  .p-sm-8 {
    padding: 8px; }
  .pr-sm-8 {
    padding-right: 8px; }
  .pt-sm-8 {
    padding-top: 8px; }
  .pb-sm-8 {
    padding-bottom: 8px; }
  .pl-sm-8 {
    padding-left: 8px; }
  .p-sm-10 {
    padding: 10px; }
  .pt-sm-10 {
    padding-top: 10px; }
  .pb-sm-10 {
    padding-bottom: 10px; }
  .pl-sm-10 {
    padding-left: 10px; }
  .pr-sm-10 {
    padding-right: 10px; }
  .p-sm-15 {
    padding: 15px; }
  .pt-sm-15 {
    padding-top: 15px; }
  .pb-sm-15 {
    padding-bottom: 15px; }
  .pl-sm-15 {
    padding-left: 15px; }
  .pr-sm-15 {
    padding-right: 15px; }
  .pt-sm-20 {
    padding-top: 20px; }
  .pb-sm-20 {
    padding-bottom: 20px; }
  .pl-sm-20 {
    padding-left: 20px; }
  .pr-sm-20 {
    padding-right: 20px; }
  .p-sm-25 {
    padding: 25px; }
  .pt-sm-25 {
    padding-top: 25px; }
  .pb-sm-25 {
    padding-bottom: 25px; }
  .pl-sm-25 {
    padding-left: 25px; }
  .pr-sm-25 {
    padding-right: 25px; }
  .pt-sm-30 {
    padding-top: 30px; }
  .pb-sm-30 {
    padding-bottom: 30px; }
  .pl-sm-30 {
    padding-left: 30px; }
  .pr-sm-30 {
    padding-right: 30px; }
  .pt-sm-40 {
    padding-top: 40px; }
  .pb-sm-40 {
    padding-bottom: 40px; }
  .pl-sm-40 {
    padding-left: 40px; }
  .pr-sm-40 {
    padding-right: 40px; }
  .p-sm-50 {
    padding: 50px; }
  .pt-sm-50 {
    padding-top: 50px; }
  .pb-sm-50 {
    padding-bottom: 50px; }
  .pl-sm-50 {
    padding-left: 50px; }
  .pr-sm-50 {
    padding-right: 50px; }
  .p-sm-60 {
    padding: 60px; }
  .pt-sm-60 {
    padding-top: 60px; }
  .pb-sm-60 {
    padding-bottom: 60px; }
  .pl-sm-60 {
    padding-left: 60px; }
  .pr-sm-60 {
    padding-right: 60px; }
  .p-sm-70 {
    padding: 70px; }
  .pt-sm-70 {
    padding-top: 70px; }
  .pb-sm-70 {
    padding-bottom: 70px; }
  .pl-sm-70 {
    padding-left: 70px; }
  .pr-sm-70 {
    padding-right: 70px; }
  .p-sm-80 {
    padding: 80px; }
  .pt-sm-80 {
    padding-top: 80px; }
  .pb-sm-80 {
    padding-bottom: 80px; }
  .pl-sm-80 {
    padding-left: 80px; }
  .pr-sm-80 {
    padding-right: 80px; }
  .p-sm-90 {
    padding: 90px; }
  .pt-sm-90 {
    padding-top: 90px; }
  .pb-sm-90 {
    padding-bottom: 90px; }
  .pl-sm-90 {
    padding-left: 90px; }
  .pr-sm-90 {
    padding-right: 90px; }
  .p-sm-100 {
    padding: 100px; }
  .pb-sm-100 {
    padding-bottom: 100px; }
  .pt-sm-100 {
    padding-top: 100px; }
  .pt-sm-120 {
    padding-top: 120px; }
  .pb-sm-120 {
    padding-bottom: 120px; }
  .pt-sm-140 {
    padding-top: 140px; }
  .pb-sm-200 {
    padding-bottom: 200px; }
  .pb-sm-250 {
    padding-bottom: 250px; }
  .hidden-sm {
    display: none; }
  .center-sm {
    text-align: center; }
  .wrap-sm {
    flex-wrap: wrap; }
  .show-sm {
    display: block; }
  .justify-center-sm {
    justify-content: center; }
  .text-left-sm {
    text-align: left; }
  .reverse-wrap-sm {
    flex-wrap: wrap-reverse; }
  .w-100-sm {
    width: 100%; }
  .img-responsive-sm {
    max-width: 100%; }
  .text-center-sm {
    text-align: center; } }

@media (max-width: 576px) {
  .mr-xs-auto {
    margin-right: auto; }
  .ml-xs-auto {
    margin-left: auto; }
  .mx-auto {
    margin-left: auto;
    margin-right: auto; }
  .m-xs-0 {
    margin: 0; }
  .mt-xs-0 {
    margin-top: 0; }
  .mb-xs-0 {
    margin-bottom: 0; }
  .ml-xs-0 {
    margin-left: 0; }
  .mr-xs-0 {
    margin-right: 0; }
  .mr-xs-3 {
    margin-right: 3px; }
  .mt-xs-3 {
    margin-top: 3px; }
  .mb-xs-3 {
    margin-bottom: 3px; }
  .ml-xs-3 {
    margin-left: 3px; }
  .mr-xs-5 {
    margin-right: 5px;
    margin-right: 5px; }
  .mt-xs-5 {
    margin-top: 5px; }
  .mb-xs-5 {
    margin-bottom: 5px; }
  .ml-xs-5 {
    margin-left: 5px; }
  .mr-xs-5 {
    margin-right: 5px; }
  .mt-xs-10 {
    margin-top: 10px; }
  .mb-xs-10 {
    margin-bottom: 10px; }
  .ml-xs-10 {
    margin-left: 10px; }
  .mr-xs-10 {
    margin-right: 10px; }
  .mt-xs-15 {
    margin-top: 15px; }
  .mb-xs-15 {
    margin-bottom: 15px; }
  .ml-xs-15 {
    margin-left: 15px; }
  .mr-xs-15 {
    margin-right: 15px; }
  .mt-xs-20 {
    margin-top: 20px; }
  .mb-xs-20 {
    margin-bottom: 20px; }
  .ml-xs-20 {
    margin-left: 20px; }
  .mr-xs-20 {
    margin-right: 20px; }
  .mt-xs-25 {
    margin-top: 25px; }
  .mb-xs-25 {
    margin-bottom: 25px; }
  .ml-xs-25 {
    margin-left: 25px; }
  .mr-xs-25 {
    margin-right: 25px; }
  .mt-xs-30 {
    margin-top: 30px; }
  .mb-xs-30 {
    margin-bottom: 30px; }
  .ml-xs-30 {
    margin-left: 30px; }
  .mr-xs-30 {
    margin-right: 30px; }
  .mt-xs-35 {
    margin-top: 35px; }
  .mb-xs-35 {
    margin-bottom: 35px; }
  .ml-xs-35 {
    margin-left: 35px; }
  .mr-xs-35 {
    margin-right: 35px; }
  .mt-xs-40 {
    margin-top: 40px; }
  .mb-xs-40 {
    margin-bottom: 40px; }
  .ml-xs-40 {
    margin-left: 40px; }
  .mr-xs-40 {
    margin-right: 40px; }
  .mt-xs-50 {
    margin-top: 50px; }
  .mb-xs-50 {
    margin-bottom: 50px; }
  .ml-xs-50 {
    margin-left: 50px; }
  .mr-xs-50 {
    margin-right: 50px; }
  .mt-xs-60 {
    margin-top: 60px; }
  .mb-xs-60 {
    margin-bottom: 60px; }
  .ml-xs-60 {
    margin-left: 60px; }
  .mr-xs-60 {
    margin-right: 60px; }
  .mt-xs-70 {
    margin-top: 70px; }
  .mb-xs-70 {
    margin-bottom: 70px; }
  .ml-xs-70 {
    margin-left: 70px; }
  .mr-xs-70 {
    margin-right: 70px; }
  .mt-xs-80 {
    margin-top: 80px; }
  .mb-xs-80 {
    margin-bottom: 80px; }
  .ml-xs-80 {
    margin-left: 80px; }
  .mr-xs-80 {
    margin-right: 80px; }
  .mt-xs-90 {
    margin-top: 80px; }
  .mb-xs-90 {
    margin-bottom: 80px; }
  .ml-xs-90 {
    margin-left: 80px; }
  .mr-xs-90 {
    margin-right: 80px; }
  .mt-xs-100 {
    margin-top: 100px; }
  .mb-xs-100 {
    margin-bottom: 100px; }
  .ml-xs-100 {
    margin-left: 100px; }
  .mr-xs-100 {
    margin-right: 100px; }
  .mt-xs-120 {
    margin-top: 120px; }
  .mb-xs-120 {
    margin-bottom: 120px; }
  .ml-xs-120 {
    margin-left: 120px; }
  .mr-xs-120 {
    margin-right: 120px; }
  .mt-xs-140 {
    margin-top: 140px; }
  .mb-xs-140 {
    margin-bottom: 140px; }
  .ml-xs-140 {
    margin-left: 140px; }
  .mr-xs-140 {
    margin-right: 140px; }
  .mt-xs-150 {
    margin-top: 150px; }
  .mb-xs-150 {
    margin-bottom: 150px; }
  .ml-xs-150 {
    margin-left: 150px; }
  .mr-xs-150 {
    margin-right: 150px; }
  .mt-xs-200 {
    margin-top: 200px; }
  .mb-xs-200 {
    margin-bottom: 200px; }
  .mt-xs-250 {
    margin-top: 250px; }
  .mb-xs-250 {
    margin-bottom: 250px; }
  .p-xs-0 {
    padding: 0; }
  .pt-xs-0 {
    padding-top: 0; }
  .pb-xs-0 {
    padding-bottom: 0; }
  .pl-xs-0 {
    padding-left: 0; }
  .pr-xs-0 {
    padding-right: 0; }
  .p-xs-5 {
    padding: 5px; }
  .pr-xs-5 {
    padding-right: 5px; }
  .pt-xs-5 {
    padding-top: 5px; }
  .pb-xs-5 {
    padding-bottom: 5px; }
  .pl-xs-5 {
    padding-left: 5px; }
  .p-xs-6 {
    padding: 6px; }
  .pr-xs-6 {
    padding-right: 6px; }
  .pt-xs-6 {
    padding-top: 6px; }
  .pb-xs-6 {
    padding-bottom: 6px; }
  .pl-xs-6 {
    padding-left: 6px; }
  .p-xs-7 {
    padding: 7px; }
  .pr-xs-7 {
    padding-right: 7px; }
  .pt-xs-7 {
    padding-top: 7px; }
  .pb-xs-7 {
    padding-bottom: 7px; }
  .pl-xs-7 {
    padding-left: 7px; }
  .p-xs-8 {
    padding: 8px; }
  .pr-xs-8 {
    padding-right: 8px; }
  .pt-xs-8 {
    padding-top: 8px; }
  .pb-xs-8 {
    padding-bottom: 8px; }
  .pl-xs-8 {
    padding-left: 8px; }
  .p-xs-10 {
    padding: 10px; }
  .pt-xs-10 {
    padding-top: 10px; }
  .pb-xs-10 {
    padding-bottom: 10px; }
  .pl-xs-10 {
    padding-left: 10px; }
  .pr-xs-10 {
    padding-right: 10px; }
  .p-xs-15 {
    padding: 15px; }
  .pt-xs-15 {
    padding-top: 15px; }
  .pb-xs-15 {
    padding-bottom: 15px; }
  .pl-xs-15 {
    padding-left: 15px; }
  .pr-xs-15 {
    padding-right: 15px; }
  .pt-xs-20 {
    padding-top: 20px; }
  .pb-xs-20 {
    padding-bottom: 20px; }
  .pl-xs-20 {
    padding-left: 20px; }
  .pr-xs-20 {
    padding-right: 20px; }
  .p-xs-25 {
    padding: 25px; }
  .pt-xs-25 {
    padding-top: 25px; }
  .pb-xs-25 {
    padding-bottom: 25px; }
  .pl-xs-25 {
    padding-left: 25px; }
  .pr-xs-25 {
    padding-right: 25px; }
  .pt-xs-30 {
    padding-top: 30px; }
  .pb-xs-30 {
    padding-bottom: 30px; }
  .pl-xs-30 {
    padding-left: 30px; }
  .pr-xs-30 {
    padding-right: 30px; }
  .pt-xs-40 {
    padding-top: 40px; }
  .pb-xs-40 {
    padding-bottom: 40px; }
  .pl-xs-40 {
    padding-left: 40px; }
  .pr-xs-40 {
    padding-right: 40px; }
  .p-xs-50 {
    padding: 50px; }
  .pt-xs-50 {
    padding-top: 50px; }
  .pb-xs-50 {
    padding-bottom: 50px; }
  .pl-xs-50 {
    padding-left: 50px; }
  .pr-xs-50 {
    padding-right: 50px; }
  .p-xs-60 {
    padding: 60px; }
  .pt-xs-60 {
    padding-top: 60px; }
  .pb-xs-60 {
    padding-bottom: 60px; }
  .pl-xs-60 {
    padding-left: 60px; }
  .pr-xs-60 {
    padding-right: 60px; }
  .p-xs-70 {
    padding: 70px; }
  .pt-xs-70 {
    padding-top: 70px; }
  .pb-xs-70 {
    padding-bottom: 70px; }
  .pl-xs-70 {
    padding-left: 70px; }
  .pr-xs-70 {
    padding-right: 70px; }
  .p-xs-80 {
    padding: 80px; }
  .pt-xs-80 {
    padding-top: 80px; }
  .pb-xs-80 {
    padding-bottom: 80px; }
  .pl-xs-80 {
    padding-left: 80px; }
  .pr-xs-80 {
    padding-right: 80px; }
  .p-xs-90 {
    padding: 90px; }
  .pt-xs-90 {
    padding-top: 90px; }
  .pb-xs-90 {
    padding-bottom: 90px; }
  .pl-xs-90 {
    padding-left: 90px; }
  .pr-xs-90 {
    padding-right: 90px; }
  .p-xs-100 {
    padding: 100px; }
  .pb-xs-100 {
    padding-bottom: 100px; }
  .pt-xs-100 {
    padding-top: 100px; }
  .pt-xs-120 {
    padding-top: 120px; }
  .pb-xs-120 {
    padding-bottom: 120px; }
  .pt-xs-140 {
    padding-top: 140px; }
  .pb-xs-200 {
    padding-bottom: 200px; }
  .pb-xs-250 {
    padding-bottom: 250px; }
  .hidden-xs {
    display: none; }
  .center-xs {
    text-align: center; }
  .wrap-xs {
    flex-wrap: wrap; }
  .show-xs {
    display: inline-block; }
  .w-100-xs {
    width: 100%; }
  .text-center-xs {
    text-align: center; } }

h3.lh {
  line-height: 35px;
}

.mktoForm h1, .mktoForm h2, .mktoForm h3, .mktoForm h4, .mktoForm h5, .mktoForm h6 {
  font-family: "Gotham A", "Gotham B";
  color: #0f4b8f; }

form.mktoForm input[type=date], form.mktoForm input[type=email], form.mktoForm input[type=number], form.mktoForm input[type=tel], form.mktoForm input[type=text], form.mktoForm input[type=url] {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  border-radius: 0 !important; }

form.mktoForm select.mktoField {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400; }

form.mktoForm a {
  padding-left: 0;
  padding-right: 0; }

form.mktoForm .mktoHtmlText {
  color: #17171E !important;
  line-height: 20px; }

.download-form .mktoForm .mktoRequiredField label.mktoLabel {
  padding-left: 0; }

form.mktoForm.mktoLayoutAbove .mktoField {
  border-radius: 0 !important;
  border: solid 1px #d4d4d4;
  line-height: 40px;
  min-height: 0;
  padding-left: 10px;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 20px;
  font-size: 13px;
  height: 51px;
  min-height: 0;
  height: auto;
  color: #17171e !important; }

.download-form .mktoForm .mktoRequiredField label.mktoLabel {
  padding-left: 0 !important; }

form.mktoForm.mktoLayoutAbove select.mktoField {
  height: 35px; }

.bold {
  font-weight: 500; }

.communication-preferences {
  margin-left: auto;
  margin-right: auto; }
  .communication-preferences.mktoForm .mktoHtmlText span {
    font-weight: 400;
    margin-top: 25px;
    color: #0f4b8f;
    font-family: "Gotham A", "Gotham B" !important; }
  .communication-preferences.mktoForm .mktoCheckboxList strong {
    font-weight: 500;
    color: #0f4b8f;
    display: block;
    margin-bottom: -10px;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B" !important; }
  .communication-preferences.mktoForm .mktoCheckboxList > label {
    margin-left: 25px;
    margin-top: -2px;
    font-family: "Gotham A", "Gotham B"; }
  .communication-preferences.mktoForm .mktoRadioList > label {
    margin-left: 25px;
    margin-top: -2px;
    font-family: "Gotham A", "Gotham B"; }
  .communication-preferences .mktoFormRow:nth-child(9) {
    margin-bottom: 10px;
    margin-top: 40px; }
  .communication-preferences.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
    text-align: center;
    line-height: 16px;
    padding: 12px 20px;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    display: inline-block;
    min-width: 176px;
    background-color: #f15f42 !important;
    color: #fff;
    border: solid 2px #f15f43;
    transition: all .2s ease;
    white-space: nowrap;
    cursor: pointer;
    background-image: none !important;
    border-color: #f15f43 !important;
    text-shadow: none;
    box-shadow: none; }

button, input, select, textarea {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #7a7a7a;
  letter-spacing: 0;
  line-height: 23px; }

a.dark-blue:hover {
  color: #0f7dc2; }

.language {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 10.58px;
  color: #fff;
  letter-spacing: 0; }

.tab-text {
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 18px; }

.tiny-tag-text {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  color: #14a3e4;
  letter-spacing: .77px;
  display: inline-block; }

.ultra-text {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: #14a3e4;
  letter-spacing: 0;
  text-align: center; }

.step-text {
  font-weight: 500;
  font-style: italic;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 50px;
  height: 78px;
  width: 78px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #14a3e4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px; }

.smol {
  font-size: 13px;
  line-height: 19px; }

.ultra-text {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  color: #14a3e4;
  letter-spacing: 0;
  text-align: center; }

.blue-video-link {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #104b8f;
  position: relative;
  display: inline-block; }

.customer-list-header {
  font-family: "Gotham A", "Gotham B";
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 500; }

.customer-list-bullets {
  font-family: "Gotham A", "Gotham B";
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 500; }

.blue-box-blue-arrow {
  color: #104b8f; }

.blue-download-link {
  color: #fff; }
  .blue-download-link::after {
    background-image: url(/assets/icons/download-link-blue.svg); }

.red-watch-link {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #f15f43;
  position: relative;
  display: inline-block; }
  .red-watch-link:before {
    background-image: url(/assets/icons/small-red-playbutton.svg);
    content: "";
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    display: inline-block;
    top: 6px; }

.red-back-link {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #f15f43;
  position: relative;
  display: inline-block; }
  .red-back-link:before {
    background-image: url(/assets/icons/red-back-link.svg);
    content: "";
    width: 19px;
    height: 23px;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    display: inline-block;
    top: 7px; }

.download-text {
  font-weight: 100;
  font-size: 13px;
  color: #d5e3ef;
  letter-spacing: 0;
  text-align: center;
  line-height: 19px;
  text-transform: none; }

.red-download-link {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: right;
  color: #f15f43;
  position: relative;
  display: inline-block; }
  .red-download-link:before {
    background-image: url(/assets/icons/download-link.svg);
    content: "";
    width: 19px;
    height: 23px;
    line-height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    display: inline-block;
    top: 7px; }

.blog-item {
  border-radius: 3px; }

.results-content .blog-item {
  width: 310px;
  flex: 0 0 310px; }

.blog-item h5, .blog-item h3 {
  letter-spacing: 0;
  word-wrap: break-word;
  hyphens: auto; }

.blog a {
  word-wrap: break-word; }

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

.white {
  color: #fff; }

.black {
  color: #000; }

.dark-blue {
  color: #17171E; }

.blue {
  color: #0f7dc2; }

.red {
  color: #f15f43; }

.light-blue {
  color: #14a3e4; }

.grey {
  color: #7a7a7a; }

.bahlewwww {
  color: #14a3e4; }

@media (max-width: 768px) {
  .footer-lang .lang, .h5, h5 {
    font-size: 15px;
    line-height: 19px; }
  .h6, h6 {
    font-size: 11px;
    line-height: 13px; }
  .large {
    font-size: 16px;
    line-height: 20px; }
    .large p {
      font-size: 16px;
      line-height: 20px; } }

body {
  padding: 0;
  margin: 105px 0 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }

.adminbar-on body {
  margin-top: 152px; }

select {
  max-width: 100%; }

hr {
  border: solid 2px #e9e9e2;
  border-left: none;
  border-right: none;
  border-bottom: none; }

hr.blue {
  border-color: #14a3e4;
  border-bottom: none; }

hr.light-blue {
  background-color: #14a3e4;
  border: none;
  height: 1px;
  display: block; }

.right-overflow {
  direction: rtl; }

.left-overflow {
  direction: ltr; }

.hidden-overflow {
  overflow: hidden; }

.grey-background {
  background-color: #7a7a7a; }

.light-grey-background {
  background-color: #E9E9E2; }

.blue-background {
  background-color: #104b8f; }

.dark-blue-background {
  background-color: #0f4b8f; }

.more-blue-background {
  background-color: #0f7dc2; }

.light-blue-background {
  background-color: #d5e3ef; }

.teal-background {
  background-color: #14a3e4; }

.bonus-blue-background {
  background-color: #00abe6; }

.tan-background {
  background-color: #f7f3da;
  background-color: #f7f3da; }

.white-background {
  background-color: #fff; }

.shining-bright-like-a-diamond {
  background-image: url(/assets/placeholder/diamond-background.jpg);
  background-size: cover; }

.argyle-background {
  background-image: url(/assets/placeholder/product-bg-image.jpg); }

.arrow-background {
  background-image: url(/assets/images/arrow-background.jpg);
  background-position: right bottom;
  background-repeat: no-repeat; }

.black-bg {
  background-color: #17171E; }

.another-blue-color-because-why-not {
  background-color: #14a3e4; }

.border-right-light-blue {
  border-right: solid 1px #14a3e4; }

.blue-underline {
  border-bottom: solid 1px #14a3e4; }

.hidden-anchor {
  top: -184px;
  width: 100%;
  position: relative;
  display: inline-block; }

.big-left-border {
  border-left: solid 20px #fff; }

.big-right-border {
  border-right: solid 20px #fff; }

.md-right-border {
  border-right: solid 10px #fff; }

.md-left-border {
  border-left: solid 10px #fff; }

.light-blue-border-left, .left-border-blue {
  border-left: solid 1px #14a3e4; }

.left-border-red {
  border-left: solid 2px #f15f43; }

.lb-left-border {
  border-left: solid 4px #00abe6; }

.cardboard-triangle-bg {
  background-position: bottom left;
  background-image: url(/assets/placeholder/cardboard-triangle.png);
  background-repeat: no-repeat;
  background-size: auto 100%; }

.blue-bg {
  background-color: #006cb7; }

.drop-toggle, .industry-drop {
  position: relative;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 21px;
  line-height: 24px;
  color: #F15F44;
  letter-spacing: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  padding: 12px 30px 12px 16px;
  font-weight: 500;
  box-shadow: 0 0 14px 0 rgba(23, 23, 30, 0.1); }

.drop-toggle:hover .drop-items, .drop-toggle:hover .industry-drop-items {
  display: block;
  z-index: 9; }

.industry-drop:hover .drop-items, .industry-drop:hover .industry-drop-items {
  display: block;
  z-index: 9; }

.industry-drop .drop-item, .industry-drop .industry-drop-item, .drop-toggle .drop-item, .drop-toggle .industry-drop-item {
  text-align: left;
  font-size: 16px;
  color: #17171E;
  letter-spacing: 0;
  line-height: 24px;
  padding: 10px 18px;
  border-bottom: solid 1px #E9E9E2;
  display: block;
  background-color: white; }

.drop-toggle .drop-item:hover, .drop-toggle .industry-drop-item:hover {
  background-color: #E9E9E2; }

.industry-drop .drop-item:hover, .industry-drop .industry-drop-item:hover {
  background-color: #E9E9E2; }

.drop-toggle:after, .industry-drop:after {
  content: "";
  background-image: url(/assets/icons/drop-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 8px; }

.drop-expand {
  position: absolute;
  pointer-events: none;
  z-index: 3; }
  .drop-expand:focus {
    width: 10px;
    height: 10px;
    top: 30px;
    right: -3px;
    background-image: url(/assets/icons/nav/down-arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: all; }

.sort-toggle {
  margin-right: 0;
  border: solid 1px #cacaca;
  font-family: "Gotham A","Gotham B";
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 1px;
  width: 165px;
  padding-left: 5px;
  padding-right: 55px;
  width: 200px;
  border-radius: 3px;
  border: none; }
  .sort-toggle .drop-item {
    border-left: none;
    background-color: #fff;
    border-top: solid 1px #e9e9e2;
    border-bottom: none;
    padding-left: 5px;
    color: #7a7a7a; }
  .sort-toggle .drop-items {
    border: none; }
  .sort-toggle:after {
    background-image: url(/assets/icons/grey-dropdown.svg);
    right: 8px; }

.industry-blocks {
  padding-bottom: 25%;
  position: relative;
  overflow: hidden;
  width: calc(33.33333% - 24px);
  flex: 0 0 calc(33.33333% - 24px);
  max-width: calc(33.33333% - 24px);
  margin-left: 12px;
  margin-right: 12px; }
  .industry-blocks img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .industry-blocks .floating-block {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(15, 125, 194, 0.91);
    pointer-events: none;
    height: 75px; }
  .industry-blocks .h5 {
    line-height: 19px;
    font-size: 14px; }
  .industry-blocks .popping-block {
    bottom: -76px;
    min-height: 142px;
    transition: all 0.1s ease; }
  .industry-blocks:hover .popping-block {
    bottom: 0; }

.product-blocks-sm {
  padding-bottom: 19%;
  position: relative;
  overflow: hidden;
  width: calc(25% - 24px);
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
  margin-left: 8px;
  margin-right: 8px; }
  .product-blocks-sm .popping-block {
    bottom: -113px;
    height: 160px; }

.header-section {
  height: 40px; }

.white-link {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-align: right;
  white-space: nowrap; }
  .white-link:after {
    content: "";
    width: 7px;
    height: 10px;
    margin-left: 8px;
    display: inline-block;
    background-image: url(/assets/icons/tiny-white-link.svg); }

.blue-box-blue-arrow:after, .blue-download-link:after, .blue-video-link:after {
  right: 0;
  top: calc(50% - 13px); }

.blue-box-blue-arrow.no-border, .blue-download-link.no-border, .blue-video-link.no-border {
  border-bottom-color: transparent; }

.blue-box-blue-arrow {
  transition: all 0.12s ease-out; }
  .blue-box-blue-arrow .pt-10 {
    padding-top: 12px; }
  .blue-box-blue-arrow .pb-10 {
    padding-bottom: 12px; }
  .blue-box-blue-arrow:hover:after {
    transform: translateX(5px); }

.more-link {
  cursor: pointer;
  line-height: 17px;
  border-bottom: none;
  color: #f15f43;
  display: block;
  cursor: pointer;
  font-weight: 500; }
  .more-link:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    background-image: url(/assets/icons/more-categories-icon.svg);
    margin-left: 10px; }

.blue-box-blue-arrow::after {
  background-image: url(/assets/icons/blue-link-arrow.svg); }

.blue-background-bar {
  position: relative;
  z-index: 0; }
  .blue-background-bar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 20%;
    background-color: #d5e3ef;
    z-index: -1; }

.border-right-white {
  border-right: solid 3px #fff; }

.border-left-white {
  border-left: solid 3px #fff; }

.border-left-light-blue {
  border-left: solid 1px #14a3e4; }

.blue-bg-image-top {
  margin-bottom: -120px; }

.blue-video-link {
  display: flex;
  padding-right: 15px; }

.img-thumb-large {
  margin-top: -220px;
  position: relative;
  cursor: pointer;
  background-color: #000; }

.why-bp-background {
  background-image: url(/assets/images/why-blue-prism.jpg);
  background-size: cover;
  background-position: center bottom; }

.process-dicovery-video:after {
  content: "";
  transition: all .2s ease;
  background-image: url(/assets/icons/play-btn.svg);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-position: center;
  background-size: 95px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block; }

.blog-video-thumb, .jumbotron-video-thumb, .lg-video-thumbnail, .md-video-thumb, .sm-video-thumbnail, .why-bp-img, .xs-video-link {
  position: relative;
  cursor: pointer; }

.blog-video-thumb:after, .jumbotron-video-thumb:after, .lg-video-thumbnail:after, .md-video-thumb:after, .sm-video-thumbnail:after, .why-bp-img:after, .xs-video-link:after {
  content: "";
  transition: all .2s ease;
  background-image: url(/assets/icons/play-btn.svg);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-position: center;
  background-size: 132px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block; }

.blog-video-thumb:hover::after, .jumbotron-video-thumb:hover::after, .lg-video-thumbnail:hover::after, .md-video-thumb:hover::after, .sm-video-thumbnail:hover::after, .why-bp-img:hover::after, .xs-video-link:hover::after {
  transform: scale(1.04); }

.blog-video-thumb img, .jumbotron-video-thumb img, .lg-video-thumbnail img, .md-video-thumb img, .sm-video-thumbnail img, .why-bp-img img, .xs-video-link img {
  display: block; }

.md-video-thumb::after {
  background-size: 28px; }

.xs-video-link::after {
  background-size: 12px; }

.blog-video-thumb::after {
  background-size: 60px; }

.jumbotron-video-thumb::after {
  background-size: 47px; }

.lg-video-thumbnail::after {
  background-size: 73px; }

.sm-video-thumbnail {
  display: inline-block; }
  .sm-video-thumbnail::after {
    background-size: 30px; }
  .sm-video-thumbnail img {
    display: inline-block; }

.homepage-screen-updated {
  margin-bottom: -200px; }

.home-feat-content {
  padding-bottom: 0;
  position: relative;
  padding-left: 60px;
  padding-right: 60px; }
  .home-feat-content .featured-prev-arrow {
    cursor: pointer;
    top: calc(50% - 25px);
    padding-left: 5px;
    padding-right: 5px;
    left: -45px; }
  .home-feat-content .featured-next-arrow {
    cursor: pointer;
    top: calc(50% - 25px);
    padding-left: 5px;
    padding-right: 5px;
    right: -45px; }
  .home-feat-content .slick-dots {
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%); }
    .home-feat-content .slick-dots button {
      border: solid 1px #17171e; }
    .home-feat-content .slick-dots .slick-active button:after {
      background-color: #f15f44; }

.homepage-vd {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%); }

.featured-sidebar {
  position: absolute;
  right: 0;
  top: calc(50% - 128px);
  transform: translate(0, -50%);
  z-index: 5; }
  .featured-sidebar .featured-item {
    right: 0; }
  .featured-sidebar .featured-item-container:first-child {
    width: 438px;
    margin-left: auto; }
  .featured-sidebar .featured-item-container:nth-child(2) {
    width: 453px;
    margin-left: auto; }
  .featured-sidebar .featured-item-container:nth-child(3) {
    width: 467px;
    margin-left: auto; }

.featured-item-container {
  position: relative;
  height: 80px;
  margin-bottom: 20px;
  width: 500px; }

.featured-item {
  transition: transform 0.2s;
  margin-left: auto;
  position: absolute;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  font-family: source-sans-pro, sans-serif;
  color: #2a2929;
  padding-right: 120px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  .featured-item::before {
    display: block;
    position: absolute;
    left: -14px;
    top: 0;
    content: "";
    width: 150px;
    height: 100%;
    transform: skew(-7deg);
    background: #fff;
    z-index: -1; }
  .featured-item::after {
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    right: 90px;
    height: 27px;
    width: 16px;
    background-image: url(/assets/icons/featured-arrow-right.svg); }

.featured-item-back {
  transform: rotateX(180deg); }

.featured-item-container.flip .featured-item {
  transform: rotateX(180deg); }

.featured-item-container.flip .featured-item-back {
  transform: rotateX(0); }

.featured-toggle {
  background-color: #fff;
  display: inline-block;
  border-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px; }
  .featured-toggle span {
    background-color: #d5e3ef;
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer; }
    .featured-toggle span.active {
      background-color: #f15f43;
      pointer-events: none; }

.workforce-text {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  text-shadow: 0 0 1px #032144; }

.why-bp-img {
  width: 757px; }
  .why-bp-img img {
    width: 100%; }

.initial-phase-block {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #14a3e4;
  padding: 30px 40px; }

.right-foundation {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  margin-bottom: -85px; }

.right-team {
  margin-top: -55px;
  margin-bottom: -45px; }

.team-breakdown {
  padding: 60px 60px 120px;
  border: solid 2px #14a3e4; }

.team-headshot {
  width: 250px;
  height: auto; }

.right-process {
  margin-top: -45px;
  margin-bottom: -60px; }

.deliver-phase {
  border: solid 2px #14a3e4;
  padding: 30px 40px;
  width: 100%;
  max-width: 328px; }

.delivery-top {
  margin-bottom: -26px; }

.delivery-bottom {
  margin-top: -22px; }

.modal-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  transition: all .2s;
  z-index: 99; }
  .modal-backdrop.show-me {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6); }

.dark-blue-diamond-background {
  background-image: url(/assets/icons/approach/dark-blue-diamond-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0f4b8f; }

.modal-container {
  width: 100%;
  max-width: 700px;
  background-color: #000;
  position: relative; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  padding-top: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blue-dot-list h6 {
  margin-bottom: 10px;
  display: flex; }
  .blue-dot-list h6::before {
    content: "•";
    color: #14a3e4;
    margin-right: 8px; }

.radio {
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%; }

.radio:hover input ~ .checkmark {
  background-color: #ccc; }

.radio input:checked ~ .checkmark:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background-color: #0f7dc2;
  border-radius: 50%; }

.radio:after {
  content: "";
  position: absolute;
  display: none; }

.radio input:checked ~ .checkmark:after {
  display: block; }

.radio .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.video-btn {
  cursor: pointer; }

.large-img-container, .large-img-container-right {
  overflow: hidden; }

.large-img-container img, .large-img-container-right img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  display: block; }

.blog-container {
  border: 1px solid #e9e9e2;
  border-radius: 3px;
  overflow: hidden; }

.blog-items .img-container {
  position: relative;
  padding-bottom: 69%;
  overflow: hidden;
  border-bottom: solid 1px #d4d4d4; }
  .blog-items .img-container img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: auto; }

.blog-items .inner {
  position: relative;
  background-color: #fff;
  min-height: 250px; }

.blog-items .red-link {
  position: absolute;
  bottom: 20px;
  left: 20px; }

.blog-items .red-watch-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  left: 30px; }

.small-red-link {
  font-weight: 500;
  font-size: 16px;
  color: #f15f44;
  letter-spacing: 0;
  line-height: 32px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  transition: all .2s ease; }
  .small-red-link::after {
    content: "—";
    color: transparent;
    width: 16px;
    height: 14px;
    font-size: 16px;
    line-height: 14px;
    background-image: url(/assets/images/forward-arrow.svg);
    background-position: center;
    display: inline-block;
    position: relative;
    right: -2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    transition: all .2s ease;
    filter: invert(51%) sepia(77%) saturate(3869%) hue-rotate(338deg) brightness(105%) contrast(89%);
    background-size: auto 14px;
    top: -1px;
    margin-bottom: 6px;
    margin-right: -15px; }
  .small-red-link:hover {
    color: #ff7c49; }
    .small-red-link:hover::after {
      opacity: 1;
      color: #f15f44;
      background-position: center right;
      transform: translate3d(3px, 0, 0);
      filter: invert(53%) sepia(62%) saturate(673%) hue-rotate(325deg) brightness(105%) contrast(102%); }
  .small-red-link .event-thumb-container {
    padding-bottom: 52%; }
  .small-red-link .video-thumb {
    padding-bottom: 56.1%; }
    .small-red-link .video-thumb img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      top: 50%;
      width: 100%; }

.blog-items-lg .img-container img {
  height: auto;
  width: 100%; }

.featured-event .share {
  position: absolute;
  bottom: 23px;
  right: 20px; }

.large-container .blog-item .inner {
  min-height: 305px; }

.video-post-lg:after, .video-post-md:after {
  content: "";
  transition: all .2s ease;
  background-image: url(/assets/icons/play-btn.svg);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-position: center;
  background-size: 75px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: block; }

.video-post-lg:hover::after, .video-post-md:hover::after {
  transform: scale(1.05); }

.video-post-lg img {
  display: block; }

.video-post-md img {
  display: block; }

.video-post-md::after {
  background-size: 60px; }

.case-study-items .red-link {
  position: relative;
  bottom: 0;
  left: 0; }

.drop-items, .industry-drop-items {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 0px);
  top: calc(100% + -3px);
  display: none;
  box-shadow: 0px 14px 14px 0 rgba(23, 23, 30, 0.1); }

.who-we-are .blog {
  border-left: solid 1px #14a3e4; }

.who-we-are .pyramid-img {
  position: absolute;
  top: 0;
  left: -330px;
  width: 430px; }

.icon-md {
  width: 134px; }

.small-icon {
  width: 88px; }

.img-icon-col {
  position: relative;
  border-left: solid 2px #E9E9E2; }
  .img-icon-col img {
    position: absolute;
    top: 0px;
    left: -113px; }
  .img-icon-col.icon-col-component img {
    left: unset;
    position: relative;
    top: unset;
    object-fit: contain;
    height: fit-content;
    height: max-content; }

.products-list .col {
  border-left: solid 2px #e9e9e2;
  position: relative; }

.products-list img {
  position: absolute;
  left: -152px;
  top: 0; }

.ring-container {
  display: inline-block;
  position: relative; }
  .ring-container img {
    position: absolute;
    opacity: 0; }
  .ring-container .ring-0 {
    animation: fade 2s 1 ease forwards;
    top: calc(50% - 58px);
    left: calc(50% - 67px);
    z-index: 3; }
  .ring-container .ring-1 {
    animation: spin 3s 1 forwards ease, fade 2s 1 linear forwards;
    top: calc(50% - 207px);
    left: calc(50% - 207px);
    z-index: 2;
    width: 414px;
    height: 414px; }
  .ring-container .ring-2 {
    animation: reverseSpin 3s 1 forwards ease, fade 2s 1 linear forwards;
    top: calc(50% - 242px);
    left: calc(50% - 192px);
    z-index: 1;
    width: 384px; }
  .ring-container .ring-3 {
    transform: rotate(0deg);
    animation: spin 80s infinite linear, fade 2s 1 linear forwards;
    position: relative;
    display: block; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

@keyframes reverseSpin {
  to {
    transform: rotate(-360deg); } }

@keyframes fade {
  to {
    opacity: 1; } }

.pyramid-floaty {
  background-image: url(/assets/placeholder/pyramid.svg);
  background-size: 100%;
  width: 265px;
  height: 230px;
  position: absolute;
  top: -94px;
  left: -27%;
  background-image: url(/assets/placeholder/pyramid.png);
  background-size: 100%;
  width: 265px;
  height: 230px;
  position: absolute;
  top: -94px;
  left: -27%; }

.get-in-touch-pyramid {
  position: absolute;
  left: -250px;
  top: -23px; }

.team-member {
  position: relative;
  display: block; }
  .team-member img {
    display: block;
    max-width: 100%; }
  .team-member .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(15, 125, 194, 0.84);
    width: 100%; }

.footer-cta {
  overflow: hidden; }
  .footer-cta .container {
    position: relative; }
  .footer-cta .pyramid {
    position: absolute;
    top: -94px;
    left: -27%; }

.pyramid-large {
  width: 474px;
  margin-top: -50px; }

.overlap-image {
  margin-bottom: -210px; }

.br-triangle {
  background-image: url(/assets/placeholder/bottom-right-triangle.svg);
  background-position: bottom right;
  background-repeat: no-repeat; }

.floating-image {
  position: relative; }
  .floating-image img {
    position: absolute;
    left: -80px; }

.floating-prism {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.study-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13%;
  max-width: 20%; }
  .study-logo img {
    max-width: 100%; }

.logo-holder-lg {
  height: 110px;
  display: flex; }
  .logo-holder-lg img {
    max-height: 100%;
    width: auto;
    max-width: 100%; }
  .logo-holder-lg.fixed-width {
    width: 200px; }

.logo-holder-sm, .logo-holder-md {
  height: 80px;
  display: flex; }

.featured-client-logo {
  height: 70px;
  display: flex;
  align-items: center;
  flex: auto;
  max-width: 159px; }
  .featured-client-logo img {
    max-height: 100%;
    width: auto; }

.grey-gradient {
  background: linear-gradient(0deg, #e9e9e2 6%, #fff 37%); }

.simple-body {
  font-size: 16px; }
  .simple-body ul {
    padding-left: 15px;
    margin-top: 0; }
  .simple-body li {
    margin-bottom: 7px; }
  .simple-body p {
    margin-bottom: 1em; }

.simple-paragraph p {
  margin-bottom: 1em; }

.product-row-update:before {
  content: "";
  height: 2px;
  background-color: #e9e9e2;
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%; }

.canvas-gradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vid-thumb-container {
  cursor: pointer;
  position: relative; }
  .vid-thumb-container .play-btn {
    position: absolute;
    top: calc(50% - 14px);
    left: calc(50% - 17px);
    transition: all 0.1s ease; }
  .vid-thumb-container:hover .play-btn {
    transform: scale(1.1); }

.video-case-thumb {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden; }
  .video-case-thumb .vid-thumb-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
    .video-case-thumb .vid-thumb-container .thumbnail {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      min-height: 100%;
      min-width: 100%; }
    .video-case-thumb .vid-thumb-container .play-btn {
      width: 56px;
      top: calc(50% - 23px);
      left: calc(50% - 30px); }

.difference-list img {
  width: 30px;
  margin-bottom: -8px; }

.tab {
  cursor: pointer; }

.new-tab.active {
  background-color: #0f4b8f; }

.question-tab h4:after {
  content: "";
  width: 9px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-image: url(/assets/icons/question-arrow.svg);
  margin-left: 10px;
  float: right;
  transition: all 0.2s ease; }

.question-tab .questions {
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
  transition: all 0.2s ease; }

.question-tab.active .questions {
  height: 100%;
  transform: scaleY(1);
  transition: all 0s; }

.question-tab.active h4::after {
  transform: rotate(90deg); }

.new-tab.active {
  background-color: #0f4b8f; }

.blue-tabs .tab {
  height: 78px;
  width: 357px; }
  .blue-tabs .tab span {
    border-bottom: solid 1px #14a3e4;
    display: block;
    width: 100%;
    line-height: 76px;
    color: #0f4b8f; }
  .blue-tabs .tab img {
    width: 43px; }
  .blue-tabs .tab .no-border {
    border-bottom: none; }
  .blue-tabs .tab.active {
    background-color: #0f7dc2; }
    .blue-tabs .tab.active img {
      filter: brightness(300%) saturate(0); }
    .blue-tabs .tab.active span {
      border-bottom: none;
      color: #fff; }

.blue-tabs .tab-content {
  width: calc(100% - 357px); }

.blue-tabs .content {
  width: 100%; }

.small-tabs.tab-list .tab {
  background-color: #0f4b8f;
  border-left: solid 2px #d5e3ef;
  border-right: solid 2px #d5e3ef;
  cursor: pointer; }
  .small-tabs.tab-list .tab:first-child {
    border-left: none; }
  .small-tabs.tab-list .tab:last-child {
    border-right: none; }

.small-tabs.tab-list .active {
  background-color: #0f7dc2; }

.small-tabs.tab-list .tab-content {
  min-height: 250px; }
  .small-tabs.tab-list .tab-content .icon {
    min-width: 150px;
    max-width: 150px; }

.small-tabs.tab-list .tab:last-child {
  border-right: none; }

.light-color-diamond {
  background-size: cover;
  background-position: center bottom;
  background-image: url(/assets/images/pyramid-texture-light.png), linear-gradient(-184deg, #0f7dc2 0, #0f4b8f 100%); }

.filter {
  width: 23%;
  background-color: #f5f5f5;
  min-width: 355px; }

.main-content {
  width: calc(100% - 355px);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }

.filter-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 75, 143, 0.41);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease; }
  .filter-cover.show-me {
    opacity: 1; }

.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900; }
  .load-more img {
    margin-left: 10px;
    margin-top: -3px; }

.events {
  max-width: 750px; }

.events-content {
  margin-right: 50px; }

.filter-container {
  max-width: 254px;
  margin-left: auto;
  margin-right: 60px; }

.filter-check {
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  border: 1px solid #e9e9e2;
  background-color: #fff; }

.bottom-border {
  border-bottom: solid 1px #d2d2d2; }

.border-top {
  border-top: solid 1px #d2d2d2; }

.reset-border {
  border-top: 1px solid #17171e; }

.filter-item {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer; }

.active .filter-check {
  position: relative; }
  .active .filter-check:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #f15f44;
    width: 10px;
    height: 10px;
    display: block; }

.faq-group {
  cursor: pointer; }

.right-arrow {
  position: relative; }
  .right-arrow:after {
    content: "";
    height: 19px;
    width: 11px;
    background-image: url(/assets/icons/toggle-arrow.svg);
    position: absolute;
    right: 10px;
    display: inline-block;
    top: 5px;
    transition: all 0.2s ease; }
  .right-arrow.active:after {
    transform: rotate(90deg); }

.tooltip {
  position: relative;
  display: inline;
  margin-left: -12px;
  cursor: pointer;
  right: -24px; }
  .tooltip .tip {
    position: absolute;
    width: 300px;
    background-color: #0f7dc2;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    left: calc(50% - 150px);
    text-align: center;
    top: 45px;
    opacity: 0;
    pointer-events: none;
    z-index: 20; }
    .tooltip .tip:before {
      content: "";
      position: absolute;
      top: -29px;
      left: calc(50% - 20px);
      width: 42px;
      height: 30px;
      background-image: url(/assets/icons/carret.svg);
      background-repeat: no-repeat;
      background-position: center bottom; }
  .tooltip:hover .tip {
    display: block;
    opacity: 1;
    pointer-events: all; }

.tooltip-updated {
  display: inline;
  margin-left: 0;
  cursor: pointer;
  right: -24px;
  position: absolute;
  top: 5px;
  right: 0; }

.title-text {
  font-family: "Gotham A","Gotham B";
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #51545b;
  letter-spacing: 0;
  width: 100px;
  float: right;
  text-align: left;
  width: 100%;
  padding-left: 0;
  padding-right: 13px;
  text-align: right; }

.contact-backdrop.show-me {
  background-color: rgba(15, 75, 143, 0.92); }

.contact-backdrop .download-form {
  max-width: 650px;
  padding-top: 55px; }
  .contact-backdrop .download-form .close-btn {
    right: 25px; }

.partner-text {
  vertical-align: middle;
  border: solid 1px #51555C;
  border-collapse: collapse;
  width: 201px;
  margin-left: auto; }
  .partner-text img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .partner-text tr {
    border: solid 1px #51555C; }
    .partner-text tr td:first-child, .partner-text tr th:first-child {
      border-right: solid 1px #51555C; }
  .partner-text td {
    border: none;
    text-align: right;
    padding: 0; }
  .partner-text th {
    border: none;
    text-align: right;
    padding: 0;
    height: 37px; }

.category-slide {
  height: 0;
  overflow: hidden;
  transition: all .2s ease;
  transform-origin: top; }
  .category-slide.category-slide-opened {
    height: 100%; }

.slide-hidden {
  display: none; }

.slick-initialized .slide-hidden {
  display: block; }

.logo-carousel .slick-next {
  right: -70px;
  top: calc(50% - 33px); }

.logo-carousel .slick-prev {
  left: -70px;
  top: calc(50% - 33px); }

.secret-gallery-carousel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 96;
  padding-top: 60px;
  opacity: 0;
  pointer-events: none; }
  .secret-gallery-carousel.show-me {
    opacity: 1;
    pointer-events: all; }
  .secret-gallery-carousel .slick-next {
    right: -100px; }
  .secret-gallery-carousel .slick-prev {
    left: -100px; }

.gallery-carousel .slick-dots {
  display: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%); }

.video-testimonial button {
  border: solid 1px #0f4b8f; }

.video-testimonial .slick-dots {
  bottom: 0;
  left: 20px; }

.close-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: pointer; }
  .close-background .container {
    padding-bottom: 750px; }
  .close-background img {
    margin-right: -30px; }

.tag-selector {
  display: inline-block;
  border: solid 2px #32a4e3;
  padding: 2px 16px 2px 26px;
  line-height: 10px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #1a4b8f;
  border-radius: 60px;
  margin-bottom: 10px;
  margin-right: 5px;
  background-image: url(/assets/icons/close-filter.svg);
  background-position: 5px center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease; }
  .tag-selector:hover {
    background-color: rgba(26, 75, 143, 0.13); }

.operations-list {
  list-style: disc; }

.event-thumb, .news-thumb {
  width: 194px; }

.event-thumb .img-holder, .news-thumb .img-holder {
  position: relative;
  width: 100%;
  padding-bottom: 72.1%;
  overflow: hidden; }

.event-thumb .img-holder img, .news-thumb .img-holder img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.event-details {
  width: 540px; }

.news-thumb .img-holder {
  padding-bottom: 72.1%; }

.fractal-bg {
  background-image: url(/assets/images/support-bg.jpg);
  background-size: cover; }

.news-jumbotron, .slant-jumbotron, .small-jumbotron, .team-jumbotron {
  position: relative;
  padding-bottom: 22.3%;
  min-height: 385px;
  display: flex;
  align-items: center;
  justify-content: center; }

.small-jumbotron {
  padding-top: 80px;
  padding-bottom: 80px; }

.news-jumbotron .right-image, .slant-jumbotron .right-image, .small-jumbotron .right-image, .team-jumbotron .right-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

.news-jumbotron .slant-bg, .slant-jumbotron .slant-bg, .small-jumbotron .slant-bg, .team-jumbotron .slant-bg {
  width: 60%;
  background-color: #104b8f;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skew(0);
  transform-origin: top left;
  overflow: hidden; }

.news-jumbotron .slant-bg:after, .slant-jumbotron .slant-bg:after, .small-jumbotron .slant-bg:after, .team-jumbotron .slant-bg:after {
  content: "";
  background-image: url(/assets/placeholder/product-bg-image.jpg);
  transform: skew(0);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news-jumbotron .inner-container, .slant-jumbotron .inner-container, .small-jumbotron .inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%; }

.small-jumbotron .inner-container {
  position: relative; }

.team-jumbotron .inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%; }

.team-jumbotron .slant-bg {
  width: 69%; }
  .team-jumbotron .slant-bg::after {
    content: none; }

.small-jumbotron .slant-bg::after {
  content: none; }

.careers-banner .slant-bg {
  left: -10%; }

.featured-video-jumbotron .video-btn {
  position: relative;
  display: block;
  height: 380px; }
  .featured-video-jumbotron .video-btn .vid-thumb-container {
    position: absolute;
    top: 0;
    left: 0; }

.image-row {
  padding-bottom: 26%;
  background-size: cover; }

.pyramid-bg {
  background-image: url(/assets/icons/pyramid-bg.svg);
  background-position: bottom right;
  background-repeat: no-repeat; }

.large-slant-jumbotron {
  padding-bottom: 28.3%;
  position: relative;
  min-height: 440px; }
  .large-slant-jumbotron .slant-wrapper {
    position: absolute;
    top: 0;
    left: -10%;
    width: 70%;
    height: 100%;
    background-color: #0f4b8f;
    transform: skewX(0); }
  .large-slant-jumbotron .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    padding-top: 20px; }
  .large-slant-jumbotron .inner-container {
    position: relative;
    max-width: 580px;
    margin-left: 32%; }
  .large-slant-jumbotron .pyramid-img {
    position: absolute;
    top: -34px;
    left: -300px;
    position: absolute;
    top: -34px;
    left: -300px; }
  .large-slant-jumbotron .icon {
    position: absolute;
    top: 0;
    left: -120px; }
  .large-slant-jumbotron .cloud-icon {
    top: -14px;
    left: -139px; }

.icon-holder {
  display: flex;
  height: 75px;
  width: 130px;
  align-items: center; }
  .icon-holder.flex-end {
    align-items: flex-end; }
  .icon-holder img {
    max-height: 100%;
    max-width: 100%; }

.learn-icon {
  display: flex;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center; }

.xl-icon-holder {
  height: 95px; }

.floating-centered-btn {
  position: absolute;
  bottom: 50px;
  right: calc(50% - 88px); }

.floating-icon {
  position: absolute;
  top: 0;
  left: 15px; }

.blog-jumbotron {
  padding-bottom: 34.9%; }

.blog-post-jumbotron {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center; }
  .blog-post-jumbotron .inner-container {
    position: relative; }
  .blog-post-jumbotron .slant-bg {
    width: 65%; }

.news-jumbotron .slant-bg:after {
  content: none; }

.quote-container {
  position: relative;
  width: 460px;
  max-width: 460px;
  flex: 0 0 460px;
  left: 75px; }
  .quote-container::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #14a3e4;
    position: absolute;
    top: 0;
    left: -29px; }
  .quote-container::after {
    content: "";
    position: absolute;
    top: 29px;
    left: -53px;
    display: block;
    height: 50px;
    width: 50px;
    border: solid 1px #14a3e4;
    border-radius: 50%;
    background-image: url(/assets/icons/white-quotes.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #274b91; }

.diamond-background {
  background-image: url(/assets/images/diamond-background.png); }

.quote {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  .quote::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #14a3e4;
    position: absolute;
    top: 0;
    left: -40px; }
  .quote::after {
    content: "";
    position: absolute;
    top: 19px;
    left: -65px;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: url(/assets/icons/quote-blue-background.svg);
    background-position: center;
    background-repeat: no-repeat; }

.white-quote::after {
  background-image: url(/assets/icons/quote-white-background.svg); }

.light-blue-logo-testimonial .quote, .light-blue-quote {
  position: relative; }

.light-blue-logo-testimonial .quote::before, .light-blue-quote::before {
  content: "";
  width: 1px;
  height: calc(100%);
  background-color: #14a3e4;
  position: absolute;
  top: 0;
  left: 30px; }

.light-blue-logo-testimonial .quote::after, .light-blue-quote::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 7px;
  display: block;
  height: 50px;
  width: 50px;
  border: solid 1px #14a3e4;
  border-radius: 50%;
  background-image: url(/assets/icons/quotes-blue-large.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d5e3ef; }

.light-blue-logo-testimonial .quote {
  display: block; }
  .light-blue-logo-testimonial .quote:after {
    background-color: #d5e3ef;
    left: -14px; }
  .light-blue-logo-testimonial .quote:before {
    left: 10px;
    height: 100%; }

.white-quote .pyramid-img {
  position: absolute;
  left: -445px;
  top: 50%;
  transform: translateY(-50%);
  width: 430px; }

.border-left {
  border-left: solid 1px #14a3e4; }

.blue-border-left {
  border-left: solid 1px #14a3e4;
  position: relative;
  right: -40px;
  padding-left: 40px; }

.form-holder {
  width: 450px;
  max-width: 450px;
  flex: 0 0 450px;
  margin-top: -330px; }
  .form-holder input {
    width: 100%;
    border: solid 1px #c9c9c9;
    padding-top: 7px;
    padding-bottom: 7px; }

.sm-margin-top {
  margin-top: -100px; }

.form input {
  width: 100%;
  border: solid 1px #c9c9c9;
  padding-top: 7px;
  padding-bottom: 7px; }

.modal-download .download-form {
  padding-bottom: 80px;
  height: 100vh;
  max-width: 100%;
  width: 700px;
  margin-left: auto;
  margin-right: auto; }

.download-form .mktoOffset {
  display: none; }

.download-form .mktoForm {
  width: 100% !important; }
  .download-form .mktoForm .mktoGutter {
    display: none; }

.download-form .mktoHasWidth {
  width: 100% !important; }

.download-form .mktoForm a, .download-form .mktoHasWidth a {
  color: #f15f43; }

.download-form .mktoForm .mktoFieldWrap, .download-form .mktoFormCol {
  width: 100%; }

.mktoForm .mktoRequiredField label.mktoLabel {
  color: #0f7dc2 !important; }

.download-form .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: right;
  padding-left: 0;
  padding-right: 5px;
  margin-left: 5px;
  color: #f15f43; }

.download-form .mktoForm select.mktoField {
  margin-bottom: 5px; }

.download-form .mktoForm .mktoFormCol {
  min-height: 0; }

.download-form .mktoForm input[type=email], .download-form .mktoForm input[type=tel] {
  border-radius: 0 !important; }

.download-form .mktoForm select.mktoField {
  border-radius: 0 !important; }

.mktoForm input[type=text] {
  border-radius: 0 !important; }

.mktoForm input[type=checkbox] {
  width: auto !important; }

.download-form .mktoForm a, .download-form .mktoHasWidth a {
  color: #0f4b8f !important; }

.download-form .mktoCheckboxList {
  position: absolute;
  top: 8px;
  left: -30px; }

.download-form .mktoForm .mktoButtonWrap.mktoRound button.mktoButton {
  padding: 12px 20px !important;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  display: inline-block;
  min-width: 176px;
  background: #f15f43 !important;
  color: #fff;
  border: solid 2px #f15f43 !important;
  text-shadow: none;
  border-radius: 0; }

.form-holder .mktoForm button.mktoButton {
  padding: 12px 20px !important;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  display: inline-block;
  min-width: 176px;
  background: #f15f43 !important;
  color: #fff;
  border: solid 2px #f15f43 !important;
  text-shadow: none;
  border-radius: 0; }

.download-form .mktoForm .mktoButtonWrap {
  margin-left: 0 !important; }

.download-form .mktoForm .mktoRequiredField label.mktoLabel {
  width: auto !important; }

.media-center-banner {
  max-width: 480px; }

.slide-right {
  position: relative;
  left: 40px; }

.download-form .mktoForm .mktoFormRow {
  float: none;
  display: flex;
  flex-wrap: wrap; }

.mktoForm .mktoAsterix {
  color: #0f7dc2 !important;
  margin-left: 2px !important; }

.mktoForm.mktoLayoutAbove .mktoLabel {
  color: #0f7dc2 !important; }

.contact-form {
  max-width: 750px;
  width: 100%; }
  .contact-form .mktoForm {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .contact-form .download-form .mktoForm input[type=email], .contact-form .download-form .mktoForm input[type=tel] {
    border-radius: 0 !important; }
  .contact-form .download-form .mktoForm select.mktoField {
    border-radius: 0 !important; }
  .contact-form .mktoForm input[type=text] {
    border-radius: 0 !important; }
  .contact-form .mktoForm .mktoButtonWrap.mktoRound button.mktoButton {
    padding: 12px 20px !important;
    text-align: center;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    display: inline-block;
    min-width: 176px;
    background: #f15f43 !important;
    color: #fff;
    border: solid 2px #f15f43 !important;
    text-shadow: none;
    border-radius: 0; }
  .contact-form .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    margin-left: 5px;
    float: right; }

.map-holder {
  padding-bottom: 75%; }

.get-started-form {
  margin-top: 0; }

.map-list .col:nth-child(3n+1) {
  padding-right: 80px; }

.map-list .col:nth-child(3n+2) {
  padding-left: 40px;
  padding-right: 40px; }

.map-list .col:nth-child(3n) {
  padding-left: 80px; }

.box-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

.box-checkmark:hover input ~ .checkbox {
  background-color: #ccc; }

.box-checkmark input:checked ~ .checkbox {
  background-color: #2196f3; }

.checkbox:after {
  content: "";
  position: absolute;
  display: none; }

.box-checkmark input:checked ~ .checkmark:after {
  display: block; }

.box-checkmark .checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.department-list li {
  cursor: pointer; }

.department-list .active {
  color: #14a3e4; }

.styled-select {
  width: 460px;
  border: solid 1px #c9c9c9;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .styled-select select {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0; }

.department-list li {
  cursor: pointer; }

.department-list .active {
  color: #14a3e4; }

.styled-select {
  width: 460px;
  border: solid 1px #c9c9c9;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .styled-select select {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0; }

.bp-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left; }
  .bp-table .first {
    width: 30%; }
  .bp-table .second {
    width: 70%; }
  .bp-table td {
    border-bottom: solid 1px #14a3e4;
    padding-top: 30px;
    padding-bottom: 30px; }
  .bp-table th {
    border-bottom: solid 1px #14a3e4; }
  .bp-table tr td:nth-child(2) {
    padding-left: 20px; }
  .bp-table tr td:nth-child(1) {
    padding-right: 20px;
    border-right: solid 1px #14a3e4; }
  .bp-table tr th {
    padding-bottom: 10px;
    padding-top: 10px; }
    .bp-table tr th:nth-child(1) {
      border-right: solid 1px #14a3e4; }
    .bp-table tr th:nth-child(2) {
      padding-left: 20px; }

.shareholder-table {
  width: 100%;
  border-collapse: collapse; }
  .shareholder-table th {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    font-size: 18px;
    color: #0f4b8f;
    letter-spacing: 1px;
    text-align: center;
    border-top: solid 1px #0f4b8f;
    border-bottom: solid 1px #0f4b8f;
    border-collapse: collapse;
    padding-top: 10px;
    padding-bottom: 10px; }
  .shareholder-table td {
    border-bottom: solid 1px #14a3e4;
    font-family: "Gotham A", "Gotham B";
    font-size: 15px;
    color: #0f4b8f;
    letter-spacing: 0;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-collapse: collapse; }

.sticky-share {
  position: sticky;
  margin-left: -175px;
  width: 100px;
  display: inline-block;
  top: 184px;
  text-align: center;
  float: left; }
  .sticky-share img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .sticky-share h5 {
    margin-bottom: 20px; }

.webinar-margin {
  margin-top: -200px;
  padding-top: 75px;
  background-color: #fff; }

.speaker-thumb {
  width: 53px;
  height: 53px;
  display: block;
  border-radius: 50%;
  min-width: 53px; }

.resource-update-banner {
  border-bottom: solid 20px #32a3e4; }
  .resource-update-banner .row {
    align-items: center; }
  .resource-update-banner.case-studies, .resource-update-banner.data-sheets, .resource-update-banner.infographics, .resource-update-banner.analyst-reports {
    border-color: #0f7dc2; }
  .resource-update-banner.news, .resource-update-banner.news-media-coverage {
    border-color: #facd00; }
  .resource-update-banner.full-page {
    border-color: #f15f44; }

.related-sidebar {
  width: 400px;
  padding-left: 30px;
  margin-bottom: 30px;
  float: right; }

.sticky-download-form {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  align-self: flex-start;
  width: 100%;
  z-index: 2;
}

.toc.sticky-download-form {
  position: -webkit-sticky;
  position: sticky;
  padding-right: 20px;
  overflow-y: auto;
  top: 40px;
  align-self: flex-start;
	width: 100%;
	z-index: 2;
  height: calc(100vh - 40px);
  margin-top: 16px;
}

.resource-category-select-tap.industry-drop {
  background: #FFFFFF;
  border: 1px solid #E9E9E2;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  color: #17171E;
  font-weight: 300;
  padding: 12px 82px 12px 16px;
  width: 100%;
  max-width: 235px; }
  .resource-category-select-tap.industry-drop::after {
    background-image: url("/assets/icons/drop-arrow-transparent-bg.svg"); }
  .resource-category-select-tap.industry-drop .industry-drop-item {
    font-size: 14px;
    line-height: normal; }
  .resource-category-select-tap.industry-drop .industry-drop-items {
    height: unset;
    overflow: auto;
    background: #fff; }

@media (max-width: 900px) {
  .resource-category-select-tap.industry-drop {
    padding: 12px 51px 12px 16px; } }

.reasonable-text {
  font-size: 33px;
  font-weight: 500;
  line-height: 40px; }

.floating-video-link {
  position: absolute;
  bottom: 0;
  left: 25px; }

.gradient-bg {
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 68%, rgba(0, 0, 0, 0.04) 100%); }

.gradient-canvas-cta {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.img-border-row .border-col:nth-child(3n) {
  border-left: solid 4px white;
  border-top: solid 3px white;
  border-bottom: solid 3px white; }

.img-border-row .border-col:nth-child(3n + 1) {
  border-right: solid 4px white;
  border-bottom: solid 3px white;
  border-top: solid 3px white; }

.img-border-row .border-col:nth-child(3n + 2) {
  border-bottom: solid 3px #fff;
  border-left: solid 2px #fff;
  border-top: solid 3px #fff;
  border-right: solid 2px white; }

.img-border-row .border-col:nth-child(1) {
  border-top: none; }

.img-border-row .border-col:nth-child(2) {
  border-top: none; }

.img-border-row .border-col:nth-child(3) {
  border-top: none; }

.img-border-row .border-col:nth-child(7) {
  border-bottom: 6px; }

.img-border-row .border-col:nth-child(8) {
  border-bottom: 6px; }

.img-border-row .border-col:nth-child(9) {
  border-bottom: 6px; }

.img-border-row .absolute {
  top: 10px;
  left: 15px; }

.simple-quote {
  padding-left: 85px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 2px #e9e9e2;
  position: relative; }
  .simple-quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 56px;
    font-weight: 900;
    color: #256db7;
    color: transparent;
    background-image: url(/assets/icons/quotes.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 56px;
    height: 44px; }
  .simple-quote blockquote {
    font-weight: 400;
    font-size: 24px;
    color: #006CB7;
    letter-spacing: 0;
    line-height: 36px; }
  .simple-quote .blue {
    color: #006CB7; }
  .simple-quote.white blockquote {
    color: #fff; }
  .simple-quote.white:before {
    background-image: url(/assets/icons/white-quotes-testimonial.svg); }

.related-sidebar .blue-box-link {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: 500 !important; }

.related-sidebar .mt-0 {
  margin-top: 0; }

.related-sidebar .mb-0 {
  margin-bottom: 0; }

.related-sidebar h5 {
  margin-top: 0; }

.sidebar .blue-box-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500 !important; }

.sidebar .case {
  display: block; }

.grey-stats-col {
  background-color: #e9e9e2;
  width: calc(33.33333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px; }

.statistics-row .slick-track {
  display: flex !important; }

.statistics-row .slick-track {
  display: flex; }

.statistics-row .slick-track .slick-slide {
  height: auto; }

.statistics-row .slick-track .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: flex-start; }

.flex-end {
  align-items: flex-end; }

.statistics-row .slick-dots {
  display: none; }

.statistics-row .slick-track {
  display: flex !important; }

.statistics-row .slick-slide {
  height: inherit !important; }

.grey-stats-col {
  height: 100%; }

.statistics-row .featured-prev-arrow {
  top: calc(50% - 24px);
  left: -20px; }

.statistics-row .featured-next-arrow {
  top: calc(50% - 24px);
  right: -20px; }

.icon-cols-links .small-red-link {
  margin-bottom: 13px;
  line-height: 24px;
  display: block; }

.icon-cols-links .icon-column-vertical {
  border-left: solid 2px #e9e9e2;
  height: 100%; }

.icon-cols-links .img-icon-col {
  border: none; }
  .icon-cols-links .img-icon-col img {
    left: -114px; }

.get-in-touch-update-banner p {
  font-size: 21px;
  line-height: 32px; }

.prism-background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.right-align-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }

.light-gray-bg {
  background-color: #E9E9E2; }

.featured-study-hero.get-started-form-update img.hidden {
  display: none; }

.featured-study-hero .transparent-form-block {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px; }

.get-in-touch-update .mktoForm label.mktoLabel {
  color: #17171E !important; }

.get-in-touch-update .mktoForm .mktoRequiredField label.mktoLabel {
  color: #17171E !important; }

.get-in-touch-update .mktoForm .mktoRequiredField .mktoAsterix {
  color: #17171E !important; }

.download-form.get-in-touch-update .required-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px; }

.download-form.get-in-touch-update .mktoButtonRow {
  padding: 0 15px; }

.download-form.get-in-touch-update .mktoFormRow .mktoFormCol {
  flex: 50%;
  padding: 0 15px; }

@media (max-width: 992px) {
  .featured-study-hero.get-started-form-update img {
    position: absolute;
    display: inline; } }

@media (max-width: 991px) {
  .featured-study-hero.get-started-form-update img {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    .featured-study-hero.get-started-form-update img.hidden-lg {
      display: none; }
    .featured-study-hero.get-started-form-update img.show-lg {
      display: block; }
  .featured-study-hero .transparent-form-block {
    background: transparent;
    border: none; }
  .download-form.get-in-touch-update {
    text-align: left; }
    .download-form.get-in-touch-update .mktoButtonRow {
      padding: 0 5px; }
    .download-form.get-in-touch-update .mktoFormRow .mktoFormCol {
      flex: 100%;
      padding: 0 5px 15px; }
    .download-form.get-in-touch-update .mktoForm {
      padding: 10px; } }

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

button.close-modal {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  position: absolute;
  padding: 5px;
  right: 14px;
  top: 45px;
  cursor: pointer; }

.location-accordion {
  display: none; }
  .location-accordion .accordion-title {
    cursor: pointer; }
  .location-accordion .border-bottom {
    border-bottom: solid 20px #E9E9E2; }
  .location-accordion .close-accordion {
    position: absolute;
    right: 15px;
    background: transparent;
    border: none;
    padding: 5px;
    top: 75px;
    cursor: pointer; }
    .location-accordion .close-accordion.transform-lines .accordion-plus::before {
      transform: rotate(45deg); }
    .location-accordion .close-accordion.transform-lines .accordion-plus::after {
      transform: rotate(-45deg); }
    .location-accordion .close-accordion .accordion-plus {
      position: relative;
      width: 24px;
      height: 24px;
      display: block; }
      .location-accordion .close-accordion .accordion-plus::before {
        content: "";
        display: block;
        width: 24px;
        background: #000000;
        height: 2px;
        position: absolute;
        top: 0;
        transition: all .2s ease; }
      .location-accordion .close-accordion .accordion-plus::after {
        content: "";
        position: absolute;
        display: block;
        width: 24px;
        background: #000000;
        height: 2px;
        transform: rotate(90deg);
        transition: all .2s ease; }

@media (max-width: 1190px) {
  .location-modal {
    display: none !important; }
  .location-accordion {
    display: block; } }

@media (max-width: 768px) {
  .locations-map a.orange-map-pin img {
    width: 12px; } }

@media (max-width: 600px) {
  .location-accordion .close-accordion {
    top: 59px; }
    .location-accordion .close-accordion .accordion-plus {
      width: 20px;
      height: 20px; }
      .location-accordion .close-accordion .accordion-plus::before {
        width: 20px; }
      .location-accordion .close-accordion .accordion-plus::after {
        width: 20px; }
  h1.page-header-no-border {
    font-size: 28px !important;
    letter-spacing: 0 !important;
    line-height: 40px !important; }
  .boxes-with-icons h2.f-48 {
    font-size: 28px !important;
    line-height: 41px !important; }
  .items-section.icon-boxes .item {
    flex-wrap: wrap;
    justify-content: center; }
  .items-section.icon-boxes .image-area {
    width: 100%;
    flex: 0 0 100%; }
  .items-section.icon-boxes .text-area {
    width: 100%;
    flex: 0 0 100%;
    text-align: center; } }

@media (max-width: 991px) {
  .related-sidebar {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%; } }

@media (max-width: 768px) {
  .sidebar .blue-box-link {
    font-size: 16px; }
  .img-border-row .border-col {
    border-left: none !important;
    border-right: none !important;
    border-top: solid 4px white !important;
    border-bottom: solid 4px white !important; }
  .img-border-row .text-col {
    order: -11;
    border-top: none !important; } }

.product-slant-img-right {
  position: relative;
  margin-top: -70px; }
  .product-slant-img-right .slant-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0f4b8f;
    transform: skewY(3deg); }
    .product-slant-img-right .slant-image:after {
      content: "";
      background-image: url(/assets/placeholder/product-bg-image.jpg);
      transform: skew(0);
      transform-origin: top left;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .product-slant-img-right .slant-image img {
      margin-bottom: -50px; }
  .product-slant-img-right .container {
    transform: skewY(-3deg); }

.product-slant-img-left {
  position: relative;
  margin-top: -70px; }
  .product-slant-img-left .slant-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0f4b8f;
    transform: skewY(-3deg); }
    .product-slant-img-left .slant-image:after {
      content: "";
      background-image: url(/assets/placeholder/product-bg-image.jpg);
      transform: skew(0);
      transform-origin: top left;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .product-slant-img-left .slant-image img {
      margin-bottom: -50px; }
  .product-slant-img-left .container {
    transform: skewY(3deg); }

.product-slant-white-left {
  position: relative;
  margin-top: 0;
  margin-bottom: -70px; }
  .product-slant-white-left .slant-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    transform: skewY(-3deg); }
    .product-slant-white-left .slant-image img {
      margin-bottom: -125px; }
  .product-slant-white-left .container {
    transform: skewY(3deg); }

.platform-product-screenshot {
  margin-right: -22px; }

.platform-product-screenshot-bottom {
  margin-bottom: -185px; }

.card {
  width: 570px;
  display: inline-block;
  padding-left: 212px;
  position: relative;
  background-image: url(/assets/icons/card-left.jpg);
  background-position: left;
  background-repeat: repeat-y;
  height: auto;
  padding-top: 22px;
  background-size: 167px auto;
  padding-top: 27px;
  padding-bottom: 30px; }
  .card .icon {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%); }

.blue-strip-background {
  position: relative;
  z-index: 1; }
  .blue-strip-background:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #d5e3ef;
    height: 430px;
    width: 100%;
    left: 0;
    z-index: -1; }

.laptop-screenshot-shadow {
  margin-right: -70px; }

.red-search {
  font-family: "Gotham A", "Gotham B";
  color: #000; }
  .red-search::placeholder {
    color: #17171e; }

.search-form {
  position: relative; }
  .search-form .submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 35px;
    height: calc(100% - 2px);
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(/assets/icons/red-search.svg);
    background-position: center;
    cursor: pointer; }

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 75, 143, 0.94);
  z-index: 69;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease; }
  .search-modal.show-me {
    opacity: 1;
    pointer-events: all; }
  .search-modal .input {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    background-color: transparent;
    border-bottom: none;
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    padding-right: 10px; }
    .search-modal .input::placeholder {
      color: #fff;
      font-family: "Gotham A", "Gotham B";
      font-weight: 500; }
  .search-modal .btn {
    max-width: 106px;
    width: 106px;
    min-width: 106px;
    padding: 11px 11px;
    border-bottom: solid 2px #f15f43;
    cursor: pointer; }
  .search-modal .close-btn {
    position: absolute;
    top: calc(50% - 220px);
    right: calc(50% - 325px);
    cursor: pointer;
    transition: all .2s ease;
    padding: 30px; }
    .search-modal .close-btn:hover {
      transform: scale(1.05); }
  .search-modal .white-bottom-border {
    border-bottom: 1px solid #14a3e4;
    padding-bottom: 5px; }

.filter-btn {
  display: none; }

.colored-column .col {
  min-height: 370px; }
  .colored-column .col:nth-child(1) {
    max-width: 351px;
    position: relative; }
    .colored-column .col:nth-child(1):after {
      content: "";
      position: absolute;
      top: 50%;
      height: 73px;
      width: 26px;
      right: -25px;
      z-index: 1;
      transform: translateY(-50%);
      background-image: url(/assets/icons/light-blue-triangle-boye.svg); }
  .colored-column .col:nth-child(2) {
    max-width: 390px;
    position: relative; }
    .colored-column .col:nth-child(2):after {
      content: "";
      position: absolute;
      top: 50%;
      height: 73px;
      width: 26px;
      right: -25px;
      z-index: 1;
      transform: translateY(-50%);
      background-image: url(/assets/icons/blue-triangle-boye.svg); }
  .colored-column .col:nth-child(3) {
    max-width: 425px; }

.popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 450px;
  width: 100%;
  z-index: 99;
  transform: translateY(calc(100% + 20px));
  transition: all 0.4s cubic-bezier(0.11, 0.95, 0.54, 1.01);
  border: solid 4px #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .popup img {
    max-width: 100%;
    display: block; }
  .popup .hidden {
    display: none; }
  .popup .close-popup {
    position: absolute;
    top: -30px;
    left: 8px;
    background-color: #fff;
    padding: 8px 14px;
    z-index: -1;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer; }
    .popup .close-popup img {
      transform: scaleY(-1); }
  .popup.opened {
    transform: translateY(24px); }
    .popup.opened .close-popup img {
      transform: scaleY(1);
      transition: all 0.1s; }

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0f4b8f;
  padding-top: 10px;
  padding-bottom: 14px;
  transition: .2s ease;
  z-index: 11; }
  .cookie-consent-banner.fade-out {
    opacity: 0;
    pointer-events: none; }

.why-bp-background {
  background-image: url(/assets/images/bg2.svg);
  background-size: cover; }

.bp-world-banner {
  background-image: url(/assets/images/tesseract.jpg);
  background-size: cover; }

.bp-world-main {
  width: 67%; }
  .bp-world-main .inner-container {
    max-width: 706px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.bp-world-sidebar {
  width: 33%;
  min-width: 468px; }
  .bp-world-sidebar .inner-container {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; }

.feed-icon {
  position: absolute;
  top: 45px;
  left: -20px; }

.happening-icon-col .icon {
  position: absolute;
  top: -5px;
  left: -7px; }

.step {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-style: italic;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #fff;
  border-radius: 50%; }

.light-blue-bottom-border {
  border-bottom: solid 1px #14a3e4; }

.title-find {
  background-image: url(/assets/icons/search-icon.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center; }

.job-posting {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  min-height: 254px;
  padding: 30px;
  border: solid 2px #f2f2f2; }
  .job-posting:focus, .job-posting:hover {
    border: solid 2px #14a3e4; }

.crazy-background {
  background-image: url(/assets/images/crazy-background.jpg);
  background-size: cover; }

.new-tab {
  width: 301px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px; }

.work-pyramid {
  float: left;
  margin-left: -45px;
  margin-right: 45px; }

.form-styles input, .form-styles textarea {
  width: 100%;
  border: solid 1px #d2d2d2;
  color: #000;
  padding: 7px 10px; }

.form-styles input:focus, .form-styles textarea:focus {
  border-color: #000; }

.form-styles input::placeholder, .form-styles textarea::placeholder {
  color: #7a7a7a; }

.form-styles label {
  display: block; }

.bg-image-bg {
  position: relative; }
  .bg-image-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/assets/full_gradient.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
    bottom: 0;
    left: 0; }
  .bg-image-bg .relative {
    z-index: 1; }
  .bg-image-bg img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }

.vid-holder {
  position: relative;
  display: block; }

table:not(.partner-text) {
  color: #17171e !important;
  border-collapse: collapse !important;
  border-radius: 3px !important;
  border: none !important; }
  table:not(.partner-text) th {
    background-color: #e9e9e2 !important;
    padding: 15px 10px !important;
    border: solid 1px #d7d7d7 !important; }
  table:not(.partner-text) td {
    padding: 15px 10px !important;
    border: solid 1px #d7d7d7 !important; }
  table:not(.partner-text) a {
    color: #EE6E49 !important;
    font-weight: 400 !important;
    text-decoration: none !important; }
    table:not(.partner-text) a:hover {
      color: #f15f44 !important; }
  table:not(.partner-text) p, table:not(.partner-text) span, table:not(.partner-text) th, table:not(.partner-text) td {
    color: #17171e !important; }
  table:not(.partner-text) ul {
    padding-left: 25px; }

#ot-sdk-cookie-policy table a:not(.partner-text) {
  color: #17171e !important;
  text-decoration: none !important; }

@media (max-width: 1300px) {
  .med-jumbotron {
    background-attachment: inherit;
    background-position: center;
    padding-top: 140px;
    padding-bottom: 140px;
    background-size: cover; }
    .med-jumbotron .inner-content {
      position: relative;
      padding-bottom: 0;
      padding-top: 0; }
    .med-jumbotron .container {
      padding-top: 0; }
  .sticky-share {
    margin-left: -140px; }
  .large-slant-jumbotron .inner {
    width: 70%; }
  .large-slant-jumbotron .inner-container {
    margin-left: 0; } }

@media (max-width: 1215px) {
  body {
    margin-top: 107px; } }

@media (max-width: 1200px) {
  .products-column {
    width: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px); }
  .media-center-banner {
    max-width: 100%; }
  .slide-right {
    left: 0; }
  .floating-prism {
    display: none; }
  .blog-item {
    max-width: none;
    min-width: 300px;
    width: 300px;
    flex: 0 0 300px; }
  .featured-event {
    max-width: none;
    min-width: 350px;
    width: 350px;
    flex: 0 0 350px; }
  .grey-right-border {
    border-right: none; }
  .cardboard-triangle-bg {
    background-image: none; }
  .quote-container {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    padding-right: 100px;
    left: 50px; }
    .quote-container:before {
      left: -29px; }
    .quote-container:after {
      left: -53px; }
  .large-img-container {
    overflow: hidden;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
  .half-container {
    width: 100%;
    max-width: 900px; }
  .blue-border-left {
    right: -15px;
    width: calc(100% - 30px);
    padding-left: 25px; }
  .sticky-share {
    margin-left: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0;
    float: none; }
    .sticky-share h5 {
      margin-bottom: 0; }
      .sticky-share h5::after {
        content: ":";
        margin-right: 10px; }
    .sticky-share img {
      display: inline-block;
      margin-bottom: 0;
      margin-left: 6px;
      margin-right: 6px; }
  .laptop-screenshot-shadow {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%; }
  .blue-strip-background:after {
    height: auto;
    padding-bottom: 42%; }
  .blue-background-bar::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 20%;
    background-color: #d5e3ef;
    z-index: -1;
    border-bottom: solid 10px #fff;
    top: 0;
    margin-top: 0;
    bottom: 0; }
  .blue-bg-image-top {
    margin-bottom: 0; }
  .platform-product-screenshot {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block; }
  .noverflow-xl {
    direction: unset; } }

@media (min-width: 1100px) {
  .large-slant-jumbotron .slant-wrapper {
    min-width: 882px; } }

@media (max-width: 1100px) {
  .video-testimonial .slick-dots {
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%); }
  .bp-world-sidebar {
    width: 100%;
    flex: 0 0 100%;
    min-width: 0; }
  .bp-world-main {
    width: 100%;
    flex-grow: 0 0 100%; }
  .wrap-1100 {
    flex-wrap: wrap; }
  .search-modal .close {
    top: -8px; }
  .floating-buttons {
    position: relative;
    bottom: 0;
    left: 0; }
  .large-slant-jumbotron {
    overflow: hidden;
    padding-bottom: 0; }
    .large-slant-jumbotron .icon {
      position: relative;
      left: 0;
      margin-bottom: 10px; }
    .large-slant-jumbotron .slant-wrapper {
      width: 100%;
      transform: rotate(0);
      left: 0;
      opacity: 0.8; }
    .large-slant-jumbotron .inner {
      width: 100%;
      height: auto;
      padding-bottom: 50px;
      padding-top: 50px;
      position: relative; }
      .large-slant-jumbotron .inner .inner-container {
        max-width: 800px; }
  .no-border-lg {
    border: none; } }

@media (max-width: 1140px) {
  .industry-blocks {
    width: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
    padding-bottom: 39%; } }

@media (max-width: 1040px) {
  .work-pyramid {
    display: none; }
  .small-jumbotron {
    overflow: hidden; }
    .small-jumbotron .slant-bg {
      transform: skew(0);
      width: 100%;
      left: 0;
      background-color: rgba(15, 75, 143, 0.78); }
    .small-jumbotron .right-image {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      height: auto; }
    .small-jumbotron .product-slant-img {
      max-width: 400px; }
  .colored-column {
    flex-wrap: wrap; }
    .colored-column .col:nth-child(1), .colored-column .col:nth-child(2), .colored-column .col:nth-child(3) {
      width: 100%;
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      flex-basis: auto;
      min-height: 0;
      padding-bottom: 50px; }
    .colored-column .col:nth-child(1):after, .colored-column .col:nth-child(2):after {
      top: auto;
      bottom: -48px;
      height: 73px;
      width: 26px;
      right: 50%;
      z-index: 1;
      transform: translateY(-50%);
      transform: rotate(90deg); }
  .product-jumbotron .right-image {
    min-height: 100%;
    min-width: 100%; } }

@media (max-width: 991px) {
  .bg-image-bg img {
    right: -120px; }
  .products-list .col {
    width: calc(100% - 50px); }
  .products-list .link-col {
    border-left: none; }
  .products-list .blue-img-container-bg {
    position: relative;
    width: 100%; }
  .close-background img {
    margin-right: 0; }
  .who-we-are .blog {
    border-left: none; }
  .large-lg {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px; }
  .no-border-md {
    border: none; }
  .webinar-margin {
    margin-top: -205px;
    padding-top: 50px; }
  .landing-page-jumbotron {
    padding-bottom: 120px;
    padding-top: 70px;
    min-height: 0; }
    .landing-page-jumbotron .inner-container {
      position: relative; }
  .map-list .col:nth-child(3n+1) {
    padding-right: 15px; }
  .map-list .col:nth-child(3n+2) {
    padding-right: 15px;
    padding-left: 15px; }
  .map-list .col:nth-child(3n) {
    padding-left: 15px; }
  .form-holder {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: -140px;
    margin-bottom: 30px; }
  .product-slant-img-left .container {
    transform: skewY(0); }
  .product-slant-img-left .slant-image {
    transform: skewY(0); }
    .product-slant-img-left .slant-image::after {
      transform: skewY(0); }
  .product-slant-img-right .container, .product-slant-img-right .slant-image {
    transform: skewY(0); }
  .product-slant-white-left .container, .product-slant-white-left .slant-image {
    transform: skewY(0); }
  .product-slant-img-left, .product-slant-white-left {
    margin-bottom: 0; }
    .product-slant-img-left .slant-image img, .product-slant-white-left .slant-image img {
      margin-bottom: 0; }
  .product-slant-img-left {
    margin-top: 0; }
  .featured-video-jumbotron .video-btn {
    height: auto; }
    .featured-video-jumbotron .video-btn .vid-thumb-container {
      position: relative; }
  .big-left-border, .big-right-border, .md-left-border, .md-right-border {
    border-left: solid 10px #fff;
    border-right: solid 10px #fff; }
  .main-content {
    width: 100%; }
  .light-blue-logo-testimonial .quote:after, .light-blue-logo-testimonial .quote:before {
    content: none; }
  .product-slant-img {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100%; }
  .img-left-container {
    margin-top: -80px; }
  .blue-tabs .tab, .small-tabs .tab {
    display: none; }
  .blue-tabs .tab-content, .small-tabs .tab-content {
    display: block;
    min-height: 0; }
  .quote-container {
    padding-right: 0; }
  .small-tabs.tab-list .tab-content {
    min-height: 0; }
  .blue-tabs .tab-content {
    width: 100%; }
  .large-container .blog-item .inner {
    height: auto;
    min-height: 0; }
  .speaker-img-lg {
    margin-left: 0;
    margin-bottom: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 250px;
    max-width: 100%; }
  .half-container {
    width: 100%;
    max-width: 100%; }
  .footer-cta .col:first-child, .footer-cta .col:last-child {
    border-width: 10px 20px; }
  .conf-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px; }
  .image-row {
    padding-top: 160px;
    padding-bottom: 160px;
    background-position: center; }
    .image-row .inner-content {
      position: relative; }
  .icons-background {
    padding-top: 100px;
    padding-bottom: 100px; }
  .conference-jumbotron .colin-hates-me {
    display: block;
    opacity: 0;
    height: 10px; }
  .blog-item {
    max-width: 350px; }
    .blog-item h4 {
      font-size: 18px;
      line-height: 22px; }
  .product-slant-img-right {
    margin-top: 0; }
    .product-slant-img-right .slant-image img {
      margin-bottom: 0;
      left: 0; }
  .product-slant-img {
    width: 600px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .solution-jumbotron {
    overflow: hidden; }
    .solution-jumbotron .slant-bg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transform: rotate(0);
      opacity: 0.8; }
    .solution-jumbotron .right-image {
      min-width: 100%;
      min-height: 100%;
      height: auto;
      object-fit: cover; }
  .team-breakdown {
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 80px; }
  .filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    padding-left: 25px;
    padding-right: 25px; }
    .filter.opened {
      opacity: 1;
      pointer-events: all; }
  .filter-container {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
  .filter-close {
    position: absolute;
    top: 48px;
    right: 10px;
    width: 35px;
    height: 35px;
    z-index: 5;
    cursor: pointer; }
    .filter-close::before {
      content: "";
      display: block;
      width: 35px;
      height: 3px;
      border-radius: 4px;
      background-color: #f15f43;
      transform: rotate(-45deg) translate3d(-11px, 11px, 0); }
    .filter-close::after {
      content: "";
      display: block;
      width: 35px;
      height: 3px;
      border-radius: 4px;
      background-color: #f15f43;
      transform: rotate(45deg) translate3d(8px, 9px, 0); }
  .filter-btn {
    display: block;
    position: fixed;
    bottom: 35px;
    left: 20px;
    z-index: 9;
    padding-left: 10px;
    background-color: #104b8f;
    padding: 6px 21px;
    box-shadow: 0 0 5px;
    cursor: pointer; }
  .blog-post-jumbotron .slant-bg {
    width: 100%;
    transform: rotate(0);
    left: 0; }
  .why-bp-img:after {
    background-size: 60px; }
  .no-margin-md {
    margin-top: 0; }

    .sticky-download-form {
      position: static;
    }
  .search-modal .close-btn {
    right: 0;
    padding-right: 15px; } }

@media (max-width: 768px) {
  .lg-video-thumbnail img {
    max-width: 100%; }
  .home-feat-content {
    padding-left: 30px;
    padding-right: 30px; }
    .home-feat-content .featured-prev-arrow {
      left: -30px; }
    .home-feat-content .featured-next-arrow {
      right: -30px; }
  .bg-image-bg {
    position: relative; }
    .bg-image-bg img {
      position: relative;
      width: 100%;
      right: 0; }
  .products-list img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px; }
  .products-list .col {
    width: 100%;
    border-left: none;
    flex: 0 0 100%; }
  .download-form .mktoCheckboxList {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -15px; }
  .table-container {
    width: 100%;
    overflow: scroll; }
  .bp-table {
    width: 700px;
    max-width: 700px; }
  .why-bp-img {
    width: 100%; }
  .body-list ul {
    padding-left: 15px; }
    .body-list ul li {
      margin-bottom: 10px; }
  .news-thumb .img-holder {
    padding-bottom: 0; }
    .news-thumb .img-holder img {
      position: relative; }
  .light-blue-logo-testimonial .quote::after, .light-blue-logo-testimonial .quote::before {
    content: none; }
  .light-blue-quote::after, .light-blue-quote::before {
    content: none; }
  .speaker-img-lg {
    margin-left: auto;
    margin-right: auto; }
  .conf-logo {
    width: 100px; }
  .med-jumbotron {
    padding-top: 90px;
    padding-bottom: 90px; }
  .footer-cta .col:first-child, .footer-cta .col:last-child {
    border-width: 10px 0; }
  .conference-jumbotron {
    padding-top: 60px;
    padding-bottom: 60px; }
  .quote-container {
    width: 100%;
    left: 0;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0; }
    .quote-container::after, .quote-container::before {
      content: none; }
  .small-tabs.tab-list .tab-content .icon {
    max-width: 100px;
    min-width: 0; }
    .small-tabs.tab-list .tab-content .icon img {
      max-width: 100%; }
  .lg-video-thumbnail::after {
    background-size: 50px; }
  .blog-post-jumbotron {
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 50px; }
    .blog-post-jumbotron .inner-container {
      position: relative; }
  .landing-page-jumbotron {
    padding-bottom: 120px;
    padding-top: 50px;
    min-height: 0; }
  .floating-icon {
    position: relative;
    left: 0;
    margin-bottom: 10px; }
  .industry-blocks .floating-block {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 0; }
  .product-blocks {
    padding-bottom: 0; }
    .product-blocks img {
      position: relative; }
    .product-blocks .floating-block {
      position: relative;
      top: 0;
      left: 0;
      pointer-events: all; }
    .product-blocks .header-section {
      height: auto; }
    .product-blocks .additional-info {
      display: none; }
  .product-blocks-sm .additional-info {
    display: block;
    text-align: center; }
  .product-blocks-sm .text-right {
    text-align: center; } }

@media (max-width: 630px) {
  .industry-blocks {
    width: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding-bottom: 72%; }
  .product-blocks {
    padding-bottom: 0; }
  .table-holder {
    overflow: scroll; }
    .table-holder .shareholder-table {
      width: 600px; }
  body {
    margin-top: 90px; }
  .quote {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 20px;
    padding-bottom: 0; }
    .quote:after, .quote:before {
      content: none; }
  .solution-jumbotron {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 0; }
    .solution-jumbotron .inner-container {
      position: relative; } }

@media (max-width: 600px) {
  .search-modal .close {
    top: -8px; }
  .search-modal form {
    padding-left: 15px;
    padding-right: 15px; }
  .search-modal input {
    width: 100%; }
  .card {
    height: auto;
    width: 100%;
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 15px; }
    .card .icon {
      display: none; } }

.modal-download .close-btn {
  color: #104b8f;
  position: absolute;
  top: 20px;
  right: 62px;
  font-weight: 500;
  cursor: pointer; }

.modal-download {
  padding-top: 80px;
  padding-bottom: 40px;
  height: 100vh;
  overflow: scroll; }

@media (max-width: 768px) {
  .modal-download .close-btn {
    right: 50%;
    transform: translateX(50%); }
  .partner-text {
    margin-left: 0;
    margin-right: auto; }
  .popup {
    top: -30px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: calc(100% + 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border: none;
    padding: 25px;
    transform: translateY(0);
    opacity: 0;
    pointer-events: none; }
    .popup.opened {
      opacity: 1;
      pointer-events: auto; }
    .popup .close-popup {
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      height: 100%;
      background-color: transparent; }
    .popup .close-icon {
      position: absolute;
      top: -40px;
      right: 0;
      pointer-events: none; }
    .popup .hidden-sm {
      display: none; }
    .popup .show-sm {
      display: block; } }

.featured-study-hero .inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.featured-study-hero .featured-block {
  background: rgba(217, 239, 246, 0.8);
  border-radius: 3px; }

.rp-yay {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative; }
  .rp-yay img {
    min-height: 100%;
    min-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.related-resources {
  border-left: solid 2px #E9E9E2;
  position: relative; }
  .related-resources .header {
    position: relative; }
  .related-resources .header::before {
    content: "";
    border-left: solid 2px #00abe6;
    position: absolute;
    left: -32px;
    top: calc(50% - 15px);
    height: 30px;
    width: 2px;
    display: inline-block; }
  .related-resources .red-link {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding-left: 30px; }
    .related-resources .red-link.bottom-of-text {
      position: unset;
      padding-left: 0; }

.canvas-container {
  position: relative; }
  .canvas-container .inner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.mr-16-per {
  margin-right: 16%; }

.ml-16-per {
  margin-left: 16%; }

.homepage-jumbotron {
  padding-bottom: 28.3%;
  position: relative;
  min-height: 460px; }
  .homepage-jumbotron .slant-wrapper {
    position: absolute;
    top: 0;
    left: -13%;
    width: 70%;
    height: 100%;
    background-color: #0f4b8f; }
  .homepage-jumbotron .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%; }
  .homepage-jumbotron .inner-container {
    position: relative;
    max-width: 580px;
    margin-left: 32%; }
  .homepage-jumbotron .pyramid-img {
    position: absolute;
    top: -34px;
    left: -300px; }

.events-banner {
  min-height: 440px; }

.full-sized {
  padding-bottom: 28.3%;
  background-size: auto 100%;
  position: relative;
  background-position: right; }

.full-sized-hidden {
  visibility: hidden; }

.slick-initialized .full-sized-hidden {
  visibility: visible; }

.carousel-stuff {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.home-banner .slant-wrapper {
  position: absolute;
  top: 0;
  left: -13%;
  width: 70%;
  height: 100%;
  background-color: #0f4b8f;
  transform: skewX(0); }
  .home-banner .slant-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(/assets/images/bg2.svg);
    background-size: 100%;
    background-position: top; }

.home-banner .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 13.5%; }

.home-banner .inner {
  width: 60%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center; }

.home-banner .inner-container {
  position: relative;
  max-width: 500px;
  margin-left: 22%; }

.home-banner .small-inner-container {
  max-width: 416px; }

.home-banner .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.5) 46%, rgba(0, 212, 255, 0) 68%); }

.home-banner .home-banner {
  bottom: 0;
  left: 19%; }

.home-banner .slick-slide > div {
  margin-bottom: -6px; }

.homepage-jumbotron-update {
  padding-bottom: 28.3%;
  position: relative;
  min-height: 500px; }

.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

.homepage-prism-screenshot {
  margin-top: -50px;
  margin-left: -160px;
  display: block; }

.customers-jumbotron {
  min-height: 470px; }

.carousel-slide {
  opacity: 0;
  transition: all 0.2s ease; }
  .carousel-slide.show-me {
    opacity: 1; }

.left-floating-block {
  max-width: 570px;
  background: #D9EFF7;
  border-radius: 3px;
  background: rgba(217, 239, 246, 0.8);
  border-radius: 3px; }

.textured-bg .slant-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(/assets/images/bg2.svg);
  background-size: 100%;
  background-position: top; }

.non-us-break {
  display: none; }

#gradient-canvas {
  height: 614px;
  width: 100%;
  display: block; }

@media (max-width: 1300px) {
  .homepage-jumbotron .pyramid-img {
    display: none; }
  .homepage-jumbotron .inner-container {
    margin-left: 50px; } }

@media (max-width: 1200px) {
  .large-jumbotron {
    padding-top: 60px;
    padding-bottom: 100px;
    background-attachment: inherit;
    background-size: cover; }
    .large-jumbotron .inner-content {
      position: relative; }
    .large-jumbotron .container {
      padding-top: 0; }
  .full-sized {
    min-height: 420px;
    background-size: cover; } }

@media (max-width: 1100px) {
  .large-slant-jumbotron .bg-image {
    left: 50%;
    bottom: 50%;
    top: auto;
    right: auto;
    object-fit: cover;
    height: auto;
    width: auto;
    transform: translate(-50%, 50%);
    min-height: 100%;
    min-width: 100%; } }

@media (max-width: 1060px) {
  .background-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 75, 143, 0.9); }
  .home-banner .gradient, .home-banner .slant-wrapper {
    display: none; }
  .home-banner .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px; }
  .home-banner .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .home-banner .inner-container, .home-banner .small-inner-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 1020px) {
  .home-banner .inner-container, .home-banner .small-inner-container {
    text-align: center; }
  .textured-bg .slant-wrapper::before {
    content: none; }
  .homepage-jumbotron {
    overflow: hidden; }
    .homepage-jumbotron .inner {
      width: 100%; }
    .homepage-jumbotron .slant-wrapper {
      transform: skewX(0);
      left: 0;
      width: 100%;
      background-color: rgba(15, 75, 143, 0.78); }
    .homepage-jumbotron .inner-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
  .bg-image {
    left: 50%;
    bottom: 50%;
    top: auto;
    right: auto;
    object-fit: cover;
    height: auto;
    width: auto;
    transform: translate(-50%, 50%);
    min-height: 100%;
    min-width: 100%; } }

@media (max-width: 992px) {
  .homepage-jumbotron {
    display: flex;
    align-items: center; }
  .product-row-update::before {
    content: none; }
  .product-row-update .col-12::before {
    content: "";
    height: 2px;
    background-color: #e9e9e2;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%; }
  .product-row-update img {
    z-index: 1;
    position: relative; }
  .canvas-container .inner-container {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0; }
  .featured-study-hero .inner-container {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0; }
  .left-floating-block {
    border-radius: 0;
    background-color: white;
    max-width: 100%;
    width: 100%; }
  .featured-study-hero {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden; }
    .featured-study-hero .inner-content {
      position: relative; }
    .featured-study-hero .featured-block {
      background: white; }
    .featured-study-hero img {
      display: block;
      position: relative; }
  #gradient-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@media (max-width: 800px) {
  .flex-jumbotron {
    text-align: center; }
    .flex-jumbotron .slick-dots {
      left: 50%;
      transform: translateX(-50%); }
  .homepage-jumbotron .slant-wrapper {
    width: 100%; }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 59, 93, 0.7); }
  .maddies-container .hidden-overflow {
    display: none; }
  .maddies-container .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px; }
  .maddies-container .half-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .large-jumbotron {
    padding-top: 40px;
    padding-bottom: 70px; } }

@media (max-width: 768px) {
  .sidebar {
    border-top: solid 2px #e9e9e2;
    padding-top: 30px;
    margin-top: 30px; }
  .resource-update-banner {
    border-width: 10px; }
  .simple-quote {
    padding-left: 45px;
    font-size: 20px;
    line-height: 29px; }
    .simple-quote:before {
      width: 26px;
      height: 24px; }
  .products-list .line-col::before {
    content: "";
    height: 2px;
    background-color: #e9e9e2;
    position: absolute;
    top: 118px;
    left: 0;
    width: 100%; }
  .ring-container {
    display: none; }
    .ring-container img {
      max-width: 100%; }
    .ring-container .ring-3 {
      opacity: 0; }
  .rp-yay {
    padding-bottom: 0; }
    .rp-yay img {
      width: 100%;
      height: auto;
      position: relative;
      transform: translateX(0);
      left: 0; }
  .homepage-jumbotron {
    padding-bottom: 50px;
    padding-top: 90px;
    min-height: 0; }
    .homepage-jumbotron .inner {
      position: relative; }
  .col-jumbotron .slick-dots {
    bottom: -47px; }
  .home-banner .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    padding-top: 50px; } }

.floating-link {
  position: absolute;
  bottom: 20px;
  left: 15px; }

.floating-link-2 {
  position: absolute;
  bottom: 0;
  left: 15px; }

.floating-link-3 {
  position: absolute;
  bottom: -34px;
  left: 20px; }

.bonus-block {
  max-width: 300px;
  width: 33%;
  min-height: 150px; }

.scrolling .nav {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.long-logo {
  margin-bottom: -6px;
  width: 184px; }

.nav-btn-small {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 140px; }

.small-navigation-block {
  max-width: 300px;
  width: 33%; }

.md-navigation-block {
  max-width: 313px;
  min-height: 220px; }

.light-grey-nav {
  position: sticky;
  top: 25px;
  z-index: 5; }
  .light-grey-nav .light-grey-nav-padding {
    padding-top: 18px;
    padding-bottom: 19px; }

.resource-col {
  max-width: 261px;
  width: 33%; }

.solution-drop .column-sm {
  width: 284px;
  max-width: 284px; }

.solution-drop .column-md {
  width: 306px;
  max-width: 306px; }

.solution-drop .column-lg {
  width: 50%;
  max-width: 700px; }

.why-bp-drop .column-sm {
  max-width: 235px;
  width: 33%;
  flex: 0 0 33%; }

.customers-drop .column-sm {
  width: 300px;
  max-width: 300px; }

.customers-drop .column-md {
  width: 444px;
  max-width: 444px; }

.customers-drop .column-lg {
  width: 565px;
  max-width: 565px; }

.product-col {
  width: 67%;
  max-width: 876px;
  flex: 0 0 67%;
  min-height: 135px; }

.product-col-sm {
  width: 33%;
  max-width: 433px;
  flex: 0 0 33%; }

.partners-col {
  width: 308px;
  max-width: 308px;
  min-height: 135px; }

.partners-col-lg {
  width: 400px;
  max-width: 400px;
  min-height: 135px; }

.solutions-col {
  width: 340px;
  max-width: 340px;
  flex: 0 0 340px;
  min-height: 92px;
  padding-left: 15px; }

.resources-col {
  width: 33%;
  max-width: 285px;
  flex: 0 0 33%;
  min-height: 92px;
  padding-left: 15px; }

.resources-drop .column-sm {
  width: 28%;
  max-width: 38.2%; }

.resources-drop .column-lg {
  width: 77%;
  max-width: 65.8%; }

.partners-and-services-drop .col-lg {
  width: 980px;
  max-width: 70%;
  padding-left: 0;
  padding-right: 0; }

.partners-and-services-drop .col-sm {
  width: 346px;
  max-width: 30%; }

.partners-and-services-drop .floating-btn {
  position: absolute;
  bottom: 69px;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.partners-and-services-drop .col {
  max-width: 304px;
  width: 33%;
  flex: 0 0 33%; }

.dark-blue-arrow {
  position: relative;
  display: inline-block;
  color: #104b8f; }
  .dark-blue-arrow:after {
    content: "";
    background-image: url(/assets/icons/dark-blue-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    width: 7px;
    height: 12px;
    margin-left: -7px;
    left: 21px; }
  .dark-blue-arrow:hover {
    filter: brightness(130%); }
    .dark-blue-arrow:hover:after {
      filter: brightness(115%); }

.search-form {
  display: inline-block;
  position: relative; }

.search-box {
  position: absolute;
  top: 0;
  padding: 10px 14px;
  background-color: #0b3b5d;
  z-index: -1;
  width: auto;
  top: 57px;
  right: -7px;
  transform: translate3d(0, -100%, 0);
  transition: all 0.2s ease; }
  .search-box input {
    padding: 5px 7px;
    font-size: 16px;
    border-radius: 5px;
    width: 200px;
    font-size: 16px;
    color: #838383;
    line-height: 20px;
    -webkit-font-smoothing: antialiased; }

.search-btn {
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: 30px;
  width: 30px;
  background-position: center;
  margin-left: 20px;
  margin-top: 3px;
  cursor: pointer; }

.search-form:hover .search-box {
  transform: translate3d(0, 0, 0); }

.search-form:hover:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 20px;
  width: 200px;
  right: 0; }

.who-we-are-drop .column-lg {
  width: 70%;
  max-width: 930px; }

.alert-bar {
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all .2s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f15f43; }
  .alert-bar.close {
    margin-top: -35px; }

.social {
  margin-left: 10px; }
  .social a {
    display: inline-block;
    padding: 4px 4px;
    margin-left: 2px;
    margin-right: 2px; }
    .social a:hover {
      filter: brightness(1.2); }

.mobile-menu, .nav-toggle, .phone-mobile, .stacked-logo {
  display: none; }

.donate-mobile {
  display: none !important; }

@media (max-width: 1400px) {
  .mr-xxl-0 {
    margin-right: 0; }
  .pr-xxl-20 {
    padding-right: 20px; }
  .mb-xxl-25 {
    padding-right: 25px; }
  .resources-drop .column-lg {
    width: 66%;
    max-width: 66%; }
  .resources-drop .column-sm {
    max-width: 34%;
    width: 34%; }
  .featured-nav-post {
    width: 330px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
  .who-we-are-drop .column-lg {
    margin-left: auto; }
  .product-nav .column-sm {
    width: 20%;
    max-width: 20%; }
  .md-navigation-block {
    width: 25%;
    max-width: 25%; }
  .pr-xxl-20 {
    padding-right: 20px; }
  .pl-xxl-20 {
    padding-left: 20px; }
  .customers-drop .column-sm {
    width: 25%;
    max-width: 25%; }
  .customers-drop .column-lg {
    width: 50%;
    max-width: 50%; }
  .customers-drop .column-md {
    width: 25%;
    max-width: 25%; }
  .partners-col {
    width: 22%;
    max-width: 22%; }
  .partners-col-lg {
    width: 34%;
    max-width: 34%; }
  .featured-nav-post {
    width: 25%;
    max-width: 25%; }
  .why-bp-drop .featured-nav-post {
    width: 20%;
    max-width: 20%; }
  .small-navigation-block {
    width: 33.3333%;
    max-width: 33.33333%; }
  .superdrop .inner-container {
    width: 100%; }
  .nav .pl-xl-30 {
    padding-left: 30px; }
  .nav .pr-xl-30 {
    padding-right: 30px; }
  .nav .pr-xl-15 {
    padding-right: 15px; } }

.search-toggle:hover::after {
  content: none; }
  .search-toggle:hover::after .has-drop:hover > a:not(.btn) {
    background-color: transparent;
    color: #0081cb; }
  .search-toggle:hover::after .has-drop > a:hover:not(.btn) {
    color: #0b3b5d; }

@media (max-width: 1290px) {
  .light-grey-nav {
    position: relative;
    top: 0; }
  .solution-drop .column-sm {
    width: 24%;
    max-width: 24%; }
  .solution-drop .column-lg {
    width: 50%;
    max-width: 50%; }
  .solution-drop .column-md {
    width: 30%;
    max-width: 30%; }
  .main-nav-link {
    padding-left: 9px;
    padding-right: 9px; } }

@media (min-width: 1101px) {
  .mobile-nav {
    display: none !important; } }

@media (max-width: 1215px) {
  .back-btn {
    text-align: left;
    background-color: #d5e3ef;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    border-top: solid 1px #33a4e3;
    color: #0b3b5d;
    padding: 15px 25px;
    text-align: right;
    cursor: pointer;
    position: relative; }
    .back-btn::before {
      content: "";
      width: 23px;
      height: 23px;
      position: absolute;
      background-image: url(/assets/icons/nav/back-button.svg);
      display: inline-block;
      margin-left: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      left: 10px;
      top: calc(50% - 13px); }
  .mobile-menu li.tiny-menu {
    display: none; } }

.footer {
  background-color: #0b3b5d;
  font-size: 16px; }
  .footer ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 0; }
  .footer li {
    display: inline-block; }
    .footer li a {
      font-size: 23px;
      color: #eadf97;
      text-align: center; }
  .footer .logo {
    width: 436px; }
  .footer .white a {
    color: #fff;
    text-decoration: underline; }
  .footer input {
    display: inline-block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    padding-left: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #2f83a6;
    letter-spacing: 0;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 216px; }
  .footer button {
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #cc5803;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 38px;
    margin-left: -2px;
    margin-bottom: 0;
    cursor: pointer; }
  .footer ul {
    padding-left: 0; }

.footer-lang {
  width: 140px;
  height: 30px;
  border-left: none;
  position: relative;
  z-index: 9; }
  .footer-lang .lang-select {
    z-index: 9; }
  .footer-lang .lang {
    background-color: #d6e3ef;
    background-color: #d5e3ef;
    color: #0f4b8f;
    font-size: 16px; }
  .footer-lang .lang-select:after {
    background-image: url(/assets/icons/footer-down-blue.svg);
    background-position: center;
    display: inline-block;
    height: 8px;
    width: 14px;
    position: absolute;
    right: 1px;
    top: 13px; }
  .footer-lang .lang:hover {
    color: #fff; }

#drift-widget-container {
  z-index: 98 !important; }

@media (max-width: 800px) {
  .footer li {
    display: block; }
    .footer li a {
      display: block; } }

@media (max-width: 420px) {
  .btn, .white-btn, .red-outline-btn {
    white-space: normal; } }

@media (max-width: 500px) {
  #drift-widget {
    box-sizing: content-box !important;
    padding-top: 90px !important; } }

.blog figure.blog-image-right {
  float: right;
  margin: 10px 0px 10px 30px; }

.blog figure.blog-image-left {
  float: left;
  margin: 10px 30px 10px 0px; }

.blog figure.blog-image-center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px; }

.partners-and-services-drop .col {
  max-width: 248px;
  width: 33%; }

.tweet img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

input[type="checkbox"], input[type="radio"] {
  width: auto; }

.pointer-cursor {
  cursor: pointer; }

.shifting {
  background: linear-gradient(124deg, #01AAE4, #B32283, #326CA3, #6AC063);
  background-size: 1200% 1200%;
  -webkit-animation: rainbow 30s ease infinite;
  -z-animation: rainbow 30s ease infinite;
  -o-animation: rainbow 30s ease infinite;
  animation: rainbow 30s ease infinite; }

@keyframes rainbow {
  0% {
    background-position: 0% 82%; }
  50% {
    background-position: 100% 19%; }
  100% {
    background-position: 0% 82%; } }

@media all and (-ms-high-contrast: none) {
  .red-icon img {
    display: none; } }

.faq-group {
  cursor: unset; }
  .faq-group h4 {
    cursor: pointer; }

.right-arrow::after {
  z-index: -1; }

.homepage-jumbotron {
  padding-bottom: 28.3%;
  position: relative;
  min-height: 460px; }
  .homepage-jumbotron .slant-wrapper {
    position: absolute;
    top: 0;
    left: -13%;
    width: 70%;
    height: 100%;
    background-color: #0F4B8F; }
  .homepage-jumbotron .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
    padding-top: 30px; }
  .homepage-jumbotron .inner-container {
    width: 100%;
    position: relative;
    max-width: 960px;
    margin-left: 14%; }
  .homepage-jumbotron .pyramid-img {
    position: absolute;
    top: -34px;
    left: -300px; }

.events-banner {
  min-height: 440px; }

.full-sized {
  padding-bottom: 28.3%;
  background-size: auto 100%;
  position: relative;
  background-position: right; }

.full-sized-hidden {
  visibility: hidden; }

.slick-initialized .full-sized-hidden {
  visibility: visible; }

.carousel-stuff {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.home-banner .slant-wrapper {
  position: absolute;
  top: 0;
  left: -13%;
  width: 70%;
  height: 100%;
  background-color: #0f4b8f; }

.home-banner .slant-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(/assets/images/bg2.svg);
  background-size: 100%;
  background-position: top; }

.home-banner .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 13.5%; }

.home-banner .inner {
  width: 60%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center; }

.home-banner .inner-container {
  position: relative;
  max-width: 500px;
  margin-left: 22%; }

.home-banner .small-inner-container {
  max-width: 416px; }

.home-banner .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.5) 46%, rgba(0, 212, 255, 0) 68%); }

.home-banner .home-banner {
  bottom: 0;
  left: 19%; }

.home-banner .slick-slide > div {
  margin-bottom: -6px; }

.homepage-jumbotron-update {
  padding-bottom: 28.3%;
  position: relative;
  min-height: 500px; }

.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

.homepage-prism-screenshot {
  margin-top: -50px;
  margin-left: -160px;
  display: block; }

.customers-jumbotron {
  min-height: 470px; }

.carousel-slide {
  opacity: 0;
  transition: all .2s ease; }
  .carousel-slide.show-me {
    opacity: 1; }

.textured-bg .slant-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url(/assets/images/bg2.svg);
  background-size: 100%;
  background-position: top; }

@media (max-width: 1300px) {
  .homepage-jumbotron .pyramid-img {
    display: none; }
  .homepage-jumbotron .inner-container {
    margin-left: 50px; } }

@media (max-width: 1200px) {
  .large-jumbotron {
    padding-top: 60px;
    padding-bottom: 100px;
    background-attachment: inherit;
    background-size: cover; }
    .large-jumbotron .inner-content {
      position: relative; }
    .large-jumbotron .container {
      padding-top: 0; }
  .full-sized {
    min-height: 420px; }
  .full-sized {
    background-size: cover; } }

@media (max-width: 1100px) {
  .large-slant-jumbotron .bg-image {
    left: 50%;
    bottom: 50%;
    top: auto;
    right: auto;
    object-fit: cover;
    height: auto;
    width: auto;
    transform: translate(-50%, 50%);
    min-height: 100%;
    min-width: 100%; } }

@media (max-width: 1060px) {
  .background-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 75, 143, 0.9); }
  .home-banner .gradient {
    display: none; }
  .home-banner .slant-wrapper {
    display: none; }
  .home-banner .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px; }
  .home-banner .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .home-banner .small-inner-container, .home-banner .inner-container {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 1020px) {
  .home-banner .small-inner-container, .home-banner .inner-container {
    text-align: center; }
  .textured-bg .slant-wrapper::before {
    content: none; }
  .homepage-jumbotron {
    overflow: hidden; }
    .homepage-jumbotron .inner {
      width: 100%; }
    .homepage-jumbotron .slant-wrapper {
      transform: skewX(0);
      left: 0;
      width: 100%;
      background-color: rgba(15, 75, 143, 0.78); }
    .homepage-jumbotron .inner-container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
  .bg-image {
    left: 50%;
    bottom: 50%;
    top: auto;
    right: auto;
    object-fit: cover;
    height: auto;
    width: auto;
    transform: translate(-50%, 50%);
    min-height: 100%;
    min-width: 100%; } }

@media (max-width: 800px) {
  .flex-jumbotron {
    text-align: center; }
    .flex-jumbotron .slick-dots {
      left: 50%;
      transform: translateX(-50%); }
  .homepage-jumbotron .slant-wrapper {
    width: 100%; }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 59, 93, 0.7); }
  .maddies-container .hidden-overflow {
    display: none; }
  .maddies-container .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px; }
  .maddies-container .half-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .large-jumbotron {
    padding-top: 40px;
    padding-bottom: 70px; } }

@media (max-width: 768px) {
  .homepage-jumbotron {
    padding-bottom: 50px;
    padding-top: 90px;
    min-height: 0; }
    .homepage-jumbotron .inner {
      position: relative;
      padding-top: 0; }
  .col-jumbotron .slick-dots {
    bottom: -47px; }
  .home-banner .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    padding-top: 50px; } }

.adminbar-on .nav {
  top: 73px; }

.adminbar-on .upper-nav {
  top: 48px; }

.nav {
  position: fixed;
  top: 25px;
  z-index: 70;
  left: 0;
  padding-top: 13px;
  padding-bottom: 12px; }
  .nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05); }
  .nav .large-container {
    max-width: 1340px; }

.black-red-link {
  filter: brightness(0) saturate(0); }
  .black-red-link:hover {
    filter: brightness(100%) saturate(100%); }

.main-drop {
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: white;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(calc(-100% - 40px));
  transition: all 0s ease; }
  .main-drop .small-red-link {
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px; }

.hidden.show {
  display: block; }

.main-nav-item {
  font-weight: 300;
  font-size: 18px;
  color: #17171E;
  letter-spacing: 0;
  display: block; }

.upper-nav {
  background-color: #17171E;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 71;
  line-height: 24px; }
  .upper-nav a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    padding-left: 17px;
    padding-right: 17px;
    line-height: 25px;
    display: inline-block; }
  .upper-nav li {
    display: inline-block;
    float: none; }

.nav-list {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }

.nav-logo {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 66; }

.floating-link {
  position: absolute;
  bottom: 20px;
  left: 15px; }

.floating-link-2 {
  position: absolute;
  bottom: 0;
  left: 15px; }

.floating-link-3 {
  position: absolute;
  bottom: -34px;
  left: 20px; }

.bonus-block {
  max-width: 300px;
  width: 33%;
  min-height: 150px; }

.red-icon {
  filter: saturate(0) brightness(500%); }
  .red-icon:hover, .red-icon:focus {
    filter: saturate(100%); }

a.white:hover, a.white:focus {
  color: #f15f44 !important; }

.nav-language-drop {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  width: 110px;
  z-index: 98;
  cursor: pointer;
  text-align: left;
  z-index: 99; }
  .nav-language-drop a {
    color: white; }
    .nav-language-drop a:hover, .nav-language-drop a:focus {
      background-color: white;
      color: #17171e; }
  .nav-language-drop span {
    display: inline-block;
    width: 100%;
    padding-right: 12px;
    background-image: url(/assets/icons/white-drop-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 10px; }
  .nav-language-drop ul {
    padding: 0;
    margin: 0;
    position: absolute;
    list-style: none;
    width: 100%;
    display: none;
    top: calc(100% - 0);
    overflow: hidden;
    background-color: #17171e; }
  .nav-language-drop li {
    width: 100%; }
  .nav-language-drop a {
    display: block;
    padding-left: 12px;
    padding-right: 12px; }
  .nav-language-drop:hover ul, .nav-language-drop:focus ul {
    display: block; }

.nav-list {
  display: none; }
  .nav-list.show {
    display: flex; }

.main-nav {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  z-index: -1;
  background-color: white;
  transform: translateY(calc(-100% - 40px));
  transition: all .3s ease-out; }
  .main-nav a:not(.btn):not(.white-btn):not(.red-outline-btn):not(.white) {
    color: #17171E;
    display: block; }
    .main-nav a:not(.btn):not(.white-btn):not(.red-outline-btn):not(.white).active {
      color: #f15f44; }
    .main-nav a:not(.btn):not(.white-btn):not(.red-outline-btn):not(.white):hover, .main-nav a:not(.btn):not(.white-btn):not(.red-outline-btn):not(.white):focus {
      color: #f15f44; }
  .main-nav.active {
    display: block;
    transform: translateY(0); }

.has-drop {
  float: left; }

.nav-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #17171E; }
  .nav-footer a:not(.btn):not(.white-btn) {
    color: white;
    font-weight: 500; }

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translateX(4px) translateY(7px); }

.nav-toggle.active span:nth-child(2) {
  opacity: 0; }

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translateX(3px) translateY(-6px); }

.long-logo {
  margin-bottom: -6px;
  width: 184px; }

.nav-btn-small {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 140px; }

.small-navigation-block {
  max-width: 300px;
  width: 33%; }

.md-navigation-block {
  max-width: 313px;
  min-height: 220px; }

.resource-col {
  max-width: 261px;
  width: 33%; }

.product-nav .container {
  max-width: 1300px; }

.product-nav .column-sm {
  width: 22%;
  max-width: 304px; }

.solution-drop .column-sm {
  width: 284px;
  max-width: 284px; }

.solution-drop .column-md {
  width: 306px;
  max-width: 306px; }

.solution-drop .column-lg {
  width: 50%;
  max-width: 700px; }

.why-bp-drop .column-sm {
  max-width: 235px;
  width: 33%;
  flex: 0 0 33%; }

.customers-drop .column-sm {
  width: 300px;
  max-width: 300px; }

.customers-drop .column-md {
  width: 444px;
  max-width: 444px; }

.customers-drop .column-lg {
  width: 565px;
  max-width: 565px; }

.product-col {
  width: 67%;
  max-width: 876px;
  flex: 0 0 67%;
  min-height: 135px; }

.product-col-sm {
  width: 33%;
  max-width: 433px;
  flex: 0 0 33%; }

.partners-col {
  width: 308px;
  max-width: 308px;
  min-height: 135px; }

.partners-col-lg {
  width: 400px;
  max-width: 400px;
  min-height: 135px; }

.solutions-col {
  width: 340px;
  max-width: 340px;
  flex: 0 0 340px;
  min-height: 92px;
  padding-left: 15px; }

.resources-col {
  width: 33%;
  max-width: 285px;
  flex: 0 0 33%;
  min-height: 92px;
  padding-left: 15px; }

.resources-drop .column-sm {
  width: 28%;
  max-width: 38.2%; }

.resources-drop .column-lg {
  width: 77%;
  max-width: 65.8%; }

.partners-and-services-drop .col-lg {
  width: 980px;
  max-width: 70%;
  padding-left: 0;
  padding-right: 0; }

.partners-and-services-drop .col-sm {
  width: 346px;
  max-width: 30%; }

.partners-and-services-drop .floating-btn {
  position: absolute;
  bottom: 69px;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.partners-and-services-drop .col {
  max-width: 304px;
  width: 33%;
  flex: 0 0 33%; }

.dark-blue-arrow {
  position: relative;
  display: inline-block;
  color: #104b8f; }
  .dark-blue-arrow:after {
    content: "";
    background-image: url(/assets/icons/dark-blue-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    width: 7px;
    height: 12px;
    margin-left: -7px;
    left: 21px; }
  .dark-blue-arrow:hover, .dark-blue-arrow:focus {
    filter: brightness(130%); }
    .dark-blue-arrow:hover:after, .dark-blue-arrow:focus:after {
      filter: brightness(115%); }

.lang-select {
  position: absolute;
  width: 100%;
  height: 26px;
  z-index: 1; }
  .lang-select:after {
    content: "";
    background-image: url(/assets/icons/nav/down-arrow-white.svg);
    background-position: center;
    display: inline-block;
    height: 5px;
    width: 9px;
    position: absolute;
    right: 7px;
    top: calc(50% - 2px); }
  .lang-select .lang {
    padding: 5px 8px 6px 5px;
    text-transform: none;
    display: none; }
    .lang-select .lang:nth-child(1) {
      display: flex; }
  .lang-select:hover .lang, .lang-select:focus .lang {
    display: flex; }

.superdrop {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #F7FBFF;
  background-position: bottom right;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  display: none;
  padding-top: 25px;
  padding-bottom: 25px; }
  .superdrop img {
    display: none; }
  .superdrop .border-left {
    border-left: solid 1px #14A3E4;
    padding-top: 5px; }
  .superdrop .blue-link {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 17px;
    border-bottom: solid 1px #14A3E4;
    padding-right: 50px;
    padding-bottom: 13px;
    padding-top: 13px; }
    .superdrop .blue-link:after {
      right: 0;
      top: calc(50% - 13px); }
  .superdrop .blue-box-blue-arrow {
    color: #0F7DC2; }
  .superdrop .inner-container {
    max-width: 868px; }
  .superdrop .icon-holder {
    height: 76px;
    display: flex;
    align-items: center; }
  .superdrop .red-link {
    white-space: nowrap; }
  .superdrop .block {
    display: block; }

.resources-drop {
  padding-top: 0;
  padding-bottom: 0; }

.nav-logo-holder {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px; }

.navigation-block {
  max-width: 410px;
  flex: 0 0 50%;
  width: 50%;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-right: 80px; }
  .navigation-block h5 {
    font-weight: 500;
    font-size: 18px;
    color: #0F4B8F;
    letter-spacing: 1px;
    line-height: 18px; }

.why-bp-col {
  max-width: 285px;
  flex: 0 0 33%;
  width: 33%;
  padding-left: 15px;
  padding-bottom: 5px; }

.xs-navigation-block {
  min-height: 100px; }

.featured-nav-post {
  width: 400px;
  max-width: 400px; }
  .featured-nav-post img {
    display: none; }
  .featured-nav-post .inner {
    background-color: white;
    padding: 22px 20px;
    border-left: solid 1px #D4D4D4;
    border-bottom: solid 1px #D4D4D4;
    border-right: solid 1px #D4D4D4; }
  .featured-nav-post h5 {
    line-height: 18px;
    font-size: 18px; }

.border-top-post .inner {
  border-top: solid 1px #D4D4D4; }

.featured-event-post .inner {
  background-color: white;
  padding: 22px 20px;
  border-bottom: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
  border-top: solid 1px #d4d4d4; }

.featured-event-img img {
  display: none;
  width: 177px;
  height: 200px; }

.has-drop {
  position: relative; }
  .has-drop:hover .drop, .has-drop:focus .drop {
    display: block; }
  .has-drop:hover .main-drop, .has-drop:focus .main-drop {
    transform: translateY(0);
    visibility: visible;
    transition: all .4s ease; }
  .has-drop:hover:after, .has-drop:focus:after {
    content: "";
    position: fixed;
    top: 80px;
    height: 40px;
    display: block;
    width: 100%;
    left: 0; }

.adminbar-on .has-drop:focus:after, .adminbar-on .has-drop:hover:after {
  top: 136px; }

.adminbar-on .main-drop {
  top: 153px; }

.main-drop {
  visibility: hidden; }

.upper-nav .has-drop:hover:after, .upper-nav .has-drop:focus:after {
  content: none; }

.fade-nav .main-drop {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: all 0s ease;
  visibility: visible; }

.fade-nav:hover .main-drop {
  opacity: 1;
  pointer-events: all;
  transition: all 0s ease; }

.drop {
  display: none;
  position: absolute;
  background-color: #dbdce0;
  width: 250px;
  top: 25px;
  right: -3px; }
  .drop ul {
    padding: 0;
    margin: 0; }
  .drop li {
    width: 100%; }
  .drop a {
    background-color: #17181f;
    display: block;
    padding-left: 10px;
    padding-right: 10px; }
    .drop a:hover, .drop a:focus {
      background-color: white;
      color: #17181f; }
  .drop .border-bottom {
    border-bottom: solid 1px #cd3d34; }

.search-form {
  display: inline-block;
  position: relative; }

.search-box {
  position: absolute;
  top: 0;
  padding: 10px 14px;
  background-color: #0b3b5d;
  z-index: -1;
  width: auto;
  top: 57px;
  right: -7px;
  transform: translate3d(0, -100%, 0);
  transition: all .2s ease; }
  .search-box input {
    padding: 5px 7px;
    font-size: 16px;
    border-radius: 5px;
    width: 200px;
    font-size: 16px;
    color: #838383;
    line-height: 20px;
    -webkit-font-smoothing: antialiased; }

.search-btn {
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: 30px;
  width: 30px;
  background-position: center;
  margin-left: 20px;
  margin-top: 3px;
  cursor: pointer; }

.search-form:hover .search-box {
  transform: translate3d(0, 0, 0); }

.search-form:hover:after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 20px;
  width: 200px;
  right: 0; }

.who-we-are-drop .column-lg {
  width: 70%;
  max-width: 930px; }

.alert-bar {
  text-align: center;
  color: white;
  cursor: pointer;
  position: relative;
  transition: all .2s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f15f43; }
  .alert-bar.close {
    margin-top: -35px; }

.social {
  margin-left: 10px; }
  .social a {
    display: inline-block;
    padding: 4px 4px;
    margin-left: 2px;
    margin-right: 2px; }
    .social a:hover, .social a:focus {
      filter: brightness(1.2); }

.donate-mobile {
  display: none !important; }

@media (max-height: 680px) {
  .nav-container {
    overflow-y: scroll;
    height: calc(100% + 40px); } }

@media (max-width: 1400px) {
  .mr-xxl-0 {
    margin-right: 0; }
  .pr-xxl-20 {
    padding-right: 20px; }
  .mb-xxl-25 {
    padding-right: 25px; }
  .resources-drop .column-lg {
    width: 66%;
    max-width: 66%; }
  .resources-drop .column-sm {
    max-width: 34%;
    width: 34%; }
  .featured-nav-post {
    width: 330px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
  .who-we-are-drop .column-lg {
    margin-left: auto; }
  .product-nav .column-sm {
    width: 20%;
    max-width: 20%; }
  .md-navigation-block {
    width: 25%;
    max-width: 25%; }
  .pr-xxl-20 {
    padding-right: 20px; }
  .pl-xxl-20 {
    padding-left: 20px; }
  .customers-drop .column-sm {
    width: 25%;
    max-width: 25%; }
  .customers-drop .column-lg {
    width: 50%;
    max-width: 50%; }
  .customers-drop .column-md {
    width: 25%;
    max-width: 25%; }
  .partners-col {
    width: 22%;
    max-width: 22%; }
  .partners-col-lg {
    width: 34%;
    max-width: 34%; }
  .featured-nav-post {
    width: 25%;
    max-width: 25%; }
  .why-bp-drop .featured-nav-post {
    width: 20%;
    max-width: 20%; }
  .small-navigation-block {
    width: 33.3333%;
    max-width: 33.33333%; }
  .superdrop .inner-container {
    width: 100%; } }

.search-toggle:hover::after {
  content: none; }
  .search-toggle:hover::after .has-drop:hover > a:not(.btn) {
    background-color: transparent;
    color: #0081cb; }
  .search-toggle:hover::after .has-drop > a:hover:not(.btn) {
    color: #0b3b5d; }

.nav-toggle {
  background-color: #ffc40e;
  display: inline-block;
  width: 71px;
  cursor: pointer;
  margin-left: 15px;
  border-bottom-left-radius: 3px;
  padding: 17px 20px;
  position: relative; }
  .nav-toggle span {
    display: block;
    height: 2px;
    width: 31px;
    margin: 5px auto 5px 0;
    transition: all .15s;
    background-color: #000000; }
    .nav-toggle span:nth-child(2) {
      width: 26px; }

.outer-logo-block {
  position: absolute;
  top: 19px;
  left: 0;
  padding: 15px 20px;
  z-index: 66; }

.logo-block {
  position: absolute;
  top: -6px;
  left: 0;
  padding: 15px 20px;
  z-index: 66; }

.get-started-nav {
  font-size: 18px;
  padding: 5px 15px; }

@media (max-width: 1290px) {
  .solution-drop .column-sm {
    width: 24%;
    max-width: 24%; }
  .solution-drop .column-lg {
    width: 50%;
    max-width: 50%; }
  .solution-drop .column-md {
    width: 30%;
    max-width: 30%; } }

.mobile-nav, .mobile-list {
  display: none; }

@media (max-width: 1215px) {
  .hidden-nav {
    display: none; }
  .search-box, .search-btn {
    display: none; }
  .nav-item-container {
    position: absolute;
    right: 0;
    padding: 0 0 0;
    width: 325px;
    transition: all 0s ease-out;
    top: 61px;
    transform: translate3d(0, -10px, 0);
    background-color: white;
    padding-bottom: 15px;
    box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.1);
    transform: translate3d(100%, 0, 0);
    transition: all .2s ease; }
    .nav-item-container li {
      width: 100%;
      background-color: white; }
      .nav-item-container li .border-bottom {
        border-bottom: none; }
    .nav-item-container a {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 25px;
      width: 100%;
      text-align: right;
      margin-left: 0;
      margin-right: 0; }
    .nav-item-container .social {
      text-align: right;
      padding-right: 20px; }
      .nav-item-container .social a:not(.btn) {
        width: auto;
        padding: 5px 10px; }
  .active .nav-item-container {
    transform: translate3d(0, 0, 0); }
  .mobile-menu {
    display: block;
    position: fixed;
    top: 100px;
    right: -400px;
    width: 400px;
    transition: all .2s ease; }
    .mobile-menu.active {
      right: 0; }
    .mobile-menu .menu {
      overflow: hidden;
      width: 400px; }
    .mobile-menu li {
      display: block; }
    .mobile-menu a {
      text-align: left;
      background-color: #d5e3ef;
      font-family: "Gotham A", "Gotham B";
      font-weight: 500;
      border-top: solid 1px #33a4e3; }
    .mobile-menu .has-drop > a {
      position: relative; }
      .mobile-menu .has-drop > a::after {
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        background-image: url(/assets/icons/blue-link-arrow.svg);
        display: inline-block;
        margin-left: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        right: 20px;
        top: calc(50% - 13px); }
  .back-btn {
    text-align: left;
    background-color: #d5e3ef;
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    border-top: solid 1px #33a4e3;
    color: #0b3b5d;
    padding: 15px 25px;
    text-align: right;
    cursor: pointer;
    position: relative; }
    .back-btn::before {
      content: "";
      width: 23px;
      height: 23px;
      position: absolute;
      background-image: url(/assets/icons/nav/back-button.svg);
      display: inline-block;
      margin-left: 10px;
      background-repeat: no-repeat;
      background-position: center center;
      left: 10px;
      top: calc(50% - 13px); }
  .mobile-menu .has-drop {
    position: initial; }
  .mobile-menu .drop {
    position: fixed;
    top: 100px;
    left: 100%;
    transition: all .2s ease;
    height: 100%;
    width: 400px;
    background-color: #d5e3ef;
    z-index: 99;
    display: block !important; }
    .mobile-menu .drop.opened {
      transform: translateX(-100%); }
  .search-nav {
    display: none !important; }
  .mobile-menu li.tiny-menu {
    display: none; }
  .active.nav-toggle span:nth-child(1) {
    transform: rotate(45deg) translateX(4px) translateY(7px); }
  .active.nav-toggle span:nth-child(2) {
    opacity: 0; }
  .active.nav-toggle span:nth-child(3) {
    transform: rotate(-45deg) translateX(3px) translateY(-6px); } }

.show-mobile-nav {
  display: none !important; }

@media (max-width: 1000px) and (max-height: 846px) {
  .mobile-menu {
    height: 100vh;
    overflow: scroll;
    background-color: #d5e3ef; }
    .mobile-menu .menu {
      height: 842px; }
  .drop {
    overflow: scroll; }
    .drop ul {
      height: 742px; } }

@media (max-width: 768px) {
  .hidden-mobile {
    display: none; } }

@media (max-width: 1090px) {
  .hidden-mobile-nav {
    display: none !important; }
  .show-mobile-nav {
    display: block !important; }
  .nav {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .logo img {
    width: 145px; }
  .outer-logo-block {
    top: 24px; }
  .mobile-menu .drop {
    width: 100%;
    top: 90px; }
  .lang-select .lang {
    line-height: 20px; }
  .mobile-menu {
    width: 100%;
    top: 90px;
    right: -100%; }
    .mobile-menu.active {
      right: 0; }
    .mobile-menu .menu {
      height: 832px;
      width: 100%; }
  .long-logo {
    width: 140px; }
  .mobile-menu .has-drop > a::after {
    right: 5px; }
  .mobile-menu li.tiny-menu {
    display: block; }
  .get-started-nav {
    display: none; }
  .nav-item-container {
    width: 100%; }
  .nav-language-drop {
    line-height: 30px; }
    .nav-language-drop span {
      background-position: calc(100% - 10px) 13px; }
  .main-nav {
    top: 30px;
    overflow: scroll;
    transform: translateY(calc(-100% - 90px)); }
  .nav {
    top: 30px; }
  .nav-container {
    overflow-y: scroll;
    height: calc(100% + 40px); }
  .mobile-col-spacing {
    padding-left: 0;
    padding-right: 0; }
  .mobile-list {
    border-top: 2px solid #e9e9e2;
    border-bottom: 2px solid #e9e9e2;
    padding-top: 10px;
    padding-bottom: 10px; }
  .main-nav-link {
    margin-bottom: 15px;
    font-size: 24px !important;
    line-height: 24px !important; }
  .main-nav-link, .mobile-list a {
    padding-left: 15px;
    padding-right: 15px; }
  .mobile-list a {
    font-size: 16px;
    line-height: 24px;
    display: block; }
  .mobile-list.show {
    display: block;
    margin-top: 0;
    margin-bottom: 0; }
    .mobile-list.show li {
      margin-bottom: 10px;
      margin-top: 10px; }
  .mobile-nav {
    display: block; }
  .ready-block {
    border-top: 10px solid #00abe6;
    padding-top: 25px; }
  .hidden-mobile {
    display: none !important; }
  .nav-footer {
    position: fixed;
    bottom: 0; }
  .main-nav {
    padding-top: 90px;
    height: 100%; }
    .main-nav .nav-container {
      overflow: scroll;
      padding-bottom: 80px;
      height: 100%; }
  .logo-block img, .outer-logo-block img {
    width: 170px; } }

.footer {
  font-size: 16px; }
  .footer ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-bottom: 0; }
  .footer li {
    display: inline-block; }
    .footer li a {
      font-size: 23px;
      color: #EADF97;
      text-align: center;
      text-transform: uppercase; }
  .footer .logo {
    width: 436px; }
  .footer .white a {
    color: white;
    text-decoration: underline; }
  .footer input {
    display: inline-block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    padding-left: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #2f83a6;
    letter-spacing: 0;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 216px; }
  .footer button {
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #cc5803;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 38px;
    margin-left: -2px;
    margin-bottom: 0px;
    cursor: pointer; }

.footer ul {
  padding-left: 0; }

.footer-language-drop {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  width: 110px;
  z-index: 98;
  cursor: pointer; }
  .footer-language-drop a {
    color: white; }
    .footer-language-drop a:hover {
      background-color: white;
      color: #17171e; }
  .footer-language-drop span {
    display: inline-block;
    width: 100%;
    border: solid 1px white;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-image: url(/assets/icons/white-drop-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 10px; }
  .footer-language-drop ul {
    padding: 0;
    margin: 0;
    position: absolute;
    list-style: none;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    display: none;
    bottom: calc(100% - 1px);
    overflow: hidden;
    background-color: #17171e; }
  .footer-language-drop a {
    display: block;
    padding-left: 12px;
    padding-right: 12px; }
  .footer-language-drop:hover span {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: solid 1px transparent; }
  .footer-language-drop:hover ul {
    display: block; }

#drift-widget-container {
  z-index: 98 !important; }

.footer-link-text {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block; }

.bold-footer-link-text {
  font-weight: 500; }

@media (max-width: 800px) {
  .footer li {
    display: block; }
    .footer li a {
      display: block; } }



    .page-footer-logo	svg:hover {
fill: #F15F44;
transition: all ease 0.3s;
}

.page-footer-logo	svg:hover path {
fill: #F15F44;
transition: all ease 0.3s;
}

.page-footer-logo	svg:hover polygon {
fill: #F15F44;
transition: all ease 0.3s;
}

.page-footer-logo	svg:hover circle {
fill: #F15F44;
transition: all ease 0.3s;
}

.items-section {
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.items-section .col {
  padding-bottom: 30px;
}

.items-section .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border: 2px solid #e9e9e2;
  padding: 27px 25px;
  background-color: white;
}

.items-section .image-area {
  min-width: 120px;
  max-width: 120px;
  margin: 0 25px;
  text-align: center;
  text-align: center;
}

.items-section h3 {
  word-break: break-word;
  margin-bottom: 5px;
  line-height: 35px;
}

.info-block {
  position: relative;
  padding: 120px 0;
}

.info-block .text-box {
  max-width: 570px;
  padding: 37px 41px 45px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
}

.info-block h2 {
  margin-bottom: 19px;
}

.info-block p {
  margin: 0 -10px 40px 0;
}


@media(max-width: 600px) {
  .items-section .image-area {
    max-width: 33%;
  }
  .items-section {
    margin-top: 20px
  }
}

.simple-banner-img{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.use-case-quote .simple-quote:before{
  content: "“";
  color: #17171e;
  position: absolute;
  top: -10px;
  left: 0px;
  font-size: 48px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  font-weight: 700;
  background-image:none;
}

.use-case-quote .simple-quote{
  padding-left: 35px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 60px;
}

.use-case-quote .simple-quote blockquote{
  color: black !important;
  font-size: 20px;
  font-style: italic;
}

.use-case-quote .simple-quote cite{
  font-size: 1em;
}

.use-case-quote .simple-quote cite.p{
  font-size: 12px;
  font-weight: 300;
  color: #8b8b8f;
}