@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-Light.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins-Regular.woff") format("woff");
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.content ul, .entry-content ul {
  list-style: none;
  padding-left: 4em;
  margin-bottom: 35px;
  margin-left: 0;
}

.content ul li, .entry-content ul li {
  margin-bottom: 25px;
  position: relative;
}

.content ul li::before, .entry-content ul li::before {
  content: "\25A0";
  color: red;
  position: absolute;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  left: -2em;
}

.content h1, .content h2, .content h3, .content span, .content strong, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content span, .entry-content strong {
  text-transform: uppercase;
  color: #2C3237 !important;
}

.entry-content a:not(.button__back) {
  color: #FF0048 !important;
}

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

.knowledge__base, .entry-content, .related, .our-work, .about-us, .contact-us {
  margin-bottom: 150px;
  z-index: 1;
  position: relative;
}

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

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

a {
  outline: none !important;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  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: 940px;
  }
}

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

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

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -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;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -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;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -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;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -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;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -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;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

body {
  font-family: Poppins;
}

.preloader {
  position: fixed;
  z-index: 99999999999;
  height: 100vh;
  background: white;
  width: 100%;
}

.site-header {
  z-index: 999;
  position: relative;
  -webkit-animation: headerUnsticky 1s forwards;
          animation: headerUnsticky 1s forwards;
}

.site-header .site-branding {
  max-width: 141px;
}

.site-header .custom-logo-link {
  display: none;
}

.site-header.sticky {
  position: fixed;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  top: -100%;
}

.site-header.sticky.scrollDown {
  -webkit-animation: headerUp 1s forwards;
          animation: headerUp 1s forwards;
}

.site-header.sticky.scrollUp {
  -webkit-animation: headerDown 1s forwards;
          animation: headerDown 1s forwards;
}

.site-header.sticky .main-navigation ul.nav-menu .menu-item a {
  color: #2C3237;
}

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

.get__quote-open {
  padding: 15px 30px !important;
  background: #FF0048;
  color: white !important;
  text-transform: uppercase;
  margin-left: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid transparent;
}

.get__quote-open:hover {
  border: 1px solid #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
  background: white;
}

.get__quote-open:hover a {
  color: #FF0048 !important;
}

.get__quote-open a {
  color: white !important;
}

.get__quote-open a:after {
  display: none !important;
}

.get__quote-open.responsive-menu-pro-item a {
  background: #fe0d48 !important;
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  height: auto !important;
}

.get__quote-open.responsive-menu-pro-item:hover a, .get__quote-open.responsive-menu-pro-item:active a {
  background: transparent !important;
  border-bottom: none !important;
}

@-webkit-keyframes headerDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes headerDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes headerUp {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: -100%;
    opacity: 0;
  }
}

@keyframes headerUp {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: -100%;
    opacity: 0;
  }
}

@-webkit-keyframes headerUnsticky {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes headerUnsticky {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-navigation ul.nav-menu .menu-item {
  cursor: pointer;
  padding: 40px 0;
}

.main-navigation ul.nav-menu .menu-item:not(:last-child) {
  margin-right: 30px;
}

.main-navigation ul.nav-menu .menu-item a {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2C3237;
}

.main-navigation ul.nav-menu .menu-item a:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #FF0048;
  bottom: -5px;
  left: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.main-navigation ul.nav-menu .menu-item .sub-menu a, .main-navigation ul.nav-menu .menu-item .photography_post-template-default.single .sub-menu a {
  color: #2C3237;
}

.main-navigation ul.nav-menu .menu-item:hover a:after,
.main-navigation ul.nav-menu .menu-item:active a:after {
  width: 100%;
}

.main-navigation ul.nav-menu .current-menu-item a {
  color: #FF0048;
}

.main-navigation ul.nav-menu .current-menu-item a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #FF0048;
  bottom: -5px;
  left: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.main-navigation ul.sub-menu {
  background: white;
  padding: 25px 60px 15px 30px;
  -webkit-box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
}

.main-navigation ul.sub-menu .menu-item {
  margin-bottom: 15px;
  padding: 0;
}

.main-navigation ul.sub-menu .menu-item:not(:last-child) {
  margin-right: 0;
}

.main-navigation ul.sub-menu .menu-item a {
  color: #2C3237;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  text-transform: none;
}

.main-navigation ul.sub-menu .menu-item a:after {
  display: none;
}

.main-navigation ul.sub-menu .menu-item:hover a,
.main-navigation ul.sub-menu .menu-item:active a {
  color: #FF0048 !important;
}

.is_hero .main-navigation ul.nav-menu a, .photography_post-template-default.single .main-navigation ul.nav-menu a {
  color: white;
}

.is_hero .main-navigation ul.nav-menu a:after, .photography_post-template-default.single .main-navigation ul.nav-menu a:after {
  background: white;
}

.is_hero .main-navigation ul.nav-menu .sub-menu a, .photography_post-template-default.single .main-navigation ul.nav-menu .sub-menu a {
  color: #2C3237;
}

.is_hero .dark-logo, .photography_post-template-default.single .dark-logo {
  display: none;
}

.is_hero .custom-logo-link, .photography_post-template-default.single .custom-logo-link {
  display: block;
}

.is_hero .site-header.sticky .custom-logo-link, .photography_post-template-default.single .site-header.sticky .custom-logo-link {
  display: none;
}

.is_hero .site-header.sticky .dark-logo, .photography_post-template-default.single .site-header.sticky .dark-logo {
  display: block;
}

.nav__light .main-navigation ul.nav-menu .menu-item a {
  color: white;
}

.nav__dark .main-navigation ul.nav-menu .menu-item a {
  color: black;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  margin-left: -30px;
}

.main-navigation ul ul a {
  width: 300px;
}

.section {
  margin-bottom: 150px;
}

.section__crew {
  padding-bottom: 150px;
  padding-top: 150px;
  background-color: #F5F6FA;
}

.section__title-margin {
  padding-bottom: 60px;
}

.section__title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 63px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.crew__title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 63px;
  text-transform: uppercase;
}

.section__line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-left: 34px;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.section__line.in-view {
  -webkit-animation: titleLine 5s;
          animation: titleLine 5s;
}

@-webkit-keyframes titleLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes titleLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.quote {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  padding-left: 105px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quote:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #FF0048;
}

.footer {
  padding-top: 87px;
  padding-bottom: 37px;
  background: #2C3237;
}

.footer__title {
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #FF0048;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer__contact {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-bottom: 41px;
}

.footer__contact li a {
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  z-index: 2;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
}

.footer__contact li a:after {
  position: absolute;
  content: '';
  background: #FF0048;
  width: 0;
  left: 0;
  bottom: 10px;
  height: 10px;
  opacity: .5;
  z-index: -1;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.footer__contact li a:hover:after, .footer__contact li a:active:after {
  width: 100%;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.footer__location {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 52px;
}

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

.footer__socials li {
  margin-right: 30px;
}

.footer__socials li a {
  color: white;
}

.footer__socials li a svg path {
  -webkit-transition: fill 1s;
  transition: fill 1s;
}

.footer__socials li:hover a svg path:not(.dot),
.footer__socials li:active a svg path:not(.dot) {
  fill: #FF0048;
  -webkit-transition: fill 1s;
  transition: fill 1s;
}

.footer__socials li:hover a svg path,
.footer__socials li:active a svg path {
  fill: white;
}

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

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

.footer__menu .menu-item {
  margin-bottom: 15px;
}

.footer__menu .menu-item a {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: white;
  text-decoration: none;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.footer__menu .menu-item:hover a,
.footer__menu .menu-item:active a {
  color: #FF0048;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.footer .menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .menu__row .menu-item {
  margin-right: 60px;
}

.footer .site-info {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: white;
  opacity: .5;
  margin-top: 80px;
}

.contact {
  margin-bottom: 80px;
}

.contact__phone {
  margin-bottom: 20px;
}

.contact__phone a {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2C3237;
  text-decoration: none;
}

.contact__phone a:before {
  position: absolute;
  content: '';
  width: 0;
  left: -1%;
  height: 10px;
  bottom: 2px;
  background: #DCE0ED;
  z-index: -1;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.contact__phone a:hover {
  color: inherit;
}

.contact__phone a:hover:before {
  width: 104%;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.contact__email {
  margin-bottom: 20px;
}

.contact__email a {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2C3237;
  margin-bottom: 20px;
  text-decoration: none;
}

.contact__email a:before {
  position: absolute;
  content: '';
  width: 104%;
  left: -1%;
  height: 10px;
  bottom: 2px;
  background: #DCE0ED;
  z-index: -1;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.contact__email a:hover {
  color: inherit;
}

.contact__email a:hover:before {
  width: 0;
  -webkit-transition: width 2s;
  transition: width 2s;
}

.contact__address {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2C3237;
  margin-bottom: 20px;
}

.contact__abn {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  /* or 139% */
  color: #2C3237;
}

.contact__form .wpcf7 input, .contact__form .wpcf7 textarea {
  margin-bottom: 40px;
  width: 90%;
}

.contact__form .wpcf7 input:focus, .contact__form .wpcf7 textarea:focus {
  border-color: #FF0048;
}

.contact__form .wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}

.contact__form .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -30px;
  font-size: 13px;
}

.contact__form .wpcf7 div.wpcf7-validation-errors, .contact__form .wpcf7 div.wpcf7-acceptance-missing {
  border: none;
}

.contact__form .wpcf7 .wpcf7-submit {
  display: inline-block;
  width: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 30px 64px;
  margin-top: 50px;
  border: 1px solid transparent;
  background: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 0;
}

.contact__form .wpcf7 .wpcf7-submit:hover {
  color: #FF0048;
  background: white;
  border: 1px solid #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.error-404 {
  margin-top: 50px;
}

.number__404 {
  margin-top: 70px;
  margin-bottom: -65px;
}

.client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.client img {
  max-width: 70%;
}

.search__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #2C3237;
  margin-bottom: 60px;
}

.search .search__form {
  margin-bottom: 100px;
}

.search__result {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.search__result .entry-title a {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #2C3237;
  text-transform: uppercase;
  text-decoration: none;
}

.search__result .entry-title a:hover {
  color: #FF0048;
}

.search__result article {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 50px;
  padding-top: 50px;
}

.search__result article:first-child {
  border-top: 1px solid #E5E5E5;
}

.search__result article a {
  text-decoration: none;
}

.search__result article .entry-summary {
  font-size: 15px;
  margin-bottom: 20px;
}

.search__result article .entry-meta {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C3237;
}

.search__result article .entry-meta a {
  color: #FF0048;
}

.search__result article .entry-meta .byline {
  margin-right: 5px;
}

.search__result article .entry-footer {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2C3237;
}

.search__result article .entry-footer a {
  color: #FF0048;
}

.search__result .pagination {
  margin-bottom: 50px;
}

.search__result .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__result .pagination .nav-links .dots {
  margin-right: 5px;
  height: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.search__result .pagination .nav-links .page-numbers:not(.dots) {
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #9FA3AF;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2C3237;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}

.search__result .pagination .nav-links .page-numbers:not(.dots).current {
  border: 1px solid transparent;
  background: #FF0048;
  color: white;
}

.search__result .pagination .nav-links .page-numbers:not(.dots):after {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  height: 0;
  left: 0;
  background: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1;
}

.search__result .pagination .nav-links .page-numbers:not(.dots):hover {
  color: white;
}

.search__result .pagination .nav-links .page-numbers:not(.dots):hover:after, .search__result .pagination .nav-links .page-numbers:not(.dots):active:after {
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.team__images img {
  width: 100%;
}

.team__images .col-md-6 {
  margin-bottom: 20px;
}

.hero {
  position: relative;
  height: 100vh;
  background: #f1acb1;
  margin-top: -99px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}

.hero:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
}

.hero__title {
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 82px;
  text-transform: uppercase;
  color: white;
}

.hero__title p {
  margin: 0 !important;
}

.hero__subtitle {
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
  color: #FFFFFF;
  max-width: 60%;
  margin-bottom: 30px;
}

.hero__subtitle-small {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
  color: #FFFFFF;
  z-index: 3;
  max-width: 677px;
  margin-top: 20px;
}

.hero .text-underline-wrap {
  position: relative;
  z-index: 1;
}

.hero .text-underline-wrap .text-underline {
  position: absolute;
  content: '';
  width: 0;
  height: 18px;
  bottom: 14px;
  left: 0;
  margin-left: -1%;
  background: #FF0048;
  z-index: -1;
}

.hero__video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.hero .scroll-to {
  position: absolute;
  content: '';
  height: 0;
  width: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: white;
  z-index: 2;
}

.p-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.site-content {
  background: white;
}

.is_hero .site-content {
  padding-top: 150px;
}

.service__card {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 40px 0;
  text-align: center;
  height: 100%;
  color: white !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  z-index: 3;
  -webkit-transition: color 1s;
  transition: color 1s;
}

.service__card:visited {
  color: initial;
}

.service__card img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -3;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.service__card:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 0, 72, 0.5);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.service__card:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -3;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.service__card:hover, .service__card:active {
  -webkit-transition: color 1s;
  transition: color 1s;
  z-index: 10;
}

.service__card:hover img, .service__card:active img {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.service__card:hover:before, .service__card:active:before {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.service__card:hover:after, .service__card:active:after {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.portfolio_carousel {
  padding: 0 50px;
  position: relative;
  margin-bottom: 50px;
}

.portfolio_carousel .prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio_carousel .prev.slick-disabled {
  cursor: not-allowed;
}

.portfolio_carousel .prev.slick-disabled svg path {
  stroke: rgba(0, 0, 0, 0.45);
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio_carousel .prev:not(.slick-disabled):hover svg path {
  stroke: red;
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio_carousel .next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio_carousel .next.slick-disabled {
  cursor: not-allowed;
}

.portfolio_carousel .next.slick-disabled svg path {
  stroke: rgba(0, 0, 0, 0.45);
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio_carousel .next:hover svg path {
  stroke: red;
  -webkit-transition: 1s;
  transition: 1s;
}

.portfolio_carousel .card:hover .card__title {
  margin-top: 20px;
}

.card {
  min-height: 465px;
  max-height: 465px;
  position: relative;
  padding: 30px 40px 43px 35px;
  margin-left: 2px;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__small {
  min-height: 300px;
  margin-bottom: 2px;
  z-index: 0;
}

.card__small .card__readmore {
  position: absolute;
  bottom: 20px;
}

.card__small:before, .card__small:after {
  z-index: -1;
}

.card:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.card:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background: #FF0048;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

.card__bg-image {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  -webkit-animation: cardImgUnHover 1s forwards;
          animation: cardImgUnHover 1s forwards;
}

.card__bg-image img {
  position: absolute;
  height: 100%;
  left: 0;
  z-index: -2;
  -webkit-animation: cardImgHover 2s forwards;
          animation: cardImgHover 2s forwards;
}

.card__header-cat {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  min-height: 63px;
  opacity: 1;
  -webkit-animation: cardHoverOut 1s forwards;
          animation: cardHoverOut 1s forwards;
  margin-bottom: 10px;
}

.card__play-video {
  text-align: center;
  -webkit-animation: cardHoverOut 1s forwards;
          animation: cardHoverOut 1s forwards;
  margin-bottom: 36px;
}

.card__play-video a:hover svg circle {
  stroke-dasharray: 4;
  -webkit-animation: dash 2s linear forwards;
          animation: dash 2s linear forwards;
}

.card__date {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.card__date:before {
  position: absolute;
  content: '';
  left: -8px;
  background: #FF0048;
  opacity: 0;
  height: 100%;
  width: 30px;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

.card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 13px;
  min-height: 102px;
  position: absolute;
  bottom: 30px;
  padding-right: 20px;
  -webkit-animation: cardHoverOut 1s forwards;
          animation: cardHoverOut 1s forwards;
}

.card__content {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 21px;
  display: none;
}

.card__readmore {
  display: none;
  position: relative;
  overflow-x: hidden;
}

.card__readmore a {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
}

.card__readmore a:before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.card__readmore a:after {
  position: absolute;
  content: '';
  width: 100%;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #fff;
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
  -webkit-transition: 1s;
  transition: 1s;
}

.card__readmore:hover a:before {
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: 1s;
  transition: 1s;
}

.card__readmore:hover a:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.card__small .card__readmore a:before, .card__small .card__readmore a:after {
  display: none;
}

.card__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.card__social li {
  margin-left: 10px;
}

.card:hover:before, .card.visible:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0.8;
}

.card:hover:after, .card.visible:after {
  height: 100%;
  opacity: 0;
}

.card:hover .card__play-video, .card:hover .card__header-cat, .card.visible .card__play-video, .card.visible .card__header-cat {
  -webkit-animation: cardHover 0.5s backwards;
          animation: cardHover 0.5s backwards;
}

.card:hover .card__bg-image, .card.visible .card__bg-image {
  -webkit-animation: cardImgHover 1s forwards;
          animation: cardImgHover 1s forwards;
}

.card:hover .card__date:before, .card.visible .card__date:before {
  background: #2C3237;
  opacity: 0.8;
}

.card:hover .card__title, .card.visible .card__title {
  margin-top: 0;
  min-height: auto;
  position: relative;
  -webkit-transition: margin-top 1s;
  transition: margin-top 1s;
  -webkit-animation: cardHover 1s forwards;
          animation: cardHover 1s forwards;
}

.card:hover .card__content, .card:hover .card__readmore, .card.visible .card__content, .card.visible .card__readmore {
  display: inline-block;
  -webkit-animation: cardHover 1s forwards;
          animation: cardHover 1s forwards;
}

.card:hover .card__social, .card.visible .card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-animation: cardHover 1s forwards;
          animation: cardHover 1s forwards;
}

.card:hover:not(.card__small) .card__play-video, .card.visible:not(.card__small) .card__play-video {
  margin-top: 10px;
  -webkit-transition: margin-top 1s;
  transition: margin-top 1s;
}

.card__team {
  max-width: 322px;
  margin-bottom: 80px;
}

.card__team-image {
  position: relative;
}

.card__team-image img {
  max-height: 400px;
  z-index: 1;
}

.card__team-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 10px;
  bottom: 0;
  top: 10px;
  background: #FF0048;
  z-index: -1;
}

.card__team-description {
  margin-left: 10px;
}

.card__team-name {
  margin-top: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  color: #2C3237;
  text-transform: uppercase;
}

.card__team-position {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2C3237;
}

.page-template-template-knowledge-base .card {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-template-template-knowledge-base .card__date {
  margin-top: 20px;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
  100% {
    stroke-dashoffset: 10;
    stroke-dasharray: 180;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
  100% {
    stroke-dashoffset: 10;
    stroke-dasharray: 180;
  }
}

@-webkit-keyframes cardHover {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  70% {
    ransform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes cardHover {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  70% {
    ransform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes cardHoverOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cardHoverOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cardImgHover {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes cardImgHover {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes cardImgUnHover {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cardImgUnHover {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.client {
  width: 20%;
}

.cta {
  background: #FF0048;
  padding: 59px 0 77px 0;
}

.cta__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cta__title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 65px;
  text-transform: uppercase;
  color: #FFFFFF;
  overflow: hidden;
}

.cta__title .letter {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
}

.cta__subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.cta__line {
  display: block;
  width: 100%;
  height: 1px;
  background: white;
  margin-left: 48px;
  margin-right: 36px;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  opacity: 0.56;
}

.cta .cat__button {
  padding: 30px 62px;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2C3237;
  text-decoration: none;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid transparent;
  -webkit-transition: 1s;
  transition: 1s;
}

.cta .cat__button:hover, .cta .cat__button:active {
  border: 1px solid #2C3237;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.you__cta {
  text-align: center;
}

.you__cta-title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  color: #2C3237;
}

.you__cta-description {
  max-width: 667px;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #2C3237;
  margin-bottom: 50px;
}

.you__cta-button {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  padding: 15px 30px;
  background: #FF0048;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 1s;
  transition: 1s;
}

.you__cta-button:hover {
  background: white;
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.quote__form-container {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.gform_wrapper h3.gform_title {
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  /* identical to box height */
  text-transform: uppercase;
  color: #2C3237;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gform_wrapper label.gfield_label {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  text-transform: uppercase;
}

.gform_wrapper .input_half_row {
  width: 50%;
}

.widget {
  margin-bottom: 40px;
}

.widget__title {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FF0048;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget__date {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #2C3237;
}

.widget .category__item {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2C3237;
  padding: 15px 25px;
  background: #F5F6FA;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.widget .category__item:before {
  position: absolute;
  content: '';
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #FF0048;
  z-index: -1;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.widget .category__item:hover {
  color: white;
  -webkit-transition: 1s;
  transition: 1s;
}

.widget .category__item:hover::before {
  height: 100%;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.widget__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget__share ul li {
  margin-right: 10px;
}

.widget__share ul li:first-child a {
  padding: 16px 24px 15px 24px;
}

.widget__share ul li a {
  display: block;
  padding: 16px 20px;
  border: 1px solid rgba(159, 163, 175, 0.5);
  position: relative;
  z-index: 1;
}

.widget__share ul li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  left: 0;
  background: #FF0048;
  -webkit-transition: height 1s;
  transition: height 1s;
  z-index: -1;
}

.widget__share ul li a svg path {
  -webkit-transition: 1s;
  transition: 1s;
}

.widget__share ul li:hover a:before {
  height: 100%;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.widget__share ul li:hover a svg path {
  fill: white;
  -webkit-transition: 1s;
  transition: 1s;
}

.search .title__dark {
  margin-top: 50px;
}

.title__dark {
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  line-height: 70px;
  text-transform: uppercase;
  color: #2C3237;
  margin-top: 150px;
}

.subtitle__mid {
  font-weight: normal;
  font-size: 28px;
  line-height: 50px;
  color: #2C3237;
  margin-bottom: 125px;
  position: relative;
}

.subtitle__underline {
  position: relative;
  z-index: 1;
}

.subtitle__underline:before {
  position: absolute;
  content: '';
  width: 102%;
  height: 10px;
  left: -2%;
  background: #DCE0ED;
  z-index: -1;
  bottom: 5px;
}

.quote-card {
  padding: 64px 40px 55px 45px;
  background: #F5F6FA;
  margin-top: 50px;
  position: relative;
}

.quote-card__title {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 35px;
}

.quote-card__avatar {
  width: 80px;
  height: 80px;
  margin-right: 18px;
}

.quote-card__avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.quote-card .quotes-smb {
  position: absolute;
  top: -25px;
}

.button {
  padding: 20px 51px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

.button__back {
  display: inline-block !important;
  width: auto !important;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  text-transform: uppercase;
  border: 1px solid #9FA3AF;
  background: white;
  padding: 30px 58px;
  border-radius: 0;
  margin-top: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  outline: none;
  line-height: 0;
  text-decoration: none;
}

.button__back svg {
  margin-right: 10px;
}

.button__back:hover {
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.button__default {
  background-color: white;
  color: #2C3237 !important;
  border: 1px solid transparent;
}

.button__default:hover {
  background-color: transparent;
  color: white !important;
  border: 1px solid #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.button__hero {
  background: #fff;
}

.button__content {
  border: 1px solid #9FA3AF;
  text-transform: uppercase;
}

.button__content:hover {
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore {
  display: inline-block !important;
  width: auto !important;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  text-transform: uppercase;
  border: 1px solid #9FA3AF;
  background: white;
  padding: 30px 58px;
  border-radius: 0;
  margin-top: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  outline: none;
}

.btn__readmore svg {
  margin-left: 20px;
}

.btn__readmore:hover {
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore-plus {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 35px !important;
  height: 35px;
  border: 1px solid #2C3237;
  border-radius: 0;
  outline: none;
  background: white;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn__readmore-plus span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 11px;
  height: 2px;
  background: #2C3237;
}

.btn__readmore-plus span:last-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn__readmore-plus:hover, .btn__readmore-plus:active {
  border: 1px solid #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore-plus:hover span, .btn__readmore-plus:active span {
  background: #FF0048 !important;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore-plus.minus span:last-child {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 10s;
  transition: 10s;
}

.btn__filter {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2C3237;
  padding: 15px 25px;
  background: white;
  border-radius: 0;
  border: 1px solid rgba(159, 163, 175, 0.5);
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__filter:hover {
  border-color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__filter.active {
  color: white;
  background: #FF0048;
}

.read-more-text {
  padding-right: 75px;
  margin-top: 50px;
  padding-left: 105px;
}

.hero__play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF !important;
  text-decoration: none;
}

.hero__play-btn svg {
  margin-right: 10px;
}

.hero__play-btn:hover svg circle {
  stroke-dasharray: 4;
  -webkit-animation: dash 2s linear forwards;
          animation: dash 2s linear forwards;
}

.quote__form-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: -150%;
  z-index: 999999999;
  overflow: auto;
  display: none;
}

.quote__form-modal:after {
  position: fixed;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.45);
}

.quote__form-modal.opened {
  top: 0;
  display: block;
}

.quote__form-container {
  position: relative;
  background: white;
  padding: 36px 36px 50px 50px;
  margin-top: 136px;
  z-index: 99999;
  top: -150%;
}

.quote__form-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  cursor: pointer;
  height: 25px;
  width: 25px;
  right: 0;
  margin-left: auto;
}

.quote__form-close span {
  position: absolute;
  content: '';
  width: 24px;
  height: 2px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#2C3237), to(#2C3237)), -webkit-gradient(linear, left bottom, left top, from(#2C3237), to(#2C3237)), -webkit-gradient(linear, left bottom, left top, from(#2C3237), to(#2C3237)), #2C3237;
  background: -webkit-linear-gradient(bottom, #2C3237, #2C3237), -webkit-linear-gradient(bottom, #2C3237, #2C3237), -webkit-linear-gradient(bottom, #2C3237, #2C3237), #2C3237;
  background: linear-gradient(0deg, #2C3237, #2C3237), linear-gradient(0deg, #2C3237, #2C3237), linear-gradient(0deg, #2C3237, #2C3237), #2C3237;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.quote__form-close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form__subtile {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #FF0048;
  margin-top: 40px !important;
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.gform_title {
  font-weight: bold;
  font-size: 35px !important;
  line-height: 52px !important;
  /* identical to box height */
  text-transform: uppercase;
  color: #2C3237;
}

.gfield_checkbox {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.gfield_checkbox label {
  position: relative;
  padding-left: 40px !important;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000000;
}

.gfield_checkbox label:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #9FA3AF;
  left: 0;
}

.gfield_checkbox label:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  left: 7px;
  right: 0;
  bottom: 0;
  top: 7px;
  -webkit-animation: checkBoxRemove 1s forwards;
          animation: checkBoxRemove 1s forwards;
}

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__subtile {
  width: 100%;
}

.gform_wrapper .gfield_required {
  display: none;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  background: #FF0048;
  -webkit-animation: checkBoxActive 1s forwards;
          animation: checkBoxActive 1s forwards;
}

@-webkit-keyframes checkBoxActive {
  from {
    -webkit-transform: translateX(-100%) rotate(180deg);
            transform: translateX(-100%) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes checkBoxActive {
  from {
    -webkit-transform: translateX(-100%) rotate(180deg);
            transform: translateX(-100%) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes checkBoxRemove {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%) rotate(180deg);
            transform: translateX(-100%) rotate(180deg);
  }
}

@keyframes checkBoxRemove {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%) rotate(180deg);
            transform: translateX(-100%) rotate(180deg);
  }
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:before {
  border: 2px solid #FF0048;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: inherit !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border-bottom: 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #FF0048 !important;
}

.gform_wrapper .validation_message {
  color: #FF0048 !important;
  letter-spacing: 0.02rem;
}

.gform_button.button[type='submit'] {
  position: relative;
  color: white;
  padding: 30px 55px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto !important;
  display: block !important;
  outline: none;
}

.gform_button.button[type='submit']:hover {
  background: white;
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.input_half_row {
  width: 50% !important;
  position: relative;
}

.input_row {
  width: 100%;
}

.gform_footer {
  margin-top: -91px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.gform_wrapper li.gfield.gfield_error input {
  border: none !important;
  border-bottom: 1px solid #FF0048 !important;
}

.gform_wrapper li.gfield.gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #FF0048 !important;
}

.gform_wrapper .gform_footer {
  margin-left: auto !important;
  width: 50%;
}

.gfield_error {
  position: relative;
}

.validation_error {
  display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
  bottom: -20px;
  font-weight: normal;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8.4px !important;
  padding-right: 16px;
}

.thank__you {
  display: none;
}

.thank__you-title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #FF0048;
}

.thank__you-text {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2C3237;
}

.button {
  padding: 20px 51px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

.button__back {
  display: inline-block !important;
  width: auto !important;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  text-transform: uppercase;
  border: 1px solid #9FA3AF;
  background: white;
  padding: 30px 58px;
  border-radius: 0;
  margin-top: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  outline: none;
  line-height: 0;
  text-decoration: none;
}

.button__back svg {
  margin-right: 10px;
}

.button__back:hover {
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.button__default {
  background-color: white;
  color: #2C3237 !important;
  border: 1px solid transparent;
}

.button__default:hover {
  background-color: transparent;
  color: white !important;
  border: 1px solid #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.button__hero {
  background: #fff;
}

.button__content {
  border: 1px solid #9FA3AF;
  text-transform: uppercase;
}

.button__content:hover {
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore {
  display: inline-block !important;
  width: auto !important;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  text-transform: uppercase;
  border: 1px solid #9FA3AF;
  background: white;
  padding: 30px 58px;
  border-radius: 0;
  margin-top: 30px;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  outline: none;
}

.btn__readmore svg {
  margin-left: 20px;
}

.btn__readmore:hover {
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore-plus {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 35px !important;
  height: 35px;
  border: 1px solid #2C3237;
  border-radius: 0;
  outline: none;
  background: white;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn__readmore-plus span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 11px;
  height: 2px;
  background: #2C3237;
}

.btn__readmore-plus span:last-child {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn__readmore-plus:hover, .btn__readmore-plus:active {
  border: 1px solid #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore-plus:hover span, .btn__readmore-plus:active span {
  background: #FF0048 !important;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__readmore-plus.minus span:last-child {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 10s;
  transition: 10s;
}

.btn__filter {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #2C3237;
  padding: 15px 25px;
  background: white;
  border-radius: 0;
  border: 1px solid rgba(159, 163, 175, 0.5);
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__filter:hover {
  border-color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.btn__filter.active {
  color: white;
  background: #FF0048;
}

.read-more-text {
  padding-right: 75px;
  margin-top: 50px;
  padding-left: 105px;
}

.hero__play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #FFFFFF !important;
  text-decoration: none;
}

.hero__play-btn svg {
  margin-right: 10px;
}

.hero__play-btn:hover svg circle {
  stroke-dasharray: 4;
  -webkit-animation: dash 2s linear forwards;
          animation: dash 2s linear forwards;
}

.quote__form-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: -150%;
  z-index: 999999999;
  overflow: auto;
  display: none;
}

.quote__form-modal:after {
  position: fixed;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.45);
}

.quote__form-modal.opened {
  top: 0;
  display: block;
}

.quote__form-container {
  position: relative;
  background: white;
  padding: 36px 36px 50px 50px;
  margin-top: 136px;
  z-index: 99999;
  top: -150%;
}

.quote__form-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  cursor: pointer;
  height: 25px;
  width: 25px;
  right: 0;
  margin-left: auto;
}

.quote__form-close span {
  position: absolute;
  content: '';
  width: 24px;
  height: 2px;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#2C3237), to(#2C3237)), -webkit-gradient(linear, left bottom, left top, from(#2C3237), to(#2C3237)), -webkit-gradient(linear, left bottom, left top, from(#2C3237), to(#2C3237)), #2C3237;
  background: -webkit-linear-gradient(bottom, #2C3237, #2C3237), -webkit-linear-gradient(bottom, #2C3237, #2C3237), -webkit-linear-gradient(bottom, #2C3237, #2C3237), #2C3237;
  background: linear-gradient(0deg, #2C3237, #2C3237), linear-gradient(0deg, #2C3237, #2C3237), linear-gradient(0deg, #2C3237, #2C3237), #2C3237;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.quote__form-close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form__subtile {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #FF0048;
  margin-top: 40px !important;
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.gform_title {
  font-weight: bold;
  font-size: 35px !important;
  line-height: 52px !important;
  /* identical to box height */
  text-transform: uppercase;
  color: #2C3237;
}

.gfield_checkbox {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.gfield_checkbox label {
  position: relative;
  padding-left: 40px !important;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #000000;
}

.gfield_checkbox label:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #9FA3AF;
  left: 0;
}

.gfield_checkbox label:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  left: 7px;
  right: 0;
  bottom: 0;
  top: 7px;
  -webkit-animation: checkBoxRemove 1s forwards;
          animation: checkBoxRemove 1s forwards;
}

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__subtile {
  width: 100%;
}

.gform_wrapper .gfield_required {
  display: none;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  background: #FF0048;
  -webkit-animation: checkBoxActive 1s forwards;
          animation: checkBoxActive 1s forwards;
}

@keyframes checkBoxActive {
  from {
    -webkit-transform: translateX(-100%) rotate(180deg);
            transform: translateX(-100%) rotate(180deg);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes checkBoxRemove {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%) rotate(180deg);
            transform: translateX(-100%) rotate(180deg);
  }
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:before {
  border: 2px solid #FF0048;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: inherit !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border-bottom: 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #FF0048 !important;
}

.gform_wrapper .validation_message {
  color: #FF0048 !important;
  letter-spacing: 0.02rem;
}

.gform_button.button[type='submit'] {
  position: relative;
  color: white;
  padding: 30px 55px;
  border: 1px solid transparent;
  border-radius: 0;
  background: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto !important;
  display: block !important;
  outline: none;
}

.gform_button.button[type='submit']:hover {
  background: white;
  border: 1px solid #FF0048;
  color: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
}

.input_half_row {
  width: 50% !important;
  position: relative;
}

.input_row {
  width: 100%;
}

.gform_footer {
  margin-top: -91px !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.gform_wrapper li.gfield.gfield_error input {
  border: none !important;
  border-bottom: 1px solid #FF0048 !important;
}

.gform_wrapper li.gfield.gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #FF0048 !important;
}

.gform_wrapper .gform_footer {
  margin-left: auto !important;
  width: 50%;
}

.gfield_error {
  position: relative;
}

.validation_error {
  display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
  bottom: -20px;
  font-weight: normal;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8.4px !important;
  padding-right: 16px;
}

.thank__you {
  display: none;
}

.thank__you-title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #FF0048;
}

.thank__you-text {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2C3237;
}

.search__bar {
  margin-bottom: 100px;
}

.search__bar .category__title {
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #2C3237;
  text-transform: uppercase;
  margin-right: 30px;
}

.search__bar .category__dropdown select {
  display: none;
}

.search__form input {
  width: 350px;
  padding: 27px 30px;
  border: 1px solid #CFD1D7;
}

.search__form button {
  background: transparent;
  margin-left: -50px;
  border: none;
  cursor: pointer;
}

.select2 .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 27px 130px 27px 30px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #CFD1D7;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  right: 30px;
  margin-bottom: auto;
  margin-top: auto;
}

.select2-container {
  min-width: 280px;
}

.select2-container--open .select2-dropdown {
  -webkit-box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0;
}

.select2-results ul {
  padding-top: 40px;
}

.select2-results li {
  padding: 15px 20px 15px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(207, 209, 215, 0.5);
  color: red;
}

.select2-container--default .select2-results > .select2-results__options {
  min-height: 312px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  outline: none;
}

.pagination {
  padding: 0;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  margin-right: 5px;
  text-align: center;
}

.pagination li .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #9FA3AF;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2C3237;
  text-decoration: none;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}

.pagination li .page-numbers.current {
  border: 1px solid transparent;
  background: #FF0048;
  color: white;
}

.pagination li .page-numbers:after {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  height: 0;
  left: 0;
  background: #FF0048;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1;
}

.pagination li .page-numbers:hover {
  color: white;
  -webkit-transition: 1s;
  transition: 1s;
}

.pagination li .page-numbers:hover:after {
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.work-filter {
  margin: 100px 0;
}

.grid-sizer,
.grid-item {
  width: 20%;
}

.text__underline-wrap {
  position: relative;
  z-index: 1;
}

.text__underline-wrap span {
  position: absolute;
  content: '';
  width: 0;
  height: 20px;
  left: -2%;
  bottom: 2px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1;
  background: #DCE0ED;
}

.text__underline-wrap.in-view span {
  width: 105%;
  -webkit-transition: 2s;
  transition: 2s;
}

@media (min-width: 320px) and (max-width: 480px) {
  .site-branding {
    display: none;
  }
  body {
    margin-top: 0 !important;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.8rem;
  }
  #site-navigation {
    display: none !important;
  }
  .site-header {
    background: transparent !important;
  }
  .custom-logo, #responsive-menu-pro-title-image img {
    width: 100px;
    margin-top: 10px;
  }
  button#responsive-menu-pro-button {
    top: 25px;
  }
  button#responsive-menu-pro-button:focus .responsive-menu-pro-inner,
  button#responsive-menu-pro-button:focus .responsive-menu-pro-inner:before {
    background-color: black !important;
  }
  .title__dark {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 60px;
  }
  .subtitle__mid {
    font-size: 25px;
    line-height: 1.5;
  }
  .hero__title {
    font-size: 30px;
    line-height: 1.5;
  }
  .hero .text-underline-wrap .text-underline {
    height: 10px;
    bottom: 6px;
  }
  .hero__subtitle-small {
    font-size: 20px;
    line-height: 1.5;
  }
  .quote {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section {
    margin-bottom: 70px;
  }
  .section__title {
    font-size: 25px;
    line-height: 1.5;
    -ms-flex-negative: inherit;
        flex-shrink: inherit;
  }
  .read-more-text {
    padding: 0 10px;
  }
  .portfolio_carousel {
    padding: 0;
  }
  .carousel__item .prev, .carousel__item .next {
    display: none !important;
  }
  .btn__readmore-plus {
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
  }
  .client {
    width: 50%;
  }
  .cta__title {
    font-size: 25px;
  }
  .cta__line {
    display: none;
  }
  .cta__subtitle {
    margin-bottom: 20px;
  }
  .cta .cat__button {
    margin-left: 0;
    padding: 20px 30px;
  }
  .cta .d-flex {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .card {
    margin-right: 2px;
  }
  .card__small {
    margin-right: 2px;
  }
  .card__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .card__content {
    font-size: 13px;
    line-height: 1.5;
  }
  .gform_wrapper .input_half_row {
    width: 100% !important;
  }
  .gfield_checkbox {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .gform_wrapper .gform_footer {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .gform_wrapper .gform_footer {
    width: 100%;
  }
  .work-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
  .quote-card__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .number__404 {
    margin-top: 0;
    margin-bottom: -141px;
  }
  .search__bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__category {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .search__category .category__title {
    margin-bottom: 10px;
  }
  .search__category .category__dropdown {
    width: 100%;
  }
  .search__category .category__dropdown .select2-container {
    min-width: 100%;
  }
  .search__form {
    width: 100%;
    position: relative;
  }
  .search__form input {
    width: 100%;
  }
  .search__form button {
    margin-left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .section__line {
    display: none;
  }
  .hero__subtitle {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.5;
  }
  .team__images {
    margin-top: 50px;
  }
  .card__title {
    padding-right: 0;
    margin-bottom: 0;
  }
  .card__content {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    margin-top: 0 !important;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.8rem;
  }
  #site-navigation {
    display: none !important;
  }
  .site-header {
    background: transparent !important;
  }
  .custom-logo, #responsive-menu-pro-title-image img {
    width: 100px;
    margin-top: 10px;
  }
  button#responsive-menu-pro-button {
    top: 25px;
  }
  button#responsive-menu-pro-button:focus .responsive-menu-pro-inner,
  button#responsive-menu-pro-button:focus .responsive-menu-pro-inner:before {
    background-color: black !important;
  }
  .title__dark {
    font-size: 30px;
    line-height: 1.5;
    margin-top: 60px;
  }
  .subtitle__mid {
    font-size: 25px;
    line-height: 1.5;
  }
  .hero__title {
    font-size: 40px;
    line-height: 1.5;
  }
  .hero .text-underline-wrap .text-underline {
    height: 10px;
    bottom: 6px;
  }
  .hero__subtitle-small {
    font-size: 25px;
    line-height: 1.5;
  }
  .quote {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section__title {
    font-size: 30px;
    line-height: 1.5;
  }
  .read-more-text {
    padding: 0 10px;
  }
  .portfolio_carousel {
    padding: 0;
  }
  .carousel__item .prev, .carousel__item .next {
    display: none !important;
  }
  .client {
    width: 50%;
  }
  .cta__content {
    width: 100%;
    text-align: center;
  }
  .cta__line {
    display: none;
  }
  .cta__subtitle {
    margin-bottom: 20px;
  }
  .cta .cat__button {
    margin-left: 0;
    padding: 20px 30px;
  }
  .cta .d-flex {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .client {
    width: 30%;
  }
  .btn__readmore-plus {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
  }
  .quote {
    font-size: 30px;
    padding-left: 100px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .custom-logo, #responsive-menu-pro-title-image img {
    width: 100% !important;
  }
}
