/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Grid
 # Class
 # Forms
 # Button
 # Header
 # Main Menu
 # Page Title & Breadcrumb
 # Post and Page
 # Navigation
 # Layout Content
 # Widgets
 # Media
 # Singlular
 # Comments
 # Footer
 # VC Elements
 /**
 * Custom Boostrap Grid breakpoint
 * Need add it before load boostrap grid
 */
/* Media break point */
/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, *::before, *::after {
  box-sizing: inherit; }

.container, .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
  .container, .container-xs {
    max-width: 480px; } }
  @media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
  @media (min-width: 768px) {
  .container, .container-md {
    max-width: 720px; } }
  @media (min-width: 1025px) {
  .container, .container-lg {
    max-width: 980px; } }
  @media (min-width: 1280px) {
  .container, .container-xl {
    max-width: 1200px; } }
  @media (min-width: 1366px) {
  .container, .container-xxl {
    max-width: 1320px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-first {
    order: -1; }
  .order-last {
    order: 13; }
  .order-0 {
    order: 0; }
  .order-1 {
    order: 1; }
  .order-2 {
    order: 2; }
  .order-3 {
    order: 3; }
  .order-4 {
    order: 4; }
  .order-5 {
    order: 5; }
  .order-6 {
    order: 6; }
  .order-7 {
    order: 7; }
  .order-8 {
    order: 8; }
  .order-9 {
    order: 9; }
  .order-10 {
    order: 10; }
  .order-11 {
    order: 11; }
  .order-12 {
    order: 12; }
  .offset-1 {
    margin-left: 8.3333333333%; }
  .offset-2 {
    margin-left: 16.6666666667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.3333333333%; }
  .offset-5 {
    margin-left: 41.6666666667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.3333333333%; }
  .offset-8 {
    margin-left: 66.6666666667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.3333333333%; }
  .offset-11 {
    margin-left: 91.6666666667%; }
  @media (min-width: 480px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .row-cols-xs-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }

    .row-cols-xs-2 > * {
      flex: 0 0 50%;
      max-width: 50%; }

    .row-cols-xs-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .row-cols-xs-4 > * {
      flex: 0 0 25%;
      max-width: 25%; }

    .row-cols-xs-5 > * {
      flex: 0 0 20%;
      max-width: 20%; }

    .row-cols-xs-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xs-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

    .col-xs-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-xs-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xs-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-xs-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-xs-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-xs-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-xs-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-xs-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-xs-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-xs-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-xs-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-xs-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-xs-first {
      order: -1; }

    .order-xs-last {
      order: 13; }

    .order-xs-0 {
      order: 0; }

    .order-xs-1 {
      order: 1; }

    .order-xs-2 {
      order: 2; }

    .order-xs-3 {
      order: 3; }

    .order-xs-4 {
      order: 4; }

    .order-xs-5 {
      order: 5; }

    .order-xs-6 {
      order: 6; }

    .order-xs-7 {
      order: 7; }

    .order-xs-8 {
      order: 8; }

    .order-xs-9 {
      order: 9; }

    .order-xs-10 {
      order: 10; }

    .order-xs-11 {
      order: 11; }

    .order-xs-12 {
      order: 12; }

    .offset-xs-0 {
      margin-left: 0; }

    .offset-xs-1 {
      margin-left: 8.3333333333%; }

    .offset-xs-2 {
      margin-left: 16.6666666667%; }

    .offset-xs-3 {
      margin-left: 25%; }

    .offset-xs-4 {
      margin-left: 33.3333333333%; }

    .offset-xs-5 {
      margin-left: 41.6666666667%; }

    .offset-xs-6 {
      margin-left: 50%; }

    .offset-xs-7 {
      margin-left: 58.3333333333%; }

    .offset-xs-8 {
      margin-left: 66.6666666667%; }

    .offset-xs-9 {
      margin-left: 75%; }

    .offset-xs-10 {
      margin-left: 83.3333333333%; }

    .offset-xs-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }

    .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%; }

    .row-cols-sm-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%; }

    .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%; }

    .row-cols-sm-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-sm-first {
      order: -1; }

    .order-sm-last {
      order: 13; }

    .order-sm-0 {
      order: 0; }

    .order-sm-1 {
      order: 1; }

    .order-sm-2 {
      order: 2; }

    .order-sm-3 {
      order: 3; }

    .order-sm-4 {
      order: 4; }

    .order-sm-5 {
      order: 5; }

    .order-sm-6 {
      order: 6; }

    .order-sm-7 {
      order: 7; }

    .order-sm-8 {
      order: 8; }

    .order-sm-9 {
      order: 9; }

    .order-sm-10 {
      order: 10; }

    .order-sm-11 {
      order: 11; }

    .order-sm-12 {
      order: 12; }

    .offset-sm-0 {
      margin-left: 0; }

    .offset-sm-1 {
      margin-left: 8.3333333333%; }

    .offset-sm-2 {
      margin-left: 16.6666666667%; }

    .offset-sm-3 {
      margin-left: 25%; }

    .offset-sm-4 {
      margin-left: 33.3333333333%; }

    .offset-sm-5 {
      margin-left: 41.6666666667%; }

    .offset-sm-6 {
      margin-left: 50%; }

    .offset-sm-7 {
      margin-left: 58.3333333333%; }

    .offset-sm-8 {
      margin-left: 66.6666666667%; }

    .offset-sm-9 {
      margin-left: 75%; }

    .offset-sm-10 {
      margin-left: 83.3333333333%; }

    .offset-sm-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }

    .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%; }

    .row-cols-md-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%; }

    .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%; }

    .row-cols-md-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-md-first {
      order: -1; }

    .order-md-last {
      order: 13; }

    .order-md-0 {
      order: 0; }

    .order-md-1 {
      order: 1; }

    .order-md-2 {
      order: 2; }

    .order-md-3 {
      order: 3; }

    .order-md-4 {
      order: 4; }

    .order-md-5 {
      order: 5; }

    .order-md-6 {
      order: 6; }

    .order-md-7 {
      order: 7; }

    .order-md-8 {
      order: 8; }

    .order-md-9 {
      order: 9; }

    .order-md-10 {
      order: 10; }

    .order-md-11 {
      order: 11; }

    .order-md-12 {
      order: 12; }

    .offset-md-0 {
      margin-left: 0; }

    .offset-md-1 {
      margin-left: 8.3333333333%; }

    .offset-md-2 {
      margin-left: 16.6666666667%; }

    .offset-md-3 {
      margin-left: 25%; }

    .offset-md-4 {
      margin-left: 33.3333333333%; }

    .offset-md-5 {
      margin-left: 41.6666666667%; }

    .offset-md-6 {
      margin-left: 50%; }

    .offset-md-7 {
      margin-left: 58.3333333333%; }

    .offset-md-8 {
      margin-left: 66.6666666667%; }

    .offset-md-9 {
      margin-left: 75%; }

    .offset-md-10 {
      margin-left: 83.3333333333%; }

    .offset-md-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }

    .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%; }

    .row-cols-lg-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%; }

    .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%; }

    .row-cols-lg-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-lg-first {
      order: -1; }

    .order-lg-last {
      order: 13; }

    .order-lg-0 {
      order: 0; }

    .order-lg-1 {
      order: 1; }

    .order-lg-2 {
      order: 2; }

    .order-lg-3 {
      order: 3; }

    .order-lg-4 {
      order: 4; }

    .order-lg-5 {
      order: 5; }

    .order-lg-6 {
      order: 6; }

    .order-lg-7 {
      order: 7; }

    .order-lg-8 {
      order: 8; }

    .order-lg-9 {
      order: 9; }

    .order-lg-10 {
      order: 10; }

    .order-lg-11 {
      order: 11; }

    .order-lg-12 {
      order: 12; }

    .offset-lg-0 {
      margin-left: 0; }

    .offset-lg-1 {
      margin-left: 8.3333333333%; }

    .offset-lg-2 {
      margin-left: 16.6666666667%; }

    .offset-lg-3 {
      margin-left: 25%; }

    .offset-lg-4 {
      margin-left: 33.3333333333%; }

    .offset-lg-5 {
      margin-left: 41.6666666667%; }

    .offset-lg-6 {
      margin-left: 50%; }

    .offset-lg-7 {
      margin-left: 58.3333333333%; }

    .offset-lg-8 {
      margin-left: 66.6666666667%; }

    .offset-lg-9 {
      margin-left: 75%; }

    .offset-lg-10 {
      margin-left: 83.3333333333%; }

    .offset-lg-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }

    .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%; }

    .row-cols-xl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%; }

    .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%; }

    .row-cols-xl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-xl-first {
      order: -1; }

    .order-xl-last {
      order: 13; }

    .order-xl-0 {
      order: 0; }

    .order-xl-1 {
      order: 1; }

    .order-xl-2 {
      order: 2; }

    .order-xl-3 {
      order: 3; }

    .order-xl-4 {
      order: 4; }

    .order-xl-5 {
      order: 5; }

    .order-xl-6 {
      order: 6; }

    .order-xl-7 {
      order: 7; }

    .order-xl-8 {
      order: 8; }

    .order-xl-9 {
      order: 9; }

    .order-xl-10 {
      order: 10; }

    .order-xl-11 {
      order: 11; }

    .order-xl-12 {
      order: 12; }

    .offset-xl-0 {
      margin-left: 0; }

    .offset-xl-1 {
      margin-left: 8.3333333333%; }

    .offset-xl-2 {
      margin-left: 16.6666666667%; }

    .offset-xl-3 {
      margin-left: 25%; }

    .offset-xl-4 {
      margin-left: 33.3333333333%; }

    .offset-xl-5 {
      margin-left: 41.6666666667%; }

    .offset-xl-6 {
      margin-left: 50%; }

    .offset-xl-7 {
      margin-left: 58.3333333333%; }

    .offset-xl-8 {
      margin-left: 66.6666666667%; }

    .offset-xl-9 {
      margin-left: 75%; }

    .offset-xl-10 {
      margin-left: 83.3333333333%; }

    .offset-xl-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .row-cols-xxl-1 > * {
      flex: 0 0 100%;
      max-width: 100%; }

    .row-cols-xxl-2 > * {
      flex: 0 0 50%;
      max-width: 50%; }

    .row-cols-xxl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .row-cols-xxl-4 > * {
      flex: 0 0 25%;
      max-width: 25%; }

    .row-cols-xxl-5 > * {
      flex: 0 0 20%;
      max-width: 20%; }

    .row-cols-xxl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xxl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

    .col-xxl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-xxl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xxl-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-xxl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-xxl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-xxl-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-xxl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-xxl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-xxl-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-xxl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-xxl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-xxl-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-xxl-first {
      order: -1; }

    .order-xxl-last {
      order: 13; }

    .order-xxl-0 {
      order: 0; }

    .order-xxl-1 {
      order: 1; }

    .order-xxl-2 {
      order: 2; }

    .order-xxl-3 {
      order: 3; }

    .order-xxl-4 {
      order: 4; }

    .order-xxl-5 {
      order: 5; }

    .order-xxl-6 {
      order: 6; }

    .order-xxl-7 {
      order: 7; }

    .order-xxl-8 {
      order: 8; }

    .order-xxl-9 {
      order: 9; }

    .order-xxl-10 {
      order: 10; }

    .order-xxl-11 {
      order: 11; }

    .order-xxl-12 {
      order: 12; }

    .offset-xxl-0 {
      margin-left: 0; }

    .offset-xxl-1 {
      margin-left: 8.3333333333%; }

    .offset-xxl-2 {
      margin-left: 16.6666666667%; }

    .offset-xxl-3 {
      margin-left: 25%; }

    .offset-xxl-4 {
      margin-left: 33.3333333333%; }

    .offset-xxl-5 {
      margin-left: 41.6666666667%; }

    .offset-xxl-6 {
      margin-left: 50%; }

    .offset-xxl-7 {
      margin-left: 58.3333333333%; }

    .offset-xxl-8 {
      margin-left: 66.6666666667%; }

    .offset-xxl-9 {
      margin-left: 75%; }

    .offset-xxl-10 {
      margin-left: 83.3333333333%; }

    .offset-xxl-11 {
      margin-left: 91.6666666667%; } }
    .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: flex !important; }
    .d-inline-flex {
      display: inline-flex !important; }
  @media (min-width: 480px) {
  .d-xs-none {
    display: none !important; }
    .d-xs-inline {
      display: inline !important; }

    .d-xs-inline-block {
      display: inline-block !important; }

    .d-xs-block {
      display: block !important; }

    .d-xs-table {
      display: table !important; }

    .d-xs-table-row {
      display: table-row !important; }

    .d-xs-table-cell {
      display: table-cell !important; }

    .d-xs-flex {
      display: flex !important; }

    .d-xs-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
    .d-sm-inline {
      display: inline !important; }

    .d-sm-inline-block {
      display: inline-block !important; }

    .d-sm-block {
      display: block !important; }

    .d-sm-table {
      display: table !important; }

    .d-sm-table-row {
      display: table-row !important; }

    .d-sm-table-cell {
      display: table-cell !important; }

    .d-sm-flex {
      display: flex !important; }

    .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
    .d-md-inline {
      display: inline !important; }

    .d-md-inline-block {
      display: inline-block !important; }

    .d-md-block {
      display: block !important; }

    .d-md-table {
      display: table !important; }

    .d-md-table-row {
      display: table-row !important; }

    .d-md-table-cell {
      display: table-cell !important; }

    .d-md-flex {
      display: flex !important; }

    .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1025px) {
  .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: flex !important; }

    .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1280px) {
  .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: flex !important; }

    .d-xl-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important; }
    .d-xxl-inline {
      display: inline !important; }

    .d-xxl-inline-block {
      display: inline-block !important; }

    .d-xxl-block {
      display: block !important; }

    .d-xxl-table {
      display: table !important; }

    .d-xxl-table-row {
      display: table-row !important; }

    .d-xxl-table-cell {
      display: table-cell !important; }

    .d-xxl-flex {
      display: flex !important; }

    .d-xxl-inline-flex {
      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: flex !important; }
    .d-print-inline-flex {
      display: inline-flex !important; } }
  .flex-row {
    flex-direction: row !important; }
  .flex-column {
    flex-direction: column !important; }
  .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-wrap {
    flex-wrap: wrap !important; }
  .flex-nowrap {
    flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-fill {
    flex: 1 1 auto !important; }
  .flex-grow-0 {
    flex-grow: 0 !important; }
  .flex-grow-1 {
    flex-grow: 1 !important; }
  .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-start {
    justify-content: flex-start !important; }
  .justify-content-end {
    justify-content: flex-end !important; }
  .justify-content-center {
    justify-content: center !important; }
  .justify-content-between {
    justify-content: space-between !important; }
  .justify-content-around {
    justify-content: space-around !important; }
  .align-items-start {
    align-items: flex-start !important; }
  .align-items-end {
    align-items: flex-end !important; }
  .align-items-center {
    align-items: center !important; }
  .align-items-baseline {
    align-items: baseline !important; }
  .align-items-stretch {
    align-items: stretch !important; }
  .align-content-start {
    align-content: flex-start !important; }
  .align-content-end {
    align-content: flex-end !important; }
  .align-content-center {
    align-content: center !important; }
  .align-content-between {
    align-content: space-between !important; }
  .align-content-around {
    align-content: space-around !important; }
  .align-content-stretch {
    align-content: stretch !important; }
  .align-self-auto {
    align-self: auto !important; }
  .align-self-start {
    align-self: flex-start !important; }
  .align-self-end {
    align-self: flex-end !important; }
  .align-self-center {
    align-self: center !important; }
  .align-self-baseline {
    align-self: baseline !important; }
  .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 480px) {
  .flex-xs-row {
    flex-direction: row !important; }
    .flex-xs-column {
      flex-direction: column !important; }

    .flex-xs-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-xs-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-xs-wrap {
      flex-wrap: wrap !important; }

    .flex-xs-nowrap {
      flex-wrap: nowrap !important; }

    .flex-xs-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-xs-fill {
      flex: 1 1 auto !important; }

    .flex-xs-grow-0 {
      flex-grow: 0 !important; }

    .flex-xs-grow-1 {
      flex-grow: 1 !important; }

    .flex-xs-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-xs-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-xs-start {
      justify-content: flex-start !important; }

    .justify-content-xs-end {
      justify-content: flex-end !important; }

    .justify-content-xs-center {
      justify-content: center !important; }

    .justify-content-xs-between {
      justify-content: space-between !important; }

    .justify-content-xs-around {
      justify-content: space-around !important; }

    .align-items-xs-start {
      align-items: flex-start !important; }

    .align-items-xs-end {
      align-items: flex-end !important; }

    .align-items-xs-center {
      align-items: center !important; }

    .align-items-xs-baseline {
      align-items: baseline !important; }

    .align-items-xs-stretch {
      align-items: stretch !important; }

    .align-content-xs-start {
      align-content: flex-start !important; }

    .align-content-xs-end {
      align-content: flex-end !important; }

    .align-content-xs-center {
      align-content: center !important; }

    .align-content-xs-between {
      align-content: space-between !important; }

    .align-content-xs-around {
      align-content: space-around !important; }

    .align-content-xs-stretch {
      align-content: stretch !important; }

    .align-self-xs-auto {
      align-self: auto !important; }

    .align-self-xs-start {
      align-self: flex-start !important; }

    .align-self-xs-end {
      align-self: flex-end !important; }

    .align-self-xs-center {
      align-self: center !important; }

    .align-self-xs-baseline {
      align-self: baseline !important; }

    .align-self-xs-stretch {
      align-self: stretch !important; } }
  @media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
    .flex-sm-column {
      flex-direction: column !important; }

    .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-sm-wrap {
      flex-wrap: wrap !important; }

    .flex-sm-nowrap {
      flex-wrap: nowrap !important; }

    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-sm-fill {
      flex: 1 1 auto !important; }

    .flex-sm-grow-0 {
      flex-grow: 0 !important; }

    .flex-sm-grow-1 {
      flex-grow: 1 !important; }

    .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-sm-start {
      justify-content: flex-start !important; }

    .justify-content-sm-end {
      justify-content: flex-end !important; }

    .justify-content-sm-center {
      justify-content: center !important; }

    .justify-content-sm-between {
      justify-content: space-between !important; }

    .justify-content-sm-around {
      justify-content: space-around !important; }

    .align-items-sm-start {
      align-items: flex-start !important; }

    .align-items-sm-end {
      align-items: flex-end !important; }

    .align-items-sm-center {
      align-items: center !important; }

    .align-items-sm-baseline {
      align-items: baseline !important; }

    .align-items-sm-stretch {
      align-items: stretch !important; }

    .align-content-sm-start {
      align-content: flex-start !important; }

    .align-content-sm-end {
      align-content: flex-end !important; }

    .align-content-sm-center {
      align-content: center !important; }

    .align-content-sm-between {
      align-content: space-between !important; }

    .align-content-sm-around {
      align-content: space-around !important; }

    .align-content-sm-stretch {
      align-content: stretch !important; }

    .align-self-sm-auto {
      align-self: auto !important; }

    .align-self-sm-start {
      align-self: flex-start !important; }

    .align-self-sm-end {
      align-self: flex-end !important; }

    .align-self-sm-center {
      align-self: center !important; }

    .align-self-sm-baseline {
      align-self: baseline !important; }

    .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
    .flex-md-column {
      flex-direction: column !important; }

    .flex-md-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-md-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-md-wrap {
      flex-wrap: wrap !important; }

    .flex-md-nowrap {
      flex-wrap: nowrap !important; }

    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-md-fill {
      flex: 1 1 auto !important; }

    .flex-md-grow-0 {
      flex-grow: 0 !important; }

    .flex-md-grow-1 {
      flex-grow: 1 !important; }

    .flex-md-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-md-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-md-start {
      justify-content: flex-start !important; }

    .justify-content-md-end {
      justify-content: flex-end !important; }

    .justify-content-md-center {
      justify-content: center !important; }

    .justify-content-md-between {
      justify-content: space-between !important; }

    .justify-content-md-around {
      justify-content: space-around !important; }

    .align-items-md-start {
      align-items: flex-start !important; }

    .align-items-md-end {
      align-items: flex-end !important; }

    .align-items-md-center {
      align-items: center !important; }

    .align-items-md-baseline {
      align-items: baseline !important; }

    .align-items-md-stretch {
      align-items: stretch !important; }

    .align-content-md-start {
      align-content: flex-start !important; }

    .align-content-md-end {
      align-content: flex-end !important; }

    .align-content-md-center {
      align-content: center !important; }

    .align-content-md-between {
      align-content: space-between !important; }

    .align-content-md-around {
      align-content: space-around !important; }

    .align-content-md-stretch {
      align-content: stretch !important; }

    .align-self-md-auto {
      align-self: auto !important; }

    .align-self-md-start {
      align-self: flex-start !important; }

    .align-self-md-end {
      align-self: flex-end !important; }

    .align-self-md-center {
      align-self: center !important; }

    .align-self-md-baseline {
      align-self: baseline !important; }

    .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important; }
    .flex-lg-column {
      flex-direction: column !important; }

    .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-lg-wrap {
      flex-wrap: wrap !important; }

    .flex-lg-nowrap {
      flex-wrap: nowrap !important; }

    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-lg-fill {
      flex: 1 1 auto !important; }

    .flex-lg-grow-0 {
      flex-grow: 0 !important; }

    .flex-lg-grow-1 {
      flex-grow: 1 !important; }

    .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-lg-start {
      justify-content: flex-start !important; }

    .justify-content-lg-end {
      justify-content: flex-end !important; }

    .justify-content-lg-center {
      justify-content: center !important; }

    .justify-content-lg-between {
      justify-content: space-between !important; }

    .justify-content-lg-around {
      justify-content: space-around !important; }

    .align-items-lg-start {
      align-items: flex-start !important; }

    .align-items-lg-end {
      align-items: flex-end !important; }

    .align-items-lg-center {
      align-items: center !important; }

    .align-items-lg-baseline {
      align-items: baseline !important; }

    .align-items-lg-stretch {
      align-items: stretch !important; }

    .align-content-lg-start {
      align-content: flex-start !important; }

    .align-content-lg-end {
      align-content: flex-end !important; }

    .align-content-lg-center {
      align-content: center !important; }

    .align-content-lg-between {
      align-content: space-between !important; }

    .align-content-lg-around {
      align-content: space-around !important; }

    .align-content-lg-stretch {
      align-content: stretch !important; }

    .align-self-lg-auto {
      align-self: auto !important; }

    .align-self-lg-start {
      align-self: flex-start !important; }

    .align-self-lg-end {
      align-self: flex-end !important; }

    .align-self-lg-center {
      align-self: center !important; }

    .align-self-lg-baseline {
      align-self: baseline !important; }

    .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important; }
    .flex-xl-column {
      flex-direction: column !important; }

    .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-xl-wrap {
      flex-wrap: wrap !important; }

    .flex-xl-nowrap {
      flex-wrap: nowrap !important; }

    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-xl-fill {
      flex: 1 1 auto !important; }

    .flex-xl-grow-0 {
      flex-grow: 0 !important; }

    .flex-xl-grow-1 {
      flex-grow: 1 !important; }

    .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-xl-start {
      justify-content: flex-start !important; }

    .justify-content-xl-end {
      justify-content: flex-end !important; }

    .justify-content-xl-center {
      justify-content: center !important; }

    .justify-content-xl-between {
      justify-content: space-between !important; }

    .justify-content-xl-around {
      justify-content: space-around !important; }

    .align-items-xl-start {
      align-items: flex-start !important; }

    .align-items-xl-end {
      align-items: flex-end !important; }

    .align-items-xl-center {
      align-items: center !important; }

    .align-items-xl-baseline {
      align-items: baseline !important; }

    .align-items-xl-stretch {
      align-items: stretch !important; }

    .align-content-xl-start {
      align-content: flex-start !important; }

    .align-content-xl-end {
      align-content: flex-end !important; }

    .align-content-xl-center {
      align-content: center !important; }

    .align-content-xl-between {
      align-content: space-between !important; }

    .align-content-xl-around {
      align-content: space-around !important; }

    .align-content-xl-stretch {
      align-content: stretch !important; }

    .align-self-xl-auto {
      align-self: auto !important; }

    .align-self-xl-start {
      align-self: flex-start !important; }

    .align-self-xl-end {
      align-self: flex-end !important; }

    .align-self-xl-center {
      align-self: center !important; }

    .align-self-xl-baseline {
      align-self: baseline !important; }

    .align-self-xl-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1366px) {
  .flex-xxl-row {
    flex-direction: row !important; }
    .flex-xxl-column {
      flex-direction: column !important; }

    .flex-xxl-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-xxl-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-xxl-wrap {
      flex-wrap: wrap !important; }

    .flex-xxl-nowrap {
      flex-wrap: nowrap !important; }

    .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-xxl-fill {
      flex: 1 1 auto !important; }

    .flex-xxl-grow-0 {
      flex-grow: 0 !important; }

    .flex-xxl-grow-1 {
      flex-grow: 1 !important; }

    .flex-xxl-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-xxl-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-xxl-start {
      justify-content: flex-start !important; }

    .justify-content-xxl-end {
      justify-content: flex-end !important; }

    .justify-content-xxl-center {
      justify-content: center !important; }

    .justify-content-xxl-between {
      justify-content: space-between !important; }

    .justify-content-xxl-around {
      justify-content: space-around !important; }

    .align-items-xxl-start {
      align-items: flex-start !important; }

    .align-items-xxl-end {
      align-items: flex-end !important; }

    .align-items-xxl-center {
      align-items: center !important; }

    .align-items-xxl-baseline {
      align-items: baseline !important; }

    .align-items-xxl-stretch {
      align-items: stretch !important; }

    .align-content-xxl-start {
      align-content: flex-start !important; }

    .align-content-xxl-end {
      align-content: flex-end !important; }

    .align-content-xxl-center {
      align-content: center !important; }

    .align-content-xxl-between {
      align-content: space-between !important; }

    .align-content-xxl-around {
      align-content: space-around !important; }

    .align-content-xxl-stretch {
      align-content: stretch !important; }

    .align-self-xxl-auto {
      align-self: auto !important; }

    .align-self-xxl-start {
      align-self: flex-start !important; }

    .align-self-xxl-end {
      align-self: flex-end !important; }

    .align-self-xxl-center {
      align-self: center !important; }

    .align-self-xxl-baseline {
      align-self: baseline !important; }

    .align-self-xxl-stretch {
      align-self: stretch !important; } }

@media (min-width: 1400px) {
      .container.container-wide {
        max-width: 84%; } }
  .container.container-full {
    max-width: 100%; }

.row.gutters-grid {
  margin-top: -20px;
  margin-bottom: -20px; }
  .row.gutters-grid > [class*='col'] {
    padding: 20px; }
    .row.gutters-0 {
      margin-left: 0;
      margin-right: 0; }
      .row.gutters-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .row.gutters-0.gutters-grid {
        margin: 0; }
        .row.gutters-0.gutters-grid > [class*='col'] {
          padding: 0; }
    .row.gutters-5 {
      margin-left: -2.5px;
      margin-right: -2.5px; }
      .row.gutters-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .row.gutters-5.gutters-grid {
        margin: -2.5px; }
        .row.gutters-5.gutters-grid > [class*='col'] {
          padding: 2.5px; }
    .row.gutters-10 {
      margin-left: -5px;
      margin-right: -5px; }
      .row.gutters-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px; }
      .row.gutters-10.gutters-grid {
        margin: -5px; }
        .row.gutters-10.gutters-grid > [class*='col'] {
          padding: 5px; }
    .row.gutters-15 {
      margin-left: -7.5px;
      margin-right: -7.5px; }
      .row.gutters-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .row.gutters-15.gutters-grid {
        margin: -7.5px; }
        .row.gutters-15.gutters-grid > [class*='col'] {
          padding: 7.5px; }
    .row.gutters-20 {
      margin-left: -10px;
      margin-right: -10px; }
      .row.gutters-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px; }
      .row.gutters-20.gutters-grid {
        margin: -10px; }
        .row.gutters-20.gutters-grid > [class*='col'] {
          padding: 10px; }
    .row.gutters-25 {
      margin-left: -12.5px;
      margin-right: -12.5px; }
      .row.gutters-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px; }
      .row.gutters-25.gutters-grid {
        margin: -12.5px; }
        .row.gutters-25.gutters-grid > [class*='col'] {
          padding: 12.5px; }
    .row.gutters-30 {
      margin-left: -15px;
      margin-right: -15px; }
      .row.gutters-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px; }
      .row.gutters-30.gutters-grid {
        margin: -15px; }
        .row.gutters-30.gutters-grid > [class*='col'] {
          padding: 15px; }
    .row.gutters-40 {
      margin-left: -20px;
      margin-right: -20px; }
      .row.gutters-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px; }
      .row.gutters-40.gutters-grid {
        margin: -20px; }
        .row.gutters-40.gutters-grid > [class*='col'] {
          padding: 20px; }
    .row.gutters-50 {
      margin-left: -25px;
      margin-right: -25px; }
      .row.gutters-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px; }
      .row.gutters-50.gutters-grid {
        margin: -25px; }
        .row.gutters-50.gutters-grid > [class*='col'] {
          padding: 25px; }
    .row.gutters-60 {
      margin-left: -30px;
      margin-right: -30px; }
      .row.gutters-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px; }
      .row.gutters-60.gutters-grid {
        margin: -30px; }
        .row.gutters-60.gutters-grid > [class*='col'] {
          padding: 30px; }
    .row.gutters-70 {
      margin-left: -35px;
      margin-right: -35px; }
      .row.gutters-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px; }
      .row.gutters-70.gutters-grid {
        margin: -35px; }
        .row.gutters-70.gutters-grid > [class*='col'] {
          padding: 35px; }
    .row.gutters-80 {
      margin-left: -40px;
      margin-right: -40px; }
      .row.gutters-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px; }
      .row.gutters-80.gutters-grid {
        margin: -40px; }
        .row.gutters-80.gutters-grid > [class*='col'] {
          padding: 40px; }
    .row.gutters-90 {
      margin-left: -45px;
      margin-right: -45px; }
      .row.gutters-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px; }
      .row.gutters-90.gutters-grid {
        margin: -45px; }
        .row.gutters-90.gutters-grid > [class*='col'] {
          padding: 45px; }
    .row.gutters-100 {
      margin-left: -50px;
      margin-right: -50px; }
      .row.gutters-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px; }
      .row.gutters-100.gutters-grid {
        margin: -50px; }
        .row.gutters-100.gutters-grid > [class*='col'] {
          padding: 50px; }
  @media (min-width: 480px) {
    .row.gutters-xs-0 {
      margin-left: 0;
      margin-right: 0; }
      .row.gutters-xs-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .row.gutters-xs-0.gutters-grid {
        margin: 0; }
        .row.gutters-xs-0.gutters-grid > [class*='col'] {
          padding: 0; }
      .row.gutters-xs-5 {
        margin-left: -2.5px;
        margin-right: -2.5px; }
      .row.gutters-xs-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .row.gutters-xs-5.gutters-grid {
        margin: -2.5px; }
        .row.gutters-xs-5.gutters-grid > [class*='col'] {
          padding: 2.5px; }
      .row.gutters-xs-10 {
        margin-left: -5px;
        margin-right: -5px; }
      .row.gutters-xs-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px; }
      .row.gutters-xs-10.gutters-grid {
        margin: -5px; }
        .row.gutters-xs-10.gutters-grid > [class*='col'] {
          padding: 5px; }
      .row.gutters-xs-15 {
        margin-left: -7.5px;
        margin-right: -7.5px; }
      .row.gutters-xs-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .row.gutters-xs-15.gutters-grid {
        margin: -7.5px; }
        .row.gutters-xs-15.gutters-grid > [class*='col'] {
          padding: 7.5px; }
      .row.gutters-xs-20 {
        margin-left: -10px;
        margin-right: -10px; }
      .row.gutters-xs-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px; }
      .row.gutters-xs-20.gutters-grid {
        margin: -10px; }
        .row.gutters-xs-20.gutters-grid > [class*='col'] {
          padding: 10px; }
      .row.gutters-xs-25 {
        margin-left: -12.5px;
        margin-right: -12.5px; }
      .row.gutters-xs-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px; }
      .row.gutters-xs-25.gutters-grid {
        margin: -12.5px; }
        .row.gutters-xs-25.gutters-grid > [class*='col'] {
          padding: 12.5px; }
      .row.gutters-xs-30 {
        margin-left: -15px;
        margin-right: -15px; }
      .row.gutters-xs-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px; }
      .row.gutters-xs-30.gutters-grid {
        margin: -15px; }
        .row.gutters-xs-30.gutters-grid > [class*='col'] {
          padding: 15px; }
      .row.gutters-xs-40 {
        margin-left: -20px;
        margin-right: -20px; }
      .row.gutters-xs-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px; }
      .row.gutters-xs-40.gutters-grid {
        margin: -20px; }
        .row.gutters-xs-40.gutters-grid > [class*='col'] {
          padding: 20px; }
      .row.gutters-xs-50 {
        margin-left: -25px;
        margin-right: -25px; }
      .row.gutters-xs-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px; }
      .row.gutters-xs-50.gutters-grid {
        margin: -25px; }
        .row.gutters-xs-50.gutters-grid > [class*='col'] {
          padding: 25px; }
      .row.gutters-xs-60 {
        margin-left: -30px;
        margin-right: -30px; }
      .row.gutters-xs-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px; }
      .row.gutters-xs-60.gutters-grid {
        margin: -30px; }
        .row.gutters-xs-60.gutters-grid > [class*='col'] {
          padding: 30px; }
      .row.gutters-xs-70 {
        margin-left: -35px;
        margin-right: -35px; }
      .row.gutters-xs-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px; }
      .row.gutters-xs-70.gutters-grid {
        margin: -35px; }
        .row.gutters-xs-70.gutters-grid > [class*='col'] {
          padding: 35px; }
      .row.gutters-xs-80 {
        margin-left: -40px;
        margin-right: -40px; }
      .row.gutters-xs-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px; }
      .row.gutters-xs-80.gutters-grid {
        margin: -40px; }
        .row.gutters-xs-80.gutters-grid > [class*='col'] {
          padding: 40px; }
      .row.gutters-xs-90 {
        margin-left: -45px;
        margin-right: -45px; }
      .row.gutters-xs-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px; }
      .row.gutters-xs-90.gutters-grid {
        margin: -45px; }
        .row.gutters-xs-90.gutters-grid > [class*='col'] {
          padding: 45px; }
      .row.gutters-xs-100 {
        margin-left: -50px;
        margin-right: -50px; }
      .row.gutters-xs-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px; }
      .row.gutters-xs-100.gutters-grid {
        margin: -50px; }
        .row.gutters-xs-100.gutters-grid > [class*='col'] {
          padding: 50px; } }
  @media (min-width: 576px) {
    .row.gutters-sm-0 {
      margin-left: 0;
      margin-right: 0; }
      .row.gutters-sm-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .row.gutters-sm-0.gutters-grid {
        margin: 0; }
        .row.gutters-sm-0.gutters-grid > [class*='col'] {
          padding: 0; }
      .row.gutters-sm-5 {
        margin-left: -2.5px;
        margin-right: -2.5px; }
      .row.gutters-sm-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .row.gutters-sm-5.gutters-grid {
        margin: -2.5px; }
        .row.gutters-sm-5.gutters-grid > [class*='col'] {
          padding: 2.5px; }
      .row.gutters-sm-10 {
        margin-left: -5px;
        margin-right: -5px; }
      .row.gutters-sm-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px; }
      .row.gutters-sm-10.gutters-grid {
        margin: -5px; }
        .row.gutters-sm-10.gutters-grid > [class*='col'] {
          padding: 5px; }
      .row.gutters-sm-15 {
        margin-left: -7.5px;
        margin-right: -7.5px; }
      .row.gutters-sm-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .row.gutters-sm-15.gutters-grid {
        margin: -7.5px; }
        .row.gutters-sm-15.gutters-grid > [class*='col'] {
          padding: 7.5px; }
      .row.gutters-sm-20 {
        margin-left: -10px;
        margin-right: -10px; }
      .row.gutters-sm-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px; }
      .row.gutters-sm-20.gutters-grid {
        margin: -10px; }
        .row.gutters-sm-20.gutters-grid > [class*='col'] {
          padding: 10px; }
      .row.gutters-sm-25 {
        margin-left: -12.5px;
        margin-right: -12.5px; }
      .row.gutters-sm-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px; }
      .row.gutters-sm-25.gutters-grid {
        margin: -12.5px; }
        .row.gutters-sm-25.gutters-grid > [class*='col'] {
          padding: 12.5px; }
      .row.gutters-sm-30 {
        margin-left: -15px;
        margin-right: -15px; }
      .row.gutters-sm-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px; }
      .row.gutters-sm-30.gutters-grid {
        margin: -15px; }
        .row.gutters-sm-30.gutters-grid > [class*='col'] {
          padding: 15px; }
      .row.gutters-sm-40 {
        margin-left: -20px;
        margin-right: -20px; }
      .row.gutters-sm-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px; }
      .row.gutters-sm-40.gutters-grid {
        margin: -20px; }
        .row.gutters-sm-40.gutters-grid > [class*='col'] {
          padding: 20px; }
      .row.gutters-sm-50 {
        margin-left: -25px;
        margin-right: -25px; }
      .row.gutters-sm-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px; }
      .row.gutters-sm-50.gutters-grid {
        margin: -25px; }
        .row.gutters-sm-50.gutters-grid > [class*='col'] {
          padding: 25px; }
      .row.gutters-sm-60 {
        margin-left: -30px;
        margin-right: -30px; }
      .row.gutters-sm-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px; }
      .row.gutters-sm-60.gutters-grid {
        margin: -30px; }
        .row.gutters-sm-60.gutters-grid > [class*='col'] {
          padding: 30px; }
      .row.gutters-sm-70 {
        margin-left: -35px;
        margin-right: -35px; }
      .row.gutters-sm-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px; }
      .row.gutters-sm-70.gutters-grid {
        margin: -35px; }
        .row.gutters-sm-70.gutters-grid > [class*='col'] {
          padding: 35px; }
      .row.gutters-sm-80 {
        margin-left: -40px;
        margin-right: -40px; }
      .row.gutters-sm-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px; }
      .row.gutters-sm-80.gutters-grid {
        margin: -40px; }
        .row.gutters-sm-80.gutters-grid > [class*='col'] {
          padding: 40px; }
      .row.gutters-sm-90 {
        margin-left: -45px;
        margin-right: -45px; }
      .row.gutters-sm-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px; }
      .row.gutters-sm-90.gutters-grid {
        margin: -45px; }
        .row.gutters-sm-90.gutters-grid > [class*='col'] {
          padding: 45px; }
      .row.gutters-sm-100 {
        margin-left: -50px;
        margin-right: -50px; }
      .row.gutters-sm-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px; }
      .row.gutters-sm-100.gutters-grid {
        margin: -50px; }
        .row.gutters-sm-100.gutters-grid > [class*='col'] {
          padding: 50px; } }
  @media (min-width: 768px) {
    .row.gutters-md-0 {
      margin-left: 0;
      margin-right: 0; }
      .row.gutters-md-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .row.gutters-md-0.gutters-grid {
        margin: 0; }
        .row.gutters-md-0.gutters-grid > [class*='col'] {
          padding: 0; }
      .row.gutters-md-5 {
        margin-left: -2.5px;
        margin-right: -2.5px; }
      .row.gutters-md-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .row.gutters-md-5.gutters-grid {
        margin: -2.5px; }
        .row.gutters-md-5.gutters-grid > [class*='col'] {
          padding: 2.5px; }
      .row.gutters-md-10 {
        margin-left: -5px;
        margin-right: -5px; }
      .row.gutters-md-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px; }
      .row.gutters-md-10.gutters-grid {
        margin: -5px; }
        .row.gutters-md-10.gutters-grid > [class*='col'] {
          padding: 5px; }
      .row.gutters-md-15 {
        margin-left: -7.5px;
        margin-right: -7.5px; }
      .row.gutters-md-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .row.gutters-md-15.gutters-grid {
        margin: -7.5px; }
        .row.gutters-md-15.gutters-grid > [class*='col'] {
          padding: 7.5px; }
      .row.gutters-md-20 {
        margin-left: -10px;
        margin-right: -10px; }
      .row.gutters-md-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px; }
      .row.gutters-md-20.gutters-grid {
        margin: -10px; }
        .row.gutters-md-20.gutters-grid > [class*='col'] {
          padding: 10px; }
      .row.gutters-md-25 {
        margin-left: -12.5px;
        margin-right: -12.5px; }
      .row.gutters-md-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px; }
      .row.gutters-md-25.gutters-grid {
        margin: -12.5px; }
        .row.gutters-md-25.gutters-grid > [class*='col'] {
          padding: 12.5px; }
      .row.gutters-md-30 {
        margin-left: -15px;
        margin-right: -15px; }
      .row.gutters-md-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px; }
      .row.gutters-md-30.gutters-grid {
        margin: -15px; }
        .row.gutters-md-30.gutters-grid > [class*='col'] {
          padding: 15px; }
      .row.gutters-md-40 {
        margin-left: -20px;
        margin-right: -20px; }
      .row.gutters-md-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px; }
      .row.gutters-md-40.gutters-grid {
        margin: -20px; }
        .row.gutters-md-40.gutters-grid > [class*='col'] {
          padding: 20px; }
      .row.gutters-md-50 {
        margin-left: -25px;
        margin-right: -25px; }
      .row.gutters-md-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px; }
      .row.gutters-md-50.gutters-grid {
        margin: -25px; }
        .row.gutters-md-50.gutters-grid > [class*='col'] {
          padding: 25px; }
      .row.gutters-md-60 {
        margin-left: -30px;
        margin-right: -30px; }
      .row.gutters-md-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px; }
      .row.gutters-md-60.gutters-grid {
        margin: -30px; }
        .row.gutters-md-60.gutters-grid > [class*='col'] {
          padding: 30px; }
      .row.gutters-md-70 {
        margin-left: -35px;
        margin-right: -35px; }
      .row.gutters-md-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px; }
      .row.gutters-md-70.gutters-grid {
        margin: -35px; }
        .row.gutters-md-70.gutters-grid > [class*='col'] {
          padding: 35px; }
      .row.gutters-md-80 {
        margin-left: -40px;
        margin-right: -40px; }
      .row.gutters-md-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px; }
      .row.gutters-md-80.gutters-grid {
        margin: -40px; }
        .row.gutters-md-80.gutters-grid > [class*='col'] {
          padding: 40px; }
      .row.gutters-md-90 {
        margin-left: -45px;
        margin-right: -45px; }
      .row.gutters-md-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px; }
      .row.gutters-md-90.gutters-grid {
        margin: -45px; }
        .row.gutters-md-90.gutters-grid > [class*='col'] {
          padding: 45px; }
      .row.gutters-md-100 {
        margin-left: -50px;
        margin-right: -50px; }
      .row.gutters-md-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px; }
      .row.gutters-md-100.gutters-grid {
        margin: -50px; }
        .row.gutters-md-100.gutters-grid > [class*='col'] {
          padding: 50px; } }
  @media (min-width: 1025px) {
    .row.gutters-lg-0 {
      margin-left: 0;
      margin-right: 0; }
      .row.gutters-lg-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .row.gutters-lg-0.gutters-grid {
        margin: 0; }
        .row.gutters-lg-0.gutters-grid > [class*='col'] {
          padding: 0; }
      .row.gutters-lg-5 {
        margin-left: -2.5px;
        margin-right: -2.5px; }
      .row.gutters-lg-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .row.gutters-lg-5.gutters-grid {
        margin: -2.5px; }
        .row.gutters-lg-5.gutters-grid > [class*='col'] {
          padding: 2.5px; }
      .row.gutters-lg-10 {
        margin-left: -5px;
        margin-right: -5px; }
      .row.gutters-lg-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px; }
      .row.gutters-lg-10.gutters-grid {
        margin: -5px; }
        .row.gutters-lg-10.gutters-grid > [class*='col'] {
          padding: 5px; }
      .row.gutters-lg-15 {
        margin-left: -7.5px;
        margin-right: -7.5px; }
      .row.gutters-lg-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .row.gutters-lg-15.gutters-grid {
        margin: -7.5px; }
        .row.gutters-lg-15.gutters-grid > [class*='col'] {
          padding: 7.5px; }
      .row.gutters-lg-20 {
        margin-left: -10px;
        margin-right: -10px; }
      .row.gutters-lg-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px; }
      .row.gutters-lg-20.gutters-grid {
        margin: -10px; }
        .row.gutters-lg-20.gutters-grid > [class*='col'] {
          padding: 10px; }
      .row.gutters-lg-25 {
        margin-left: -12.5px;
        margin-right: -12.5px; }
      .row.gutters-lg-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px; }
      .row.gutters-lg-25.gutters-grid {
        margin: -12.5px; }
        .row.gutters-lg-25.gutters-grid > [class*='col'] {
          padding: 12.5px; }
      .row.gutters-lg-30 {
        margin-left: -15px;
        margin-right: -15px; }
      .row.gutters-lg-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px; }
      .row.gutters-lg-30.gutters-grid {
        margin: -15px; }
        .row.gutters-lg-30.gutters-grid > [class*='col'] {
          padding: 15px; }
      .row.gutters-lg-40 {
        margin-left: -20px;
        margin-right: -20px; }
      .row.gutters-lg-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px; }
      .row.gutters-lg-40.gutters-grid {
        margin: -20px; }
        .row.gutters-lg-40.gutters-grid > [class*='col'] {
          padding: 20px; }
      .row.gutters-lg-50 {
        margin-left: -25px;
        margin-right: -25px; }
      .row.gutters-lg-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px; }
      .row.gutters-lg-50.gutters-grid {
        margin: -25px; }
        .row.gutters-lg-50.gutters-grid > [class*='col'] {
          padding: 25px; }
      .row.gutters-lg-60 {
        margin-left: -30px;
        margin-right: -30px; }
      .row.gutters-lg-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px; }
      .row.gutters-lg-60.gutters-grid {
        margin: -30px; }
        .row.gutters-lg-60.gutters-grid > [class*='col'] {
          padding: 30px; }
      .row.gutters-lg-70 {
        margin-left: -35px;
        margin-right: -35px; }
      .row.gutters-lg-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px; }
      .row.gutters-lg-70.gutters-grid {
        margin: -35px; }
        .row.gutters-lg-70.gutters-grid > [class*='col'] {
          padding: 35px; }
      .row.gutters-lg-80 {
        margin-left: -40px;
        margin-right: -40px; }
      .row.gutters-lg-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px; }
      .row.gutters-lg-80.gutters-grid {
        margin: -40px; }
        .row.gutters-lg-80.gutters-grid > [class*='col'] {
          padding: 40px; }
      .row.gutters-lg-90 {
        margin-left: -45px;
        margin-right: -45px; }
      .row.gutters-lg-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px; }
      .row.gutters-lg-90.gutters-grid {
        margin: -45px; }
        .row.gutters-lg-90.gutters-grid > [class*='col'] {
          padding: 45px; }
      .row.gutters-lg-100 {
        margin-left: -50px;
        margin-right: -50px; }
      .row.gutters-lg-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px; }
      .row.gutters-lg-100.gutters-grid {
        margin: -50px; }
        .row.gutters-lg-100.gutters-grid > [class*='col'] {
          padding: 50px; } }
  @media (min-width: 1280px) {
    .row.gutters-xl-0 {
      margin-left: 0;
      margin-right: 0; }
      .row.gutters-xl-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .row.gutters-xl-0.gutters-grid {
        margin: 0; }
        .row.gutters-xl-0.gutters-grid > [class*='col'] {
          padding: 0; }
      .row.gutters-xl-5 {
        margin-left: -2.5px;
        margin-right: -2.5px; }
      .row.gutters-xl-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .row.gutters-xl-5.gutters-grid {
        margin: -2.5px; }
        .row.gutters-xl-5.gutters-grid > [class*='col'] {
          padding: 2.5px; }
      .row.gutters-xl-10 {
        margin-left: -5px;
        margin-right: -5px; }
      .row.gutters-xl-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px; }
      .row.gutters-xl-10.gutters-grid {
        margin: -5px; }
        .row.gutters-xl-10.gutters-grid > [class*='col'] {
          padding: 5px; }
      .row.gutters-xl-15 {
        margin-left: -7.5px;
        margin-right: -7.5px; }
      .row.gutters-xl-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .row.gutters-xl-15.gutters-grid {
        margin: -7.5px; }
        .row.gutters-xl-15.gutters-grid > [class*='col'] {
          padding: 7.5px; }
      .row.gutters-xl-20 {
        margin-left: -10px;
        margin-right: -10px; }
      .row.gutters-xl-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px; }
      .row.gutters-xl-20.gutters-grid {
        margin: -10px; }
        .row.gutters-xl-20.gutters-grid > [class*='col'] {
          padding: 10px; }
      .row.gutters-xl-25 {
        margin-left: -12.5px;
        margin-right: -12.5px; }
      .row.gutters-xl-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px; }
      .row.gutters-xl-25.gutters-grid {
        margin: -12.5px; }
        .row.gutters-xl-25.gutters-grid > [class*='col'] {
          padding: 12.5px; }
      .row.gutters-xl-30 {
        margin-left: -15px;
        margin-right: -15px; }
      .row.gutters-xl-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px; }
      .row.gutters-xl-30.gutters-grid {
        margin: -15px; }
        .row.gutters-xl-30.gutters-grid > [class*='col'] {
          padding: 15px; }
      .row.gutters-xl-40 {
        margin-left: -20px;
        margin-right: -20px; }
      .row.gutters-xl-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px; }
      .row.gutters-xl-40.gutters-grid {
        margin: -20px; }
        .row.gutters-xl-40.gutters-grid > [class*='col'] {
          padding: 20px; }
      .row.gutters-xl-50 {
        margin-left: -25px;
        margin-right: -25px; }
      .row.gutters-xl-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px; }
      .row.gutters-xl-50.gutters-grid {
        margin: -25px; }
        .row.gutters-xl-50.gutters-grid > [class*='col'] {
          padding: 25px; }
      .row.gutters-xl-60 {
        margin-left: -30px;
        margin-right: -30px; }
      .row.gutters-xl-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px; }
      .row.gutters-xl-60.gutters-grid {
        margin: -30px; }
        .row.gutters-xl-60.gutters-grid > [class*='col'] {
          padding: 30px; }
      .row.gutters-xl-70 {
        margin-left: -35px;
        margin-right: -35px; }
      .row.gutters-xl-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px; }
      .row.gutters-xl-70.gutters-grid {
        margin: -35px; }
        .row.gutters-xl-70.gutters-grid > [class*='col'] {
          padding: 35px; }
      .row.gutters-xl-80 {
        margin-left: -40px;
        margin-right: -40px; }
      .row.gutters-xl-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px; }
      .row.gutters-xl-80.gutters-grid {
        margin: -40px; }
        .row.gutters-xl-80.gutters-grid > [class*='col'] {
          padding: 40px; }
      .row.gutters-xl-90 {
        margin-left: -45px;
        margin-right: -45px; }
      .row.gutters-xl-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px; }
      .row.gutters-xl-90.gutters-grid {
        margin: -45px; }
        .row.gutters-xl-90.gutters-grid > [class*='col'] {
          padding: 45px; }
      .row.gutters-xl-100 {
        margin-left: -50px;
        margin-right: -50px; }
      .row.gutters-xl-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px; }
      .row.gutters-xl-100.gutters-grid {
        margin: -50px; }
        .row.gutters-xl-100.gutters-grid > [class*='col'] {
          padding: 50px; } }
  @media (min-width: 1366px) {
    .row.gutters-xxl-0 {
      margin-left: 0;
      margin-right: 0; }
      .row.gutters-xxl-0 > [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .row.gutters-xxl-0.gutters-grid {
        margin: 0; }
        .row.gutters-xxl-0.gutters-grid > [class*='col'] {
          padding: 0; }
      .row.gutters-xxl-5 {
        margin-left: -2.5px;
        margin-right: -2.5px; }
      .row.gutters-xxl-5 > [class*='col'] {
        padding-left: 2.5px;
        padding-right: 2.5px; }
      .row.gutters-xxl-5.gutters-grid {
        margin: -2.5px; }
        .row.gutters-xxl-5.gutters-grid > [class*='col'] {
          padding: 2.5px; }
      .row.gutters-xxl-10 {
        margin-left: -5px;
        margin-right: -5px; }
      .row.gutters-xxl-10 > [class*='col'] {
        padding-left: 5px;
        padding-right: 5px; }
      .row.gutters-xxl-10.gutters-grid {
        margin: -5px; }
        .row.gutters-xxl-10.gutters-grid > [class*='col'] {
          padding: 5px; }
      .row.gutters-xxl-15 {
        margin-left: -7.5px;
        margin-right: -7.5px; }
      .row.gutters-xxl-15 > [class*='col'] {
        padding-left: 7.5px;
        padding-right: 7.5px; }
      .row.gutters-xxl-15.gutters-grid {
        margin: -7.5px; }
        .row.gutters-xxl-15.gutters-grid > [class*='col'] {
          padding: 7.5px; }
      .row.gutters-xxl-20 {
        margin-left: -10px;
        margin-right: -10px; }
      .row.gutters-xxl-20 > [class*='col'] {
        padding-left: 10px;
        padding-right: 10px; }
      .row.gutters-xxl-20.gutters-grid {
        margin: -10px; }
        .row.gutters-xxl-20.gutters-grid > [class*='col'] {
          padding: 10px; }
      .row.gutters-xxl-25 {
        margin-left: -12.5px;
        margin-right: -12.5px; }
      .row.gutters-xxl-25 > [class*='col'] {
        padding-left: 12.5px;
        padding-right: 12.5px; }
      .row.gutters-xxl-25.gutters-grid {
        margin: -12.5px; }
        .row.gutters-xxl-25.gutters-grid > [class*='col'] {
          padding: 12.5px; }
      .row.gutters-xxl-30 {
        margin-left: -15px;
        margin-right: -15px; }
      .row.gutters-xxl-30 > [class*='col'] {
        padding-left: 15px;
        padding-right: 15px; }
      .row.gutters-xxl-30.gutters-grid {
        margin: -15px; }
        .row.gutters-xxl-30.gutters-grid > [class*='col'] {
          padding: 15px; }
      .row.gutters-xxl-40 {
        margin-left: -20px;
        margin-right: -20px; }
      .row.gutters-xxl-40 > [class*='col'] {
        padding-left: 20px;
        padding-right: 20px; }
      .row.gutters-xxl-40.gutters-grid {
        margin: -20px; }
        .row.gutters-xxl-40.gutters-grid > [class*='col'] {
          padding: 20px; }
      .row.gutters-xxl-50 {
        margin-left: -25px;
        margin-right: -25px; }
      .row.gutters-xxl-50 > [class*='col'] {
        padding-left: 25px;
        padding-right: 25px; }
      .row.gutters-xxl-50.gutters-grid {
        margin: -25px; }
        .row.gutters-xxl-50.gutters-grid > [class*='col'] {
          padding: 25px; }
      .row.gutters-xxl-60 {
        margin-left: -30px;
        margin-right: -30px; }
      .row.gutters-xxl-60 > [class*='col'] {
        padding-left: 30px;
        padding-right: 30px; }
      .row.gutters-xxl-60.gutters-grid {
        margin: -30px; }
        .row.gutters-xxl-60.gutters-grid > [class*='col'] {
          padding: 30px; }
      .row.gutters-xxl-70 {
        margin-left: -35px;
        margin-right: -35px; }
      .row.gutters-xxl-70 > [class*='col'] {
        padding-left: 35px;
        padding-right: 35px; }
      .row.gutters-xxl-70.gutters-grid {
        margin: -35px; }
        .row.gutters-xxl-70.gutters-grid > [class*='col'] {
          padding: 35px; }
      .row.gutters-xxl-80 {
        margin-left: -40px;
        margin-right: -40px; }
      .row.gutters-xxl-80 > [class*='col'] {
        padding-left: 40px;
        padding-right: 40px; }
      .row.gutters-xxl-80.gutters-grid {
        margin: -40px; }
        .row.gutters-xxl-80.gutters-grid > [class*='col'] {
          padding: 40px; }
      .row.gutters-xxl-90 {
        margin-left: -45px;
        margin-right: -45px; }
      .row.gutters-xxl-90 > [class*='col'] {
        padding-left: 45px;
        padding-right: 45px; }
      .row.gutters-xxl-90.gutters-grid {
        margin: -45px; }
        .row.gutters-xxl-90.gutters-grid > [class*='col'] {
          padding: 45px; }
      .row.gutters-xxl-100 {
        margin-left: -50px;
        margin-right: -50px; }
      .row.gutters-xxl-100 > [class*='col'] {
        padding-left: 50px;
        padding-right: 50px; }
      .row.gutters-xxl-100.gutters-grid {
        margin: -50px; }
        .row.gutters-xxl-100.gutters-grid > [class*='col'] {
          padding: 50px; } }
  @media (max-width: 479.98px) {
  .cms-hidden {
    display: none !important; } }
  .cms-hidden-n {
    display: none !important; }
  @media (max-width: 575.98px) {
  .cms-hidden-xs {
    display: none !important; } }
  @media (min-width: 480px) {
  .cms-hidden-n-xs {
    display: none !important; } }
  @media (max-width: 767.98px) {
  .cms-hidden-sm {
    display: none !important; } }
  @media (min-width: 576px) {
  .cms-hidden-n-sm {
    display: none !important; } }
  @media (max-width: 1024.98px) {
  .cms-hidden-md {
    display: none !important; } }
  @media (min-width: 768px) {
  .cms-hidden-n-md {
    display: none !important; } }
  @media (max-width: 1279.98px) {
  .cms-hidden-lg {
    display: none !important; } }
  @media (min-width: 1025px) {
  .cms-hidden-n-lg {
    display: none !important; } }
  @media (max-width: 1365.98px) {
  .cms-hidden-xl {
    display: none !important; } }
  @media (min-width: 1280px) {
  .cms-hidden-n-xl {
    display: none !important; } }
  .cms-hidden-xxl {
    display: none !important; }
  @media (min-width: 1366px) {
  .cms-hidden-n-xxl {
    display: none !important; } }
/*--------------------------------------------------------------*/
/* MouseWheel */
.cms-mousewheel {
  overflow: hidden;
  height: 100%;
  max-height: 100vh; }
  .cms-mousewheel > * {
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% + 34px);
    padding-right: 34px;
    height: 100%;
    max-height: 100vh;
    padding-bottom: 50px; }
  .cms-mousewheel > * select, .cms-mousewheel > * table {
    width: calc(100% - 34px); }
  [dir='rtl'] .cms-mousewheel > * {
    padding-right: 0;
    padding-left: 34px; }

@-webkit-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-ms-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg); }

  from {
    transform: rotate(175deg); } }

@-moz-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg); }

  from {
    transform: rotate(175deg); } }

@-ms-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg); }

  from {
    transform: rotate(175deg); } }

@-o-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg); }

  from {
    transform: rotate(175deg); } }

@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg); }

  from {
    transform: rotate(175deg); } }

@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg); }

  to {
    transform: rotate(-30deg); } }

@-moz-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg); }

  to {
    transform: rotate(-30deg); } }

@-ms-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg); }

  to {
    transform: rotate(-30deg); } }

@-o-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg); }

  to {
    transform: rotate(-30deg); } }

@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg); }

  to {
    transform: rotate(-30deg); } }

@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(-360deg); } }

@-moz-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(-360deg); } }

@-ms-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(-360deg); } }

@-o-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(-360deg); } }

@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(-360deg); } }

@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-moz-keyframes spin-fade-in-first {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-ms-keyframes spin-fade-in-first {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-o-keyframes spin-fade-in-first {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes spin-fade-in-first {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes spin-fade-in-second {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes spin-fade-in-second {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes spin-fade-in-second {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes spin-fade-in-second {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }

  20% {
    opacity: 0.8; }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0; } }

@-moz-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }

  20% {
    opacity: 0.8; }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0; } }

@-ms-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }

  20% {
    opacity: 0.8; }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0; } }

@-o-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }

  20% {
    opacity: 0.8; }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0; } }

@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8; }

  20% {
    opacity: 0.8; }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0; } }

@-webkit-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-ms-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-o-keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-moz-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-ms-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-o-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@-o-keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@keyframes headerSlideDown {
  0% {
    margin-top: -150px; }

  100% {
    margin-top: 0; } }

@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@-moz-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@-ms-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@-o-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0; }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1; }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0; } }

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@-moz-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@-ms-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@-o-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@-webkit-keyframes vibrate {
  0% {
    top: 0px; }

  25% {
    top: -5px; }

  50% {
    top: 0px; }

  75% {
    top: 5px; }

  100% {
    top: 0px; } }

@-moz-keyframes vibrate {
  0% {
    top: 0px; }

  25% {
    top: -5px; }

  50% {
    top: 0px; }

  75% {
    top: 5px; }

  100% {
    top: 0px; } }

@-ms-keyframes vibrate {
  0% {
    top: 0px; }

  25% {
    top: -5px; }

  50% {
    top: 0px; }

  75% {
    top: 5px; }

  100% {
    top: 0px; } }

@-o-keyframes vibrate {
  0% {
    top: 0px; }

  25% {
    top: -5px; }

  50% {
    top: 0px; }

  75% {
    top: 5px; }

  100% {
    top: 0px; } }

@keyframes vibrate {
  0% {
    top: 0px; }

  25% {
    top: -5px; }

  50% {
    top: 0px; }

  75% {
    top: 5px; }

  100% {
    top: 0px; } }

@-webkit-keyframes readmoreIcon {
  0% {
    right: 0;
    opacity: 1; }

  50% {
    right: 20px;
    opacity: 0; }

  100% {
    right: 0;
    opacity: 1; } }

@-moz-keyframes readmoreIcon {
  0% {
    right: 0;
    opacity: 1; }

  50% {
    right: 20px;
    opacity: 0; }

  100% {
    right: 0;
    opacity: 1; } }

@-ms-keyframes readmoreIcon {
  0% {
    right: 0;
    opacity: 1; }

  50% {
    right: 20px;
    opacity: 0; }

  100% {
    right: 0;
    opacity: 1; } }

@-o-keyframes readmoreIcon {
  0% {
    right: 0;
    opacity: 1; }

  50% {
    right: 20px;
    opacity: 0; }

  100% {
    right: 0;
    opacity: 1; } }

@keyframes readmoreIcon {
  0% {
    right: 0;
    opacity: 1; }

  50% {
    right: 20px;
    opacity: 0; }

  100% {
    right: 0;
    opacity: 1; } }

@-webkit-keyframes readmoreIcon-rtl {
  0% {
    left: 0;
    opacity: 1; }

  50% {
    left: 20px;
    opacity: 0; }

  100% {
    left: 0;
    opacity: 1; } }

@-moz-keyframes readmoreIcon-rtl {
  0% {
    left: 0;
    opacity: 1; }

  50% {
    left: 20px;
    opacity: 0; }

  100% {
    left: 0;
    opacity: 1; } }

@-ms-keyframes readmoreIcon-rtl {
  0% {
    left: 0;
    opacity: 1; }

  50% {
    left: 20px;
    opacity: 0; }

  100% {
    left: 0;
    opacity: 1; } }

@-o-keyframes readmoreIcon-rtl {
  0% {
    left: 0;
    opacity: 1; }

  50% {
    left: 20px;
    opacity: 0; }

  100% {
    left: 0;
    opacity: 1; } }

@keyframes readmoreIcon-rtl {
  0% {
    left: 0;
    opacity: 1; }

  50% {
    left: 20px;
    opacity: 0; }

  100% {
    left: 0;
    opacity: 1; } }

.wp-block-button {
  margin-bottom: 20px; }
  .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0; }

.wp-block-cover {
  color: #fff; }

.single-post p[class], .single-post p[style] {
  line-height: normal;
  clear: both;
  overflow: hidden; }

[class*="wp-block-"] {
  margin-top: 30px;
  margin-bottom: 30px; }
  [class*="wp-block-"]:first-child {
    margin-top: 0; }
  [class*="wp-block-"]:last-child {
    margin-bottom: 0; }
  [class*="wp-block-"] [class*="wp-block-"] {
    margin-top: 0;
    margin-bottom: 0; }

.wp-block-group.has-background {
  padding: 15px 20px; }
  .wp-block-group .wp-block-button + * {
    padding-top: 15px; }

.wp-block-rss {
  list-style: none; }

.wp-block-table .has-fixed-layout {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.blocks-gallery-caption {
  margin-bottom: 30px; }

.wp-caption.alignright {
  margin-bottom: 0 !important; }

.cms-ac-content {
  display: none; }

.cms-ac-title [class*="cms-ac-title-icon-"] {
  font-size: 20px; }
  .cms-ac-title .cms-ac-title-icon-close {
    font-size: 14px; }

.cms-accordion-layout-1 .cms-accordion-item {
  padding: 22px 30px;
  border: 2px solid #cdd6e0;
  margin-bottom: 30px;
  cursor: pointer; }
  .cms-accordion-layout-1 .cms-accordion-item:last-child {
    margin-bottom: 0; }
  .cms-accordion-layout-1 .cms-accordion-item:hover, .cms-accordion-layout-1 .cms-accordion-item.active {
    border-color: var(--color-accent); }
    .cms-accordion-layout-1 .cms-accordion-item:hover .cms-ac-title-text, .cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title-text, .cms-accordion-layout-1 .cms-accordion-item:hover .cms-ac-title-icon, .cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title-icon {
      color: var(--color-accent); }
  .cms-accordion-layout-1 .cms-accordion-item .cms-ac-title-icon-open {
    display: none; }
  .cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title-icon-close {
    display: none; }
    .cms-accordion-layout-1 .cms-accordion-item.active .cms-ac-title-icon-open {
      display: inline-block; }
  .cms-accordion-layout-1 .cms-ac-content {
    padding: 10px 0 0; }

.cms-anchor {
  width: 110px;
  height: 110px;
  text-align: center;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 20px; }
  .cms-anchor:hover {
    color: #fff;
    background-color: var(--color-accent); }

.cms-anchor-icon {
  font-size: 20px;
  padding-bottom: 5px;
  position: relative;
  -webkit-animation: vibrate 2s linear 0s infinite;
  -khtml-animation: vibrate 2s linear 0s infinite;
  -moz-animation: vibrate 2s linear 0s infinite;
  -ms-animation: vibrate 2s linear 0s infinite;
  -o-animation: vibrate 2s linear 0s infinite;
  animation: vibrate 2s linear 0s infinite; }

.cms-careers-layout-1 .job-type {
  background-color: var(--color-accent);
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px; }

.cms-clients-layout-1 a {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }
  .cms-clients-layout-1 a:hover {
    filter: alpha(opacity=1 !important * 100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1 !important * 100)";
    -webkit-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important; }

.cms-company-history .content-item {
  display: flex; }
  .cms-company-history .content-item .left-content {
    padding-right: 42px;
    position: relative; }
    .cms-company-history .content-item .left-content span.dot {
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      border: 2px solid #dcdee2;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 3px;
      right: -11px; }
      .cms-company-history .content-item .left-content span.dot:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border: 2px solid var(--color-accent);
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
    .cms-company-history .content-item .left-content:after {
      content: "";
      display: block;
      width: 2px;
      background-color: #dcdee2;
      position: absolute;
      top: 26px;
      right: 0;
      bottom: -3px; }
    .cms-company-history .content-item .left-content .timeline-year {
      width: 75px;
      font-size: 14px;
      line-height: 30px;
      font-weight: bold;
      display: inline-block;
      padding: 0;
      background-color: var(--color-accent);
      color: #fff;
      text-align: center;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      position: relative; }
      .cms-company-history .content-item .left-content .timeline-year:before {
        position: absolute;
        content: "";
        display: block;
        height: 21px;
        width: 21px;
        top: 50%;
        right: -9px;
        background-color: var(--color-accent);
        transform: translateY(-50%) rotate(45deg); }
  .cms-company-history .content-item .right-content {
    padding-left: 40px; }
    .cms-company-history .content-item .right-content .timeline-title {
      margin-bottom: 13px; }
    .cms-company-history .content-item .right-content .timeline-text {
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 40px; }
  .cms-company-history .content-item:last-child .right-content .timeline-text {
    margin-bottom: 0; }
    .cms-company-history .content-item:last-child .left-content:after {
      bottom: 7px; }
  @media (max-width: 767px) {
    .cms-company-history .content-item {
      flex-direction: column; }
      .cms-company-history .content-item span.dot, .cms-company-history .content-item .left-content:after {
        display: none !important; }
      .cms-company-history .content-item .right-content {
        padding-left: 0;
        margin-top: 15px; } }

.cms-countdown-layout-1 .time-item-inner {
  min-width: 100px; }
  .cms-countdown-layout-1 .inner-number {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--heading-font-family); }
  .cms-countdown-layout-1 .inner-text {
    font-size: 17px; }

.cms-counter-number {
  white-space: nowrap;
  overflow: hidden; }

.cms-counter-layout1 .cms-counter-icon {
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-opacity: 0.1;
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  -ms-opacity: 0.1;
  -o-opacity: 0.1;
  opacity: 0.1; }
  .cms-counter-layout1 .cms-counter-number-wrap {
    top: 20px;
    left: 30px; }
  [dir="rtl"] .cms-counter-layout1 .cms-counter-number-wrap {
    left: auto;
    right: 30px; }

.cms-cta-title-icon {
  vertical-align: middle; }

.elementor-widget-cms_download .cms-download-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  .elementor-widget-cms_download .cms-download-item .cms-download-icon {
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .elementor-widget-cms_download .cms-download-item .cms-download-text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 27.5px 25px; }

.cms-download-layout-1 .cms-downloads:before {
  content: '';
  width: calc(100% - 100px);
  position: absolute;
  left: 50px;
  right: 50px;
  height: 6px;
  top: 0;
  background: var(--color-primary); }

.cms-heading-layout-1 .cms-heading-singnature .cms-divider {
  width: 2px;
  height: 38px;
  background-color: #eef3fa; }

.cms-heading-layout-5 .cms-signature {
  bottom: 20px; }
  @media (min-width: 1025px) {
  .cms-heading-layout-5 .cms-heading-desc:before {
    content: '';
    position: absolute;
    left: -42px;
    width: 4px;
    top: 57px;
    bottom: 7px;
    background: #eef3fa; }
    [dir="rtl"] .cms-heading-layout-5 .cms-heading-desc:before {
      left: auto;
      right: -42px; } }

.cms-howitwork-item-inner .cms-heading {
  position: relative; }
  .cms-howitwork-item-inner .cms-heading:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent var(--color-accent) transparent;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 15px; }
  @media (min-width: 1280px) {
  .cms-howitwork-item-inner .cms-heading:after {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
  .cms-howitwork-item-inner:hover .main-icon, .cms-howitwork-item-inner:hover .cms-heading {
    color: var(--color-accent); }
  .cms-howitwork-item-inner:hover .cms-heading:after {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.cms-howitwork-layout-1 .cms-howitwork-item:last-child .box-icon:after {
  display: none; }
  .cms-howitwork-layout-1 .cms-howitwork-item-inner .box-icon {
    width: 24px;
    height: 24px;
    border: 2px solid #eef3fa;
    background: #fff;
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    @media (min-width: 1280px) {
    .cms-howitwork-layout-1 .cms-howitwork-item-inner .box-icon:before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 6px;
      left: 6px;
      background: var(--color-accent);
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .cms-howitwork-layout-1 .cms-howitwork-item-inner .box-icon:after {
      content: '';
      display: block;
      width: 330px;
      height: 2px;
      position: absolute;
      left: 100%;
      top: calc(50% - 1px);
      background: #eef3fa; } }
  .cms-howitwork-layout-1 .cms-howitwork-item-inner .cms-icon-step {
    width: 46px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 2;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -khtml-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .cms-howitwork-layout-1 .cms-howitwork-item-inner .btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -khtml-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
  @media (min-width: 1280px) {
    .cms-howitwork-layout-1 .cms-howitwork-item-inner .btn {
      visibility: hidden;
      opacity: 0;
      left: -100%; }

    .cms-howitwork-layout-1 .cms-howitwork-item-inner .cms-icon-step {
      -webkit-transform: translate(-50%, -50%) scale(0);
      -khtml-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0); }

    .cms-howitwork-layout-1 .cms-howitwork-item-inner:hover .box-icon:after {
      background-image: -webkit-linear-gradient(0deg, #2983fd 0%, #e6eaef 77%);
      background-image: -moz-linear-gradient(0deg, #2983fd 0%, #e6eaef 77%);
      background-image: -ms-linear-gradient(0deg, #2983fd 0%, #e6eaef 77%); }
      .cms-howitwork-layout-1 .cms-howitwork-item-inner:hover .cms-icon-step {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -khtml-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
      .cms-howitwork-layout-1 .cms-howitwork-item-inner:hover .btn {
        visibility: visible;
        opacity: 1;
        left: 50%; } }
  @media (max-width: 1024px) {
    .cms-howitwork-layout-1 .cms-howitwork-item-inner {
      background: #fff;
      -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
      -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
      -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
      -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
      box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
      margin-bottom: 40px; } }

.cms-howitwork-layout-2 .box-icon {
  position: absolute;
  left: 50%;
  top: -24px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .cms-howitwork-layout-2 .box-count {
    -webkit-transform: scale(1) translateX(-50%);
    -khtml-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%); }
  .cms-howitwork-layout-2 .box-check {
    width: 48px;
    height: 48px;
    -webkit-transform: scale(0) translateX(-50%);
    -khtml-transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    -o-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%); }
  .cms-howitwork-layout-2 .cms-howitwork-item-inner:hover .box-count {
    -webkit-transform: scale(0) translateX(-50%);
    -khtml-transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    -o-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%); }
    .cms-howitwork-layout-2 .cms-howitwork-item-inner:hover .box-check {
      -webkit-transform: scale(1) translateX(-50%);
      -khtml-transform: scale(1) translateX(-50%);
      -moz-transform: scale(1) translateX(-50%);
      -ms-transform: scale(1) translateX(-50%);
      -o-transform: scale(1) translateX(-50%);
      transform: scale(1) translateX(-50%); }
    .cms-howitwork-layout-2 .cms-howitwork-item-inner:hover .cms-main-icon {
      color: var(--color-accent); }

.cms-fancybox {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .cms-fancybox:hover .cms-fancy-icon {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }

.cms-fancybox-layout-1 .cms-fancy-icon-wrap, .cms-fancybox-layout-6 .cms-fancy-icon-wrap {
  padding: 15px 15px 0 15px;
  position: relative; }
  .cms-fancybox-layout-1 .cms-fancy-icon-wrap svg, .cms-fancybox-layout-6 .cms-fancy-icon-wrap svg {
    fill: var(--color-secondary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8; }
    [dir="rtl"] .cms-fancybox-layout-1 .cms-fancy-icon-wrap svg, [dir="rtl"] .cms-fancybox-layout-6 .cms-fancy-icon-wrap svg {
      left: auto;
      right: 0; }
  .cms-fancybox-layout-1 .cms-fancy-icon-wrap.no-shadow, .cms-fancybox-layout-6 .cms-fancy-icon-wrap.no-shadow {
    padding: 0; }
    .cms-fancybox-layout-1 .cms-fancy-icon-wrap.no-shadow svg, .cms-fancybox-layout-6 .cms-fancy-icon-wrap.no-shadow svg {
      display: none; }

@media (min-width: 1280px) {
    .cms-fancybox-layout-1 .cms-fancy-img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .cms-fancybox-layout-1 .cms-fancybox:hover .cms-fancy-icon-wrap {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
      .cms-fancybox-layout-1 .cms-fancybox:hover .cms-fancybox-inner {
        -webkit-transform: translateY(-96px);
        -khtml-transform: translateY(-96px);
        -moz-transform: translateY(-96px);
        -ms-transform: translateY(-96px);
        -o-transform: translateY(-96px);
        transform: translateY(-96px); } }

.cms-fancybox-layout-2 .cms-fancy-icon.cms-icon {
  width: 144px;
  height: 144px;
  line-height: 144px;
  text-align: center; }

.cms-fancybox-layout-3 .cms-swiper-dots {
  margin-top: 10px; }
  @media (min-width: 576px) {
    .cms-fancybox-layout-3 .cms-swiper-dots {
      padding-left: 100px; }
      [dir="rtl"] .cms-fancybox-layout-3 .cms-swiper-dots {
        padding-right: 100px;
        padding-left: 0; } }

.cms-fancybox-layout-4 .cms-fancy-item {
  border-right: 2px solid #eef3fa; }
  .cms-fancybox-layout-4 .cms-fancybox:hover .cms-link a {
    color: var(--color-accent); }

.cms-fancybox-layout-7 .cms-fancy-icon-wrap {
  background: #f3f3f3;
  padding: 45px;
  text-align: center; }
  .cms-fancybox-layout-7 .cms-fancybox:hover .cms-fancy-icon-wrap {
    background: var(--color-accent); }

.cms-fancybox-layout-9 .cms-fancybox-contact-info .cms-contact-item:not(last-child) {
  padding-bottom: 12px; }
  .cms-fancybox-layout-9 .cms-fancybox-contact-info .cmsi-map-marker {
    font-size: 120%; }

.cms-gallery-item {
  display: none; }

.cms-list-layout-1 .cms-list-item {
  margin-bottom: 25px; }
  .cms-list-layout-1 .cms-list-item:last-child {
    margin-bottom: 0; }
  .cms-list-layout-1 .cms-list-item .cms-list-title:before {
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 5px;
    display: inline-block;
    background: var(--color-primary);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
    [dir="rtl"] .cms-list-layout-1 .cms-list-item .cms-list-title:before {
      margin-right: 0;
      margin-left: 5px; }

.cms-list-layout-2 .cms-list-item {
  padding-bottom: 15px; }
  .cms-list-layout-2 .cms-list-item:last-child {
    padding-bottom: 0; }

.cms-list-layout-3 .cms-list-item {
  padding-bottom: 8px;
  font-weight: 700; }
  .cms-list-layout-3 .cms-list-item .cms-list-icon {
    font-size: 20px;
    color: var(--color-accent);
    margin-right: 15px;
    vertical-align: middle; }
  [dir="rtl"] .cms-list-layout-3 .cms-list-item .cms-list-icon {
    margin-right: 0;
    margin-left: 15px; }
  .cms-list-layout-3 .cms-list-item:last-child {
    padding-bottom: 0; }

.cms-locate-pointer-layout-1 .inner-content {
  position: relative; }
  .cms-locate-pointer-layout-1 .img-bg {
    text-align: center; }
  .cms-locate-pointer-layout-1 .item-pointer {
    position: absolute;
    cursor: pointer; }
  .cms-locate-pointer-layout-1 .item-pointer .item--inner {
    width: 42px;
    height: 42px;
    position: relative; }
  .cms-locate-pointer-layout-1 .item-pointer .item--image {
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .cms-locate-pointer-layout-1 .item-pointer .item--image img {
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 6px solid rgba(138, 138, 138, 0.5);
      z-index: 1; }
    .cms-locate-pointer-layout-1 .item-pointer .item--image img, .cms-locate-pointer-layout-1 .item-pointer .item--image .locate-point {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .cms-locate-pointer-layout-1 .item-pointer .item--image:hover img {
      border-color: #99c893; }
  .cms-locate-pointer-layout-1 .item-pointer .item-holder {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 140px;
    left: calc(50% - 50px);
    z-index: 999;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    [dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer .item-holder {
      left: auto;
      right: calc(50% - 50px); }
    .cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder {
      width: 330px;
      max-width: 100%;
      min-height: 140px;
      background-color: #fff;
      color: var(--color-primary);
      padding: 22px 30px;
      position: relative;
      -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
      -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
      -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
      -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
      box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder:after {
        content: "";
        bottom: -10px;
        left: 38px;
        position: absolute;
        display: block;
        border-top: 0px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 12px solid #fff; }
        [dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer .item-holder .inner-holder:after {
          left: auto;
          right: 38px; }
    @media (max-width: 375px) {
    .cms-locate-pointer-layout-1 .item-pointer .item-holder {
      left: 0; } }
  .cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder {
    right: calc(50% + 5px);
    left: auto; }
    .cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder .inner-holder {
      -webkit-border-radius: 10px 10px 0 10px;
      -khtml-border-radius: 10px 10px 0 10px;
      -moz-border-radius: 10px 10px 0 10px;
      -ms-border-radius: 10px 10px 0 10px;
      -o-border-radius: 10px 10px 0 10px;
      border-radius: 10px 10px 0 10px; }
      .cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder .inner-holder:after {
        border-top: 0px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 12px solid #fff;
        border-left: 0;
        left: auto;
        right: 0; }
        [dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder .inner-holder:after {
          left: 0;
          right: auto; }
    [dir="rtl"] .cms-locate-pointer-layout-1 .item-pointer.holder-left .item-holder {
      right: auto;
      left: calc(50% + 5px); }
  .cms-locate-pointer-layout-1 .item-pointer:hover {
    overflow: visible; }
    .cms-locate-pointer-layout-1 .item-pointer:hover .item--image {
      border-color: #9aca94; }
    .cms-locate-pointer-layout-1 .item-pointer:hover .item-holder {
      visibility: visible;
      opacity: 1;
      bottom: 70px;
      clip: inherit; }

.cms-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .cms-menu li {
    position: relative; }

.cms-menu-separator li {
  position: relative; }
  .cms-menu-separator li:after {
    content: '';
    width: 4px;
    height: 1px;
    background-color: #9b9b9b;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -2px; }
    [dir="rtl"] .cms-menu-separator li:after {
      right: auto;
      left: -2px; }
  .cms-menu-separator li:last-child:after {
    display: none; }

.cms-menu-horz {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .cms-menu-horz li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 10px; }

.cms-menu-vert li {
  padding-bottom: 8px; }
  .cms-menu-vert li:last-child {
    padding-bottom: 0; }

.cms-menu-layout-3 .cms-menu > li:not(:last-child):after {
  content: '';
  width: 5px;
  height: 1px;
  position: absolute;
  right: -2.5px;
  top: 50%; }
  [dir="rtl"] .cms-menu-layout-3 .cms-menu > li:not(:last-child):after {
    right: auto;
    left: -2.5px; }

.cms-menu-layout-4 .cms-menu-wraps:before {
  content: '';
  height: 6px;
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px; }
  .cms-menu-layout-4 .cms-menu li {
    padding: 0 0 8px 0; }
  .cms-menu-layout-4 .cms-menu li:last-child {
    padding: 0; }
  .cms-menu-layout-4 .cms-menu li > div {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  .cms-menu-layout-4 .cms-menu a {
    padding: 18px 20px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .cms-menu-layout-4.cms-shadow-yes li > div {
    -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    -khtml-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    -moz-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    -ms-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    -o-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
    box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11); }
  .cms-menu-layout-4 .menu-title {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .cms-menu-layout-4 .menu-icon {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .cms-menu-layout-4 .current-menu-item > div {
    background: var(--color-accent); }

.elementor-widget-cms_newsletter .cms-newsletter {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  @media (min-width: 1025px) {
    .elementor-widget-cms_newsletter .cms-newsletter {
      padding: 40px; } }
  .elementor-widget-cms_newsletter .cms-newsletter:before {
    content: '';
    height: 6px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(-45deg, #fff, #fff 6px, var(--color-accent) 6px, var(--color-accent) 20px, #fff 20px, #fff 26px, var(--color-secondary) 26px, var(--color-secondary) 40px);
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
  .elementor-widget-cms_newsletter .cms-newsletter-stamp {
    left: -50px;
    top: -50px; }
  [dir="rtl"] .elementor-widget-cms_newsletter .cms-newsletter-stamp {
    left: auto;
    right: -50px; }
  @media (max-width: 1024px) {
    .elementor-widget-cms_newsletter .cms-newsletter-stamp {
      display: none; } }

.cms-newsletter-layout-1 .tnp-subscription {
  display: flex;
  flex-wrap: wrap;
  margin: -20px; }
  .cms-newsletter-layout-1 .tnp-subscription .tnp-field {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin: 20px; }
  .cms-newsletter-layout-1 .tnp-subscription .tnp-button {
    padding: 20px; }

.cms-newsletter-layout-2 .tnp-email {
  padding-right: 110px !important; }
  [dir="rtl"] .cms-newsletter-layout-2 .tnp-email {
    padding-left: 110px !important;
    padding-right: 20px !important; }
  .cms-newsletter-layout-2 .tnp-button {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px; }
  [dir="rtl"] .cms-newsletter-layout-2 .tnp-button {
    right: auto;
    left: 10px; }

.cms-page-title-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center; }
  .cms-page-title-wrapper > .container {
    position: relative;
    z-index: 1; }

.cms-post-featured-layout-1 .cms-post-featured-wrapper {
  padding-top: 150px;
  border-radius: 16px; }
  @media (min-width: 1280px) {
    .cms-post-featured-layout-1 .cms-post-featured-wrapper {
      padding-top: 395px; } }
  .cms-post-featured-layout-1 .cms-post-featured-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    height: 4px;
    background-color: var(--color-accent); }
  .cms-post-featured-layout-1 .cms-icon-wrap {
    color: var(--color-accent);
    position: relative; }
  .cms-post-featured-layout-1 .cms-icon-wrap:before {
    content: '';
    width: 54px;
    height: 54px;
    background-color: var(--color-accent);
    opacity: 0.1;
    border-radius: 22px;
    position: absolute;
    top: -10px;
    left: 0; }
  .cms-post-featured-layout-1 .cms-icon-wrap:before [dir="rtl"] {
    left: auto;
    right: 0; }

.cms-post-layout-1 .cms-item-content:hover {
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }
  .cms-post-layout-1 .cms-item-content:hover .cms-blog-readmore {
    padding-left: 18px; }
  [dir="rtl"] .cms-post-layout-1 .cms-item-content:hover .cms-blog-readmore {
    padding-right: 18px; }
  .cms-post-layout-1 .cms-item-content:hover .cms-blog-readmore .cms-btn-icon:before {
    content: '\e908'; }
  .cms-post-layout-1 .cms-blog-readmore {
    padding-left: 0; }
  [dir="rtl"] .cms-post-layout-1 .cms-blog-readmore {
    padding-left: 18px;
    padding-right: 0; }
  .cms-post-layout-1 .cms-blog-readmore:before {
    display: none; }
  .cms-post-layout-1 .posts-pagination {
    padding-top: 15px; }

.cms-post-layout-2 .cms-post-icon > span {
  background: url('../images/svg/icon-shadow.svg') 0 0 no-repeat;
  padding: 20px 0 0 20px;
  transform: translate(0, -20px);
  display: inline-block; }
  [dir="rtl"] .cms-post-layout-2 .cms-post-icon > span {
    padding: 20px 20px 0 0;
    transform: translate(0, -20px);
    background-position: calc(100% + 0px) 0; }
  @media (min-width: 768px) {
    .cms-post-layout-2 .cms-post-icon > span {
      transform: translate(-20px, -20px); }
      [dir="rtl"] .cms-post-layout-2 .cms-post-icon > span {
        transform: translate(20px, -20px); } }
  .cms-post-layout-2 .cms-item-content-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    background: #fff;
    clip-path: polygon(50% 0, 100% 38%, 100% 100%, 0 100%, 0 0);
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  [dir="rtl"] .cms-post-layout-2 .cms-item-content-inner:before {
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0% 38%); }
  .cms-post-layout-2 .cms-featured-small {
    top: 0;
    right: 0; }
  [dir='rtl'] .cms-post-layout-2 .cms-featured-small {
    left: 0;
    right: auto; }
  .cms-post-layout-2 .cms-featured-large {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cms-post-layout-2 .cms-featured-large .cms-featured-inner, .cms-post-layout-2 .cms-featured-large .post-image {
    height: 100%;
    width: 100%; }
  .cms-post-layout-2 .cms-featured-large .cms-featured-inner:before, .cms-post-layout-2 .cms-featured-large .cms-featured-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-post-layout-2 .cms-featured-large .cms-featured-inner:before {
    background: rgba(41, 131, 253, 0.85); }
  .cms-post-layout-2 .cms-featured-large .cms-featured-inner:after {
    background: -webkit-linear-gradient(bottom, #2883fd 0%, #2883fd 16%, rgba(41, 132, 254, 0.1) 100%);
    background: -o-linear-gradient(bottom, #2883fd 0%, #2883fd 16%, rgba(41, 132, 254, 0.1) 100%);
    background: -ms-linear-gradient(bottom, #2883fd 0%, #2883fd 16%, rgba(41, 132, 254, 0.1) 100%);
    background: -moz-linear-gradient(bottom, #2883fd 0%, #2883fd 16%, rgba(41, 132, 254, 0.1) 100%);
    background: linear-gradient(to top, #2883fd 0%, #2883fd 16%, rgba(41, 132, 254, 0.1) 100%); }
  .cms-post-layout-2 .cms-item-content:hover .cms-post-icon, .cms-post-layout-2 .cms-item-content:hover .cms-item-content-title, .cms-post-layout-2 .cms-item-content:hover .cms-item-content-excerpt {
    color: #fff; }
  .cms-post-layout-2 .cms-item-content:hover .cms-item-content-inner:before {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 0 100%, 0 100%); }
  [dir="rtl"] .cms-post-layout-2 .cms-item-content:hover .cms-item-content-inner:before {
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%); }
  .cms-post-layout-2 .cms-item-content:hover .cms-featured-large .cms-featured-inner:before, .cms-post-layout-2 .cms-item-content:hover .cms-featured-large .cms-featured-inner:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .cms-post-layout-2 .cms-item-content:hover .cms-featured-small {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .cms-post-layout-2 .cms-item-content:hover .cms-post-icon > span {
    background-size: 0 0; }
  .cms-post-layout-2 .cms-item-content:hover .cms-readmore {
    background: var(--color-secondary);
    color: var(--color-primary); }
  .cms-post-layout-2 .cms-item-content:hover .cms-readmore .cmsi-arrow-alt-circle-right:before {
    content: '\e908'; }

.cms-post-layout-3 .cms-badge-wrap {
  top: 30px;
  right: 30px; }
  [dir="rtl"] .cms-post-layout-3 .cms-badge-wrap {
    right: auto;
    left: 30px; }
  @media (min-width: 1280px) {
  .cms-post-layout-3 .cms-item-content:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    height: 35px;
    z-index: 1; }
  .cms-post-layout-3 .cms-item-content-inner {
    background-color: inherit;
    margin-bottom: -80px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-post-layout-3 .cms-item-content:hover .cms-featured .cms-img, .cms-post-layout-3 .cms-item-content:hover .cms-item-content-inner {
    -webkit-transform: translateY(-80px);
    -khtml-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px); } }

.cms-post-layout-4 .cms-post-icon {
  top: 0;
  left: 50px;
  z-index: 2; }
  [dir="rtl"] .cms-post-layout-4 .cms-post-icon {
    left: auto;
    right: 50px; }
  .cms-post-layout-4 .cms-featured {
    left: 0;
    right: 0;
    bottom: -150px;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-post-layout-4 .cms-featured:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(41, 131, 253, 1) 0%, rgba(142, 189, 253, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(41, 131, 253, 1) 0%, rgba(142, 189, 253, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(bottom, rgba(41, 131, 253, 1) 0%, rgba(142, 189, 253, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(41, 131, 253, 1) 0%, rgba(142, 189, 253, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(41, 131, 253, 1) 0%, rgba(142, 189, 253, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-post-layout-4 .cms-post-features {
    margin-top: -18px;
    padding-bottom: 48px; }
  .cms-post-layout-4 .cms-item-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .cms-post-layout-4 .cms-post-item-readmore {
    margin-bottom: -20px;
    margin-top: 30px; }
  @media (min-width: 1025px) {
  .cms-post-layout-4 .cms-featured:after {
    -webkit-transform: translateY(100%);
    -khtml-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  .cms-post-layout-4 .cms-post-item-readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transform: translateY(200px);
    -khtml-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .cms-post-layout-4 .cms-item-content:hover .cms-featured {
    bottom: 0px; }
    .cms-post-layout-4 .cms-item-content:hover .cms-featured:after {
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

    .cms-post-layout-4 .cms-item-content:hover .cms-post-features {
      -webkit-transform: translateY(-100%);
      -khtml-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }

    .cms-post-layout-4 .cms-item-content:hover .cms-btn-wraps {
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; } }

.cms-pricing-badge {
  position: absolute;
  top: -1px;
  right: -20px;
  transform-origin: 0 0;
  transform: rotate(90deg); }
  [dir="rtl"] .cms-pricing-badge {
    right: auto;
    left: -20px;
    transform-origin: 100% 0;
    transform: rotate(270deg); }

.cms-pricing-layout-1 .cms-pricing-icon {
  background: #eef3fa;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 47px; }
  .cms-pricing-layout-1 .cms-price-feature-title:not(:last-child) {
    padding-bottom: 8px; }
  .cms-pricing-layout-1 .cms-pricing-price {
    padding-top: 15px;
    padding-bottom: 15px; }
  .cms-pricing-layout-1 .cms-pricing-price:before, .cms-pricing-layout-1 .cms-btn-pricing .btn:before {
    content: '';
    height: 10px;
    display: block;
    background: inherit;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0; }
  .cms-pricing-layout-1 .cms-img {
    min-height: 78px;
    max-height: 78px; }
  .cms-pricing-layout-1 .cms-btn-pricing .cms-btn-content {
    justify-content: flex-start; }
  .cms-pricing-layout-1 .cms-btn-icon {
    font-size: 12px; }
  @media (min-width: 1280px) {
  .cms-pricing-layout-1 .cms-pricing-price {
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .cms-pricing-layout-1 .cms-btn-pricing {
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .cms-pricing-layout-1:hover .cms-pricing-price, .cms-pricing-layout-1:hover .cms-btn-pricing {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
  @media (max-width: 480px) {
  .cms-pricing-layout-1 .cms-pricing-wraps > .relative {
    padding-bottom: 68px; }
  .cms-pricing-layout-1 .cms-pricing-price {
    padding-top: 25px; }
  .cms-pricing-layout-1 .cms-pricing-price:before, .cms-pricing-layout-1 .cms-btn-pricing .btn:before {
    display: none; }
  .cms-pricing-layout-1 .cms-btn-pricing .cms-btn-content {
    justify-content: center; } }

.cms-pricing-layout-2 .cms-btn-pricing .cms-btn-content {
  justify-content: space-between; }

.cms-pricing-layout-3 .cms-feature-wrap {
  border-top: 2px solid #eef3fa; }
  .cms-pricing-layout-3 .cms-feature-wrap .f-text {
    vertical-align: super; }

.cms-pricing-layout-4 {
  height: 100%; }
  .cms-pricing-layout-4 .cms-price-features {
    margin: -13px 0 -12px 0; }
  .cms-pricing-layout-4 .cms-price-features .cms-price-feature-item {
    padding: 13px 0 12px 0; }
  .cms-pricing-layout-4 .cms-price-features .cms-price-feature-price span {
    padding: 1px 10px;
    display: block; }
  .cms-pricing-layout-4 .cms-price-feature-item:not(:last-child) {
    border-bottom: 1px solid #e6eaef; }
/**
 * Pricing Slider 
 */
.cms-pricing-table-wrap .slick-list {
  overflow: visible;
  margin: -7px; }
  .cms-pricing-table-wrap .slick-list .cms-pricing-table-slide-item {
    margin: 7px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-pricing-table-wrap .slick-list .cms-pricing-table-slide-item.slick-active, .cms-pricing-table-wrap .slick-list .cms-pricing-table-slide-item.slick-current {
    opacity: 1; }
  [dir="rtl"] .cms-pricing-table-wrap .slick-list .slick-slide {
    float: right; }
  .cms-pricing-table-wrap .cms-pricing-slick-arrows {
    display: flex; }
  .cms-pricing-table-wrap .cms-pricing-slick-arrows .cms-swiper-arrow {
    flex: 0 0 68px;
    max-width: 68px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: var(--color-primary); }
  .cms-pricing-table-wrap .cms-pricing-slick-arrows .cms-swiper-arrow:hover {
    background-color: var(--color-accent);
    color: #fff; }
  @media (min-width: 1025px) {
    .cms-pricing-table-wrap .cms-pricing-slick-arrows {
      position: absolute;
      bottom: 97px;
      left: 50%;
      transform: translate(-50%, 0); } }
  @media (max-width: 1024px) {
    .cms-pricing-table-wrap .cms-pricing-slick-arrows {
      justify-content: flex-end; }
      .cms-pricing-table-wrap .cms-pricing-slick-arrows .cms-swiper-arrow {
        background-color: var(--color-secondary); } }

.cms-pricing-slide-layout-2 .cms-pricing-table-slide {
  padding: 20px;
  background: var(--color-primary);
  overflow: hidden; }
  .cms-pricing-slide-layout-2 .cms-pricing-table-slide-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
  [dir="rtl"] .cms-pricing-slide-layout-2 .cms-pricing-table-slide-img {
    left: auto;
    right: 0; }
  .cms-pricing-slide-layout-2 .cms-badge {
    z-index: 2; }
  .cms-pricing-slide-layout-2 .cms-pricing-table-slide-content {
    position: relative;
    z-index: 1; }
  @media (min-width: 1025px) {
    .cms-pricing-slide-layout-2 .cms-pricing-table-slide-content {
      margin-left: 60px; }
      [dir="rtl"] .cms-pricing-slide-layout-2 .cms-pricing-table-slide-content {
        margin-left: auto;
        margin-right: 60px; } }
  @media (min-width: 1280px) {
    .cms-pricing-slide-layout-2 .cms-pricing-table-slide-content {
      margin-left: 160px; }
      [dir="rtl"] .cms-pricing-slide-layout-2 .cms-pricing-table-slide-content {
        margin-left: auto;
        margin-right: 160px; } }
  @media (min-width: 1025px) {
    .cms-pricing-slide-layout-2 .cms-pricing-slick-arrows {
      -webkit-transform: translate(0, 0);
      -khtml-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      left: 20px;
      bottom: 110px; } }
  @media (min-width: 1280px) {
    .cms-pricing-slide-layout-2 .cms-pricing-slick-arrows {
      left: 112px;
      bottom: 116px; } }

.cms-pricing-table-slide .slick-list {
  overflow: hidden; }

.cms-process-layout-1 .cms-process-item:after {
  content: '';
  display: block;
  width: 109px;
  height: 33px;
  position: absolute;
  right: -55px;
  top: 40px; }
  [dir="rtl"] .cms-process-layout-1 .cms-process-item:after {
    right: auto;
    left: -55px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  @media (max-width: 767px) {
      .cms-process-layout-1 .cms-process-item:after {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        visibility: hidden; } }
  .cms-process-layout-1 .cms-process-item:nth-child(odd):after {
    background: url(../images/process-arrow-1.png) center center no-repeat; }
  .cms-process-layout-1 .cms-process-item:nth-child(even):after {
    background: url(../images/process-arrow-2.png) center center no-repeat; }
  .cms-process-layout-1 .cms-process-item:last-child:after {
    display: none; }

.cms-progress-wrapper .elementor-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--color-26365e); }
  .cms-progress-wrapper .elementor-progress-wrapper {
    height: 2px;
    background-color: #dcdee2; }
  .cms-progress-wrapper .elementor-progress-bar {
    background-color: var(--color-435ba1);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 5px;
    position: relative;
    bottom: 7px; }
  .cms-progress-wrapper .elementor-progress-percentage {
    position: absolute;
    top: -30px;
    padding: 0;
    right: 0;
    font-size: 15px;
    color: #848e9f;
    font-weight: 700; }
  .cms-progress-wrapper + .cms-progress-wrapper {
    margin-top: 26px; }

.cms-quick-contact-layout-1 .cms-qc-inner > .row {
  margin-top: -5px;
  margin-bottom: -5px; }
  .cms-quick-contact-layout-1 .cms-qc-inner > .row > .cms-qc-list {
    padding-top: 5px;
    padding-bottom: 5px; }

.cms-quick-contact-layout-2 .cms-qc-scroll-top {
  width: 60px;
  display: block; }
  .cms-quick-contact-layout-2 .cms-qc-scroll-top .cms-scroll-top-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    display: block;
    -webkit-box-shadow: 0 0 0 2px var(--color-secondary) inset;
    -khtml-box-shadow: 0 0 0 2px var(--color-secondary) inset;
    -moz-box-shadow: 0 0 0 2px var(--color-secondary) inset;
    -ms-box-shadow: 0 0 0 2px var(--color-secondary) inset;
    -o-box-shadow: 0 0 0 2px var(--color-secondary) inset;
    box-shadow: 0 0 0 2px var(--color-secondary) inset; }
  .cms-quick-contact-layout-2 .cms-qc-scroll-top .cms-scroll-top-arrow:hover {
    background: var(--color-secondary); }
  @media (max-width: 1025px) {
    .cms-quick-contact-layout-2 .cms-qc-scroll {
      display: none; } }
  .cms-quick-contact-layout-2 .cms-scroll-top-icon > span {
    position: relative;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -khtml-animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -ms-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
    animation: vibrate 2s linear 0s infinite; }
  .cms-quick-contact-layout-2 .cms-scroll-top-text {
    color: #fff; }

.cms-rating .cms-rating-rated {
  border-bottom: 2px solid; }

.cms-e-search-layout-1 .cms-e-search-form {
  padding-left: 50px; }
  [dir="rtl"] .cms-e-search-layout-1 .cms-e-search-form {
    padding-left: 0;
    padding-right: 50px; }
  .cms-e-search-layout-1 .cms-e-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background: none; }
  [dir="rtl"] .cms-e-search-layout-1 .cms-e-search-submit {
    left: auto;
    right: 0; }
  .cms-e-search-layout-1 .cms-e-search-field {
    min-width: 160px;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 7px 0 0 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .cms-e-search-layout-1 .cms-e-search-field:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .cms-e-search-layout-1 .cms-e-search-field::-moz-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic; }
  .cms-e-search-layout-1 .cms-e-search-field::-webkit-input-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic; }
  .cms-e-search-layout-1 .cms-e-search-field::-o-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic; }
  .cms-e-search-layout-1 .cms-e-search-field::-ms-placeholder {
    color: var(--body-font-color);
    font-size: 13px;
    font-style: italic; }

.cms-slide-static-layer {
  z-index: 0 !important; }

.cms-slide-img-overlay {
  background: rgba(3, 43, 86, 0.25); }

.cms-slide-img-overlay-inner {
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25;
  background: -webkit-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -o-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -ms-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -moz-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: linear-gradient(to bottom, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%); }

.cms-swiper-dots-in .cms-sliders-wrap .cms-dots-main {
  bottom: 24px; }

.cms-social-item a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  display: block;
  -webkit-box-shadow: 0 0 0 2px #eef3fa inset;
  -khtml-box-shadow: 0 0 0 2px #eef3fa inset;
  -moz-box-shadow: 0 0 0 2px #eef3fa inset;
  -ms-box-shadow: 0 0 0 2px #eef3fa inset;
  -o-box-shadow: 0 0 0 2px #eef3fa inset;
  box-shadow: 0 0 0 2px #eef3fa inset; }
  .cms-social-item a:hover {
    background: var(--color-accent);
    color: #fff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.social-bg-colored .cms-social-item a {
  color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  .social-bg-colored .cms-social-item a {
    color: #fff; }
  .social-bg-colored .cms-social-item a[class*="facebook"], .social-bg-colored .cms-social-item a[href*="facebook"] {
    background: #3b5999;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="google"], .social-bg-colored .cms-social-item a[href*="google"] {
    background: #dd4b39;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="twitter"], .social-bg-colored .cms-social-item a[href*="twitter"] {
    background: #55acee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="youtube"], .social-bg-colored .cms-social-item a[href*="youtube"] {
    background: #df2926;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="rss"], .social-bg-colored .cms-social-item a[href*="rss"] {
    background: #ffa500;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="skype"], .social-bg-colored .cms-social-item a[href*="skype"] {
    background: #0ebaee;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="yahoo"], .social-bg-colored .cms-social-item a[href*="yahoo"] {
    background: #690a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dribbble"], .social-bg-colored .cms-social-item a[href*="dribbble"] {
    background: #ff70b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="flickr"], .social-bg-colored .cms-social-item a[href*="flickr"] {
    background: #ff0084;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="linkedin"], .social-bg-colored .cms-social-item a[href*="linkedin"] {
    background: #087ec0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vimeo"], .social-bg-colored .cms-social-item a[href*="vimeo"] {
    background: #27bcf1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="pinterest"], .social-bg-colored .cms-social-item a[href*="pinterest"] {
    background: #ca1f27;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="github"], .social-bg-colored .cms-social-item a[href*="github"] {
    background: #3f91cb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="instagram"], .social-bg-colored .cms-social-item a[href*="instagram"] {
    background: #0092ff;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="tumblr"], .social-bg-colored .cms-social-item a[href*="tumblr"] {
    background: #426d9b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="behance"], .social-bg-colored .cms-social-item a[href*="behance"] {
    background: #1879fd;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="stumbleupon"], .social-bg-colored .cms-social-item a[href*="stumbleupon"] {
    background: #eb4924;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="dropbox"], .social-bg-colored .cms-social-item a[href*="dropbox"] {
    background: #17a3eb;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="soundcloud"], .social-bg-colored .cms-social-item a[href*="soundcloud"] {
    background: #ff7e30;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="lastfm"], .social-bg-colored .cms-social-item a[href*="lastfm"] {
    background: #d6063e;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="deviantart"], .social-bg-colored .cms-social-item a[href*="deviantart"] {
    background: #6a8a7b;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="digg"], .social-bg-colored .cms-social-item a[href*="digg"] {
    background: #75788d;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="xing"], .social-bg-colored .cms-social-item a[href*="xing"] {
    background: #1a8e8c;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="sharethis"], .social-bg-colored .cms-social-item a[href*="sharethis"] {
    background: #25a774;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="wordpress"], .social-bg-colored .cms-social-item a[href*="wordpress"] {
    background: #2187b5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="delicious"], .social-bg-colored .cms-social-item a[href*="delicious"] {
    background: #ff9233;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="reddit"], .social-bg-colored .cms-social-item a[href*="reddit"] {
    background: #377bda;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="apple"], .social-bg-colored .cms-social-item a[href*="apple"] {
    background: #3dd0f5;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vk"], .social-bg-colored .cms-social-item a[href*="vk"] {
    background: #4778ac;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="android"], .social-bg-colored .cms-social-item a[href*="android"] {
    background: #a3c537;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="amazon"], .social-bg-colored .cms-social-item a[href*="amazon"] {
    background: #fc9a06;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="edge"], .social-bg-colored .cms-social-item a[href*="edge"] {
    background: #327ec9;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="vine"], .social-bg-colored .cms-social-item a[href*="vine"] {
    background: #16cc91;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="whatsapp"], .social-bg-colored .cms-social-item a[href*="whatsapp"] {
    background: #2fc631;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="renren"], .social-bg-colored .cms-social-item a[href*="renren"] {
    background: #0663b7;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="windows"], .social-bg-colored .cms-social-item a[href*="windows"] {
    background: #07b0f1;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a[class*="modx"], .social-bg-colored .cms-social-item a[href*="modx"] {
    background: #7ac343;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .social-bg-colored .cms-social-item a:hover {
    color: #fff;
    -webkit-transform: translateY(-3px);
    -khtml-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.cms-socials-layout-1 .cms-social-item a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }
  .cms-socials-layout-1 .cms-social-item a:hover {
    color: #fff; }
  .cms-socials-layout-1.user-social .cms-social-item a {
    color: var(--color-accent); }
  .cms-socials-layout-1.user-social .cms-social-item a:hover {
    color: #fff; }

.cms-socials-layout-2 .cms-social-item a {
  color: var(--color-secondary);
  -webkit-box-shadow: 0 0 0 2px rgba(154, 170, 187, 0.4) inset;
  -khtml-box-shadow: 0 0 0 2px rgba(154, 170, 187, 0.4) inset;
  -moz-box-shadow: 0 0 0 2px rgba(154, 170, 187, 0.4) inset;
  -ms-box-shadow: 0 0 0 2px rgba(154, 170, 187, 0.4) inset;
  -o-box-shadow: 0 0 0 2px rgba(154, 170, 187, 0.4) inset;
  box-shadow: 0 0 0 2px rgba(154, 170, 187, 0.4) inset; }
  .cms-socials-layout-2 .cms-social-item a:hover {
    background: #3e5a77;
    -webkit-box-shadow: 0 0 0 2px rgba(62, 90, 119, 1) inset;
    -khtml-box-shadow: 0 0 0 2px rgba(62, 90, 119, 1) inset;
    -moz-box-shadow: 0 0 0 2px rgba(62, 90, 119, 1) inset;
    -ms-box-shadow: 0 0 0 2px rgba(62, 90, 119, 1) inset;
    -o-box-shadow: 0 0 0 2px rgba(62, 90, 119, 1) inset;
    box-shadow: 0 0 0 2px rgba(62, 90, 119, 1) inset; }

.cms-social-layout-6 .cms-social-item a {
  min-width: 52px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px; }

.cms-single-product .cms-product-regular-price ins {
  display: none; }
  .cms-single-product .cms-product-sale-price del {
    display: none; }
  .cms-single-product ins, .cms-single-product del {
    text-decoration: none; }

.cms-single-product-1:not(:last-child) .cms-single-product {
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-bottom: 35px; }

.cms-tabs .cms-tabs-title {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }
  .cms-tabs .cms-tabs-title .cms-tab-title {
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-tabs .cms-tabs-title {
    justify-content: center;
    padding-bottom: 43px; }
  .cms-tabs .cms-tabs-title.elementor-hidden-desktop .cms-tab-title {
    padding-bottom: 20px; }
  .cms-tabs .cms-tab-title {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }
  .cms-tabs .cms-tab-title:hover, .cms-tabs .cms-tab-title:active, .cms-tabs .cms-tab-title.active {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .cms-tabs .cms-tab-title:hover .title-text, .cms-tabs .cms-tab-title:active .title-text, .cms-tabs .cms-tab-title.active .title-text {
    border-bottom-color: var(--color-primary); }
  .cms-tabs .cms-tab-title .title-text {
    border-bottom: 2px solid transparent;
    line-height: 1;
    padding-top: 15px; }
  .cms-tabs .cms-tab-item-feature {
    border-top: 2px solid #eef3fa; }

.cms-team-social {
  display: flex;
  flex-wrap: wrap; }
  .cms-team-social a {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 5px; }
  @media (min-width: 1279px) {
    .cms-team-social a {
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); } }
  .cms-team-social span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--color-accent);
    color: #fff; }
  .cms-team-social span:hover {
    background-color: var(--color-secondary);
    color: var(--color-white); }

.cms-team-item:hover .cms-team-social a {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.cms-teams-layout-2 .cms-team-social-wrap {
  background-color: white;
  visibility: hidden;
  bottom: -60px;
  left: 0;
  right: 0;
  padding-top: 25px;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .cms-teams-layout-2 .cms-team-social-wrap {
      bottom: 0;
      visibility: visible; } }
  .cms-teams-layout-2 .cms-team-info {
    position: relative;
    z-index: 1; }
  .cms-teams-layout-2 .cms-team-item:hover .cms-team-social-wrap {
    visibility: visible;
    bottom: 0; }

.ttmn-total {
  width: 70px; }

.ttmn-total-star {
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 4px 4px 0 0;
  -khtml-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .ttmn-total-star img {
    vertical-align: baseline; }

.cms-ttmn-rating {
  padding: 10px 0 5px; }

.cms-testimonial-layout-1 .cms-ttmn-slider {
  width: 260px;
  bottom: 0;
  right: 0; }
  [dir="rtl"] .cms-testimonial-layout-1 .cms-ttmn-slider {
    left: 0;
    right: auto; }
  .cms-testimonial-layout-1 .cms-ttmn-main-img {
    min-height: 400px; }
  .cms-testimonial-layout-1 .ttmn-total {
    top: 0;
    left: 40px; }
  [dir="rtl"] .cms-testimonial-layout-1 .ttmn-total {
    left: auto;
    right: 40px; }

.cms-testimonial-layout-2 .cms-ttmn-main-img {
  top: 0; }
  .cms-testimonial-layout-2 .ttmn-total {
    top: -30px;
    right: 40px; }
  [dir="rtl"] .cms-testimonial-layout-2 .ttmn-total {
    right: auto;
    left: 40px; }
  .cms-testimonial-layout-2 .cms-ttmn-slider {
    left: 0;
    bottom: 0;
    width: 280px; }
  @media (min-width: 1280px) {
    .cms-testimonial-layout-2 .cms-ttmn-slider {
      left: -40px; } }
  .cms-testimonial-layout-2 .cms-ttmn-slider:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: -14px;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent var(--color-secondary) transparent transparent; }
  [dir="rtl"] .cms-testimonial-layout-2 .cms-ttmn-slider {
    left: auto;
    right: 0; }
  @media (min-width: 1280px) {
      [dir="rtl"] .cms-testimonial-layout-2 .cms-ttmn-slider {
        right: -40px; } }
  [dir="rtl"] .cms-testimonial-layout-2 .cms-ttmn-slider:after {
    border-color: var(--color-secondary) transparent transparent transparent; }
  @media (max-width: 480px) {
    .cms-testimonial-layout-2 .cms-ttmn-slider {
      position: relative; } }

.cms-testimonial-layout-3 .author-avatar {
  border: 2px solid #fff;
  padding: 5px; }

.cms-video-player {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.btn-video-wrap .cms-btn-text {
  line-height: 1.4; }

.cms-video-play-btn-top-left .btn-video-wrap, .cms-video-play-btn-top-right .btn-video-wrap, .cms-video-play-btn-top-center .btn-video-wrap, .cms-video-play-btn-center-left .btn-video-wrap, .cms-video-play-btn-center-right .btn-video-wrap, .cms-video-play-btn-center-center .btn-video-wrap, .cms-video-play-btn-bottom-left .btn-video-wrap, .cms-video-play-btn-bottom-right .btn-video-wrap, .cms-video-play-btn-bottom-center .btn-video-wrap {
  position: absolute; }

.cms-video-play-btn-top-left .btn-video-wrap, .cms-video-play-btn-top-center .btn-video-wrap, .cms-video-play-btn-top-right .btn-video-wrap {
  top: 40px; }

.cms-video-play-btn-bottom-left .btn-video-wrap, .cms-video-play-btn-bottom-center .btn-video-wrap, .cms-video-play-btn-bottom-right .btn-video-wrap {
  bottom: 40px; }

.cms-video-play-btn-top-left .btn-video-wrap, .cms-video-play-btn-center-left .btn-video-wrap, .cms-video-play-btn-bottom-left .btn-video-wrap {
  left: 40px; }
  [dir="rtl"] .cms-video-play-btn-top-left .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-center-left .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-bottom-left .btn-video-wrap {
    left: auto;
    right: 40px; }

.cms-video-play-btn-top-right .btn-video-wrap, .cms-video-play-btn-center-right .btn-video-wrap, .cms-video-play-btn-bottom-right .btn-video-wrap {
  right: 40px; }
  [dir="rtl"] .cms-video-play-btn-top-right .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-center-right .btn-video-wrap, [dir="rtl"] .cms-video-play-btn-bottom-right .btn-video-wrap {
    right: auto;
    left: 40px; }

.cms-video-play-btn-top-center .btn-video-wrap, .cms-video-play-btn-bottom-center .btn-video-wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.cms-video-play-btn-center-left .btn-video-wrap, .cms-video-play-btn-center-right .btn-video-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cms-video-play-btn-center-center .btn-video-wrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cms-video-layout-1 .cms-video-title.bg-grey {
  background: #f5f5f5; }
  @media (min-width: 768px) {
  .cms-video-layout-1 .cms-video-text {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 400px; }
    [dir="rtl"] .cms-video-layout-1 .cms-video-text {
      left: auto;
      right: 0; } }

.cms-video-play-icon-style-1 .cms-icon-wrap {
  position: relative; }
  .cms-video-play-icon-style-1 .cms-icon-wrap:before {
    content: '';
    width: 118px;
    height: 118px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.cms-video-play-icon-style-2 .btn-video-wrap {
  width: 100px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  .cms-video-play-icon-style-2 .btn-video-wrap .cms-img {
    position: absolute;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  .cms-video-play-icon-style-2 .btn-video-wrap .cms-icon-wrap {
    margin: 30px auto; }

.cms-video-play-icon-style-3 .cms-popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .cms-video-play-icon-style-3 .cms-popup > span {
    flex: 0 0 auto;
    max-width: 100%; }
  .cms-video-play-icon-style-3 .cms-popup .cms-text:after {
    content: '';
    width: 70px;
    height: 2px;
    display: inline-block;
    margin: 0 45px 4px 30px;
    background-color: #eef3fa; }
  [dir="rtl"] .cms-video-play-icon-style-3 .cms-popup .cms-text:after {
    margin: 0 30px 4px 45px; }
  .elementor-section.cms-justify-content-start > .elementor-container {
    justify-content: flex-start; }
  .elementor-section.cms-justify-content-end > .elementor-container {
    justify-content: flex-end; }
  .elementor-section.cms-justify-content-center > .elementor-container {
    justify-content: center; }
  .elementor-section.cms-justify-content-between > .elementor-container {
    justify-content: space-between; }
  .elementor-section.cms-justify-content-around > .elementor-container {
    justify-content: space-around; }

@media (min-width: 1600px) {
  .cms-justify-content-xxl-between > .elementor-container {
    justify-content: space-between; } }

[dir="rtl"] .elementor-background-overlay {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.cms-boxed-bg-true > .cms-section-boxed-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-accent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 1600px) {
    .cms-boxed-bg-true > .cms-section-boxed-bg {
      left: 80px;
      right: 80px; } }
  @media (max-width: 1599px) {
    .cms-boxed-bg-true > .cms-section-boxed-bg {
      -webkit-border-radius: 0 !important;
      -khtml-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important;
      border-radius: 0 !important; } }
  .cms-boxed-bg-true > .cms-section-boxed-bg:before, .cms-boxed-bg-true > .cms-section-boxed-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cms-boxed-bg-true:before, .cms-boxed-bg-true:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none; }
  @media (min-width: 1600px) {
  .cms-boxed-bg-true:before, .cms-boxed-bg-true:after {
    width: 50%;
    display: block; }
  .cms-boxed-bg-true:before {
    right: calc(100% - 80px); }
  .cms-boxed-bg-true:after {
    left: calc(100% - 80px); } }

.cms-section-boxed-divider-true .cms-section-boxed-divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #eef3fa; }
  @media (min-width: 1366px) {
      .cms-section-boxed-divider-true.elementor-section-boxed .cms-section-boxed-divider {
        left: 40px;
        right: 40px; } }
  @media (min-width: 1440px) {
      .cms-section-boxed-divider-true.elementor-section-boxed .cms-section-boxed-divider {
        left: 80px;
        right: 80px; } }
  .cms-section-boxed-divider-true.cms-section-boxed-divider-bottom .cms-section-boxed-divider {
    top: auto;
    bottom: 0; }

.cms-gradient {
  position: relative; }
  .cms-gradient:before, .cms-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit; }
  .cms-gradient > * {
    position: relative;
    z-index: 1; }

.cms-column-element-horizontal .elementor-widget-wrap {
  margin: 0 -20px;
  width: calc(100% + 40px); }
  .cms-column-element-horizontal .elementor-widget-wrap > .elementor-element {
    width: auto;
    min-width: unset !important;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0 20px;
    margin: 0; }

.elementor-column-wrap .elementor-widget-wrap > .elementor-element {
  min-width: 100%;
  width: unset; }

.elementor-widget-container {
  height: 100%; }

@media (min-width: 768px) {
  .elementor-column.elementor-col-31, .elementor-column[data-col="31"] {
    width: 31.12%; }

  .elementor-column.elementor-col-68, .elementor-column[data-col="68"] {
    width: 68.88%; } }

@media (min-width: 1280px) {
    .cms-separator2-r:before {
      content: '';
      width: 2px;
      background-color: #eef3fa;
      position: absolute;
      top: 40px;
      bottom: 40px;
      right: 0; }
      [dir="rtl"] .cms-separator2-r:before {
        right: auto;
        left: 0; } }
/***
 * Custom default of Elementer
 * style name:  elementor-frontend-legacy
 **/
/*! elementor - v3.0.13 - 04-11-2020 */
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.elementor-column > .elementor-column-wrap {
  padding-top: 15px;
  padding-bottom: 15px; }
  .elementor-column-gap-no .elementor-column > .elementor-column-wrap {
    padding-top: 0;
    padding-bottom: 0; }

.elementor-column-gap-default > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }
  .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 15px;
    padding-right: 15px; }

.elementor-column-gap-narrow > .elementor-row {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px); }
  .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 10px;
    padding-right: 10px; }

.elementor-column-gap-extended > .elementor-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }
  .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 20px;
    padding-right: 20px; }

.elementor-column-gap-wide > .elementor-row {
  margin-left: -25px;
  margin-right: -25px;
  width: calc(100% + 50px); }
  .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 25px;
    padding-right: 25px; }

.elementor-column-gap-wider > .elementor-row {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }
  .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap {
    padding-left: 40px;
    padding-right: 40px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(1) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .elementor-reverse-tablet > .elementor-container > .elementor-row > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(1) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(3) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(4) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(5) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(6) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(9) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .elementor-reverse-mobile > .elementor-container > .elementor-row > :nth-child(10) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .elementor-column {
    width: 100%; } }

@media (min-width: 1200px) {
  .elementor-column.elementor-col-38\/194, .elementor-column[data-col="38/194"] {
    width: 38.194%; }

  .elementor-column.elementor-col-61\/806, .elementor-column[data-col="61/806"] {
    width: 61.806%; } }

.elementor-widget-wrap > .elementor-inner-section.elementor-section-boxed {
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px; }

.elementor-inner-section.bg-full-right:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 100%;
  background-color: inherit; }
  [dir="rtl"] .elementor-inner-section.bg-full-right:after {
    left: auto;
    right: 100%; }

.elementor-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .elementor-section.bg-att-scroll {
    background-attachment: scroll; }
  .elementor-section .elementor-container {
    flex-wrap: wrap;
    justify-content: center; }

body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1320px; }
  body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
    max-width: 1280px; }
  body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 20px; }
  body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    max-width: 1360px; }
  body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 40px; }
  body .elementor-section.elementor-section-stretched.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    padding-left: 20px;
    padding-right: 20px; }
  .cms-section-overvlay-with-space-start .elementor-background-overlay, .cms-section-overvlay-with-space-end .elementor-background-overlay, .cms-section-overvlay-with-space-between .elementor-background-overlay {
    width: unset !important;
    right: 0; }

.elementor-background-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.95;
  border-radius: inherit; }

.elementor-section.cms-elementor-carousel .elementor-container.slick-slider .slick-list {
  margin: -100px;
  padding: 100px; }
  .elementor-section.cms-elementor-carousel .elementor-container.slick-slider .elementor-column {
    padding: 0 20px;
    visibility: hidden;
    opacity: 0; }
  .elementor-section.cms-elementor-carousel .elementor-container.slick-slider .elementor-column.slick-active {
    visibility: visible;
    opacity: 1; }
  .elementor-section.cms-elementor-carousel .cms-elementor-section-carousel-dots {
    margin-top: 40px; }

[data-widget_type="cms_ctf7.default"] .cms-banner {
  background-position: center;
  background-size: cover; }
  [data-widget_type="cms_ctf7.default"] .cms-cf7-rating {
    top: -29px;
    right: 30px; }
  [dir="rtl"] [data-widget_type="cms_ctf7.default"] .cms-cf7-rating {
    right: auto;
    left: 30px; }
  @media (max-width: 1024px) {
    [data-widget_type="cms_ctf7.default"] .cms-cf7-rating {
      visibility: hidden;
      right: -15px; }
      [dir="rtl"] [data-widget_type="cms_ctf7.default"] .cms-cf7-rating {
        right: auto;
        left: -15px; } }
  [data-widget_type="cms_ctf7.default"] .cms-cf7-star {
    min-height: 29px;
    vertical-align: middle;
    text-align: center; }
  [data-widget_type="cms_ctf7.default"] .cms-cf7-star img {
    vertical-align: middle; }
  [data-widget_type="cms_ctf7.default"] .row [class^="col-"]:not(:last-child) {
    padding-bottom: 25px; }
  [data-widget_type="cms_ctf7.default"] input[name*="calculated"] {
    background: var(--color-accent) !important;
    color: #fff !important;
    font-size: 24px !important;
    height: 68px !important;
    line-height: 68px !important;
    -webkit-box-shadow: 0 0 0 2px var(--color-accent) !important;
    -khtml-box-shadow: 0 0 0 2px var(--color-accent) !important;
    -moz-box-shadow: 0 0 0 2px var(--color-accent) !important;
    -ms-box-shadow: 0 0 0 2px var(--color-accent) !important;
    -o-box-shadow: 0 0 0 2px var(--color-accent) !important;
    box-shadow: 0 0 0 2px var(--color-accent) !important; }
  [data-widget_type="cms_ctf7.default"].cms-cf7-layout-3 .row [class^="col-"]:not(:last-child) {
    padding-bottom: 35px; }

.cms-cf7-separator {
  margin-top: 42px;
  padding-top: 42px;
  position: relative; }
  .cms-cf7-separator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #eef3fa; }

.cms-cf7-layout-1 .wpcf7 label, .cms-cf7-layout-2 .wpcf7 label {
  color: var(--color-1e4873); }

.cms-language-switcher .trp-language-switcher {
  margin: -15px;
  vertical-align: top; }
  .cms-language-switcher .trp-language-switcher > div {
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    padding: 15px;
    vertical-align: top;
    width: auto !important; }
  .cms-language-switcher .trp-language-switcher > div > a {
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: inherit;
    display: flex;
    align-items: center;
    color: var(--color-primary);
    white-space: nowrap; }
  .cms-language-switcher .trp-language-switcher > div > a > img {
    width: 35px;
    height: auto;
    margin: 0 10px 0 0; }
    [dir="rtl"] .cms-language-switcher .trp-language-switcher > div > a > img {
      margin: 0 0 0 10px; }
  .cms-language-switcher .trp-language-switcher > div > a:hover {
    background: transparent;
    color: var(--color-accent); }
  .cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language {
    display: block !important;
    position: absolute;
    top: 0;
    height: unset;
    z-index: 9;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -khtml-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -moz-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -ms-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    -o-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.5);
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    overflow: visible;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a {
    margin-bottom: 15px; }
  .cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a:last-child {
    margin-bottom: 0; }
  .cms-language-switcher .trp-language-switcher .trp-ls-shortcode-language > a:hover {
    color: var(--color-accent); }
  .cms-language-switcher .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: hidden;
    opacity: 0; }
  .cms-language-switcher .trp-language-switcher:hover .trp-ls-shortcode-language {
    background: #fff;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .cms-language-switcher.cms-hidden-text a {
    font-size: 0; }
  .cms-language-switcher.cms-hidden-text a img {
    margin: 0 !important; }

.cms-ls-layout-1 .cms-language-switcher .trp-language-switcher {
  color: var(--body-font-color);
  font-size: 13px; }
  .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div {
    padding: 15px 30px 15px 15px; }
  [dir="rtl"] .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div {
    padding: 15px 15px 15px 30px; }
  .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div > a {
    color: var(--body-font-color); }
  .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher > div > a:hover {
    color: var(--color-accent); }
  .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover {
    color: var(--color-primary); }
  .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover > div > a {
    color: var(--color-primary); }
    .cms-ls-layout-1 .cms-language-switcher .trp-language-switcher:hover > div > a:hover {
      color: var(--color-accent); }
  .cms-ls-layout-1 .cms-language-switcher:after {
    font-family: "cmsi";
    content: "\f089";
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 2px;
    z-index: 1; }
  [dir="rtl"] .cms-ls-layout-1 .cms-language-switcher:after {
    left: 15px;
    right: auto; }

.elementor-widget-spacer {
  margin-bottom: 0 !important; }

@media (min-width: 1025px) {
  .elementor-editor-active .cms-tabs-title.elementor-hidden-desktop {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-editor-active .elementor-hidden-tablet.cms-tabs-title {
    display: none !important; } }

@media (max-width: 767px) {
  .elementor-editor-active .elementor-hidden-phone.cms-tabs-title {
    display: none !important; } }
/* Elementor Widget Order */
.elementor-panel-categories {
  display: flex;
  flex-wrap: wrap; }

.elementor-panel-category {
  flex: 0 0 100%;
  width: 100%; }

#elementor-panel-category-elementor-theme-core {
  order: 1; }

body {
  color: var(--body-font-color);
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  text-align: start;
  background: var(--body-bg); }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: var(--body-line-height);
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth; }
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  word-break: break-word; }
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: scroll; }
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  outline: none; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: 700; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top; }
/* Forms
 ========================================================================== */
label {
  display: block;
  margin-bottom: 0;
  cursor: pointer; }

input + label {
  display: inline-block; }
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none; }
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: auto;
  line-height: normal;
  width: auto;
  -webkit-transform: translate(0px, 3px);
  -khtml-transform: translate(0px, 3px);
  -moz-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  -o-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
  margin-right: 10px; }
  [dir="rtl"] [type="checkbox"], [dir="rtl"] [type="radio"] {
    margin-right: 0;
    margin-left: 10px; }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
/***
 * Media
 */
embed, iframe, object {
  max-width: 100%; }

figure {
  margin: 0; }

p {
  margin: 0 0 25px; }
  p:last-child {
    margin-bottom: 0;
    clear: both; }

* {
  text-decoration: none; }
  *:hover {
    outline: none !important;
    text-decoration: none; }

.disabled, [aria-disabled="true"] {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

dl dt {
  font-weight: 500;
  color: var(--heading-font-color); }

del {
  color: red;
  text-decoration: line-through; }
  .font-100 {
    font-weight: 100 !important; }
  .font-100i {
    font-weight: 100 !important;
    font-style: italic; }
  .font-200 {
    font-weight: 200 !important; }
  .font-200i {
    font-weight: 200 !important;
    font-style: italic; }
  .font-300 {
    font-weight: 300 !important; }
  .font-300i {
    font-weight: 300 !important;
    font-style: italic; }
  .font-400 {
    font-weight: 400 !important; }
  .font-400i {
    font-weight: 400 !important;
    font-style: italic; }
  .font-500 {
    font-weight: 500 !important; }
  .font-500i {
    font-weight: 500 !important;
    font-style: italic; }
  .font-600 {
    font-weight: 600 !important; }
  .font-600i {
    font-weight: 600 !important;
    font-style: italic; }
  .font-700 {
    font-weight: 700 !important; }
  .font-700i {
    font-weight: 700 !important;
    font-style: italic; }
  .font-800 {
    font-weight: 800 !important; }
  .font-800i {
    font-weight: 800 !important;
    font-style: italic; }
  .font-900 {
    font-weight: 900 !important; }
  .font-900i {
    font-weight: 900 !important;
    font-style: italic; }
  .lh-1 {
    line-height: 1; }
  .lh-1\/2 {
    line-height: 1.2; }
  .lh-1\/3 {
    line-height: 1.333; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .cms-heading {
  clear: both;
  font-family: var(--heading-font-family);
  line-height: 1.25; }
  h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 *, .cms-heading * {
    color: inherit; }
  .heading {
    font-family: var(--heading-font-family); }

.heading2 {
  font-family: 'Covered By Your Grace', cursive; }

h1, .h1 {
  color: var(--heading-font-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: var(--heading-h1-size);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0.67rem 0; }

h2, .h2 {
  color: var(--heading-font-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: var(--heading-h2-size);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0.57rem 0; }

h3, .h3 {
  color: var(--heading-font-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: var(--heading-h3-size);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0.47rem 0; }

h4, .h4 {
  color: var(--heading-font-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: var(--heading-h4-size);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0.37rem 0; }

h5, .h5 {
  color: var(--heading-font-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: var(--heading-h5-size);
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0.27rem 0; }

h6, .h6 {
  color: var(--heading-font-color);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-size: var(--heading-h6-size);
  line-height: 1.4667;
  letter-spacing: var(--heading-letter-spacing);
  margin: 0.17rem 0; }

.cms-heading {
  color: var(--heading-font-color);
  font-weight: var(--heading-font-weight); }

.text-heading {
  color: var(--heading-font-color); }

.cms-heading2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

ul, ol {
  list-style-position: inside;
  padding-left: 0;
  padding-right: 0; }
  ul li, ol li {
    padding: 2px 0; }
  ul ul, ol ul, ul ol, ol ol {
    padding-left: 15px; }
  [dir="rtl"] ul ul, [dir="rtl"] ol ul, [dir="rtl"] ul ol, [dir="rtl"] ol ol {
    padding-left: 0;
    padding-right: 15px; }
  ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }
  ul.unstyled ul, ol.unstyled ul, ul.unstyled ol, ol.unstyled ol {
    list-style: none; }
  ul.horizontal, ol.horizontal {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
  ul.horizontal > li, ol.horizontal > li {
    padding: 5px;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e6eaef;
  border-spacing: 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  table th, table td {
    padding: 8px;
    border: 1px solid #e6eaef;
    border-top: 0;
    border-left: 0;
    text-align: start;
    vertical-align: middle; }
  table th:last-child, table td:last-child {
    border-right: 0; }
  table th {
    font-family: var(--heading-font-family); }
  table + * {
    margin-top: 20px; }
  table tbody tr:last-child th, table tbody tr:last-child td {
    border-bottom: 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4b6d8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  text-overflow: ellipsis;
  line-height: inherit; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4b6d8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  text-overflow: ellipsis;
  line-height: inherit; }

input::-o-placeholder, textarea::-o-placeholder {
  color: #4b6d8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  text-overflow: ellipsis;
  line-height: inherit; }

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #4b6d8f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  text-overflow: ellipsis;
  line-height: inherit; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  height: 30px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.cms-input-number-spin {
  width: 19px;
  height: 25px;
  background: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 20px; }
  [dir="rtl"] .cms-input-number-spin {
    left: 20px;
    right: auto; }

.cms-input-number-spin-inner {
  cursor: pointer;
  width: 19px;
  height: 12.5px;
  position: relative;
  display: block; }
  .cms-input-number-spin-inner:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .cms-input-number-spin-inner.cms-input-number-spin-up:before {
    border-width: 0 3.5px 4px 3.5px;
    border-color: transparent transparent var(--color-1e4873) transparent; }
  .cms-input-number-spin-inner.cms-input-number-spin-down:before {
    border-width: 4px 3.5px 0 3.5px;
    border-color: var(--color-1e4873) transparent transparent transparent; }

input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  text-align: start;
  padding: 0;
  margin: 0; }

input::-webkit-datetime-edit {
  text-align: start;
  width: 100%; }

input[type="search" i]::-webkit-search-cancel-button {
  opacity: 0; }

.cms-label-active {
  position: relative;
  padding-top: 23px; }
  .cms-label-active > label {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    padding: 0 10px;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(-25px);
    -khtml-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden; }
  .cms-label-active:hover > label, .cms-label-active:active > label, .cms-label-active:focus > label {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }

.cms-form-style-1 > div:not(:last-child) {
  margin-bottom: 12px; }
  .cms-form-style-1 select, .cms-form-style-1 textarea, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    color: var(--color-primary);
    font-size: 14px;
    border: 2px solid var(--color-e6f8fb);
    background-color: var(--color-e6f8fb);
    -webkit-border-radius: 0 8px 8px 8px;
    -khtml-border-radius: 0 8px 8px 8px;
    -moz-border-radius: 0 8px 8px 8px;
    -ms-border-radius: 0 8px 8px 8px;
    -o-border-radius: 0 8px 8px 8px;
    border-radius: 0 8px 8px 8px; }
  .cms-form-style-1 select:hover, .cms-form-style-1 textarea:hover, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):hover, .cms-form-style-1 select:active, .cms-form-style-1 textarea:active, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):active, .cms-form-style-1 select:focus, .cms-form-style-1 textarea:focus, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus {
    border-color: var(--color-accent);
    background-color: #fff; }
  .cms-form-style-1 select, .cms-form-style-1 input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
    line-height: 56px;
    height: 60px; }
  .cms-form-style-1 input[type="submit"], .cms-form-style-1 input[type="button"] {
    line-height: 70px; }

.cms-form-space-30 > div:not(:last-child) {
  margin-bottom: 7px; }

input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]), textarea, select, .select2-container.select2-container--default .select2-selection--single {
  background-color: #eef3fa;
  border: none;
  color: #4b6d8f;
  padding: 0 20px;
  line-height: 55px;
  height: 55px;
  font-size: 100%;
  text-align: start;
  outline: none;
  width: 100%;
  -webkit-box-shadow: 0 0 0 2px #eef3fa inset;
  -khtml-box-shadow: 0 0 0 2px #eef3fa inset;
  -moz-box-shadow: 0 0 0 2px #eef3fa inset;
  -ms-box-shadow: 0 0 0 2px #eef3fa inset;
  -o-box-shadow: 0 0 0 2px #eef3fa inset;
  box-shadow: 0 0 0 2px #eef3fa inset;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):hover, textarea:hover, select:hover, .select2-container.select2-container--default .select2-selection--single:hover, input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus, textarea:focus, select:focus, .select2-container.select2-container--default .select2-selection--single:focus, input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):active, textarea:active, select:active, .select2-container.select2-container--default .select2-selection--single:active {
    background-color: #fff;
    color: var(--color-primary);
    -webkit-box-shadow: 0 0 0 2px #eef3fa inset;
    -khtml-box-shadow: 0 0 0 2px #eef3fa inset;
    -moz-box-shadow: 0 0 0 2px #eef3fa inset;
    -ms-box-shadow: 0 0 0 2px #eef3fa inset;
    -o-box-shadow: 0 0 0 2px #eef3fa inset;
    box-shadow: 0 0 0 2px #eef3fa inset; }
  [dir="rtl"] input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]), [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] .select2-container.select2-container--default .select2-selection--single {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  padding-right: 40px; }
  [dir="rtl"] select {
    background-position: 10px 50%;
    padding-right: 22px;
    padding-left: 40px; }

textarea {
  padding-top: 15px;
  line-height: normal;
  min-height: 110px; }

input, select, textarea {
  vertical-align: top;
  position: relative; }

.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .cms-select select {
    height: 55px;
    line-height: 37px;
    font-size: 15px;
    background-color: transparent;
    position: relative;
    z-index: 99;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .cms-select i {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%); }

.cms-custom-checkbox, .cms-custom-radio {
  position: relative;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  display: inline-block; }
  [dir="rtl"] .cms-custom-checkbox, [dir="rtl"] .cms-custom-radio {
    margin-right: 0;
    margin-left: 5px; }
  .cms-custom-checkbox input[type="checkbox"], .cms-custom-radio input[type="checkbox"], .cms-custom-checkbox .cms-checkmark, .cms-custom-radio .cms-checkmark {
    width: 17px;
    height: 17px;
    display: inline-block;
    padding: 0;
    margin: 0; }
  .cms-custom-checkbox input, .cms-custom-radio input {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .cms-custom-checkbox input:checked + .cms-checkmark:after, .cms-custom-radio input:checked + .cms-checkmark:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .cms-custom-checkbox .cms-checkmark, .cms-custom-radio .cms-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #eef3fa;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .cms-custom-checkbox .cms-checkmark:after, .cms-custom-radio .cms-checkmark:after {
    content: "";
    background-color: var(--color-accent);
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .cms-custom-checkbox + label, .cms-custom-radio + label {
    display: inline-block; }

.cms-custom-radio input:checked + .cms-checkmark {
  border-color: var(--color-accent); }
  .cms-custom-radio input:checked + .cms-checkmark:after {
    background-color: var(--color-accent); }
  .cms-custom-radio .cms-checkmark {
    margin-top: 3px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .cms-custom-radio .cms-checkmark:after {
    background-color: #eef3fa;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.cms-custom-checkbox {
  -webkit-transform: translate(0, 3px);
  -khtml-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px); }

#ui-datepicker-div {
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important; }
  #ui-datepicker-div .ui-datepicker-header {
    position: relative; }
  #ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 0; }
  #ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  #ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
    display: none; }
  #ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 0; }
  #ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 0; }
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase; }
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    width: 100%; }
  #ui-datepicker-div .ui-datepicker-calendar th {
    text-align: center; }
  #ui-datepicker-div .ui-datepicker-calendar td {
    text-align: center;
    padding: 6px; }
  #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
    color: rgba(0, 0, 0, 0.2); }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px !important;
  right: 15px !important; }
  [dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto !important;
    left: 15px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 53px !important; }

a {
  color: var(--color-primary); }
  a:hover {
    color: var(--color-accent); }
  a:focus {
    color: var(--color-accent); }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%; }

.text-underline {
  text-decoration: underline; }

.text-border-bottom {
  border-bottom: 2px solid var(--color-accent);
  padding-bottom: 3px; }
  .text-center {
    text-align: center !important; }
  .text-start {
    text-align: start !important; }
  .text-end {
    text-align: end !important; }
  .text-justify {
    text-align: justify !important; }
  @media (max-width: 479.98px) {
  .text-max-center {
    text-align: center !important; }
    .text-max-start {
      text-align: start !important; }

    .text-max-end {
      text-align: end !important; }

    .text-max-justify {
      text-align: justify !important; } }
  @media (min-width: 480px) {
  .text-xs-center {
    text-align: center !important; }
    .text-xs-start {
      text-align: start !important; }

    .text-xs-end {
      text-align: end !important; }

    .text-xs-justify {
      text-align: justify !important; } }
  @media (max-width: 575.98px) {
  .text-max-xs-center {
    text-align: center !important; }
    .text-max-xs-start {
      text-align: start !important; }

    .text-max-xs-end {
      text-align: end !important; }

    .text-max-xs-justify {
      text-align: justify !important; } }
  @media (min-width: 576px) {
  .text-sm-center {
    text-align: center !important; }
    .text-sm-start {
      text-align: start !important; }

    .text-sm-end {
      text-align: end !important; }

    .text-sm-justify {
      text-align: justify !important; } }
  @media (max-width: 767.98px) {
  .text-max-sm-center {
    text-align: center !important; }
    .text-max-sm-start {
      text-align: start !important; }

    .text-max-sm-end {
      text-align: end !important; }

    .text-max-sm-justify {
      text-align: justify !important; } }
  @media (min-width: 768px) {
  .text-md-center {
    text-align: center !important; }
    .text-md-start {
      text-align: start !important; }

    .text-md-end {
      text-align: end !important; }

    .text-md-justify {
      text-align: justify !important; } }
  @media (max-width: 1024.98px) {
  .text-max-md-center {
    text-align: center !important; }
    .text-max-md-start {
      text-align: start !important; }

    .text-max-md-end {
      text-align: end !important; }

    .text-max-md-justify {
      text-align: justify !important; } }
  @media (min-width: 1025px) {
  .text-lg-center {
    text-align: center !important; }
    .text-lg-start {
      text-align: start !important; }

    .text-lg-end {
      text-align: end !important; }

    .text-lg-justify {
      text-align: justify !important; } }
  @media (max-width: 1279.98px) {
  .text-max-lg-center {
    text-align: center !important; }
    .text-max-lg-start {
      text-align: start !important; }

    .text-max-lg-end {
      text-align: end !important; }

    .text-max-lg-justify {
      text-align: justify !important; } }
  @media (min-width: 1280px) {
  .text-xl-center {
    text-align: center !important; }
    .text-xl-start {
      text-align: start !important; }

    .text-xl-end {
      text-align: end !important; }

    .text-xl-justify {
      text-align: justify !important; } }
  @media (max-width: 1365.98px) {
  .text-max-xl-center {
    text-align: center !important; }
    .text-max-xl-start {
      text-align: start !important; }

    .text-max-xl-end {
      text-align: end !important; }

    .text-max-xl-justify {
      text-align: justify !important; } }
  @media (min-width: 1366px) {
  .text-xxl-center {
    text-align: center !important; }
    .text-xxl-start {
      text-align: start !important; }

    .text-xxl-end {
      text-align: end !important; }

    .text-xxl-justify {
      text-align: justify !important; } }
  .text-max-xxl-center {
    text-align: center !important; }
  .text-max-xxl-start {
    text-align: start !important; }
  .text-max-xxl-end {
    text-align: end !important; }
  .text-max-xxl-justify {
    text-align: justify !important; }

.bypostauthor, .sticky {
  visibility: visible; }

.screen-reader-text {
  display: none; }

.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px !important; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 35px !important; }
  [dir="rtl"] .alignleft {
    float: right;
    margin-right: 0 !important;
    margin-left: 35px !important; }

.alignright {
  display: inline;
  float: right;
  margin-left: 35px; }
  [dir="rtl"] .alignright {
    float: left;
    margin-left: 0;
    margin-right: 35px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.cms-single-page p:last-child {
  clear: both; }
  .cms-single-page p:last-child img[class*="align"] {
    margin-bottom: 0; }

blockquote {
  padding: 0 0 0 1rem;
  border-left: 5px solid var(--color-accent); }
  [dir="rtl"] blockquote {
    padding: 0 1rem 0 0;
    border-left: 0;
    border-right: 5px solid var(--color-accent); }
  blockquote.has-text-align-right {
    padding: 0 1rem 0 0;
    border-left: 0;
    border-right: 5px solid var(--color-accent); }
  [dir="rtl"] blockquote.has-text-align-right {
    padding: 0 0 0 1rem;
    border-right: 0;
    border-left: 5px solid var(--color-accent);
    text-align: left; }

.cms-badge-1 {
  height: 65px;
  min-width: 60px;
  position: relative;
  background-color: var(--color-secondary);
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
  -webkit-border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  [dir="rtl"] .cms-badge-1 {
    -webkit-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
  .cms-badge-1:before, .cms-badge-1:after {
    content: '';
    display: block;
    position: absolute; }
  .cms-badge-1:after {
    height: 5px;
    width: 100%;
    background: #fff;
    left: 5px;
    bottom: 0; }
  [dir="rtl"] .cms-badge-1:after {
    left: auto;
    right: 5px; }

.cms-badge-2 {
  position: relative; }
  .cms-badge-2:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 35px 0 35px;
    border-color: var(--color-secondary) transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px; }

.cms-badge-3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  padding: 5px 9px 14px;
  position: relative;
  overflow: hidden;
  max-width: 46px; }
  .cms-badge-3:not(.badge-svg) {
    background-color: var(--color-primary); }
  .cms-badge-3:not(.badge-svg):after {
    content: '';
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    height: 22px;
    top: calc(100% - 10px);
    border-radius: 50% 50% 0 0; }
  .cms-badge-3.badge-svg > svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    fill: var(--color-primary);
    height: 100%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.cms-badge-4 {
  position: relative; }
  .cms-badge-4:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 35px 0 35px;
    border-color: var(--color-white) transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px; }

.cms-ribbon {
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 2;
  overflow: hidden;
  width: 125px;
  height: 125px;
  text-align: right; }
  .cms-ribbon .main {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 164px;
    display: block;
    border-color: var(--color-secondary);
    position: absolute;
    top: 31px;
    right: -34px; }
  .cms-ribbon .main .before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left-width: 3px;
    border-left-style: solid;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top-width: 3px;
    border-top-style: solid; }
  .cms-ribbon .main .after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right-width: 3px;
    border-right-style: solid;
    border-bottom: 3px solid transparent;
    border-top-width: 3px;
    border-top-style: solid; }
  .bdr-solid {
    border-style: solid; }
  .bdr-t-solid {
    border-top-style: solid; }
  .bdr-r-solid {
    border-right-style: solid; }
  .bdr-b-solid {
    border-bottom-style: solid; }
  .bdr-l-solid {
    border-left-style: solid; }
  .bdr-dashed {
    border-style: dashed; }
  .bdr-t-dashed {
    border-top-style: dashed; }
  .bdr-r-dashed {
    border-right-style: dashed; }
  .bdr-b-dashed {
    border-bottom-style: dashed; }
  .bdr-l-dashed {
    border-left-style: dashed; }
  .bdr-dotted {
    border-style: dotted; }
  .bdr-t-dotted {
    border-top-style: dotted; }
  .bdr-r-dotted {
    border-right-style: dotted; }
  .bdr-b-dotted {
    border-bottom-style: dotted; }
  .bdr-l-dotted {
    border-left-style: dotted; }
  .bdr-double {
    border-style: double; }
  .bdr-t-double {
    border-top-style: double; }
  .bdr-r-double {
    border-right-style: double; }
  .bdr-b-double {
    border-bottom-style: double; }
  .bdr-l-double {
    border-left-style: double; }
  .bdr-groove {
    border-style: groove; }
  .bdr-t-groove {
    border-top-style: groove; }
  .bdr-r-groove {
    border-right-style: groove; }
  .bdr-b-groove {
    border-bottom-style: groove; }
  .bdr-l-groove {
    border-left-style: groove; }
  .bdr-inset {
    border-style: inset; }
  .bdr-t-inset {
    border-top-style: inset; }
  .bdr-r-inset {
    border-right-style: inset; }
  .bdr-b-inset {
    border-bottom-style: inset; }
  .bdr-l-inset {
    border-left-style: inset; }
  .bdr-outset {
    border-style: outset; }
  .bdr-t-outset {
    border-top-style: outset; }
  .bdr-r-outset {
    border-right-style: outset; }
  .bdr-b-outset {
    border-bottom-style: outset; }
  .bdr-l-outset {
    border-left-style: outset; }
  .bdr-ridge {
    border-style: ridge; }
  .bdr-t-ridge {
    border-top-style: ridge; }
  .bdr-r-ridge {
    border-right-style: ridge; }
  .bdr-b-ridge {
    border-bottom-style: ridge; }
  .bdr-l-ridge {
    border-left-style: ridge; }
  .bdr-0 {
    border-width: 0px; }
  .bdr-t-0 {
    border-top-width: 0px; }
  .bdr-r-0 {
    border-right-width: 0px; }
  .bdr-b-0 {
    border-bottom-width: 0px; }
  .bdr-l-0 {
    border-left-width: 0px; }
  .bdr-lr-0 {
    border-left-width: 0px;
    border-right-width: 0px; }
  .bdr-tb-0 {
    border-top-width: 0px;
    border-bottom-width: 0px; }
  .bdr-1 {
    border-width: 1px; }
  .bdr-t-1 {
    border-top-width: 1px; }
  .bdr-r-1 {
    border-right-width: 1px; }
  .bdr-b-1 {
    border-bottom-width: 1px; }
  .bdr-l-1 {
    border-left-width: 1px; }
  .bdr-lr-1 {
    border-left-width: 1px;
    border-right-width: 1px; }
  .bdr-tb-1 {
    border-top-width: 1px;
    border-bottom-width: 1px; }
  .bdr-2 {
    border-width: 2px; }
  .bdr-t-2 {
    border-top-width: 2px; }
  .bdr-r-2 {
    border-right-width: 2px; }
  .bdr-b-2 {
    border-bottom-width: 2px; }
  .bdr-l-2 {
    border-left-width: 2px; }
  .bdr-lr-2 {
    border-left-width: 2px;
    border-right-width: 2px; }
  .bdr-tb-2 {
    border-top-width: 2px;
    border-bottom-width: 2px; }
  .bdr-3 {
    border-width: 3px; }
  .bdr-t-3 {
    border-top-width: 3px; }
  .bdr-r-3 {
    border-right-width: 3px; }
  .bdr-b-3 {
    border-bottom-width: 3px; }
  .bdr-l-3 {
    border-left-width: 3px; }
  .bdr-lr-3 {
    border-left-width: 3px;
    border-right-width: 3px; }
  .bdr-tb-3 {
    border-top-width: 3px;
    border-bottom-width: 3px; }
  .bdr-4 {
    border-width: 4px; }
  .bdr-t-4 {
    border-top-width: 4px; }
  .bdr-r-4 {
    border-right-width: 4px; }
  .bdr-b-4 {
    border-bottom-width: 4px; }
  .bdr-l-4 {
    border-left-width: 4px; }
  .bdr-lr-4 {
    border-left-width: 4px;
    border-right-width: 4px; }
  .bdr-tb-4 {
    border-top-width: 4px;
    border-bottom-width: 4px; }
  .bdr-5 {
    border-width: 5px; }
  .bdr-t-5 {
    border-top-width: 5px; }
  .bdr-r-5 {
    border-right-width: 5px; }
  .bdr-b-5 {
    border-bottom-width: 5px; }
  .bdr-l-5 {
    border-left-width: 5px; }
  .bdr-lr-5 {
    border-left-width: 5px;
    border-right-width: 5px; }
  .bdr-tb-5 {
    border-top-width: 5px;
    border-bottom-width: 5px; }
  .bdr-6 {
    border-width: 6px; }
  .bdr-t-6 {
    border-top-width: 6px; }
  .bdr-r-6 {
    border-right-width: 6px; }
  .bdr-b-6 {
    border-bottom-width: 6px; }
  .bdr-l-6 {
    border-left-width: 6px; }
  .bdr-lr-6 {
    border-left-width: 6px;
    border-right-width: 6px; }
  .bdr-tb-6 {
    border-top-width: 6px;
    border-bottom-width: 6px; }
  .bdr-7 {
    border-width: 7px; }
  .bdr-t-7 {
    border-top-width: 7px; }
  .bdr-r-7 {
    border-right-width: 7px; }
  .bdr-b-7 {
    border-bottom-width: 7px; }
  .bdr-l-7 {
    border-left-width: 7px; }
  .bdr-lr-7 {
    border-left-width: 7px;
    border-right-width: 7px; }
  .bdr-tb-7 {
    border-top-width: 7px;
    border-bottom-width: 7px; }
  .bdr-8 {
    border-width: 8px; }
  .bdr-t-8 {
    border-top-width: 8px; }
  .bdr-r-8 {
    border-right-width: 8px; }
  .bdr-b-8 {
    border-bottom-width: 8px; }
  .bdr-l-8 {
    border-left-width: 8px; }
  .bdr-lr-8 {
    border-left-width: 8px;
    border-right-width: 8px; }
  .bdr-tb-8 {
    border-top-width: 8px;
    border-bottom-width: 8px; }
  .bdr-9 {
    border-width: 9px; }
  .bdr-t-9 {
    border-top-width: 9px; }
  .bdr-r-9 {
    border-right-width: 9px; }
  .bdr-b-9 {
    border-bottom-width: 9px; }
  .bdr-l-9 {
    border-left-width: 9px; }
  .bdr-lr-9 {
    border-left-width: 9px;
    border-right-width: 9px; }
  .bdr-tb-9 {
    border-top-width: 9px;
    border-bottom-width: 9px; }
  .bdr-10 {
    border-width: 10px; }
  .bdr-t-10 {
    border-top-width: 10px; }
  .bdr-r-10 {
    border-right-width: 10px; }
  .bdr-b-10 {
    border-bottom-width: 10px; }
  .bdr-l-10 {
    border-left-width: 10px; }
  .bdr-lr-10 {
    border-left-width: 10px;
    border-right-width: 10px; }
  .bdr-tb-10 {
    border-top-width: 10px;
    border-bottom-width: 10px; }
  .bdr-radius-5 {
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border-radius: 5px !important; }
  .bdr-radius-10 {
    -webkit-border-radius: 10px !important;
    -khtml-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important; }
  .bdr-radius-15 {
    -webkit-border-radius: 15px !important;
    -khtml-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    border-radius: 15px !important; }
  .bdr-radius-20 {
    -webkit-border-radius: 20px !important;
    -khtml-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important; }
  .bdr-radius-24 {
    -webkit-border-radius: 24px !important;
    -khtml-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -ms-border-radius: 24px !important;
    -o-border-radius: 24px !important;
    border-radius: 24px !important; }
  .bdr-radius-25 {
    -webkit-border-radius: 25px !important;
    -khtml-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    -o-border-radius: 25px !important;
    border-radius: 25px !important; }
  .bdr-radius-40 {
    -webkit-border-radius: 40px !important;
    -khtml-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    border-radius: 40px !important; }

[class*="bdr-radius-"] {
  overflow: hidden; }

.circle, .cms-circle, .elementor img.circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.bdr-main {
  border-color: #eef3fa; }

.cms-hover-bdr-b:hover {
  border-bottom: 2px solid var(--color-accent); }
  .cms-radius-0, .elementor .cms-radius-0, .elementor .cms-radius-0 > .elementor-column-wrap {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .cms-radius-t-0 {
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .cms-radius-b-0 {
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .elementor .cms-radius-tlbr-0, .cms-radius-tlbr-0 {
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .elementor .cms-radius-bltr-0, .cms-radius-bltr-0 {
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .cms-radius-4, .elementor .cms-radius-4, .elementor .cms-radius-4 > .elementor-column-wrap {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .cms-radius-t-4 {
    -webkit-border-radius: 4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  .cms-radius-b-4 {
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .elementor .cms-radius-tlbr-4, .cms-radius-tlbr-4 {
    -webkit-border-radius: 4px 0 4px 0;
    -khtml-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    -ms-border-radius: 4px 0 4px 0;
    -o-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0; }
  .elementor .cms-radius-bltr-4, .cms-radius-bltr-4 {
    -webkit-border-radius: 0 4px 0 4px;
    -khtml-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px 0 4px;
    -ms-border-radius: 0 4px 0 4px;
    -o-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 0 4px; }
  .cms-radius-8, .elementor .cms-radius-8, .elementor .cms-radius-8 > .elementor-column-wrap {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  .cms-radius-t-8 {
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
  .cms-radius-b-8 {
    -webkit-border-radius: 0 0 8px 8px;
    -khtml-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; }
  .elementor .cms-radius-tlbr-8, .cms-radius-tlbr-8 {
    -webkit-border-radius: 8px 0 8px 0;
    -khtml-border-radius: 8px 0 8px 0;
    -moz-border-radius: 8px 0 8px 0;
    -ms-border-radius: 8px 0 8px 0;
    -o-border-radius: 8px 0 8px 0;
    border-radius: 8px 0 8px 0; }
  .elementor .cms-radius-bltr-8, .cms-radius-bltr-8 {
    -webkit-border-radius: 0 8px 0 8px;
    -khtml-border-radius: 0 8px 0 8px;
    -moz-border-radius: 0 8px 0 8px;
    -ms-border-radius: 0 8px 0 8px;
    -o-border-radius: 0 8px 0 8px;
    border-radius: 0 8px 0 8px; }
  .cms-radius-12, .elementor .cms-radius-12, .elementor .cms-radius-12 > .elementor-column-wrap {
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px; }
  .cms-radius-t-12 {
    -webkit-border-radius: 12px 12px 0 0;
    -khtml-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0; }
  .cms-radius-b-12 {
    -webkit-border-radius: 0 0 12px 12px;
    -khtml-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    -o-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px; }
  .elementor .cms-radius-tlbr-12, .cms-radius-tlbr-12 {
    -webkit-border-radius: 12px 0 12px 0;
    -khtml-border-radius: 12px 0 12px 0;
    -moz-border-radius: 12px 0 12px 0;
    -ms-border-radius: 12px 0 12px 0;
    -o-border-radius: 12px 0 12px 0;
    border-radius: 12px 0 12px 0; }
  .elementor .cms-radius-bltr-12, .cms-radius-bltr-12 {
    -webkit-border-radius: 0 12px 0 12px;
    -khtml-border-radius: 0 12px 0 12px;
    -moz-border-radius: 0 12px 0 12px;
    -ms-border-radius: 0 12px 0 12px;
    -o-border-radius: 0 12px 0 12px;
    border-radius: 0 12px 0 12px; }
  .cms-radius-24, .elementor .cms-radius-24, .elementor .cms-radius-24 > .elementor-column-wrap {
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px; }
  .cms-radius-t-24 {
    -webkit-border-radius: 24px 24px 0 0;
    -khtml-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    -ms-border-radius: 24px 24px 0 0;
    -o-border-radius: 24px 24px 0 0;
    border-radius: 24px 24px 0 0; }
  .cms-radius-b-24 {
    -webkit-border-radius: 0 0 24px 24px;
    -khtml-border-radius: 0 0 24px 24px;
    -moz-border-radius: 0 0 24px 24px;
    -ms-border-radius: 0 0 24px 24px;
    -o-border-radius: 0 0 24px 24px;
    border-radius: 0 0 24px 24px; }
  .elementor .cms-radius-tlbr-24, .cms-radius-tlbr-24 {
    -webkit-border-radius: 24px 0 24px 0;
    -khtml-border-radius: 24px 0 24px 0;
    -moz-border-radius: 24px 0 24px 0;
    -ms-border-radius: 24px 0 24px 0;
    -o-border-radius: 24px 0 24px 0;
    border-radius: 24px 0 24px 0; }
  .elementor .cms-radius-bltr-24, .cms-radius-bltr-24 {
    -webkit-border-radius: 0 24px 0 24px;
    -khtml-border-radius: 0 24px 0 24px;
    -moz-border-radius: 0 24px 0 24px;
    -ms-border-radius: 0 24px 0 24px;
    -o-border-radius: 0 24px 0 24px;
    border-radius: 0 24px 0 24px; }
/* CMS Button */
.btn, button, .button, input[type="submit"], input[type="button"], .added_to_cart {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1;
  letter-spacing: 0;
  padding: 18px 20px;
  background-color: var(--color-primary);
  outline: none;
  cursor: pointer;
  text-transform: capitalize;
  vertical-align: top;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn:hover, button:hover, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .added_to_cart:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, input[type="button"]:focus, .added_to_cart:focus {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff;
    outline: none; }
  .btn:hover .cms-btn-icon, button:hover .cms-btn-icon, .button:hover .cms-btn-icon, input[type="submit"]:hover .cms-btn-icon, input[type="button"]:hover .cms-btn-icon, .added_to_cart:hover .cms-btn-icon, .btn:focus .cms-btn-icon, button:focus .cms-btn-icon, .button:focus .cms-btn-icon, input[type="submit"]:focus .cms-btn-icon, input[type="button"]:focus .cms-btn-icon, .added_to_cart:focus .cms-btn-icon {
    -webkit-animation: readmoreIcon 300ms linear 0s;
    -khtml-animation: readmoreIcon 300ms linear 0s;
    -moz-animation: readmoreIcon 300ms linear 0s;
    -ms-animation: readmoreIcon 300ms linear 0s;
    -o-animation: readmoreIcon 300ms linear 0s;
    animation: readmoreIcon 300ms linear 0s; }
  [dir="rtl"] .btn:hover .cms-btn-icon, [dir="rtl"] button:hover .cms-btn-icon, [dir="rtl"] .button:hover .cms-btn-icon, [dir="rtl"] input[type="submit"]:hover .cms-btn-icon, [dir="rtl"] input[type="button"]:hover .cms-btn-icon, [dir="rtl"] .added_to_cart:hover .cms-btn-icon, [dir="rtl"] .btn:focus .cms-btn-icon, [dir="rtl"] button:focus .cms-btn-icon, [dir="rtl"] .button:focus .cms-btn-icon, [dir="rtl"] input[type="submit"]:focus .cms-btn-icon, [dir="rtl"] input[type="button"]:focus .cms-btn-icon, [dir="rtl"] .added_to_cart:focus .cms-btn-icon {
    -webkit-animation: readmoreIcon-rtl 300ms linear 0s;
    -khtml-animation: readmoreIcon-rtl 300ms linear 0s;
    -moz-animation: readmoreIcon-rtl 300ms linear 0s;
    -ms-animation: readmoreIcon-rtl 300ms linear 0s;
    -o-animation: readmoreIcon-rtl 300ms linear 0s;
    animation: readmoreIcon-rtl 300ms linear 0s; }
  .btn:hover .cms-btn-icon.cmsi-arrow-alt-circle-right:before, button:hover .cms-btn-icon.cmsi-arrow-alt-circle-right:before, .button:hover .cms-btn-icon.cmsi-arrow-alt-circle-right:before, input[type="submit"]:hover .cms-btn-icon.cmsi-arrow-alt-circle-right:before, input[type="button"]:hover .cms-btn-icon.cmsi-arrow-alt-circle-right:before, .added_to_cart:hover .cms-btn-icon.cmsi-arrow-alt-circle-right:before, .btn:focus .cms-btn-icon.cmsi-arrow-alt-circle-right:before, button:focus .cms-btn-icon.cmsi-arrow-alt-circle-right:before, .button:focus .cms-btn-icon.cmsi-arrow-alt-circle-right:before, input[type="submit"]:focus .cms-btn-icon.cmsi-arrow-alt-circle-right:before, input[type="button"]:focus .cms-btn-icon.cmsi-arrow-alt-circle-right:before, .added_to_cart:focus .cms-btn-icon.cmsi-arrow-alt-circle-right:before {
    content: '\e908'; }
  .btn.btn-outline, button.btn-outline, .button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, .added_to_cart.btn-outline {
    background: transparent;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 1) inset;
    -khtml-box-shadow: 0 0 0 2px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 1) inset;
    -ms-box-shadow: 0 0 0 2px rgba(0, 0, 0, 1) inset;
    -o-box-shadow: 0 0 0 2px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 1) inset; }
  .btn.btn-outline.btn-accent, button.btn-outline.btn-accent, .button.btn-outline.btn-accent, input[type="submit"].btn-outline.btn-accent, input[type="button"].btn-outline.btn-accent, .added_to_cart.btn-outline.btn-accent {
    color: #2983fd;
    -webkit-box-shadow: 0 0 0 2px #2983fd inset;
    -khtml-box-shadow: 0 0 0 2px #2983fd inset;
    -moz-box-shadow: 0 0 0 2px #2983fd inset;
    -ms-box-shadow: 0 0 0 2px #2983fd inset;
    -o-box-shadow: 0 0 0 2px #2983fd inset;
    box-shadow: 0 0 0 2px #2983fd inset; }
  .btn.btn-outline.btn-primary, button.btn-outline.btn-primary, .button.btn-outline.btn-primary, input[type="submit"].btn-outline.btn-primary, input[type="button"].btn-outline.btn-primary, .added_to_cart.btn-outline.btn-primary {
    color: #063464;
    -webkit-box-shadow: 0 0 0 2px #063464 inset;
    -khtml-box-shadow: 0 0 0 2px #063464 inset;
    -moz-box-shadow: 0 0 0 2px #063464 inset;
    -ms-box-shadow: 0 0 0 2px #063464 inset;
    -o-box-shadow: 0 0 0 2px #063464 inset;
    box-shadow: 0 0 0 2px #063464 inset; }
  .btn.btn-outline.btn-secondary, button.btn-outline.btn-secondary, .button.btn-outline.btn-secondary, input[type="submit"].btn-outline.btn-secondary, input[type="button"].btn-outline.btn-secondary, .added_to_cart.btn-outline.btn-secondary {
    color: #fee023;
    -webkit-box-shadow: 0 0 0 2px #fee023 inset;
    -khtml-box-shadow: 0 0 0 2px #fee023 inset;
    -moz-box-shadow: 0 0 0 2px #fee023 inset;
    -ms-box-shadow: 0 0 0 2px #fee023 inset;
    -o-box-shadow: 0 0 0 2px #fee023 inset;
    box-shadow: 0 0 0 2px #fee023 inset; }
  .btn.btn-outline.btn-rating, button.btn-outline.btn-rating, .button.btn-outline.btn-rating, input[type="submit"].btn-outline.btn-rating, input[type="button"].btn-outline.btn-rating, .added_to_cart.btn-outline.btn-rating {
    color: #16bae1;
    -webkit-box-shadow: 0 0 0 2px #16bae1 inset;
    -khtml-box-shadow: 0 0 0 2px #16bae1 inset;
    -moz-box-shadow: 0 0 0 2px #16bae1 inset;
    -ms-box-shadow: 0 0 0 2px #16bae1 inset;
    -o-box-shadow: 0 0 0 2px #16bae1 inset;
    box-shadow: 0 0 0 2px #16bae1 inset; }
  .btn.btn-outline.btn-body, button.btn-outline.btn-body, .button.btn-outline.btn-body, input[type="submit"].btn-outline.btn-body, input[type="button"].btn-outline.btn-body, .added_to_cart.btn-outline.btn-body {
    color: #8e949e;
    -webkit-box-shadow: 0 0 0 2px #8e949e inset;
    -khtml-box-shadow: 0 0 0 2px #8e949e inset;
    -moz-box-shadow: 0 0 0 2px #8e949e inset;
    -ms-box-shadow: 0 0 0 2px #8e949e inset;
    -o-box-shadow: 0 0 0 2px #8e949e inset;
    box-shadow: 0 0 0 2px #8e949e inset; }
  .btn.btn-outline.btn-white, button.btn-outline.btn-white, .button.btn-outline.btn-white, input[type="submit"].btn-outline.btn-white, input[type="button"].btn-outline.btn-white, .added_to_cart.btn-outline.btn-white {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -khtml-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    -ms-box-shadow: 0 0 0 2px #fff inset;
    -o-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset; }
  .btn.btn-outline.btn-1d65b9, button.btn-outline.btn-1d65b9, .button.btn-outline.btn-1d65b9, input[type="submit"].btn-outline.btn-1d65b9, input[type="button"].btn-outline.btn-1d65b9, .added_to_cart.btn-outline.btn-1d65b9 {
    color: #1d65b9;
    -webkit-box-shadow: 0 0 0 2px #1d65b9 inset;
    -khtml-box-shadow: 0 0 0 2px #1d65b9 inset;
    -moz-box-shadow: 0 0 0 2px #1d65b9 inset;
    -ms-box-shadow: 0 0 0 2px #1d65b9 inset;
    -o-box-shadow: 0 0 0 2px #1d65b9 inset;
    box-shadow: 0 0 0 2px #1d65b9 inset; }
  .btn.btn-outline.btn-05213f, button.btn-outline.btn-05213f, .button.btn-outline.btn-05213f, input[type="submit"].btn-outline.btn-05213f, input[type="button"].btn-outline.btn-05213f, .added_to_cart.btn-outline.btn-05213f {
    color: #05213f;
    -webkit-box-shadow: 0 0 0 2px #05213f inset;
    -khtml-box-shadow: 0 0 0 2px #05213f inset;
    -moz-box-shadow: 0 0 0 2px #05213f inset;
    -ms-box-shadow: 0 0 0 2px #05213f inset;
    -o-box-shadow: 0 0 0 2px #05213f inset;
    box-shadow: 0 0 0 2px #05213f inset; }
  .btn.btn-outline.btn-1e4873, button.btn-outline.btn-1e4873, .button.btn-outline.btn-1e4873, input[type="submit"].btn-outline.btn-1e4873, input[type="button"].btn-outline.btn-1e4873, .added_to_cart.btn-outline.btn-1e4873 {
    color: #1e4873;
    -webkit-box-shadow: 0 0 0 2px #1e4873 inset;
    -khtml-box-shadow: 0 0 0 2px #1e4873 inset;
    -moz-box-shadow: 0 0 0 2px #1e4873 inset;
    -ms-box-shadow: 0 0 0 2px #1e4873 inset;
    -o-box-shadow: 0 0 0 2px #1e4873 inset;
    box-shadow: 0 0 0 2px #1e4873 inset; }
  .btn.btn-outline.btn-032b56, button.btn-outline.btn-032b56, .button.btn-outline.btn-032b56, input[type="submit"].btn-outline.btn-032b56, input[type="button"].btn-outline.btn-032b56, .added_to_cart.btn-outline.btn-032b56 {
    color: #032b56;
    -webkit-box-shadow: 0 0 0 2px #032b56 inset;
    -khtml-box-shadow: 0 0 0 2px #032b56 inset;
    -moz-box-shadow: 0 0 0 2px #032b56 inset;
    -ms-box-shadow: 0 0 0 2px #032b56 inset;
    -o-box-shadow: 0 0 0 2px #032b56 inset;
    box-shadow: 0 0 0 2px #032b56 inset; }
  .btn.btn-outline.btn-cdd5dd, button.btn-outline.btn-cdd5dd, .button.btn-outline.btn-cdd5dd, input[type="submit"].btn-outline.btn-cdd5dd, input[type="button"].btn-outline.btn-cdd5dd, .added_to_cart.btn-outline.btn-cdd5dd {
    color: #cdd5dd;
    -webkit-box-shadow: 0 0 0 2px #cdd5dd inset;
    -khtml-box-shadow: 0 0 0 2px #cdd5dd inset;
    -moz-box-shadow: 0 0 0 2px #cdd5dd inset;
    -ms-box-shadow: 0 0 0 2px #cdd5dd inset;
    -o-box-shadow: 0 0 0 2px #cdd5dd inset;
    box-shadow: 0 0 0 2px #cdd5dd inset; }
  .btn.btn-outline.btn-01244a, button.btn-outline.btn-01244a, .button.btn-outline.btn-01244a, input[type="submit"].btn-outline.btn-01244a, input[type="button"].btn-outline.btn-01244a, .added_to_cart.btn-outline.btn-01244a {
    color: #01244a;
    -webkit-box-shadow: 0 0 0 2px #01244a inset;
    -khtml-box-shadow: 0 0 0 2px #01244a inset;
    -moz-box-shadow: 0 0 0 2px #01244a inset;
    -ms-box-shadow: 0 0 0 2px #01244a inset;
    -o-box-shadow: 0 0 0 2px #01244a inset;
    box-shadow: 0 0 0 2px #01244a inset; }
  .btn.btn-outline.btn-f4f4f4, button.btn-outline.btn-f4f4f4, .button.btn-outline.btn-f4f4f4, input[type="submit"].btn-outline.btn-f4f4f4, input[type="button"].btn-outline.btn-f4f4f4, .added_to_cart.btn-outline.btn-f4f4f4 {
    color: #f4f4f4;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -khtml-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -ms-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -o-box-shadow: 0 0 0 2px #f4f4f4 inset;
    box-shadow: 0 0 0 2px #f4f4f4 inset; }
  .btn.btn-outline.btn-e8eff8, button.btn-outline.btn-e8eff8, .button.btn-outline.btn-e8eff8, input[type="submit"].btn-outline.btn-e8eff8, input[type="button"].btn-outline.btn-e8eff8, .added_to_cart.btn-outline.btn-e8eff8 {
    color: #e8eff8;
    -webkit-box-shadow: 0 0 0 2px #e8eff8 inset;
    -khtml-box-shadow: 0 0 0 2px #e8eff8 inset;
    -moz-box-shadow: 0 0 0 2px #e8eff8 inset;
    -ms-box-shadow: 0 0 0 2px #e8eff8 inset;
    -o-box-shadow: 0 0 0 2px #e8eff8 inset;
    box-shadow: 0 0 0 2px #e8eff8 inset; }
  .btn.btn-outline.btn-fee023, button.btn-outline.btn-fee023, .button.btn-outline.btn-fee023, input[type="submit"].btn-outline.btn-fee023, input[type="button"].btn-outline.btn-fee023, .added_to_cart.btn-outline.btn-fee023 {
    color: #fee023;
    -webkit-box-shadow: 0 0 0 2px #fee023 inset;
    -khtml-box-shadow: 0 0 0 2px #fee023 inset;
    -moz-box-shadow: 0 0 0 2px #fee023 inset;
    -ms-box-shadow: 0 0 0 2px #fee023 inset;
    -o-box-shadow: 0 0 0 2px #fee023 inset;
    box-shadow: 0 0 0 2px #fee023 inset; }
  .btn.btn-outline.btn-3e5a77, button.btn-outline.btn-3e5a77, .button.btn-outline.btn-3e5a77, input[type="submit"].btn-outline.btn-3e5a77, input[type="button"].btn-outline.btn-3e5a77, .added_to_cart.btn-outline.btn-3e5a77 {
    color: #3e5a77;
    -webkit-box-shadow: 0 0 0 2px #3e5a77 inset;
    -khtml-box-shadow: 0 0 0 2px #3e5a77 inset;
    -moz-box-shadow: 0 0 0 2px #3e5a77 inset;
    -ms-box-shadow: 0 0 0 2px #3e5a77 inset;
    -o-box-shadow: 0 0 0 2px #3e5a77 inset;
    box-shadow: 0 0 0 2px #3e5a77 inset; }
  .btn.btn-outline.btn-9aaabb, button.btn-outline.btn-9aaabb, .button.btn-outline.btn-9aaabb, input[type="submit"].btn-outline.btn-9aaabb, input[type="button"].btn-outline.btn-9aaabb, .added_to_cart.btn-outline.btn-9aaabb {
    color: #9aaabb;
    -webkit-box-shadow: 0 0 0 2px #9aaabb inset;
    -khtml-box-shadow: 0 0 0 2px #9aaabb inset;
    -moz-box-shadow: 0 0 0 2px #9aaabb inset;
    -ms-box-shadow: 0 0 0 2px #9aaabb inset;
    -o-box-shadow: 0 0 0 2px #9aaabb inset;
    box-shadow: 0 0 0 2px #9aaabb inset; }
  .btn.btn-outline.btn-e1e2e4, button.btn-outline.btn-e1e2e4, .button.btn-outline.btn-e1e2e4, input[type="submit"].btn-outline.btn-e1e2e4, input[type="button"].btn-outline.btn-e1e2e4, .added_to_cart.btn-outline.btn-e1e2e4 {
    color: #e1e2e4;
    -webkit-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -khtml-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -moz-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -ms-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -o-box-shadow: 0 0 0 2px #e1e2e4 inset;
    box-shadow: 0 0 0 2px #e1e2e4 inset; }
  .btn.btn-outline.btn-white:hover, button.btn-outline.btn-white:hover, .button.btn-outline.btn-white:hover, input[type="submit"].btn-outline.btn-white:hover, input[type="button"].btn-outline.btn-white:hover, .added_to_cart.btn-outline.btn-white:hover, .btn.btn-outline.btn-white:focus, button.btn-outline.btn-white:focus, .button.btn-outline.btn-white:focus, input[type="submit"].btn-outline.btn-white:focus, input[type="button"].btn-outline.btn-white:focus, .added_to_cart.btn-outline.btn-white:focus {
    color: var(--color-primary) !important; }
  .btn.btn-outline.btn-hover-secondary:hover, button.btn-outline.btn-hover-secondary:hover, .button.btn-outline.btn-hover-secondary:hover, input[type="submit"].btn-outline.btn-hover-secondary:hover, input[type="button"].btn-outline.btn-hover-secondary:hover, .added_to_cart.btn-outline.btn-hover-secondary:hover, .btn.btn-outline.btn-hover-secondary:focus, button.btn-outline.btn-hover-secondary:focus, .button.btn-outline.btn-hover-secondary:focus, input[type="submit"].btn-outline.btn-hover-secondary:focus, input[type="button"].btn-outline.btn-hover-secondary:focus, .added_to_cart.btn-outline.btn-hover-secondary:focus {
    color: #fff !important; }
  .btn.btn-hover-accent:hover, button.btn-hover-accent:hover, .button.btn-hover-accent:hover, input[type="submit"].btn-hover-accent:hover, input[type="button"].btn-hover-accent:hover, .added_to_cart.btn-hover-accent:hover, .btn.btn-hover-accent:focus, button.btn-hover-accent:focus, .button.btn-hover-accent:focus, input[type="submit"].btn-hover-accent:focus, input[type="button"].btn-hover-accent:focus, .added_to_cart.btn-hover-accent:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #2983fd inset;
    -khtml-box-shadow: 0 0 0 2px #2983fd inset;
    -moz-box-shadow: 0 0 0 2px #2983fd inset;
    -ms-box-shadow: 0 0 0 2px #2983fd inset;
    -o-box-shadow: 0 0 0 2px #2983fd inset;
    box-shadow: 0 0 0 2px #2983fd inset;
    background-color: #2983fd; }
  .btn.btn-hover-primary:hover, button.btn-hover-primary:hover, .button.btn-hover-primary:hover, input[type="submit"].btn-hover-primary:hover, input[type="button"].btn-hover-primary:hover, .added_to_cart.btn-hover-primary:hover, .btn.btn-hover-primary:focus, button.btn-hover-primary:focus, .button.btn-hover-primary:focus, input[type="submit"].btn-hover-primary:focus, input[type="button"].btn-hover-primary:focus, .added_to_cart.btn-hover-primary:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #063464 inset;
    -khtml-box-shadow: 0 0 0 2px #063464 inset;
    -moz-box-shadow: 0 0 0 2px #063464 inset;
    -ms-box-shadow: 0 0 0 2px #063464 inset;
    -o-box-shadow: 0 0 0 2px #063464 inset;
    box-shadow: 0 0 0 2px #063464 inset;
    background-color: #063464; }
  .btn.btn-hover-secondary:hover, button.btn-hover-secondary:hover, .button.btn-hover-secondary:hover, input[type="submit"].btn-hover-secondary:hover, input[type="button"].btn-hover-secondary:hover, .added_to_cart.btn-hover-secondary:hover, .btn.btn-hover-secondary:focus, button.btn-hover-secondary:focus, .button.btn-hover-secondary:focus, input[type="submit"].btn-hover-secondary:focus, input[type="button"].btn-hover-secondary:focus, .added_to_cart.btn-hover-secondary:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #fee023 inset;
    -khtml-box-shadow: 0 0 0 2px #fee023 inset;
    -moz-box-shadow: 0 0 0 2px #fee023 inset;
    -ms-box-shadow: 0 0 0 2px #fee023 inset;
    -o-box-shadow: 0 0 0 2px #fee023 inset;
    box-shadow: 0 0 0 2px #fee023 inset;
    background-color: #fee023; }
  .btn.btn-hover-rating:hover, button.btn-hover-rating:hover, .button.btn-hover-rating:hover, input[type="submit"].btn-hover-rating:hover, input[type="button"].btn-hover-rating:hover, .added_to_cart.btn-hover-rating:hover, .btn.btn-hover-rating:focus, button.btn-hover-rating:focus, .button.btn-hover-rating:focus, input[type="submit"].btn-hover-rating:focus, input[type="button"].btn-hover-rating:focus, .added_to_cart.btn-hover-rating:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #16bae1 inset;
    -khtml-box-shadow: 0 0 0 2px #16bae1 inset;
    -moz-box-shadow: 0 0 0 2px #16bae1 inset;
    -ms-box-shadow: 0 0 0 2px #16bae1 inset;
    -o-box-shadow: 0 0 0 2px #16bae1 inset;
    box-shadow: 0 0 0 2px #16bae1 inset;
    background-color: #16bae1; }
  .btn.btn-hover-body:hover, button.btn-hover-body:hover, .button.btn-hover-body:hover, input[type="submit"].btn-hover-body:hover, input[type="button"].btn-hover-body:hover, .added_to_cart.btn-hover-body:hover, .btn.btn-hover-body:focus, button.btn-hover-body:focus, .button.btn-hover-body:focus, input[type="submit"].btn-hover-body:focus, input[type="button"].btn-hover-body:focus, .added_to_cart.btn-hover-body:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #8e949e inset;
    -khtml-box-shadow: 0 0 0 2px #8e949e inset;
    -moz-box-shadow: 0 0 0 2px #8e949e inset;
    -ms-box-shadow: 0 0 0 2px #8e949e inset;
    -o-box-shadow: 0 0 0 2px #8e949e inset;
    box-shadow: 0 0 0 2px #8e949e inset;
    background-color: #8e949e; }
  .btn.btn-hover-white:hover, button.btn-hover-white:hover, .button.btn-hover-white:hover, input[type="submit"].btn-hover-white:hover, input[type="button"].btn-hover-white:hover, .added_to_cart.btn-hover-white:hover, .btn.btn-hover-white:focus, button.btn-hover-white:focus, .button.btn-hover-white:focus, input[type="submit"].btn-hover-white:focus, input[type="button"].btn-hover-white:focus, .added_to_cart.btn-hover-white:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -khtml-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    -ms-box-shadow: 0 0 0 2px #fff inset;
    -o-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    background-color: #fff; }
  .btn.btn-hover-1d65b9:hover, button.btn-hover-1d65b9:hover, .button.btn-hover-1d65b9:hover, input[type="submit"].btn-hover-1d65b9:hover, input[type="button"].btn-hover-1d65b9:hover, .added_to_cart.btn-hover-1d65b9:hover, .btn.btn-hover-1d65b9:focus, button.btn-hover-1d65b9:focus, .button.btn-hover-1d65b9:focus, input[type="submit"].btn-hover-1d65b9:focus, input[type="button"].btn-hover-1d65b9:focus, .added_to_cart.btn-hover-1d65b9:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #1d65b9 inset;
    -khtml-box-shadow: 0 0 0 2px #1d65b9 inset;
    -moz-box-shadow: 0 0 0 2px #1d65b9 inset;
    -ms-box-shadow: 0 0 0 2px #1d65b9 inset;
    -o-box-shadow: 0 0 0 2px #1d65b9 inset;
    box-shadow: 0 0 0 2px #1d65b9 inset;
    background-color: #1d65b9; }
  .btn.btn-hover-05213f:hover, button.btn-hover-05213f:hover, .button.btn-hover-05213f:hover, input[type="submit"].btn-hover-05213f:hover, input[type="button"].btn-hover-05213f:hover, .added_to_cart.btn-hover-05213f:hover, .btn.btn-hover-05213f:focus, button.btn-hover-05213f:focus, .button.btn-hover-05213f:focus, input[type="submit"].btn-hover-05213f:focus, input[type="button"].btn-hover-05213f:focus, .added_to_cart.btn-hover-05213f:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #05213f inset;
    -khtml-box-shadow: 0 0 0 2px #05213f inset;
    -moz-box-shadow: 0 0 0 2px #05213f inset;
    -ms-box-shadow: 0 0 0 2px #05213f inset;
    -o-box-shadow: 0 0 0 2px #05213f inset;
    box-shadow: 0 0 0 2px #05213f inset;
    background-color: #05213f; }
  .btn.btn-hover-1e4873:hover, button.btn-hover-1e4873:hover, .button.btn-hover-1e4873:hover, input[type="submit"].btn-hover-1e4873:hover, input[type="button"].btn-hover-1e4873:hover, .added_to_cart.btn-hover-1e4873:hover, .btn.btn-hover-1e4873:focus, button.btn-hover-1e4873:focus, .button.btn-hover-1e4873:focus, input[type="submit"].btn-hover-1e4873:focus, input[type="button"].btn-hover-1e4873:focus, .added_to_cart.btn-hover-1e4873:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #1e4873 inset;
    -khtml-box-shadow: 0 0 0 2px #1e4873 inset;
    -moz-box-shadow: 0 0 0 2px #1e4873 inset;
    -ms-box-shadow: 0 0 0 2px #1e4873 inset;
    -o-box-shadow: 0 0 0 2px #1e4873 inset;
    box-shadow: 0 0 0 2px #1e4873 inset;
    background-color: #1e4873; }
  .btn.btn-hover-032b56:hover, button.btn-hover-032b56:hover, .button.btn-hover-032b56:hover, input[type="submit"].btn-hover-032b56:hover, input[type="button"].btn-hover-032b56:hover, .added_to_cart.btn-hover-032b56:hover, .btn.btn-hover-032b56:focus, button.btn-hover-032b56:focus, .button.btn-hover-032b56:focus, input[type="submit"].btn-hover-032b56:focus, input[type="button"].btn-hover-032b56:focus, .added_to_cart.btn-hover-032b56:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #032b56 inset;
    -khtml-box-shadow: 0 0 0 2px #032b56 inset;
    -moz-box-shadow: 0 0 0 2px #032b56 inset;
    -ms-box-shadow: 0 0 0 2px #032b56 inset;
    -o-box-shadow: 0 0 0 2px #032b56 inset;
    box-shadow: 0 0 0 2px #032b56 inset;
    background-color: #032b56; }
  .btn.btn-hover-cdd5dd:hover, button.btn-hover-cdd5dd:hover, .button.btn-hover-cdd5dd:hover, input[type="submit"].btn-hover-cdd5dd:hover, input[type="button"].btn-hover-cdd5dd:hover, .added_to_cart.btn-hover-cdd5dd:hover, .btn.btn-hover-cdd5dd:focus, button.btn-hover-cdd5dd:focus, .button.btn-hover-cdd5dd:focus, input[type="submit"].btn-hover-cdd5dd:focus, input[type="button"].btn-hover-cdd5dd:focus, .added_to_cart.btn-hover-cdd5dd:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #cdd5dd inset;
    -khtml-box-shadow: 0 0 0 2px #cdd5dd inset;
    -moz-box-shadow: 0 0 0 2px #cdd5dd inset;
    -ms-box-shadow: 0 0 0 2px #cdd5dd inset;
    -o-box-shadow: 0 0 0 2px #cdd5dd inset;
    box-shadow: 0 0 0 2px #cdd5dd inset;
    background-color: #cdd5dd; }
  .btn.btn-hover-01244a:hover, button.btn-hover-01244a:hover, .button.btn-hover-01244a:hover, input[type="submit"].btn-hover-01244a:hover, input[type="button"].btn-hover-01244a:hover, .added_to_cart.btn-hover-01244a:hover, .btn.btn-hover-01244a:focus, button.btn-hover-01244a:focus, .button.btn-hover-01244a:focus, input[type="submit"].btn-hover-01244a:focus, input[type="button"].btn-hover-01244a:focus, .added_to_cart.btn-hover-01244a:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #01244a inset;
    -khtml-box-shadow: 0 0 0 2px #01244a inset;
    -moz-box-shadow: 0 0 0 2px #01244a inset;
    -ms-box-shadow: 0 0 0 2px #01244a inset;
    -o-box-shadow: 0 0 0 2px #01244a inset;
    box-shadow: 0 0 0 2px #01244a inset;
    background-color: #01244a; }
  .btn.btn-hover-f4f4f4:hover, button.btn-hover-f4f4f4:hover, .button.btn-hover-f4f4f4:hover, input[type="submit"].btn-hover-f4f4f4:hover, input[type="button"].btn-hover-f4f4f4:hover, .added_to_cart.btn-hover-f4f4f4:hover, .btn.btn-hover-f4f4f4:focus, button.btn-hover-f4f4f4:focus, .button.btn-hover-f4f4f4:focus, input[type="submit"].btn-hover-f4f4f4:focus, input[type="button"].btn-hover-f4f4f4:focus, .added_to_cart.btn-hover-f4f4f4:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -khtml-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -ms-box-shadow: 0 0 0 2px #f4f4f4 inset;
    -o-box-shadow: 0 0 0 2px #f4f4f4 inset;
    box-shadow: 0 0 0 2px #f4f4f4 inset;
    background-color: #f4f4f4; }
  .btn.btn-hover-e8eff8:hover, button.btn-hover-e8eff8:hover, .button.btn-hover-e8eff8:hover, input[type="submit"].btn-hover-e8eff8:hover, input[type="button"].btn-hover-e8eff8:hover, .added_to_cart.btn-hover-e8eff8:hover, .btn.btn-hover-e8eff8:focus, button.btn-hover-e8eff8:focus, .button.btn-hover-e8eff8:focus, input[type="submit"].btn-hover-e8eff8:focus, input[type="button"].btn-hover-e8eff8:focus, .added_to_cart.btn-hover-e8eff8:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #e8eff8 inset;
    -khtml-box-shadow: 0 0 0 2px #e8eff8 inset;
    -moz-box-shadow: 0 0 0 2px #e8eff8 inset;
    -ms-box-shadow: 0 0 0 2px #e8eff8 inset;
    -o-box-shadow: 0 0 0 2px #e8eff8 inset;
    box-shadow: 0 0 0 2px #e8eff8 inset;
    background-color: #e8eff8; }
  .btn.btn-hover-fee023:hover, button.btn-hover-fee023:hover, .button.btn-hover-fee023:hover, input[type="submit"].btn-hover-fee023:hover, input[type="button"].btn-hover-fee023:hover, .added_to_cart.btn-hover-fee023:hover, .btn.btn-hover-fee023:focus, button.btn-hover-fee023:focus, .button.btn-hover-fee023:focus, input[type="submit"].btn-hover-fee023:focus, input[type="button"].btn-hover-fee023:focus, .added_to_cart.btn-hover-fee023:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #fee023 inset;
    -khtml-box-shadow: 0 0 0 2px #fee023 inset;
    -moz-box-shadow: 0 0 0 2px #fee023 inset;
    -ms-box-shadow: 0 0 0 2px #fee023 inset;
    -o-box-shadow: 0 0 0 2px #fee023 inset;
    box-shadow: 0 0 0 2px #fee023 inset;
    background-color: #fee023; }
  .btn.btn-hover-3e5a77:hover, button.btn-hover-3e5a77:hover, .button.btn-hover-3e5a77:hover, input[type="submit"].btn-hover-3e5a77:hover, input[type="button"].btn-hover-3e5a77:hover, .added_to_cart.btn-hover-3e5a77:hover, .btn.btn-hover-3e5a77:focus, button.btn-hover-3e5a77:focus, .button.btn-hover-3e5a77:focus, input[type="submit"].btn-hover-3e5a77:focus, input[type="button"].btn-hover-3e5a77:focus, .added_to_cart.btn-hover-3e5a77:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #3e5a77 inset;
    -khtml-box-shadow: 0 0 0 2px #3e5a77 inset;
    -moz-box-shadow: 0 0 0 2px #3e5a77 inset;
    -ms-box-shadow: 0 0 0 2px #3e5a77 inset;
    -o-box-shadow: 0 0 0 2px #3e5a77 inset;
    box-shadow: 0 0 0 2px #3e5a77 inset;
    background-color: #3e5a77; }
  .btn.btn-hover-9aaabb:hover, button.btn-hover-9aaabb:hover, .button.btn-hover-9aaabb:hover, input[type="submit"].btn-hover-9aaabb:hover, input[type="button"].btn-hover-9aaabb:hover, .added_to_cart.btn-hover-9aaabb:hover, .btn.btn-hover-9aaabb:focus, button.btn-hover-9aaabb:focus, .button.btn-hover-9aaabb:focus, input[type="submit"].btn-hover-9aaabb:focus, input[type="button"].btn-hover-9aaabb:focus, .added_to_cart.btn-hover-9aaabb:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #9aaabb inset;
    -khtml-box-shadow: 0 0 0 2px #9aaabb inset;
    -moz-box-shadow: 0 0 0 2px #9aaabb inset;
    -ms-box-shadow: 0 0 0 2px #9aaabb inset;
    -o-box-shadow: 0 0 0 2px #9aaabb inset;
    box-shadow: 0 0 0 2px #9aaabb inset;
    background-color: #9aaabb; }
  .btn.btn-hover-e1e2e4:hover, button.btn-hover-e1e2e4:hover, .button.btn-hover-e1e2e4:hover, input[type="submit"].btn-hover-e1e2e4:hover, input[type="button"].btn-hover-e1e2e4:hover, .added_to_cart.btn-hover-e1e2e4:hover, .btn.btn-hover-e1e2e4:focus, button.btn-hover-e1e2e4:focus, .button.btn-hover-e1e2e4:focus, input[type="submit"].btn-hover-e1e2e4:focus, input[type="button"].btn-hover-e1e2e4:focus, .added_to_cart.btn-hover-e1e2e4:focus {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -khtml-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -moz-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -ms-box-shadow: 0 0 0 2px #e1e2e4 inset;
    -o-box-shadow: 0 0 0 2px #e1e2e4 inset;
    box-shadow: 0 0 0 2px #e1e2e4 inset;
    background-color: #e1e2e4; }
  .btn.btn-secondary, button.btn-secondary, .button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, .added_to_cart.btn-secondary {
    color: var(--color-primary); }
  .btn.btn-hover-secondary:hover, button.btn-hover-secondary:hover, .button.btn-hover-secondary:hover, input[type="submit"].btn-hover-secondary:hover, input[type="button"].btn-hover-secondary:hover, .added_to_cart.btn-hover-secondary:hover, .btn.btn-hover-secondary:focus, button.btn-hover-secondary:focus, .button.btn-hover-secondary:focus, input[type="submit"].btn-hover-secondary:focus, input[type="button"].btn-hover-secondary:focus, .added_to_cart.btn-hover-secondary:focus {
    color: var(--color-primary); }
  .btn.btn-hover-white:hover, button.btn-hover-white:hover, .button.btn-hover-white:hover, input[type="submit"].btn-hover-white:hover, input[type="button"].btn-hover-white:hover, .added_to_cart.btn-hover-white:hover, .btn.btn-hover-white:focus, button.btn-hover-white:focus, .button.btn-hover-white:focus, input[type="submit"].btn-hover-white:focus, input[type="button"].btn-hover-white:focus, .added_to_cart.btn-hover-white:focus {
    color: var(--color-accent); }
  [dir="rtl"] .btn, [dir="rtl"] button, [dir="rtl"] .button, [dir="rtl"] input[type="submit"], [dir="rtl"] input[type="button"], [dir="rtl"] .added_to_cart {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  .btn.text-justify, button.text-justify, .button.text-justify, input[type="submit"].text-justify, input[type="button"].text-justify, .added_to_cart.text-justify {
    display: block; }

.cms-btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px; }
  .cms-btn-content > span {
    flex: 0 0 auto;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap; }
  .cms-btn-content > span.cms-align-icon-right {
    order: 2; }

.cms-btn-icon {
  font-size: 10px; }

.text-start > .cms-btn-content {
  justify-content: flex-start; }

.text-end > .cms-btn-content {
  justify-content: flex-end; }

.text-justify > .cms-btn-content {
  justify-content: space-between; }

.cms-loading-icon, .cms-added-icon {
  display: none; }

.loading .cms-loading-icon {
  display: inline-block; }
  .loading .cms-default-icon, .loading .cms-added-icon {
    display: none; }

.added .cms-added-icon {
  display: inline-block; }
  .added .cms-default-icon, .added .cms-loading-icon {
    display: none; }
  .btn-accent {
    background-color: #2983fd;
    border-color: #2983fd;
    color: var(--color-white); }
  .btn-primary {
    background-color: #063464;
    border-color: #063464;
    color: var(--color-white); }
  .btn-secondary {
    background-color: #fee023;
    border-color: #fee023;
    color: var(--color-white); }
  .btn-rating {
    background-color: #16bae1;
    border-color: #16bae1;
    color: var(--color-white); }
  .btn-body {
    background-color: #8e949e;
    border-color: #8e949e;
    color: var(--color-white); }
  .btn-white {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-white); }
  .btn-1d65b9 {
    background-color: #1d65b9;
    border-color: #1d65b9;
    color: var(--color-white); }
  .btn-05213f {
    background-color: #05213f;
    border-color: #05213f;
    color: var(--color-white); }
  .btn-1e4873 {
    background-color: #1e4873;
    border-color: #1e4873;
    color: var(--color-white); }
  .btn-032b56 {
    background-color: #032b56;
    border-color: #032b56;
    color: var(--color-white); }
  .btn-cdd5dd {
    background-color: #cdd5dd;
    border-color: #cdd5dd;
    color: var(--color-white); }
  .btn-01244a {
    background-color: #01244a;
    border-color: #01244a;
    color: var(--color-white); }
  .btn-f4f4f4 {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: var(--color-white); }
  .btn-e8eff8 {
    background-color: #e8eff8;
    border-color: #e8eff8;
    color: var(--color-white); }
  .btn-fee023 {
    background-color: #fee023;
    border-color: #fee023;
    color: var(--color-white); }
  .btn-3e5a77 {
    background-color: #3e5a77;
    border-color: #3e5a77;
    color: var(--color-white); }
  .btn-9aaabb {
    background-color: #9aaabb;
    border-color: #9aaabb;
    color: var(--color-white); }
  .btn-e1e2e4 {
    background-color: #e1e2e4;
    border-color: #e1e2e4;
    color: var(--color-white); }

.btn-white {
  color: var(--color-primary); }
  .btn-xs {
    padding: 11px 15px; }
  .btn-sm {
    padding: 13.5px 20px; }
  .btn- {
    padding: 16.5px 20px; }
  .btn-md {
    padding: 18px 20px; }
  .btn-lg {
    padding: 21.5px 30px; }
  .btn-xl {
    padding: 28px 30px 25px 30px; }
  .btn-xxl {
    padding: 30px; }
  .btn-xs {
    font-size: 12px; }
  .btn-sm {
    font-size: 13px; }
  .btn- {
    font-size: 15px; }
  .btn-md {
    font-size: 15px; }
  .btn-lg {
    font-size: 15px; }
  .btn-xl {
    font-size: 15px; }
  .btn-xxl {
    font-size: 15px; }

.btn-video {
  width: 105px;
  height: 105px;
  line-height: 73px;
  font-size: 33px;
  position: relative;
  color: var(--color-primary);
  display: block;
  text-align: center;
  border: 16px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .btn-video:before, .btn-video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -khtml-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite; }
  .btn-video:before {
    -webkit-animation-delay: 0.9s;
    -khtml-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .btn-video:after {
    -webkit-animation-delay: 0.6s;
    -khtml-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .btn-video .cms-play-video-icon {
    width: 73px;
    height: 73px;
    line-height: 73px;
    display: block;
    background: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .btn-video .cms-play-video-icon:before {
    font-family: "cmsi";
    content: '\f3aa'; }
  .btn-video.rev-btn {
    border: none !important; }

.cms-video-btn {
  width: 68px;
  height: 68px;
  display: block;
  line-height: 68px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .cms-video-btn.bg-accent {
    -webkit-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2); }
  .cms-video-btn.bg-hover-accent:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2);
    box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.2); }
  .cms-video-btn.bg-primary {
    -webkit-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2); }
  .cms-video-btn.bg-hover-primary:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2);
    box-shadow: 0 0 0 15px rgba(6, 52, 100, 0.2); }
  .cms-video-btn.bg-secondary {
    -webkit-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2); }
  .cms-video-btn.bg-hover-secondary:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2); }
  .cms-video-btn.bg-rating {
    -webkit-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2); }
  .cms-video-btn.bg-hover-rating:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2);
    box-shadow: 0 0 0 15px rgba(22, 186, 225, 0.2); }
  .cms-video-btn.bg-body {
    -webkit-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2); }
  .cms-video-btn.bg-hover-body:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2);
    box-shadow: 0 0 0 15px rgba(142, 148, 158, 0.2); }
  .cms-video-btn.bg-white {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2); }
  .cms-video-btn.bg-hover-white:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2); }
  .cms-video-btn.bg-1d65b9 {
    -webkit-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2); }
  .cms-video-btn.bg-hover-1d65b9:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2);
    box-shadow: 0 0 0 15px rgba(29, 101, 185, 0.2); }
  .cms-video-btn.bg-05213f {
    -webkit-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2); }
  .cms-video-btn.bg-hover-05213f:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2);
    box-shadow: 0 0 0 15px rgba(5, 33, 63, 0.2); }
  .cms-video-btn.bg-1e4873 {
    -webkit-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2); }
  .cms-video-btn.bg-hover-1e4873:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2);
    box-shadow: 0 0 0 15px rgba(30, 72, 115, 0.2); }
  .cms-video-btn.bg-032b56 {
    -webkit-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2); }
  .cms-video-btn.bg-hover-032b56:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2);
    box-shadow: 0 0 0 15px rgba(3, 43, 86, 0.2); }
  .cms-video-btn.bg-cdd5dd {
    -webkit-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2); }
  .cms-video-btn.bg-hover-cdd5dd:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2);
    box-shadow: 0 0 0 15px rgba(205, 213, 221, 0.2); }
  .cms-video-btn.bg-01244a {
    -webkit-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2); }
  .cms-video-btn.bg-hover-01244a:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2);
    box-shadow: 0 0 0 15px rgba(1, 36, 74, 0.2); }
  .cms-video-btn.bg-f4f4f4 {
    -webkit-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2); }
  .cms-video-btn.bg-hover-f4f4f4:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2);
    box-shadow: 0 0 0 15px rgba(244, 244, 244, 0.2); }
  .cms-video-btn.bg-e8eff8 {
    -webkit-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2); }
  .cms-video-btn.bg-hover-e8eff8:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2);
    box-shadow: 0 0 0 15px rgba(232, 239, 248, 0.2); }
  .cms-video-btn.bg-fee023 {
    -webkit-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2); }
  .cms-video-btn.bg-hover-fee023:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2);
    box-shadow: 0 0 0 15px rgba(254, 224, 35, 0.2); }
  .cms-video-btn.bg-3e5a77 {
    -webkit-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2); }
  .cms-video-btn.bg-hover-3e5a77:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2);
    box-shadow: 0 0 0 15px rgba(62, 90, 119, 0.2); }
  .cms-video-btn.bg-9aaabb {
    -webkit-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2); }
  .cms-video-btn.bg-hover-9aaabb:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2);
    box-shadow: 0 0 0 15px rgba(154, 170, 187, 0.2); }
  .cms-video-btn.bg-e1e2e4 {
    -webkit-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2); }
  .cms-video-btn.bg-hover-e1e2e4:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -khtml-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -moz-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -ms-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    -o-box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2);
    box-shadow: 0 0 0 15px rgba(225, 226, 228, 0.2); }
  .cms-video-btn > span {
    display: inline-block;
    transform: translateY(2px); }

.cms-block-shadow {
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  -khtml-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  -ms-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  -o-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.cms-box-shadow {
  -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  -khtml-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  -moz-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  -ms-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  -o-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16);
  box-shadow: 0 0px 0px 0 rgba(50, 50, 50, .16); }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  .h-100 {
    height: 100% !important; }
  @media (min-width: 480px) {
  .h-xs-100 {
    height: 100% !important; }
    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; }

    .h-xs-100 {
      height: 100% !important; } }
  @media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important; }
    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; }

    .h-sm-100 {
      height: 100% !important; } }
  @media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important; }
    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; }

    .h-md-100 {
      height: 100% !important; } }
  @media (min-width: 1025px) {
  .h-lg-100 {
    height: 100% !important; }
    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; }

    .h-lg-100 {
      height: 100% !important; } }
  @media (min-width: 1280px) {
  .h-xl-100 {
    height: 100% !important; }
    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; }

    .h-xl-100 {
      height: 100% !important; } }
  @media (min-width: 1366px) {
  .h-xxl-100 {
    height: 100% !important; }
    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; }

    .h-xxl-100 {
      height: 100% !important; } }

.w-100 {
  width: 100% !important; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.empty-none:empty {
  display: none; }

[dir="rtl"] .rtl-flip {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.img-cover {
  object-fit: cover; }

.clearfix {
  clear: both; }
  .clearfix:after {
    content: '';
    display: block;
    clear: both; }

.cms-bottom-divider {
  position: relative; }
  .cms-bottom-divider:after {
    content: '';
    display: block;
    height: 4px;
    background: #eef3fa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .cms-bottom-divider.cms-bottom-divider-primary {
    background: var(--color-primary); }

.cms-divider {
  position: relative; }
  .cms-divider:before {
    content: '';
    height: 6px;
    background: var(--color-accent);
    position: absolute;
    left: 0;
    right: 0; }
  .cms-divider.divider-top:before {
    top: 0; }

.cms-bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }

.cms-ripple {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  position: relative;
  display: block;
  text-align: center;
  background-color: #fff;
  color: var(--color-accent);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  -khtml-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .cms-ripple:before, .cms-ripple:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: ripple 3s infinite;
    -khtml-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3); }
  .cms-ripple:before {
    -webkit-animation-delay: 0.9s;
    -khtml-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .cms-ripple:after {
    -webkit-animation-delay: 0.6s;
    -khtml-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .cms-ripple.cms-ripple-accent {
    background-color: var(--color-accent);
    color: #fff;
    -webkit-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.15);
    -khtml-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.15);
    -moz-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.15);
    -ms-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.15);
    -o-box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.15);
    box-shadow: 0 0 0 15px rgba(41, 131, 253, 0.15); }
  .cms-ripple.cms-ripple-accent:before, .cms-ripple.cms-ripple-accent:after {
    -webkit-box-shadow: 0 0 0 0 var(--color-accent);
    -khtml-box-shadow: 0 0 0 0 var(--color-accent);
    -moz-box-shadow: 0 0 0 0 var(--color-accent);
    -ms-box-shadow: 0 0 0 0 var(--color-accent);
    -o-box-shadow: 0 0 0 0 var(--color-accent);
    box-shadow: 0 0 0 0 var(--color-accent);
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3; }
  .cms-ripple.locate-point {
    background-color: #aeaeae; }
  .cms-ripple.locate-point:before, .cms-ripple.locate-point:after {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5; }
  .cms-ripple.locate-point .cms-ripple-inner {
    width: 8px;
    height: 8px;
    background-color: var(--color-primary);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px); }
  .cms-ripple.size-22 {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  .cms-ripple.size-22:before, .cms-ripple.size-22:after {
    width: 20px;
    height: 20px; }
  .cms-ripple.size-42 {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5); }
  .cms-ripple.size-90 {
    width: 90px;
    height: 90px;
    line-height: 90px; }
  .cms-ripple.size-88 {
    width: 90px;
    height: 90px;
    line-height: 90px;
    -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.2);
    -khtml-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0.2); }
  .cms-ripple.cms-vibrate span {
    position: relative;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -khtml-animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -ms-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite;
    animation: vibrate 2s linear 0s infinite; }

.cms-img {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .cms-hover-img-scale:hover .cms-img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.z-ontop, .z-top {
  z-index: 2; }

.cms-link-overlay > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cms-invisible {
  visibility: hidden; }

.cms-rating-star:before {
  content: "\e949\e949\e949\e949\e949";
  letter-spacing: 4px; }

[data-elementor-open-lightbox="yes"] {
  cursor: pointer; }

.cms-clip-path {
  position: relative;
  overflow: hidden; }
  .cms-clip-path:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: calc(100% + 10px);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .cms-clip-path-wrap:hover .cms-clip-path:after {
    -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%);
    clip-path: polygon(0 100%, 0 100%, 100% 100%); }

.cms-clip-path-40:after {
  height: 41px; }
  .cms-clip-path-accent:after {
    background-color: #2983fd; }
  .cms-clip-path-primary:after {
    background-color: #063464; }
  .cms-clip-path-secondary:after {
    background-color: #fee023; }
  .cms-clip-path-rating:after {
    background-color: #16bae1; }
  .cms-clip-path-body:after {
    background-color: #8e949e; }
  .cms-clip-path-white:after {
    background-color: #fff; }
  .cms-clip-path-1d65b9:after {
    background-color: #1d65b9; }
  .cms-clip-path-05213f:after {
    background-color: #05213f; }
  .cms-clip-path-1e4873:after {
    background-color: #1e4873; }
  .cms-clip-path-032b56:after {
    background-color: #032b56; }
  .cms-clip-path-cdd5dd:after {
    background-color: #cdd5dd; }
  .cms-clip-path-01244a:after {
    background-color: #01244a; }
  .cms-clip-path-f4f4f4:after {
    background-color: #f4f4f4; }
  .cms-clip-path-e8eff8:after {
    background-color: #e8eff8; }
  .cms-clip-path-fee023:after {
    background-color: #fee023; }
  .cms-clip-path-3e5a77:after {
    background-color: #3e5a77; }
  .cms-clip-path-9aaabb:after {
    background-color: #9aaabb; }
  .cms-clip-path-e1e2e4:after {
    background-color: #e1e2e4; }
  .link-accent {
    color: #2983fd; }
  .link-accent a {
    color: #2983fd; }
  .link-hover-accent:hover {
    color: #2983fd; }
  .link-hover-accent:hover a {
    color: #2983fd; }
  .text-accent {
    color: #2983fd; }
  .text-accent.cms-star-rated {
    color: #2983fd; }
  .text-hover-accent:hover {
    color: #2983fd; }
  .bg-accent {
    background-color: #2983fd; }
  .bg-hover-accent:hover {
    background-color: #2983fd; }
  .bdr-accent {
    border-color: #2983fd; }
  .bdr-hover-accent:hover {
    border-color: #2983fd; }
  .cms-divider-accent:before {
    background-color: #2983fd; }
  .cms-bg-gradient-accent {
    background-image: -webkit-linear-gradient(90deg, #2983fd 0%, rgba(41, 131, 253, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #2983fd 0%, rgba(41, 131, 253, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #2983fd 0%, rgba(41, 131, 253, 0.95) 77%); }
  .current-menu-item .link-hover-accent a {
    color: #2983fd; }
  .link-primary {
    color: #063464; }
  .link-primary a {
    color: #063464; }
  .link-hover-primary:hover {
    color: #063464; }
  .link-hover-primary:hover a {
    color: #063464; }
  .text-primary {
    color: #063464; }
  .text-primary.cms-star-rated {
    color: #063464; }
  .text-hover-primary:hover {
    color: #063464; }
  .bg-primary {
    background-color: #063464; }
  .bg-hover-primary:hover {
    background-color: #063464; }
  .bdr-primary {
    border-color: #063464; }
  .bdr-hover-primary:hover {
    border-color: #063464; }
  .cms-divider-primary:before {
    background-color: #063464; }
  .cms-bg-gradient-primary {
    background-image: -webkit-linear-gradient(90deg, #063464 0%, rgba(6, 52, 100, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #063464 0%, rgba(6, 52, 100, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #063464 0%, rgba(6, 52, 100, 0.95) 77%); }
  .current-menu-item .link-hover-primary a {
    color: #063464; }
  .link-secondary {
    color: #fee023; }
  .link-secondary a {
    color: #fee023; }
  .link-hover-secondary:hover {
    color: #fee023; }
  .link-hover-secondary:hover a {
    color: #fee023; }
  .text-secondary {
    color: #fee023; }
  .text-secondary.cms-star-rated {
    color: #fee023; }
  .text-hover-secondary:hover {
    color: #fee023; }
  .bg-secondary {
    background-color: #fee023; }
  .bg-hover-secondary:hover {
    background-color: #fee023; }
  .bdr-secondary {
    border-color: #fee023; }
  .bdr-hover-secondary:hover {
    border-color: #fee023; }
  .cms-divider-secondary:before {
    background-color: #fee023; }
  .cms-bg-gradient-secondary {
    background-image: -webkit-linear-gradient(90deg, #fee023 0%, rgba(254, 224, 35, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #fee023 0%, rgba(254, 224, 35, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #fee023 0%, rgba(254, 224, 35, 0.95) 77%); }
  .current-menu-item .link-hover-secondary a {
    color: #fee023; }
  .link-rating {
    color: #16bae1; }
  .link-rating a {
    color: #16bae1; }
  .link-hover-rating:hover {
    color: #16bae1; }
  .link-hover-rating:hover a {
    color: #16bae1; }
  .text-rating {
    color: #16bae1; }
  .text-rating.cms-star-rated {
    color: #16bae1; }
  .text-hover-rating:hover {
    color: #16bae1; }
  .bg-rating {
    background-color: #16bae1; }
  .bg-hover-rating:hover {
    background-color: #16bae1; }
  .bdr-rating {
    border-color: #16bae1; }
  .bdr-hover-rating:hover {
    border-color: #16bae1; }
  .cms-divider-rating:before {
    background-color: #16bae1; }
  .cms-bg-gradient-rating {
    background-image: -webkit-linear-gradient(90deg, #16bae1 0%, rgba(22, 186, 225, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #16bae1 0%, rgba(22, 186, 225, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #16bae1 0%, rgba(22, 186, 225, 0.95) 77%); }
  .current-menu-item .link-hover-rating a {
    color: #16bae1; }
  .link-body {
    color: #8e949e; }
  .link-body a {
    color: #8e949e; }
  .link-hover-body:hover {
    color: #8e949e; }
  .link-hover-body:hover a {
    color: #8e949e; }
  .text-body {
    color: #8e949e; }
  .text-body.cms-star-rated {
    color: #8e949e; }
  .text-hover-body:hover {
    color: #8e949e; }
  .bg-body {
    background-color: #8e949e; }
  .bg-hover-body:hover {
    background-color: #8e949e; }
  .bdr-body {
    border-color: #8e949e; }
  .bdr-hover-body:hover {
    border-color: #8e949e; }
  .cms-divider-body:before {
    background-color: #8e949e; }
  .cms-bg-gradient-body {
    background-image: -webkit-linear-gradient(90deg, #8e949e 0%, rgba(142, 148, 158, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #8e949e 0%, rgba(142, 148, 158, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #8e949e 0%, rgba(142, 148, 158, 0.95) 77%); }
  .current-menu-item .link-hover-body a {
    color: #8e949e; }
  .link-white {
    color: #fff; }
  .link-white a {
    color: #fff; }
  .link-hover-white:hover {
    color: #fff; }
  .link-hover-white:hover a {
    color: #fff; }
  .text-white {
    color: #fff; }
  .text-white.cms-star-rated {
    color: #fff; }
  .text-hover-white:hover {
    color: #fff; }
  .bg-white {
    background-color: #fff; }
  .bg-hover-white:hover {
    background-color: #fff; }
  .bdr-white {
    border-color: #fff; }
  .bdr-hover-white:hover {
    border-color: #fff; }
  .cms-divider-white:before {
    background-color: #fff; }
  .cms-bg-gradient-white {
    background-image: -webkit-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.95) 77%); }
  .current-menu-item .link-hover-white a {
    color: #fff; }
  .link-1d65b9 {
    color: #1d65b9; }
  .link-1d65b9 a {
    color: #1d65b9; }
  .link-hover-1d65b9:hover {
    color: #1d65b9; }
  .link-hover-1d65b9:hover a {
    color: #1d65b9; }
  .text-1d65b9 {
    color: #1d65b9; }
  .text-1d65b9.cms-star-rated {
    color: #1d65b9; }
  .text-hover-1d65b9:hover {
    color: #1d65b9; }
  .bg-1d65b9 {
    background-color: #1d65b9; }
  .bg-hover-1d65b9:hover {
    background-color: #1d65b9; }
  .bdr-1d65b9 {
    border-color: #1d65b9; }
  .bdr-hover-1d65b9:hover {
    border-color: #1d65b9; }
  .cms-divider-1d65b9:before {
    background-color: #1d65b9; }
  .cms-bg-gradient-1d65b9 {
    background-image: -webkit-linear-gradient(90deg, #1d65b9 0%, rgba(29, 101, 185, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #1d65b9 0%, rgba(29, 101, 185, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #1d65b9 0%, rgba(29, 101, 185, 0.95) 77%); }
  .current-menu-item .link-hover-1d65b9 a {
    color: #1d65b9; }
  .link-05213f {
    color: #05213f; }
  .link-05213f a {
    color: #05213f; }
  .link-hover-05213f:hover {
    color: #05213f; }
  .link-hover-05213f:hover a {
    color: #05213f; }
  .text-05213f {
    color: #05213f; }
  .text-05213f.cms-star-rated {
    color: #05213f; }
  .text-hover-05213f:hover {
    color: #05213f; }
  .bg-05213f {
    background-color: #05213f; }
  .bg-hover-05213f:hover {
    background-color: #05213f; }
  .bdr-05213f {
    border-color: #05213f; }
  .bdr-hover-05213f:hover {
    border-color: #05213f; }
  .cms-divider-05213f:before {
    background-color: #05213f; }
  .cms-bg-gradient-05213f {
    background-image: -webkit-linear-gradient(90deg, #05213f 0%, rgba(5, 33, 63, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #05213f 0%, rgba(5, 33, 63, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #05213f 0%, rgba(5, 33, 63, 0.95) 77%); }
  .current-menu-item .link-hover-05213f a {
    color: #05213f; }
  .link-1e4873 {
    color: #1e4873; }
  .link-1e4873 a {
    color: #1e4873; }
  .link-hover-1e4873:hover {
    color: #1e4873; }
  .link-hover-1e4873:hover a {
    color: #1e4873; }
  .text-1e4873 {
    color: #1e4873; }
  .text-1e4873.cms-star-rated {
    color: #1e4873; }
  .text-hover-1e4873:hover {
    color: #1e4873; }
  .bg-1e4873 {
    background-color: #1e4873; }
  .bg-hover-1e4873:hover {
    background-color: #1e4873; }
  .bdr-1e4873 {
    border-color: #1e4873; }
  .bdr-hover-1e4873:hover {
    border-color: #1e4873; }
  .cms-divider-1e4873:before {
    background-color: #1e4873; }
  .cms-bg-gradient-1e4873 {
    background-image: -webkit-linear-gradient(90deg, #1e4873 0%, rgba(30, 72, 115, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #1e4873 0%, rgba(30, 72, 115, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #1e4873 0%, rgba(30, 72, 115, 0.95) 77%); }
  .current-menu-item .link-hover-1e4873 a {
    color: #1e4873; }
  .link-032b56 {
    color: #032b56; }
  .link-032b56 a {
    color: #032b56; }
  .link-hover-032b56:hover {
    color: #032b56; }
  .link-hover-032b56:hover a {
    color: #032b56; }
  .text-032b56 {
    color: #032b56; }
  .text-032b56.cms-star-rated {
    color: #032b56; }
  .text-hover-032b56:hover {
    color: #032b56; }
  .bg-032b56 {
    background-color: #032b56; }
  .bg-hover-032b56:hover {
    background-color: #032b56; }
  .bdr-032b56 {
    border-color: #032b56; }
  .bdr-hover-032b56:hover {
    border-color: #032b56; }
  .cms-divider-032b56:before {
    background-color: #032b56; }
  .cms-bg-gradient-032b56 {
    background-image: -webkit-linear-gradient(90deg, #032b56 0%, rgba(3, 43, 86, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #032b56 0%, rgba(3, 43, 86, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #032b56 0%, rgba(3, 43, 86, 0.95) 77%); }
  .current-menu-item .link-hover-032b56 a {
    color: #032b56; }
  .link-cdd5dd {
    color: #cdd5dd; }
  .link-cdd5dd a {
    color: #cdd5dd; }
  .link-hover-cdd5dd:hover {
    color: #cdd5dd; }
  .link-hover-cdd5dd:hover a {
    color: #cdd5dd; }
  .text-cdd5dd {
    color: #cdd5dd; }
  .text-cdd5dd.cms-star-rated {
    color: #cdd5dd; }
  .text-hover-cdd5dd:hover {
    color: #cdd5dd; }
  .bg-cdd5dd {
    background-color: #cdd5dd; }
  .bg-hover-cdd5dd:hover {
    background-color: #cdd5dd; }
  .bdr-cdd5dd {
    border-color: #cdd5dd; }
  .bdr-hover-cdd5dd:hover {
    border-color: #cdd5dd; }
  .cms-divider-cdd5dd:before {
    background-color: #cdd5dd; }
  .cms-bg-gradient-cdd5dd {
    background-image: -webkit-linear-gradient(90deg, #cdd5dd 0%, rgba(205, 213, 221, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #cdd5dd 0%, rgba(205, 213, 221, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #cdd5dd 0%, rgba(205, 213, 221, 0.95) 77%); }
  .current-menu-item .link-hover-cdd5dd a {
    color: #cdd5dd; }
  .link-01244a {
    color: #01244a; }
  .link-01244a a {
    color: #01244a; }
  .link-hover-01244a:hover {
    color: #01244a; }
  .link-hover-01244a:hover a {
    color: #01244a; }
  .text-01244a {
    color: #01244a; }
  .text-01244a.cms-star-rated {
    color: #01244a; }
  .text-hover-01244a:hover {
    color: #01244a; }
  .bg-01244a {
    background-color: #01244a; }
  .bg-hover-01244a:hover {
    background-color: #01244a; }
  .bdr-01244a {
    border-color: #01244a; }
  .bdr-hover-01244a:hover {
    border-color: #01244a; }
  .cms-divider-01244a:before {
    background-color: #01244a; }
  .cms-bg-gradient-01244a {
    background-image: -webkit-linear-gradient(90deg, #01244a 0%, rgba(1, 36, 74, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #01244a 0%, rgba(1, 36, 74, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #01244a 0%, rgba(1, 36, 74, 0.95) 77%); }
  .current-menu-item .link-hover-01244a a {
    color: #01244a; }
  .link-f4f4f4 {
    color: #f4f4f4; }
  .link-f4f4f4 a {
    color: #f4f4f4; }
  .link-hover-f4f4f4:hover {
    color: #f4f4f4; }
  .link-hover-f4f4f4:hover a {
    color: #f4f4f4; }
  .text-f4f4f4 {
    color: #f4f4f4; }
  .text-f4f4f4.cms-star-rated {
    color: #f4f4f4; }
  .text-hover-f4f4f4:hover {
    color: #f4f4f4; }
  .bg-f4f4f4 {
    background-color: #f4f4f4; }
  .bg-hover-f4f4f4:hover {
    background-color: #f4f4f4; }
  .bdr-f4f4f4 {
    border-color: #f4f4f4; }
  .bdr-hover-f4f4f4:hover {
    border-color: #f4f4f4; }
  .cms-divider-f4f4f4:before {
    background-color: #f4f4f4; }
  .cms-bg-gradient-f4f4f4 {
    background-image: -webkit-linear-gradient(90deg, #f4f4f4 0%, rgba(244, 244, 244, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #f4f4f4 0%, rgba(244, 244, 244, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #f4f4f4 0%, rgba(244, 244, 244, 0.95) 77%); }
  .current-menu-item .link-hover-f4f4f4 a {
    color: #f4f4f4; }
  .link-e8eff8 {
    color: #e8eff8; }
  .link-e8eff8 a {
    color: #e8eff8; }
  .link-hover-e8eff8:hover {
    color: #e8eff8; }
  .link-hover-e8eff8:hover a {
    color: #e8eff8; }
  .text-e8eff8 {
    color: #e8eff8; }
  .text-e8eff8.cms-star-rated {
    color: #e8eff8; }
  .text-hover-e8eff8:hover {
    color: #e8eff8; }
  .bg-e8eff8 {
    background-color: #e8eff8; }
  .bg-hover-e8eff8:hover {
    background-color: #e8eff8; }
  .bdr-e8eff8 {
    border-color: #e8eff8; }
  .bdr-hover-e8eff8:hover {
    border-color: #e8eff8; }
  .cms-divider-e8eff8:before {
    background-color: #e8eff8; }
  .cms-bg-gradient-e8eff8 {
    background-image: -webkit-linear-gradient(90deg, #e8eff8 0%, rgba(232, 239, 248, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #e8eff8 0%, rgba(232, 239, 248, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #e8eff8 0%, rgba(232, 239, 248, 0.95) 77%); }
  .current-menu-item .link-hover-e8eff8 a {
    color: #e8eff8; }
  .link-fee023 {
    color: #fee023; }
  .link-fee023 a {
    color: #fee023; }
  .link-hover-fee023:hover {
    color: #fee023; }
  .link-hover-fee023:hover a {
    color: #fee023; }
  .text-fee023 {
    color: #fee023; }
  .text-fee023.cms-star-rated {
    color: #fee023; }
  .text-hover-fee023:hover {
    color: #fee023; }
  .bg-fee023 {
    background-color: #fee023; }
  .bg-hover-fee023:hover {
    background-color: #fee023; }
  .bdr-fee023 {
    border-color: #fee023; }
  .bdr-hover-fee023:hover {
    border-color: #fee023; }
  .cms-divider-fee023:before {
    background-color: #fee023; }
  .cms-bg-gradient-fee023 {
    background-image: -webkit-linear-gradient(90deg, #fee023 0%, rgba(254, 224, 35, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #fee023 0%, rgba(254, 224, 35, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #fee023 0%, rgba(254, 224, 35, 0.95) 77%); }
  .current-menu-item .link-hover-fee023 a {
    color: #fee023; }
  .link-3e5a77 {
    color: #3e5a77; }
  .link-3e5a77 a {
    color: #3e5a77; }
  .link-hover-3e5a77:hover {
    color: #3e5a77; }
  .link-hover-3e5a77:hover a {
    color: #3e5a77; }
  .text-3e5a77 {
    color: #3e5a77; }
  .text-3e5a77.cms-star-rated {
    color: #3e5a77; }
  .text-hover-3e5a77:hover {
    color: #3e5a77; }
  .bg-3e5a77 {
    background-color: #3e5a77; }
  .bg-hover-3e5a77:hover {
    background-color: #3e5a77; }
  .bdr-3e5a77 {
    border-color: #3e5a77; }
  .bdr-hover-3e5a77:hover {
    border-color: #3e5a77; }
  .cms-divider-3e5a77:before {
    background-color: #3e5a77; }
  .cms-bg-gradient-3e5a77 {
    background-image: -webkit-linear-gradient(90deg, #3e5a77 0%, rgba(62, 90, 119, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #3e5a77 0%, rgba(62, 90, 119, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #3e5a77 0%, rgba(62, 90, 119, 0.95) 77%); }
  .current-menu-item .link-hover-3e5a77 a {
    color: #3e5a77; }
  .link-9aaabb {
    color: #9aaabb; }
  .link-9aaabb a {
    color: #9aaabb; }
  .link-hover-9aaabb:hover {
    color: #9aaabb; }
  .link-hover-9aaabb:hover a {
    color: #9aaabb; }
  .text-9aaabb {
    color: #9aaabb; }
  .text-9aaabb.cms-star-rated {
    color: #9aaabb; }
  .text-hover-9aaabb:hover {
    color: #9aaabb; }
  .bg-9aaabb {
    background-color: #9aaabb; }
  .bg-hover-9aaabb:hover {
    background-color: #9aaabb; }
  .bdr-9aaabb {
    border-color: #9aaabb; }
  .bdr-hover-9aaabb:hover {
    border-color: #9aaabb; }
  .cms-divider-9aaabb:before {
    background-color: #9aaabb; }
  .cms-bg-gradient-9aaabb {
    background-image: -webkit-linear-gradient(90deg, #9aaabb 0%, rgba(154, 170, 187, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #9aaabb 0%, rgba(154, 170, 187, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #9aaabb 0%, rgba(154, 170, 187, 0.95) 77%); }
  .current-menu-item .link-hover-9aaabb a {
    color: #9aaabb; }
  .link-e1e2e4 {
    color: #e1e2e4; }
  .link-e1e2e4 a {
    color: #e1e2e4; }
  .link-hover-e1e2e4:hover {
    color: #e1e2e4; }
  .link-hover-e1e2e4:hover a {
    color: #e1e2e4; }
  .text-e1e2e4 {
    color: #e1e2e4; }
  .text-e1e2e4.cms-star-rated {
    color: #e1e2e4; }
  .text-hover-e1e2e4:hover {
    color: #e1e2e4; }
  .bg-e1e2e4 {
    background-color: #e1e2e4; }
  .bg-hover-e1e2e4:hover {
    background-color: #e1e2e4; }
  .bdr-e1e2e4 {
    border-color: #e1e2e4; }
  .bdr-hover-e1e2e4:hover {
    border-color: #e1e2e4; }
  .cms-divider-e1e2e4:before {
    background-color: #e1e2e4; }
  .cms-bg-gradient-e1e2e4 {
    background-image: -webkit-linear-gradient(90deg, #e1e2e4 0%, rgba(225, 226, 228, 0.95) 77%);
    background-image: -moz-linear-gradient(90deg, #e1e2e4 0%, rgba(225, 226, 228, 0.95) 77%);
    background-image: -ms-linear-gradient(90deg, #e1e2e4 0%, rgba(225, 226, 228, 0.95) 77%); }
  .current-menu-item .link-hover-e1e2e4 a {
    color: #e1e2e4; }

.bg-inherit {
  background: inherit; }

.bg-light-accent {
  background-color: #e4f2e2; }

.text-616161 {
  color: #616161; }
/**
 * Max widh to display
 */
@media (max-width: 479.98px) {
    .d-max-none {
      display: none !important; }
      .d-max-inline {
        display: inline !important; }
      .d-max-inline-block {
        display: inline-block !important; }
      .d-max-block {
        display: block !important; }
      .d-max-table {
        display: table !important; }
      .d-max-table-row {
        display: table-row !important; }
      .d-max-table-cell {
        display: table-cell !important; }
      .d-max-flex {
        display: flex !important; }
      .d-max-inline-flex {
        display: inline-flex !important; } }

@media (max-width: 575.98px) {
    .d-max-xs-none {
      display: none !important; }
      .d-max-xs-inline {
        display: inline !important; }
      .d-max-xs-inline-block {
        display: inline-block !important; }
      .d-max-xs-block {
        display: block !important; }
      .d-max-xs-table {
        display: table !important; }
      .d-max-xs-table-row {
        display: table-row !important; }
      .d-max-xs-table-cell {
        display: table-cell !important; }
      .d-max-xs-flex {
        display: flex !important; }
      .d-max-xs-inline-flex {
        display: inline-flex !important; } }

@media (max-width: 767.98px) {
    .d-max-sm-none {
      display: none !important; }
      .d-max-sm-inline {
        display: inline !important; }
      .d-max-sm-inline-block {
        display: inline-block !important; }
      .d-max-sm-block {
        display: block !important; }
      .d-max-sm-table {
        display: table !important; }
      .d-max-sm-table-row {
        display: table-row !important; }
      .d-max-sm-table-cell {
        display: table-cell !important; }
      .d-max-sm-flex {
        display: flex !important; }
      .d-max-sm-inline-flex {
        display: inline-flex !important; } }

@media (max-width: 1024.98px) {
    .d-max-md-none {
      display: none !important; }
      .d-max-md-inline {
        display: inline !important; }
      .d-max-md-inline-block {
        display: inline-block !important; }
      .d-max-md-block {
        display: block !important; }
      .d-max-md-table {
        display: table !important; }
      .d-max-md-table-row {
        display: table-row !important; }
      .d-max-md-table-cell {
        display: table-cell !important; }
      .d-max-md-flex {
        display: flex !important; }
      .d-max-md-inline-flex {
        display: inline-flex !important; } }

@media (max-width: 1279.98px) {
    .d-max-lg-none {
      display: none !important; }
      .d-max-lg-inline {
        display: inline !important; }
      .d-max-lg-inline-block {
        display: inline-block !important; }
      .d-max-lg-block {
        display: block !important; }
      .d-max-lg-table {
        display: table !important; }
      .d-max-lg-table-row {
        display: table-row !important; }
      .d-max-lg-table-cell {
        display: table-cell !important; }
      .d-max-lg-flex {
        display: flex !important; }
      .d-max-lg-inline-flex {
        display: inline-flex !important; } }

@media (max-width: 1365.98px) {
    .d-max-xl-none {
      display: none !important; }
      .d-max-xl-inline {
        display: inline !important; }
      .d-max-xl-inline-block {
        display: inline-block !important; }
      .d-max-xl-block {
        display: block !important; }
      .d-max-xl-table {
        display: table !important; }
      .d-max-xl-table-row {
        display: table-row !important; }
      .d-max-xl-table-cell {
        display: table-cell !important; }
      .d-max-xl-flex {
        display: flex !important; }
      .d-max-xl-inline-flex {
        display: inline-flex !important; } }

.d-max-xxl-none {
  display: none !important; }

.d-max-xxl-inline {
  display: inline !important; }

.d-max-xxl-inline-block {
  display: inline-block !important; }

.d-max-xxl-block {
  display: block !important; }

.d-max-xxl-table {
  display: table !important; }

.d-max-xxl-table-row {
  display: table-row !important; }

.d-max-xxl-table-cell {
  display: table-cell !important; }

.d-max-xxl-flex {
  display: flex !important; }

.d-max-xxl-inline-flex {
  display: inline-flex !important; }

.d-flex {
  flex-wrap: wrap; }

.hover-border {
  -webkit-transition: color 0.25s;
  -khtml-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }

.hover-border:before, .hover-border:after {
  border: 3px solid transparent;
  width: 0;
  height: 0; }

.hover-border:before {
  top: 0;
  left: 0; }

.hover-border:after {
  bottom: 0;
  right: 0; }

.hover-border:hover:before, .hover-border:hover:after {
  width: 100%;
  height: 100%;
  display: block; }

.hover-border:hover:before {
  border-top-color: var(--color-accent);
  border-right-color: var(--color-accent);
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -khtml-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -ms-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  -o-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s; }

.hover-border:hover:after {
  border-bottom-color: var(--color-accent);
  border-left-color: var(--color-accent);
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  -khtml-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  -ms-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  -o-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }

.hover-border-outer {
  position: relative;
  z-index: 1;
  height: 100%;
  display: block; }

.hover-border-outer:before, .hover-border-outer:after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  z-index: -1;
  display: block; }

.cms-hover-show-more-text-wrap .cms-hover-show-more-text {
  overflow: hidden; }

.cms-hover-show-more-text-wrap .cms-hover-show-more-text .cms-btn-text {
  -webkit-transform: translateX(-150%);
  -khtml-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-hover-show-more-text-wrap:hover .cms-btn-text {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
/**
 * Image Hover
 * Use in:
 * CMS Client
 *
 **/
.cms-img-hover .cms-img {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.cms-img-hover .cms-img:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.cms-icon {
  line-height: 0; }

.cms-modal-html {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5); }

.cms-modal-html.open {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  z-index: 999;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.cms-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: var(--color-accent);
  cursor: pointer; }

.cms-modal-close:hover {
  background: red; }

[dir="rtl"] .cms-modal-close {
  right: auto;
  left: 40px; }

.opacity-0 {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.opacity-01 {
  filter: alpha(opacity=10);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-opacity: 0.1;
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  -ms-opacity: 0.1;
  -o-opacity: 0.1;
  opacity: 0.1; }

.opacity-02 {
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2; }

.opacity-025 {
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25; }

.opacity-03 {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3; }

.opacity-04 {
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4; }

.opacity-05 {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.opacity-06 {
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6; }

.opacity-07 {
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7; }

.opacity-08 {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8; }

.opacity-09 {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9; }

.opacity-15 {
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  -webkit-opacity: 0.15;
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-opacity: 0.15;
  -o-opacity: 0.15;
  opacity: 0.15; }

.cms-overlay-wrap {
  position: relative;
  overflow: hidden;
  outline: none; }

.cms-overlay-wrap img {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-overlay-wrap .cms-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-overlay-wrap .cms-overlay-content:not([class*="bg-"]) {
  background: var(--primary-07); }

.cms-overlay-wrap .cms-bottom-to-top {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.cms-overlay-wrap:hover img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.cms-overlay-wrap:hover .cms-overlay-content {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.cms-overlay-wrap:hover .cms-bottom-to-top {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 1024px) {
    .cms-overlay-wrap .cms-overlay-content {
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .cms-overlay-wrap .cms-bottom-to-top {
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); } }

.cms-overlay-wrap.cms-overlay-bottom-to-top:before {
  height: 0; }

.cms-overlay-wrap.cms-overlay-bottom-to-top:hover:before {
  height: calc(100% - 20px); }

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 500ms linear;
  -khtml-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title {
  color: var(--color-accent); }

.cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title:hover {
  color: #fff; }
  .cms-overlay-wrap.cms-overlay-slideup .cms-overlay-content .entry-title:hover a {
    color: inherit; }

.cms-overlay-wrap.cms-overlay-slideup:hover .cms-overlay-content {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.cms-overlay-wrap.cms-overlay-zoom-in .cms-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(6, 52, 100, 0.4);
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.cms-overlay-wrap.cms-overlay-center-to-side .cms-overlay-content {
  left: 50%;
  right: 50%;
  background: rgba(6, 52, 100, 0.4); }

.cms-overlay-wrap:hover.cms-overlay-zoom-in .cms-overlay-content {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.cms-overlay-wrap:hover.cms-overlay-center-to-side .cms-overlay-content {
  left: 0;
  right: 0; }

.cms-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.relative {
  position: relative; }

.absolute {
  position: absolute;
  z-index: 1; }

.absolute-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cms-abs-t-0 {
  top: 0px; }

.cms-abs-r-0 {
  right: 0px; }

[dir="rtl"] .cms-abs-r-0 {
  right: auto;
  left: 0px; }

.cms-abs-b-0 {
  bottom: 0px; }

.cms-abs-l-0 {
  left: 0px; }

[dir="rtl"] .cms-abs-l-0 {
  left: auto;
  right: 0px; }

.cms-abs-t-5 {
  top: 5px; }

.cms-abs-r-5 {
  right: 5px; }

[dir="rtl"] .cms-abs-r-5 {
  right: auto;
  left: 5px; }

.cms-abs-b-5 {
  bottom: 5px; }

.cms-abs-l-5 {
  left: 5px; }

[dir="rtl"] .cms-abs-l-5 {
  left: auto;
  right: 5px; }

.cms-abs-t-10 {
  top: 10px; }

.cms-abs-r-10 {
  right: 10px; }

[dir="rtl"] .cms-abs-r-10 {
  right: auto;
  left: 10px; }

.cms-abs-b-10 {
  bottom: 10px; }

.cms-abs-l-10 {
  left: 10px; }

[dir="rtl"] .cms-abs-l-10 {
  left: auto;
  right: 10px; }

.cms-abs-t-15 {
  top: 15px; }

.cms-abs-r-15 {
  right: 15px; }

[dir="rtl"] .cms-abs-r-15 {
  right: auto;
  left: 15px; }

.cms-abs-b-15 {
  bottom: 15px; }

.cms-abs-l-15 {
  left: 15px; }

[dir="rtl"] .cms-abs-l-15 {
  left: auto;
  right: 15px; }

.cms-abs-t-20 {
  top: 20px; }

.cms-abs-r-20 {
  right: 20px; }

[dir="rtl"] .cms-abs-r-20 {
  right: auto;
  left: 20px; }

.cms-abs-b-20 {
  bottom: 20px; }

.cms-abs-l-20 {
  left: 20px; }

[dir="rtl"] .cms-abs-l-20 {
  left: auto;
  right: 20px; }

.cms-abs-t-25 {
  top: 25px; }

.cms-abs-r-25 {
  right: 25px; }

[dir="rtl"] .cms-abs-r-25 {
  right: auto;
  left: 25px; }

.cms-abs-b-25 {
  bottom: 25px; }

.cms-abs-l-25 {
  left: 25px; }

[dir="rtl"] .cms-abs-l-25 {
  left: auto;
  right: 25px; }

.cms-abs-t-30 {
  top: 30px; }

.cms-abs-r-30 {
  right: 30px; }

[dir="rtl"] .cms-abs-r-30 {
  right: auto;
  left: 30px; }

.cms-abs-b-30 {
  bottom: 30px; }

.cms-abs-l-30 {
  left: 30px; }

[dir="rtl"] .cms-abs-l-30 {
  left: auto;
  right: 30px; }

.cms-abs-t-35 {
  top: 35px; }

.cms-abs-r-35 {
  right: 35px; }

[dir="rtl"] .cms-abs-r-35 {
  right: auto;
  left: 35px; }

.cms-abs-b-35 {
  bottom: 35px; }

.cms-abs-l-35 {
  left: 35px; }

[dir="rtl"] .cms-abs-l-35 {
  left: auto;
  right: 35px; }

.cms-abs-t-40 {
  top: 40px; }

.cms-abs-r-40 {
  right: 40px; }

[dir="rtl"] .cms-abs-r-40 {
  right: auto;
  left: 40px; }

.cms-abs-b-40 {
  bottom: 40px; }

.cms-abs-l-40 {
  left: 40px; }

[dir="rtl"] .cms-abs-l-40 {
  left: auto;
  right: 40px; }

.rating-container {
  display: inline-block;
  height: 24px;
  vertical-align: top;
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl; }

.rating-container * {
  font-size: 20px; }

.rating-container > input {
  display: none; }

.rating-container > input + label {
  /* only enough room for the star */
  font-family: "cmsi";
  line-height: 1; }

.rating-container > input + label:before {
  display: inline-block;
  content: "\e948";
  color: var(--color-body); }

.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before, .cms-rating-icon-filled:before {
  content: "\e949";
  color: var(--color-accent); }

.rating-container:hover > input + label:before, .cms-rating-icon-empty:before {
  content: "\e948";
  color: var(--color-body);
  text-shadow: none; }

.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
  content: "\e949";
  color: var(--color-accent); }

.cms-rating-icon-filled, .cms-rating-icon-empty {
  font-family: "cmsi";
  display: inline-block;
  overflow: hidden;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0; }

.cms-rating-icon-empty {
  z-index: -1; }

.cms-star-rating {
  width: 90px;
  height: 14px;
  display: inline-block;
  letter-spacing: 3px;
  color: var(--color-body); }

.cms-star-rating:before {
  font-family: "cmsi";
  content: '\e948\e948\e948\e948\e948'; }

.cms-star-rating .cms-star-rated {
  top: 0; }

.cms-star-rating .cms-star-rated:before {
  font-family: "cmsi";
  content: '\e949\e949\e949\e949\e949'; }

.cms-star-rated {
  color: var(--color-accent); }

.cms-search-form, .woocommerce-product-search {
  position: relative; }

.cms-search-form [type="search"], .woocommerce-product-search [type="search"] {
  padding-right: 58px;
  height: 65px !important;
  line-height: 65px !important;
  background-color: #fff !important;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

[dir="rtl"] .cms-search-form [type="search"], [dir="rtl"] .woocommerce-product-search [type="search"] {
  padding-right: 20px;
  padding-left: 58px; }

.cms-search-form [type="submit"], .woocommerce-product-search [type="submit"] {
  width: 48px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  border: 0;
  font-size: 0;
  text-indent: -999999px;
  color: var(--color-primary); }

[dir="rtl"] .cms-search-form [type="submit"], [dir="rtl"] .woocommerce-product-search [type="submit"] {
  right: auto;
  left: 0; }

.cms-search-form [type="submit"]:before, .woocommerce-product-search [type="submit"]:before {
  font-family: "cmsi";
  content: "\e93f";
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cms-search-form [type="submit"]:hover, .woocommerce-product-search [type="submit"]:hover {
  color: var(--color-accent); }

.cms-search-form.cms-search-form-popup {
  width: 100%;
  max-width: 775px;
  margin: 0 auto; }

.cms-search-form.cms-search-form-popup [type="search"] {
  padding-left: 58px !important;
  padding-right: 0;
  font-size: 35px !important;
  background: transparent;
  font-family: var(--heading-font-family);
  border-bottom: 2px solid #eef3fa !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }

[dir="rtl"] .cms-search-form.cms-search-form-popup [type="search"] {
  padding-right: 58px !important;
  padding-left: 0; }

@media (max-width: 1024px) {
      .cms-search-form.cms-search-form-popup [type="search"] {
        font-size: 20px !important; } }

.cms-search-form.cms-search-form-popup [type="search"]::-webkit-input-placeholder {
  font-size: 35px;
  color: var(--body-font-color); }

@media (max-width: 1024px) {
      .cms-search-form.cms-search-form-popup [type="search"]::-webkit-input-placeholder {
        font-size: 20px !important; } }

.cms-search-form.cms-search-form-popup [type="submit"] {
  left: 0; }

.cms-search-form.cms-search-form-popup [type="submit"]:before {
  font-size: 28px;
  margin-top: -2px; }

[dir="rtl"] .cms-search-form.cms-search-form-popup [type="submit"] {
  left: auto;
  right: 0; }

#cms-search-popup.cms-modal-html {
  background: #fff; }

.cms-shadow-1 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }

.cms-shadow-active-1.active, .cms-shadow-active-1:hover, .cms-shadow-active-1.current, .cms-shadow-active-1[class*="current"] {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }

.active .cms-shadow-active-1, [class*="current"] .cms-shadow-active-1 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }

.cms-shadow-hover-1:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }

.elementor img.cms-shadow-1 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }

.cms-shadow-2 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }

.cms-shadow-active-2.active, .cms-shadow-active-2:hover, .cms-shadow-active-2.current, .cms-shadow-active-2[class*="current"] {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }

.active .cms-shadow-active-2, [class*="current"] .cms-shadow-active-2 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }

.cms-shadow-hover-2:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }

.elementor img.cms-shadow-2 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }

.cms-shadow-3 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }

.cms-shadow-active-3.active, .cms-shadow-active-3:hover, .cms-shadow-active-3.current, .cms-shadow-active-3[class*="current"] {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }

.active .cms-shadow-active-3, [class*="current"] .cms-shadow-active-3 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }

.cms-shadow-hover-3:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }

.elementor img.cms-shadow-3 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }

.cms-shadow-4 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }

.cms-shadow-active-4.active, .cms-shadow-active-4:hover, .cms-shadow-active-4.current, .cms-shadow-active-4[class*="current"] {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }

.active .cms-shadow-active-4, [class*="current"] .cms-shadow-active-4 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }

.cms-shadow-hover-4:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }

.elementor img.cms-shadow-4 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }

.cms-shadow-5 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); }

.cms-shadow-active-5.active, .cms-shadow-active-5:hover, .cms-shadow-active-5.current, .cms-shadow-active-5[class*="current"] {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); }

.active .cms-shadow-active-5, [class*="current"] .cms-shadow-active-5 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); }

.cms-shadow-hover-5:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); }

.elementor img.cms-shadow-5 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); }

@media (max-width: 479.98px) {
    .cms-shadow-1 {
      -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }
      .cms-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }
      .cms-shadow-3 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }
      .cms-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }
      .cms-shadow-5 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); } }

@media (max-width: 575.98px) {
    .cms-xs-shadow-1 {
      -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }
      .cms-xs-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }
      .cms-xs-shadow-3 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }
      .cms-xs-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }
      .cms-xs-shadow-5 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); } }

@media (max-width: 767.98px) {
    .cms-sm-shadow-1 {
      -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }
      .cms-sm-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }
      .cms-sm-shadow-3 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }
      .cms-sm-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }
      .cms-sm-shadow-5 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); } }

@media (max-width: 1024.98px) {
    .cms-md-shadow-1 {
      -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }
      .cms-md-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }
      .cms-md-shadow-3 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }
      .cms-md-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }
      .cms-md-shadow-5 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); } }

@media (max-width: 1279.98px) {
    .cms-lg-shadow-1 {
      -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }
      .cms-lg-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }
      .cms-lg-shadow-3 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }
      .cms-lg-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }
      .cms-lg-shadow-5 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); } }

@media (max-width: 1365.98px) {
    .cms-xl-shadow-1 {
      -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
      box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }
      .cms-xl-shadow-2 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
        box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }
      .cms-xl-shadow-3 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }
      .cms-xl-shadow-4 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }
      .cms-xl-shadow-5 {
        -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
        box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); } }

.cms-xxl-shadow-1 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }

.cms-xxl-shadow-2 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06); }

.cms-xxl-shadow-3 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.13); }

.cms-xxl-shadow-4 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }

.cms-xxl-shadow-5 {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.1); }

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

[dir="rtl"] .mr-0 {
  margin-right: 0;
  margin-left: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

[dir="rtl"] .ml-0 {
  margin-left: 0;
  margin-right: 0; }

.m-lr-0 {
  margin-left: 0;
  margin-right: 0; }

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-5 {
  margin: 5px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

[dir="rtl"] .mr-5 {
  margin-right: 0;
  margin-left: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

[dir="rtl"] .ml-5 {
  margin-left: 0;
  margin-right: 5px; }

.m-lr-5 {
  margin-left: 5px;
  margin-right: 5px; }

.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-8 {
  margin: 8px; }

.mt-8 {
  margin-top: 8px; }

.mr-8 {
  margin-right: 8px; }

[dir="rtl"] .mr-8 {
  margin-right: 0;
  margin-left: 8px; }

.mb-8 {
  margin-bottom: 8px; }

.ml-8 {
  margin-left: 8px; }

[dir="rtl"] .ml-8 {
  margin-left: 0;
  margin-right: 8px; }

.m-lr-8 {
  margin-left: 8px;
  margin-right: 8px; }

.m-tb-8 {
  margin-top: 8px;
  margin-bottom: 8px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-10 {
  margin: 10px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

[dir="rtl"] .mr-10 {
  margin-right: 0;
  margin-left: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

[dir="rtl"] .ml-10 {
  margin-left: 0;
  margin-right: 10px; }

.m-lr-10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-12 {
  margin: 12px; }

.mt-12 {
  margin-top: 12px; }

.mr-12 {
  margin-right: 12px; }

[dir="rtl"] .mr-12 {
  margin-right: 0;
  margin-left: 12px; }

.mb-12 {
  margin-bottom: 12px; }

.ml-12 {
  margin-left: 12px; }

[dir="rtl"] .ml-12 {
  margin-left: 0;
  margin-right: 12px; }

.m-lr-12 {
  margin-left: 12px;
  margin-right: 12px; }

.m-tb-12 {
  margin-top: 12px;
  margin-bottom: 12px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-15 {
  margin: 15px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

[dir="rtl"] .mr-15 {
  margin-right: 0;
  margin-left: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

[dir="rtl"] .ml-15 {
  margin-left: 0;
  margin-right: 15px; }

.m-lr-15 {
  margin-left: 15px;
  margin-right: 15px; }

.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-16 {
  margin: 16px; }

.mt-16 {
  margin-top: 16px; }

.mr-16 {
  margin-right: 16px; }

[dir="rtl"] .mr-16 {
  margin-right: 0;
  margin-left: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.ml-16 {
  margin-left: 16px; }

[dir="rtl"] .ml-16 {
  margin-left: 0;
  margin-right: 16px; }

.m-lr-16 {
  margin-left: 16px;
  margin-right: 16px; }

.m-tb-16 {
  margin-top: 16px;
  margin-bottom: 16px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-18 {
  margin: 18px; }

.mt-18 {
  margin-top: 18px; }

.mr-18 {
  margin-right: 18px; }

[dir="rtl"] .mr-18 {
  margin-right: 0;
  margin-left: 18px; }

.mb-18 {
  margin-bottom: 18px; }

.ml-18 {
  margin-left: 18px; }

[dir="rtl"] .ml-18 {
  margin-left: 0;
  margin-right: 18px; }

.m-lr-18 {
  margin-left: 18px;
  margin-right: 18px; }

.m-tb-18 {
  margin-top: 18px;
  margin-bottom: 18px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-20 {
  margin: 20px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

[dir="rtl"] .mr-20 {
  margin-right: 0;
  margin-left: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

[dir="rtl"] .ml-20 {
  margin-left: 0;
  margin-right: 20px; }

.m-lr-20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-22 {
  margin: 22px; }

.mt-22 {
  margin-top: 22px; }

.mr-22 {
  margin-right: 22px; }

[dir="rtl"] .mr-22 {
  margin-right: 0;
  margin-left: 22px; }

.mb-22 {
  margin-bottom: 22px; }

.ml-22 {
  margin-left: 22px; }

[dir="rtl"] .ml-22 {
  margin-left: 0;
  margin-right: 22px; }

.m-lr-22 {
  margin-left: 22px;
  margin-right: 22px; }

.m-tb-22 {
  margin-top: 22px;
  margin-bottom: 22px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-25 {
  margin: 25px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

[dir="rtl"] .mr-25 {
  margin-right: 0;
  margin-left: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

[dir="rtl"] .ml-25 {
  margin-left: 0;
  margin-right: 25px; }

.m-lr-25 {
  margin-left: 25px;
  margin-right: 25px; }

.m-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-27 {
  margin: 27px; }

.mt-27 {
  margin-top: 27px; }

.mr-27 {
  margin-right: 27px; }

[dir="rtl"] .mr-27 {
  margin-right: 0;
  margin-left: 27px; }

.mb-27 {
  margin-bottom: 27px; }

.ml-27 {
  margin-left: 27px; }

[dir="rtl"] .ml-27 {
  margin-left: 0;
  margin-right: 27px; }

.m-lr-27 {
  margin-left: 27px;
  margin-right: 27px; }

.m-tb-27 {
  margin-top: 27px;
  margin-bottom: 27px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-30 {
  margin: 30px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

[dir="rtl"] .mr-30 {
  margin-right: 0;
  margin-left: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

[dir="rtl"] .ml-30 {
  margin-left: 0;
  margin-right: 30px; }

.m-lr-30 {
  margin-left: 30px;
  margin-right: 30px; }

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-32 {
  margin: 32px; }

.mt-32 {
  margin-top: 32px; }

.mr-32 {
  margin-right: 32px; }

[dir="rtl"] .mr-32 {
  margin-right: 0;
  margin-left: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.ml-32 {
  margin-left: 32px; }

[dir="rtl"] .ml-32 {
  margin-left: 0;
  margin-right: 32px; }

.m-lr-32 {
  margin-left: 32px;
  margin-right: 32px; }

.m-tb-32 {
  margin-top: 32px;
  margin-bottom: 32px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-35 {
  margin: 35px; }

.mt-35 {
  margin-top: 35px; }

.mr-35 {
  margin-right: 35px; }

[dir="rtl"] .mr-35 {
  margin-right: 0;
  margin-left: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

[dir="rtl"] .ml-35 {
  margin-left: 0;
  margin-right: 35px; }

.m-lr-35 {
  margin-left: 35px;
  margin-right: 35px; }

.m-tb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-38 {
  margin: 38px; }

.mt-38 {
  margin-top: 38px; }

.mr-38 {
  margin-right: 38px; }

[dir="rtl"] .mr-38 {
  margin-right: 0;
  margin-left: 38px; }

.mb-38 {
  margin-bottom: 38px; }

.ml-38 {
  margin-left: 38px; }

[dir="rtl"] .ml-38 {
  margin-left: 0;
  margin-right: 38px; }

.m-lr-38 {
  margin-left: 38px;
  margin-right: 38px; }

.m-tb-38 {
  margin-top: 38px;
  margin-bottom: 38px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-40 {
  margin: 40px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

[dir="rtl"] .mr-40 {
  margin-right: 0;
  margin-left: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

[dir="rtl"] .ml-40 {
  margin-left: 0;
  margin-right: 40px; }

.m-lr-40 {
  margin-left: 40px;
  margin-right: 40px; }

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-45 {
  margin: 45px; }

.mt-45 {
  margin-top: 45px; }

.mr-45 {
  margin-right: 45px; }

[dir="rtl"] .mr-45 {
  margin-right: 0;
  margin-left: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

[dir="rtl"] .ml-45 {
  margin-left: 0;
  margin-right: 45px; }

.m-lr-45 {
  margin-left: 45px;
  margin-right: 45px; }

.m-tb-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-50 {
  margin: 50px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

[dir="rtl"] .mr-50 {
  margin-right: 0;
  margin-left: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

[dir="rtl"] .ml-50 {
  margin-left: 0;
  margin-right: 50px; }

.m-lr-50 {
  margin-left: 50px;
  margin-right: 50px; }

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-55 {
  margin: 55px; }

.mt-55 {
  margin-top: 55px; }

.mr-55 {
  margin-right: 55px; }

[dir="rtl"] .mr-55 {
  margin-right: 0;
  margin-left: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.ml-55 {
  margin-left: 55px; }

[dir="rtl"] .ml-55 {
  margin-left: 0;
  margin-right: 55px; }

.m-lr-55 {
  margin-left: 55px;
  margin-right: 55px; }

.m-tb-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-60 {
  margin: 60px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

[dir="rtl"] .mr-60 {
  margin-right: 0;
  margin-left: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

[dir="rtl"] .ml-60 {
  margin-left: 0;
  margin-right: 60px; }

.m-lr-60 {
  margin-left: 60px;
  margin-right: 60px; }

.m-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-65 {
  margin: 65px; }

.mt-65 {
  margin-top: 65px; }

.mr-65 {
  margin-right: 65px; }

[dir="rtl"] .mr-65 {
  margin-right: 0;
  margin-left: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.ml-65 {
  margin-left: 65px; }

[dir="rtl"] .ml-65 {
  margin-left: 0;
  margin-right: 65px; }

.m-lr-65 {
  margin-left: 65px;
  margin-right: 65px; }

.m-tb-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-70 {
  margin: 70px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

[dir="rtl"] .mr-70 {
  margin-right: 0;
  margin-left: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

[dir="rtl"] .ml-70 {
  margin-left: 0;
  margin-right: 70px; }

.m-lr-70 {
  margin-left: 70px;
  margin-right: 70px; }

.m-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-75 {
  margin: 75px; }

.mt-75 {
  margin-top: 75px; }

.mr-75 {
  margin-right: 75px; }

[dir="rtl"] .mr-75 {
  margin-right: 0;
  margin-left: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.ml-75 {
  margin-left: 75px; }

[dir="rtl"] .ml-75 {
  margin-left: 0;
  margin-right: 75px; }

.m-lr-75 {
  margin-left: 75px;
  margin-right: 75px; }

.m-tb-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-80 {
  margin: 80px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

[dir="rtl"] .mr-80 {
  margin-right: 0;
  margin-left: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

[dir="rtl"] .ml-80 {
  margin-left: 0;
  margin-right: 80px; }

.m-lr-80 {
  margin-left: 80px;
  margin-right: 80px; }

.m-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-85 {
  margin: 85px; }

.mt-85 {
  margin-top: 85px; }

.mr-85 {
  margin-right: 85px; }

[dir="rtl"] .mr-85 {
  margin-right: 0;
  margin-left: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.ml-85 {
  margin-left: 85px; }

[dir="rtl"] .ml-85 {
  margin-left: 0;
  margin-right: 85px; }

.m-lr-85 {
  margin-left: 85px;
  margin-right: 85px; }

.m-tb-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-90 {
  margin: 90px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

[dir="rtl"] .mr-90 {
  margin-right: 0;
  margin-left: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

[dir="rtl"] .ml-90 {
  margin-left: 0;
  margin-right: 90px; }

.m-lr-90 {
  margin-left: 90px;
  margin-right: 90px; }

.m-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-95 {
  margin: 95px; }

.mt-95 {
  margin-top: 95px; }

.mr-95 {
  margin-right: 95px; }

[dir="rtl"] .mr-95 {
  margin-right: 0;
  margin-left: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.ml-95 {
  margin-left: 95px; }

[dir="rtl"] .ml-95 {
  margin-left: 0;
  margin-right: 95px; }

.m-lr-95 {
  margin-left: 95px;
  margin-right: 95px; }

.m-tb-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-100 {
  margin: 100px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

[dir="rtl"] .mr-100 {
  margin-right: 0;
  margin-left: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

[dir="rtl"] .ml-100 {
  margin-left: 0;
  margin-right: 100px; }

.m-lr-100 {
  margin-left: 100px;
  margin-right: 100px; }

.m-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-105 {
  margin: 105px; }

.mt-105 {
  margin-top: 105px; }

.mr-105 {
  margin-right: 105px; }

[dir="rtl"] .mr-105 {
  margin-right: 0;
  margin-left: 105px; }

.mb-105 {
  margin-bottom: 105px; }

.ml-105 {
  margin-left: 105px; }

[dir="rtl"] .ml-105 {
  margin-left: 0;
  margin-right: 105px; }

.m-lr-105 {
  margin-left: 105px;
  margin-right: 105px; }

.m-tb-105 {
  margin-top: 105px;
  margin-bottom: 105px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-110 {
  margin: 110px; }

.mt-110 {
  margin-top: 110px; }

.mr-110 {
  margin-right: 110px; }

[dir="rtl"] .mr-110 {
  margin-right: 0;
  margin-left: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.ml-110 {
  margin-left: 110px; }

[dir="rtl"] .ml-110 {
  margin-left: 0;
  margin-right: 110px; }

.m-lr-110 {
  margin-left: 110px;
  margin-right: 110px; }

.m-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-115 {
  margin: 115px; }

.mt-115 {
  margin-top: 115px; }

.mr-115 {
  margin-right: 115px; }

[dir="rtl"] .mr-115 {
  margin-right: 0;
  margin-left: 115px; }

.mb-115 {
  margin-bottom: 115px; }

.ml-115 {
  margin-left: 115px; }

[dir="rtl"] .ml-115 {
  margin-left: 0;
  margin-right: 115px; }

.m-lr-115 {
  margin-left: 115px;
  margin-right: 115px; }

.m-tb-115 {
  margin-top: 115px;
  margin-bottom: 115px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-120 {
  margin: 120px; }

.mt-120 {
  margin-top: 120px; }

.mr-120 {
  margin-right: 120px; }

[dir="rtl"] .mr-120 {
  margin-right: 0;
  margin-left: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.ml-120 {
  margin-left: 120px; }

[dir="rtl"] .ml-120 {
  margin-left: 0;
  margin-right: 120px; }

.m-lr-120 {
  margin-left: 120px;
  margin-right: 120px; }

.m-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-125 {
  margin: 125px; }

.mt-125 {
  margin-top: 125px; }

.mr-125 {
  margin-right: 125px; }

[dir="rtl"] .mr-125 {
  margin-right: 0;
  margin-left: 125px; }

.mb-125 {
  margin-bottom: 125px; }

.ml-125 {
  margin-left: 125px; }

[dir="rtl"] .ml-125 {
  margin-left: 0;
  margin-right: 125px; }

.m-lr-125 {
  margin-left: 125px;
  margin-right: 125px; }

.m-tb-125 {
  margin-top: 125px;
  margin-bottom: 125px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-130 {
  margin: 130px; }

.mt-130 {
  margin-top: 130px; }

.mr-130 {
  margin-right: 130px; }

[dir="rtl"] .mr-130 {
  margin-right: 0;
  margin-left: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.ml-130 {
  margin-left: 130px; }

[dir="rtl"] .ml-130 {
  margin-left: 0;
  margin-right: 130px; }

.m-lr-130 {
  margin-left: 130px;
  margin-right: 130px; }

.m-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-140 {
  margin: 140px; }

.mt-140 {
  margin-top: 140px; }

.mr-140 {
  margin-right: 140px; }

[dir="rtl"] .mr-140 {
  margin-right: 0;
  margin-left: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.ml-140 {
  margin-left: 140px; }

[dir="rtl"] .ml-140 {
  margin-left: 0;
  margin-right: 140px; }

.m-lr-140 {
  margin-left: 140px;
  margin-right: 140px; }

.m-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-148 {
  margin: 148px; }

.mt-148 {
  margin-top: 148px; }

.mr-148 {
  margin-right: 148px; }

[dir="rtl"] .mr-148 {
  margin-right: 0;
  margin-left: 148px; }

.mb-148 {
  margin-bottom: 148px; }

.ml-148 {
  margin-left: 148px; }

[dir="rtl"] .ml-148 {
  margin-left: 0;
  margin-right: 148px; }

.m-lr-148 {
  margin-left: 148px;
  margin-right: 148px; }

.m-tb-148 {
  margin-top: 148px;
  margin-bottom: 148px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-150 {
  margin: 150px; }

.mt-150 {
  margin-top: 150px; }

.mr-150 {
  margin-right: 150px; }

[dir="rtl"] .mr-150 {
  margin-right: 0;
  margin-left: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-150 {
  margin-left: 150px; }

[dir="rtl"] .ml-150 {
  margin-left: 0;
  margin-right: 150px; }

.m-lr-150 {
  margin-left: 150px;
  margin-right: 150px; }

.m-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.m-200 {
  margin: 200px; }

.mt-200 {
  margin-top: 200px; }

.mr-200 {
  margin-right: 200px; }

[dir="rtl"] .mr-200 {
  margin-right: 0;
  margin-left: 200px; }

.mb-200 {
  margin-bottom: 200px; }

.ml-200 {
  margin-left: 200px; }

[dir="rtl"] .ml-200 {
  margin-left: 0;
  margin-right: 200px; }

.m-lr-200 {
  margin-left: 200px;
  margin-right: 200px; }

.m-tb-200 {
  margin-top: 200px;
  margin-bottom: 200px; }

.m-lr-auto {
  margin-left: auto;
  margin-right: auto; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pr-0 {
  padding-right: 0; }

[dir="rtl"] .pr-0 {
  padding-right: 0;
  padding-left: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

[dir="rtl"] .pl-0 {
  padding-left: 0;
  padding-right: 0; }

.p-lr-0 {
  padding-left: 0;
  padding-right: 0; }

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-5 {
  padding: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

[dir="rtl"] .pr-5 {
  padding-right: 0;
  padding-left: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

[dir="rtl"] .pl-5 {
  padding-left: 0;
  padding-right: 5px; }

.p-lr-5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-8 {
  padding: 8px; }

.pt-8 {
  padding-top: 8px; }

.pr-8 {
  padding-right: 8px; }

[dir="rtl"] .pr-8 {
  padding-right: 0;
  padding-left: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pl-8 {
  padding-left: 8px; }

[dir="rtl"] .pl-8 {
  padding-left: 0;
  padding-right: 8px; }

.p-lr-8 {
  padding-left: 8px;
  padding-right: 8px; }

.p-tb-8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-10 {
  padding: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

[dir="rtl"] .pr-10 {
  padding-right: 0;
  padding-left: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

[dir="rtl"] .pl-10 {
  padding-left: 0;
  padding-right: 10px; }

.p-lr-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-12 {
  padding: 12px; }

.pt-12 {
  padding-top: 12px; }

.pr-12 {
  padding-right: 12px; }

[dir="rtl"] .pr-12 {
  padding-right: 0;
  padding-left: 12px; }

.pb-12 {
  padding-bottom: 12px; }

.pl-12 {
  padding-left: 12px; }

[dir="rtl"] .pl-12 {
  padding-left: 0;
  padding-right: 12px; }

.p-lr-12 {
  padding-left: 12px;
  padding-right: 12px; }

.p-tb-12 {
  padding-top: 12px;
  padding-bottom: 12px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

[dir="rtl"] .pr-15 {
  padding-right: 0;
  padding-left: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

[dir="rtl"] .pl-15 {
  padding-left: 0;
  padding-right: 15px; }

.p-lr-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-16 {
  padding: 16px; }

.pt-16 {
  padding-top: 16px; }

.pr-16 {
  padding-right: 16px; }

[dir="rtl"] .pr-16 {
  padding-right: 0;
  padding-left: 16px; }

.pb-16 {
  padding-bottom: 16px; }

.pl-16 {
  padding-left: 16px; }

[dir="rtl"] .pl-16 {
  padding-left: 0;
  padding-right: 16px; }

.p-lr-16 {
  padding-left: 16px;
  padding-right: 16px; }

.p-tb-16 {
  padding-top: 16px;
  padding-bottom: 16px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-18 {
  padding: 18px; }

.pt-18 {
  padding-top: 18px; }

.pr-18 {
  padding-right: 18px; }

[dir="rtl"] .pr-18 {
  padding-right: 0;
  padding-left: 18px; }

.pb-18 {
  padding-bottom: 18px; }

.pl-18 {
  padding-left: 18px; }

[dir="rtl"] .pl-18 {
  padding-left: 0;
  padding-right: 18px; }

.p-lr-18 {
  padding-left: 18px;
  padding-right: 18px; }

.p-tb-18 {
  padding-top: 18px;
  padding-bottom: 18px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-20 {
  padding: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

[dir="rtl"] .pr-20 {
  padding-right: 0;
  padding-left: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

[dir="rtl"] .pl-20 {
  padding-left: 0;
  padding-right: 20px; }

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-22 {
  padding: 22px; }

.pt-22 {
  padding-top: 22px; }

.pr-22 {
  padding-right: 22px; }

[dir="rtl"] .pr-22 {
  padding-right: 0;
  padding-left: 22px; }

.pb-22 {
  padding-bottom: 22px; }

.pl-22 {
  padding-left: 22px; }

[dir="rtl"] .pl-22 {
  padding-left: 0;
  padding-right: 22px; }

.p-lr-22 {
  padding-left: 22px;
  padding-right: 22px; }

.p-tb-22 {
  padding-top: 22px;
  padding-bottom: 22px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-25 {
  padding: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

[dir="rtl"] .pr-25 {
  padding-right: 0;
  padding-left: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

[dir="rtl"] .pl-25 {
  padding-left: 0;
  padding-right: 25px; }

.p-lr-25 {
  padding-left: 25px;
  padding-right: 25px; }

.p-tb-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-27 {
  padding: 27px; }

.pt-27 {
  padding-top: 27px; }

.pr-27 {
  padding-right: 27px; }

[dir="rtl"] .pr-27 {
  padding-right: 0;
  padding-left: 27px; }

.pb-27 {
  padding-bottom: 27px; }

.pl-27 {
  padding-left: 27px; }

[dir="rtl"] .pl-27 {
  padding-left: 0;
  padding-right: 27px; }

.p-lr-27 {
  padding-left: 27px;
  padding-right: 27px; }

.p-tb-27 {
  padding-top: 27px;
  padding-bottom: 27px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-30 {
  padding: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

[dir="rtl"] .pr-30 {
  padding-right: 0;
  padding-left: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

[dir="rtl"] .pl-30 {
  padding-left: 0;
  padding-right: 30px; }

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-32 {
  padding: 32px; }

.pt-32 {
  padding-top: 32px; }

.pr-32 {
  padding-right: 32px; }

[dir="rtl"] .pr-32 {
  padding-right: 0;
  padding-left: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.pl-32 {
  padding-left: 32px; }

[dir="rtl"] .pl-32 {
  padding-left: 0;
  padding-right: 32px; }

.p-lr-32 {
  padding-left: 32px;
  padding-right: 32px; }

.p-tb-32 {
  padding-top: 32px;
  padding-bottom: 32px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-35 {
  padding: 35px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

[dir="rtl"] .pr-35 {
  padding-right: 0;
  padding-left: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

[dir="rtl"] .pl-35 {
  padding-left: 0;
  padding-right: 35px; }

.p-lr-35 {
  padding-left: 35px;
  padding-right: 35px; }

.p-tb-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-38 {
  padding: 38px; }

.pt-38 {
  padding-top: 38px; }

.pr-38 {
  padding-right: 38px; }

[dir="rtl"] .pr-38 {
  padding-right: 0;
  padding-left: 38px; }

.pb-38 {
  padding-bottom: 38px; }

.pl-38 {
  padding-left: 38px; }

[dir="rtl"] .pl-38 {
  padding-left: 0;
  padding-right: 38px; }

.p-lr-38 {
  padding-left: 38px;
  padding-right: 38px; }

.p-tb-38 {
  padding-top: 38px;
  padding-bottom: 38px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-40 {
  padding: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

[dir="rtl"] .pr-40 {
  padding-right: 0;
  padding-left: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

[dir="rtl"] .pl-40 {
  padding-left: 0;
  padding-right: 40px; }

.p-lr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-45 {
  padding: 45px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

[dir="rtl"] .pr-45 {
  padding-right: 0;
  padding-left: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

[dir="rtl"] .pl-45 {
  padding-left: 0;
  padding-right: 45px; }

.p-lr-45 {
  padding-left: 45px;
  padding-right: 45px; }

.p-tb-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-50 {
  padding: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

[dir="rtl"] .pr-50 {
  padding-right: 0;
  padding-left: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

[dir="rtl"] .pl-50 {
  padding-left: 0;
  padding-right: 50px; }

.p-lr-50 {
  padding-left: 50px;
  padding-right: 50px; }

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-55 {
  padding: 55px; }

.pt-55 {
  padding-top: 55px; }

.pr-55 {
  padding-right: 55px; }

[dir="rtl"] .pr-55 {
  padding-right: 0;
  padding-left: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pl-55 {
  padding-left: 55px; }

[dir="rtl"] .pl-55 {
  padding-left: 0;
  padding-right: 55px; }

.p-lr-55 {
  padding-left: 55px;
  padding-right: 55px; }

.p-tb-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-60 {
  padding: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

[dir="rtl"] .pr-60 {
  padding-right: 0;
  padding-left: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

[dir="rtl"] .pl-60 {
  padding-left: 0;
  padding-right: 60px; }

.p-lr-60 {
  padding-left: 60px;
  padding-right: 60px; }

.p-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-65 {
  padding: 65px; }

.pt-65 {
  padding-top: 65px; }

.pr-65 {
  padding-right: 65px; }

[dir="rtl"] .pr-65 {
  padding-right: 0;
  padding-left: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pl-65 {
  padding-left: 65px; }

[dir="rtl"] .pl-65 {
  padding-left: 0;
  padding-right: 65px; }

.p-lr-65 {
  padding-left: 65px;
  padding-right: 65px; }

.p-tb-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-70 {
  padding: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

[dir="rtl"] .pr-70 {
  padding-right: 0;
  padding-left: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

[dir="rtl"] .pl-70 {
  padding-left: 0;
  padding-right: 70px; }

.p-lr-70 {
  padding-left: 70px;
  padding-right: 70px; }

.p-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-75 {
  padding: 75px; }

.pt-75 {
  padding-top: 75px; }

.pr-75 {
  padding-right: 75px; }

[dir="rtl"] .pr-75 {
  padding-right: 0;
  padding-left: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pl-75 {
  padding-left: 75px; }

[dir="rtl"] .pl-75 {
  padding-left: 0;
  padding-right: 75px; }

.p-lr-75 {
  padding-left: 75px;
  padding-right: 75px; }

.p-tb-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-80 {
  padding: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

[dir="rtl"] .pr-80 {
  padding-right: 0;
  padding-left: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

[dir="rtl"] .pl-80 {
  padding-left: 0;
  padding-right: 80px; }

.p-lr-80 {
  padding-left: 80px;
  padding-right: 80px; }

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-85 {
  padding: 85px; }

.pt-85 {
  padding-top: 85px; }

.pr-85 {
  padding-right: 85px; }

[dir="rtl"] .pr-85 {
  padding-right: 0;
  padding-left: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pl-85 {
  padding-left: 85px; }

[dir="rtl"] .pl-85 {
  padding-left: 0;
  padding-right: 85px; }

.p-lr-85 {
  padding-left: 85px;
  padding-right: 85px; }

.p-tb-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-90 {
  padding: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

[dir="rtl"] .pr-90 {
  padding-right: 0;
  padding-left: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

[dir="rtl"] .pl-90 {
  padding-left: 0;
  padding-right: 90px; }

.p-lr-90 {
  padding-left: 90px;
  padding-right: 90px; }

.p-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-95 {
  padding: 95px; }

.pt-95 {
  padding-top: 95px; }

.pr-95 {
  padding-right: 95px; }

[dir="rtl"] .pr-95 {
  padding-right: 0;
  padding-left: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pl-95 {
  padding-left: 95px; }

[dir="rtl"] .pl-95 {
  padding-left: 0;
  padding-right: 95px; }

.p-lr-95 {
  padding-left: 95px;
  padding-right: 95px; }

.p-tb-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-100 {
  padding: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

[dir="rtl"] .pr-100 {
  padding-right: 0;
  padding-left: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-left: 100px; }

[dir="rtl"] .pl-100 {
  padding-left: 0;
  padding-right: 100px; }

.p-lr-100 {
  padding-left: 100px;
  padding-right: 100px; }

.p-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-105 {
  padding: 105px; }

.pt-105 {
  padding-top: 105px; }

.pr-105 {
  padding-right: 105px; }

[dir="rtl"] .pr-105 {
  padding-right: 0;
  padding-left: 105px; }

.pb-105 {
  padding-bottom: 105px; }

.pl-105 {
  padding-left: 105px; }

[dir="rtl"] .pl-105 {
  padding-left: 0;
  padding-right: 105px; }

.p-lr-105 {
  padding-left: 105px;
  padding-right: 105px; }

.p-tb-105 {
  padding-top: 105px;
  padding-bottom: 105px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-110 {
  padding: 110px; }

.pt-110 {
  padding-top: 110px; }

.pr-110 {
  padding-right: 110px; }

[dir="rtl"] .pr-110 {
  padding-right: 0;
  padding-left: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pl-110 {
  padding-left: 110px; }

[dir="rtl"] .pl-110 {
  padding-left: 0;
  padding-right: 110px; }

.p-lr-110 {
  padding-left: 110px;
  padding-right: 110px; }

.p-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-115 {
  padding: 115px; }

.pt-115 {
  padding-top: 115px; }

.pr-115 {
  padding-right: 115px; }

[dir="rtl"] .pr-115 {
  padding-right: 0;
  padding-left: 115px; }

.pb-115 {
  padding-bottom: 115px; }

.pl-115 {
  padding-left: 115px; }

[dir="rtl"] .pl-115 {
  padding-left: 0;
  padding-right: 115px; }

.p-lr-115 {
  padding-left: 115px;
  padding-right: 115px; }

.p-tb-115 {
  padding-top: 115px;
  padding-bottom: 115px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-120 {
  padding: 120px; }

.pt-120 {
  padding-top: 120px; }

.pr-120 {
  padding-right: 120px; }

[dir="rtl"] .pr-120 {
  padding-right: 0;
  padding-left: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pl-120 {
  padding-left: 120px; }

[dir="rtl"] .pl-120 {
  padding-left: 0;
  padding-right: 120px; }

.p-lr-120 {
  padding-left: 120px;
  padding-right: 120px; }

.p-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-125 {
  padding: 125px; }

.pt-125 {
  padding-top: 125px; }

.pr-125 {
  padding-right: 125px; }

[dir="rtl"] .pr-125 {
  padding-right: 0;
  padding-left: 125px; }

.pb-125 {
  padding-bottom: 125px; }

.pl-125 {
  padding-left: 125px; }

[dir="rtl"] .pl-125 {
  padding-left: 0;
  padding-right: 125px; }

.p-lr-125 {
  padding-left: 125px;
  padding-right: 125px; }

.p-tb-125 {
  padding-top: 125px;
  padding-bottom: 125px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-130 {
  padding: 130px; }

.pt-130 {
  padding-top: 130px; }

.pr-130 {
  padding-right: 130px; }

[dir="rtl"] .pr-130 {
  padding-right: 0;
  padding-left: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.pl-130 {
  padding-left: 130px; }

[dir="rtl"] .pl-130 {
  padding-left: 0;
  padding-right: 130px; }

.p-lr-130 {
  padding-left: 130px;
  padding-right: 130px; }

.p-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-140 {
  padding: 140px; }

.pt-140 {
  padding-top: 140px; }

.pr-140 {
  padding-right: 140px; }

[dir="rtl"] .pr-140 {
  padding-right: 0;
  padding-left: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.pl-140 {
  padding-left: 140px; }

[dir="rtl"] .pl-140 {
  padding-left: 0;
  padding-right: 140px; }

.p-lr-140 {
  padding-left: 140px;
  padding-right: 140px; }

.p-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-148 {
  padding: 148px; }

.pt-148 {
  padding-top: 148px; }

.pr-148 {
  padding-right: 148px; }

[dir="rtl"] .pr-148 {
  padding-right: 0;
  padding-left: 148px; }

.pb-148 {
  padding-bottom: 148px; }

.pl-148 {
  padding-left: 148px; }

[dir="rtl"] .pl-148 {
  padding-left: 0;
  padding-right: 148px; }

.p-lr-148 {
  padding-left: 148px;
  padding-right: 148px; }

.p-tb-148 {
  padding-top: 148px;
  padding-bottom: 148px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-150 {
  padding: 150px; }

.pt-150 {
  padding-top: 150px; }

.pr-150 {
  padding-right: 150px; }

[dir="rtl"] .pr-150 {
  padding-right: 0;
  padding-left: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pl-150 {
  padding-left: 150px; }

[dir="rtl"] .pl-150 {
  padding-left: 0;
  padding-right: 150px; }

.p-lr-150 {
  padding-left: 150px;
  padding-right: 150px; }

.p-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.p-200 {
  padding: 200px; }

.pt-200 {
  padding-top: 200px; }

.pr-200 {
  padding-right: 200px; }

[dir="rtl"] .pr-200 {
  padding-right: 0;
  padding-left: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pl-200 {
  padding-left: 200px; }

[dir="rtl"] .pl-200 {
  padding-left: 0;
  padding-right: 200px; }

.p-lr-200 {
  padding-left: 200px;
  padding-right: 200px; }

.p-tb-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.p-lr-auto {
  padding-left: auto;
  padding-right: auto; }

.m-n0 {
  margin: -0; }

.mt-n0 {
  margin-top: -0; }

.mr-n0 {
  margin-right: -0; }

[dir="rtl"] .mr-n0 {
  margin-left: -0; }

.mb-n0 {
  margin-bottom: -0; }

.ml-n0 {
  margin-left: -0; }

[dir="rtl"] .ml-n0 {
  margin-right: -0; }

.m-n5 {
  margin: -5px; }

.mt-n5 {
  margin-top: -5px; }

.mr-n5 {
  margin-right: -5px; }

[dir="rtl"] .mr-n5 {
  margin-left: -5px; }

.mb-n5 {
  margin-bottom: -5px; }

.ml-n5 {
  margin-left: -5px; }

[dir="rtl"] .ml-n5 {
  margin-right: -5px; }

.m-n8 {
  margin: -8px; }

.mt-n8 {
  margin-top: -8px; }

.mr-n8 {
  margin-right: -8px; }

[dir="rtl"] .mr-n8 {
  margin-left: -8px; }

.mb-n8 {
  margin-bottom: -8px; }

.ml-n8 {
  margin-left: -8px; }

[dir="rtl"] .ml-n8 {
  margin-right: -8px; }

.m-n10 {
  margin: -10px; }

.mt-n10 {
  margin-top: -10px; }

.mr-n10 {
  margin-right: -10px; }

[dir="rtl"] .mr-n10 {
  margin-left: -10px; }

.mb-n10 {
  margin-bottom: -10px; }

.ml-n10 {
  margin-left: -10px; }

[dir="rtl"] .ml-n10 {
  margin-right: -10px; }

.m-n12 {
  margin: -12px; }

.mt-n12 {
  margin-top: -12px; }

.mr-n12 {
  margin-right: -12px; }

[dir="rtl"] .mr-n12 {
  margin-left: -12px; }

.mb-n12 {
  margin-bottom: -12px; }

.ml-n12 {
  margin-left: -12px; }

[dir="rtl"] .ml-n12 {
  margin-right: -12px; }

.m-n15 {
  margin: -15px; }

.mt-n15 {
  margin-top: -15px; }

.mr-n15 {
  margin-right: -15px; }

[dir="rtl"] .mr-n15 {
  margin-left: -15px; }

.mb-n15 {
  margin-bottom: -15px; }

.ml-n15 {
  margin-left: -15px; }

[dir="rtl"] .ml-n15 {
  margin-right: -15px; }

.m-n16 {
  margin: -16px; }

.mt-n16 {
  margin-top: -16px; }

.mr-n16 {
  margin-right: -16px; }

[dir="rtl"] .mr-n16 {
  margin-left: -16px; }

.mb-n16 {
  margin-bottom: -16px; }

.ml-n16 {
  margin-left: -16px; }

[dir="rtl"] .ml-n16 {
  margin-right: -16px; }

.m-n18 {
  margin: -18px; }

.mt-n18 {
  margin-top: -18px; }

.mr-n18 {
  margin-right: -18px; }

[dir="rtl"] .mr-n18 {
  margin-left: -18px; }

.mb-n18 {
  margin-bottom: -18px; }

.ml-n18 {
  margin-left: -18px; }

[dir="rtl"] .ml-n18 {
  margin-right: -18px; }

.m-n20 {
  margin: -20px; }

.mt-n20 {
  margin-top: -20px; }

.mr-n20 {
  margin-right: -20px; }

[dir="rtl"] .mr-n20 {
  margin-left: -20px; }

.mb-n20 {
  margin-bottom: -20px; }

.ml-n20 {
  margin-left: -20px; }

[dir="rtl"] .ml-n20 {
  margin-right: -20px; }

.m-n22 {
  margin: -22px; }

.mt-n22 {
  margin-top: -22px; }

.mr-n22 {
  margin-right: -22px; }

[dir="rtl"] .mr-n22 {
  margin-left: -22px; }

.mb-n22 {
  margin-bottom: -22px; }

.ml-n22 {
  margin-left: -22px; }

[dir="rtl"] .ml-n22 {
  margin-right: -22px; }

.m-n25 {
  margin: -25px; }

.mt-n25 {
  margin-top: -25px; }

.mr-n25 {
  margin-right: -25px; }

[dir="rtl"] .mr-n25 {
  margin-left: -25px; }

.mb-n25 {
  margin-bottom: -25px; }

.ml-n25 {
  margin-left: -25px; }

[dir="rtl"] .ml-n25 {
  margin-right: -25px; }

.m-n27 {
  margin: -27px; }

.mt-n27 {
  margin-top: -27px; }

.mr-n27 {
  margin-right: -27px; }

[dir="rtl"] .mr-n27 {
  margin-left: -27px; }

.mb-n27 {
  margin-bottom: -27px; }

.ml-n27 {
  margin-left: -27px; }

[dir="rtl"] .ml-n27 {
  margin-right: -27px; }

.m-n30 {
  margin: -30px; }

.mt-n30 {
  margin-top: -30px; }

.mr-n30 {
  margin-right: -30px; }

[dir="rtl"] .mr-n30 {
  margin-left: -30px; }

.mb-n30 {
  margin-bottom: -30px; }

.ml-n30 {
  margin-left: -30px; }

[dir="rtl"] .ml-n30 {
  margin-right: -30px; }

.m-n32 {
  margin: -32px; }

.mt-n32 {
  margin-top: -32px; }

.mr-n32 {
  margin-right: -32px; }

[dir="rtl"] .mr-n32 {
  margin-left: -32px; }

.mb-n32 {
  margin-bottom: -32px; }

.ml-n32 {
  margin-left: -32px; }

[dir="rtl"] .ml-n32 {
  margin-right: -32px; }

.m-n35 {
  margin: -35px; }

.mt-n35 {
  margin-top: -35px; }

.mr-n35 {
  margin-right: -35px; }

[dir="rtl"] .mr-n35 {
  margin-left: -35px; }

.mb-n35 {
  margin-bottom: -35px; }

.ml-n35 {
  margin-left: -35px; }

[dir="rtl"] .ml-n35 {
  margin-right: -35px; }

.m-n38 {
  margin: -38px; }

.mt-n38 {
  margin-top: -38px; }

.mr-n38 {
  margin-right: -38px; }

[dir="rtl"] .mr-n38 {
  margin-left: -38px; }

.mb-n38 {
  margin-bottom: -38px; }

.ml-n38 {
  margin-left: -38px; }

[dir="rtl"] .ml-n38 {
  margin-right: -38px; }

.m-n40 {
  margin: -40px; }

.mt-n40 {
  margin-top: -40px; }

.mr-n40 {
  margin-right: -40px; }

[dir="rtl"] .mr-n40 {
  margin-left: -40px; }

.mb-n40 {
  margin-bottom: -40px; }

.ml-n40 {
  margin-left: -40px; }

[dir="rtl"] .ml-n40 {
  margin-right: -40px; }

.m-n45 {
  margin: -45px; }

.mt-n45 {
  margin-top: -45px; }

.mr-n45 {
  margin-right: -45px; }

[dir="rtl"] .mr-n45 {
  margin-left: -45px; }

.mb-n45 {
  margin-bottom: -45px; }

.ml-n45 {
  margin-left: -45px; }

[dir="rtl"] .ml-n45 {
  margin-right: -45px; }

.m-n50 {
  margin: -50px; }

.mt-n50 {
  margin-top: -50px; }

.mr-n50 {
  margin-right: -50px; }

[dir="rtl"] .mr-n50 {
  margin-left: -50px; }

.mb-n50 {
  margin-bottom: -50px; }

.ml-n50 {
  margin-left: -50px; }

[dir="rtl"] .ml-n50 {
  margin-right: -50px; }

.m-n55 {
  margin: -55px; }

.mt-n55 {
  margin-top: -55px; }

.mr-n55 {
  margin-right: -55px; }

[dir="rtl"] .mr-n55 {
  margin-left: -55px; }

.mb-n55 {
  margin-bottom: -55px; }

.ml-n55 {
  margin-left: -55px; }

[dir="rtl"] .ml-n55 {
  margin-right: -55px; }

.m-n60 {
  margin: -60px; }

.mt-n60 {
  margin-top: -60px; }

.mr-n60 {
  margin-right: -60px; }

[dir="rtl"] .mr-n60 {
  margin-left: -60px; }

.mb-n60 {
  margin-bottom: -60px; }

.ml-n60 {
  margin-left: -60px; }

[dir="rtl"] .ml-n60 {
  margin-right: -60px; }

.m-n65 {
  margin: -65px; }

.mt-n65 {
  margin-top: -65px; }

.mr-n65 {
  margin-right: -65px; }

[dir="rtl"] .mr-n65 {
  margin-left: -65px; }

.mb-n65 {
  margin-bottom: -65px; }

.ml-n65 {
  margin-left: -65px; }

[dir="rtl"] .ml-n65 {
  margin-right: -65px; }

.m-n70 {
  margin: -70px; }

.mt-n70 {
  margin-top: -70px; }

.mr-n70 {
  margin-right: -70px; }

[dir="rtl"] .mr-n70 {
  margin-left: -70px; }

.mb-n70 {
  margin-bottom: -70px; }

.ml-n70 {
  margin-left: -70px; }

[dir="rtl"] .ml-n70 {
  margin-right: -70px; }

.m-n75 {
  margin: -75px; }

.mt-n75 {
  margin-top: -75px; }

.mr-n75 {
  margin-right: -75px; }

[dir="rtl"] .mr-n75 {
  margin-left: -75px; }

.mb-n75 {
  margin-bottom: -75px; }

.ml-n75 {
  margin-left: -75px; }

[dir="rtl"] .ml-n75 {
  margin-right: -75px; }

.m-n80 {
  margin: -80px; }

.mt-n80 {
  margin-top: -80px; }

.mr-n80 {
  margin-right: -80px; }

[dir="rtl"] .mr-n80 {
  margin-left: -80px; }

.mb-n80 {
  margin-bottom: -80px; }

.ml-n80 {
  margin-left: -80px; }

[dir="rtl"] .ml-n80 {
  margin-right: -80px; }

.m-n85 {
  margin: -85px; }

.mt-n85 {
  margin-top: -85px; }

.mr-n85 {
  margin-right: -85px; }

[dir="rtl"] .mr-n85 {
  margin-left: -85px; }

.mb-n85 {
  margin-bottom: -85px; }

.ml-n85 {
  margin-left: -85px; }

[dir="rtl"] .ml-n85 {
  margin-right: -85px; }

.m-n90 {
  margin: -90px; }

.mt-n90 {
  margin-top: -90px; }

.mr-n90 {
  margin-right: -90px; }

[dir="rtl"] .mr-n90 {
  margin-left: -90px; }

.mb-n90 {
  margin-bottom: -90px; }

.ml-n90 {
  margin-left: -90px; }

[dir="rtl"] .ml-n90 {
  margin-right: -90px; }

.m-n95 {
  margin: -95px; }

.mt-n95 {
  margin-top: -95px; }

.mr-n95 {
  margin-right: -95px; }

[dir="rtl"] .mr-n95 {
  margin-left: -95px; }

.mb-n95 {
  margin-bottom: -95px; }

.ml-n95 {
  margin-left: -95px; }

[dir="rtl"] .ml-n95 {
  margin-right: -95px; }

.m-n100 {
  margin: -100px; }

.mt-n100 {
  margin-top: -100px; }

.mr-n100 {
  margin-right: -100px; }

[dir="rtl"] .mr-n100 {
  margin-left: -100px; }

.mb-n100 {
  margin-bottom: -100px; }

.ml-n100 {
  margin-left: -100px; }

[dir="rtl"] .ml-n100 {
  margin-right: -100px; }

.m-n105 {
  margin: -105px; }

.mt-n105 {
  margin-top: -105px; }

.mr-n105 {
  margin-right: -105px; }

[dir="rtl"] .mr-n105 {
  margin-left: -105px; }

.mb-n105 {
  margin-bottom: -105px; }

.ml-n105 {
  margin-left: -105px; }

[dir="rtl"] .ml-n105 {
  margin-right: -105px; }

.m-n110 {
  margin: -110px; }

.mt-n110 {
  margin-top: -110px; }

.mr-n110 {
  margin-right: -110px; }

[dir="rtl"] .mr-n110 {
  margin-left: -110px; }

.mb-n110 {
  margin-bottom: -110px; }

.ml-n110 {
  margin-left: -110px; }

[dir="rtl"] .ml-n110 {
  margin-right: -110px; }

.m-n115 {
  margin: -115px; }

.mt-n115 {
  margin-top: -115px; }

.mr-n115 {
  margin-right: -115px; }

[dir="rtl"] .mr-n115 {
  margin-left: -115px; }

.mb-n115 {
  margin-bottom: -115px; }

.ml-n115 {
  margin-left: -115px; }

[dir="rtl"] .ml-n115 {
  margin-right: -115px; }

.m-n120 {
  margin: -120px; }

.mt-n120 {
  margin-top: -120px; }

.mr-n120 {
  margin-right: -120px; }

[dir="rtl"] .mr-n120 {
  margin-left: -120px; }

.mb-n120 {
  margin-bottom: -120px; }

.ml-n120 {
  margin-left: -120px; }

[dir="rtl"] .ml-n120 {
  margin-right: -120px; }

.m-n125 {
  margin: -125px; }

.mt-n125 {
  margin-top: -125px; }

.mr-n125 {
  margin-right: -125px; }

[dir="rtl"] .mr-n125 {
  margin-left: -125px; }

.mb-n125 {
  margin-bottom: -125px; }

.ml-n125 {
  margin-left: -125px; }

[dir="rtl"] .ml-n125 {
  margin-right: -125px; }

.m-n130 {
  margin: -130px; }

.mt-n130 {
  margin-top: -130px; }

.mr-n130 {
  margin-right: -130px; }

[dir="rtl"] .mr-n130 {
  margin-left: -130px; }

.mb-n130 {
  margin-bottom: -130px; }

.ml-n130 {
  margin-left: -130px; }

[dir="rtl"] .ml-n130 {
  margin-right: -130px; }

.m-n140 {
  margin: -140px; }

.mt-n140 {
  margin-top: -140px; }

.mr-n140 {
  margin-right: -140px; }

[dir="rtl"] .mr-n140 {
  margin-left: -140px; }

.mb-n140 {
  margin-bottom: -140px; }

.ml-n140 {
  margin-left: -140px; }

[dir="rtl"] .ml-n140 {
  margin-right: -140px; }

.m-n148 {
  margin: -148px; }

.mt-n148 {
  margin-top: -148px; }

.mr-n148 {
  margin-right: -148px; }

[dir="rtl"] .mr-n148 {
  margin-left: -148px; }

.mb-n148 {
  margin-bottom: -148px; }

.ml-n148 {
  margin-left: -148px; }

[dir="rtl"] .ml-n148 {
  margin-right: -148px; }

.m-n150 {
  margin: -150px; }

.mt-n150 {
  margin-top: -150px; }

.mr-n150 {
  margin-right: -150px; }

[dir="rtl"] .mr-n150 {
  margin-left: -150px; }

.mb-n150 {
  margin-bottom: -150px; }

.ml-n150 {
  margin-left: -150px; }

[dir="rtl"] .ml-n150 {
  margin-right: -150px; }

.m-n200 {
  margin: -200px; }

.mt-n200 {
  margin-top: -200px; }

.mr-n200 {
  margin-right: -200px; }

[dir="rtl"] .mr-n200 {
  margin-left: -200px; }

.mb-n200 {
  margin-bottom: -200px; }

.ml-n200 {
  margin-left: -200px; }

[dir="rtl"] .ml-n200 {
  margin-right: -200px; }

.m-auto {
  margin: auto; }

.mt-auto, .my-auto {
  margin-top: auto; }

.mr-auto, .mx-auto {
  margin-right: auto; }

.mb-auto, .my-auto {
  margin-bottom: auto; }

.ml-auto, .mx-auto {
  margin-left: auto; }

@media (min-width: 480px) {
    .m-xs-0 {
      margin: 0; }
      .mt-xs-0 {
        margin-top: 0; }
      .mr-xs-0 {
        margin-right: 0; }
        [dir="rtl"] .mr-xs-0 {
          margin-right: 0;
          margin-left: 0; }
      .mb-xs-0 {
        margin-bottom: 0; }
      .ml-xs-0 {
        margin-left: 0; }
        [dir="rtl"] .ml-xs-0 {
          margin-left: 0;
          margin-right: 0; }
      .m-lr-xs-0 {
        margin-left: 0;
        margin-right: 0; }
      .m-tb-xs-0 {
        margin-top: 0;
        margin-bottom: 0; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-5 {
        margin: 5px; }
      .mt-xs-5 {
        margin-top: 5px; }
      .mr-xs-5 {
        margin-right: 5px; }
        [dir="rtl"] .mr-xs-5 {
          margin-right: 0;
          margin-left: 5px; }
      .mb-xs-5 {
        margin-bottom: 5px; }
      .ml-xs-5 {
        margin-left: 5px; }
        [dir="rtl"] .ml-xs-5 {
          margin-left: 0;
          margin-right: 5px; }
      .m-lr-xs-5 {
        margin-left: 5px;
        margin-right: 5px; }
      .m-tb-xs-5 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-8 {
        margin: 8px; }
      .mt-xs-8 {
        margin-top: 8px; }
      .mr-xs-8 {
        margin-right: 8px; }
        [dir="rtl"] .mr-xs-8 {
          margin-right: 0;
          margin-left: 8px; }
      .mb-xs-8 {
        margin-bottom: 8px; }
      .ml-xs-8 {
        margin-left: 8px; }
        [dir="rtl"] .ml-xs-8 {
          margin-left: 0;
          margin-right: 8px; }
      .m-lr-xs-8 {
        margin-left: 8px;
        margin-right: 8px; }
      .m-tb-xs-8 {
        margin-top: 8px;
        margin-bottom: 8px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-10 {
        margin: 10px; }
      .mt-xs-10 {
        margin-top: 10px; }
      .mr-xs-10 {
        margin-right: 10px; }
        [dir="rtl"] .mr-xs-10 {
          margin-right: 0;
          margin-left: 10px; }
      .mb-xs-10 {
        margin-bottom: 10px; }
      .ml-xs-10 {
        margin-left: 10px; }
        [dir="rtl"] .ml-xs-10 {
          margin-left: 0;
          margin-right: 10px; }
      .m-lr-xs-10 {
        margin-left: 10px;
        margin-right: 10px; }
      .m-tb-xs-10 {
        margin-top: 10px;
        margin-bottom: 10px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-12 {
        margin: 12px; }
      .mt-xs-12 {
        margin-top: 12px; }
      .mr-xs-12 {
        margin-right: 12px; }
        [dir="rtl"] .mr-xs-12 {
          margin-right: 0;
          margin-left: 12px; }
      .mb-xs-12 {
        margin-bottom: 12px; }
      .ml-xs-12 {
        margin-left: 12px; }
        [dir="rtl"] .ml-xs-12 {
          margin-left: 0;
          margin-right: 12px; }
      .m-lr-xs-12 {
        margin-left: 12px;
        margin-right: 12px; }
      .m-tb-xs-12 {
        margin-top: 12px;
        margin-bottom: 12px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-15 {
        margin: 15px; }
      .mt-xs-15 {
        margin-top: 15px; }
      .mr-xs-15 {
        margin-right: 15px; }
        [dir="rtl"] .mr-xs-15 {
          margin-right: 0;
          margin-left: 15px; }
      .mb-xs-15 {
        margin-bottom: 15px; }
      .ml-xs-15 {
        margin-left: 15px; }
        [dir="rtl"] .ml-xs-15 {
          margin-left: 0;
          margin-right: 15px; }
      .m-lr-xs-15 {
        margin-left: 15px;
        margin-right: 15px; }
      .m-tb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-16 {
        margin: 16px; }
      .mt-xs-16 {
        margin-top: 16px; }
      .mr-xs-16 {
        margin-right: 16px; }
        [dir="rtl"] .mr-xs-16 {
          margin-right: 0;
          margin-left: 16px; }
      .mb-xs-16 {
        margin-bottom: 16px; }
      .ml-xs-16 {
        margin-left: 16px; }
        [dir="rtl"] .ml-xs-16 {
          margin-left: 0;
          margin-right: 16px; }
      .m-lr-xs-16 {
        margin-left: 16px;
        margin-right: 16px; }
      .m-tb-xs-16 {
        margin-top: 16px;
        margin-bottom: 16px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-18 {
        margin: 18px; }
      .mt-xs-18 {
        margin-top: 18px; }
      .mr-xs-18 {
        margin-right: 18px; }
        [dir="rtl"] .mr-xs-18 {
          margin-right: 0;
          margin-left: 18px; }
      .mb-xs-18 {
        margin-bottom: 18px; }
      .ml-xs-18 {
        margin-left: 18px; }
        [dir="rtl"] .ml-xs-18 {
          margin-left: 0;
          margin-right: 18px; }
      .m-lr-xs-18 {
        margin-left: 18px;
        margin-right: 18px; }
      .m-tb-xs-18 {
        margin-top: 18px;
        margin-bottom: 18px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-20 {
        margin: 20px; }
      .mt-xs-20 {
        margin-top: 20px; }
      .mr-xs-20 {
        margin-right: 20px; }
        [dir="rtl"] .mr-xs-20 {
          margin-right: 0;
          margin-left: 20px; }
      .mb-xs-20 {
        margin-bottom: 20px; }
      .ml-xs-20 {
        margin-left: 20px; }
        [dir="rtl"] .ml-xs-20 {
          margin-left: 0;
          margin-right: 20px; }
      .m-lr-xs-20 {
        margin-left: 20px;
        margin-right: 20px; }
      .m-tb-xs-20 {
        margin-top: 20px;
        margin-bottom: 20px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-22 {
        margin: 22px; }
      .mt-xs-22 {
        margin-top: 22px; }
      .mr-xs-22 {
        margin-right: 22px; }
        [dir="rtl"] .mr-xs-22 {
          margin-right: 0;
          margin-left: 22px; }
      .mb-xs-22 {
        margin-bottom: 22px; }
      .ml-xs-22 {
        margin-left: 22px; }
        [dir="rtl"] .ml-xs-22 {
          margin-left: 0;
          margin-right: 22px; }
      .m-lr-xs-22 {
        margin-left: 22px;
        margin-right: 22px; }
      .m-tb-xs-22 {
        margin-top: 22px;
        margin-bottom: 22px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-25 {
        margin: 25px; }
      .mt-xs-25 {
        margin-top: 25px; }
      .mr-xs-25 {
        margin-right: 25px; }
        [dir="rtl"] .mr-xs-25 {
          margin-right: 0;
          margin-left: 25px; }
      .mb-xs-25 {
        margin-bottom: 25px; }
      .ml-xs-25 {
        margin-left: 25px; }
        [dir="rtl"] .ml-xs-25 {
          margin-left: 0;
          margin-right: 25px; }
      .m-lr-xs-25 {
        margin-left: 25px;
        margin-right: 25px; }
      .m-tb-xs-25 {
        margin-top: 25px;
        margin-bottom: 25px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-27 {
        margin: 27px; }
      .mt-xs-27 {
        margin-top: 27px; }
      .mr-xs-27 {
        margin-right: 27px; }
        [dir="rtl"] .mr-xs-27 {
          margin-right: 0;
          margin-left: 27px; }
      .mb-xs-27 {
        margin-bottom: 27px; }
      .ml-xs-27 {
        margin-left: 27px; }
        [dir="rtl"] .ml-xs-27 {
          margin-left: 0;
          margin-right: 27px; }
      .m-lr-xs-27 {
        margin-left: 27px;
        margin-right: 27px; }
      .m-tb-xs-27 {
        margin-top: 27px;
        margin-bottom: 27px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-30 {
        margin: 30px; }
      .mt-xs-30 {
        margin-top: 30px; }
      .mr-xs-30 {
        margin-right: 30px; }
        [dir="rtl"] .mr-xs-30 {
          margin-right: 0;
          margin-left: 30px; }
      .mb-xs-30 {
        margin-bottom: 30px; }
      .ml-xs-30 {
        margin-left: 30px; }
        [dir="rtl"] .ml-xs-30 {
          margin-left: 0;
          margin-right: 30px; }
      .m-lr-xs-30 {
        margin-left: 30px;
        margin-right: 30px; }
      .m-tb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-32 {
        margin: 32px; }
      .mt-xs-32 {
        margin-top: 32px; }
      .mr-xs-32 {
        margin-right: 32px; }
        [dir="rtl"] .mr-xs-32 {
          margin-right: 0;
          margin-left: 32px; }
      .mb-xs-32 {
        margin-bottom: 32px; }
      .ml-xs-32 {
        margin-left: 32px; }
        [dir="rtl"] .ml-xs-32 {
          margin-left: 0;
          margin-right: 32px; }
      .m-lr-xs-32 {
        margin-left: 32px;
        margin-right: 32px; }
      .m-tb-xs-32 {
        margin-top: 32px;
        margin-bottom: 32px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-35 {
        margin: 35px; }
      .mt-xs-35 {
        margin-top: 35px; }
      .mr-xs-35 {
        margin-right: 35px; }
        [dir="rtl"] .mr-xs-35 {
          margin-right: 0;
          margin-left: 35px; }
      .mb-xs-35 {
        margin-bottom: 35px; }
      .ml-xs-35 {
        margin-left: 35px; }
        [dir="rtl"] .ml-xs-35 {
          margin-left: 0;
          margin-right: 35px; }
      .m-lr-xs-35 {
        margin-left: 35px;
        margin-right: 35px; }
      .m-tb-xs-35 {
        margin-top: 35px;
        margin-bottom: 35px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-38 {
        margin: 38px; }
      .mt-xs-38 {
        margin-top: 38px; }
      .mr-xs-38 {
        margin-right: 38px; }
        [dir="rtl"] .mr-xs-38 {
          margin-right: 0;
          margin-left: 38px; }
      .mb-xs-38 {
        margin-bottom: 38px; }
      .ml-xs-38 {
        margin-left: 38px; }
        [dir="rtl"] .ml-xs-38 {
          margin-left: 0;
          margin-right: 38px; }
      .m-lr-xs-38 {
        margin-left: 38px;
        margin-right: 38px; }
      .m-tb-xs-38 {
        margin-top: 38px;
        margin-bottom: 38px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-40 {
        margin: 40px; }
      .mt-xs-40 {
        margin-top: 40px; }
      .mr-xs-40 {
        margin-right: 40px; }
        [dir="rtl"] .mr-xs-40 {
          margin-right: 0;
          margin-left: 40px; }
      .mb-xs-40 {
        margin-bottom: 40px; }
      .ml-xs-40 {
        margin-left: 40px; }
        [dir="rtl"] .ml-xs-40 {
          margin-left: 0;
          margin-right: 40px; }
      .m-lr-xs-40 {
        margin-left: 40px;
        margin-right: 40px; }
      .m-tb-xs-40 {
        margin-top: 40px;
        margin-bottom: 40px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-45 {
        margin: 45px; }
      .mt-xs-45 {
        margin-top: 45px; }
      .mr-xs-45 {
        margin-right: 45px; }
        [dir="rtl"] .mr-xs-45 {
          margin-right: 0;
          margin-left: 45px; }
      .mb-xs-45 {
        margin-bottom: 45px; }
      .ml-xs-45 {
        margin-left: 45px; }
        [dir="rtl"] .ml-xs-45 {
          margin-left: 0;
          margin-right: 45px; }
      .m-lr-xs-45 {
        margin-left: 45px;
        margin-right: 45px; }
      .m-tb-xs-45 {
        margin-top: 45px;
        margin-bottom: 45px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-50 {
        margin: 50px; }
      .mt-xs-50 {
        margin-top: 50px; }
      .mr-xs-50 {
        margin-right: 50px; }
        [dir="rtl"] .mr-xs-50 {
          margin-right: 0;
          margin-left: 50px; }
      .mb-xs-50 {
        margin-bottom: 50px; }
      .ml-xs-50 {
        margin-left: 50px; }
        [dir="rtl"] .ml-xs-50 {
          margin-left: 0;
          margin-right: 50px; }
      .m-lr-xs-50 {
        margin-left: 50px;
        margin-right: 50px; }
      .m-tb-xs-50 {
        margin-top: 50px;
        margin-bottom: 50px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-55 {
        margin: 55px; }
      .mt-xs-55 {
        margin-top: 55px; }
      .mr-xs-55 {
        margin-right: 55px; }
        [dir="rtl"] .mr-xs-55 {
          margin-right: 0;
          margin-left: 55px; }
      .mb-xs-55 {
        margin-bottom: 55px; }
      .ml-xs-55 {
        margin-left: 55px; }
        [dir="rtl"] .ml-xs-55 {
          margin-left: 0;
          margin-right: 55px; }
      .m-lr-xs-55 {
        margin-left: 55px;
        margin-right: 55px; }
      .m-tb-xs-55 {
        margin-top: 55px;
        margin-bottom: 55px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-60 {
        margin: 60px; }
      .mt-xs-60 {
        margin-top: 60px; }
      .mr-xs-60 {
        margin-right: 60px; }
        [dir="rtl"] .mr-xs-60 {
          margin-right: 0;
          margin-left: 60px; }
      .mb-xs-60 {
        margin-bottom: 60px; }
      .ml-xs-60 {
        margin-left: 60px; }
        [dir="rtl"] .ml-xs-60 {
          margin-left: 0;
          margin-right: 60px; }
      .m-lr-xs-60 {
        margin-left: 60px;
        margin-right: 60px; }
      .m-tb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-65 {
        margin: 65px; }
      .mt-xs-65 {
        margin-top: 65px; }
      .mr-xs-65 {
        margin-right: 65px; }
        [dir="rtl"] .mr-xs-65 {
          margin-right: 0;
          margin-left: 65px; }
      .mb-xs-65 {
        margin-bottom: 65px; }
      .ml-xs-65 {
        margin-left: 65px; }
        [dir="rtl"] .ml-xs-65 {
          margin-left: 0;
          margin-right: 65px; }
      .m-lr-xs-65 {
        margin-left: 65px;
        margin-right: 65px; }
      .m-tb-xs-65 {
        margin-top: 65px;
        margin-bottom: 65px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-70 {
        margin: 70px; }
      .mt-xs-70 {
        margin-top: 70px; }
      .mr-xs-70 {
        margin-right: 70px; }
        [dir="rtl"] .mr-xs-70 {
          margin-right: 0;
          margin-left: 70px; }
      .mb-xs-70 {
        margin-bottom: 70px; }
      .ml-xs-70 {
        margin-left: 70px; }
        [dir="rtl"] .ml-xs-70 {
          margin-left: 0;
          margin-right: 70px; }
      .m-lr-xs-70 {
        margin-left: 70px;
        margin-right: 70px; }
      .m-tb-xs-70 {
        margin-top: 70px;
        margin-bottom: 70px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-75 {
        margin: 75px; }
      .mt-xs-75 {
        margin-top: 75px; }
      .mr-xs-75 {
        margin-right: 75px; }
        [dir="rtl"] .mr-xs-75 {
          margin-right: 0;
          margin-left: 75px; }
      .mb-xs-75 {
        margin-bottom: 75px; }
      .ml-xs-75 {
        margin-left: 75px; }
        [dir="rtl"] .ml-xs-75 {
          margin-left: 0;
          margin-right: 75px; }
      .m-lr-xs-75 {
        margin-left: 75px;
        margin-right: 75px; }
      .m-tb-xs-75 {
        margin-top: 75px;
        margin-bottom: 75px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-80 {
        margin: 80px; }
      .mt-xs-80 {
        margin-top: 80px; }
      .mr-xs-80 {
        margin-right: 80px; }
        [dir="rtl"] .mr-xs-80 {
          margin-right: 0;
          margin-left: 80px; }
      .mb-xs-80 {
        margin-bottom: 80px; }
      .ml-xs-80 {
        margin-left: 80px; }
        [dir="rtl"] .ml-xs-80 {
          margin-left: 0;
          margin-right: 80px; }
      .m-lr-xs-80 {
        margin-left: 80px;
        margin-right: 80px; }
      .m-tb-xs-80 {
        margin-top: 80px;
        margin-bottom: 80px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-85 {
        margin: 85px; }
      .mt-xs-85 {
        margin-top: 85px; }
      .mr-xs-85 {
        margin-right: 85px; }
        [dir="rtl"] .mr-xs-85 {
          margin-right: 0;
          margin-left: 85px; }
      .mb-xs-85 {
        margin-bottom: 85px; }
      .ml-xs-85 {
        margin-left: 85px; }
        [dir="rtl"] .ml-xs-85 {
          margin-left: 0;
          margin-right: 85px; }
      .m-lr-xs-85 {
        margin-left: 85px;
        margin-right: 85px; }
      .m-tb-xs-85 {
        margin-top: 85px;
        margin-bottom: 85px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-90 {
        margin: 90px; }
      .mt-xs-90 {
        margin-top: 90px; }
      .mr-xs-90 {
        margin-right: 90px; }
        [dir="rtl"] .mr-xs-90 {
          margin-right: 0;
          margin-left: 90px; }
      .mb-xs-90 {
        margin-bottom: 90px; }
      .ml-xs-90 {
        margin-left: 90px; }
        [dir="rtl"] .ml-xs-90 {
          margin-left: 0;
          margin-right: 90px; }
      .m-lr-xs-90 {
        margin-left: 90px;
        margin-right: 90px; }
      .m-tb-xs-90 {
        margin-top: 90px;
        margin-bottom: 90px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-95 {
        margin: 95px; }
      .mt-xs-95 {
        margin-top: 95px; }
      .mr-xs-95 {
        margin-right: 95px; }
        [dir="rtl"] .mr-xs-95 {
          margin-right: 0;
          margin-left: 95px; }
      .mb-xs-95 {
        margin-bottom: 95px; }
      .ml-xs-95 {
        margin-left: 95px; }
        [dir="rtl"] .ml-xs-95 {
          margin-left: 0;
          margin-right: 95px; }
      .m-lr-xs-95 {
        margin-left: 95px;
        margin-right: 95px; }
      .m-tb-xs-95 {
        margin-top: 95px;
        margin-bottom: 95px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-100 {
        margin: 100px; }
      .mt-xs-100 {
        margin-top: 100px; }
      .mr-xs-100 {
        margin-right: 100px; }
        [dir="rtl"] .mr-xs-100 {
          margin-right: 0;
          margin-left: 100px; }
      .mb-xs-100 {
        margin-bottom: 100px; }
      .ml-xs-100 {
        margin-left: 100px; }
        [dir="rtl"] .ml-xs-100 {
          margin-left: 0;
          margin-right: 100px; }
      .m-lr-xs-100 {
        margin-left: 100px;
        margin-right: 100px; }
      .m-tb-xs-100 {
        margin-top: 100px;
        margin-bottom: 100px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-105 {
        margin: 105px; }
      .mt-xs-105 {
        margin-top: 105px; }
      .mr-xs-105 {
        margin-right: 105px; }
        [dir="rtl"] .mr-xs-105 {
          margin-right: 0;
          margin-left: 105px; }
      .mb-xs-105 {
        margin-bottom: 105px; }
      .ml-xs-105 {
        margin-left: 105px; }
        [dir="rtl"] .ml-xs-105 {
          margin-left: 0;
          margin-right: 105px; }
      .m-lr-xs-105 {
        margin-left: 105px;
        margin-right: 105px; }
      .m-tb-xs-105 {
        margin-top: 105px;
        margin-bottom: 105px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-110 {
        margin: 110px; }
      .mt-xs-110 {
        margin-top: 110px; }
      .mr-xs-110 {
        margin-right: 110px; }
        [dir="rtl"] .mr-xs-110 {
          margin-right: 0;
          margin-left: 110px; }
      .mb-xs-110 {
        margin-bottom: 110px; }
      .ml-xs-110 {
        margin-left: 110px; }
        [dir="rtl"] .ml-xs-110 {
          margin-left: 0;
          margin-right: 110px; }
      .m-lr-xs-110 {
        margin-left: 110px;
        margin-right: 110px; }
      .m-tb-xs-110 {
        margin-top: 110px;
        margin-bottom: 110px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-115 {
        margin: 115px; }
      .mt-xs-115 {
        margin-top: 115px; }
      .mr-xs-115 {
        margin-right: 115px; }
        [dir="rtl"] .mr-xs-115 {
          margin-right: 0;
          margin-left: 115px; }
      .mb-xs-115 {
        margin-bottom: 115px; }
      .ml-xs-115 {
        margin-left: 115px; }
        [dir="rtl"] .ml-xs-115 {
          margin-left: 0;
          margin-right: 115px; }
      .m-lr-xs-115 {
        margin-left: 115px;
        margin-right: 115px; }
      .m-tb-xs-115 {
        margin-top: 115px;
        margin-bottom: 115px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-120 {
        margin: 120px; }
      .mt-xs-120 {
        margin-top: 120px; }
      .mr-xs-120 {
        margin-right: 120px; }
        [dir="rtl"] .mr-xs-120 {
          margin-right: 0;
          margin-left: 120px; }
      .mb-xs-120 {
        margin-bottom: 120px; }
      .ml-xs-120 {
        margin-left: 120px; }
        [dir="rtl"] .ml-xs-120 {
          margin-left: 0;
          margin-right: 120px; }
      .m-lr-xs-120 {
        margin-left: 120px;
        margin-right: 120px; }
      .m-tb-xs-120 {
        margin-top: 120px;
        margin-bottom: 120px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-125 {
        margin: 125px; }
      .mt-xs-125 {
        margin-top: 125px; }
      .mr-xs-125 {
        margin-right: 125px; }
        [dir="rtl"] .mr-xs-125 {
          margin-right: 0;
          margin-left: 125px; }
      .mb-xs-125 {
        margin-bottom: 125px; }
      .ml-xs-125 {
        margin-left: 125px; }
        [dir="rtl"] .ml-xs-125 {
          margin-left: 0;
          margin-right: 125px; }
      .m-lr-xs-125 {
        margin-left: 125px;
        margin-right: 125px; }
      .m-tb-xs-125 {
        margin-top: 125px;
        margin-bottom: 125px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-130 {
        margin: 130px; }
      .mt-xs-130 {
        margin-top: 130px; }
      .mr-xs-130 {
        margin-right: 130px; }
        [dir="rtl"] .mr-xs-130 {
          margin-right: 0;
          margin-left: 130px; }
      .mb-xs-130 {
        margin-bottom: 130px; }
      .ml-xs-130 {
        margin-left: 130px; }
        [dir="rtl"] .ml-xs-130 {
          margin-left: 0;
          margin-right: 130px; }
      .m-lr-xs-130 {
        margin-left: 130px;
        margin-right: 130px; }
      .m-tb-xs-130 {
        margin-top: 130px;
        margin-bottom: 130px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-140 {
        margin: 140px; }
      .mt-xs-140 {
        margin-top: 140px; }
      .mr-xs-140 {
        margin-right: 140px; }
        [dir="rtl"] .mr-xs-140 {
          margin-right: 0;
          margin-left: 140px; }
      .mb-xs-140 {
        margin-bottom: 140px; }
      .ml-xs-140 {
        margin-left: 140px; }
        [dir="rtl"] .ml-xs-140 {
          margin-left: 0;
          margin-right: 140px; }
      .m-lr-xs-140 {
        margin-left: 140px;
        margin-right: 140px; }
      .m-tb-xs-140 {
        margin-top: 140px;
        margin-bottom: 140px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-148 {
        margin: 148px; }
      .mt-xs-148 {
        margin-top: 148px; }
      .mr-xs-148 {
        margin-right: 148px; }
        [dir="rtl"] .mr-xs-148 {
          margin-right: 0;
          margin-left: 148px; }
      .mb-xs-148 {
        margin-bottom: 148px; }
      .ml-xs-148 {
        margin-left: 148px; }
        [dir="rtl"] .ml-xs-148 {
          margin-left: 0;
          margin-right: 148px; }
      .m-lr-xs-148 {
        margin-left: 148px;
        margin-right: 148px; }
      .m-tb-xs-148 {
        margin-top: 148px;
        margin-bottom: 148px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-150 {
        margin: 150px; }
      .mt-xs-150 {
        margin-top: 150px; }
      .mr-xs-150 {
        margin-right: 150px; }
        [dir="rtl"] .mr-xs-150 {
          margin-right: 0;
          margin-left: 150px; }
      .mb-xs-150 {
        margin-bottom: 150px; }
      .ml-xs-150 {
        margin-left: 150px; }
        [dir="rtl"] .ml-xs-150 {
          margin-left: 0;
          margin-right: 150px; }
      .m-lr-xs-150 {
        margin-left: 150px;
        margin-right: 150px; }
      .m-tb-xs-150 {
        margin-top: 150px;
        margin-bottom: 150px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xs-200 {
        margin: 200px; }
      .mt-xs-200 {
        margin-top: 200px; }
      .mr-xs-200 {
        margin-right: 200px; }
        [dir="rtl"] .mr-xs-200 {
          margin-right: 0;
          margin-left: 200px; }
      .mb-xs-200 {
        margin-bottom: 200px; }
      .ml-xs-200 {
        margin-left: 200px; }
        [dir="rtl"] .ml-xs-200 {
          margin-left: 0;
          margin-right: 200px; }
      .m-lr-xs-200 {
        margin-left: 200px;
        margin-right: 200px; }
      .m-tb-xs-200 {
        margin-top: 200px;
        margin-bottom: 200px; }
      .m-lr-xs-auto {
        margin-left: auto;
        margin-right: auto; }
      .p-xs-0 {
        padding: 0; }
      .pt-xs-0 {
        padding-top: 0; }
      .pr-xs-0 {
        padding-right: 0; }
        [dir="rtl"] .pr-xs-0 {
          padding-right: 0;
          padding-left: 0; }
      .pb-xs-0 {
        padding-bottom: 0; }
      .pl-xs-0 {
        padding-left: 0; }
        [dir="rtl"] .pl-xs-0 {
          padding-left: 0;
          padding-right: 0; }
      .p-lr-xs-0 {
        padding-left: 0;
        padding-right: 0; }
      .p-tb-xs-0 {
        padding-top: 0;
        padding-bottom: 0; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-5 {
        padding: 5px; }
      .pt-xs-5 {
        padding-top: 5px; }
      .pr-xs-5 {
        padding-right: 5px; }
        [dir="rtl"] .pr-xs-5 {
          padding-right: 0;
          padding-left: 5px; }
      .pb-xs-5 {
        padding-bottom: 5px; }
      .pl-xs-5 {
        padding-left: 5px; }
        [dir="rtl"] .pl-xs-5 {
          padding-left: 0;
          padding-right: 5px; }
      .p-lr-xs-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .p-tb-xs-5 {
        padding-top: 5px;
        padding-bottom: 5px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-8 {
        padding: 8px; }
      .pt-xs-8 {
        padding-top: 8px; }
      .pr-xs-8 {
        padding-right: 8px; }
        [dir="rtl"] .pr-xs-8 {
          padding-right: 0;
          padding-left: 8px; }
      .pb-xs-8 {
        padding-bottom: 8px; }
      .pl-xs-8 {
        padding-left: 8px; }
        [dir="rtl"] .pl-xs-8 {
          padding-left: 0;
          padding-right: 8px; }
      .p-lr-xs-8 {
        padding-left: 8px;
        padding-right: 8px; }
      .p-tb-xs-8 {
        padding-top: 8px;
        padding-bottom: 8px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-10 {
        padding: 10px; }
      .pt-xs-10 {
        padding-top: 10px; }
      .pr-xs-10 {
        padding-right: 10px; }
        [dir="rtl"] .pr-xs-10 {
          padding-right: 0;
          padding-left: 10px; }
      .pb-xs-10 {
        padding-bottom: 10px; }
      .pl-xs-10 {
        padding-left: 10px; }
        [dir="rtl"] .pl-xs-10 {
          padding-left: 0;
          padding-right: 10px; }
      .p-lr-xs-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .p-tb-xs-10 {
        padding-top: 10px;
        padding-bottom: 10px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-12 {
        padding: 12px; }
      .pt-xs-12 {
        padding-top: 12px; }
      .pr-xs-12 {
        padding-right: 12px; }
        [dir="rtl"] .pr-xs-12 {
          padding-right: 0;
          padding-left: 12px; }
      .pb-xs-12 {
        padding-bottom: 12px; }
      .pl-xs-12 {
        padding-left: 12px; }
        [dir="rtl"] .pl-xs-12 {
          padding-left: 0;
          padding-right: 12px; }
      .p-lr-xs-12 {
        padding-left: 12px;
        padding-right: 12px; }
      .p-tb-xs-12 {
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-15 {
        padding: 15px; }
      .pt-xs-15 {
        padding-top: 15px; }
      .pr-xs-15 {
        padding-right: 15px; }
        [dir="rtl"] .pr-xs-15 {
          padding-right: 0;
          padding-left: 15px; }
      .pb-xs-15 {
        padding-bottom: 15px; }
      .pl-xs-15 {
        padding-left: 15px; }
        [dir="rtl"] .pl-xs-15 {
          padding-left: 0;
          padding-right: 15px; }
      .p-lr-xs-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .p-tb-xs-15 {
        padding-top: 15px;
        padding-bottom: 15px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-16 {
        padding: 16px; }
      .pt-xs-16 {
        padding-top: 16px; }
      .pr-xs-16 {
        padding-right: 16px; }
        [dir="rtl"] .pr-xs-16 {
          padding-right: 0;
          padding-left: 16px; }
      .pb-xs-16 {
        padding-bottom: 16px; }
      .pl-xs-16 {
        padding-left: 16px; }
        [dir="rtl"] .pl-xs-16 {
          padding-left: 0;
          padding-right: 16px; }
      .p-lr-xs-16 {
        padding-left: 16px;
        padding-right: 16px; }
      .p-tb-xs-16 {
        padding-top: 16px;
        padding-bottom: 16px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-18 {
        padding: 18px; }
      .pt-xs-18 {
        padding-top: 18px; }
      .pr-xs-18 {
        padding-right: 18px; }
        [dir="rtl"] .pr-xs-18 {
          padding-right: 0;
          padding-left: 18px; }
      .pb-xs-18 {
        padding-bottom: 18px; }
      .pl-xs-18 {
        padding-left: 18px; }
        [dir="rtl"] .pl-xs-18 {
          padding-left: 0;
          padding-right: 18px; }
      .p-lr-xs-18 {
        padding-left: 18px;
        padding-right: 18px; }
      .p-tb-xs-18 {
        padding-top: 18px;
        padding-bottom: 18px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-20 {
        padding: 20px; }
      .pt-xs-20 {
        padding-top: 20px; }
      .pr-xs-20 {
        padding-right: 20px; }
        [dir="rtl"] .pr-xs-20 {
          padding-right: 0;
          padding-left: 20px; }
      .pb-xs-20 {
        padding-bottom: 20px; }
      .pl-xs-20 {
        padding-left: 20px; }
        [dir="rtl"] .pl-xs-20 {
          padding-left: 0;
          padding-right: 20px; }
      .p-lr-xs-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .p-tb-xs-20 {
        padding-top: 20px;
        padding-bottom: 20px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-22 {
        padding: 22px; }
      .pt-xs-22 {
        padding-top: 22px; }
      .pr-xs-22 {
        padding-right: 22px; }
        [dir="rtl"] .pr-xs-22 {
          padding-right: 0;
          padding-left: 22px; }
      .pb-xs-22 {
        padding-bottom: 22px; }
      .pl-xs-22 {
        padding-left: 22px; }
        [dir="rtl"] .pl-xs-22 {
          padding-left: 0;
          padding-right: 22px; }
      .p-lr-xs-22 {
        padding-left: 22px;
        padding-right: 22px; }
      .p-tb-xs-22 {
        padding-top: 22px;
        padding-bottom: 22px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-25 {
        padding: 25px; }
      .pt-xs-25 {
        padding-top: 25px; }
      .pr-xs-25 {
        padding-right: 25px; }
        [dir="rtl"] .pr-xs-25 {
          padding-right: 0;
          padding-left: 25px; }
      .pb-xs-25 {
        padding-bottom: 25px; }
      .pl-xs-25 {
        padding-left: 25px; }
        [dir="rtl"] .pl-xs-25 {
          padding-left: 0;
          padding-right: 25px; }
      .p-lr-xs-25 {
        padding-left: 25px;
        padding-right: 25px; }
      .p-tb-xs-25 {
        padding-top: 25px;
        padding-bottom: 25px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-27 {
        padding: 27px; }
      .pt-xs-27 {
        padding-top: 27px; }
      .pr-xs-27 {
        padding-right: 27px; }
        [dir="rtl"] .pr-xs-27 {
          padding-right: 0;
          padding-left: 27px; }
      .pb-xs-27 {
        padding-bottom: 27px; }
      .pl-xs-27 {
        padding-left: 27px; }
        [dir="rtl"] .pl-xs-27 {
          padding-left: 0;
          padding-right: 27px; }
      .p-lr-xs-27 {
        padding-left: 27px;
        padding-right: 27px; }
      .p-tb-xs-27 {
        padding-top: 27px;
        padding-bottom: 27px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-30 {
        padding: 30px; }
      .pt-xs-30 {
        padding-top: 30px; }
      .pr-xs-30 {
        padding-right: 30px; }
        [dir="rtl"] .pr-xs-30 {
          padding-right: 0;
          padding-left: 30px; }
      .pb-xs-30 {
        padding-bottom: 30px; }
      .pl-xs-30 {
        padding-left: 30px; }
        [dir="rtl"] .pl-xs-30 {
          padding-left: 0;
          padding-right: 30px; }
      .p-lr-xs-30 {
        padding-left: 30px;
        padding-right: 30px; }
      .p-tb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-32 {
        padding: 32px; }
      .pt-xs-32 {
        padding-top: 32px; }
      .pr-xs-32 {
        padding-right: 32px; }
        [dir="rtl"] .pr-xs-32 {
          padding-right: 0;
          padding-left: 32px; }
      .pb-xs-32 {
        padding-bottom: 32px; }
      .pl-xs-32 {
        padding-left: 32px; }
        [dir="rtl"] .pl-xs-32 {
          padding-left: 0;
          padding-right: 32px; }
      .p-lr-xs-32 {
        padding-left: 32px;
        padding-right: 32px; }
      .p-tb-xs-32 {
        padding-top: 32px;
        padding-bottom: 32px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-35 {
        padding: 35px; }
      .pt-xs-35 {
        padding-top: 35px; }
      .pr-xs-35 {
        padding-right: 35px; }
        [dir="rtl"] .pr-xs-35 {
          padding-right: 0;
          padding-left: 35px; }
      .pb-xs-35 {
        padding-bottom: 35px; }
      .pl-xs-35 {
        padding-left: 35px; }
        [dir="rtl"] .pl-xs-35 {
          padding-left: 0;
          padding-right: 35px; }
      .p-lr-xs-35 {
        padding-left: 35px;
        padding-right: 35px; }
      .p-tb-xs-35 {
        padding-top: 35px;
        padding-bottom: 35px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-38 {
        padding: 38px; }
      .pt-xs-38 {
        padding-top: 38px; }
      .pr-xs-38 {
        padding-right: 38px; }
        [dir="rtl"] .pr-xs-38 {
          padding-right: 0;
          padding-left: 38px; }
      .pb-xs-38 {
        padding-bottom: 38px; }
      .pl-xs-38 {
        padding-left: 38px; }
        [dir="rtl"] .pl-xs-38 {
          padding-left: 0;
          padding-right: 38px; }
      .p-lr-xs-38 {
        padding-left: 38px;
        padding-right: 38px; }
      .p-tb-xs-38 {
        padding-top: 38px;
        padding-bottom: 38px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-40 {
        padding: 40px; }
      .pt-xs-40 {
        padding-top: 40px; }
      .pr-xs-40 {
        padding-right: 40px; }
        [dir="rtl"] .pr-xs-40 {
          padding-right: 0;
          padding-left: 40px; }
      .pb-xs-40 {
        padding-bottom: 40px; }
      .pl-xs-40 {
        padding-left: 40px; }
        [dir="rtl"] .pl-xs-40 {
          padding-left: 0;
          padding-right: 40px; }
      .p-lr-xs-40 {
        padding-left: 40px;
        padding-right: 40px; }
      .p-tb-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-45 {
        padding: 45px; }
      .pt-xs-45 {
        padding-top: 45px; }
      .pr-xs-45 {
        padding-right: 45px; }
        [dir="rtl"] .pr-xs-45 {
          padding-right: 0;
          padding-left: 45px; }
      .pb-xs-45 {
        padding-bottom: 45px; }
      .pl-xs-45 {
        padding-left: 45px; }
        [dir="rtl"] .pl-xs-45 {
          padding-left: 0;
          padding-right: 45px; }
      .p-lr-xs-45 {
        padding-left: 45px;
        padding-right: 45px; }
      .p-tb-xs-45 {
        padding-top: 45px;
        padding-bottom: 45px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-50 {
        padding: 50px; }
      .pt-xs-50 {
        padding-top: 50px; }
      .pr-xs-50 {
        padding-right: 50px; }
        [dir="rtl"] .pr-xs-50 {
          padding-right: 0;
          padding-left: 50px; }
      .pb-xs-50 {
        padding-bottom: 50px; }
      .pl-xs-50 {
        padding-left: 50px; }
        [dir="rtl"] .pl-xs-50 {
          padding-left: 0;
          padding-right: 50px; }
      .p-lr-xs-50 {
        padding-left: 50px;
        padding-right: 50px; }
      .p-tb-xs-50 {
        padding-top: 50px;
        padding-bottom: 50px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-55 {
        padding: 55px; }
      .pt-xs-55 {
        padding-top: 55px; }
      .pr-xs-55 {
        padding-right: 55px; }
        [dir="rtl"] .pr-xs-55 {
          padding-right: 0;
          padding-left: 55px; }
      .pb-xs-55 {
        padding-bottom: 55px; }
      .pl-xs-55 {
        padding-left: 55px; }
        [dir="rtl"] .pl-xs-55 {
          padding-left: 0;
          padding-right: 55px; }
      .p-lr-xs-55 {
        padding-left: 55px;
        padding-right: 55px; }
      .p-tb-xs-55 {
        padding-top: 55px;
        padding-bottom: 55px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-60 {
        padding: 60px; }
      .pt-xs-60 {
        padding-top: 60px; }
      .pr-xs-60 {
        padding-right: 60px; }
        [dir="rtl"] .pr-xs-60 {
          padding-right: 0;
          padding-left: 60px; }
      .pb-xs-60 {
        padding-bottom: 60px; }
      .pl-xs-60 {
        padding-left: 60px; }
        [dir="rtl"] .pl-xs-60 {
          padding-left: 0;
          padding-right: 60px; }
      .p-lr-xs-60 {
        padding-left: 60px;
        padding-right: 60px; }
      .p-tb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-65 {
        padding: 65px; }
      .pt-xs-65 {
        padding-top: 65px; }
      .pr-xs-65 {
        padding-right: 65px; }
        [dir="rtl"] .pr-xs-65 {
          padding-right: 0;
          padding-left: 65px; }
      .pb-xs-65 {
        padding-bottom: 65px; }
      .pl-xs-65 {
        padding-left: 65px; }
        [dir="rtl"] .pl-xs-65 {
          padding-left: 0;
          padding-right: 65px; }
      .p-lr-xs-65 {
        padding-left: 65px;
        padding-right: 65px; }
      .p-tb-xs-65 {
        padding-top: 65px;
        padding-bottom: 65px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-70 {
        padding: 70px; }
      .pt-xs-70 {
        padding-top: 70px; }
      .pr-xs-70 {
        padding-right: 70px; }
        [dir="rtl"] .pr-xs-70 {
          padding-right: 0;
          padding-left: 70px; }
      .pb-xs-70 {
        padding-bottom: 70px; }
      .pl-xs-70 {
        padding-left: 70px; }
        [dir="rtl"] .pl-xs-70 {
          padding-left: 0;
          padding-right: 70px; }
      .p-lr-xs-70 {
        padding-left: 70px;
        padding-right: 70px; }
      .p-tb-xs-70 {
        padding-top: 70px;
        padding-bottom: 70px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-75 {
        padding: 75px; }
      .pt-xs-75 {
        padding-top: 75px; }
      .pr-xs-75 {
        padding-right: 75px; }
        [dir="rtl"] .pr-xs-75 {
          padding-right: 0;
          padding-left: 75px; }
      .pb-xs-75 {
        padding-bottom: 75px; }
      .pl-xs-75 {
        padding-left: 75px; }
        [dir="rtl"] .pl-xs-75 {
          padding-left: 0;
          padding-right: 75px; }
      .p-lr-xs-75 {
        padding-left: 75px;
        padding-right: 75px; }
      .p-tb-xs-75 {
        padding-top: 75px;
        padding-bottom: 75px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-80 {
        padding: 80px; }
      .pt-xs-80 {
        padding-top: 80px; }
      .pr-xs-80 {
        padding-right: 80px; }
        [dir="rtl"] .pr-xs-80 {
          padding-right: 0;
          padding-left: 80px; }
      .pb-xs-80 {
        padding-bottom: 80px; }
      .pl-xs-80 {
        padding-left: 80px; }
        [dir="rtl"] .pl-xs-80 {
          padding-left: 0;
          padding-right: 80px; }
      .p-lr-xs-80 {
        padding-left: 80px;
        padding-right: 80px; }
      .p-tb-xs-80 {
        padding-top: 80px;
        padding-bottom: 80px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-85 {
        padding: 85px; }
      .pt-xs-85 {
        padding-top: 85px; }
      .pr-xs-85 {
        padding-right: 85px; }
        [dir="rtl"] .pr-xs-85 {
          padding-right: 0;
          padding-left: 85px; }
      .pb-xs-85 {
        padding-bottom: 85px; }
      .pl-xs-85 {
        padding-left: 85px; }
        [dir="rtl"] .pl-xs-85 {
          padding-left: 0;
          padding-right: 85px; }
      .p-lr-xs-85 {
        padding-left: 85px;
        padding-right: 85px; }
      .p-tb-xs-85 {
        padding-top: 85px;
        padding-bottom: 85px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-90 {
        padding: 90px; }
      .pt-xs-90 {
        padding-top: 90px; }
      .pr-xs-90 {
        padding-right: 90px; }
        [dir="rtl"] .pr-xs-90 {
          padding-right: 0;
          padding-left: 90px; }
      .pb-xs-90 {
        padding-bottom: 90px; }
      .pl-xs-90 {
        padding-left: 90px; }
        [dir="rtl"] .pl-xs-90 {
          padding-left: 0;
          padding-right: 90px; }
      .p-lr-xs-90 {
        padding-left: 90px;
        padding-right: 90px; }
      .p-tb-xs-90 {
        padding-top: 90px;
        padding-bottom: 90px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-95 {
        padding: 95px; }
      .pt-xs-95 {
        padding-top: 95px; }
      .pr-xs-95 {
        padding-right: 95px; }
        [dir="rtl"] .pr-xs-95 {
          padding-right: 0;
          padding-left: 95px; }
      .pb-xs-95 {
        padding-bottom: 95px; }
      .pl-xs-95 {
        padding-left: 95px; }
        [dir="rtl"] .pl-xs-95 {
          padding-left: 0;
          padding-right: 95px; }
      .p-lr-xs-95 {
        padding-left: 95px;
        padding-right: 95px; }
      .p-tb-xs-95 {
        padding-top: 95px;
        padding-bottom: 95px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-100 {
        padding: 100px; }
      .pt-xs-100 {
        padding-top: 100px; }
      .pr-xs-100 {
        padding-right: 100px; }
        [dir="rtl"] .pr-xs-100 {
          padding-right: 0;
          padding-left: 100px; }
      .pb-xs-100 {
        padding-bottom: 100px; }
      .pl-xs-100 {
        padding-left: 100px; }
        [dir="rtl"] .pl-xs-100 {
          padding-left: 0;
          padding-right: 100px; }
      .p-lr-xs-100 {
        padding-left: 100px;
        padding-right: 100px; }
      .p-tb-xs-100 {
        padding-top: 100px;
        padding-bottom: 100px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-105 {
        padding: 105px; }
      .pt-xs-105 {
        padding-top: 105px; }
      .pr-xs-105 {
        padding-right: 105px; }
        [dir="rtl"] .pr-xs-105 {
          padding-right: 0;
          padding-left: 105px; }
      .pb-xs-105 {
        padding-bottom: 105px; }
      .pl-xs-105 {
        padding-left: 105px; }
        [dir="rtl"] .pl-xs-105 {
          padding-left: 0;
          padding-right: 105px; }
      .p-lr-xs-105 {
        padding-left: 105px;
        padding-right: 105px; }
      .p-tb-xs-105 {
        padding-top: 105px;
        padding-bottom: 105px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-110 {
        padding: 110px; }
      .pt-xs-110 {
        padding-top: 110px; }
      .pr-xs-110 {
        padding-right: 110px; }
        [dir="rtl"] .pr-xs-110 {
          padding-right: 0;
          padding-left: 110px; }
      .pb-xs-110 {
        padding-bottom: 110px; }
      .pl-xs-110 {
        padding-left: 110px; }
        [dir="rtl"] .pl-xs-110 {
          padding-left: 0;
          padding-right: 110px; }
      .p-lr-xs-110 {
        padding-left: 110px;
        padding-right: 110px; }
      .p-tb-xs-110 {
        padding-top: 110px;
        padding-bottom: 110px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-115 {
        padding: 115px; }
      .pt-xs-115 {
        padding-top: 115px; }
      .pr-xs-115 {
        padding-right: 115px; }
        [dir="rtl"] .pr-xs-115 {
          padding-right: 0;
          padding-left: 115px; }
      .pb-xs-115 {
        padding-bottom: 115px; }
      .pl-xs-115 {
        padding-left: 115px; }
        [dir="rtl"] .pl-xs-115 {
          padding-left: 0;
          padding-right: 115px; }
      .p-lr-xs-115 {
        padding-left: 115px;
        padding-right: 115px; }
      .p-tb-xs-115 {
        padding-top: 115px;
        padding-bottom: 115px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-120 {
        padding: 120px; }
      .pt-xs-120 {
        padding-top: 120px; }
      .pr-xs-120 {
        padding-right: 120px; }
        [dir="rtl"] .pr-xs-120 {
          padding-right: 0;
          padding-left: 120px; }
      .pb-xs-120 {
        padding-bottom: 120px; }
      .pl-xs-120 {
        padding-left: 120px; }
        [dir="rtl"] .pl-xs-120 {
          padding-left: 0;
          padding-right: 120px; }
      .p-lr-xs-120 {
        padding-left: 120px;
        padding-right: 120px; }
      .p-tb-xs-120 {
        padding-top: 120px;
        padding-bottom: 120px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-125 {
        padding: 125px; }
      .pt-xs-125 {
        padding-top: 125px; }
      .pr-xs-125 {
        padding-right: 125px; }
        [dir="rtl"] .pr-xs-125 {
          padding-right: 0;
          padding-left: 125px; }
      .pb-xs-125 {
        padding-bottom: 125px; }
      .pl-xs-125 {
        padding-left: 125px; }
        [dir="rtl"] .pl-xs-125 {
          padding-left: 0;
          padding-right: 125px; }
      .p-lr-xs-125 {
        padding-left: 125px;
        padding-right: 125px; }
      .p-tb-xs-125 {
        padding-top: 125px;
        padding-bottom: 125px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-130 {
        padding: 130px; }
      .pt-xs-130 {
        padding-top: 130px; }
      .pr-xs-130 {
        padding-right: 130px; }
        [dir="rtl"] .pr-xs-130 {
          padding-right: 0;
          padding-left: 130px; }
      .pb-xs-130 {
        padding-bottom: 130px; }
      .pl-xs-130 {
        padding-left: 130px; }
        [dir="rtl"] .pl-xs-130 {
          padding-left: 0;
          padding-right: 130px; }
      .p-lr-xs-130 {
        padding-left: 130px;
        padding-right: 130px; }
      .p-tb-xs-130 {
        padding-top: 130px;
        padding-bottom: 130px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-140 {
        padding: 140px; }
      .pt-xs-140 {
        padding-top: 140px; }
      .pr-xs-140 {
        padding-right: 140px; }
        [dir="rtl"] .pr-xs-140 {
          padding-right: 0;
          padding-left: 140px; }
      .pb-xs-140 {
        padding-bottom: 140px; }
      .pl-xs-140 {
        padding-left: 140px; }
        [dir="rtl"] .pl-xs-140 {
          padding-left: 0;
          padding-right: 140px; }
      .p-lr-xs-140 {
        padding-left: 140px;
        padding-right: 140px; }
      .p-tb-xs-140 {
        padding-top: 140px;
        padding-bottom: 140px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-148 {
        padding: 148px; }
      .pt-xs-148 {
        padding-top: 148px; }
      .pr-xs-148 {
        padding-right: 148px; }
        [dir="rtl"] .pr-xs-148 {
          padding-right: 0;
          padding-left: 148px; }
      .pb-xs-148 {
        padding-bottom: 148px; }
      .pl-xs-148 {
        padding-left: 148px; }
        [dir="rtl"] .pl-xs-148 {
          padding-left: 0;
          padding-right: 148px; }
      .p-lr-xs-148 {
        padding-left: 148px;
        padding-right: 148px; }
      .p-tb-xs-148 {
        padding-top: 148px;
        padding-bottom: 148px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-150 {
        padding: 150px; }
      .pt-xs-150 {
        padding-top: 150px; }
      .pr-xs-150 {
        padding-right: 150px; }
        [dir="rtl"] .pr-xs-150 {
          padding-right: 0;
          padding-left: 150px; }
      .pb-xs-150 {
        padding-bottom: 150px; }
      .pl-xs-150 {
        padding-left: 150px; }
        [dir="rtl"] .pl-xs-150 {
          padding-left: 0;
          padding-right: 150px; }
      .p-lr-xs-150 {
        padding-left: 150px;
        padding-right: 150px; }
      .p-tb-xs-150 {
        padding-top: 150px;
        padding-bottom: 150px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xs-200 {
        padding: 200px; }
      .pt-xs-200 {
        padding-top: 200px; }
      .pr-xs-200 {
        padding-right: 200px; }
        [dir="rtl"] .pr-xs-200 {
          padding-right: 0;
          padding-left: 200px; }
      .pb-xs-200 {
        padding-bottom: 200px; }
      .pl-xs-200 {
        padding-left: 200px; }
        [dir="rtl"] .pl-xs-200 {
          padding-left: 0;
          padding-right: 200px; }
      .p-lr-xs-200 {
        padding-left: 200px;
        padding-right: 200px; }
      .p-tb-xs-200 {
        padding-top: 200px;
        padding-bottom: 200px; }
      .p-lr-xs-auto {
        padding-left: auto;
        padding-right: auto; }
      .m-xs-n0 {
        margin: -0; }
      .mt-xs-n0 {
        margin-top: -0; }
      .mr-xs-n0 {
        margin-right: -0; }
        [dir="rtl"] .mr-xs-n0 {
          margin-left: -0; }
      .mb-xs-n0 {
        margin-bottom: -0; }
      .ml-xs-n0 {
        margin-left: -0; }
        [dir="rtl"] .ml-xs-n0 {
          margin-right: -0; }
      .m-xs-n5 {
        margin: -5px; }
      .mt-xs-n5 {
        margin-top: -5px; }
      .mr-xs-n5 {
        margin-right: -5px; }
        [dir="rtl"] .mr-xs-n5 {
          margin-left: -5px; }
      .mb-xs-n5 {
        margin-bottom: -5px; }
      .ml-xs-n5 {
        margin-left: -5px; }
        [dir="rtl"] .ml-xs-n5 {
          margin-right: -5px; }
      .m-xs-n8 {
        margin: -8px; }
      .mt-xs-n8 {
        margin-top: -8px; }
      .mr-xs-n8 {
        margin-right: -8px; }
        [dir="rtl"] .mr-xs-n8 {
          margin-left: -8px; }
      .mb-xs-n8 {
        margin-bottom: -8px; }
      .ml-xs-n8 {
        margin-left: -8px; }
        [dir="rtl"] .ml-xs-n8 {
          margin-right: -8px; }
      .m-xs-n10 {
        margin: -10px; }
      .mt-xs-n10 {
        margin-top: -10px; }
      .mr-xs-n10 {
        margin-right: -10px; }
        [dir="rtl"] .mr-xs-n10 {
          margin-left: -10px; }
      .mb-xs-n10 {
        margin-bottom: -10px; }
      .ml-xs-n10 {
        margin-left: -10px; }
        [dir="rtl"] .ml-xs-n10 {
          margin-right: -10px; }
      .m-xs-n12 {
        margin: -12px; }
      .mt-xs-n12 {
        margin-top: -12px; }
      .mr-xs-n12 {
        margin-right: -12px; }
        [dir="rtl"] .mr-xs-n12 {
          margin-left: -12px; }
      .mb-xs-n12 {
        margin-bottom: -12px; }
      .ml-xs-n12 {
        margin-left: -12px; }
        [dir="rtl"] .ml-xs-n12 {
          margin-right: -12px; }
      .m-xs-n15 {
        margin: -15px; }
      .mt-xs-n15 {
        margin-top: -15px; }
      .mr-xs-n15 {
        margin-right: -15px; }
        [dir="rtl"] .mr-xs-n15 {
          margin-left: -15px; }
      .mb-xs-n15 {
        margin-bottom: -15px; }
      .ml-xs-n15 {
        margin-left: -15px; }
        [dir="rtl"] .ml-xs-n15 {
          margin-right: -15px; }
      .m-xs-n16 {
        margin: -16px; }
      .mt-xs-n16 {
        margin-top: -16px; }
      .mr-xs-n16 {
        margin-right: -16px; }
        [dir="rtl"] .mr-xs-n16 {
          margin-left: -16px; }
      .mb-xs-n16 {
        margin-bottom: -16px; }
      .ml-xs-n16 {
        margin-left: -16px; }
        [dir="rtl"] .ml-xs-n16 {
          margin-right: -16px; }
      .m-xs-n18 {
        margin: -18px; }
      .mt-xs-n18 {
        margin-top: -18px; }
      .mr-xs-n18 {
        margin-right: -18px; }
        [dir="rtl"] .mr-xs-n18 {
          margin-left: -18px; }
      .mb-xs-n18 {
        margin-bottom: -18px; }
      .ml-xs-n18 {
        margin-left: -18px; }
        [dir="rtl"] .ml-xs-n18 {
          margin-right: -18px; }
      .m-xs-n20 {
        margin: -20px; }
      .mt-xs-n20 {
        margin-top: -20px; }
      .mr-xs-n20 {
        margin-right: -20px; }
        [dir="rtl"] .mr-xs-n20 {
          margin-left: -20px; }
      .mb-xs-n20 {
        margin-bottom: -20px; }
      .ml-xs-n20 {
        margin-left: -20px; }
        [dir="rtl"] .ml-xs-n20 {
          margin-right: -20px; }
      .m-xs-n22 {
        margin: -22px; }
      .mt-xs-n22 {
        margin-top: -22px; }
      .mr-xs-n22 {
        margin-right: -22px; }
        [dir="rtl"] .mr-xs-n22 {
          margin-left: -22px; }
      .mb-xs-n22 {
        margin-bottom: -22px; }
      .ml-xs-n22 {
        margin-left: -22px; }
        [dir="rtl"] .ml-xs-n22 {
          margin-right: -22px; }
      .m-xs-n25 {
        margin: -25px; }
      .mt-xs-n25 {
        margin-top: -25px; }
      .mr-xs-n25 {
        margin-right: -25px; }
        [dir="rtl"] .mr-xs-n25 {
          margin-left: -25px; }
      .mb-xs-n25 {
        margin-bottom: -25px; }
      .ml-xs-n25 {
        margin-left: -25px; }
        [dir="rtl"] .ml-xs-n25 {
          margin-right: -25px; }
      .m-xs-n27 {
        margin: -27px; }
      .mt-xs-n27 {
        margin-top: -27px; }
      .mr-xs-n27 {
        margin-right: -27px; }
        [dir="rtl"] .mr-xs-n27 {
          margin-left: -27px; }
      .mb-xs-n27 {
        margin-bottom: -27px; }
      .ml-xs-n27 {
        margin-left: -27px; }
        [dir="rtl"] .ml-xs-n27 {
          margin-right: -27px; }
      .m-xs-n30 {
        margin: -30px; }
      .mt-xs-n30 {
        margin-top: -30px; }
      .mr-xs-n30 {
        margin-right: -30px; }
        [dir="rtl"] .mr-xs-n30 {
          margin-left: -30px; }
      .mb-xs-n30 {
        margin-bottom: -30px; }
      .ml-xs-n30 {
        margin-left: -30px; }
        [dir="rtl"] .ml-xs-n30 {
          margin-right: -30px; }
      .m-xs-n32 {
        margin: -32px; }
      .mt-xs-n32 {
        margin-top: -32px; }
      .mr-xs-n32 {
        margin-right: -32px; }
        [dir="rtl"] .mr-xs-n32 {
          margin-left: -32px; }
      .mb-xs-n32 {
        margin-bottom: -32px; }
      .ml-xs-n32 {
        margin-left: -32px; }
        [dir="rtl"] .ml-xs-n32 {
          margin-right: -32px; }
      .m-xs-n35 {
        margin: -35px; }
      .mt-xs-n35 {
        margin-top: -35px; }
      .mr-xs-n35 {
        margin-right: -35px; }
        [dir="rtl"] .mr-xs-n35 {
          margin-left: -35px; }
      .mb-xs-n35 {
        margin-bottom: -35px; }
      .ml-xs-n35 {
        margin-left: -35px; }
        [dir="rtl"] .ml-xs-n35 {
          margin-right: -35px; }
      .m-xs-n38 {
        margin: -38px; }
      .mt-xs-n38 {
        margin-top: -38px; }
      .mr-xs-n38 {
        margin-right: -38px; }
        [dir="rtl"] .mr-xs-n38 {
          margin-left: -38px; }
      .mb-xs-n38 {
        margin-bottom: -38px; }
      .ml-xs-n38 {
        margin-left: -38px; }
        [dir="rtl"] .ml-xs-n38 {
          margin-right: -38px; }
      .m-xs-n40 {
        margin: -40px; }
      .mt-xs-n40 {
        margin-top: -40px; }
      .mr-xs-n40 {
        margin-right: -40px; }
        [dir="rtl"] .mr-xs-n40 {
          margin-left: -40px; }
      .mb-xs-n40 {
        margin-bottom: -40px; }
      .ml-xs-n40 {
        margin-left: -40px; }
        [dir="rtl"] .ml-xs-n40 {
          margin-right: -40px; }
      .m-xs-n45 {
        margin: -45px; }
      .mt-xs-n45 {
        margin-top: -45px; }
      .mr-xs-n45 {
        margin-right: -45px; }
        [dir="rtl"] .mr-xs-n45 {
          margin-left: -45px; }
      .mb-xs-n45 {
        margin-bottom: -45px; }
      .ml-xs-n45 {
        margin-left: -45px; }
        [dir="rtl"] .ml-xs-n45 {
          margin-right: -45px; }
      .m-xs-n50 {
        margin: -50px; }
      .mt-xs-n50 {
        margin-top: -50px; }
      .mr-xs-n50 {
        margin-right: -50px; }
        [dir="rtl"] .mr-xs-n50 {
          margin-left: -50px; }
      .mb-xs-n50 {
        margin-bottom: -50px; }
      .ml-xs-n50 {
        margin-left: -50px; }
        [dir="rtl"] .ml-xs-n50 {
          margin-right: -50px; }
      .m-xs-n55 {
        margin: -55px; }
      .mt-xs-n55 {
        margin-top: -55px; }
      .mr-xs-n55 {
        margin-right: -55px; }
        [dir="rtl"] .mr-xs-n55 {
          margin-left: -55px; }
      .mb-xs-n55 {
        margin-bottom: -55px; }
      .ml-xs-n55 {
        margin-left: -55px; }
        [dir="rtl"] .ml-xs-n55 {
          margin-right: -55px; }
      .m-xs-n60 {
        margin: -60px; }
      .mt-xs-n60 {
        margin-top: -60px; }
      .mr-xs-n60 {
        margin-right: -60px; }
        [dir="rtl"] .mr-xs-n60 {
          margin-left: -60px; }
      .mb-xs-n60 {
        margin-bottom: -60px; }
      .ml-xs-n60 {
        margin-left: -60px; }
        [dir="rtl"] .ml-xs-n60 {
          margin-right: -60px; }
      .m-xs-n65 {
        margin: -65px; }
      .mt-xs-n65 {
        margin-top: -65px; }
      .mr-xs-n65 {
        margin-right: -65px; }
        [dir="rtl"] .mr-xs-n65 {
          margin-left: -65px; }
      .mb-xs-n65 {
        margin-bottom: -65px; }
      .ml-xs-n65 {
        margin-left: -65px; }
        [dir="rtl"] .ml-xs-n65 {
          margin-right: -65px; }
      .m-xs-n70 {
        margin: -70px; }
      .mt-xs-n70 {
        margin-top: -70px; }
      .mr-xs-n70 {
        margin-right: -70px; }
        [dir="rtl"] .mr-xs-n70 {
          margin-left: -70px; }
      .mb-xs-n70 {
        margin-bottom: -70px; }
      .ml-xs-n70 {
        margin-left: -70px; }
        [dir="rtl"] .ml-xs-n70 {
          margin-right: -70px; }
      .m-xs-n75 {
        margin: -75px; }
      .mt-xs-n75 {
        margin-top: -75px; }
      .mr-xs-n75 {
        margin-right: -75px; }
        [dir="rtl"] .mr-xs-n75 {
          margin-left: -75px; }
      .mb-xs-n75 {
        margin-bottom: -75px; }
      .ml-xs-n75 {
        margin-left: -75px; }
        [dir="rtl"] .ml-xs-n75 {
          margin-right: -75px; }
      .m-xs-n80 {
        margin: -80px; }
      .mt-xs-n80 {
        margin-top: -80px; }
      .mr-xs-n80 {
        margin-right: -80px; }
        [dir="rtl"] .mr-xs-n80 {
          margin-left: -80px; }
      .mb-xs-n80 {
        margin-bottom: -80px; }
      .ml-xs-n80 {
        margin-left: -80px; }
        [dir="rtl"] .ml-xs-n80 {
          margin-right: -80px; }
      .m-xs-n85 {
        margin: -85px; }
      .mt-xs-n85 {
        margin-top: -85px; }
      .mr-xs-n85 {
        margin-right: -85px; }
        [dir="rtl"] .mr-xs-n85 {
          margin-left: -85px; }
      .mb-xs-n85 {
        margin-bottom: -85px; }
      .ml-xs-n85 {
        margin-left: -85px; }
        [dir="rtl"] .ml-xs-n85 {
          margin-right: -85px; }
      .m-xs-n90 {
        margin: -90px; }
      .mt-xs-n90 {
        margin-top: -90px; }
      .mr-xs-n90 {
        margin-right: -90px; }
        [dir="rtl"] .mr-xs-n90 {
          margin-left: -90px; }
      .mb-xs-n90 {
        margin-bottom: -90px; }
      .ml-xs-n90 {
        margin-left: -90px; }
        [dir="rtl"] .ml-xs-n90 {
          margin-right: -90px; }
      .m-xs-n95 {
        margin: -95px; }
      .mt-xs-n95 {
        margin-top: -95px; }
      .mr-xs-n95 {
        margin-right: -95px; }
        [dir="rtl"] .mr-xs-n95 {
          margin-left: -95px; }
      .mb-xs-n95 {
        margin-bottom: -95px; }
      .ml-xs-n95 {
        margin-left: -95px; }
        [dir="rtl"] .ml-xs-n95 {
          margin-right: -95px; }
      .m-xs-n100 {
        margin: -100px; }
      .mt-xs-n100 {
        margin-top: -100px; }
      .mr-xs-n100 {
        margin-right: -100px; }
        [dir="rtl"] .mr-xs-n100 {
          margin-left: -100px; }
      .mb-xs-n100 {
        margin-bottom: -100px; }
      .ml-xs-n100 {
        margin-left: -100px; }
        [dir="rtl"] .ml-xs-n100 {
          margin-right: -100px; }
      .m-xs-n105 {
        margin: -105px; }
      .mt-xs-n105 {
        margin-top: -105px; }
      .mr-xs-n105 {
        margin-right: -105px; }
        [dir="rtl"] .mr-xs-n105 {
          margin-left: -105px; }
      .mb-xs-n105 {
        margin-bottom: -105px; }
      .ml-xs-n105 {
        margin-left: -105px; }
        [dir="rtl"] .ml-xs-n105 {
          margin-right: -105px; }
      .m-xs-n110 {
        margin: -110px; }
      .mt-xs-n110 {
        margin-top: -110px; }
      .mr-xs-n110 {
        margin-right: -110px; }
        [dir="rtl"] .mr-xs-n110 {
          margin-left: -110px; }
      .mb-xs-n110 {
        margin-bottom: -110px; }
      .ml-xs-n110 {
        margin-left: -110px; }
        [dir="rtl"] .ml-xs-n110 {
          margin-right: -110px; }
      .m-xs-n115 {
        margin: -115px; }
      .mt-xs-n115 {
        margin-top: -115px; }
      .mr-xs-n115 {
        margin-right: -115px; }
        [dir="rtl"] .mr-xs-n115 {
          margin-left: -115px; }
      .mb-xs-n115 {
        margin-bottom: -115px; }
      .ml-xs-n115 {
        margin-left: -115px; }
        [dir="rtl"] .ml-xs-n115 {
          margin-right: -115px; }
      .m-xs-n120 {
        margin: -120px; }
      .mt-xs-n120 {
        margin-top: -120px; }
      .mr-xs-n120 {
        margin-right: -120px; }
        [dir="rtl"] .mr-xs-n120 {
          margin-left: -120px; }
      .mb-xs-n120 {
        margin-bottom: -120px; }
      .ml-xs-n120 {
        margin-left: -120px; }
        [dir="rtl"] .ml-xs-n120 {
          margin-right: -120px; }
      .m-xs-n125 {
        margin: -125px; }
      .mt-xs-n125 {
        margin-top: -125px; }
      .mr-xs-n125 {
        margin-right: -125px; }
        [dir="rtl"] .mr-xs-n125 {
          margin-left: -125px; }
      .mb-xs-n125 {
        margin-bottom: -125px; }
      .ml-xs-n125 {
        margin-left: -125px; }
        [dir="rtl"] .ml-xs-n125 {
          margin-right: -125px; }
      .m-xs-n130 {
        margin: -130px; }
      .mt-xs-n130 {
        margin-top: -130px; }
      .mr-xs-n130 {
        margin-right: -130px; }
        [dir="rtl"] .mr-xs-n130 {
          margin-left: -130px; }
      .mb-xs-n130 {
        margin-bottom: -130px; }
      .ml-xs-n130 {
        margin-left: -130px; }
        [dir="rtl"] .ml-xs-n130 {
          margin-right: -130px; }
      .m-xs-n140 {
        margin: -140px; }
      .mt-xs-n140 {
        margin-top: -140px; }
      .mr-xs-n140 {
        margin-right: -140px; }
        [dir="rtl"] .mr-xs-n140 {
          margin-left: -140px; }
      .mb-xs-n140 {
        margin-bottom: -140px; }
      .ml-xs-n140 {
        margin-left: -140px; }
        [dir="rtl"] .ml-xs-n140 {
          margin-right: -140px; }
      .m-xs-n148 {
        margin: -148px; }
      .mt-xs-n148 {
        margin-top: -148px; }
      .mr-xs-n148 {
        margin-right: -148px; }
        [dir="rtl"] .mr-xs-n148 {
          margin-left: -148px; }
      .mb-xs-n148 {
        margin-bottom: -148px; }
      .ml-xs-n148 {
        margin-left: -148px; }
        [dir="rtl"] .ml-xs-n148 {
          margin-right: -148px; }
      .m-xs-n150 {
        margin: -150px; }
      .mt-xs-n150 {
        margin-top: -150px; }
      .mr-xs-n150 {
        margin-right: -150px; }
        [dir="rtl"] .mr-xs-n150 {
          margin-left: -150px; }
      .mb-xs-n150 {
        margin-bottom: -150px; }
      .ml-xs-n150 {
        margin-left: -150px; }
        [dir="rtl"] .ml-xs-n150 {
          margin-right: -150px; }
      .m-xs-n200 {
        margin: -200px; }
      .mt-xs-n200 {
        margin-top: -200px; }
      .mr-xs-n200 {
        margin-right: -200px; }
        [dir="rtl"] .mr-xs-n200 {
          margin-left: -200px; }
      .mb-xs-n200 {
        margin-bottom: -200px; }
      .ml-xs-n200 {
        margin-left: -200px; }
        [dir="rtl"] .ml-xs-n200 {
          margin-right: -200px; }
      .m-xs-auto {
        margin: auto; }
      .mt-xs-auto, .my-xs-auto {
        margin-top: auto; }
      .mr-xs-auto, .mx-xs-auto {
        margin-right: auto; }
      .mb-xs-auto, .my-xs-auto {
        margin-bottom: auto; }
      .ml-xs-auto, .mx-xs-auto {
        margin-left: auto; } }

@media (min-width: 576px) {
    .m-sm-0 {
      margin: 0; }
      .mt-sm-0 {
        margin-top: 0; }
      .mr-sm-0 {
        margin-right: 0; }
        [dir="rtl"] .mr-sm-0 {
          margin-right: 0;
          margin-left: 0; }
      .mb-sm-0 {
        margin-bottom: 0; }
      .ml-sm-0 {
        margin-left: 0; }
        [dir="rtl"] .ml-sm-0 {
          margin-left: 0;
          margin-right: 0; }
      .m-lr-sm-0 {
        margin-left: 0;
        margin-right: 0; }
      .m-tb-sm-0 {
        margin-top: 0;
        margin-bottom: 0; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-5 {
        margin: 5px; }
      .mt-sm-5 {
        margin-top: 5px; }
      .mr-sm-5 {
        margin-right: 5px; }
        [dir="rtl"] .mr-sm-5 {
          margin-right: 0;
          margin-left: 5px; }
      .mb-sm-5 {
        margin-bottom: 5px; }
      .ml-sm-5 {
        margin-left: 5px; }
        [dir="rtl"] .ml-sm-5 {
          margin-left: 0;
          margin-right: 5px; }
      .m-lr-sm-5 {
        margin-left: 5px;
        margin-right: 5px; }
      .m-tb-sm-5 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-8 {
        margin: 8px; }
      .mt-sm-8 {
        margin-top: 8px; }
      .mr-sm-8 {
        margin-right: 8px; }
        [dir="rtl"] .mr-sm-8 {
          margin-right: 0;
          margin-left: 8px; }
      .mb-sm-8 {
        margin-bottom: 8px; }
      .ml-sm-8 {
        margin-left: 8px; }
        [dir="rtl"] .ml-sm-8 {
          margin-left: 0;
          margin-right: 8px; }
      .m-lr-sm-8 {
        margin-left: 8px;
        margin-right: 8px; }
      .m-tb-sm-8 {
        margin-top: 8px;
        margin-bottom: 8px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-10 {
        margin: 10px; }
      .mt-sm-10 {
        margin-top: 10px; }
      .mr-sm-10 {
        margin-right: 10px; }
        [dir="rtl"] .mr-sm-10 {
          margin-right: 0;
          margin-left: 10px; }
      .mb-sm-10 {
        margin-bottom: 10px; }
      .ml-sm-10 {
        margin-left: 10px; }
        [dir="rtl"] .ml-sm-10 {
          margin-left: 0;
          margin-right: 10px; }
      .m-lr-sm-10 {
        margin-left: 10px;
        margin-right: 10px; }
      .m-tb-sm-10 {
        margin-top: 10px;
        margin-bottom: 10px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-12 {
        margin: 12px; }
      .mt-sm-12 {
        margin-top: 12px; }
      .mr-sm-12 {
        margin-right: 12px; }
        [dir="rtl"] .mr-sm-12 {
          margin-right: 0;
          margin-left: 12px; }
      .mb-sm-12 {
        margin-bottom: 12px; }
      .ml-sm-12 {
        margin-left: 12px; }
        [dir="rtl"] .ml-sm-12 {
          margin-left: 0;
          margin-right: 12px; }
      .m-lr-sm-12 {
        margin-left: 12px;
        margin-right: 12px; }
      .m-tb-sm-12 {
        margin-top: 12px;
        margin-bottom: 12px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-15 {
        margin: 15px; }
      .mt-sm-15 {
        margin-top: 15px; }
      .mr-sm-15 {
        margin-right: 15px; }
        [dir="rtl"] .mr-sm-15 {
          margin-right: 0;
          margin-left: 15px; }
      .mb-sm-15 {
        margin-bottom: 15px; }
      .ml-sm-15 {
        margin-left: 15px; }
        [dir="rtl"] .ml-sm-15 {
          margin-left: 0;
          margin-right: 15px; }
      .m-lr-sm-15 {
        margin-left: 15px;
        margin-right: 15px; }
      .m-tb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-16 {
        margin: 16px; }
      .mt-sm-16 {
        margin-top: 16px; }
      .mr-sm-16 {
        margin-right: 16px; }
        [dir="rtl"] .mr-sm-16 {
          margin-right: 0;
          margin-left: 16px; }
      .mb-sm-16 {
        margin-bottom: 16px; }
      .ml-sm-16 {
        margin-left: 16px; }
        [dir="rtl"] .ml-sm-16 {
          margin-left: 0;
          margin-right: 16px; }
      .m-lr-sm-16 {
        margin-left: 16px;
        margin-right: 16px; }
      .m-tb-sm-16 {
        margin-top: 16px;
        margin-bottom: 16px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-18 {
        margin: 18px; }
      .mt-sm-18 {
        margin-top: 18px; }
      .mr-sm-18 {
        margin-right: 18px; }
        [dir="rtl"] .mr-sm-18 {
          margin-right: 0;
          margin-left: 18px; }
      .mb-sm-18 {
        margin-bottom: 18px; }
      .ml-sm-18 {
        margin-left: 18px; }
        [dir="rtl"] .ml-sm-18 {
          margin-left: 0;
          margin-right: 18px; }
      .m-lr-sm-18 {
        margin-left: 18px;
        margin-right: 18px; }
      .m-tb-sm-18 {
        margin-top: 18px;
        margin-bottom: 18px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-20 {
        margin: 20px; }
      .mt-sm-20 {
        margin-top: 20px; }
      .mr-sm-20 {
        margin-right: 20px; }
        [dir="rtl"] .mr-sm-20 {
          margin-right: 0;
          margin-left: 20px; }
      .mb-sm-20 {
        margin-bottom: 20px; }
      .ml-sm-20 {
        margin-left: 20px; }
        [dir="rtl"] .ml-sm-20 {
          margin-left: 0;
          margin-right: 20px; }
      .m-lr-sm-20 {
        margin-left: 20px;
        margin-right: 20px; }
      .m-tb-sm-20 {
        margin-top: 20px;
        margin-bottom: 20px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-22 {
        margin: 22px; }
      .mt-sm-22 {
        margin-top: 22px; }
      .mr-sm-22 {
        margin-right: 22px; }
        [dir="rtl"] .mr-sm-22 {
          margin-right: 0;
          margin-left: 22px; }
      .mb-sm-22 {
        margin-bottom: 22px; }
      .ml-sm-22 {
        margin-left: 22px; }
        [dir="rtl"] .ml-sm-22 {
          margin-left: 0;
          margin-right: 22px; }
      .m-lr-sm-22 {
        margin-left: 22px;
        margin-right: 22px; }
      .m-tb-sm-22 {
        margin-top: 22px;
        margin-bottom: 22px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-25 {
        margin: 25px; }
      .mt-sm-25 {
        margin-top: 25px; }
      .mr-sm-25 {
        margin-right: 25px; }
        [dir="rtl"] .mr-sm-25 {
          margin-right: 0;
          margin-left: 25px; }
      .mb-sm-25 {
        margin-bottom: 25px; }
      .ml-sm-25 {
        margin-left: 25px; }
        [dir="rtl"] .ml-sm-25 {
          margin-left: 0;
          margin-right: 25px; }
      .m-lr-sm-25 {
        margin-left: 25px;
        margin-right: 25px; }
      .m-tb-sm-25 {
        margin-top: 25px;
        margin-bottom: 25px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-27 {
        margin: 27px; }
      .mt-sm-27 {
        margin-top: 27px; }
      .mr-sm-27 {
        margin-right: 27px; }
        [dir="rtl"] .mr-sm-27 {
          margin-right: 0;
          margin-left: 27px; }
      .mb-sm-27 {
        margin-bottom: 27px; }
      .ml-sm-27 {
        margin-left: 27px; }
        [dir="rtl"] .ml-sm-27 {
          margin-left: 0;
          margin-right: 27px; }
      .m-lr-sm-27 {
        margin-left: 27px;
        margin-right: 27px; }
      .m-tb-sm-27 {
        margin-top: 27px;
        margin-bottom: 27px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-30 {
        margin: 30px; }
      .mt-sm-30 {
        margin-top: 30px; }
      .mr-sm-30 {
        margin-right: 30px; }
        [dir="rtl"] .mr-sm-30 {
          margin-right: 0;
          margin-left: 30px; }
      .mb-sm-30 {
        margin-bottom: 30px; }
      .ml-sm-30 {
        margin-left: 30px; }
        [dir="rtl"] .ml-sm-30 {
          margin-left: 0;
          margin-right: 30px; }
      .m-lr-sm-30 {
        margin-left: 30px;
        margin-right: 30px; }
      .m-tb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-32 {
        margin: 32px; }
      .mt-sm-32 {
        margin-top: 32px; }
      .mr-sm-32 {
        margin-right: 32px; }
        [dir="rtl"] .mr-sm-32 {
          margin-right: 0;
          margin-left: 32px; }
      .mb-sm-32 {
        margin-bottom: 32px; }
      .ml-sm-32 {
        margin-left: 32px; }
        [dir="rtl"] .ml-sm-32 {
          margin-left: 0;
          margin-right: 32px; }
      .m-lr-sm-32 {
        margin-left: 32px;
        margin-right: 32px; }
      .m-tb-sm-32 {
        margin-top: 32px;
        margin-bottom: 32px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-35 {
        margin: 35px; }
      .mt-sm-35 {
        margin-top: 35px; }
      .mr-sm-35 {
        margin-right: 35px; }
        [dir="rtl"] .mr-sm-35 {
          margin-right: 0;
          margin-left: 35px; }
      .mb-sm-35 {
        margin-bottom: 35px; }
      .ml-sm-35 {
        margin-left: 35px; }
        [dir="rtl"] .ml-sm-35 {
          margin-left: 0;
          margin-right: 35px; }
      .m-lr-sm-35 {
        margin-left: 35px;
        margin-right: 35px; }
      .m-tb-sm-35 {
        margin-top: 35px;
        margin-bottom: 35px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-38 {
        margin: 38px; }
      .mt-sm-38 {
        margin-top: 38px; }
      .mr-sm-38 {
        margin-right: 38px; }
        [dir="rtl"] .mr-sm-38 {
          margin-right: 0;
          margin-left: 38px; }
      .mb-sm-38 {
        margin-bottom: 38px; }
      .ml-sm-38 {
        margin-left: 38px; }
        [dir="rtl"] .ml-sm-38 {
          margin-left: 0;
          margin-right: 38px; }
      .m-lr-sm-38 {
        margin-left: 38px;
        margin-right: 38px; }
      .m-tb-sm-38 {
        margin-top: 38px;
        margin-bottom: 38px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-40 {
        margin: 40px; }
      .mt-sm-40 {
        margin-top: 40px; }
      .mr-sm-40 {
        margin-right: 40px; }
        [dir="rtl"] .mr-sm-40 {
          margin-right: 0;
          margin-left: 40px; }
      .mb-sm-40 {
        margin-bottom: 40px; }
      .ml-sm-40 {
        margin-left: 40px; }
        [dir="rtl"] .ml-sm-40 {
          margin-left: 0;
          margin-right: 40px; }
      .m-lr-sm-40 {
        margin-left: 40px;
        margin-right: 40px; }
      .m-tb-sm-40 {
        margin-top: 40px;
        margin-bottom: 40px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-45 {
        margin: 45px; }
      .mt-sm-45 {
        margin-top: 45px; }
      .mr-sm-45 {
        margin-right: 45px; }
        [dir="rtl"] .mr-sm-45 {
          margin-right: 0;
          margin-left: 45px; }
      .mb-sm-45 {
        margin-bottom: 45px; }
      .ml-sm-45 {
        margin-left: 45px; }
        [dir="rtl"] .ml-sm-45 {
          margin-left: 0;
          margin-right: 45px; }
      .m-lr-sm-45 {
        margin-left: 45px;
        margin-right: 45px; }
      .m-tb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-50 {
        margin: 50px; }
      .mt-sm-50 {
        margin-top: 50px; }
      .mr-sm-50 {
        margin-right: 50px; }
        [dir="rtl"] .mr-sm-50 {
          margin-right: 0;
          margin-left: 50px; }
      .mb-sm-50 {
        margin-bottom: 50px; }
      .ml-sm-50 {
        margin-left: 50px; }
        [dir="rtl"] .ml-sm-50 {
          margin-left: 0;
          margin-right: 50px; }
      .m-lr-sm-50 {
        margin-left: 50px;
        margin-right: 50px; }
      .m-tb-sm-50 {
        margin-top: 50px;
        margin-bottom: 50px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-55 {
        margin: 55px; }
      .mt-sm-55 {
        margin-top: 55px; }
      .mr-sm-55 {
        margin-right: 55px; }
        [dir="rtl"] .mr-sm-55 {
          margin-right: 0;
          margin-left: 55px; }
      .mb-sm-55 {
        margin-bottom: 55px; }
      .ml-sm-55 {
        margin-left: 55px; }
        [dir="rtl"] .ml-sm-55 {
          margin-left: 0;
          margin-right: 55px; }
      .m-lr-sm-55 {
        margin-left: 55px;
        margin-right: 55px; }
      .m-tb-sm-55 {
        margin-top: 55px;
        margin-bottom: 55px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-60 {
        margin: 60px; }
      .mt-sm-60 {
        margin-top: 60px; }
      .mr-sm-60 {
        margin-right: 60px; }
        [dir="rtl"] .mr-sm-60 {
          margin-right: 0;
          margin-left: 60px; }
      .mb-sm-60 {
        margin-bottom: 60px; }
      .ml-sm-60 {
        margin-left: 60px; }
        [dir="rtl"] .ml-sm-60 {
          margin-left: 0;
          margin-right: 60px; }
      .m-lr-sm-60 {
        margin-left: 60px;
        margin-right: 60px; }
      .m-tb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-65 {
        margin: 65px; }
      .mt-sm-65 {
        margin-top: 65px; }
      .mr-sm-65 {
        margin-right: 65px; }
        [dir="rtl"] .mr-sm-65 {
          margin-right: 0;
          margin-left: 65px; }
      .mb-sm-65 {
        margin-bottom: 65px; }
      .ml-sm-65 {
        margin-left: 65px; }
        [dir="rtl"] .ml-sm-65 {
          margin-left: 0;
          margin-right: 65px; }
      .m-lr-sm-65 {
        margin-left: 65px;
        margin-right: 65px; }
      .m-tb-sm-65 {
        margin-top: 65px;
        margin-bottom: 65px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-70 {
        margin: 70px; }
      .mt-sm-70 {
        margin-top: 70px; }
      .mr-sm-70 {
        margin-right: 70px; }
        [dir="rtl"] .mr-sm-70 {
          margin-right: 0;
          margin-left: 70px; }
      .mb-sm-70 {
        margin-bottom: 70px; }
      .ml-sm-70 {
        margin-left: 70px; }
        [dir="rtl"] .ml-sm-70 {
          margin-left: 0;
          margin-right: 70px; }
      .m-lr-sm-70 {
        margin-left: 70px;
        margin-right: 70px; }
      .m-tb-sm-70 {
        margin-top: 70px;
        margin-bottom: 70px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-75 {
        margin: 75px; }
      .mt-sm-75 {
        margin-top: 75px; }
      .mr-sm-75 {
        margin-right: 75px; }
        [dir="rtl"] .mr-sm-75 {
          margin-right: 0;
          margin-left: 75px; }
      .mb-sm-75 {
        margin-bottom: 75px; }
      .ml-sm-75 {
        margin-left: 75px; }
        [dir="rtl"] .ml-sm-75 {
          margin-left: 0;
          margin-right: 75px; }
      .m-lr-sm-75 {
        margin-left: 75px;
        margin-right: 75px; }
      .m-tb-sm-75 {
        margin-top: 75px;
        margin-bottom: 75px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-80 {
        margin: 80px; }
      .mt-sm-80 {
        margin-top: 80px; }
      .mr-sm-80 {
        margin-right: 80px; }
        [dir="rtl"] .mr-sm-80 {
          margin-right: 0;
          margin-left: 80px; }
      .mb-sm-80 {
        margin-bottom: 80px; }
      .ml-sm-80 {
        margin-left: 80px; }
        [dir="rtl"] .ml-sm-80 {
          margin-left: 0;
          margin-right: 80px; }
      .m-lr-sm-80 {
        margin-left: 80px;
        margin-right: 80px; }
      .m-tb-sm-80 {
        margin-top: 80px;
        margin-bottom: 80px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-85 {
        margin: 85px; }
      .mt-sm-85 {
        margin-top: 85px; }
      .mr-sm-85 {
        margin-right: 85px; }
        [dir="rtl"] .mr-sm-85 {
          margin-right: 0;
          margin-left: 85px; }
      .mb-sm-85 {
        margin-bottom: 85px; }
      .ml-sm-85 {
        margin-left: 85px; }
        [dir="rtl"] .ml-sm-85 {
          margin-left: 0;
          margin-right: 85px; }
      .m-lr-sm-85 {
        margin-left: 85px;
        margin-right: 85px; }
      .m-tb-sm-85 {
        margin-top: 85px;
        margin-bottom: 85px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-90 {
        margin: 90px; }
      .mt-sm-90 {
        margin-top: 90px; }
      .mr-sm-90 {
        margin-right: 90px; }
        [dir="rtl"] .mr-sm-90 {
          margin-right: 0;
          margin-left: 90px; }
      .mb-sm-90 {
        margin-bottom: 90px; }
      .ml-sm-90 {
        margin-left: 90px; }
        [dir="rtl"] .ml-sm-90 {
          margin-left: 0;
          margin-right: 90px; }
      .m-lr-sm-90 {
        margin-left: 90px;
        margin-right: 90px; }
      .m-tb-sm-90 {
        margin-top: 90px;
        margin-bottom: 90px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-95 {
        margin: 95px; }
      .mt-sm-95 {
        margin-top: 95px; }
      .mr-sm-95 {
        margin-right: 95px; }
        [dir="rtl"] .mr-sm-95 {
          margin-right: 0;
          margin-left: 95px; }
      .mb-sm-95 {
        margin-bottom: 95px; }
      .ml-sm-95 {
        margin-left: 95px; }
        [dir="rtl"] .ml-sm-95 {
          margin-left: 0;
          margin-right: 95px; }
      .m-lr-sm-95 {
        margin-left: 95px;
        margin-right: 95px; }
      .m-tb-sm-95 {
        margin-top: 95px;
        margin-bottom: 95px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-100 {
        margin: 100px; }
      .mt-sm-100 {
        margin-top: 100px; }
      .mr-sm-100 {
        margin-right: 100px; }
        [dir="rtl"] .mr-sm-100 {
          margin-right: 0;
          margin-left: 100px; }
      .mb-sm-100 {
        margin-bottom: 100px; }
      .ml-sm-100 {
        margin-left: 100px; }
        [dir="rtl"] .ml-sm-100 {
          margin-left: 0;
          margin-right: 100px; }
      .m-lr-sm-100 {
        margin-left: 100px;
        margin-right: 100px; }
      .m-tb-sm-100 {
        margin-top: 100px;
        margin-bottom: 100px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-105 {
        margin: 105px; }
      .mt-sm-105 {
        margin-top: 105px; }
      .mr-sm-105 {
        margin-right: 105px; }
        [dir="rtl"] .mr-sm-105 {
          margin-right: 0;
          margin-left: 105px; }
      .mb-sm-105 {
        margin-bottom: 105px; }
      .ml-sm-105 {
        margin-left: 105px; }
        [dir="rtl"] .ml-sm-105 {
          margin-left: 0;
          margin-right: 105px; }
      .m-lr-sm-105 {
        margin-left: 105px;
        margin-right: 105px; }
      .m-tb-sm-105 {
        margin-top: 105px;
        margin-bottom: 105px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-110 {
        margin: 110px; }
      .mt-sm-110 {
        margin-top: 110px; }
      .mr-sm-110 {
        margin-right: 110px; }
        [dir="rtl"] .mr-sm-110 {
          margin-right: 0;
          margin-left: 110px; }
      .mb-sm-110 {
        margin-bottom: 110px; }
      .ml-sm-110 {
        margin-left: 110px; }
        [dir="rtl"] .ml-sm-110 {
          margin-left: 0;
          margin-right: 110px; }
      .m-lr-sm-110 {
        margin-left: 110px;
        margin-right: 110px; }
      .m-tb-sm-110 {
        margin-top: 110px;
        margin-bottom: 110px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-115 {
        margin: 115px; }
      .mt-sm-115 {
        margin-top: 115px; }
      .mr-sm-115 {
        margin-right: 115px; }
        [dir="rtl"] .mr-sm-115 {
          margin-right: 0;
          margin-left: 115px; }
      .mb-sm-115 {
        margin-bottom: 115px; }
      .ml-sm-115 {
        margin-left: 115px; }
        [dir="rtl"] .ml-sm-115 {
          margin-left: 0;
          margin-right: 115px; }
      .m-lr-sm-115 {
        margin-left: 115px;
        margin-right: 115px; }
      .m-tb-sm-115 {
        margin-top: 115px;
        margin-bottom: 115px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-120 {
        margin: 120px; }
      .mt-sm-120 {
        margin-top: 120px; }
      .mr-sm-120 {
        margin-right: 120px; }
        [dir="rtl"] .mr-sm-120 {
          margin-right: 0;
          margin-left: 120px; }
      .mb-sm-120 {
        margin-bottom: 120px; }
      .ml-sm-120 {
        margin-left: 120px; }
        [dir="rtl"] .ml-sm-120 {
          margin-left: 0;
          margin-right: 120px; }
      .m-lr-sm-120 {
        margin-left: 120px;
        margin-right: 120px; }
      .m-tb-sm-120 {
        margin-top: 120px;
        margin-bottom: 120px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-125 {
        margin: 125px; }
      .mt-sm-125 {
        margin-top: 125px; }
      .mr-sm-125 {
        margin-right: 125px; }
        [dir="rtl"] .mr-sm-125 {
          margin-right: 0;
          margin-left: 125px; }
      .mb-sm-125 {
        margin-bottom: 125px; }
      .ml-sm-125 {
        margin-left: 125px; }
        [dir="rtl"] .ml-sm-125 {
          margin-left: 0;
          margin-right: 125px; }
      .m-lr-sm-125 {
        margin-left: 125px;
        margin-right: 125px; }
      .m-tb-sm-125 {
        margin-top: 125px;
        margin-bottom: 125px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-130 {
        margin: 130px; }
      .mt-sm-130 {
        margin-top: 130px; }
      .mr-sm-130 {
        margin-right: 130px; }
        [dir="rtl"] .mr-sm-130 {
          margin-right: 0;
          margin-left: 130px; }
      .mb-sm-130 {
        margin-bottom: 130px; }
      .ml-sm-130 {
        margin-left: 130px; }
        [dir="rtl"] .ml-sm-130 {
          margin-left: 0;
          margin-right: 130px; }
      .m-lr-sm-130 {
        margin-left: 130px;
        margin-right: 130px; }
      .m-tb-sm-130 {
        margin-top: 130px;
        margin-bottom: 130px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-140 {
        margin: 140px; }
      .mt-sm-140 {
        margin-top: 140px; }
      .mr-sm-140 {
        margin-right: 140px; }
        [dir="rtl"] .mr-sm-140 {
          margin-right: 0;
          margin-left: 140px; }
      .mb-sm-140 {
        margin-bottom: 140px; }
      .ml-sm-140 {
        margin-left: 140px; }
        [dir="rtl"] .ml-sm-140 {
          margin-left: 0;
          margin-right: 140px; }
      .m-lr-sm-140 {
        margin-left: 140px;
        margin-right: 140px; }
      .m-tb-sm-140 {
        margin-top: 140px;
        margin-bottom: 140px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-148 {
        margin: 148px; }
      .mt-sm-148 {
        margin-top: 148px; }
      .mr-sm-148 {
        margin-right: 148px; }
        [dir="rtl"] .mr-sm-148 {
          margin-right: 0;
          margin-left: 148px; }
      .mb-sm-148 {
        margin-bottom: 148px; }
      .ml-sm-148 {
        margin-left: 148px; }
        [dir="rtl"] .ml-sm-148 {
          margin-left: 0;
          margin-right: 148px; }
      .m-lr-sm-148 {
        margin-left: 148px;
        margin-right: 148px; }
      .m-tb-sm-148 {
        margin-top: 148px;
        margin-bottom: 148px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-150 {
        margin: 150px; }
      .mt-sm-150 {
        margin-top: 150px; }
      .mr-sm-150 {
        margin-right: 150px; }
        [dir="rtl"] .mr-sm-150 {
          margin-right: 0;
          margin-left: 150px; }
      .mb-sm-150 {
        margin-bottom: 150px; }
      .ml-sm-150 {
        margin-left: 150px; }
        [dir="rtl"] .ml-sm-150 {
          margin-left: 0;
          margin-right: 150px; }
      .m-lr-sm-150 {
        margin-left: 150px;
        margin-right: 150px; }
      .m-tb-sm-150 {
        margin-top: 150px;
        margin-bottom: 150px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-sm-200 {
        margin: 200px; }
      .mt-sm-200 {
        margin-top: 200px; }
      .mr-sm-200 {
        margin-right: 200px; }
        [dir="rtl"] .mr-sm-200 {
          margin-right: 0;
          margin-left: 200px; }
      .mb-sm-200 {
        margin-bottom: 200px; }
      .ml-sm-200 {
        margin-left: 200px; }
        [dir="rtl"] .ml-sm-200 {
          margin-left: 0;
          margin-right: 200px; }
      .m-lr-sm-200 {
        margin-left: 200px;
        margin-right: 200px; }
      .m-tb-sm-200 {
        margin-top: 200px;
        margin-bottom: 200px; }
      .m-lr-sm-auto {
        margin-left: auto;
        margin-right: auto; }
      .p-sm-0 {
        padding: 0; }
      .pt-sm-0 {
        padding-top: 0; }
      .pr-sm-0 {
        padding-right: 0; }
        [dir="rtl"] .pr-sm-0 {
          padding-right: 0;
          padding-left: 0; }
      .pb-sm-0 {
        padding-bottom: 0; }
      .pl-sm-0 {
        padding-left: 0; }
        [dir="rtl"] .pl-sm-0 {
          padding-left: 0;
          padding-right: 0; }
      .p-lr-sm-0 {
        padding-left: 0;
        padding-right: 0; }
      .p-tb-sm-0 {
        padding-top: 0;
        padding-bottom: 0; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-5 {
        padding: 5px; }
      .pt-sm-5 {
        padding-top: 5px; }
      .pr-sm-5 {
        padding-right: 5px; }
        [dir="rtl"] .pr-sm-5 {
          padding-right: 0;
          padding-left: 5px; }
      .pb-sm-5 {
        padding-bottom: 5px; }
      .pl-sm-5 {
        padding-left: 5px; }
        [dir="rtl"] .pl-sm-5 {
          padding-left: 0;
          padding-right: 5px; }
      .p-lr-sm-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .p-tb-sm-5 {
        padding-top: 5px;
        padding-bottom: 5px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-8 {
        padding: 8px; }
      .pt-sm-8 {
        padding-top: 8px; }
      .pr-sm-8 {
        padding-right: 8px; }
        [dir="rtl"] .pr-sm-8 {
          padding-right: 0;
          padding-left: 8px; }
      .pb-sm-8 {
        padding-bottom: 8px; }
      .pl-sm-8 {
        padding-left: 8px; }
        [dir="rtl"] .pl-sm-8 {
          padding-left: 0;
          padding-right: 8px; }
      .p-lr-sm-8 {
        padding-left: 8px;
        padding-right: 8px; }
      .p-tb-sm-8 {
        padding-top: 8px;
        padding-bottom: 8px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-10 {
        padding: 10px; }
      .pt-sm-10 {
        padding-top: 10px; }
      .pr-sm-10 {
        padding-right: 10px; }
        [dir="rtl"] .pr-sm-10 {
          padding-right: 0;
          padding-left: 10px; }
      .pb-sm-10 {
        padding-bottom: 10px; }
      .pl-sm-10 {
        padding-left: 10px; }
        [dir="rtl"] .pl-sm-10 {
          padding-left: 0;
          padding-right: 10px; }
      .p-lr-sm-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .p-tb-sm-10 {
        padding-top: 10px;
        padding-bottom: 10px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-12 {
        padding: 12px; }
      .pt-sm-12 {
        padding-top: 12px; }
      .pr-sm-12 {
        padding-right: 12px; }
        [dir="rtl"] .pr-sm-12 {
          padding-right: 0;
          padding-left: 12px; }
      .pb-sm-12 {
        padding-bottom: 12px; }
      .pl-sm-12 {
        padding-left: 12px; }
        [dir="rtl"] .pl-sm-12 {
          padding-left: 0;
          padding-right: 12px; }
      .p-lr-sm-12 {
        padding-left: 12px;
        padding-right: 12px; }
      .p-tb-sm-12 {
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-15 {
        padding: 15px; }
      .pt-sm-15 {
        padding-top: 15px; }
      .pr-sm-15 {
        padding-right: 15px; }
        [dir="rtl"] .pr-sm-15 {
          padding-right: 0;
          padding-left: 15px; }
      .pb-sm-15 {
        padding-bottom: 15px; }
      .pl-sm-15 {
        padding-left: 15px; }
        [dir="rtl"] .pl-sm-15 {
          padding-left: 0;
          padding-right: 15px; }
      .p-lr-sm-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .p-tb-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-16 {
        padding: 16px; }
      .pt-sm-16 {
        padding-top: 16px; }
      .pr-sm-16 {
        padding-right: 16px; }
        [dir="rtl"] .pr-sm-16 {
          padding-right: 0;
          padding-left: 16px; }
      .pb-sm-16 {
        padding-bottom: 16px; }
      .pl-sm-16 {
        padding-left: 16px; }
        [dir="rtl"] .pl-sm-16 {
          padding-left: 0;
          padding-right: 16px; }
      .p-lr-sm-16 {
        padding-left: 16px;
        padding-right: 16px; }
      .p-tb-sm-16 {
        padding-top: 16px;
        padding-bottom: 16px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-18 {
        padding: 18px; }
      .pt-sm-18 {
        padding-top: 18px; }
      .pr-sm-18 {
        padding-right: 18px; }
        [dir="rtl"] .pr-sm-18 {
          padding-right: 0;
          padding-left: 18px; }
      .pb-sm-18 {
        padding-bottom: 18px; }
      .pl-sm-18 {
        padding-left: 18px; }
        [dir="rtl"] .pl-sm-18 {
          padding-left: 0;
          padding-right: 18px; }
      .p-lr-sm-18 {
        padding-left: 18px;
        padding-right: 18px; }
      .p-tb-sm-18 {
        padding-top: 18px;
        padding-bottom: 18px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-20 {
        padding: 20px; }
      .pt-sm-20 {
        padding-top: 20px; }
      .pr-sm-20 {
        padding-right: 20px; }
        [dir="rtl"] .pr-sm-20 {
          padding-right: 0;
          padding-left: 20px; }
      .pb-sm-20 {
        padding-bottom: 20px; }
      .pl-sm-20 {
        padding-left: 20px; }
        [dir="rtl"] .pl-sm-20 {
          padding-left: 0;
          padding-right: 20px; }
      .p-lr-sm-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .p-tb-sm-20 {
        padding-top: 20px;
        padding-bottom: 20px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-22 {
        padding: 22px; }
      .pt-sm-22 {
        padding-top: 22px; }
      .pr-sm-22 {
        padding-right: 22px; }
        [dir="rtl"] .pr-sm-22 {
          padding-right: 0;
          padding-left: 22px; }
      .pb-sm-22 {
        padding-bottom: 22px; }
      .pl-sm-22 {
        padding-left: 22px; }
        [dir="rtl"] .pl-sm-22 {
          padding-left: 0;
          padding-right: 22px; }
      .p-lr-sm-22 {
        padding-left: 22px;
        padding-right: 22px; }
      .p-tb-sm-22 {
        padding-top: 22px;
        padding-bottom: 22px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-25 {
        padding: 25px; }
      .pt-sm-25 {
        padding-top: 25px; }
      .pr-sm-25 {
        padding-right: 25px; }
        [dir="rtl"] .pr-sm-25 {
          padding-right: 0;
          padding-left: 25px; }
      .pb-sm-25 {
        padding-bottom: 25px; }
      .pl-sm-25 {
        padding-left: 25px; }
        [dir="rtl"] .pl-sm-25 {
          padding-left: 0;
          padding-right: 25px; }
      .p-lr-sm-25 {
        padding-left: 25px;
        padding-right: 25px; }
      .p-tb-sm-25 {
        padding-top: 25px;
        padding-bottom: 25px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-27 {
        padding: 27px; }
      .pt-sm-27 {
        padding-top: 27px; }
      .pr-sm-27 {
        padding-right: 27px; }
        [dir="rtl"] .pr-sm-27 {
          padding-right: 0;
          padding-left: 27px; }
      .pb-sm-27 {
        padding-bottom: 27px; }
      .pl-sm-27 {
        padding-left: 27px; }
        [dir="rtl"] .pl-sm-27 {
          padding-left: 0;
          padding-right: 27px; }
      .p-lr-sm-27 {
        padding-left: 27px;
        padding-right: 27px; }
      .p-tb-sm-27 {
        padding-top: 27px;
        padding-bottom: 27px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-30 {
        padding: 30px; }
      .pt-sm-30 {
        padding-top: 30px; }
      .pr-sm-30 {
        padding-right: 30px; }
        [dir="rtl"] .pr-sm-30 {
          padding-right: 0;
          padding-left: 30px; }
      .pb-sm-30 {
        padding-bottom: 30px; }
      .pl-sm-30 {
        padding-left: 30px; }
        [dir="rtl"] .pl-sm-30 {
          padding-left: 0;
          padding-right: 30px; }
      .p-lr-sm-30 {
        padding-left: 30px;
        padding-right: 30px; }
      .p-tb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-32 {
        padding: 32px; }
      .pt-sm-32 {
        padding-top: 32px; }
      .pr-sm-32 {
        padding-right: 32px; }
        [dir="rtl"] .pr-sm-32 {
          padding-right: 0;
          padding-left: 32px; }
      .pb-sm-32 {
        padding-bottom: 32px; }
      .pl-sm-32 {
        padding-left: 32px; }
        [dir="rtl"] .pl-sm-32 {
          padding-left: 0;
          padding-right: 32px; }
      .p-lr-sm-32 {
        padding-left: 32px;
        padding-right: 32px; }
      .p-tb-sm-32 {
        padding-top: 32px;
        padding-bottom: 32px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-35 {
        padding: 35px; }
      .pt-sm-35 {
        padding-top: 35px; }
      .pr-sm-35 {
        padding-right: 35px; }
        [dir="rtl"] .pr-sm-35 {
          padding-right: 0;
          padding-left: 35px; }
      .pb-sm-35 {
        padding-bottom: 35px; }
      .pl-sm-35 {
        padding-left: 35px; }
        [dir="rtl"] .pl-sm-35 {
          padding-left: 0;
          padding-right: 35px; }
      .p-lr-sm-35 {
        padding-left: 35px;
        padding-right: 35px; }
      .p-tb-sm-35 {
        padding-top: 35px;
        padding-bottom: 35px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-38 {
        padding: 38px; }
      .pt-sm-38 {
        padding-top: 38px; }
      .pr-sm-38 {
        padding-right: 38px; }
        [dir="rtl"] .pr-sm-38 {
          padding-right: 0;
          padding-left: 38px; }
      .pb-sm-38 {
        padding-bottom: 38px; }
      .pl-sm-38 {
        padding-left: 38px; }
        [dir="rtl"] .pl-sm-38 {
          padding-left: 0;
          padding-right: 38px; }
      .p-lr-sm-38 {
        padding-left: 38px;
        padding-right: 38px; }
      .p-tb-sm-38 {
        padding-top: 38px;
        padding-bottom: 38px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-40 {
        padding: 40px; }
      .pt-sm-40 {
        padding-top: 40px; }
      .pr-sm-40 {
        padding-right: 40px; }
        [dir="rtl"] .pr-sm-40 {
          padding-right: 0;
          padding-left: 40px; }
      .pb-sm-40 {
        padding-bottom: 40px; }
      .pl-sm-40 {
        padding-left: 40px; }
        [dir="rtl"] .pl-sm-40 {
          padding-left: 0;
          padding-right: 40px; }
      .p-lr-sm-40 {
        padding-left: 40px;
        padding-right: 40px; }
      .p-tb-sm-40 {
        padding-top: 40px;
        padding-bottom: 40px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-45 {
        padding: 45px; }
      .pt-sm-45 {
        padding-top: 45px; }
      .pr-sm-45 {
        padding-right: 45px; }
        [dir="rtl"] .pr-sm-45 {
          padding-right: 0;
          padding-left: 45px; }
      .pb-sm-45 {
        padding-bottom: 45px; }
      .pl-sm-45 {
        padding-left: 45px; }
        [dir="rtl"] .pl-sm-45 {
          padding-left: 0;
          padding-right: 45px; }
      .p-lr-sm-45 {
        padding-left: 45px;
        padding-right: 45px; }
      .p-tb-sm-45 {
        padding-top: 45px;
        padding-bottom: 45px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-50 {
        padding: 50px; }
      .pt-sm-50 {
        padding-top: 50px; }
      .pr-sm-50 {
        padding-right: 50px; }
        [dir="rtl"] .pr-sm-50 {
          padding-right: 0;
          padding-left: 50px; }
      .pb-sm-50 {
        padding-bottom: 50px; }
      .pl-sm-50 {
        padding-left: 50px; }
        [dir="rtl"] .pl-sm-50 {
          padding-left: 0;
          padding-right: 50px; }
      .p-lr-sm-50 {
        padding-left: 50px;
        padding-right: 50px; }
      .p-tb-sm-50 {
        padding-top: 50px;
        padding-bottom: 50px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-55 {
        padding: 55px; }
      .pt-sm-55 {
        padding-top: 55px; }
      .pr-sm-55 {
        padding-right: 55px; }
        [dir="rtl"] .pr-sm-55 {
          padding-right: 0;
          padding-left: 55px; }
      .pb-sm-55 {
        padding-bottom: 55px; }
      .pl-sm-55 {
        padding-left: 55px; }
        [dir="rtl"] .pl-sm-55 {
          padding-left: 0;
          padding-right: 55px; }
      .p-lr-sm-55 {
        padding-left: 55px;
        padding-right: 55px; }
      .p-tb-sm-55 {
        padding-top: 55px;
        padding-bottom: 55px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-60 {
        padding: 60px; }
      .pt-sm-60 {
        padding-top: 60px; }
      .pr-sm-60 {
        padding-right: 60px; }
        [dir="rtl"] .pr-sm-60 {
          padding-right: 0;
          padding-left: 60px; }
      .pb-sm-60 {
        padding-bottom: 60px; }
      .pl-sm-60 {
        padding-left: 60px; }
        [dir="rtl"] .pl-sm-60 {
          padding-left: 0;
          padding-right: 60px; }
      .p-lr-sm-60 {
        padding-left: 60px;
        padding-right: 60px; }
      .p-tb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-65 {
        padding: 65px; }
      .pt-sm-65 {
        padding-top: 65px; }
      .pr-sm-65 {
        padding-right: 65px; }
        [dir="rtl"] .pr-sm-65 {
          padding-right: 0;
          padding-left: 65px; }
      .pb-sm-65 {
        padding-bottom: 65px; }
      .pl-sm-65 {
        padding-left: 65px; }
        [dir="rtl"] .pl-sm-65 {
          padding-left: 0;
          padding-right: 65px; }
      .p-lr-sm-65 {
        padding-left: 65px;
        padding-right: 65px; }
      .p-tb-sm-65 {
        padding-top: 65px;
        padding-bottom: 65px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-70 {
        padding: 70px; }
      .pt-sm-70 {
        padding-top: 70px; }
      .pr-sm-70 {
        padding-right: 70px; }
        [dir="rtl"] .pr-sm-70 {
          padding-right: 0;
          padding-left: 70px; }
      .pb-sm-70 {
        padding-bottom: 70px; }
      .pl-sm-70 {
        padding-left: 70px; }
        [dir="rtl"] .pl-sm-70 {
          padding-left: 0;
          padding-right: 70px; }
      .p-lr-sm-70 {
        padding-left: 70px;
        padding-right: 70px; }
      .p-tb-sm-70 {
        padding-top: 70px;
        padding-bottom: 70px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-75 {
        padding: 75px; }
      .pt-sm-75 {
        padding-top: 75px; }
      .pr-sm-75 {
        padding-right: 75px; }
        [dir="rtl"] .pr-sm-75 {
          padding-right: 0;
          padding-left: 75px; }
      .pb-sm-75 {
        padding-bottom: 75px; }
      .pl-sm-75 {
        padding-left: 75px; }
        [dir="rtl"] .pl-sm-75 {
          padding-left: 0;
          padding-right: 75px; }
      .p-lr-sm-75 {
        padding-left: 75px;
        padding-right: 75px; }
      .p-tb-sm-75 {
        padding-top: 75px;
        padding-bottom: 75px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-80 {
        padding: 80px; }
      .pt-sm-80 {
        padding-top: 80px; }
      .pr-sm-80 {
        padding-right: 80px; }
        [dir="rtl"] .pr-sm-80 {
          padding-right: 0;
          padding-left: 80px; }
      .pb-sm-80 {
        padding-bottom: 80px; }
      .pl-sm-80 {
        padding-left: 80px; }
        [dir="rtl"] .pl-sm-80 {
          padding-left: 0;
          padding-right: 80px; }
      .p-lr-sm-80 {
        padding-left: 80px;
        padding-right: 80px; }
      .p-tb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-85 {
        padding: 85px; }
      .pt-sm-85 {
        padding-top: 85px; }
      .pr-sm-85 {
        padding-right: 85px; }
        [dir="rtl"] .pr-sm-85 {
          padding-right: 0;
          padding-left: 85px; }
      .pb-sm-85 {
        padding-bottom: 85px; }
      .pl-sm-85 {
        padding-left: 85px; }
        [dir="rtl"] .pl-sm-85 {
          padding-left: 0;
          padding-right: 85px; }
      .p-lr-sm-85 {
        padding-left: 85px;
        padding-right: 85px; }
      .p-tb-sm-85 {
        padding-top: 85px;
        padding-bottom: 85px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-90 {
        padding: 90px; }
      .pt-sm-90 {
        padding-top: 90px; }
      .pr-sm-90 {
        padding-right: 90px; }
        [dir="rtl"] .pr-sm-90 {
          padding-right: 0;
          padding-left: 90px; }
      .pb-sm-90 {
        padding-bottom: 90px; }
      .pl-sm-90 {
        padding-left: 90px; }
        [dir="rtl"] .pl-sm-90 {
          padding-left: 0;
          padding-right: 90px; }
      .p-lr-sm-90 {
        padding-left: 90px;
        padding-right: 90px; }
      .p-tb-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-95 {
        padding: 95px; }
      .pt-sm-95 {
        padding-top: 95px; }
      .pr-sm-95 {
        padding-right: 95px; }
        [dir="rtl"] .pr-sm-95 {
          padding-right: 0;
          padding-left: 95px; }
      .pb-sm-95 {
        padding-bottom: 95px; }
      .pl-sm-95 {
        padding-left: 95px; }
        [dir="rtl"] .pl-sm-95 {
          padding-left: 0;
          padding-right: 95px; }
      .p-lr-sm-95 {
        padding-left: 95px;
        padding-right: 95px; }
      .p-tb-sm-95 {
        padding-top: 95px;
        padding-bottom: 95px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-100 {
        padding: 100px; }
      .pt-sm-100 {
        padding-top: 100px; }
      .pr-sm-100 {
        padding-right: 100px; }
        [dir="rtl"] .pr-sm-100 {
          padding-right: 0;
          padding-left: 100px; }
      .pb-sm-100 {
        padding-bottom: 100px; }
      .pl-sm-100 {
        padding-left: 100px; }
        [dir="rtl"] .pl-sm-100 {
          padding-left: 0;
          padding-right: 100px; }
      .p-lr-sm-100 {
        padding-left: 100px;
        padding-right: 100px; }
      .p-tb-sm-100 {
        padding-top: 100px;
        padding-bottom: 100px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-105 {
        padding: 105px; }
      .pt-sm-105 {
        padding-top: 105px; }
      .pr-sm-105 {
        padding-right: 105px; }
        [dir="rtl"] .pr-sm-105 {
          padding-right: 0;
          padding-left: 105px; }
      .pb-sm-105 {
        padding-bottom: 105px; }
      .pl-sm-105 {
        padding-left: 105px; }
        [dir="rtl"] .pl-sm-105 {
          padding-left: 0;
          padding-right: 105px; }
      .p-lr-sm-105 {
        padding-left: 105px;
        padding-right: 105px; }
      .p-tb-sm-105 {
        padding-top: 105px;
        padding-bottom: 105px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-110 {
        padding: 110px; }
      .pt-sm-110 {
        padding-top: 110px; }
      .pr-sm-110 {
        padding-right: 110px; }
        [dir="rtl"] .pr-sm-110 {
          padding-right: 0;
          padding-left: 110px; }
      .pb-sm-110 {
        padding-bottom: 110px; }
      .pl-sm-110 {
        padding-left: 110px; }
        [dir="rtl"] .pl-sm-110 {
          padding-left: 0;
          padding-right: 110px; }
      .p-lr-sm-110 {
        padding-left: 110px;
        padding-right: 110px; }
      .p-tb-sm-110 {
        padding-top: 110px;
        padding-bottom: 110px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-115 {
        padding: 115px; }
      .pt-sm-115 {
        padding-top: 115px; }
      .pr-sm-115 {
        padding-right: 115px; }
        [dir="rtl"] .pr-sm-115 {
          padding-right: 0;
          padding-left: 115px; }
      .pb-sm-115 {
        padding-bottom: 115px; }
      .pl-sm-115 {
        padding-left: 115px; }
        [dir="rtl"] .pl-sm-115 {
          padding-left: 0;
          padding-right: 115px; }
      .p-lr-sm-115 {
        padding-left: 115px;
        padding-right: 115px; }
      .p-tb-sm-115 {
        padding-top: 115px;
        padding-bottom: 115px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-120 {
        padding: 120px; }
      .pt-sm-120 {
        padding-top: 120px; }
      .pr-sm-120 {
        padding-right: 120px; }
        [dir="rtl"] .pr-sm-120 {
          padding-right: 0;
          padding-left: 120px; }
      .pb-sm-120 {
        padding-bottom: 120px; }
      .pl-sm-120 {
        padding-left: 120px; }
        [dir="rtl"] .pl-sm-120 {
          padding-left: 0;
          padding-right: 120px; }
      .p-lr-sm-120 {
        padding-left: 120px;
        padding-right: 120px; }
      .p-tb-sm-120 {
        padding-top: 120px;
        padding-bottom: 120px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-125 {
        padding: 125px; }
      .pt-sm-125 {
        padding-top: 125px; }
      .pr-sm-125 {
        padding-right: 125px; }
        [dir="rtl"] .pr-sm-125 {
          padding-right: 0;
          padding-left: 125px; }
      .pb-sm-125 {
        padding-bottom: 125px; }
      .pl-sm-125 {
        padding-left: 125px; }
        [dir="rtl"] .pl-sm-125 {
          padding-left: 0;
          padding-right: 125px; }
      .p-lr-sm-125 {
        padding-left: 125px;
        padding-right: 125px; }
      .p-tb-sm-125 {
        padding-top: 125px;
        padding-bottom: 125px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-130 {
        padding: 130px; }
      .pt-sm-130 {
        padding-top: 130px; }
      .pr-sm-130 {
        padding-right: 130px; }
        [dir="rtl"] .pr-sm-130 {
          padding-right: 0;
          padding-left: 130px; }
      .pb-sm-130 {
        padding-bottom: 130px; }
      .pl-sm-130 {
        padding-left: 130px; }
        [dir="rtl"] .pl-sm-130 {
          padding-left: 0;
          padding-right: 130px; }
      .p-lr-sm-130 {
        padding-left: 130px;
        padding-right: 130px; }
      .p-tb-sm-130 {
        padding-top: 130px;
        padding-bottom: 130px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-140 {
        padding: 140px; }
      .pt-sm-140 {
        padding-top: 140px; }
      .pr-sm-140 {
        padding-right: 140px; }
        [dir="rtl"] .pr-sm-140 {
          padding-right: 0;
          padding-left: 140px; }
      .pb-sm-140 {
        padding-bottom: 140px; }
      .pl-sm-140 {
        padding-left: 140px; }
        [dir="rtl"] .pl-sm-140 {
          padding-left: 0;
          padding-right: 140px; }
      .p-lr-sm-140 {
        padding-left: 140px;
        padding-right: 140px; }
      .p-tb-sm-140 {
        padding-top: 140px;
        padding-bottom: 140px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-148 {
        padding: 148px; }
      .pt-sm-148 {
        padding-top: 148px; }
      .pr-sm-148 {
        padding-right: 148px; }
        [dir="rtl"] .pr-sm-148 {
          padding-right: 0;
          padding-left: 148px; }
      .pb-sm-148 {
        padding-bottom: 148px; }
      .pl-sm-148 {
        padding-left: 148px; }
        [dir="rtl"] .pl-sm-148 {
          padding-left: 0;
          padding-right: 148px; }
      .p-lr-sm-148 {
        padding-left: 148px;
        padding-right: 148px; }
      .p-tb-sm-148 {
        padding-top: 148px;
        padding-bottom: 148px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-150 {
        padding: 150px; }
      .pt-sm-150 {
        padding-top: 150px; }
      .pr-sm-150 {
        padding-right: 150px; }
        [dir="rtl"] .pr-sm-150 {
          padding-right: 0;
          padding-left: 150px; }
      .pb-sm-150 {
        padding-bottom: 150px; }
      .pl-sm-150 {
        padding-left: 150px; }
        [dir="rtl"] .pl-sm-150 {
          padding-left: 0;
          padding-right: 150px; }
      .p-lr-sm-150 {
        padding-left: 150px;
        padding-right: 150px; }
      .p-tb-sm-150 {
        padding-top: 150px;
        padding-bottom: 150px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-sm-200 {
        padding: 200px; }
      .pt-sm-200 {
        padding-top: 200px; }
      .pr-sm-200 {
        padding-right: 200px; }
        [dir="rtl"] .pr-sm-200 {
          padding-right: 0;
          padding-left: 200px; }
      .pb-sm-200 {
        padding-bottom: 200px; }
      .pl-sm-200 {
        padding-left: 200px; }
        [dir="rtl"] .pl-sm-200 {
          padding-left: 0;
          padding-right: 200px; }
      .p-lr-sm-200 {
        padding-left: 200px;
        padding-right: 200px; }
      .p-tb-sm-200 {
        padding-top: 200px;
        padding-bottom: 200px; }
      .p-lr-sm-auto {
        padding-left: auto;
        padding-right: auto; }
      .m-sm-n0 {
        margin: -0; }
      .mt-sm-n0 {
        margin-top: -0; }
      .mr-sm-n0 {
        margin-right: -0; }
        [dir="rtl"] .mr-sm-n0 {
          margin-left: -0; }
      .mb-sm-n0 {
        margin-bottom: -0; }
      .ml-sm-n0 {
        margin-left: -0; }
        [dir="rtl"] .ml-sm-n0 {
          margin-right: -0; }
      .m-sm-n5 {
        margin: -5px; }
      .mt-sm-n5 {
        margin-top: -5px; }
      .mr-sm-n5 {
        margin-right: -5px; }
        [dir="rtl"] .mr-sm-n5 {
          margin-left: -5px; }
      .mb-sm-n5 {
        margin-bottom: -5px; }
      .ml-sm-n5 {
        margin-left: -5px; }
        [dir="rtl"] .ml-sm-n5 {
          margin-right: -5px; }
      .m-sm-n8 {
        margin: -8px; }
      .mt-sm-n8 {
        margin-top: -8px; }
      .mr-sm-n8 {
        margin-right: -8px; }
        [dir="rtl"] .mr-sm-n8 {
          margin-left: -8px; }
      .mb-sm-n8 {
        margin-bottom: -8px; }
      .ml-sm-n8 {
        margin-left: -8px; }
        [dir="rtl"] .ml-sm-n8 {
          margin-right: -8px; }
      .m-sm-n10 {
        margin: -10px; }
      .mt-sm-n10 {
        margin-top: -10px; }
      .mr-sm-n10 {
        margin-right: -10px; }
        [dir="rtl"] .mr-sm-n10 {
          margin-left: -10px; }
      .mb-sm-n10 {
        margin-bottom: -10px; }
      .ml-sm-n10 {
        margin-left: -10px; }
        [dir="rtl"] .ml-sm-n10 {
          margin-right: -10px; }
      .m-sm-n12 {
        margin: -12px; }
      .mt-sm-n12 {
        margin-top: -12px; }
      .mr-sm-n12 {
        margin-right: -12px; }
        [dir="rtl"] .mr-sm-n12 {
          margin-left: -12px; }
      .mb-sm-n12 {
        margin-bottom: -12px; }
      .ml-sm-n12 {
        margin-left: -12px; }
        [dir="rtl"] .ml-sm-n12 {
          margin-right: -12px; }
      .m-sm-n15 {
        margin: -15px; }
      .mt-sm-n15 {
        margin-top: -15px; }
      .mr-sm-n15 {
        margin-right: -15px; }
        [dir="rtl"] .mr-sm-n15 {
          margin-left: -15px; }
      .mb-sm-n15 {
        margin-bottom: -15px; }
      .ml-sm-n15 {
        margin-left: -15px; }
        [dir="rtl"] .ml-sm-n15 {
          margin-right: -15px; }
      .m-sm-n16 {
        margin: -16px; }
      .mt-sm-n16 {
        margin-top: -16px; }
      .mr-sm-n16 {
        margin-right: -16px; }
        [dir="rtl"] .mr-sm-n16 {
          margin-left: -16px; }
      .mb-sm-n16 {
        margin-bottom: -16px; }
      .ml-sm-n16 {
        margin-left: -16px; }
        [dir="rtl"] .ml-sm-n16 {
          margin-right: -16px; }
      .m-sm-n18 {
        margin: -18px; }
      .mt-sm-n18 {
        margin-top: -18px; }
      .mr-sm-n18 {
        margin-right: -18px; }
        [dir="rtl"] .mr-sm-n18 {
          margin-left: -18px; }
      .mb-sm-n18 {
        margin-bottom: -18px; }
      .ml-sm-n18 {
        margin-left: -18px; }
        [dir="rtl"] .ml-sm-n18 {
          margin-right: -18px; }
      .m-sm-n20 {
        margin: -20px; }
      .mt-sm-n20 {
        margin-top: -20px; }
      .mr-sm-n20 {
        margin-right: -20px; }
        [dir="rtl"] .mr-sm-n20 {
          margin-left: -20px; }
      .mb-sm-n20 {
        margin-bottom: -20px; }
      .ml-sm-n20 {
        margin-left: -20px; }
        [dir="rtl"] .ml-sm-n20 {
          margin-right: -20px; }
      .m-sm-n22 {
        margin: -22px; }
      .mt-sm-n22 {
        margin-top: -22px; }
      .mr-sm-n22 {
        margin-right: -22px; }
        [dir="rtl"] .mr-sm-n22 {
          margin-left: -22px; }
      .mb-sm-n22 {
        margin-bottom: -22px; }
      .ml-sm-n22 {
        margin-left: -22px; }
        [dir="rtl"] .ml-sm-n22 {
          margin-right: -22px; }
      .m-sm-n25 {
        margin: -25px; }
      .mt-sm-n25 {
        margin-top: -25px; }
      .mr-sm-n25 {
        margin-right: -25px; }
        [dir="rtl"] .mr-sm-n25 {
          margin-left: -25px; }
      .mb-sm-n25 {
        margin-bottom: -25px; }
      .ml-sm-n25 {
        margin-left: -25px; }
        [dir="rtl"] .ml-sm-n25 {
          margin-right: -25px; }
      .m-sm-n27 {
        margin: -27px; }
      .mt-sm-n27 {
        margin-top: -27px; }
      .mr-sm-n27 {
        margin-right: -27px; }
        [dir="rtl"] .mr-sm-n27 {
          margin-left: -27px; }
      .mb-sm-n27 {
        margin-bottom: -27px; }
      .ml-sm-n27 {
        margin-left: -27px; }
        [dir="rtl"] .ml-sm-n27 {
          margin-right: -27px; }
      .m-sm-n30 {
        margin: -30px; }
      .mt-sm-n30 {
        margin-top: -30px; }
      .mr-sm-n30 {
        margin-right: -30px; }
        [dir="rtl"] .mr-sm-n30 {
          margin-left: -30px; }
      .mb-sm-n30 {
        margin-bottom: -30px; }
      .ml-sm-n30 {
        margin-left: -30px; }
        [dir="rtl"] .ml-sm-n30 {
          margin-right: -30px; }
      .m-sm-n32 {
        margin: -32px; }
      .mt-sm-n32 {
        margin-top: -32px; }
      .mr-sm-n32 {
        margin-right: -32px; }
        [dir="rtl"] .mr-sm-n32 {
          margin-left: -32px; }
      .mb-sm-n32 {
        margin-bottom: -32px; }
      .ml-sm-n32 {
        margin-left: -32px; }
        [dir="rtl"] .ml-sm-n32 {
          margin-right: -32px; }
      .m-sm-n35 {
        margin: -35px; }
      .mt-sm-n35 {
        margin-top: -35px; }
      .mr-sm-n35 {
        margin-right: -35px; }
        [dir="rtl"] .mr-sm-n35 {
          margin-left: -35px; }
      .mb-sm-n35 {
        margin-bottom: -35px; }
      .ml-sm-n35 {
        margin-left: -35px; }
        [dir="rtl"] .ml-sm-n35 {
          margin-right: -35px; }
      .m-sm-n38 {
        margin: -38px; }
      .mt-sm-n38 {
        margin-top: -38px; }
      .mr-sm-n38 {
        margin-right: -38px; }
        [dir="rtl"] .mr-sm-n38 {
          margin-left: -38px; }
      .mb-sm-n38 {
        margin-bottom: -38px; }
      .ml-sm-n38 {
        margin-left: -38px; }
        [dir="rtl"] .ml-sm-n38 {
          margin-right: -38px; }
      .m-sm-n40 {
        margin: -40px; }
      .mt-sm-n40 {
        margin-top: -40px; }
      .mr-sm-n40 {
        margin-right: -40px; }
        [dir="rtl"] .mr-sm-n40 {
          margin-left: -40px; }
      .mb-sm-n40 {
        margin-bottom: -40px; }
      .ml-sm-n40 {
        margin-left: -40px; }
        [dir="rtl"] .ml-sm-n40 {
          margin-right: -40px; }
      .m-sm-n45 {
        margin: -45px; }
      .mt-sm-n45 {
        margin-top: -45px; }
      .mr-sm-n45 {
        margin-right: -45px; }
        [dir="rtl"] .mr-sm-n45 {
          margin-left: -45px; }
      .mb-sm-n45 {
        margin-bottom: -45px; }
      .ml-sm-n45 {
        margin-left: -45px; }
        [dir="rtl"] .ml-sm-n45 {
          margin-right: -45px; }
      .m-sm-n50 {
        margin: -50px; }
      .mt-sm-n50 {
        margin-top: -50px; }
      .mr-sm-n50 {
        margin-right: -50px; }
        [dir="rtl"] .mr-sm-n50 {
          margin-left: -50px; }
      .mb-sm-n50 {
        margin-bottom: -50px; }
      .ml-sm-n50 {
        margin-left: -50px; }
        [dir="rtl"] .ml-sm-n50 {
          margin-right: -50px; }
      .m-sm-n55 {
        margin: -55px; }
      .mt-sm-n55 {
        margin-top: -55px; }
      .mr-sm-n55 {
        margin-right: -55px; }
        [dir="rtl"] .mr-sm-n55 {
          margin-left: -55px; }
      .mb-sm-n55 {
        margin-bottom: -55px; }
      .ml-sm-n55 {
        margin-left: -55px; }
        [dir="rtl"] .ml-sm-n55 {
          margin-right: -55px; }
      .m-sm-n60 {
        margin: -60px; }
      .mt-sm-n60 {
        margin-top: -60px; }
      .mr-sm-n60 {
        margin-right: -60px; }
        [dir="rtl"] .mr-sm-n60 {
          margin-left: -60px; }
      .mb-sm-n60 {
        margin-bottom: -60px; }
      .ml-sm-n60 {
        margin-left: -60px; }
        [dir="rtl"] .ml-sm-n60 {
          margin-right: -60px; }
      .m-sm-n65 {
        margin: -65px; }
      .mt-sm-n65 {
        margin-top: -65px; }
      .mr-sm-n65 {
        margin-right: -65px; }
        [dir="rtl"] .mr-sm-n65 {
          margin-left: -65px; }
      .mb-sm-n65 {
        margin-bottom: -65px; }
      .ml-sm-n65 {
        margin-left: -65px; }
        [dir="rtl"] .ml-sm-n65 {
          margin-right: -65px; }
      .m-sm-n70 {
        margin: -70px; }
      .mt-sm-n70 {
        margin-top: -70px; }
      .mr-sm-n70 {
        margin-right: -70px; }
        [dir="rtl"] .mr-sm-n70 {
          margin-left: -70px; }
      .mb-sm-n70 {
        margin-bottom: -70px; }
      .ml-sm-n70 {
        margin-left: -70px; }
        [dir="rtl"] .ml-sm-n70 {
          margin-right: -70px; }
      .m-sm-n75 {
        margin: -75px; }
      .mt-sm-n75 {
        margin-top: -75px; }
      .mr-sm-n75 {
        margin-right: -75px; }
        [dir="rtl"] .mr-sm-n75 {
          margin-left: -75px; }
      .mb-sm-n75 {
        margin-bottom: -75px; }
      .ml-sm-n75 {
        margin-left: -75px; }
        [dir="rtl"] .ml-sm-n75 {
          margin-right: -75px; }
      .m-sm-n80 {
        margin: -80px; }
      .mt-sm-n80 {
        margin-top: -80px; }
      .mr-sm-n80 {
        margin-right: -80px; }
        [dir="rtl"] .mr-sm-n80 {
          margin-left: -80px; }
      .mb-sm-n80 {
        margin-bottom: -80px; }
      .ml-sm-n80 {
        margin-left: -80px; }
        [dir="rtl"] .ml-sm-n80 {
          margin-right: -80px; }
      .m-sm-n85 {
        margin: -85px; }
      .mt-sm-n85 {
        margin-top: -85px; }
      .mr-sm-n85 {
        margin-right: -85px; }
        [dir="rtl"] .mr-sm-n85 {
          margin-left: -85px; }
      .mb-sm-n85 {
        margin-bottom: -85px; }
      .ml-sm-n85 {
        margin-left: -85px; }
        [dir="rtl"] .ml-sm-n85 {
          margin-right: -85px; }
      .m-sm-n90 {
        margin: -90px; }
      .mt-sm-n90 {
        margin-top: -90px; }
      .mr-sm-n90 {
        margin-right: -90px; }
        [dir="rtl"] .mr-sm-n90 {
          margin-left: -90px; }
      .mb-sm-n90 {
        margin-bottom: -90px; }
      .ml-sm-n90 {
        margin-left: -90px; }
        [dir="rtl"] .ml-sm-n90 {
          margin-right: -90px; }
      .m-sm-n95 {
        margin: -95px; }
      .mt-sm-n95 {
        margin-top: -95px; }
      .mr-sm-n95 {
        margin-right: -95px; }
        [dir="rtl"] .mr-sm-n95 {
          margin-left: -95px; }
      .mb-sm-n95 {
        margin-bottom: -95px; }
      .ml-sm-n95 {
        margin-left: -95px; }
        [dir="rtl"] .ml-sm-n95 {
          margin-right: -95px; }
      .m-sm-n100 {
        margin: -100px; }
      .mt-sm-n100 {
        margin-top: -100px; }
      .mr-sm-n100 {
        margin-right: -100px; }
        [dir="rtl"] .mr-sm-n100 {
          margin-left: -100px; }
      .mb-sm-n100 {
        margin-bottom: -100px; }
      .ml-sm-n100 {
        margin-left: -100px; }
        [dir="rtl"] .ml-sm-n100 {
          margin-right: -100px; }
      .m-sm-n105 {
        margin: -105px; }
      .mt-sm-n105 {
        margin-top: -105px; }
      .mr-sm-n105 {
        margin-right: -105px; }
        [dir="rtl"] .mr-sm-n105 {
          margin-left: -105px; }
      .mb-sm-n105 {
        margin-bottom: -105px; }
      .ml-sm-n105 {
        margin-left: -105px; }
        [dir="rtl"] .ml-sm-n105 {
          margin-right: -105px; }
      .m-sm-n110 {
        margin: -110px; }
      .mt-sm-n110 {
        margin-top: -110px; }
      .mr-sm-n110 {
        margin-right: -110px; }
        [dir="rtl"] .mr-sm-n110 {
          margin-left: -110px; }
      .mb-sm-n110 {
        margin-bottom: -110px; }
      .ml-sm-n110 {
        margin-left: -110px; }
        [dir="rtl"] .ml-sm-n110 {
          margin-right: -110px; }
      .m-sm-n115 {
        margin: -115px; }
      .mt-sm-n115 {
        margin-top: -115px; }
      .mr-sm-n115 {
        margin-right: -115px; }
        [dir="rtl"] .mr-sm-n115 {
          margin-left: -115px; }
      .mb-sm-n115 {
        margin-bottom: -115px; }
      .ml-sm-n115 {
        margin-left: -115px; }
        [dir="rtl"] .ml-sm-n115 {
          margin-right: -115px; }
      .m-sm-n120 {
        margin: -120px; }
      .mt-sm-n120 {
        margin-top: -120px; }
      .mr-sm-n120 {
        margin-right: -120px; }
        [dir="rtl"] .mr-sm-n120 {
          margin-left: -120px; }
      .mb-sm-n120 {
        margin-bottom: -120px; }
      .ml-sm-n120 {
        margin-left: -120px; }
        [dir="rtl"] .ml-sm-n120 {
          margin-right: -120px; }
      .m-sm-n125 {
        margin: -125px; }
      .mt-sm-n125 {
        margin-top: -125px; }
      .mr-sm-n125 {
        margin-right: -125px; }
        [dir="rtl"] .mr-sm-n125 {
          margin-left: -125px; }
      .mb-sm-n125 {
        margin-bottom: -125px; }
      .ml-sm-n125 {
        margin-left: -125px; }
        [dir="rtl"] .ml-sm-n125 {
          margin-right: -125px; }
      .m-sm-n130 {
        margin: -130px; }
      .mt-sm-n130 {
        margin-top: -130px; }
      .mr-sm-n130 {
        margin-right: -130px; }
        [dir="rtl"] .mr-sm-n130 {
          margin-left: -130px; }
      .mb-sm-n130 {
        margin-bottom: -130px; }
      .ml-sm-n130 {
        margin-left: -130px; }
        [dir="rtl"] .ml-sm-n130 {
          margin-right: -130px; }
      .m-sm-n140 {
        margin: -140px; }
      .mt-sm-n140 {
        margin-top: -140px; }
      .mr-sm-n140 {
        margin-right: -140px; }
        [dir="rtl"] .mr-sm-n140 {
          margin-left: -140px; }
      .mb-sm-n140 {
        margin-bottom: -140px; }
      .ml-sm-n140 {
        margin-left: -140px; }
        [dir="rtl"] .ml-sm-n140 {
          margin-right: -140px; }
      .m-sm-n148 {
        margin: -148px; }
      .mt-sm-n148 {
        margin-top: -148px; }
      .mr-sm-n148 {
        margin-right: -148px; }
        [dir="rtl"] .mr-sm-n148 {
          margin-left: -148px; }
      .mb-sm-n148 {
        margin-bottom: -148px; }
      .ml-sm-n148 {
        margin-left: -148px; }
        [dir="rtl"] .ml-sm-n148 {
          margin-right: -148px; }
      .m-sm-n150 {
        margin: -150px; }
      .mt-sm-n150 {
        margin-top: -150px; }
      .mr-sm-n150 {
        margin-right: -150px; }
        [dir="rtl"] .mr-sm-n150 {
          margin-left: -150px; }
      .mb-sm-n150 {
        margin-bottom: -150px; }
      .ml-sm-n150 {
        margin-left: -150px; }
        [dir="rtl"] .ml-sm-n150 {
          margin-right: -150px; }
      .m-sm-n200 {
        margin: -200px; }
      .mt-sm-n200 {
        margin-top: -200px; }
      .mr-sm-n200 {
        margin-right: -200px; }
        [dir="rtl"] .mr-sm-n200 {
          margin-left: -200px; }
      .mb-sm-n200 {
        margin-bottom: -200px; }
      .ml-sm-n200 {
        margin-left: -200px; }
        [dir="rtl"] .ml-sm-n200 {
          margin-right: -200px; }
      .m-sm-auto {
        margin: auto; }
      .mt-sm-auto, .my-sm-auto {
        margin-top: auto; }
      .mr-sm-auto, .mx-sm-auto {
        margin-right: auto; }
      .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto; }
      .ml-sm-auto, .mx-sm-auto {
        margin-left: auto; } }

@media (min-width: 768px) {
    .m-md-0 {
      margin: 0; }
      .mt-md-0 {
        margin-top: 0; }
      .mr-md-0 {
        margin-right: 0; }
        [dir="rtl"] .mr-md-0 {
          margin-right: 0;
          margin-left: 0; }
      .mb-md-0 {
        margin-bottom: 0; }
      .ml-md-0 {
        margin-left: 0; }
        [dir="rtl"] .ml-md-0 {
          margin-left: 0;
          margin-right: 0; }
      .m-lr-md-0 {
        margin-left: 0;
        margin-right: 0; }
      .m-tb-md-0 {
        margin-top: 0;
        margin-bottom: 0; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-5 {
        margin: 5px; }
      .mt-md-5 {
        margin-top: 5px; }
      .mr-md-5 {
        margin-right: 5px; }
        [dir="rtl"] .mr-md-5 {
          margin-right: 0;
          margin-left: 5px; }
      .mb-md-5 {
        margin-bottom: 5px; }
      .ml-md-5 {
        margin-left: 5px; }
        [dir="rtl"] .ml-md-5 {
          margin-left: 0;
          margin-right: 5px; }
      .m-lr-md-5 {
        margin-left: 5px;
        margin-right: 5px; }
      .m-tb-md-5 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-8 {
        margin: 8px; }
      .mt-md-8 {
        margin-top: 8px; }
      .mr-md-8 {
        margin-right: 8px; }
        [dir="rtl"] .mr-md-8 {
          margin-right: 0;
          margin-left: 8px; }
      .mb-md-8 {
        margin-bottom: 8px; }
      .ml-md-8 {
        margin-left: 8px; }
        [dir="rtl"] .ml-md-8 {
          margin-left: 0;
          margin-right: 8px; }
      .m-lr-md-8 {
        margin-left: 8px;
        margin-right: 8px; }
      .m-tb-md-8 {
        margin-top: 8px;
        margin-bottom: 8px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-10 {
        margin: 10px; }
      .mt-md-10 {
        margin-top: 10px; }
      .mr-md-10 {
        margin-right: 10px; }
        [dir="rtl"] .mr-md-10 {
          margin-right: 0;
          margin-left: 10px; }
      .mb-md-10 {
        margin-bottom: 10px; }
      .ml-md-10 {
        margin-left: 10px; }
        [dir="rtl"] .ml-md-10 {
          margin-left: 0;
          margin-right: 10px; }
      .m-lr-md-10 {
        margin-left: 10px;
        margin-right: 10px; }
      .m-tb-md-10 {
        margin-top: 10px;
        margin-bottom: 10px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-12 {
        margin: 12px; }
      .mt-md-12 {
        margin-top: 12px; }
      .mr-md-12 {
        margin-right: 12px; }
        [dir="rtl"] .mr-md-12 {
          margin-right: 0;
          margin-left: 12px; }
      .mb-md-12 {
        margin-bottom: 12px; }
      .ml-md-12 {
        margin-left: 12px; }
        [dir="rtl"] .ml-md-12 {
          margin-left: 0;
          margin-right: 12px; }
      .m-lr-md-12 {
        margin-left: 12px;
        margin-right: 12px; }
      .m-tb-md-12 {
        margin-top: 12px;
        margin-bottom: 12px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-15 {
        margin: 15px; }
      .mt-md-15 {
        margin-top: 15px; }
      .mr-md-15 {
        margin-right: 15px; }
        [dir="rtl"] .mr-md-15 {
          margin-right: 0;
          margin-left: 15px; }
      .mb-md-15 {
        margin-bottom: 15px; }
      .ml-md-15 {
        margin-left: 15px; }
        [dir="rtl"] .ml-md-15 {
          margin-left: 0;
          margin-right: 15px; }
      .m-lr-md-15 {
        margin-left: 15px;
        margin-right: 15px; }
      .m-tb-md-15 {
        margin-top: 15px;
        margin-bottom: 15px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-16 {
        margin: 16px; }
      .mt-md-16 {
        margin-top: 16px; }
      .mr-md-16 {
        margin-right: 16px; }
        [dir="rtl"] .mr-md-16 {
          margin-right: 0;
          margin-left: 16px; }
      .mb-md-16 {
        margin-bottom: 16px; }
      .ml-md-16 {
        margin-left: 16px; }
        [dir="rtl"] .ml-md-16 {
          margin-left: 0;
          margin-right: 16px; }
      .m-lr-md-16 {
        margin-left: 16px;
        margin-right: 16px; }
      .m-tb-md-16 {
        margin-top: 16px;
        margin-bottom: 16px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-18 {
        margin: 18px; }
      .mt-md-18 {
        margin-top: 18px; }
      .mr-md-18 {
        margin-right: 18px; }
        [dir="rtl"] .mr-md-18 {
          margin-right: 0;
          margin-left: 18px; }
      .mb-md-18 {
        margin-bottom: 18px; }
      .ml-md-18 {
        margin-left: 18px; }
        [dir="rtl"] .ml-md-18 {
          margin-left: 0;
          margin-right: 18px; }
      .m-lr-md-18 {
        margin-left: 18px;
        margin-right: 18px; }
      .m-tb-md-18 {
        margin-top: 18px;
        margin-bottom: 18px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-20 {
        margin: 20px; }
      .mt-md-20 {
        margin-top: 20px; }
      .mr-md-20 {
        margin-right: 20px; }
        [dir="rtl"] .mr-md-20 {
          margin-right: 0;
          margin-left: 20px; }
      .mb-md-20 {
        margin-bottom: 20px; }
      .ml-md-20 {
        margin-left: 20px; }
        [dir="rtl"] .ml-md-20 {
          margin-left: 0;
          margin-right: 20px; }
      .m-lr-md-20 {
        margin-left: 20px;
        margin-right: 20px; }
      .m-tb-md-20 {
        margin-top: 20px;
        margin-bottom: 20px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-22 {
        margin: 22px; }
      .mt-md-22 {
        margin-top: 22px; }
      .mr-md-22 {
        margin-right: 22px; }
        [dir="rtl"] .mr-md-22 {
          margin-right: 0;
          margin-left: 22px; }
      .mb-md-22 {
        margin-bottom: 22px; }
      .ml-md-22 {
        margin-left: 22px; }
        [dir="rtl"] .ml-md-22 {
          margin-left: 0;
          margin-right: 22px; }
      .m-lr-md-22 {
        margin-left: 22px;
        margin-right: 22px; }
      .m-tb-md-22 {
        margin-top: 22px;
        margin-bottom: 22px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-25 {
        margin: 25px; }
      .mt-md-25 {
        margin-top: 25px; }
      .mr-md-25 {
        margin-right: 25px; }
        [dir="rtl"] .mr-md-25 {
          margin-right: 0;
          margin-left: 25px; }
      .mb-md-25 {
        margin-bottom: 25px; }
      .ml-md-25 {
        margin-left: 25px; }
        [dir="rtl"] .ml-md-25 {
          margin-left: 0;
          margin-right: 25px; }
      .m-lr-md-25 {
        margin-left: 25px;
        margin-right: 25px; }
      .m-tb-md-25 {
        margin-top: 25px;
        margin-bottom: 25px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-27 {
        margin: 27px; }
      .mt-md-27 {
        margin-top: 27px; }
      .mr-md-27 {
        margin-right: 27px; }
        [dir="rtl"] .mr-md-27 {
          margin-right: 0;
          margin-left: 27px; }
      .mb-md-27 {
        margin-bottom: 27px; }
      .ml-md-27 {
        margin-left: 27px; }
        [dir="rtl"] .ml-md-27 {
          margin-left: 0;
          margin-right: 27px; }
      .m-lr-md-27 {
        margin-left: 27px;
        margin-right: 27px; }
      .m-tb-md-27 {
        margin-top: 27px;
        margin-bottom: 27px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-30 {
        margin: 30px; }
      .mt-md-30 {
        margin-top: 30px; }
      .mr-md-30 {
        margin-right: 30px; }
        [dir="rtl"] .mr-md-30 {
          margin-right: 0;
          margin-left: 30px; }
      .mb-md-30 {
        margin-bottom: 30px; }
      .ml-md-30 {
        margin-left: 30px; }
        [dir="rtl"] .ml-md-30 {
          margin-left: 0;
          margin-right: 30px; }
      .m-lr-md-30 {
        margin-left: 30px;
        margin-right: 30px; }
      .m-tb-md-30 {
        margin-top: 30px;
        margin-bottom: 30px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-32 {
        margin: 32px; }
      .mt-md-32 {
        margin-top: 32px; }
      .mr-md-32 {
        margin-right: 32px; }
        [dir="rtl"] .mr-md-32 {
          margin-right: 0;
          margin-left: 32px; }
      .mb-md-32 {
        margin-bottom: 32px; }
      .ml-md-32 {
        margin-left: 32px; }
        [dir="rtl"] .ml-md-32 {
          margin-left: 0;
          margin-right: 32px; }
      .m-lr-md-32 {
        margin-left: 32px;
        margin-right: 32px; }
      .m-tb-md-32 {
        margin-top: 32px;
        margin-bottom: 32px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-35 {
        margin: 35px; }
      .mt-md-35 {
        margin-top: 35px; }
      .mr-md-35 {
        margin-right: 35px; }
        [dir="rtl"] .mr-md-35 {
          margin-right: 0;
          margin-left: 35px; }
      .mb-md-35 {
        margin-bottom: 35px; }
      .ml-md-35 {
        margin-left: 35px; }
        [dir="rtl"] .ml-md-35 {
          margin-left: 0;
          margin-right: 35px; }
      .m-lr-md-35 {
        margin-left: 35px;
        margin-right: 35px; }
      .m-tb-md-35 {
        margin-top: 35px;
        margin-bottom: 35px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-38 {
        margin: 38px; }
      .mt-md-38 {
        margin-top: 38px; }
      .mr-md-38 {
        margin-right: 38px; }
        [dir="rtl"] .mr-md-38 {
          margin-right: 0;
          margin-left: 38px; }
      .mb-md-38 {
        margin-bottom: 38px; }
      .ml-md-38 {
        margin-left: 38px; }
        [dir="rtl"] .ml-md-38 {
          margin-left: 0;
          margin-right: 38px; }
      .m-lr-md-38 {
        margin-left: 38px;
        margin-right: 38px; }
      .m-tb-md-38 {
        margin-top: 38px;
        margin-bottom: 38px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-40 {
        margin: 40px; }
      .mt-md-40 {
        margin-top: 40px; }
      .mr-md-40 {
        margin-right: 40px; }
        [dir="rtl"] .mr-md-40 {
          margin-right: 0;
          margin-left: 40px; }
      .mb-md-40 {
        margin-bottom: 40px; }
      .ml-md-40 {
        margin-left: 40px; }
        [dir="rtl"] .ml-md-40 {
          margin-left: 0;
          margin-right: 40px; }
      .m-lr-md-40 {
        margin-left: 40px;
        margin-right: 40px; }
      .m-tb-md-40 {
        margin-top: 40px;
        margin-bottom: 40px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-45 {
        margin: 45px; }
      .mt-md-45 {
        margin-top: 45px; }
      .mr-md-45 {
        margin-right: 45px; }
        [dir="rtl"] .mr-md-45 {
          margin-right: 0;
          margin-left: 45px; }
      .mb-md-45 {
        margin-bottom: 45px; }
      .ml-md-45 {
        margin-left: 45px; }
        [dir="rtl"] .ml-md-45 {
          margin-left: 0;
          margin-right: 45px; }
      .m-lr-md-45 {
        margin-left: 45px;
        margin-right: 45px; }
      .m-tb-md-45 {
        margin-top: 45px;
        margin-bottom: 45px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-50 {
        margin: 50px; }
      .mt-md-50 {
        margin-top: 50px; }
      .mr-md-50 {
        margin-right: 50px; }
        [dir="rtl"] .mr-md-50 {
          margin-right: 0;
          margin-left: 50px; }
      .mb-md-50 {
        margin-bottom: 50px; }
      .ml-md-50 {
        margin-left: 50px; }
        [dir="rtl"] .ml-md-50 {
          margin-left: 0;
          margin-right: 50px; }
      .m-lr-md-50 {
        margin-left: 50px;
        margin-right: 50px; }
      .m-tb-md-50 {
        margin-top: 50px;
        margin-bottom: 50px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-55 {
        margin: 55px; }
      .mt-md-55 {
        margin-top: 55px; }
      .mr-md-55 {
        margin-right: 55px; }
        [dir="rtl"] .mr-md-55 {
          margin-right: 0;
          margin-left: 55px; }
      .mb-md-55 {
        margin-bottom: 55px; }
      .ml-md-55 {
        margin-left: 55px; }
        [dir="rtl"] .ml-md-55 {
          margin-left: 0;
          margin-right: 55px; }
      .m-lr-md-55 {
        margin-left: 55px;
        margin-right: 55px; }
      .m-tb-md-55 {
        margin-top: 55px;
        margin-bottom: 55px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-60 {
        margin: 60px; }
      .mt-md-60 {
        margin-top: 60px; }
      .mr-md-60 {
        margin-right: 60px; }
        [dir="rtl"] .mr-md-60 {
          margin-right: 0;
          margin-left: 60px; }
      .mb-md-60 {
        margin-bottom: 60px; }
      .ml-md-60 {
        margin-left: 60px; }
        [dir="rtl"] .ml-md-60 {
          margin-left: 0;
          margin-right: 60px; }
      .m-lr-md-60 {
        margin-left: 60px;
        margin-right: 60px; }
      .m-tb-md-60 {
        margin-top: 60px;
        margin-bottom: 60px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-65 {
        margin: 65px; }
      .mt-md-65 {
        margin-top: 65px; }
      .mr-md-65 {
        margin-right: 65px; }
        [dir="rtl"] .mr-md-65 {
          margin-right: 0;
          margin-left: 65px; }
      .mb-md-65 {
        margin-bottom: 65px; }
      .ml-md-65 {
        margin-left: 65px; }
        [dir="rtl"] .ml-md-65 {
          margin-left: 0;
          margin-right: 65px; }
      .m-lr-md-65 {
        margin-left: 65px;
        margin-right: 65px; }
      .m-tb-md-65 {
        margin-top: 65px;
        margin-bottom: 65px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-70 {
        margin: 70px; }
      .mt-md-70 {
        margin-top: 70px; }
      .mr-md-70 {
        margin-right: 70px; }
        [dir="rtl"] .mr-md-70 {
          margin-right: 0;
          margin-left: 70px; }
      .mb-md-70 {
        margin-bottom: 70px; }
      .ml-md-70 {
        margin-left: 70px; }
        [dir="rtl"] .ml-md-70 {
          margin-left: 0;
          margin-right: 70px; }
      .m-lr-md-70 {
        margin-left: 70px;
        margin-right: 70px; }
      .m-tb-md-70 {
        margin-top: 70px;
        margin-bottom: 70px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-75 {
        margin: 75px; }
      .mt-md-75 {
        margin-top: 75px; }
      .mr-md-75 {
        margin-right: 75px; }
        [dir="rtl"] .mr-md-75 {
          margin-right: 0;
          margin-left: 75px; }
      .mb-md-75 {
        margin-bottom: 75px; }
      .ml-md-75 {
        margin-left: 75px; }
        [dir="rtl"] .ml-md-75 {
          margin-left: 0;
          margin-right: 75px; }
      .m-lr-md-75 {
        margin-left: 75px;
        margin-right: 75px; }
      .m-tb-md-75 {
        margin-top: 75px;
        margin-bottom: 75px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-80 {
        margin: 80px; }
      .mt-md-80 {
        margin-top: 80px; }
      .mr-md-80 {
        margin-right: 80px; }
        [dir="rtl"] .mr-md-80 {
          margin-right: 0;
          margin-left: 80px; }
      .mb-md-80 {
        margin-bottom: 80px; }
      .ml-md-80 {
        margin-left: 80px; }
        [dir="rtl"] .ml-md-80 {
          margin-left: 0;
          margin-right: 80px; }
      .m-lr-md-80 {
        margin-left: 80px;
        margin-right: 80px; }
      .m-tb-md-80 {
        margin-top: 80px;
        margin-bottom: 80px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-85 {
        margin: 85px; }
      .mt-md-85 {
        margin-top: 85px; }
      .mr-md-85 {
        margin-right: 85px; }
        [dir="rtl"] .mr-md-85 {
          margin-right: 0;
          margin-left: 85px; }
      .mb-md-85 {
        margin-bottom: 85px; }
      .ml-md-85 {
        margin-left: 85px; }
        [dir="rtl"] .ml-md-85 {
          margin-left: 0;
          margin-right: 85px; }
      .m-lr-md-85 {
        margin-left: 85px;
        margin-right: 85px; }
      .m-tb-md-85 {
        margin-top: 85px;
        margin-bottom: 85px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-90 {
        margin: 90px; }
      .mt-md-90 {
        margin-top: 90px; }
      .mr-md-90 {
        margin-right: 90px; }
        [dir="rtl"] .mr-md-90 {
          margin-right: 0;
          margin-left: 90px; }
      .mb-md-90 {
        margin-bottom: 90px; }
      .ml-md-90 {
        margin-left: 90px; }
        [dir="rtl"] .ml-md-90 {
          margin-left: 0;
          margin-right: 90px; }
      .m-lr-md-90 {
        margin-left: 90px;
        margin-right: 90px; }
      .m-tb-md-90 {
        margin-top: 90px;
        margin-bottom: 90px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-95 {
        margin: 95px; }
      .mt-md-95 {
        margin-top: 95px; }
      .mr-md-95 {
        margin-right: 95px; }
        [dir="rtl"] .mr-md-95 {
          margin-right: 0;
          margin-left: 95px; }
      .mb-md-95 {
        margin-bottom: 95px; }
      .ml-md-95 {
        margin-left: 95px; }
        [dir="rtl"] .ml-md-95 {
          margin-left: 0;
          margin-right: 95px; }
      .m-lr-md-95 {
        margin-left: 95px;
        margin-right: 95px; }
      .m-tb-md-95 {
        margin-top: 95px;
        margin-bottom: 95px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-100 {
        margin: 100px; }
      .mt-md-100 {
        margin-top: 100px; }
      .mr-md-100 {
        margin-right: 100px; }
        [dir="rtl"] .mr-md-100 {
          margin-right: 0;
          margin-left: 100px; }
      .mb-md-100 {
        margin-bottom: 100px; }
      .ml-md-100 {
        margin-left: 100px; }
        [dir="rtl"] .ml-md-100 {
          margin-left: 0;
          margin-right: 100px; }
      .m-lr-md-100 {
        margin-left: 100px;
        margin-right: 100px; }
      .m-tb-md-100 {
        margin-top: 100px;
        margin-bottom: 100px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-105 {
        margin: 105px; }
      .mt-md-105 {
        margin-top: 105px; }
      .mr-md-105 {
        margin-right: 105px; }
        [dir="rtl"] .mr-md-105 {
          margin-right: 0;
          margin-left: 105px; }
      .mb-md-105 {
        margin-bottom: 105px; }
      .ml-md-105 {
        margin-left: 105px; }
        [dir="rtl"] .ml-md-105 {
          margin-left: 0;
          margin-right: 105px; }
      .m-lr-md-105 {
        margin-left: 105px;
        margin-right: 105px; }
      .m-tb-md-105 {
        margin-top: 105px;
        margin-bottom: 105px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-110 {
        margin: 110px; }
      .mt-md-110 {
        margin-top: 110px; }
      .mr-md-110 {
        margin-right: 110px; }
        [dir="rtl"] .mr-md-110 {
          margin-right: 0;
          margin-left: 110px; }
      .mb-md-110 {
        margin-bottom: 110px; }
      .ml-md-110 {
        margin-left: 110px; }
        [dir="rtl"] .ml-md-110 {
          margin-left: 0;
          margin-right: 110px; }
      .m-lr-md-110 {
        margin-left: 110px;
        margin-right: 110px; }
      .m-tb-md-110 {
        margin-top: 110px;
        margin-bottom: 110px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-115 {
        margin: 115px; }
      .mt-md-115 {
        margin-top: 115px; }
      .mr-md-115 {
        margin-right: 115px; }
        [dir="rtl"] .mr-md-115 {
          margin-right: 0;
          margin-left: 115px; }
      .mb-md-115 {
        margin-bottom: 115px; }
      .ml-md-115 {
        margin-left: 115px; }
        [dir="rtl"] .ml-md-115 {
          margin-left: 0;
          margin-right: 115px; }
      .m-lr-md-115 {
        margin-left: 115px;
        margin-right: 115px; }
      .m-tb-md-115 {
        margin-top: 115px;
        margin-bottom: 115px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-120 {
        margin: 120px; }
      .mt-md-120 {
        margin-top: 120px; }
      .mr-md-120 {
        margin-right: 120px; }
        [dir="rtl"] .mr-md-120 {
          margin-right: 0;
          margin-left: 120px; }
      .mb-md-120 {
        margin-bottom: 120px; }
      .ml-md-120 {
        margin-left: 120px; }
        [dir="rtl"] .ml-md-120 {
          margin-left: 0;
          margin-right: 120px; }
      .m-lr-md-120 {
        margin-left: 120px;
        margin-right: 120px; }
      .m-tb-md-120 {
        margin-top: 120px;
        margin-bottom: 120px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-125 {
        margin: 125px; }
      .mt-md-125 {
        margin-top: 125px; }
      .mr-md-125 {
        margin-right: 125px; }
        [dir="rtl"] .mr-md-125 {
          margin-right: 0;
          margin-left: 125px; }
      .mb-md-125 {
        margin-bottom: 125px; }
      .ml-md-125 {
        margin-left: 125px; }
        [dir="rtl"] .ml-md-125 {
          margin-left: 0;
          margin-right: 125px; }
      .m-lr-md-125 {
        margin-left: 125px;
        margin-right: 125px; }
      .m-tb-md-125 {
        margin-top: 125px;
        margin-bottom: 125px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-130 {
        margin: 130px; }
      .mt-md-130 {
        margin-top: 130px; }
      .mr-md-130 {
        margin-right: 130px; }
        [dir="rtl"] .mr-md-130 {
          margin-right: 0;
          margin-left: 130px; }
      .mb-md-130 {
        margin-bottom: 130px; }
      .ml-md-130 {
        margin-left: 130px; }
        [dir="rtl"] .ml-md-130 {
          margin-left: 0;
          margin-right: 130px; }
      .m-lr-md-130 {
        margin-left: 130px;
        margin-right: 130px; }
      .m-tb-md-130 {
        margin-top: 130px;
        margin-bottom: 130px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-140 {
        margin: 140px; }
      .mt-md-140 {
        margin-top: 140px; }
      .mr-md-140 {
        margin-right: 140px; }
        [dir="rtl"] .mr-md-140 {
          margin-right: 0;
          margin-left: 140px; }
      .mb-md-140 {
        margin-bottom: 140px; }
      .ml-md-140 {
        margin-left: 140px; }
        [dir="rtl"] .ml-md-140 {
          margin-left: 0;
          margin-right: 140px; }
      .m-lr-md-140 {
        margin-left: 140px;
        margin-right: 140px; }
      .m-tb-md-140 {
        margin-top: 140px;
        margin-bottom: 140px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-148 {
        margin: 148px; }
      .mt-md-148 {
        margin-top: 148px; }
      .mr-md-148 {
        margin-right: 148px; }
        [dir="rtl"] .mr-md-148 {
          margin-right: 0;
          margin-left: 148px; }
      .mb-md-148 {
        margin-bottom: 148px; }
      .ml-md-148 {
        margin-left: 148px; }
        [dir="rtl"] .ml-md-148 {
          margin-left: 0;
          margin-right: 148px; }
      .m-lr-md-148 {
        margin-left: 148px;
        margin-right: 148px; }
      .m-tb-md-148 {
        margin-top: 148px;
        margin-bottom: 148px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-150 {
        margin: 150px; }
      .mt-md-150 {
        margin-top: 150px; }
      .mr-md-150 {
        margin-right: 150px; }
        [dir="rtl"] .mr-md-150 {
          margin-right: 0;
          margin-left: 150px; }
      .mb-md-150 {
        margin-bottom: 150px; }
      .ml-md-150 {
        margin-left: 150px; }
        [dir="rtl"] .ml-md-150 {
          margin-left: 0;
          margin-right: 150px; }
      .m-lr-md-150 {
        margin-left: 150px;
        margin-right: 150px; }
      .m-tb-md-150 {
        margin-top: 150px;
        margin-bottom: 150px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-md-200 {
        margin: 200px; }
      .mt-md-200 {
        margin-top: 200px; }
      .mr-md-200 {
        margin-right: 200px; }
        [dir="rtl"] .mr-md-200 {
          margin-right: 0;
          margin-left: 200px; }
      .mb-md-200 {
        margin-bottom: 200px; }
      .ml-md-200 {
        margin-left: 200px; }
        [dir="rtl"] .ml-md-200 {
          margin-left: 0;
          margin-right: 200px; }
      .m-lr-md-200 {
        margin-left: 200px;
        margin-right: 200px; }
      .m-tb-md-200 {
        margin-top: 200px;
        margin-bottom: 200px; }
      .m-lr-md-auto {
        margin-left: auto;
        margin-right: auto; }
      .p-md-0 {
        padding: 0; }
      .pt-md-0 {
        padding-top: 0; }
      .pr-md-0 {
        padding-right: 0; }
        [dir="rtl"] .pr-md-0 {
          padding-right: 0;
          padding-left: 0; }
      .pb-md-0 {
        padding-bottom: 0; }
      .pl-md-0 {
        padding-left: 0; }
        [dir="rtl"] .pl-md-0 {
          padding-left: 0;
          padding-right: 0; }
      .p-lr-md-0 {
        padding-left: 0;
        padding-right: 0; }
      .p-tb-md-0 {
        padding-top: 0;
        padding-bottom: 0; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-5 {
        padding: 5px; }
      .pt-md-5 {
        padding-top: 5px; }
      .pr-md-5 {
        padding-right: 5px; }
        [dir="rtl"] .pr-md-5 {
          padding-right: 0;
          padding-left: 5px; }
      .pb-md-5 {
        padding-bottom: 5px; }
      .pl-md-5 {
        padding-left: 5px; }
        [dir="rtl"] .pl-md-5 {
          padding-left: 0;
          padding-right: 5px; }
      .p-lr-md-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .p-tb-md-5 {
        padding-top: 5px;
        padding-bottom: 5px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-8 {
        padding: 8px; }
      .pt-md-8 {
        padding-top: 8px; }
      .pr-md-8 {
        padding-right: 8px; }
        [dir="rtl"] .pr-md-8 {
          padding-right: 0;
          padding-left: 8px; }
      .pb-md-8 {
        padding-bottom: 8px; }
      .pl-md-8 {
        padding-left: 8px; }
        [dir="rtl"] .pl-md-8 {
          padding-left: 0;
          padding-right: 8px; }
      .p-lr-md-8 {
        padding-left: 8px;
        padding-right: 8px; }
      .p-tb-md-8 {
        padding-top: 8px;
        padding-bottom: 8px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-10 {
        padding: 10px; }
      .pt-md-10 {
        padding-top: 10px; }
      .pr-md-10 {
        padding-right: 10px; }
        [dir="rtl"] .pr-md-10 {
          padding-right: 0;
          padding-left: 10px; }
      .pb-md-10 {
        padding-bottom: 10px; }
      .pl-md-10 {
        padding-left: 10px; }
        [dir="rtl"] .pl-md-10 {
          padding-left: 0;
          padding-right: 10px; }
      .p-lr-md-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .p-tb-md-10 {
        padding-top: 10px;
        padding-bottom: 10px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-12 {
        padding: 12px; }
      .pt-md-12 {
        padding-top: 12px; }
      .pr-md-12 {
        padding-right: 12px; }
        [dir="rtl"] .pr-md-12 {
          padding-right: 0;
          padding-left: 12px; }
      .pb-md-12 {
        padding-bottom: 12px; }
      .pl-md-12 {
        padding-left: 12px; }
        [dir="rtl"] .pl-md-12 {
          padding-left: 0;
          padding-right: 12px; }
      .p-lr-md-12 {
        padding-left: 12px;
        padding-right: 12px; }
      .p-tb-md-12 {
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-15 {
        padding: 15px; }
      .pt-md-15 {
        padding-top: 15px; }
      .pr-md-15 {
        padding-right: 15px; }
        [dir="rtl"] .pr-md-15 {
          padding-right: 0;
          padding-left: 15px; }
      .pb-md-15 {
        padding-bottom: 15px; }
      .pl-md-15 {
        padding-left: 15px; }
        [dir="rtl"] .pl-md-15 {
          padding-left: 0;
          padding-right: 15px; }
      .p-lr-md-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .p-tb-md-15 {
        padding-top: 15px;
        padding-bottom: 15px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-16 {
        padding: 16px; }
      .pt-md-16 {
        padding-top: 16px; }
      .pr-md-16 {
        padding-right: 16px; }
        [dir="rtl"] .pr-md-16 {
          padding-right: 0;
          padding-left: 16px; }
      .pb-md-16 {
        padding-bottom: 16px; }
      .pl-md-16 {
        padding-left: 16px; }
        [dir="rtl"] .pl-md-16 {
          padding-left: 0;
          padding-right: 16px; }
      .p-lr-md-16 {
        padding-left: 16px;
        padding-right: 16px; }
      .p-tb-md-16 {
        padding-top: 16px;
        padding-bottom: 16px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-18 {
        padding: 18px; }
      .pt-md-18 {
        padding-top: 18px; }
      .pr-md-18 {
        padding-right: 18px; }
        [dir="rtl"] .pr-md-18 {
          padding-right: 0;
          padding-left: 18px; }
      .pb-md-18 {
        padding-bottom: 18px; }
      .pl-md-18 {
        padding-left: 18px; }
        [dir="rtl"] .pl-md-18 {
          padding-left: 0;
          padding-right: 18px; }
      .p-lr-md-18 {
        padding-left: 18px;
        padding-right: 18px; }
      .p-tb-md-18 {
        padding-top: 18px;
        padding-bottom: 18px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-20 {
        padding: 20px; }
      .pt-md-20 {
        padding-top: 20px; }
      .pr-md-20 {
        padding-right: 20px; }
        [dir="rtl"] .pr-md-20 {
          padding-right: 0;
          padding-left: 20px; }
      .pb-md-20 {
        padding-bottom: 20px; }
      .pl-md-20 {
        padding-left: 20px; }
        [dir="rtl"] .pl-md-20 {
          padding-left: 0;
          padding-right: 20px; }
      .p-lr-md-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .p-tb-md-20 {
        padding-top: 20px;
        padding-bottom: 20px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-22 {
        padding: 22px; }
      .pt-md-22 {
        padding-top: 22px; }
      .pr-md-22 {
        padding-right: 22px; }
        [dir="rtl"] .pr-md-22 {
          padding-right: 0;
          padding-left: 22px; }
      .pb-md-22 {
        padding-bottom: 22px; }
      .pl-md-22 {
        padding-left: 22px; }
        [dir="rtl"] .pl-md-22 {
          padding-left: 0;
          padding-right: 22px; }
      .p-lr-md-22 {
        padding-left: 22px;
        padding-right: 22px; }
      .p-tb-md-22 {
        padding-top: 22px;
        padding-bottom: 22px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-25 {
        padding: 25px; }
      .pt-md-25 {
        padding-top: 25px; }
      .pr-md-25 {
        padding-right: 25px; }
        [dir="rtl"] .pr-md-25 {
          padding-right: 0;
          padding-left: 25px; }
      .pb-md-25 {
        padding-bottom: 25px; }
      .pl-md-25 {
        padding-left: 25px; }
        [dir="rtl"] .pl-md-25 {
          padding-left: 0;
          padding-right: 25px; }
      .p-lr-md-25 {
        padding-left: 25px;
        padding-right: 25px; }
      .p-tb-md-25 {
        padding-top: 25px;
        padding-bottom: 25px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-27 {
        padding: 27px; }
      .pt-md-27 {
        padding-top: 27px; }
      .pr-md-27 {
        padding-right: 27px; }
        [dir="rtl"] .pr-md-27 {
          padding-right: 0;
          padding-left: 27px; }
      .pb-md-27 {
        padding-bottom: 27px; }
      .pl-md-27 {
        padding-left: 27px; }
        [dir="rtl"] .pl-md-27 {
          padding-left: 0;
          padding-right: 27px; }
      .p-lr-md-27 {
        padding-left: 27px;
        padding-right: 27px; }
      .p-tb-md-27 {
        padding-top: 27px;
        padding-bottom: 27px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-30 {
        padding: 30px; }
      .pt-md-30 {
        padding-top: 30px; }
      .pr-md-30 {
        padding-right: 30px; }
        [dir="rtl"] .pr-md-30 {
          padding-right: 0;
          padding-left: 30px; }
      .pb-md-30 {
        padding-bottom: 30px; }
      .pl-md-30 {
        padding-left: 30px; }
        [dir="rtl"] .pl-md-30 {
          padding-left: 0;
          padding-right: 30px; }
      .p-lr-md-30 {
        padding-left: 30px;
        padding-right: 30px; }
      .p-tb-md-30 {
        padding-top: 30px;
        padding-bottom: 30px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-32 {
        padding: 32px; }
      .pt-md-32 {
        padding-top: 32px; }
      .pr-md-32 {
        padding-right: 32px; }
        [dir="rtl"] .pr-md-32 {
          padding-right: 0;
          padding-left: 32px; }
      .pb-md-32 {
        padding-bottom: 32px; }
      .pl-md-32 {
        padding-left: 32px; }
        [dir="rtl"] .pl-md-32 {
          padding-left: 0;
          padding-right: 32px; }
      .p-lr-md-32 {
        padding-left: 32px;
        padding-right: 32px; }
      .p-tb-md-32 {
        padding-top: 32px;
        padding-bottom: 32px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-35 {
        padding: 35px; }
      .pt-md-35 {
        padding-top: 35px; }
      .pr-md-35 {
        padding-right: 35px; }
        [dir="rtl"] .pr-md-35 {
          padding-right: 0;
          padding-left: 35px; }
      .pb-md-35 {
        padding-bottom: 35px; }
      .pl-md-35 {
        padding-left: 35px; }
        [dir="rtl"] .pl-md-35 {
          padding-left: 0;
          padding-right: 35px; }
      .p-lr-md-35 {
        padding-left: 35px;
        padding-right: 35px; }
      .p-tb-md-35 {
        padding-top: 35px;
        padding-bottom: 35px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-38 {
        padding: 38px; }
      .pt-md-38 {
        padding-top: 38px; }
      .pr-md-38 {
        padding-right: 38px; }
        [dir="rtl"] .pr-md-38 {
          padding-right: 0;
          padding-left: 38px; }
      .pb-md-38 {
        padding-bottom: 38px; }
      .pl-md-38 {
        padding-left: 38px; }
        [dir="rtl"] .pl-md-38 {
          padding-left: 0;
          padding-right: 38px; }
      .p-lr-md-38 {
        padding-left: 38px;
        padding-right: 38px; }
      .p-tb-md-38 {
        padding-top: 38px;
        padding-bottom: 38px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-40 {
        padding: 40px; }
      .pt-md-40 {
        padding-top: 40px; }
      .pr-md-40 {
        padding-right: 40px; }
        [dir="rtl"] .pr-md-40 {
          padding-right: 0;
          padding-left: 40px; }
      .pb-md-40 {
        padding-bottom: 40px; }
      .pl-md-40 {
        padding-left: 40px; }
        [dir="rtl"] .pl-md-40 {
          padding-left: 0;
          padding-right: 40px; }
      .p-lr-md-40 {
        padding-left: 40px;
        padding-right: 40px; }
      .p-tb-md-40 {
        padding-top: 40px;
        padding-bottom: 40px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-45 {
        padding: 45px; }
      .pt-md-45 {
        padding-top: 45px; }
      .pr-md-45 {
        padding-right: 45px; }
        [dir="rtl"] .pr-md-45 {
          padding-right: 0;
          padding-left: 45px; }
      .pb-md-45 {
        padding-bottom: 45px; }
      .pl-md-45 {
        padding-left: 45px; }
        [dir="rtl"] .pl-md-45 {
          padding-left: 0;
          padding-right: 45px; }
      .p-lr-md-45 {
        padding-left: 45px;
        padding-right: 45px; }
      .p-tb-md-45 {
        padding-top: 45px;
        padding-bottom: 45px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-50 {
        padding: 50px; }
      .pt-md-50 {
        padding-top: 50px; }
      .pr-md-50 {
        padding-right: 50px; }
        [dir="rtl"] .pr-md-50 {
          padding-right: 0;
          padding-left: 50px; }
      .pb-md-50 {
        padding-bottom: 50px; }
      .pl-md-50 {
        padding-left: 50px; }
        [dir="rtl"] .pl-md-50 {
          padding-left: 0;
          padding-right: 50px; }
      .p-lr-md-50 {
        padding-left: 50px;
        padding-right: 50px; }
      .p-tb-md-50 {
        padding-top: 50px;
        padding-bottom: 50px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-55 {
        padding: 55px; }
      .pt-md-55 {
        padding-top: 55px; }
      .pr-md-55 {
        padding-right: 55px; }
        [dir="rtl"] .pr-md-55 {
          padding-right: 0;
          padding-left: 55px; }
      .pb-md-55 {
        padding-bottom: 55px; }
      .pl-md-55 {
        padding-left: 55px; }
        [dir="rtl"] .pl-md-55 {
          padding-left: 0;
          padding-right: 55px; }
      .p-lr-md-55 {
        padding-left: 55px;
        padding-right: 55px; }
      .p-tb-md-55 {
        padding-top: 55px;
        padding-bottom: 55px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-60 {
        padding: 60px; }
      .pt-md-60 {
        padding-top: 60px; }
      .pr-md-60 {
        padding-right: 60px; }
        [dir="rtl"] .pr-md-60 {
          padding-right: 0;
          padding-left: 60px; }
      .pb-md-60 {
        padding-bottom: 60px; }
      .pl-md-60 {
        padding-left: 60px; }
        [dir="rtl"] .pl-md-60 {
          padding-left: 0;
          padding-right: 60px; }
      .p-lr-md-60 {
        padding-left: 60px;
        padding-right: 60px; }
      .p-tb-md-60 {
        padding-top: 60px;
        padding-bottom: 60px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-65 {
        padding: 65px; }
      .pt-md-65 {
        padding-top: 65px; }
      .pr-md-65 {
        padding-right: 65px; }
        [dir="rtl"] .pr-md-65 {
          padding-right: 0;
          padding-left: 65px; }
      .pb-md-65 {
        padding-bottom: 65px; }
      .pl-md-65 {
        padding-left: 65px; }
        [dir="rtl"] .pl-md-65 {
          padding-left: 0;
          padding-right: 65px; }
      .p-lr-md-65 {
        padding-left: 65px;
        padding-right: 65px; }
      .p-tb-md-65 {
        padding-top: 65px;
        padding-bottom: 65px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-70 {
        padding: 70px; }
      .pt-md-70 {
        padding-top: 70px; }
      .pr-md-70 {
        padding-right: 70px; }
        [dir="rtl"] .pr-md-70 {
          padding-right: 0;
          padding-left: 70px; }
      .pb-md-70 {
        padding-bottom: 70px; }
      .pl-md-70 {
        padding-left: 70px; }
        [dir="rtl"] .pl-md-70 {
          padding-left: 0;
          padding-right: 70px; }
      .p-lr-md-70 {
        padding-left: 70px;
        padding-right: 70px; }
      .p-tb-md-70 {
        padding-top: 70px;
        padding-bottom: 70px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-75 {
        padding: 75px; }
      .pt-md-75 {
        padding-top: 75px; }
      .pr-md-75 {
        padding-right: 75px; }
        [dir="rtl"] .pr-md-75 {
          padding-right: 0;
          padding-left: 75px; }
      .pb-md-75 {
        padding-bottom: 75px; }
      .pl-md-75 {
        padding-left: 75px; }
        [dir="rtl"] .pl-md-75 {
          padding-left: 0;
          padding-right: 75px; }
      .p-lr-md-75 {
        padding-left: 75px;
        padding-right: 75px; }
      .p-tb-md-75 {
        padding-top: 75px;
        padding-bottom: 75px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-80 {
        padding: 80px; }
      .pt-md-80 {
        padding-top: 80px; }
      .pr-md-80 {
        padding-right: 80px; }
        [dir="rtl"] .pr-md-80 {
          padding-right: 0;
          padding-left: 80px; }
      .pb-md-80 {
        padding-bottom: 80px; }
      .pl-md-80 {
        padding-left: 80px; }
        [dir="rtl"] .pl-md-80 {
          padding-left: 0;
          padding-right: 80px; }
      .p-lr-md-80 {
        padding-left: 80px;
        padding-right: 80px; }
      .p-tb-md-80 {
        padding-top: 80px;
        padding-bottom: 80px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-85 {
        padding: 85px; }
      .pt-md-85 {
        padding-top: 85px; }
      .pr-md-85 {
        padding-right: 85px; }
        [dir="rtl"] .pr-md-85 {
          padding-right: 0;
          padding-left: 85px; }
      .pb-md-85 {
        padding-bottom: 85px; }
      .pl-md-85 {
        padding-left: 85px; }
        [dir="rtl"] .pl-md-85 {
          padding-left: 0;
          padding-right: 85px; }
      .p-lr-md-85 {
        padding-left: 85px;
        padding-right: 85px; }
      .p-tb-md-85 {
        padding-top: 85px;
        padding-bottom: 85px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-90 {
        padding: 90px; }
      .pt-md-90 {
        padding-top: 90px; }
      .pr-md-90 {
        padding-right: 90px; }
        [dir="rtl"] .pr-md-90 {
          padding-right: 0;
          padding-left: 90px; }
      .pb-md-90 {
        padding-bottom: 90px; }
      .pl-md-90 {
        padding-left: 90px; }
        [dir="rtl"] .pl-md-90 {
          padding-left: 0;
          padding-right: 90px; }
      .p-lr-md-90 {
        padding-left: 90px;
        padding-right: 90px; }
      .p-tb-md-90 {
        padding-top: 90px;
        padding-bottom: 90px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-95 {
        padding: 95px; }
      .pt-md-95 {
        padding-top: 95px; }
      .pr-md-95 {
        padding-right: 95px; }
        [dir="rtl"] .pr-md-95 {
          padding-right: 0;
          padding-left: 95px; }
      .pb-md-95 {
        padding-bottom: 95px; }
      .pl-md-95 {
        padding-left: 95px; }
        [dir="rtl"] .pl-md-95 {
          padding-left: 0;
          padding-right: 95px; }
      .p-lr-md-95 {
        padding-left: 95px;
        padding-right: 95px; }
      .p-tb-md-95 {
        padding-top: 95px;
        padding-bottom: 95px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-100 {
        padding: 100px; }
      .pt-md-100 {
        padding-top: 100px; }
      .pr-md-100 {
        padding-right: 100px; }
        [dir="rtl"] .pr-md-100 {
          padding-right: 0;
          padding-left: 100px; }
      .pb-md-100 {
        padding-bottom: 100px; }
      .pl-md-100 {
        padding-left: 100px; }
        [dir="rtl"] .pl-md-100 {
          padding-left: 0;
          padding-right: 100px; }
      .p-lr-md-100 {
        padding-left: 100px;
        padding-right: 100px; }
      .p-tb-md-100 {
        padding-top: 100px;
        padding-bottom: 100px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-105 {
        padding: 105px; }
      .pt-md-105 {
        padding-top: 105px; }
      .pr-md-105 {
        padding-right: 105px; }
        [dir="rtl"] .pr-md-105 {
          padding-right: 0;
          padding-left: 105px; }
      .pb-md-105 {
        padding-bottom: 105px; }
      .pl-md-105 {
        padding-left: 105px; }
        [dir="rtl"] .pl-md-105 {
          padding-left: 0;
          padding-right: 105px; }
      .p-lr-md-105 {
        padding-left: 105px;
        padding-right: 105px; }
      .p-tb-md-105 {
        padding-top: 105px;
        padding-bottom: 105px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-110 {
        padding: 110px; }
      .pt-md-110 {
        padding-top: 110px; }
      .pr-md-110 {
        padding-right: 110px; }
        [dir="rtl"] .pr-md-110 {
          padding-right: 0;
          padding-left: 110px; }
      .pb-md-110 {
        padding-bottom: 110px; }
      .pl-md-110 {
        padding-left: 110px; }
        [dir="rtl"] .pl-md-110 {
          padding-left: 0;
          padding-right: 110px; }
      .p-lr-md-110 {
        padding-left: 110px;
        padding-right: 110px; }
      .p-tb-md-110 {
        padding-top: 110px;
        padding-bottom: 110px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-115 {
        padding: 115px; }
      .pt-md-115 {
        padding-top: 115px; }
      .pr-md-115 {
        padding-right: 115px; }
        [dir="rtl"] .pr-md-115 {
          padding-right: 0;
          padding-left: 115px; }
      .pb-md-115 {
        padding-bottom: 115px; }
      .pl-md-115 {
        padding-left: 115px; }
        [dir="rtl"] .pl-md-115 {
          padding-left: 0;
          padding-right: 115px; }
      .p-lr-md-115 {
        padding-left: 115px;
        padding-right: 115px; }
      .p-tb-md-115 {
        padding-top: 115px;
        padding-bottom: 115px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-120 {
        padding: 120px; }
      .pt-md-120 {
        padding-top: 120px; }
      .pr-md-120 {
        padding-right: 120px; }
        [dir="rtl"] .pr-md-120 {
          padding-right: 0;
          padding-left: 120px; }
      .pb-md-120 {
        padding-bottom: 120px; }
      .pl-md-120 {
        padding-left: 120px; }
        [dir="rtl"] .pl-md-120 {
          padding-left: 0;
          padding-right: 120px; }
      .p-lr-md-120 {
        padding-left: 120px;
        padding-right: 120px; }
      .p-tb-md-120 {
        padding-top: 120px;
        padding-bottom: 120px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-125 {
        padding: 125px; }
      .pt-md-125 {
        padding-top: 125px; }
      .pr-md-125 {
        padding-right: 125px; }
        [dir="rtl"] .pr-md-125 {
          padding-right: 0;
          padding-left: 125px; }
      .pb-md-125 {
        padding-bottom: 125px; }
      .pl-md-125 {
        padding-left: 125px; }
        [dir="rtl"] .pl-md-125 {
          padding-left: 0;
          padding-right: 125px; }
      .p-lr-md-125 {
        padding-left: 125px;
        padding-right: 125px; }
      .p-tb-md-125 {
        padding-top: 125px;
        padding-bottom: 125px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-130 {
        padding: 130px; }
      .pt-md-130 {
        padding-top: 130px; }
      .pr-md-130 {
        padding-right: 130px; }
        [dir="rtl"] .pr-md-130 {
          padding-right: 0;
          padding-left: 130px; }
      .pb-md-130 {
        padding-bottom: 130px; }
      .pl-md-130 {
        padding-left: 130px; }
        [dir="rtl"] .pl-md-130 {
          padding-left: 0;
          padding-right: 130px; }
      .p-lr-md-130 {
        padding-left: 130px;
        padding-right: 130px; }
      .p-tb-md-130 {
        padding-top: 130px;
        padding-bottom: 130px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-140 {
        padding: 140px; }
      .pt-md-140 {
        padding-top: 140px; }
      .pr-md-140 {
        padding-right: 140px; }
        [dir="rtl"] .pr-md-140 {
          padding-right: 0;
          padding-left: 140px; }
      .pb-md-140 {
        padding-bottom: 140px; }
      .pl-md-140 {
        padding-left: 140px; }
        [dir="rtl"] .pl-md-140 {
          padding-left: 0;
          padding-right: 140px; }
      .p-lr-md-140 {
        padding-left: 140px;
        padding-right: 140px; }
      .p-tb-md-140 {
        padding-top: 140px;
        padding-bottom: 140px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-148 {
        padding: 148px; }
      .pt-md-148 {
        padding-top: 148px; }
      .pr-md-148 {
        padding-right: 148px; }
        [dir="rtl"] .pr-md-148 {
          padding-right: 0;
          padding-left: 148px; }
      .pb-md-148 {
        padding-bottom: 148px; }
      .pl-md-148 {
        padding-left: 148px; }
        [dir="rtl"] .pl-md-148 {
          padding-left: 0;
          padding-right: 148px; }
      .p-lr-md-148 {
        padding-left: 148px;
        padding-right: 148px; }
      .p-tb-md-148 {
        padding-top: 148px;
        padding-bottom: 148px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-150 {
        padding: 150px; }
      .pt-md-150 {
        padding-top: 150px; }
      .pr-md-150 {
        padding-right: 150px; }
        [dir="rtl"] .pr-md-150 {
          padding-right: 0;
          padding-left: 150px; }
      .pb-md-150 {
        padding-bottom: 150px; }
      .pl-md-150 {
        padding-left: 150px; }
        [dir="rtl"] .pl-md-150 {
          padding-left: 0;
          padding-right: 150px; }
      .p-lr-md-150 {
        padding-left: 150px;
        padding-right: 150px; }
      .p-tb-md-150 {
        padding-top: 150px;
        padding-bottom: 150px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-md-200 {
        padding: 200px; }
      .pt-md-200 {
        padding-top: 200px; }
      .pr-md-200 {
        padding-right: 200px; }
        [dir="rtl"] .pr-md-200 {
          padding-right: 0;
          padding-left: 200px; }
      .pb-md-200 {
        padding-bottom: 200px; }
      .pl-md-200 {
        padding-left: 200px; }
        [dir="rtl"] .pl-md-200 {
          padding-left: 0;
          padding-right: 200px; }
      .p-lr-md-200 {
        padding-left: 200px;
        padding-right: 200px; }
      .p-tb-md-200 {
        padding-top: 200px;
        padding-bottom: 200px; }
      .p-lr-md-auto {
        padding-left: auto;
        padding-right: auto; }
      .m-md-n0 {
        margin: -0; }
      .mt-md-n0 {
        margin-top: -0; }
      .mr-md-n0 {
        margin-right: -0; }
        [dir="rtl"] .mr-md-n0 {
          margin-left: -0; }
      .mb-md-n0 {
        margin-bottom: -0; }
      .ml-md-n0 {
        margin-left: -0; }
        [dir="rtl"] .ml-md-n0 {
          margin-right: -0; }
      .m-md-n5 {
        margin: -5px; }
      .mt-md-n5 {
        margin-top: -5px; }
      .mr-md-n5 {
        margin-right: -5px; }
        [dir="rtl"] .mr-md-n5 {
          margin-left: -5px; }
      .mb-md-n5 {
        margin-bottom: -5px; }
      .ml-md-n5 {
        margin-left: -5px; }
        [dir="rtl"] .ml-md-n5 {
          margin-right: -5px; }
      .m-md-n8 {
        margin: -8px; }
      .mt-md-n8 {
        margin-top: -8px; }
      .mr-md-n8 {
        margin-right: -8px; }
        [dir="rtl"] .mr-md-n8 {
          margin-left: -8px; }
      .mb-md-n8 {
        margin-bottom: -8px; }
      .ml-md-n8 {
        margin-left: -8px; }
        [dir="rtl"] .ml-md-n8 {
          margin-right: -8px; }
      .m-md-n10 {
        margin: -10px; }
      .mt-md-n10 {
        margin-top: -10px; }
      .mr-md-n10 {
        margin-right: -10px; }
        [dir="rtl"] .mr-md-n10 {
          margin-left: -10px; }
      .mb-md-n10 {
        margin-bottom: -10px; }
      .ml-md-n10 {
        margin-left: -10px; }
        [dir="rtl"] .ml-md-n10 {
          margin-right: -10px; }
      .m-md-n12 {
        margin: -12px; }
      .mt-md-n12 {
        margin-top: -12px; }
      .mr-md-n12 {
        margin-right: -12px; }
        [dir="rtl"] .mr-md-n12 {
          margin-left: -12px; }
      .mb-md-n12 {
        margin-bottom: -12px; }
      .ml-md-n12 {
        margin-left: -12px; }
        [dir="rtl"] .ml-md-n12 {
          margin-right: -12px; }
      .m-md-n15 {
        margin: -15px; }
      .mt-md-n15 {
        margin-top: -15px; }
      .mr-md-n15 {
        margin-right: -15px; }
        [dir="rtl"] .mr-md-n15 {
          margin-left: -15px; }
      .mb-md-n15 {
        margin-bottom: -15px; }
      .ml-md-n15 {
        margin-left: -15px; }
        [dir="rtl"] .ml-md-n15 {
          margin-right: -15px; }
      .m-md-n16 {
        margin: -16px; }
      .mt-md-n16 {
        margin-top: -16px; }
      .mr-md-n16 {
        margin-right: -16px; }
        [dir="rtl"] .mr-md-n16 {
          margin-left: -16px; }
      .mb-md-n16 {
        margin-bottom: -16px; }
      .ml-md-n16 {
        margin-left: -16px; }
        [dir="rtl"] .ml-md-n16 {
          margin-right: -16px; }
      .m-md-n18 {
        margin: -18px; }
      .mt-md-n18 {
        margin-top: -18px; }
      .mr-md-n18 {
        margin-right: -18px; }
        [dir="rtl"] .mr-md-n18 {
          margin-left: -18px; }
      .mb-md-n18 {
        margin-bottom: -18px; }
      .ml-md-n18 {
        margin-left: -18px; }
        [dir="rtl"] .ml-md-n18 {
          margin-right: -18px; }
      .m-md-n20 {
        margin: -20px; }
      .mt-md-n20 {
        margin-top: -20px; }
      .mr-md-n20 {
        margin-right: -20px; }
        [dir="rtl"] .mr-md-n20 {
          margin-left: -20px; }
      .mb-md-n20 {
        margin-bottom: -20px; }
      .ml-md-n20 {
        margin-left: -20px; }
        [dir="rtl"] .ml-md-n20 {
          margin-right: -20px; }
      .m-md-n22 {
        margin: -22px; }
      .mt-md-n22 {
        margin-top: -22px; }
      .mr-md-n22 {
        margin-right: -22px; }
        [dir="rtl"] .mr-md-n22 {
          margin-left: -22px; }
      .mb-md-n22 {
        margin-bottom: -22px; }
      .ml-md-n22 {
        margin-left: -22px; }
        [dir="rtl"] .ml-md-n22 {
          margin-right: -22px; }
      .m-md-n25 {
        margin: -25px; }
      .mt-md-n25 {
        margin-top: -25px; }
      .mr-md-n25 {
        margin-right: -25px; }
        [dir="rtl"] .mr-md-n25 {
          margin-left: -25px; }
      .mb-md-n25 {
        margin-bottom: -25px; }
      .ml-md-n25 {
        margin-left: -25px; }
        [dir="rtl"] .ml-md-n25 {
          margin-right: -25px; }
      .m-md-n27 {
        margin: -27px; }
      .mt-md-n27 {
        margin-top: -27px; }
      .mr-md-n27 {
        margin-right: -27px; }
        [dir="rtl"] .mr-md-n27 {
          margin-left: -27px; }
      .mb-md-n27 {
        margin-bottom: -27px; }
      .ml-md-n27 {
        margin-left: -27px; }
        [dir="rtl"] .ml-md-n27 {
          margin-right: -27px; }
      .m-md-n30 {
        margin: -30px; }
      .mt-md-n30 {
        margin-top: -30px; }
      .mr-md-n30 {
        margin-right: -30px; }
        [dir="rtl"] .mr-md-n30 {
          margin-left: -30px; }
      .mb-md-n30 {
        margin-bottom: -30px; }
      .ml-md-n30 {
        margin-left: -30px; }
        [dir="rtl"] .ml-md-n30 {
          margin-right: -30px; }
      .m-md-n32 {
        margin: -32px; }
      .mt-md-n32 {
        margin-top: -32px; }
      .mr-md-n32 {
        margin-right: -32px; }
        [dir="rtl"] .mr-md-n32 {
          margin-left: -32px; }
      .mb-md-n32 {
        margin-bottom: -32px; }
      .ml-md-n32 {
        margin-left: -32px; }
        [dir="rtl"] .ml-md-n32 {
          margin-right: -32px; }
      .m-md-n35 {
        margin: -35px; }
      .mt-md-n35 {
        margin-top: -35px; }
      .mr-md-n35 {
        margin-right: -35px; }
        [dir="rtl"] .mr-md-n35 {
          margin-left: -35px; }
      .mb-md-n35 {
        margin-bottom: -35px; }
      .ml-md-n35 {
        margin-left: -35px; }
        [dir="rtl"] .ml-md-n35 {
          margin-right: -35px; }
      .m-md-n38 {
        margin: -38px; }
      .mt-md-n38 {
        margin-top: -38px; }
      .mr-md-n38 {
        margin-right: -38px; }
        [dir="rtl"] .mr-md-n38 {
          margin-left: -38px; }
      .mb-md-n38 {
        margin-bottom: -38px; }
      .ml-md-n38 {
        margin-left: -38px; }
        [dir="rtl"] .ml-md-n38 {
          margin-right: -38px; }
      .m-md-n40 {
        margin: -40px; }
      .mt-md-n40 {
        margin-top: -40px; }
      .mr-md-n40 {
        margin-right: -40px; }
        [dir="rtl"] .mr-md-n40 {
          margin-left: -40px; }
      .mb-md-n40 {
        margin-bottom: -40px; }
      .ml-md-n40 {
        margin-left: -40px; }
        [dir="rtl"] .ml-md-n40 {
          margin-right: -40px; }
      .m-md-n45 {
        margin: -45px; }
      .mt-md-n45 {
        margin-top: -45px; }
      .mr-md-n45 {
        margin-right: -45px; }
        [dir="rtl"] .mr-md-n45 {
          margin-left: -45px; }
      .mb-md-n45 {
        margin-bottom: -45px; }
      .ml-md-n45 {
        margin-left: -45px; }
        [dir="rtl"] .ml-md-n45 {
          margin-right: -45px; }
      .m-md-n50 {
        margin: -50px; }
      .mt-md-n50 {
        margin-top: -50px; }
      .mr-md-n50 {
        margin-right: -50px; }
        [dir="rtl"] .mr-md-n50 {
          margin-left: -50px; }
      .mb-md-n50 {
        margin-bottom: -50px; }
      .ml-md-n50 {
        margin-left: -50px; }
        [dir="rtl"] .ml-md-n50 {
          margin-right: -50px; }
      .m-md-n55 {
        margin: -55px; }
      .mt-md-n55 {
        margin-top: -55px; }
      .mr-md-n55 {
        margin-right: -55px; }
        [dir="rtl"] .mr-md-n55 {
          margin-left: -55px; }
      .mb-md-n55 {
        margin-bottom: -55px; }
      .ml-md-n55 {
        margin-left: -55px; }
        [dir="rtl"] .ml-md-n55 {
          margin-right: -55px; }
      .m-md-n60 {
        margin: -60px; }
      .mt-md-n60 {
        margin-top: -60px; }
      .mr-md-n60 {
        margin-right: -60px; }
        [dir="rtl"] .mr-md-n60 {
          margin-left: -60px; }
      .mb-md-n60 {
        margin-bottom: -60px; }
      .ml-md-n60 {
        margin-left: -60px; }
        [dir="rtl"] .ml-md-n60 {
          margin-right: -60px; }
      .m-md-n65 {
        margin: -65px; }
      .mt-md-n65 {
        margin-top: -65px; }
      .mr-md-n65 {
        margin-right: -65px; }
        [dir="rtl"] .mr-md-n65 {
          margin-left: -65px; }
      .mb-md-n65 {
        margin-bottom: -65px; }
      .ml-md-n65 {
        margin-left: -65px; }
        [dir="rtl"] .ml-md-n65 {
          margin-right: -65px; }
      .m-md-n70 {
        margin: -70px; }
      .mt-md-n70 {
        margin-top: -70px; }
      .mr-md-n70 {
        margin-right: -70px; }
        [dir="rtl"] .mr-md-n70 {
          margin-left: -70px; }
      .mb-md-n70 {
        margin-bottom: -70px; }
      .ml-md-n70 {
        margin-left: -70px; }
        [dir="rtl"] .ml-md-n70 {
          margin-right: -70px; }
      .m-md-n75 {
        margin: -75px; }
      .mt-md-n75 {
        margin-top: -75px; }
      .mr-md-n75 {
        margin-right: -75px; }
        [dir="rtl"] .mr-md-n75 {
          margin-left: -75px; }
      .mb-md-n75 {
        margin-bottom: -75px; }
      .ml-md-n75 {
        margin-left: -75px; }
        [dir="rtl"] .ml-md-n75 {
          margin-right: -75px; }
      .m-md-n80 {
        margin: -80px; }
      .mt-md-n80 {
        margin-top: -80px; }
      .mr-md-n80 {
        margin-right: -80px; }
        [dir="rtl"] .mr-md-n80 {
          margin-left: -80px; }
      .mb-md-n80 {
        margin-bottom: -80px; }
      .ml-md-n80 {
        margin-left: -80px; }
        [dir="rtl"] .ml-md-n80 {
          margin-right: -80px; }
      .m-md-n85 {
        margin: -85px; }
      .mt-md-n85 {
        margin-top: -85px; }
      .mr-md-n85 {
        margin-right: -85px; }
        [dir="rtl"] .mr-md-n85 {
          margin-left: -85px; }
      .mb-md-n85 {
        margin-bottom: -85px; }
      .ml-md-n85 {
        margin-left: -85px; }
        [dir="rtl"] .ml-md-n85 {
          margin-right: -85px; }
      .m-md-n90 {
        margin: -90px; }
      .mt-md-n90 {
        margin-top: -90px; }
      .mr-md-n90 {
        margin-right: -90px; }
        [dir="rtl"] .mr-md-n90 {
          margin-left: -90px; }
      .mb-md-n90 {
        margin-bottom: -90px; }
      .ml-md-n90 {
        margin-left: -90px; }
        [dir="rtl"] .ml-md-n90 {
          margin-right: -90px; }
      .m-md-n95 {
        margin: -95px; }
      .mt-md-n95 {
        margin-top: -95px; }
      .mr-md-n95 {
        margin-right: -95px; }
        [dir="rtl"] .mr-md-n95 {
          margin-left: -95px; }
      .mb-md-n95 {
        margin-bottom: -95px; }
      .ml-md-n95 {
        margin-left: -95px; }
        [dir="rtl"] .ml-md-n95 {
          margin-right: -95px; }
      .m-md-n100 {
        margin: -100px; }
      .mt-md-n100 {
        margin-top: -100px; }
      .mr-md-n100 {
        margin-right: -100px; }
        [dir="rtl"] .mr-md-n100 {
          margin-left: -100px; }
      .mb-md-n100 {
        margin-bottom: -100px; }
      .ml-md-n100 {
        margin-left: -100px; }
        [dir="rtl"] .ml-md-n100 {
          margin-right: -100px; }
      .m-md-n105 {
        margin: -105px; }
      .mt-md-n105 {
        margin-top: -105px; }
      .mr-md-n105 {
        margin-right: -105px; }
        [dir="rtl"] .mr-md-n105 {
          margin-left: -105px; }
      .mb-md-n105 {
        margin-bottom: -105px; }
      .ml-md-n105 {
        margin-left: -105px; }
        [dir="rtl"] .ml-md-n105 {
          margin-right: -105px; }
      .m-md-n110 {
        margin: -110px; }
      .mt-md-n110 {
        margin-top: -110px; }
      .mr-md-n110 {
        margin-right: -110px; }
        [dir="rtl"] .mr-md-n110 {
          margin-left: -110px; }
      .mb-md-n110 {
        margin-bottom: -110px; }
      .ml-md-n110 {
        margin-left: -110px; }
        [dir="rtl"] .ml-md-n110 {
          margin-right: -110px; }
      .m-md-n115 {
        margin: -115px; }
      .mt-md-n115 {
        margin-top: -115px; }
      .mr-md-n115 {
        margin-right: -115px; }
        [dir="rtl"] .mr-md-n115 {
          margin-left: -115px; }
      .mb-md-n115 {
        margin-bottom: -115px; }
      .ml-md-n115 {
        margin-left: -115px; }
        [dir="rtl"] .ml-md-n115 {
          margin-right: -115px; }
      .m-md-n120 {
        margin: -120px; }
      .mt-md-n120 {
        margin-top: -120px; }
      .mr-md-n120 {
        margin-right: -120px; }
        [dir="rtl"] .mr-md-n120 {
          margin-left: -120px; }
      .mb-md-n120 {
        margin-bottom: -120px; }
      .ml-md-n120 {
        margin-left: -120px; }
        [dir="rtl"] .ml-md-n120 {
          margin-right: -120px; }
      .m-md-n125 {
        margin: -125px; }
      .mt-md-n125 {
        margin-top: -125px; }
      .mr-md-n125 {
        margin-right: -125px; }
        [dir="rtl"] .mr-md-n125 {
          margin-left: -125px; }
      .mb-md-n125 {
        margin-bottom: -125px; }
      .ml-md-n125 {
        margin-left: -125px; }
        [dir="rtl"] .ml-md-n125 {
          margin-right: -125px; }
      .m-md-n130 {
        margin: -130px; }
      .mt-md-n130 {
        margin-top: -130px; }
      .mr-md-n130 {
        margin-right: -130px; }
        [dir="rtl"] .mr-md-n130 {
          margin-left: -130px; }
      .mb-md-n130 {
        margin-bottom: -130px; }
      .ml-md-n130 {
        margin-left: -130px; }
        [dir="rtl"] .ml-md-n130 {
          margin-right: -130px; }
      .m-md-n140 {
        margin: -140px; }
      .mt-md-n140 {
        margin-top: -140px; }
      .mr-md-n140 {
        margin-right: -140px; }
        [dir="rtl"] .mr-md-n140 {
          margin-left: -140px; }
      .mb-md-n140 {
        margin-bottom: -140px; }
      .ml-md-n140 {
        margin-left: -140px; }
        [dir="rtl"] .ml-md-n140 {
          margin-right: -140px; }
      .m-md-n148 {
        margin: -148px; }
      .mt-md-n148 {
        margin-top: -148px; }
      .mr-md-n148 {
        margin-right: -148px; }
        [dir="rtl"] .mr-md-n148 {
          margin-left: -148px; }
      .mb-md-n148 {
        margin-bottom: -148px; }
      .ml-md-n148 {
        margin-left: -148px; }
        [dir="rtl"] .ml-md-n148 {
          margin-right: -148px; }
      .m-md-n150 {
        margin: -150px; }
      .mt-md-n150 {
        margin-top: -150px; }
      .mr-md-n150 {
        margin-right: -150px; }
        [dir="rtl"] .mr-md-n150 {
          margin-left: -150px; }
      .mb-md-n150 {
        margin-bottom: -150px; }
      .ml-md-n150 {
        margin-left: -150px; }
        [dir="rtl"] .ml-md-n150 {
          margin-right: -150px; }
      .m-md-n200 {
        margin: -200px; }
      .mt-md-n200 {
        margin-top: -200px; }
      .mr-md-n200 {
        margin-right: -200px; }
        [dir="rtl"] .mr-md-n200 {
          margin-left: -200px; }
      .mb-md-n200 {
        margin-bottom: -200px; }
      .ml-md-n200 {
        margin-left: -200px; }
        [dir="rtl"] .ml-md-n200 {
          margin-right: -200px; }
      .m-md-auto {
        margin: auto; }
      .mt-md-auto, .my-md-auto {
        margin-top: auto; }
      .mr-md-auto, .mx-md-auto {
        margin-right: auto; }
      .mb-md-auto, .my-md-auto {
        margin-bottom: auto; }
      .ml-md-auto, .mx-md-auto {
        margin-left: auto; } }

@media (min-width: 1025px) {
    .m-lg-0 {
      margin: 0; }
      .mt-lg-0 {
        margin-top: 0; }
      .mr-lg-0 {
        margin-right: 0; }
        [dir="rtl"] .mr-lg-0 {
          margin-right: 0;
          margin-left: 0; }
      .mb-lg-0 {
        margin-bottom: 0; }
      .ml-lg-0 {
        margin-left: 0; }
        [dir="rtl"] .ml-lg-0 {
          margin-left: 0;
          margin-right: 0; }
      .m-lr-lg-0 {
        margin-left: 0;
        margin-right: 0; }
      .m-tb-lg-0 {
        margin-top: 0;
        margin-bottom: 0; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-5 {
        margin: 5px; }
      .mt-lg-5 {
        margin-top: 5px; }
      .mr-lg-5 {
        margin-right: 5px; }
        [dir="rtl"] .mr-lg-5 {
          margin-right: 0;
          margin-left: 5px; }
      .mb-lg-5 {
        margin-bottom: 5px; }
      .ml-lg-5 {
        margin-left: 5px; }
        [dir="rtl"] .ml-lg-5 {
          margin-left: 0;
          margin-right: 5px; }
      .m-lr-lg-5 {
        margin-left: 5px;
        margin-right: 5px; }
      .m-tb-lg-5 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-8 {
        margin: 8px; }
      .mt-lg-8 {
        margin-top: 8px; }
      .mr-lg-8 {
        margin-right: 8px; }
        [dir="rtl"] .mr-lg-8 {
          margin-right: 0;
          margin-left: 8px; }
      .mb-lg-8 {
        margin-bottom: 8px; }
      .ml-lg-8 {
        margin-left: 8px; }
        [dir="rtl"] .ml-lg-8 {
          margin-left: 0;
          margin-right: 8px; }
      .m-lr-lg-8 {
        margin-left: 8px;
        margin-right: 8px; }
      .m-tb-lg-8 {
        margin-top: 8px;
        margin-bottom: 8px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-10 {
        margin: 10px; }
      .mt-lg-10 {
        margin-top: 10px; }
      .mr-lg-10 {
        margin-right: 10px; }
        [dir="rtl"] .mr-lg-10 {
          margin-right: 0;
          margin-left: 10px; }
      .mb-lg-10 {
        margin-bottom: 10px; }
      .ml-lg-10 {
        margin-left: 10px; }
        [dir="rtl"] .ml-lg-10 {
          margin-left: 0;
          margin-right: 10px; }
      .m-lr-lg-10 {
        margin-left: 10px;
        margin-right: 10px; }
      .m-tb-lg-10 {
        margin-top: 10px;
        margin-bottom: 10px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-12 {
        margin: 12px; }
      .mt-lg-12 {
        margin-top: 12px; }
      .mr-lg-12 {
        margin-right: 12px; }
        [dir="rtl"] .mr-lg-12 {
          margin-right: 0;
          margin-left: 12px; }
      .mb-lg-12 {
        margin-bottom: 12px; }
      .ml-lg-12 {
        margin-left: 12px; }
        [dir="rtl"] .ml-lg-12 {
          margin-left: 0;
          margin-right: 12px; }
      .m-lr-lg-12 {
        margin-left: 12px;
        margin-right: 12px; }
      .m-tb-lg-12 {
        margin-top: 12px;
        margin-bottom: 12px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-15 {
        margin: 15px; }
      .mt-lg-15 {
        margin-top: 15px; }
      .mr-lg-15 {
        margin-right: 15px; }
        [dir="rtl"] .mr-lg-15 {
          margin-right: 0;
          margin-left: 15px; }
      .mb-lg-15 {
        margin-bottom: 15px; }
      .ml-lg-15 {
        margin-left: 15px; }
        [dir="rtl"] .ml-lg-15 {
          margin-left: 0;
          margin-right: 15px; }
      .m-lr-lg-15 {
        margin-left: 15px;
        margin-right: 15px; }
      .m-tb-lg-15 {
        margin-top: 15px;
        margin-bottom: 15px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-16 {
        margin: 16px; }
      .mt-lg-16 {
        margin-top: 16px; }
      .mr-lg-16 {
        margin-right: 16px; }
        [dir="rtl"] .mr-lg-16 {
          margin-right: 0;
          margin-left: 16px; }
      .mb-lg-16 {
        margin-bottom: 16px; }
      .ml-lg-16 {
        margin-left: 16px; }
        [dir="rtl"] .ml-lg-16 {
          margin-left: 0;
          margin-right: 16px; }
      .m-lr-lg-16 {
        margin-left: 16px;
        margin-right: 16px; }
      .m-tb-lg-16 {
        margin-top: 16px;
        margin-bottom: 16px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-18 {
        margin: 18px; }
      .mt-lg-18 {
        margin-top: 18px; }
      .mr-lg-18 {
        margin-right: 18px; }
        [dir="rtl"] .mr-lg-18 {
          margin-right: 0;
          margin-left: 18px; }
      .mb-lg-18 {
        margin-bottom: 18px; }
      .ml-lg-18 {
        margin-left: 18px; }
        [dir="rtl"] .ml-lg-18 {
          margin-left: 0;
          margin-right: 18px; }
      .m-lr-lg-18 {
        margin-left: 18px;
        margin-right: 18px; }
      .m-tb-lg-18 {
        margin-top: 18px;
        margin-bottom: 18px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-20 {
        margin: 20px; }
      .mt-lg-20 {
        margin-top: 20px; }
      .mr-lg-20 {
        margin-right: 20px; }
        [dir="rtl"] .mr-lg-20 {
          margin-right: 0;
          margin-left: 20px; }
      .mb-lg-20 {
        margin-bottom: 20px; }
      .ml-lg-20 {
        margin-left: 20px; }
        [dir="rtl"] .ml-lg-20 {
          margin-left: 0;
          margin-right: 20px; }
      .m-lr-lg-20 {
        margin-left: 20px;
        margin-right: 20px; }
      .m-tb-lg-20 {
        margin-top: 20px;
        margin-bottom: 20px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-22 {
        margin: 22px; }
      .mt-lg-22 {
        margin-top: 22px; }
      .mr-lg-22 {
        margin-right: 22px; }
        [dir="rtl"] .mr-lg-22 {
          margin-right: 0;
          margin-left: 22px; }
      .mb-lg-22 {
        margin-bottom: 22px; }
      .ml-lg-22 {
        margin-left: 22px; }
        [dir="rtl"] .ml-lg-22 {
          margin-left: 0;
          margin-right: 22px; }
      .m-lr-lg-22 {
        margin-left: 22px;
        margin-right: 22px; }
      .m-tb-lg-22 {
        margin-top: 22px;
        margin-bottom: 22px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-25 {
        margin: 25px; }
      .mt-lg-25 {
        margin-top: 25px; }
      .mr-lg-25 {
        margin-right: 25px; }
        [dir="rtl"] .mr-lg-25 {
          margin-right: 0;
          margin-left: 25px; }
      .mb-lg-25 {
        margin-bottom: 25px; }
      .ml-lg-25 {
        margin-left: 25px; }
        [dir="rtl"] .ml-lg-25 {
          margin-left: 0;
          margin-right: 25px; }
      .m-lr-lg-25 {
        margin-left: 25px;
        margin-right: 25px; }
      .m-tb-lg-25 {
        margin-top: 25px;
        margin-bottom: 25px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-27 {
        margin: 27px; }
      .mt-lg-27 {
        margin-top: 27px; }
      .mr-lg-27 {
        margin-right: 27px; }
        [dir="rtl"] .mr-lg-27 {
          margin-right: 0;
          margin-left: 27px; }
      .mb-lg-27 {
        margin-bottom: 27px; }
      .ml-lg-27 {
        margin-left: 27px; }
        [dir="rtl"] .ml-lg-27 {
          margin-left: 0;
          margin-right: 27px; }
      .m-lr-lg-27 {
        margin-left: 27px;
        margin-right: 27px; }
      .m-tb-lg-27 {
        margin-top: 27px;
        margin-bottom: 27px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-30 {
        margin: 30px; }
      .mt-lg-30 {
        margin-top: 30px; }
      .mr-lg-30 {
        margin-right: 30px; }
        [dir="rtl"] .mr-lg-30 {
          margin-right: 0;
          margin-left: 30px; }
      .mb-lg-30 {
        margin-bottom: 30px; }
      .ml-lg-30 {
        margin-left: 30px; }
        [dir="rtl"] .ml-lg-30 {
          margin-left: 0;
          margin-right: 30px; }
      .m-lr-lg-30 {
        margin-left: 30px;
        margin-right: 30px; }
      .m-tb-lg-30 {
        margin-top: 30px;
        margin-bottom: 30px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-32 {
        margin: 32px; }
      .mt-lg-32 {
        margin-top: 32px; }
      .mr-lg-32 {
        margin-right: 32px; }
        [dir="rtl"] .mr-lg-32 {
          margin-right: 0;
          margin-left: 32px; }
      .mb-lg-32 {
        margin-bottom: 32px; }
      .ml-lg-32 {
        margin-left: 32px; }
        [dir="rtl"] .ml-lg-32 {
          margin-left: 0;
          margin-right: 32px; }
      .m-lr-lg-32 {
        margin-left: 32px;
        margin-right: 32px; }
      .m-tb-lg-32 {
        margin-top: 32px;
        margin-bottom: 32px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-35 {
        margin: 35px; }
      .mt-lg-35 {
        margin-top: 35px; }
      .mr-lg-35 {
        margin-right: 35px; }
        [dir="rtl"] .mr-lg-35 {
          margin-right: 0;
          margin-left: 35px; }
      .mb-lg-35 {
        margin-bottom: 35px; }
      .ml-lg-35 {
        margin-left: 35px; }
        [dir="rtl"] .ml-lg-35 {
          margin-left: 0;
          margin-right: 35px; }
      .m-lr-lg-35 {
        margin-left: 35px;
        margin-right: 35px; }
      .m-tb-lg-35 {
        margin-top: 35px;
        margin-bottom: 35px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-38 {
        margin: 38px; }
      .mt-lg-38 {
        margin-top: 38px; }
      .mr-lg-38 {
        margin-right: 38px; }
        [dir="rtl"] .mr-lg-38 {
          margin-right: 0;
          margin-left: 38px; }
      .mb-lg-38 {
        margin-bottom: 38px; }
      .ml-lg-38 {
        margin-left: 38px; }
        [dir="rtl"] .ml-lg-38 {
          margin-left: 0;
          margin-right: 38px; }
      .m-lr-lg-38 {
        margin-left: 38px;
        margin-right: 38px; }
      .m-tb-lg-38 {
        margin-top: 38px;
        margin-bottom: 38px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-40 {
        margin: 40px; }
      .mt-lg-40 {
        margin-top: 40px; }
      .mr-lg-40 {
        margin-right: 40px; }
        [dir="rtl"] .mr-lg-40 {
          margin-right: 0;
          margin-left: 40px; }
      .mb-lg-40 {
        margin-bottom: 40px; }
      .ml-lg-40 {
        margin-left: 40px; }
        [dir="rtl"] .ml-lg-40 {
          margin-left: 0;
          margin-right: 40px; }
      .m-lr-lg-40 {
        margin-left: 40px;
        margin-right: 40px; }
      .m-tb-lg-40 {
        margin-top: 40px;
        margin-bottom: 40px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-45 {
        margin: 45px; }
      .mt-lg-45 {
        margin-top: 45px; }
      .mr-lg-45 {
        margin-right: 45px; }
        [dir="rtl"] .mr-lg-45 {
          margin-right: 0;
          margin-left: 45px; }
      .mb-lg-45 {
        margin-bottom: 45px; }
      .ml-lg-45 {
        margin-left: 45px; }
        [dir="rtl"] .ml-lg-45 {
          margin-left: 0;
          margin-right: 45px; }
      .m-lr-lg-45 {
        margin-left: 45px;
        margin-right: 45px; }
      .m-tb-lg-45 {
        margin-top: 45px;
        margin-bottom: 45px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-50 {
        margin: 50px; }
      .mt-lg-50 {
        margin-top: 50px; }
      .mr-lg-50 {
        margin-right: 50px; }
        [dir="rtl"] .mr-lg-50 {
          margin-right: 0;
          margin-left: 50px; }
      .mb-lg-50 {
        margin-bottom: 50px; }
      .ml-lg-50 {
        margin-left: 50px; }
        [dir="rtl"] .ml-lg-50 {
          margin-left: 0;
          margin-right: 50px; }
      .m-lr-lg-50 {
        margin-left: 50px;
        margin-right: 50px; }
      .m-tb-lg-50 {
        margin-top: 50px;
        margin-bottom: 50px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-55 {
        margin: 55px; }
      .mt-lg-55 {
        margin-top: 55px; }
      .mr-lg-55 {
        margin-right: 55px; }
        [dir="rtl"] .mr-lg-55 {
          margin-right: 0;
          margin-left: 55px; }
      .mb-lg-55 {
        margin-bottom: 55px; }
      .ml-lg-55 {
        margin-left: 55px; }
        [dir="rtl"] .ml-lg-55 {
          margin-left: 0;
          margin-right: 55px; }
      .m-lr-lg-55 {
        margin-left: 55px;
        margin-right: 55px; }
      .m-tb-lg-55 {
        margin-top: 55px;
        margin-bottom: 55px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-60 {
        margin: 60px; }
      .mt-lg-60 {
        margin-top: 60px; }
      .mr-lg-60 {
        margin-right: 60px; }
        [dir="rtl"] .mr-lg-60 {
          margin-right: 0;
          margin-left: 60px; }
      .mb-lg-60 {
        margin-bottom: 60px; }
      .ml-lg-60 {
        margin-left: 60px; }
        [dir="rtl"] .ml-lg-60 {
          margin-left: 0;
          margin-right: 60px; }
      .m-lr-lg-60 {
        margin-left: 60px;
        margin-right: 60px; }
      .m-tb-lg-60 {
        margin-top: 60px;
        margin-bottom: 60px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-65 {
        margin: 65px; }
      .mt-lg-65 {
        margin-top: 65px; }
      .mr-lg-65 {
        margin-right: 65px; }
        [dir="rtl"] .mr-lg-65 {
          margin-right: 0;
          margin-left: 65px; }
      .mb-lg-65 {
        margin-bottom: 65px; }
      .ml-lg-65 {
        margin-left: 65px; }
        [dir="rtl"] .ml-lg-65 {
          margin-left: 0;
          margin-right: 65px; }
      .m-lr-lg-65 {
        margin-left: 65px;
        margin-right: 65px; }
      .m-tb-lg-65 {
        margin-top: 65px;
        margin-bottom: 65px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-70 {
        margin: 70px; }
      .mt-lg-70 {
        margin-top: 70px; }
      .mr-lg-70 {
        margin-right: 70px; }
        [dir="rtl"] .mr-lg-70 {
          margin-right: 0;
          margin-left: 70px; }
      .mb-lg-70 {
        margin-bottom: 70px; }
      .ml-lg-70 {
        margin-left: 70px; }
        [dir="rtl"] .ml-lg-70 {
          margin-left: 0;
          margin-right: 70px; }
      .m-lr-lg-70 {
        margin-left: 70px;
        margin-right: 70px; }
      .m-tb-lg-70 {
        margin-top: 70px;
        margin-bottom: 70px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-75 {
        margin: 75px; }
      .mt-lg-75 {
        margin-top: 75px; }
      .mr-lg-75 {
        margin-right: 75px; }
        [dir="rtl"] .mr-lg-75 {
          margin-right: 0;
          margin-left: 75px; }
      .mb-lg-75 {
        margin-bottom: 75px; }
      .ml-lg-75 {
        margin-left: 75px; }
        [dir="rtl"] .ml-lg-75 {
          margin-left: 0;
          margin-right: 75px; }
      .m-lr-lg-75 {
        margin-left: 75px;
        margin-right: 75px; }
      .m-tb-lg-75 {
        margin-top: 75px;
        margin-bottom: 75px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-80 {
        margin: 80px; }
      .mt-lg-80 {
        margin-top: 80px; }
      .mr-lg-80 {
        margin-right: 80px; }
        [dir="rtl"] .mr-lg-80 {
          margin-right: 0;
          margin-left: 80px; }
      .mb-lg-80 {
        margin-bottom: 80px; }
      .ml-lg-80 {
        margin-left: 80px; }
        [dir="rtl"] .ml-lg-80 {
          margin-left: 0;
          margin-right: 80px; }
      .m-lr-lg-80 {
        margin-left: 80px;
        margin-right: 80px; }
      .m-tb-lg-80 {
        margin-top: 80px;
        margin-bottom: 80px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-85 {
        margin: 85px; }
      .mt-lg-85 {
        margin-top: 85px; }
      .mr-lg-85 {
        margin-right: 85px; }
        [dir="rtl"] .mr-lg-85 {
          margin-right: 0;
          margin-left: 85px; }
      .mb-lg-85 {
        margin-bottom: 85px; }
      .ml-lg-85 {
        margin-left: 85px; }
        [dir="rtl"] .ml-lg-85 {
          margin-left: 0;
          margin-right: 85px; }
      .m-lr-lg-85 {
        margin-left: 85px;
        margin-right: 85px; }
      .m-tb-lg-85 {
        margin-top: 85px;
        margin-bottom: 85px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-90 {
        margin: 90px; }
      .mt-lg-90 {
        margin-top: 90px; }
      .mr-lg-90 {
        margin-right: 90px; }
        [dir="rtl"] .mr-lg-90 {
          margin-right: 0;
          margin-left: 90px; }
      .mb-lg-90 {
        margin-bottom: 90px; }
      .ml-lg-90 {
        margin-left: 90px; }
        [dir="rtl"] .ml-lg-90 {
          margin-left: 0;
          margin-right: 90px; }
      .m-lr-lg-90 {
        margin-left: 90px;
        margin-right: 90px; }
      .m-tb-lg-90 {
        margin-top: 90px;
        margin-bottom: 90px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-95 {
        margin: 95px; }
      .mt-lg-95 {
        margin-top: 95px; }
      .mr-lg-95 {
        margin-right: 95px; }
        [dir="rtl"] .mr-lg-95 {
          margin-right: 0;
          margin-left: 95px; }
      .mb-lg-95 {
        margin-bottom: 95px; }
      .ml-lg-95 {
        margin-left: 95px; }
        [dir="rtl"] .ml-lg-95 {
          margin-left: 0;
          margin-right: 95px; }
      .m-lr-lg-95 {
        margin-left: 95px;
        margin-right: 95px; }
      .m-tb-lg-95 {
        margin-top: 95px;
        margin-bottom: 95px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-100 {
        margin: 100px; }
      .mt-lg-100 {
        margin-top: 100px; }
      .mr-lg-100 {
        margin-right: 100px; }
        [dir="rtl"] .mr-lg-100 {
          margin-right: 0;
          margin-left: 100px; }
      .mb-lg-100 {
        margin-bottom: 100px; }
      .ml-lg-100 {
        margin-left: 100px; }
        [dir="rtl"] .ml-lg-100 {
          margin-left: 0;
          margin-right: 100px; }
      .m-lr-lg-100 {
        margin-left: 100px;
        margin-right: 100px; }
      .m-tb-lg-100 {
        margin-top: 100px;
        margin-bottom: 100px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-105 {
        margin: 105px; }
      .mt-lg-105 {
        margin-top: 105px; }
      .mr-lg-105 {
        margin-right: 105px; }
        [dir="rtl"] .mr-lg-105 {
          margin-right: 0;
          margin-left: 105px; }
      .mb-lg-105 {
        margin-bottom: 105px; }
      .ml-lg-105 {
        margin-left: 105px; }
        [dir="rtl"] .ml-lg-105 {
          margin-left: 0;
          margin-right: 105px; }
      .m-lr-lg-105 {
        margin-left: 105px;
        margin-right: 105px; }
      .m-tb-lg-105 {
        margin-top: 105px;
        margin-bottom: 105px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-110 {
        margin: 110px; }
      .mt-lg-110 {
        margin-top: 110px; }
      .mr-lg-110 {
        margin-right: 110px; }
        [dir="rtl"] .mr-lg-110 {
          margin-right: 0;
          margin-left: 110px; }
      .mb-lg-110 {
        margin-bottom: 110px; }
      .ml-lg-110 {
        margin-left: 110px; }
        [dir="rtl"] .ml-lg-110 {
          margin-left: 0;
          margin-right: 110px; }
      .m-lr-lg-110 {
        margin-left: 110px;
        margin-right: 110px; }
      .m-tb-lg-110 {
        margin-top: 110px;
        margin-bottom: 110px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-115 {
        margin: 115px; }
      .mt-lg-115 {
        margin-top: 115px; }
      .mr-lg-115 {
        margin-right: 115px; }
        [dir="rtl"] .mr-lg-115 {
          margin-right: 0;
          margin-left: 115px; }
      .mb-lg-115 {
        margin-bottom: 115px; }
      .ml-lg-115 {
        margin-left: 115px; }
        [dir="rtl"] .ml-lg-115 {
          margin-left: 0;
          margin-right: 115px; }
      .m-lr-lg-115 {
        margin-left: 115px;
        margin-right: 115px; }
      .m-tb-lg-115 {
        margin-top: 115px;
        margin-bottom: 115px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-120 {
        margin: 120px; }
      .mt-lg-120 {
        margin-top: 120px; }
      .mr-lg-120 {
        margin-right: 120px; }
        [dir="rtl"] .mr-lg-120 {
          margin-right: 0;
          margin-left: 120px; }
      .mb-lg-120 {
        margin-bottom: 120px; }
      .ml-lg-120 {
        margin-left: 120px; }
        [dir="rtl"] .ml-lg-120 {
          margin-left: 0;
          margin-right: 120px; }
      .m-lr-lg-120 {
        margin-left: 120px;
        margin-right: 120px; }
      .m-tb-lg-120 {
        margin-top: 120px;
        margin-bottom: 120px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-125 {
        margin: 125px; }
      .mt-lg-125 {
        margin-top: 125px; }
      .mr-lg-125 {
        margin-right: 125px; }
        [dir="rtl"] .mr-lg-125 {
          margin-right: 0;
          margin-left: 125px; }
      .mb-lg-125 {
        margin-bottom: 125px; }
      .ml-lg-125 {
        margin-left: 125px; }
        [dir="rtl"] .ml-lg-125 {
          margin-left: 0;
          margin-right: 125px; }
      .m-lr-lg-125 {
        margin-left: 125px;
        margin-right: 125px; }
      .m-tb-lg-125 {
        margin-top: 125px;
        margin-bottom: 125px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-130 {
        margin: 130px; }
      .mt-lg-130 {
        margin-top: 130px; }
      .mr-lg-130 {
        margin-right: 130px; }
        [dir="rtl"] .mr-lg-130 {
          margin-right: 0;
          margin-left: 130px; }
      .mb-lg-130 {
        margin-bottom: 130px; }
      .ml-lg-130 {
        margin-left: 130px; }
        [dir="rtl"] .ml-lg-130 {
          margin-left: 0;
          margin-right: 130px; }
      .m-lr-lg-130 {
        margin-left: 130px;
        margin-right: 130px; }
      .m-tb-lg-130 {
        margin-top: 130px;
        margin-bottom: 130px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-140 {
        margin: 140px; }
      .mt-lg-140 {
        margin-top: 140px; }
      .mr-lg-140 {
        margin-right: 140px; }
        [dir="rtl"] .mr-lg-140 {
          margin-right: 0;
          margin-left: 140px; }
      .mb-lg-140 {
        margin-bottom: 140px; }
      .ml-lg-140 {
        margin-left: 140px; }
        [dir="rtl"] .ml-lg-140 {
          margin-left: 0;
          margin-right: 140px; }
      .m-lr-lg-140 {
        margin-left: 140px;
        margin-right: 140px; }
      .m-tb-lg-140 {
        margin-top: 140px;
        margin-bottom: 140px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-148 {
        margin: 148px; }
      .mt-lg-148 {
        margin-top: 148px; }
      .mr-lg-148 {
        margin-right: 148px; }
        [dir="rtl"] .mr-lg-148 {
          margin-right: 0;
          margin-left: 148px; }
      .mb-lg-148 {
        margin-bottom: 148px; }
      .ml-lg-148 {
        margin-left: 148px; }
        [dir="rtl"] .ml-lg-148 {
          margin-left: 0;
          margin-right: 148px; }
      .m-lr-lg-148 {
        margin-left: 148px;
        margin-right: 148px; }
      .m-tb-lg-148 {
        margin-top: 148px;
        margin-bottom: 148px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-150 {
        margin: 150px; }
      .mt-lg-150 {
        margin-top: 150px; }
      .mr-lg-150 {
        margin-right: 150px; }
        [dir="rtl"] .mr-lg-150 {
          margin-right: 0;
          margin-left: 150px; }
      .mb-lg-150 {
        margin-bottom: 150px; }
      .ml-lg-150 {
        margin-left: 150px; }
        [dir="rtl"] .ml-lg-150 {
          margin-left: 0;
          margin-right: 150px; }
      .m-lr-lg-150 {
        margin-left: 150px;
        margin-right: 150px; }
      .m-tb-lg-150 {
        margin-top: 150px;
        margin-bottom: 150px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-lg-200 {
        margin: 200px; }
      .mt-lg-200 {
        margin-top: 200px; }
      .mr-lg-200 {
        margin-right: 200px; }
        [dir="rtl"] .mr-lg-200 {
          margin-right: 0;
          margin-left: 200px; }
      .mb-lg-200 {
        margin-bottom: 200px; }
      .ml-lg-200 {
        margin-left: 200px; }
        [dir="rtl"] .ml-lg-200 {
          margin-left: 0;
          margin-right: 200px; }
      .m-lr-lg-200 {
        margin-left: 200px;
        margin-right: 200px; }
      .m-tb-lg-200 {
        margin-top: 200px;
        margin-bottom: 200px; }
      .m-lr-lg-auto {
        margin-left: auto;
        margin-right: auto; }
      .p-lg-0 {
        padding: 0; }
      .pt-lg-0 {
        padding-top: 0; }
      .pr-lg-0 {
        padding-right: 0; }
        [dir="rtl"] .pr-lg-0 {
          padding-right: 0;
          padding-left: 0; }
      .pb-lg-0 {
        padding-bottom: 0; }
      .pl-lg-0 {
        padding-left: 0; }
        [dir="rtl"] .pl-lg-0 {
          padding-left: 0;
          padding-right: 0; }
      .p-lr-lg-0 {
        padding-left: 0;
        padding-right: 0; }
      .p-tb-lg-0 {
        padding-top: 0;
        padding-bottom: 0; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-5 {
        padding: 5px; }
      .pt-lg-5 {
        padding-top: 5px; }
      .pr-lg-5 {
        padding-right: 5px; }
        [dir="rtl"] .pr-lg-5 {
          padding-right: 0;
          padding-left: 5px; }
      .pb-lg-5 {
        padding-bottom: 5px; }
      .pl-lg-5 {
        padding-left: 5px; }
        [dir="rtl"] .pl-lg-5 {
          padding-left: 0;
          padding-right: 5px; }
      .p-lr-lg-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .p-tb-lg-5 {
        padding-top: 5px;
        padding-bottom: 5px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-8 {
        padding: 8px; }
      .pt-lg-8 {
        padding-top: 8px; }
      .pr-lg-8 {
        padding-right: 8px; }
        [dir="rtl"] .pr-lg-8 {
          padding-right: 0;
          padding-left: 8px; }
      .pb-lg-8 {
        padding-bottom: 8px; }
      .pl-lg-8 {
        padding-left: 8px; }
        [dir="rtl"] .pl-lg-8 {
          padding-left: 0;
          padding-right: 8px; }
      .p-lr-lg-8 {
        padding-left: 8px;
        padding-right: 8px; }
      .p-tb-lg-8 {
        padding-top: 8px;
        padding-bottom: 8px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-10 {
        padding: 10px; }
      .pt-lg-10 {
        padding-top: 10px; }
      .pr-lg-10 {
        padding-right: 10px; }
        [dir="rtl"] .pr-lg-10 {
          padding-right: 0;
          padding-left: 10px; }
      .pb-lg-10 {
        padding-bottom: 10px; }
      .pl-lg-10 {
        padding-left: 10px; }
        [dir="rtl"] .pl-lg-10 {
          padding-left: 0;
          padding-right: 10px; }
      .p-lr-lg-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .p-tb-lg-10 {
        padding-top: 10px;
        padding-bottom: 10px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-12 {
        padding: 12px; }
      .pt-lg-12 {
        padding-top: 12px; }
      .pr-lg-12 {
        padding-right: 12px; }
        [dir="rtl"] .pr-lg-12 {
          padding-right: 0;
          padding-left: 12px; }
      .pb-lg-12 {
        padding-bottom: 12px; }
      .pl-lg-12 {
        padding-left: 12px; }
        [dir="rtl"] .pl-lg-12 {
          padding-left: 0;
          padding-right: 12px; }
      .p-lr-lg-12 {
        padding-left: 12px;
        padding-right: 12px; }
      .p-tb-lg-12 {
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-15 {
        padding: 15px; }
      .pt-lg-15 {
        padding-top: 15px; }
      .pr-lg-15 {
        padding-right: 15px; }
        [dir="rtl"] .pr-lg-15 {
          padding-right: 0;
          padding-left: 15px; }
      .pb-lg-15 {
        padding-bottom: 15px; }
      .pl-lg-15 {
        padding-left: 15px; }
        [dir="rtl"] .pl-lg-15 {
          padding-left: 0;
          padding-right: 15px; }
      .p-lr-lg-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .p-tb-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-16 {
        padding: 16px; }
      .pt-lg-16 {
        padding-top: 16px; }
      .pr-lg-16 {
        padding-right: 16px; }
        [dir="rtl"] .pr-lg-16 {
          padding-right: 0;
          padding-left: 16px; }
      .pb-lg-16 {
        padding-bottom: 16px; }
      .pl-lg-16 {
        padding-left: 16px; }
        [dir="rtl"] .pl-lg-16 {
          padding-left: 0;
          padding-right: 16px; }
      .p-lr-lg-16 {
        padding-left: 16px;
        padding-right: 16px; }
      .p-tb-lg-16 {
        padding-top: 16px;
        padding-bottom: 16px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-18 {
        padding: 18px; }
      .pt-lg-18 {
        padding-top: 18px; }
      .pr-lg-18 {
        padding-right: 18px; }
        [dir="rtl"] .pr-lg-18 {
          padding-right: 0;
          padding-left: 18px; }
      .pb-lg-18 {
        padding-bottom: 18px; }
      .pl-lg-18 {
        padding-left: 18px; }
        [dir="rtl"] .pl-lg-18 {
          padding-left: 0;
          padding-right: 18px; }
      .p-lr-lg-18 {
        padding-left: 18px;
        padding-right: 18px; }
      .p-tb-lg-18 {
        padding-top: 18px;
        padding-bottom: 18px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-20 {
        padding: 20px; }
      .pt-lg-20 {
        padding-top: 20px; }
      .pr-lg-20 {
        padding-right: 20px; }
        [dir="rtl"] .pr-lg-20 {
          padding-right: 0;
          padding-left: 20px; }
      .pb-lg-20 {
        padding-bottom: 20px; }
      .pl-lg-20 {
        padding-left: 20px; }
        [dir="rtl"] .pl-lg-20 {
          padding-left: 0;
          padding-right: 20px; }
      .p-lr-lg-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .p-tb-lg-20 {
        padding-top: 20px;
        padding-bottom: 20px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-22 {
        padding: 22px; }
      .pt-lg-22 {
        padding-top: 22px; }
      .pr-lg-22 {
        padding-right: 22px; }
        [dir="rtl"] .pr-lg-22 {
          padding-right: 0;
          padding-left: 22px; }
      .pb-lg-22 {
        padding-bottom: 22px; }
      .pl-lg-22 {
        padding-left: 22px; }
        [dir="rtl"] .pl-lg-22 {
          padding-left: 0;
          padding-right: 22px; }
      .p-lr-lg-22 {
        padding-left: 22px;
        padding-right: 22px; }
      .p-tb-lg-22 {
        padding-top: 22px;
        padding-bottom: 22px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-25 {
        padding: 25px; }
      .pt-lg-25 {
        padding-top: 25px; }
      .pr-lg-25 {
        padding-right: 25px; }
        [dir="rtl"] .pr-lg-25 {
          padding-right: 0;
          padding-left: 25px; }
      .pb-lg-25 {
        padding-bottom: 25px; }
      .pl-lg-25 {
        padding-left: 25px; }
        [dir="rtl"] .pl-lg-25 {
          padding-left: 0;
          padding-right: 25px; }
      .p-lr-lg-25 {
        padding-left: 25px;
        padding-right: 25px; }
      .p-tb-lg-25 {
        padding-top: 25px;
        padding-bottom: 25px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-27 {
        padding: 27px; }
      .pt-lg-27 {
        padding-top: 27px; }
      .pr-lg-27 {
        padding-right: 27px; }
        [dir="rtl"] .pr-lg-27 {
          padding-right: 0;
          padding-left: 27px; }
      .pb-lg-27 {
        padding-bottom: 27px; }
      .pl-lg-27 {
        padding-left: 27px; }
        [dir="rtl"] .pl-lg-27 {
          padding-left: 0;
          padding-right: 27px; }
      .p-lr-lg-27 {
        padding-left: 27px;
        padding-right: 27px; }
      .p-tb-lg-27 {
        padding-top: 27px;
        padding-bottom: 27px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-30 {
        padding: 30px; }
      .pt-lg-30 {
        padding-top: 30px; }
      .pr-lg-30 {
        padding-right: 30px; }
        [dir="rtl"] .pr-lg-30 {
          padding-right: 0;
          padding-left: 30px; }
      .pb-lg-30 {
        padding-bottom: 30px; }
      .pl-lg-30 {
        padding-left: 30px; }
        [dir="rtl"] .pl-lg-30 {
          padding-left: 0;
          padding-right: 30px; }
      .p-lr-lg-30 {
        padding-left: 30px;
        padding-right: 30px; }
      .p-tb-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-32 {
        padding: 32px; }
      .pt-lg-32 {
        padding-top: 32px; }
      .pr-lg-32 {
        padding-right: 32px; }
        [dir="rtl"] .pr-lg-32 {
          padding-right: 0;
          padding-left: 32px; }
      .pb-lg-32 {
        padding-bottom: 32px; }
      .pl-lg-32 {
        padding-left: 32px; }
        [dir="rtl"] .pl-lg-32 {
          padding-left: 0;
          padding-right: 32px; }
      .p-lr-lg-32 {
        padding-left: 32px;
        padding-right: 32px; }
      .p-tb-lg-32 {
        padding-top: 32px;
        padding-bottom: 32px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-35 {
        padding: 35px; }
      .pt-lg-35 {
        padding-top: 35px; }
      .pr-lg-35 {
        padding-right: 35px; }
        [dir="rtl"] .pr-lg-35 {
          padding-right: 0;
          padding-left: 35px; }
      .pb-lg-35 {
        padding-bottom: 35px; }
      .pl-lg-35 {
        padding-left: 35px; }
        [dir="rtl"] .pl-lg-35 {
          padding-left: 0;
          padding-right: 35px; }
      .p-lr-lg-35 {
        padding-left: 35px;
        padding-right: 35px; }
      .p-tb-lg-35 {
        padding-top: 35px;
        padding-bottom: 35px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-38 {
        padding: 38px; }
      .pt-lg-38 {
        padding-top: 38px; }
      .pr-lg-38 {
        padding-right: 38px; }
        [dir="rtl"] .pr-lg-38 {
          padding-right: 0;
          padding-left: 38px; }
      .pb-lg-38 {
        padding-bottom: 38px; }
      .pl-lg-38 {
        padding-left: 38px; }
        [dir="rtl"] .pl-lg-38 {
          padding-left: 0;
          padding-right: 38px; }
      .p-lr-lg-38 {
        padding-left: 38px;
        padding-right: 38px; }
      .p-tb-lg-38 {
        padding-top: 38px;
        padding-bottom: 38px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-40 {
        padding: 40px; }
      .pt-lg-40 {
        padding-top: 40px; }
      .pr-lg-40 {
        padding-right: 40px; }
        [dir="rtl"] .pr-lg-40 {
          padding-right: 0;
          padding-left: 40px; }
      .pb-lg-40 {
        padding-bottom: 40px; }
      .pl-lg-40 {
        padding-left: 40px; }
        [dir="rtl"] .pl-lg-40 {
          padding-left: 0;
          padding-right: 40px; }
      .p-lr-lg-40 {
        padding-left: 40px;
        padding-right: 40px; }
      .p-tb-lg-40 {
        padding-top: 40px;
        padding-bottom: 40px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-45 {
        padding: 45px; }
      .pt-lg-45 {
        padding-top: 45px; }
      .pr-lg-45 {
        padding-right: 45px; }
        [dir="rtl"] .pr-lg-45 {
          padding-right: 0;
          padding-left: 45px; }
      .pb-lg-45 {
        padding-bottom: 45px; }
      .pl-lg-45 {
        padding-left: 45px; }
        [dir="rtl"] .pl-lg-45 {
          padding-left: 0;
          padding-right: 45px; }
      .p-lr-lg-45 {
        padding-left: 45px;
        padding-right: 45px; }
      .p-tb-lg-45 {
        padding-top: 45px;
        padding-bottom: 45px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-50 {
        padding: 50px; }
      .pt-lg-50 {
        padding-top: 50px; }
      .pr-lg-50 {
        padding-right: 50px; }
        [dir="rtl"] .pr-lg-50 {
          padding-right: 0;
          padding-left: 50px; }
      .pb-lg-50 {
        padding-bottom: 50px; }
      .pl-lg-50 {
        padding-left: 50px; }
        [dir="rtl"] .pl-lg-50 {
          padding-left: 0;
          padding-right: 50px; }
      .p-lr-lg-50 {
        padding-left: 50px;
        padding-right: 50px; }
      .p-tb-lg-50 {
        padding-top: 50px;
        padding-bottom: 50px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-55 {
        padding: 55px; }
      .pt-lg-55 {
        padding-top: 55px; }
      .pr-lg-55 {
        padding-right: 55px; }
        [dir="rtl"] .pr-lg-55 {
          padding-right: 0;
          padding-left: 55px; }
      .pb-lg-55 {
        padding-bottom: 55px; }
      .pl-lg-55 {
        padding-left: 55px; }
        [dir="rtl"] .pl-lg-55 {
          padding-left: 0;
          padding-right: 55px; }
      .p-lr-lg-55 {
        padding-left: 55px;
        padding-right: 55px; }
      .p-tb-lg-55 {
        padding-top: 55px;
        padding-bottom: 55px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-60 {
        padding: 60px; }
      .pt-lg-60 {
        padding-top: 60px; }
      .pr-lg-60 {
        padding-right: 60px; }
        [dir="rtl"] .pr-lg-60 {
          padding-right: 0;
          padding-left: 60px; }
      .pb-lg-60 {
        padding-bottom: 60px; }
      .pl-lg-60 {
        padding-left: 60px; }
        [dir="rtl"] .pl-lg-60 {
          padding-left: 0;
          padding-right: 60px; }
      .p-lr-lg-60 {
        padding-left: 60px;
        padding-right: 60px; }
      .p-tb-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-65 {
        padding: 65px; }
      .pt-lg-65 {
        padding-top: 65px; }
      .pr-lg-65 {
        padding-right: 65px; }
        [dir="rtl"] .pr-lg-65 {
          padding-right: 0;
          padding-left: 65px; }
      .pb-lg-65 {
        padding-bottom: 65px; }
      .pl-lg-65 {
        padding-left: 65px; }
        [dir="rtl"] .pl-lg-65 {
          padding-left: 0;
          padding-right: 65px; }
      .p-lr-lg-65 {
        padding-left: 65px;
        padding-right: 65px; }
      .p-tb-lg-65 {
        padding-top: 65px;
        padding-bottom: 65px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-70 {
        padding: 70px; }
      .pt-lg-70 {
        padding-top: 70px; }
      .pr-lg-70 {
        padding-right: 70px; }
        [dir="rtl"] .pr-lg-70 {
          padding-right: 0;
          padding-left: 70px; }
      .pb-lg-70 {
        padding-bottom: 70px; }
      .pl-lg-70 {
        padding-left: 70px; }
        [dir="rtl"] .pl-lg-70 {
          padding-left: 0;
          padding-right: 70px; }
      .p-lr-lg-70 {
        padding-left: 70px;
        padding-right: 70px; }
      .p-tb-lg-70 {
        padding-top: 70px;
        padding-bottom: 70px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-75 {
        padding: 75px; }
      .pt-lg-75 {
        padding-top: 75px; }
      .pr-lg-75 {
        padding-right: 75px; }
        [dir="rtl"] .pr-lg-75 {
          padding-right: 0;
          padding-left: 75px; }
      .pb-lg-75 {
        padding-bottom: 75px; }
      .pl-lg-75 {
        padding-left: 75px; }
        [dir="rtl"] .pl-lg-75 {
          padding-left: 0;
          padding-right: 75px; }
      .p-lr-lg-75 {
        padding-left: 75px;
        padding-right: 75px; }
      .p-tb-lg-75 {
        padding-top: 75px;
        padding-bottom: 75px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-80 {
        padding: 80px; }
      .pt-lg-80 {
        padding-top: 80px; }
      .pr-lg-80 {
        padding-right: 80px; }
        [dir="rtl"] .pr-lg-80 {
          padding-right: 0;
          padding-left: 80px; }
      .pb-lg-80 {
        padding-bottom: 80px; }
      .pl-lg-80 {
        padding-left: 80px; }
        [dir="rtl"] .pl-lg-80 {
          padding-left: 0;
          padding-right: 80px; }
      .p-lr-lg-80 {
        padding-left: 80px;
        padding-right: 80px; }
      .p-tb-lg-80 {
        padding-top: 80px;
        padding-bottom: 80px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-85 {
        padding: 85px; }
      .pt-lg-85 {
        padding-top: 85px; }
      .pr-lg-85 {
        padding-right: 85px; }
        [dir="rtl"] .pr-lg-85 {
          padding-right: 0;
          padding-left: 85px; }
      .pb-lg-85 {
        padding-bottom: 85px; }
      .pl-lg-85 {
        padding-left: 85px; }
        [dir="rtl"] .pl-lg-85 {
          padding-left: 0;
          padding-right: 85px; }
      .p-lr-lg-85 {
        padding-left: 85px;
        padding-right: 85px; }
      .p-tb-lg-85 {
        padding-top: 85px;
        padding-bottom: 85px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-90 {
        padding: 90px; }
      .pt-lg-90 {
        padding-top: 90px; }
      .pr-lg-90 {
        padding-right: 90px; }
        [dir="rtl"] .pr-lg-90 {
          padding-right: 0;
          padding-left: 90px; }
      .pb-lg-90 {
        padding-bottom: 90px; }
      .pl-lg-90 {
        padding-left: 90px; }
        [dir="rtl"] .pl-lg-90 {
          padding-left: 0;
          padding-right: 90px; }
      .p-lr-lg-90 {
        padding-left: 90px;
        padding-right: 90px; }
      .p-tb-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-95 {
        padding: 95px; }
      .pt-lg-95 {
        padding-top: 95px; }
      .pr-lg-95 {
        padding-right: 95px; }
        [dir="rtl"] .pr-lg-95 {
          padding-right: 0;
          padding-left: 95px; }
      .pb-lg-95 {
        padding-bottom: 95px; }
      .pl-lg-95 {
        padding-left: 95px; }
        [dir="rtl"] .pl-lg-95 {
          padding-left: 0;
          padding-right: 95px; }
      .p-lr-lg-95 {
        padding-left: 95px;
        padding-right: 95px; }
      .p-tb-lg-95 {
        padding-top: 95px;
        padding-bottom: 95px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-100 {
        padding: 100px; }
      .pt-lg-100 {
        padding-top: 100px; }
      .pr-lg-100 {
        padding-right: 100px; }
        [dir="rtl"] .pr-lg-100 {
          padding-right: 0;
          padding-left: 100px; }
      .pb-lg-100 {
        padding-bottom: 100px; }
      .pl-lg-100 {
        padding-left: 100px; }
        [dir="rtl"] .pl-lg-100 {
          padding-left: 0;
          padding-right: 100px; }
      .p-lr-lg-100 {
        padding-left: 100px;
        padding-right: 100px; }
      .p-tb-lg-100 {
        padding-top: 100px;
        padding-bottom: 100px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-105 {
        padding: 105px; }
      .pt-lg-105 {
        padding-top: 105px; }
      .pr-lg-105 {
        padding-right: 105px; }
        [dir="rtl"] .pr-lg-105 {
          padding-right: 0;
          padding-left: 105px; }
      .pb-lg-105 {
        padding-bottom: 105px; }
      .pl-lg-105 {
        padding-left: 105px; }
        [dir="rtl"] .pl-lg-105 {
          padding-left: 0;
          padding-right: 105px; }
      .p-lr-lg-105 {
        padding-left: 105px;
        padding-right: 105px; }
      .p-tb-lg-105 {
        padding-top: 105px;
        padding-bottom: 105px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-110 {
        padding: 110px; }
      .pt-lg-110 {
        padding-top: 110px; }
      .pr-lg-110 {
        padding-right: 110px; }
        [dir="rtl"] .pr-lg-110 {
          padding-right: 0;
          padding-left: 110px; }
      .pb-lg-110 {
        padding-bottom: 110px; }
      .pl-lg-110 {
        padding-left: 110px; }
        [dir="rtl"] .pl-lg-110 {
          padding-left: 0;
          padding-right: 110px; }
      .p-lr-lg-110 {
        padding-left: 110px;
        padding-right: 110px; }
      .p-tb-lg-110 {
        padding-top: 110px;
        padding-bottom: 110px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-115 {
        padding: 115px; }
      .pt-lg-115 {
        padding-top: 115px; }
      .pr-lg-115 {
        padding-right: 115px; }
        [dir="rtl"] .pr-lg-115 {
          padding-right: 0;
          padding-left: 115px; }
      .pb-lg-115 {
        padding-bottom: 115px; }
      .pl-lg-115 {
        padding-left: 115px; }
        [dir="rtl"] .pl-lg-115 {
          padding-left: 0;
          padding-right: 115px; }
      .p-lr-lg-115 {
        padding-left: 115px;
        padding-right: 115px; }
      .p-tb-lg-115 {
        padding-top: 115px;
        padding-bottom: 115px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-120 {
        padding: 120px; }
      .pt-lg-120 {
        padding-top: 120px; }
      .pr-lg-120 {
        padding-right: 120px; }
        [dir="rtl"] .pr-lg-120 {
          padding-right: 0;
          padding-left: 120px; }
      .pb-lg-120 {
        padding-bottom: 120px; }
      .pl-lg-120 {
        padding-left: 120px; }
        [dir="rtl"] .pl-lg-120 {
          padding-left: 0;
          padding-right: 120px; }
      .p-lr-lg-120 {
        padding-left: 120px;
        padding-right: 120px; }
      .p-tb-lg-120 {
        padding-top: 120px;
        padding-bottom: 120px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-125 {
        padding: 125px; }
      .pt-lg-125 {
        padding-top: 125px; }
      .pr-lg-125 {
        padding-right: 125px; }
        [dir="rtl"] .pr-lg-125 {
          padding-right: 0;
          padding-left: 125px; }
      .pb-lg-125 {
        padding-bottom: 125px; }
      .pl-lg-125 {
        padding-left: 125px; }
        [dir="rtl"] .pl-lg-125 {
          padding-left: 0;
          padding-right: 125px; }
      .p-lr-lg-125 {
        padding-left: 125px;
        padding-right: 125px; }
      .p-tb-lg-125 {
        padding-top: 125px;
        padding-bottom: 125px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-130 {
        padding: 130px; }
      .pt-lg-130 {
        padding-top: 130px; }
      .pr-lg-130 {
        padding-right: 130px; }
        [dir="rtl"] .pr-lg-130 {
          padding-right: 0;
          padding-left: 130px; }
      .pb-lg-130 {
        padding-bottom: 130px; }
      .pl-lg-130 {
        padding-left: 130px; }
        [dir="rtl"] .pl-lg-130 {
          padding-left: 0;
          padding-right: 130px; }
      .p-lr-lg-130 {
        padding-left: 130px;
        padding-right: 130px; }
      .p-tb-lg-130 {
        padding-top: 130px;
        padding-bottom: 130px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-140 {
        padding: 140px; }
      .pt-lg-140 {
        padding-top: 140px; }
      .pr-lg-140 {
        padding-right: 140px; }
        [dir="rtl"] .pr-lg-140 {
          padding-right: 0;
          padding-left: 140px; }
      .pb-lg-140 {
        padding-bottom: 140px; }
      .pl-lg-140 {
        padding-left: 140px; }
        [dir="rtl"] .pl-lg-140 {
          padding-left: 0;
          padding-right: 140px; }
      .p-lr-lg-140 {
        padding-left: 140px;
        padding-right: 140px; }
      .p-tb-lg-140 {
        padding-top: 140px;
        padding-bottom: 140px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-148 {
        padding: 148px; }
      .pt-lg-148 {
        padding-top: 148px; }
      .pr-lg-148 {
        padding-right: 148px; }
        [dir="rtl"] .pr-lg-148 {
          padding-right: 0;
          padding-left: 148px; }
      .pb-lg-148 {
        padding-bottom: 148px; }
      .pl-lg-148 {
        padding-left: 148px; }
        [dir="rtl"] .pl-lg-148 {
          padding-left: 0;
          padding-right: 148px; }
      .p-lr-lg-148 {
        padding-left: 148px;
        padding-right: 148px; }
      .p-tb-lg-148 {
        padding-top: 148px;
        padding-bottom: 148px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-150 {
        padding: 150px; }
      .pt-lg-150 {
        padding-top: 150px; }
      .pr-lg-150 {
        padding-right: 150px; }
        [dir="rtl"] .pr-lg-150 {
          padding-right: 0;
          padding-left: 150px; }
      .pb-lg-150 {
        padding-bottom: 150px; }
      .pl-lg-150 {
        padding-left: 150px; }
        [dir="rtl"] .pl-lg-150 {
          padding-left: 0;
          padding-right: 150px; }
      .p-lr-lg-150 {
        padding-left: 150px;
        padding-right: 150px; }
      .p-tb-lg-150 {
        padding-top: 150px;
        padding-bottom: 150px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-lg-200 {
        padding: 200px; }
      .pt-lg-200 {
        padding-top: 200px; }
      .pr-lg-200 {
        padding-right: 200px; }
        [dir="rtl"] .pr-lg-200 {
          padding-right: 0;
          padding-left: 200px; }
      .pb-lg-200 {
        padding-bottom: 200px; }
      .pl-lg-200 {
        padding-left: 200px; }
        [dir="rtl"] .pl-lg-200 {
          padding-left: 0;
          padding-right: 200px; }
      .p-lr-lg-200 {
        padding-left: 200px;
        padding-right: 200px; }
      .p-tb-lg-200 {
        padding-top: 200px;
        padding-bottom: 200px; }
      .p-lr-lg-auto {
        padding-left: auto;
        padding-right: auto; }
      .m-lg-n0 {
        margin: -0; }
      .mt-lg-n0 {
        margin-top: -0; }
      .mr-lg-n0 {
        margin-right: -0; }
        [dir="rtl"] .mr-lg-n0 {
          margin-left: -0; }
      .mb-lg-n0 {
        margin-bottom: -0; }
      .ml-lg-n0 {
        margin-left: -0; }
        [dir="rtl"] .ml-lg-n0 {
          margin-right: -0; }
      .m-lg-n5 {
        margin: -5px; }
      .mt-lg-n5 {
        margin-top: -5px; }
      .mr-lg-n5 {
        margin-right: -5px; }
        [dir="rtl"] .mr-lg-n5 {
          margin-left: -5px; }
      .mb-lg-n5 {
        margin-bottom: -5px; }
      .ml-lg-n5 {
        margin-left: -5px; }
        [dir="rtl"] .ml-lg-n5 {
          margin-right: -5px; }
      .m-lg-n8 {
        margin: -8px; }
      .mt-lg-n8 {
        margin-top: -8px; }
      .mr-lg-n8 {
        margin-right: -8px; }
        [dir="rtl"] .mr-lg-n8 {
          margin-left: -8px; }
      .mb-lg-n8 {
        margin-bottom: -8px; }
      .ml-lg-n8 {
        margin-left: -8px; }
        [dir="rtl"] .ml-lg-n8 {
          margin-right: -8px; }
      .m-lg-n10 {
        margin: -10px; }
      .mt-lg-n10 {
        margin-top: -10px; }
      .mr-lg-n10 {
        margin-right: -10px; }
        [dir="rtl"] .mr-lg-n10 {
          margin-left: -10px; }
      .mb-lg-n10 {
        margin-bottom: -10px; }
      .ml-lg-n10 {
        margin-left: -10px; }
        [dir="rtl"] .ml-lg-n10 {
          margin-right: -10px; }
      .m-lg-n12 {
        margin: -12px; }
      .mt-lg-n12 {
        margin-top: -12px; }
      .mr-lg-n12 {
        margin-right: -12px; }
        [dir="rtl"] .mr-lg-n12 {
          margin-left: -12px; }
      .mb-lg-n12 {
        margin-bottom: -12px; }
      .ml-lg-n12 {
        margin-left: -12px; }
        [dir="rtl"] .ml-lg-n12 {
          margin-right: -12px; }
      .m-lg-n15 {
        margin: -15px; }
      .mt-lg-n15 {
        margin-top: -15px; }
      .mr-lg-n15 {
        margin-right: -15px; }
        [dir="rtl"] .mr-lg-n15 {
          margin-left: -15px; }
      .mb-lg-n15 {
        margin-bottom: -15px; }
      .ml-lg-n15 {
        margin-left: -15px; }
        [dir="rtl"] .ml-lg-n15 {
          margin-right: -15px; }
      .m-lg-n16 {
        margin: -16px; }
      .mt-lg-n16 {
        margin-top: -16px; }
      .mr-lg-n16 {
        margin-right: -16px; }
        [dir="rtl"] .mr-lg-n16 {
          margin-left: -16px; }
      .mb-lg-n16 {
        margin-bottom: -16px; }
      .ml-lg-n16 {
        margin-left: -16px; }
        [dir="rtl"] .ml-lg-n16 {
          margin-right: -16px; }
      .m-lg-n18 {
        margin: -18px; }
      .mt-lg-n18 {
        margin-top: -18px; }
      .mr-lg-n18 {
        margin-right: -18px; }
        [dir="rtl"] .mr-lg-n18 {
          margin-left: -18px; }
      .mb-lg-n18 {
        margin-bottom: -18px; }
      .ml-lg-n18 {
        margin-left: -18px; }
        [dir="rtl"] .ml-lg-n18 {
          margin-right: -18px; }
      .m-lg-n20 {
        margin: -20px; }
      .mt-lg-n20 {
        margin-top: -20px; }
      .mr-lg-n20 {
        margin-right: -20px; }
        [dir="rtl"] .mr-lg-n20 {
          margin-left: -20px; }
      .mb-lg-n20 {
        margin-bottom: -20px; }
      .ml-lg-n20 {
        margin-left: -20px; }
        [dir="rtl"] .ml-lg-n20 {
          margin-right: -20px; }
      .m-lg-n22 {
        margin: -22px; }
      .mt-lg-n22 {
        margin-top: -22px; }
      .mr-lg-n22 {
        margin-right: -22px; }
        [dir="rtl"] .mr-lg-n22 {
          margin-left: -22px; }
      .mb-lg-n22 {
        margin-bottom: -22px; }
      .ml-lg-n22 {
        margin-left: -22px; }
        [dir="rtl"] .ml-lg-n22 {
          margin-right: -22px; }
      .m-lg-n25 {
        margin: -25px; }
      .mt-lg-n25 {
        margin-top: -25px; }
      .mr-lg-n25 {
        margin-right: -25px; }
        [dir="rtl"] .mr-lg-n25 {
          margin-left: -25px; }
      .mb-lg-n25 {
        margin-bottom: -25px; }
      .ml-lg-n25 {
        margin-left: -25px; }
        [dir="rtl"] .ml-lg-n25 {
          margin-right: -25px; }
      .m-lg-n27 {
        margin: -27px; }
      .mt-lg-n27 {
        margin-top: -27px; }
      .mr-lg-n27 {
        margin-right: -27px; }
        [dir="rtl"] .mr-lg-n27 {
          margin-left: -27px; }
      .mb-lg-n27 {
        margin-bottom: -27px; }
      .ml-lg-n27 {
        margin-left: -27px; }
        [dir="rtl"] .ml-lg-n27 {
          margin-right: -27px; }
      .m-lg-n30 {
        margin: -30px; }
      .mt-lg-n30 {
        margin-top: -30px; }
      .mr-lg-n30 {
        margin-right: -30px; }
        [dir="rtl"] .mr-lg-n30 {
          margin-left: -30px; }
      .mb-lg-n30 {
        margin-bottom: -30px; }
      .ml-lg-n30 {
        margin-left: -30px; }
        [dir="rtl"] .ml-lg-n30 {
          margin-right: -30px; }
      .m-lg-n32 {
        margin: -32px; }
      .mt-lg-n32 {
        margin-top: -32px; }
      .mr-lg-n32 {
        margin-right: -32px; }
        [dir="rtl"] .mr-lg-n32 {
          margin-left: -32px; }
      .mb-lg-n32 {
        margin-bottom: -32px; }
      .ml-lg-n32 {
        margin-left: -32px; }
        [dir="rtl"] .ml-lg-n32 {
          margin-right: -32px; }
      .m-lg-n35 {
        margin: -35px; }
      .mt-lg-n35 {
        margin-top: -35px; }
      .mr-lg-n35 {
        margin-right: -35px; }
        [dir="rtl"] .mr-lg-n35 {
          margin-left: -35px; }
      .mb-lg-n35 {
        margin-bottom: -35px; }
      .ml-lg-n35 {
        margin-left: -35px; }
        [dir="rtl"] .ml-lg-n35 {
          margin-right: -35px; }
      .m-lg-n38 {
        margin: -38px; }
      .mt-lg-n38 {
        margin-top: -38px; }
      .mr-lg-n38 {
        margin-right: -38px; }
        [dir="rtl"] .mr-lg-n38 {
          margin-left: -38px; }
      .mb-lg-n38 {
        margin-bottom: -38px; }
      .ml-lg-n38 {
        margin-left: -38px; }
        [dir="rtl"] .ml-lg-n38 {
          margin-right: -38px; }
      .m-lg-n40 {
        margin: -40px; }
      .mt-lg-n40 {
        margin-top: -40px; }
      .mr-lg-n40 {
        margin-right: -40px; }
        [dir="rtl"] .mr-lg-n40 {
          margin-left: -40px; }
      .mb-lg-n40 {
        margin-bottom: -40px; }
      .ml-lg-n40 {
        margin-left: -40px; }
        [dir="rtl"] .ml-lg-n40 {
          margin-right: -40px; }
      .m-lg-n45 {
        margin: -45px; }
      .mt-lg-n45 {
        margin-top: -45px; }
      .mr-lg-n45 {
        margin-right: -45px; }
        [dir="rtl"] .mr-lg-n45 {
          margin-left: -45px; }
      .mb-lg-n45 {
        margin-bottom: -45px; }
      .ml-lg-n45 {
        margin-left: -45px; }
        [dir="rtl"] .ml-lg-n45 {
          margin-right: -45px; }
      .m-lg-n50 {
        margin: -50px; }
      .mt-lg-n50 {
        margin-top: -50px; }
      .mr-lg-n50 {
        margin-right: -50px; }
        [dir="rtl"] .mr-lg-n50 {
          margin-left: -50px; }
      .mb-lg-n50 {
        margin-bottom: -50px; }
      .ml-lg-n50 {
        margin-left: -50px; }
        [dir="rtl"] .ml-lg-n50 {
          margin-right: -50px; }
      .m-lg-n55 {
        margin: -55px; }
      .mt-lg-n55 {
        margin-top: -55px; }
      .mr-lg-n55 {
        margin-right: -55px; }
        [dir="rtl"] .mr-lg-n55 {
          margin-left: -55px; }
      .mb-lg-n55 {
        margin-bottom: -55px; }
      .ml-lg-n55 {
        margin-left: -55px; }
        [dir="rtl"] .ml-lg-n55 {
          margin-right: -55px; }
      .m-lg-n60 {
        margin: -60px; }
      .mt-lg-n60 {
        margin-top: -60px; }
      .mr-lg-n60 {
        margin-right: -60px; }
        [dir="rtl"] .mr-lg-n60 {
          margin-left: -60px; }
      .mb-lg-n60 {
        margin-bottom: -60px; }
      .ml-lg-n60 {
        margin-left: -60px; }
        [dir="rtl"] .ml-lg-n60 {
          margin-right: -60px; }
      .m-lg-n65 {
        margin: -65px; }
      .mt-lg-n65 {
        margin-top: -65px; }
      .mr-lg-n65 {
        margin-right: -65px; }
        [dir="rtl"] .mr-lg-n65 {
          margin-left: -65px; }
      .mb-lg-n65 {
        margin-bottom: -65px; }
      .ml-lg-n65 {
        margin-left: -65px; }
        [dir="rtl"] .ml-lg-n65 {
          margin-right: -65px; }
      .m-lg-n70 {
        margin: -70px; }
      .mt-lg-n70 {
        margin-top: -70px; }
      .mr-lg-n70 {
        margin-right: -70px; }
        [dir="rtl"] .mr-lg-n70 {
          margin-left: -70px; }
      .mb-lg-n70 {
        margin-bottom: -70px; }
      .ml-lg-n70 {
        margin-left: -70px; }
        [dir="rtl"] .ml-lg-n70 {
          margin-right: -70px; }
      .m-lg-n75 {
        margin: -75px; }
      .mt-lg-n75 {
        margin-top: -75px; }
      .mr-lg-n75 {
        margin-right: -75px; }
        [dir="rtl"] .mr-lg-n75 {
          margin-left: -75px; }
      .mb-lg-n75 {
        margin-bottom: -75px; }
      .ml-lg-n75 {
        margin-left: -75px; }
        [dir="rtl"] .ml-lg-n75 {
          margin-right: -75px; }
      .m-lg-n80 {
        margin: -80px; }
      .mt-lg-n80 {
        margin-top: -80px; }
      .mr-lg-n80 {
        margin-right: -80px; }
        [dir="rtl"] .mr-lg-n80 {
          margin-left: -80px; }
      .mb-lg-n80 {
        margin-bottom: -80px; }
      .ml-lg-n80 {
        margin-left: -80px; }
        [dir="rtl"] .ml-lg-n80 {
          margin-right: -80px; }
      .m-lg-n85 {
        margin: -85px; }
      .mt-lg-n85 {
        margin-top: -85px; }
      .mr-lg-n85 {
        margin-right: -85px; }
        [dir="rtl"] .mr-lg-n85 {
          margin-left: -85px; }
      .mb-lg-n85 {
        margin-bottom: -85px; }
      .ml-lg-n85 {
        margin-left: -85px; }
        [dir="rtl"] .ml-lg-n85 {
          margin-right: -85px; }
      .m-lg-n90 {
        margin: -90px; }
      .mt-lg-n90 {
        margin-top: -90px; }
      .mr-lg-n90 {
        margin-right: -90px; }
        [dir="rtl"] .mr-lg-n90 {
          margin-left: -90px; }
      .mb-lg-n90 {
        margin-bottom: -90px; }
      .ml-lg-n90 {
        margin-left: -90px; }
        [dir="rtl"] .ml-lg-n90 {
          margin-right: -90px; }
      .m-lg-n95 {
        margin: -95px; }
      .mt-lg-n95 {
        margin-top: -95px; }
      .mr-lg-n95 {
        margin-right: -95px; }
        [dir="rtl"] .mr-lg-n95 {
          margin-left: -95px; }
      .mb-lg-n95 {
        margin-bottom: -95px; }
      .ml-lg-n95 {
        margin-left: -95px; }
        [dir="rtl"] .ml-lg-n95 {
          margin-right: -95px; }
      .m-lg-n100 {
        margin: -100px; }
      .mt-lg-n100 {
        margin-top: -100px; }
      .mr-lg-n100 {
        margin-right: -100px; }
        [dir="rtl"] .mr-lg-n100 {
          margin-left: -100px; }
      .mb-lg-n100 {
        margin-bottom: -100px; }
      .ml-lg-n100 {
        margin-left: -100px; }
        [dir="rtl"] .ml-lg-n100 {
          margin-right: -100px; }
      .m-lg-n105 {
        margin: -105px; }
      .mt-lg-n105 {
        margin-top: -105px; }
      .mr-lg-n105 {
        margin-right: -105px; }
        [dir="rtl"] .mr-lg-n105 {
          margin-left: -105px; }
      .mb-lg-n105 {
        margin-bottom: -105px; }
      .ml-lg-n105 {
        margin-left: -105px; }
        [dir="rtl"] .ml-lg-n105 {
          margin-right: -105px; }
      .m-lg-n110 {
        margin: -110px; }
      .mt-lg-n110 {
        margin-top: -110px; }
      .mr-lg-n110 {
        margin-right: -110px; }
        [dir="rtl"] .mr-lg-n110 {
          margin-left: -110px; }
      .mb-lg-n110 {
        margin-bottom: -110px; }
      .ml-lg-n110 {
        margin-left: -110px; }
        [dir="rtl"] .ml-lg-n110 {
          margin-right: -110px; }
      .m-lg-n115 {
        margin: -115px; }
      .mt-lg-n115 {
        margin-top: -115px; }
      .mr-lg-n115 {
        margin-right: -115px; }
        [dir="rtl"] .mr-lg-n115 {
          margin-left: -115px; }
      .mb-lg-n115 {
        margin-bottom: -115px; }
      .ml-lg-n115 {
        margin-left: -115px; }
        [dir="rtl"] .ml-lg-n115 {
          margin-right: -115px; }
      .m-lg-n120 {
        margin: -120px; }
      .mt-lg-n120 {
        margin-top: -120px; }
      .mr-lg-n120 {
        margin-right: -120px; }
        [dir="rtl"] .mr-lg-n120 {
          margin-left: -120px; }
      .mb-lg-n120 {
        margin-bottom: -120px; }
      .ml-lg-n120 {
        margin-left: -120px; }
        [dir="rtl"] .ml-lg-n120 {
          margin-right: -120px; }
      .m-lg-n125 {
        margin: -125px; }
      .mt-lg-n125 {
        margin-top: -125px; }
      .mr-lg-n125 {
        margin-right: -125px; }
        [dir="rtl"] .mr-lg-n125 {
          margin-left: -125px; }
      .mb-lg-n125 {
        margin-bottom: -125px; }
      .ml-lg-n125 {
        margin-left: -125px; }
        [dir="rtl"] .ml-lg-n125 {
          margin-right: -125px; }
      .m-lg-n130 {
        margin: -130px; }
      .mt-lg-n130 {
        margin-top: -130px; }
      .mr-lg-n130 {
        margin-right: -130px; }
        [dir="rtl"] .mr-lg-n130 {
          margin-left: -130px; }
      .mb-lg-n130 {
        margin-bottom: -130px; }
      .ml-lg-n130 {
        margin-left: -130px; }
        [dir="rtl"] .ml-lg-n130 {
          margin-right: -130px; }
      .m-lg-n140 {
        margin: -140px; }
      .mt-lg-n140 {
        margin-top: -140px; }
      .mr-lg-n140 {
        margin-right: -140px; }
        [dir="rtl"] .mr-lg-n140 {
          margin-left: -140px; }
      .mb-lg-n140 {
        margin-bottom: -140px; }
      .ml-lg-n140 {
        margin-left: -140px; }
        [dir="rtl"] .ml-lg-n140 {
          margin-right: -140px; }
      .m-lg-n148 {
        margin: -148px; }
      .mt-lg-n148 {
        margin-top: -148px; }
      .mr-lg-n148 {
        margin-right: -148px; }
        [dir="rtl"] .mr-lg-n148 {
          margin-left: -148px; }
      .mb-lg-n148 {
        margin-bottom: -148px; }
      .ml-lg-n148 {
        margin-left: -148px; }
        [dir="rtl"] .ml-lg-n148 {
          margin-right: -148px; }
      .m-lg-n150 {
        margin: -150px; }
      .mt-lg-n150 {
        margin-top: -150px; }
      .mr-lg-n150 {
        margin-right: -150px; }
        [dir="rtl"] .mr-lg-n150 {
          margin-left: -150px; }
      .mb-lg-n150 {
        margin-bottom: -150px; }
      .ml-lg-n150 {
        margin-left: -150px; }
        [dir="rtl"] .ml-lg-n150 {
          margin-right: -150px; }
      .m-lg-n200 {
        margin: -200px; }
      .mt-lg-n200 {
        margin-top: -200px; }
      .mr-lg-n200 {
        margin-right: -200px; }
        [dir="rtl"] .mr-lg-n200 {
          margin-left: -200px; }
      .mb-lg-n200 {
        margin-bottom: -200px; }
      .ml-lg-n200 {
        margin-left: -200px; }
        [dir="rtl"] .ml-lg-n200 {
          margin-right: -200px; }
      .m-lg-auto {
        margin: auto; }
      .mt-lg-auto, .my-lg-auto {
        margin-top: auto; }
      .mr-lg-auto, .mx-lg-auto {
        margin-right: auto; }
      .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto; }
      .ml-lg-auto, .mx-lg-auto {
        margin-left: auto; } }

@media (min-width: 1280px) {
    .m-xl-0 {
      margin: 0; }
      .mt-xl-0 {
        margin-top: 0; }
      .mr-xl-0 {
        margin-right: 0; }
        [dir="rtl"] .mr-xl-0 {
          margin-right: 0;
          margin-left: 0; }
      .mb-xl-0 {
        margin-bottom: 0; }
      .ml-xl-0 {
        margin-left: 0; }
        [dir="rtl"] .ml-xl-0 {
          margin-left: 0;
          margin-right: 0; }
      .m-lr-xl-0 {
        margin-left: 0;
        margin-right: 0; }
      .m-tb-xl-0 {
        margin-top: 0;
        margin-bottom: 0; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-5 {
        margin: 5px; }
      .mt-xl-5 {
        margin-top: 5px; }
      .mr-xl-5 {
        margin-right: 5px; }
        [dir="rtl"] .mr-xl-5 {
          margin-right: 0;
          margin-left: 5px; }
      .mb-xl-5 {
        margin-bottom: 5px; }
      .ml-xl-5 {
        margin-left: 5px; }
        [dir="rtl"] .ml-xl-5 {
          margin-left: 0;
          margin-right: 5px; }
      .m-lr-xl-5 {
        margin-left: 5px;
        margin-right: 5px; }
      .m-tb-xl-5 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-8 {
        margin: 8px; }
      .mt-xl-8 {
        margin-top: 8px; }
      .mr-xl-8 {
        margin-right: 8px; }
        [dir="rtl"] .mr-xl-8 {
          margin-right: 0;
          margin-left: 8px; }
      .mb-xl-8 {
        margin-bottom: 8px; }
      .ml-xl-8 {
        margin-left: 8px; }
        [dir="rtl"] .ml-xl-8 {
          margin-left: 0;
          margin-right: 8px; }
      .m-lr-xl-8 {
        margin-left: 8px;
        margin-right: 8px; }
      .m-tb-xl-8 {
        margin-top: 8px;
        margin-bottom: 8px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-10 {
        margin: 10px; }
      .mt-xl-10 {
        margin-top: 10px; }
      .mr-xl-10 {
        margin-right: 10px; }
        [dir="rtl"] .mr-xl-10 {
          margin-right: 0;
          margin-left: 10px; }
      .mb-xl-10 {
        margin-bottom: 10px; }
      .ml-xl-10 {
        margin-left: 10px; }
        [dir="rtl"] .ml-xl-10 {
          margin-left: 0;
          margin-right: 10px; }
      .m-lr-xl-10 {
        margin-left: 10px;
        margin-right: 10px; }
      .m-tb-xl-10 {
        margin-top: 10px;
        margin-bottom: 10px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-12 {
        margin: 12px; }
      .mt-xl-12 {
        margin-top: 12px; }
      .mr-xl-12 {
        margin-right: 12px; }
        [dir="rtl"] .mr-xl-12 {
          margin-right: 0;
          margin-left: 12px; }
      .mb-xl-12 {
        margin-bottom: 12px; }
      .ml-xl-12 {
        margin-left: 12px; }
        [dir="rtl"] .ml-xl-12 {
          margin-left: 0;
          margin-right: 12px; }
      .m-lr-xl-12 {
        margin-left: 12px;
        margin-right: 12px; }
      .m-tb-xl-12 {
        margin-top: 12px;
        margin-bottom: 12px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-15 {
        margin: 15px; }
      .mt-xl-15 {
        margin-top: 15px; }
      .mr-xl-15 {
        margin-right: 15px; }
        [dir="rtl"] .mr-xl-15 {
          margin-right: 0;
          margin-left: 15px; }
      .mb-xl-15 {
        margin-bottom: 15px; }
      .ml-xl-15 {
        margin-left: 15px; }
        [dir="rtl"] .ml-xl-15 {
          margin-left: 0;
          margin-right: 15px; }
      .m-lr-xl-15 {
        margin-left: 15px;
        margin-right: 15px; }
      .m-tb-xl-15 {
        margin-top: 15px;
        margin-bottom: 15px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-16 {
        margin: 16px; }
      .mt-xl-16 {
        margin-top: 16px; }
      .mr-xl-16 {
        margin-right: 16px; }
        [dir="rtl"] .mr-xl-16 {
          margin-right: 0;
          margin-left: 16px; }
      .mb-xl-16 {
        margin-bottom: 16px; }
      .ml-xl-16 {
        margin-left: 16px; }
        [dir="rtl"] .ml-xl-16 {
          margin-left: 0;
          margin-right: 16px; }
      .m-lr-xl-16 {
        margin-left: 16px;
        margin-right: 16px; }
      .m-tb-xl-16 {
        margin-top: 16px;
        margin-bottom: 16px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-18 {
        margin: 18px; }
      .mt-xl-18 {
        margin-top: 18px; }
      .mr-xl-18 {
        margin-right: 18px; }
        [dir="rtl"] .mr-xl-18 {
          margin-right: 0;
          margin-left: 18px; }
      .mb-xl-18 {
        margin-bottom: 18px; }
      .ml-xl-18 {
        margin-left: 18px; }
        [dir="rtl"] .ml-xl-18 {
          margin-left: 0;
          margin-right: 18px; }
      .m-lr-xl-18 {
        margin-left: 18px;
        margin-right: 18px; }
      .m-tb-xl-18 {
        margin-top: 18px;
        margin-bottom: 18px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-20 {
        margin: 20px; }
      .mt-xl-20 {
        margin-top: 20px; }
      .mr-xl-20 {
        margin-right: 20px; }
        [dir="rtl"] .mr-xl-20 {
          margin-right: 0;
          margin-left: 20px; }
      .mb-xl-20 {
        margin-bottom: 20px; }
      .ml-xl-20 {
        margin-left: 20px; }
        [dir="rtl"] .ml-xl-20 {
          margin-left: 0;
          margin-right: 20px; }
      .m-lr-xl-20 {
        margin-left: 20px;
        margin-right: 20px; }
      .m-tb-xl-20 {
        margin-top: 20px;
        margin-bottom: 20px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-22 {
        margin: 22px; }
      .mt-xl-22 {
        margin-top: 22px; }
      .mr-xl-22 {
        margin-right: 22px; }
        [dir="rtl"] .mr-xl-22 {
          margin-right: 0;
          margin-left: 22px; }
      .mb-xl-22 {
        margin-bottom: 22px; }
      .ml-xl-22 {
        margin-left: 22px; }
        [dir="rtl"] .ml-xl-22 {
          margin-left: 0;
          margin-right: 22px; }
      .m-lr-xl-22 {
        margin-left: 22px;
        margin-right: 22px; }
      .m-tb-xl-22 {
        margin-top: 22px;
        margin-bottom: 22px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-25 {
        margin: 25px; }
      .mt-xl-25 {
        margin-top: 25px; }
      .mr-xl-25 {
        margin-right: 25px; }
        [dir="rtl"] .mr-xl-25 {
          margin-right: 0;
          margin-left: 25px; }
      .mb-xl-25 {
        margin-bottom: 25px; }
      .ml-xl-25 {
        margin-left: 25px; }
        [dir="rtl"] .ml-xl-25 {
          margin-left: 0;
          margin-right: 25px; }
      .m-lr-xl-25 {
        margin-left: 25px;
        margin-right: 25px; }
      .m-tb-xl-25 {
        margin-top: 25px;
        margin-bottom: 25px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-27 {
        margin: 27px; }
      .mt-xl-27 {
        margin-top: 27px; }
      .mr-xl-27 {
        margin-right: 27px; }
        [dir="rtl"] .mr-xl-27 {
          margin-right: 0;
          margin-left: 27px; }
      .mb-xl-27 {
        margin-bottom: 27px; }
      .ml-xl-27 {
        margin-left: 27px; }
        [dir="rtl"] .ml-xl-27 {
          margin-left: 0;
          margin-right: 27px; }
      .m-lr-xl-27 {
        margin-left: 27px;
        margin-right: 27px; }
      .m-tb-xl-27 {
        margin-top: 27px;
        margin-bottom: 27px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-30 {
        margin: 30px; }
      .mt-xl-30 {
        margin-top: 30px; }
      .mr-xl-30 {
        margin-right: 30px; }
        [dir="rtl"] .mr-xl-30 {
          margin-right: 0;
          margin-left: 30px; }
      .mb-xl-30 {
        margin-bottom: 30px; }
      .ml-xl-30 {
        margin-left: 30px; }
        [dir="rtl"] .ml-xl-30 {
          margin-left: 0;
          margin-right: 30px; }
      .m-lr-xl-30 {
        margin-left: 30px;
        margin-right: 30px; }
      .m-tb-xl-30 {
        margin-top: 30px;
        margin-bottom: 30px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-32 {
        margin: 32px; }
      .mt-xl-32 {
        margin-top: 32px; }
      .mr-xl-32 {
        margin-right: 32px; }
        [dir="rtl"] .mr-xl-32 {
          margin-right: 0;
          margin-left: 32px; }
      .mb-xl-32 {
        margin-bottom: 32px; }
      .ml-xl-32 {
        margin-left: 32px; }
        [dir="rtl"] .ml-xl-32 {
          margin-left: 0;
          margin-right: 32px; }
      .m-lr-xl-32 {
        margin-left: 32px;
        margin-right: 32px; }
      .m-tb-xl-32 {
        margin-top: 32px;
        margin-bottom: 32px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-35 {
        margin: 35px; }
      .mt-xl-35 {
        margin-top: 35px; }
      .mr-xl-35 {
        margin-right: 35px; }
        [dir="rtl"] .mr-xl-35 {
          margin-right: 0;
          margin-left: 35px; }
      .mb-xl-35 {
        margin-bottom: 35px; }
      .ml-xl-35 {
        margin-left: 35px; }
        [dir="rtl"] .ml-xl-35 {
          margin-left: 0;
          margin-right: 35px; }
      .m-lr-xl-35 {
        margin-left: 35px;
        margin-right: 35px; }
      .m-tb-xl-35 {
        margin-top: 35px;
        margin-bottom: 35px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-38 {
        margin: 38px; }
      .mt-xl-38 {
        margin-top: 38px; }
      .mr-xl-38 {
        margin-right: 38px; }
        [dir="rtl"] .mr-xl-38 {
          margin-right: 0;
          margin-left: 38px; }
      .mb-xl-38 {
        margin-bottom: 38px; }
      .ml-xl-38 {
        margin-left: 38px; }
        [dir="rtl"] .ml-xl-38 {
          margin-left: 0;
          margin-right: 38px; }
      .m-lr-xl-38 {
        margin-left: 38px;
        margin-right: 38px; }
      .m-tb-xl-38 {
        margin-top: 38px;
        margin-bottom: 38px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-40 {
        margin: 40px; }
      .mt-xl-40 {
        margin-top: 40px; }
      .mr-xl-40 {
        margin-right: 40px; }
        [dir="rtl"] .mr-xl-40 {
          margin-right: 0;
          margin-left: 40px; }
      .mb-xl-40 {
        margin-bottom: 40px; }
      .ml-xl-40 {
        margin-left: 40px; }
        [dir="rtl"] .ml-xl-40 {
          margin-left: 0;
          margin-right: 40px; }
      .m-lr-xl-40 {
        margin-left: 40px;
        margin-right: 40px; }
      .m-tb-xl-40 {
        margin-top: 40px;
        margin-bottom: 40px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-45 {
        margin: 45px; }
      .mt-xl-45 {
        margin-top: 45px; }
      .mr-xl-45 {
        margin-right: 45px; }
        [dir="rtl"] .mr-xl-45 {
          margin-right: 0;
          margin-left: 45px; }
      .mb-xl-45 {
        margin-bottom: 45px; }
      .ml-xl-45 {
        margin-left: 45px; }
        [dir="rtl"] .ml-xl-45 {
          margin-left: 0;
          margin-right: 45px; }
      .m-lr-xl-45 {
        margin-left: 45px;
        margin-right: 45px; }
      .m-tb-xl-45 {
        margin-top: 45px;
        margin-bottom: 45px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-50 {
        margin: 50px; }
      .mt-xl-50 {
        margin-top: 50px; }
      .mr-xl-50 {
        margin-right: 50px; }
        [dir="rtl"] .mr-xl-50 {
          margin-right: 0;
          margin-left: 50px; }
      .mb-xl-50 {
        margin-bottom: 50px; }
      .ml-xl-50 {
        margin-left: 50px; }
        [dir="rtl"] .ml-xl-50 {
          margin-left: 0;
          margin-right: 50px; }
      .m-lr-xl-50 {
        margin-left: 50px;
        margin-right: 50px; }
      .m-tb-xl-50 {
        margin-top: 50px;
        margin-bottom: 50px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-55 {
        margin: 55px; }
      .mt-xl-55 {
        margin-top: 55px; }
      .mr-xl-55 {
        margin-right: 55px; }
        [dir="rtl"] .mr-xl-55 {
          margin-right: 0;
          margin-left: 55px; }
      .mb-xl-55 {
        margin-bottom: 55px; }
      .ml-xl-55 {
        margin-left: 55px; }
        [dir="rtl"] .ml-xl-55 {
          margin-left: 0;
          margin-right: 55px; }
      .m-lr-xl-55 {
        margin-left: 55px;
        margin-right: 55px; }
      .m-tb-xl-55 {
        margin-top: 55px;
        margin-bottom: 55px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-60 {
        margin: 60px; }
      .mt-xl-60 {
        margin-top: 60px; }
      .mr-xl-60 {
        margin-right: 60px; }
        [dir="rtl"] .mr-xl-60 {
          margin-right: 0;
          margin-left: 60px; }
      .mb-xl-60 {
        margin-bottom: 60px; }
      .ml-xl-60 {
        margin-left: 60px; }
        [dir="rtl"] .ml-xl-60 {
          margin-left: 0;
          margin-right: 60px; }
      .m-lr-xl-60 {
        margin-left: 60px;
        margin-right: 60px; }
      .m-tb-xl-60 {
        margin-top: 60px;
        margin-bottom: 60px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-65 {
        margin: 65px; }
      .mt-xl-65 {
        margin-top: 65px; }
      .mr-xl-65 {
        margin-right: 65px; }
        [dir="rtl"] .mr-xl-65 {
          margin-right: 0;
          margin-left: 65px; }
      .mb-xl-65 {
        margin-bottom: 65px; }
      .ml-xl-65 {
        margin-left: 65px; }
        [dir="rtl"] .ml-xl-65 {
          margin-left: 0;
          margin-right: 65px; }
      .m-lr-xl-65 {
        margin-left: 65px;
        margin-right: 65px; }
      .m-tb-xl-65 {
        margin-top: 65px;
        margin-bottom: 65px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-70 {
        margin: 70px; }
      .mt-xl-70 {
        margin-top: 70px; }
      .mr-xl-70 {
        margin-right: 70px; }
        [dir="rtl"] .mr-xl-70 {
          margin-right: 0;
          margin-left: 70px; }
      .mb-xl-70 {
        margin-bottom: 70px; }
      .ml-xl-70 {
        margin-left: 70px; }
        [dir="rtl"] .ml-xl-70 {
          margin-left: 0;
          margin-right: 70px; }
      .m-lr-xl-70 {
        margin-left: 70px;
        margin-right: 70px; }
      .m-tb-xl-70 {
        margin-top: 70px;
        margin-bottom: 70px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-75 {
        margin: 75px; }
      .mt-xl-75 {
        margin-top: 75px; }
      .mr-xl-75 {
        margin-right: 75px; }
        [dir="rtl"] .mr-xl-75 {
          margin-right: 0;
          margin-left: 75px; }
      .mb-xl-75 {
        margin-bottom: 75px; }
      .ml-xl-75 {
        margin-left: 75px; }
        [dir="rtl"] .ml-xl-75 {
          margin-left: 0;
          margin-right: 75px; }
      .m-lr-xl-75 {
        margin-left: 75px;
        margin-right: 75px; }
      .m-tb-xl-75 {
        margin-top: 75px;
        margin-bottom: 75px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-80 {
        margin: 80px; }
      .mt-xl-80 {
        margin-top: 80px; }
      .mr-xl-80 {
        margin-right: 80px; }
        [dir="rtl"] .mr-xl-80 {
          margin-right: 0;
          margin-left: 80px; }
      .mb-xl-80 {
        margin-bottom: 80px; }
      .ml-xl-80 {
        margin-left: 80px; }
        [dir="rtl"] .ml-xl-80 {
          margin-left: 0;
          margin-right: 80px; }
      .m-lr-xl-80 {
        margin-left: 80px;
        margin-right: 80px; }
      .m-tb-xl-80 {
        margin-top: 80px;
        margin-bottom: 80px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-85 {
        margin: 85px; }
      .mt-xl-85 {
        margin-top: 85px; }
      .mr-xl-85 {
        margin-right: 85px; }
        [dir="rtl"] .mr-xl-85 {
          margin-right: 0;
          margin-left: 85px; }
      .mb-xl-85 {
        margin-bottom: 85px; }
      .ml-xl-85 {
        margin-left: 85px; }
        [dir="rtl"] .ml-xl-85 {
          margin-left: 0;
          margin-right: 85px; }
      .m-lr-xl-85 {
        margin-left: 85px;
        margin-right: 85px; }
      .m-tb-xl-85 {
        margin-top: 85px;
        margin-bottom: 85px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-90 {
        margin: 90px; }
      .mt-xl-90 {
        margin-top: 90px; }
      .mr-xl-90 {
        margin-right: 90px; }
        [dir="rtl"] .mr-xl-90 {
          margin-right: 0;
          margin-left: 90px; }
      .mb-xl-90 {
        margin-bottom: 90px; }
      .ml-xl-90 {
        margin-left: 90px; }
        [dir="rtl"] .ml-xl-90 {
          margin-left: 0;
          margin-right: 90px; }
      .m-lr-xl-90 {
        margin-left: 90px;
        margin-right: 90px; }
      .m-tb-xl-90 {
        margin-top: 90px;
        margin-bottom: 90px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-95 {
        margin: 95px; }
      .mt-xl-95 {
        margin-top: 95px; }
      .mr-xl-95 {
        margin-right: 95px; }
        [dir="rtl"] .mr-xl-95 {
          margin-right: 0;
          margin-left: 95px; }
      .mb-xl-95 {
        margin-bottom: 95px; }
      .ml-xl-95 {
        margin-left: 95px; }
        [dir="rtl"] .ml-xl-95 {
          margin-left: 0;
          margin-right: 95px; }
      .m-lr-xl-95 {
        margin-left: 95px;
        margin-right: 95px; }
      .m-tb-xl-95 {
        margin-top: 95px;
        margin-bottom: 95px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-100 {
        margin: 100px; }
      .mt-xl-100 {
        margin-top: 100px; }
      .mr-xl-100 {
        margin-right: 100px; }
        [dir="rtl"] .mr-xl-100 {
          margin-right: 0;
          margin-left: 100px; }
      .mb-xl-100 {
        margin-bottom: 100px; }
      .ml-xl-100 {
        margin-left: 100px; }
        [dir="rtl"] .ml-xl-100 {
          margin-left: 0;
          margin-right: 100px; }
      .m-lr-xl-100 {
        margin-left: 100px;
        margin-right: 100px; }
      .m-tb-xl-100 {
        margin-top: 100px;
        margin-bottom: 100px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-105 {
        margin: 105px; }
      .mt-xl-105 {
        margin-top: 105px; }
      .mr-xl-105 {
        margin-right: 105px; }
        [dir="rtl"] .mr-xl-105 {
          margin-right: 0;
          margin-left: 105px; }
      .mb-xl-105 {
        margin-bottom: 105px; }
      .ml-xl-105 {
        margin-left: 105px; }
        [dir="rtl"] .ml-xl-105 {
          margin-left: 0;
          margin-right: 105px; }
      .m-lr-xl-105 {
        margin-left: 105px;
        margin-right: 105px; }
      .m-tb-xl-105 {
        margin-top: 105px;
        margin-bottom: 105px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-110 {
        margin: 110px; }
      .mt-xl-110 {
        margin-top: 110px; }
      .mr-xl-110 {
        margin-right: 110px; }
        [dir="rtl"] .mr-xl-110 {
          margin-right: 0;
          margin-left: 110px; }
      .mb-xl-110 {
        margin-bottom: 110px; }
      .ml-xl-110 {
        margin-left: 110px; }
        [dir="rtl"] .ml-xl-110 {
          margin-left: 0;
          margin-right: 110px; }
      .m-lr-xl-110 {
        margin-left: 110px;
        margin-right: 110px; }
      .m-tb-xl-110 {
        margin-top: 110px;
        margin-bottom: 110px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-115 {
        margin: 115px; }
      .mt-xl-115 {
        margin-top: 115px; }
      .mr-xl-115 {
        margin-right: 115px; }
        [dir="rtl"] .mr-xl-115 {
          margin-right: 0;
          margin-left: 115px; }
      .mb-xl-115 {
        margin-bottom: 115px; }
      .ml-xl-115 {
        margin-left: 115px; }
        [dir="rtl"] .ml-xl-115 {
          margin-left: 0;
          margin-right: 115px; }
      .m-lr-xl-115 {
        margin-left: 115px;
        margin-right: 115px; }
      .m-tb-xl-115 {
        margin-top: 115px;
        margin-bottom: 115px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-120 {
        margin: 120px; }
      .mt-xl-120 {
        margin-top: 120px; }
      .mr-xl-120 {
        margin-right: 120px; }
        [dir="rtl"] .mr-xl-120 {
          margin-right: 0;
          margin-left: 120px; }
      .mb-xl-120 {
        margin-bottom: 120px; }
      .ml-xl-120 {
        margin-left: 120px; }
        [dir="rtl"] .ml-xl-120 {
          margin-left: 0;
          margin-right: 120px; }
      .m-lr-xl-120 {
        margin-left: 120px;
        margin-right: 120px; }
      .m-tb-xl-120 {
        margin-top: 120px;
        margin-bottom: 120px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-125 {
        margin: 125px; }
      .mt-xl-125 {
        margin-top: 125px; }
      .mr-xl-125 {
        margin-right: 125px; }
        [dir="rtl"] .mr-xl-125 {
          margin-right: 0;
          margin-left: 125px; }
      .mb-xl-125 {
        margin-bottom: 125px; }
      .ml-xl-125 {
        margin-left: 125px; }
        [dir="rtl"] .ml-xl-125 {
          margin-left: 0;
          margin-right: 125px; }
      .m-lr-xl-125 {
        margin-left: 125px;
        margin-right: 125px; }
      .m-tb-xl-125 {
        margin-top: 125px;
        margin-bottom: 125px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-130 {
        margin: 130px; }
      .mt-xl-130 {
        margin-top: 130px; }
      .mr-xl-130 {
        margin-right: 130px; }
        [dir="rtl"] .mr-xl-130 {
          margin-right: 0;
          margin-left: 130px; }
      .mb-xl-130 {
        margin-bottom: 130px; }
      .ml-xl-130 {
        margin-left: 130px; }
        [dir="rtl"] .ml-xl-130 {
          margin-left: 0;
          margin-right: 130px; }
      .m-lr-xl-130 {
        margin-left: 130px;
        margin-right: 130px; }
      .m-tb-xl-130 {
        margin-top: 130px;
        margin-bottom: 130px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-140 {
        margin: 140px; }
      .mt-xl-140 {
        margin-top: 140px; }
      .mr-xl-140 {
        margin-right: 140px; }
        [dir="rtl"] .mr-xl-140 {
          margin-right: 0;
          margin-left: 140px; }
      .mb-xl-140 {
        margin-bottom: 140px; }
      .ml-xl-140 {
        margin-left: 140px; }
        [dir="rtl"] .ml-xl-140 {
          margin-left: 0;
          margin-right: 140px; }
      .m-lr-xl-140 {
        margin-left: 140px;
        margin-right: 140px; }
      .m-tb-xl-140 {
        margin-top: 140px;
        margin-bottom: 140px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-148 {
        margin: 148px; }
      .mt-xl-148 {
        margin-top: 148px; }
      .mr-xl-148 {
        margin-right: 148px; }
        [dir="rtl"] .mr-xl-148 {
          margin-right: 0;
          margin-left: 148px; }
      .mb-xl-148 {
        margin-bottom: 148px; }
      .ml-xl-148 {
        margin-left: 148px; }
        [dir="rtl"] .ml-xl-148 {
          margin-left: 0;
          margin-right: 148px; }
      .m-lr-xl-148 {
        margin-left: 148px;
        margin-right: 148px; }
      .m-tb-xl-148 {
        margin-top: 148px;
        margin-bottom: 148px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-150 {
        margin: 150px; }
      .mt-xl-150 {
        margin-top: 150px; }
      .mr-xl-150 {
        margin-right: 150px; }
        [dir="rtl"] .mr-xl-150 {
          margin-right: 0;
          margin-left: 150px; }
      .mb-xl-150 {
        margin-bottom: 150px; }
      .ml-xl-150 {
        margin-left: 150px; }
        [dir="rtl"] .ml-xl-150 {
          margin-left: 0;
          margin-right: 150px; }
      .m-lr-xl-150 {
        margin-left: 150px;
        margin-right: 150px; }
      .m-tb-xl-150 {
        margin-top: 150px;
        margin-bottom: 150px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xl-200 {
        margin: 200px; }
      .mt-xl-200 {
        margin-top: 200px; }
      .mr-xl-200 {
        margin-right: 200px; }
        [dir="rtl"] .mr-xl-200 {
          margin-right: 0;
          margin-left: 200px; }
      .mb-xl-200 {
        margin-bottom: 200px; }
      .ml-xl-200 {
        margin-left: 200px; }
        [dir="rtl"] .ml-xl-200 {
          margin-left: 0;
          margin-right: 200px; }
      .m-lr-xl-200 {
        margin-left: 200px;
        margin-right: 200px; }
      .m-tb-xl-200 {
        margin-top: 200px;
        margin-bottom: 200px; }
      .m-lr-xl-auto {
        margin-left: auto;
        margin-right: auto; }
      .p-xl-0 {
        padding: 0; }
      .pt-xl-0 {
        padding-top: 0; }
      .pr-xl-0 {
        padding-right: 0; }
        [dir="rtl"] .pr-xl-0 {
          padding-right: 0;
          padding-left: 0; }
      .pb-xl-0 {
        padding-bottom: 0; }
      .pl-xl-0 {
        padding-left: 0; }
        [dir="rtl"] .pl-xl-0 {
          padding-left: 0;
          padding-right: 0; }
      .p-lr-xl-0 {
        padding-left: 0;
        padding-right: 0; }
      .p-tb-xl-0 {
        padding-top: 0;
        padding-bottom: 0; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-5 {
        padding: 5px; }
      .pt-xl-5 {
        padding-top: 5px; }
      .pr-xl-5 {
        padding-right: 5px; }
        [dir="rtl"] .pr-xl-5 {
          padding-right: 0;
          padding-left: 5px; }
      .pb-xl-5 {
        padding-bottom: 5px; }
      .pl-xl-5 {
        padding-left: 5px; }
        [dir="rtl"] .pl-xl-5 {
          padding-left: 0;
          padding-right: 5px; }
      .p-lr-xl-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .p-tb-xl-5 {
        padding-top: 5px;
        padding-bottom: 5px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-8 {
        padding: 8px; }
      .pt-xl-8 {
        padding-top: 8px; }
      .pr-xl-8 {
        padding-right: 8px; }
        [dir="rtl"] .pr-xl-8 {
          padding-right: 0;
          padding-left: 8px; }
      .pb-xl-8 {
        padding-bottom: 8px; }
      .pl-xl-8 {
        padding-left: 8px; }
        [dir="rtl"] .pl-xl-8 {
          padding-left: 0;
          padding-right: 8px; }
      .p-lr-xl-8 {
        padding-left: 8px;
        padding-right: 8px; }
      .p-tb-xl-8 {
        padding-top: 8px;
        padding-bottom: 8px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-10 {
        padding: 10px; }
      .pt-xl-10 {
        padding-top: 10px; }
      .pr-xl-10 {
        padding-right: 10px; }
        [dir="rtl"] .pr-xl-10 {
          padding-right: 0;
          padding-left: 10px; }
      .pb-xl-10 {
        padding-bottom: 10px; }
      .pl-xl-10 {
        padding-left: 10px; }
        [dir="rtl"] .pl-xl-10 {
          padding-left: 0;
          padding-right: 10px; }
      .p-lr-xl-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .p-tb-xl-10 {
        padding-top: 10px;
        padding-bottom: 10px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-12 {
        padding: 12px; }
      .pt-xl-12 {
        padding-top: 12px; }
      .pr-xl-12 {
        padding-right: 12px; }
        [dir="rtl"] .pr-xl-12 {
          padding-right: 0;
          padding-left: 12px; }
      .pb-xl-12 {
        padding-bottom: 12px; }
      .pl-xl-12 {
        padding-left: 12px; }
        [dir="rtl"] .pl-xl-12 {
          padding-left: 0;
          padding-right: 12px; }
      .p-lr-xl-12 {
        padding-left: 12px;
        padding-right: 12px; }
      .p-tb-xl-12 {
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-15 {
        padding: 15px; }
      .pt-xl-15 {
        padding-top: 15px; }
      .pr-xl-15 {
        padding-right: 15px; }
        [dir="rtl"] .pr-xl-15 {
          padding-right: 0;
          padding-left: 15px; }
      .pb-xl-15 {
        padding-bottom: 15px; }
      .pl-xl-15 {
        padding-left: 15px; }
        [dir="rtl"] .pl-xl-15 {
          padding-left: 0;
          padding-right: 15px; }
      .p-lr-xl-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .p-tb-xl-15 {
        padding-top: 15px;
        padding-bottom: 15px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-16 {
        padding: 16px; }
      .pt-xl-16 {
        padding-top: 16px; }
      .pr-xl-16 {
        padding-right: 16px; }
        [dir="rtl"] .pr-xl-16 {
          padding-right: 0;
          padding-left: 16px; }
      .pb-xl-16 {
        padding-bottom: 16px; }
      .pl-xl-16 {
        padding-left: 16px; }
        [dir="rtl"] .pl-xl-16 {
          padding-left: 0;
          padding-right: 16px; }
      .p-lr-xl-16 {
        padding-left: 16px;
        padding-right: 16px; }
      .p-tb-xl-16 {
        padding-top: 16px;
        padding-bottom: 16px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-18 {
        padding: 18px; }
      .pt-xl-18 {
        padding-top: 18px; }
      .pr-xl-18 {
        padding-right: 18px; }
        [dir="rtl"] .pr-xl-18 {
          padding-right: 0;
          padding-left: 18px; }
      .pb-xl-18 {
        padding-bottom: 18px; }
      .pl-xl-18 {
        padding-left: 18px; }
        [dir="rtl"] .pl-xl-18 {
          padding-left: 0;
          padding-right: 18px; }
      .p-lr-xl-18 {
        padding-left: 18px;
        padding-right: 18px; }
      .p-tb-xl-18 {
        padding-top: 18px;
        padding-bottom: 18px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-20 {
        padding: 20px; }
      .pt-xl-20 {
        padding-top: 20px; }
      .pr-xl-20 {
        padding-right: 20px; }
        [dir="rtl"] .pr-xl-20 {
          padding-right: 0;
          padding-left: 20px; }
      .pb-xl-20 {
        padding-bottom: 20px; }
      .pl-xl-20 {
        padding-left: 20px; }
        [dir="rtl"] .pl-xl-20 {
          padding-left: 0;
          padding-right: 20px; }
      .p-lr-xl-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .p-tb-xl-20 {
        padding-top: 20px;
        padding-bottom: 20px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-22 {
        padding: 22px; }
      .pt-xl-22 {
        padding-top: 22px; }
      .pr-xl-22 {
        padding-right: 22px; }
        [dir="rtl"] .pr-xl-22 {
          padding-right: 0;
          padding-left: 22px; }
      .pb-xl-22 {
        padding-bottom: 22px; }
      .pl-xl-22 {
        padding-left: 22px; }
        [dir="rtl"] .pl-xl-22 {
          padding-left: 0;
          padding-right: 22px; }
      .p-lr-xl-22 {
        padding-left: 22px;
        padding-right: 22px; }
      .p-tb-xl-22 {
        padding-top: 22px;
        padding-bottom: 22px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-25 {
        padding: 25px; }
      .pt-xl-25 {
        padding-top: 25px; }
      .pr-xl-25 {
        padding-right: 25px; }
        [dir="rtl"] .pr-xl-25 {
          padding-right: 0;
          padding-left: 25px; }
      .pb-xl-25 {
        padding-bottom: 25px; }
      .pl-xl-25 {
        padding-left: 25px; }
        [dir="rtl"] .pl-xl-25 {
          padding-left: 0;
          padding-right: 25px; }
      .p-lr-xl-25 {
        padding-left: 25px;
        padding-right: 25px; }
      .p-tb-xl-25 {
        padding-top: 25px;
        padding-bottom: 25px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-27 {
        padding: 27px; }
      .pt-xl-27 {
        padding-top: 27px; }
      .pr-xl-27 {
        padding-right: 27px; }
        [dir="rtl"] .pr-xl-27 {
          padding-right: 0;
          padding-left: 27px; }
      .pb-xl-27 {
        padding-bottom: 27px; }
      .pl-xl-27 {
        padding-left: 27px; }
        [dir="rtl"] .pl-xl-27 {
          padding-left: 0;
          padding-right: 27px; }
      .p-lr-xl-27 {
        padding-left: 27px;
        padding-right: 27px; }
      .p-tb-xl-27 {
        padding-top: 27px;
        padding-bottom: 27px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-30 {
        padding: 30px; }
      .pt-xl-30 {
        padding-top: 30px; }
      .pr-xl-30 {
        padding-right: 30px; }
        [dir="rtl"] .pr-xl-30 {
          padding-right: 0;
          padding-left: 30px; }
      .pb-xl-30 {
        padding-bottom: 30px; }
      .pl-xl-30 {
        padding-left: 30px; }
        [dir="rtl"] .pl-xl-30 {
          padding-left: 0;
          padding-right: 30px; }
      .p-lr-xl-30 {
        padding-left: 30px;
        padding-right: 30px; }
      .p-tb-xl-30 {
        padding-top: 30px;
        padding-bottom: 30px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-32 {
        padding: 32px; }
      .pt-xl-32 {
        padding-top: 32px; }
      .pr-xl-32 {
        padding-right: 32px; }
        [dir="rtl"] .pr-xl-32 {
          padding-right: 0;
          padding-left: 32px; }
      .pb-xl-32 {
        padding-bottom: 32px; }
      .pl-xl-32 {
        padding-left: 32px; }
        [dir="rtl"] .pl-xl-32 {
          padding-left: 0;
          padding-right: 32px; }
      .p-lr-xl-32 {
        padding-left: 32px;
        padding-right: 32px; }
      .p-tb-xl-32 {
        padding-top: 32px;
        padding-bottom: 32px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-35 {
        padding: 35px; }
      .pt-xl-35 {
        padding-top: 35px; }
      .pr-xl-35 {
        padding-right: 35px; }
        [dir="rtl"] .pr-xl-35 {
          padding-right: 0;
          padding-left: 35px; }
      .pb-xl-35 {
        padding-bottom: 35px; }
      .pl-xl-35 {
        padding-left: 35px; }
        [dir="rtl"] .pl-xl-35 {
          padding-left: 0;
          padding-right: 35px; }
      .p-lr-xl-35 {
        padding-left: 35px;
        padding-right: 35px; }
      .p-tb-xl-35 {
        padding-top: 35px;
        padding-bottom: 35px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-38 {
        padding: 38px; }
      .pt-xl-38 {
        padding-top: 38px; }
      .pr-xl-38 {
        padding-right: 38px; }
        [dir="rtl"] .pr-xl-38 {
          padding-right: 0;
          padding-left: 38px; }
      .pb-xl-38 {
        padding-bottom: 38px; }
      .pl-xl-38 {
        padding-left: 38px; }
        [dir="rtl"] .pl-xl-38 {
          padding-left: 0;
          padding-right: 38px; }
      .p-lr-xl-38 {
        padding-left: 38px;
        padding-right: 38px; }
      .p-tb-xl-38 {
        padding-top: 38px;
        padding-bottom: 38px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-40 {
        padding: 40px; }
      .pt-xl-40 {
        padding-top: 40px; }
      .pr-xl-40 {
        padding-right: 40px; }
        [dir="rtl"] .pr-xl-40 {
          padding-right: 0;
          padding-left: 40px; }
      .pb-xl-40 {
        padding-bottom: 40px; }
      .pl-xl-40 {
        padding-left: 40px; }
        [dir="rtl"] .pl-xl-40 {
          padding-left: 0;
          padding-right: 40px; }
      .p-lr-xl-40 {
        padding-left: 40px;
        padding-right: 40px; }
      .p-tb-xl-40 {
        padding-top: 40px;
        padding-bottom: 40px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-45 {
        padding: 45px; }
      .pt-xl-45 {
        padding-top: 45px; }
      .pr-xl-45 {
        padding-right: 45px; }
        [dir="rtl"] .pr-xl-45 {
          padding-right: 0;
          padding-left: 45px; }
      .pb-xl-45 {
        padding-bottom: 45px; }
      .pl-xl-45 {
        padding-left: 45px; }
        [dir="rtl"] .pl-xl-45 {
          padding-left: 0;
          padding-right: 45px; }
      .p-lr-xl-45 {
        padding-left: 45px;
        padding-right: 45px; }
      .p-tb-xl-45 {
        padding-top: 45px;
        padding-bottom: 45px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-50 {
        padding: 50px; }
      .pt-xl-50 {
        padding-top: 50px; }
      .pr-xl-50 {
        padding-right: 50px; }
        [dir="rtl"] .pr-xl-50 {
          padding-right: 0;
          padding-left: 50px; }
      .pb-xl-50 {
        padding-bottom: 50px; }
      .pl-xl-50 {
        padding-left: 50px; }
        [dir="rtl"] .pl-xl-50 {
          padding-left: 0;
          padding-right: 50px; }
      .p-lr-xl-50 {
        padding-left: 50px;
        padding-right: 50px; }
      .p-tb-xl-50 {
        padding-top: 50px;
        padding-bottom: 50px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-55 {
        padding: 55px; }
      .pt-xl-55 {
        padding-top: 55px; }
      .pr-xl-55 {
        padding-right: 55px; }
        [dir="rtl"] .pr-xl-55 {
          padding-right: 0;
          padding-left: 55px; }
      .pb-xl-55 {
        padding-bottom: 55px; }
      .pl-xl-55 {
        padding-left: 55px; }
        [dir="rtl"] .pl-xl-55 {
          padding-left: 0;
          padding-right: 55px; }
      .p-lr-xl-55 {
        padding-left: 55px;
        padding-right: 55px; }
      .p-tb-xl-55 {
        padding-top: 55px;
        padding-bottom: 55px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-60 {
        padding: 60px; }
      .pt-xl-60 {
        padding-top: 60px; }
      .pr-xl-60 {
        padding-right: 60px; }
        [dir="rtl"] .pr-xl-60 {
          padding-right: 0;
          padding-left: 60px; }
      .pb-xl-60 {
        padding-bottom: 60px; }
      .pl-xl-60 {
        padding-left: 60px; }
        [dir="rtl"] .pl-xl-60 {
          padding-left: 0;
          padding-right: 60px; }
      .p-lr-xl-60 {
        padding-left: 60px;
        padding-right: 60px; }
      .p-tb-xl-60 {
        padding-top: 60px;
        padding-bottom: 60px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-65 {
        padding: 65px; }
      .pt-xl-65 {
        padding-top: 65px; }
      .pr-xl-65 {
        padding-right: 65px; }
        [dir="rtl"] .pr-xl-65 {
          padding-right: 0;
          padding-left: 65px; }
      .pb-xl-65 {
        padding-bottom: 65px; }
      .pl-xl-65 {
        padding-left: 65px; }
        [dir="rtl"] .pl-xl-65 {
          padding-left: 0;
          padding-right: 65px; }
      .p-lr-xl-65 {
        padding-left: 65px;
        padding-right: 65px; }
      .p-tb-xl-65 {
        padding-top: 65px;
        padding-bottom: 65px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-70 {
        padding: 70px; }
      .pt-xl-70 {
        padding-top: 70px; }
      .pr-xl-70 {
        padding-right: 70px; }
        [dir="rtl"] .pr-xl-70 {
          padding-right: 0;
          padding-left: 70px; }
      .pb-xl-70 {
        padding-bottom: 70px; }
      .pl-xl-70 {
        padding-left: 70px; }
        [dir="rtl"] .pl-xl-70 {
          padding-left: 0;
          padding-right: 70px; }
      .p-lr-xl-70 {
        padding-left: 70px;
        padding-right: 70px; }
      .p-tb-xl-70 {
        padding-top: 70px;
        padding-bottom: 70px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-75 {
        padding: 75px; }
      .pt-xl-75 {
        padding-top: 75px; }
      .pr-xl-75 {
        padding-right: 75px; }
        [dir="rtl"] .pr-xl-75 {
          padding-right: 0;
          padding-left: 75px; }
      .pb-xl-75 {
        padding-bottom: 75px; }
      .pl-xl-75 {
        padding-left: 75px; }
        [dir="rtl"] .pl-xl-75 {
          padding-left: 0;
          padding-right: 75px; }
      .p-lr-xl-75 {
        padding-left: 75px;
        padding-right: 75px; }
      .p-tb-xl-75 {
        padding-top: 75px;
        padding-bottom: 75px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-80 {
        padding: 80px; }
      .pt-xl-80 {
        padding-top: 80px; }
      .pr-xl-80 {
        padding-right: 80px; }
        [dir="rtl"] .pr-xl-80 {
          padding-right: 0;
          padding-left: 80px; }
      .pb-xl-80 {
        padding-bottom: 80px; }
      .pl-xl-80 {
        padding-left: 80px; }
        [dir="rtl"] .pl-xl-80 {
          padding-left: 0;
          padding-right: 80px; }
      .p-lr-xl-80 {
        padding-left: 80px;
        padding-right: 80px; }
      .p-tb-xl-80 {
        padding-top: 80px;
        padding-bottom: 80px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-85 {
        padding: 85px; }
      .pt-xl-85 {
        padding-top: 85px; }
      .pr-xl-85 {
        padding-right: 85px; }
        [dir="rtl"] .pr-xl-85 {
          padding-right: 0;
          padding-left: 85px; }
      .pb-xl-85 {
        padding-bottom: 85px; }
      .pl-xl-85 {
        padding-left: 85px; }
        [dir="rtl"] .pl-xl-85 {
          padding-left: 0;
          padding-right: 85px; }
      .p-lr-xl-85 {
        padding-left: 85px;
        padding-right: 85px; }
      .p-tb-xl-85 {
        padding-top: 85px;
        padding-bottom: 85px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-90 {
        padding: 90px; }
      .pt-xl-90 {
        padding-top: 90px; }
      .pr-xl-90 {
        padding-right: 90px; }
        [dir="rtl"] .pr-xl-90 {
          padding-right: 0;
          padding-left: 90px; }
      .pb-xl-90 {
        padding-bottom: 90px; }
      .pl-xl-90 {
        padding-left: 90px; }
        [dir="rtl"] .pl-xl-90 {
          padding-left: 0;
          padding-right: 90px; }
      .p-lr-xl-90 {
        padding-left: 90px;
        padding-right: 90px; }
      .p-tb-xl-90 {
        padding-top: 90px;
        padding-bottom: 90px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-95 {
        padding: 95px; }
      .pt-xl-95 {
        padding-top: 95px; }
      .pr-xl-95 {
        padding-right: 95px; }
        [dir="rtl"] .pr-xl-95 {
          padding-right: 0;
          padding-left: 95px; }
      .pb-xl-95 {
        padding-bottom: 95px; }
      .pl-xl-95 {
        padding-left: 95px; }
        [dir="rtl"] .pl-xl-95 {
          padding-left: 0;
          padding-right: 95px; }
      .p-lr-xl-95 {
        padding-left: 95px;
        padding-right: 95px; }
      .p-tb-xl-95 {
        padding-top: 95px;
        padding-bottom: 95px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-100 {
        padding: 100px; }
      .pt-xl-100 {
        padding-top: 100px; }
      .pr-xl-100 {
        padding-right: 100px; }
        [dir="rtl"] .pr-xl-100 {
          padding-right: 0;
          padding-left: 100px; }
      .pb-xl-100 {
        padding-bottom: 100px; }
      .pl-xl-100 {
        padding-left: 100px; }
        [dir="rtl"] .pl-xl-100 {
          padding-left: 0;
          padding-right: 100px; }
      .p-lr-xl-100 {
        padding-left: 100px;
        padding-right: 100px; }
      .p-tb-xl-100 {
        padding-top: 100px;
        padding-bottom: 100px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-105 {
        padding: 105px; }
      .pt-xl-105 {
        padding-top: 105px; }
      .pr-xl-105 {
        padding-right: 105px; }
        [dir="rtl"] .pr-xl-105 {
          padding-right: 0;
          padding-left: 105px; }
      .pb-xl-105 {
        padding-bottom: 105px; }
      .pl-xl-105 {
        padding-left: 105px; }
        [dir="rtl"] .pl-xl-105 {
          padding-left: 0;
          padding-right: 105px; }
      .p-lr-xl-105 {
        padding-left: 105px;
        padding-right: 105px; }
      .p-tb-xl-105 {
        padding-top: 105px;
        padding-bottom: 105px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-110 {
        padding: 110px; }
      .pt-xl-110 {
        padding-top: 110px; }
      .pr-xl-110 {
        padding-right: 110px; }
        [dir="rtl"] .pr-xl-110 {
          padding-right: 0;
          padding-left: 110px; }
      .pb-xl-110 {
        padding-bottom: 110px; }
      .pl-xl-110 {
        padding-left: 110px; }
        [dir="rtl"] .pl-xl-110 {
          padding-left: 0;
          padding-right: 110px; }
      .p-lr-xl-110 {
        padding-left: 110px;
        padding-right: 110px; }
      .p-tb-xl-110 {
        padding-top: 110px;
        padding-bottom: 110px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-115 {
        padding: 115px; }
      .pt-xl-115 {
        padding-top: 115px; }
      .pr-xl-115 {
        padding-right: 115px; }
        [dir="rtl"] .pr-xl-115 {
          padding-right: 0;
          padding-left: 115px; }
      .pb-xl-115 {
        padding-bottom: 115px; }
      .pl-xl-115 {
        padding-left: 115px; }
        [dir="rtl"] .pl-xl-115 {
          padding-left: 0;
          padding-right: 115px; }
      .p-lr-xl-115 {
        padding-left: 115px;
        padding-right: 115px; }
      .p-tb-xl-115 {
        padding-top: 115px;
        padding-bottom: 115px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-120 {
        padding: 120px; }
      .pt-xl-120 {
        padding-top: 120px; }
      .pr-xl-120 {
        padding-right: 120px; }
        [dir="rtl"] .pr-xl-120 {
          padding-right: 0;
          padding-left: 120px; }
      .pb-xl-120 {
        padding-bottom: 120px; }
      .pl-xl-120 {
        padding-left: 120px; }
        [dir="rtl"] .pl-xl-120 {
          padding-left: 0;
          padding-right: 120px; }
      .p-lr-xl-120 {
        padding-left: 120px;
        padding-right: 120px; }
      .p-tb-xl-120 {
        padding-top: 120px;
        padding-bottom: 120px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-125 {
        padding: 125px; }
      .pt-xl-125 {
        padding-top: 125px; }
      .pr-xl-125 {
        padding-right: 125px; }
        [dir="rtl"] .pr-xl-125 {
          padding-right: 0;
          padding-left: 125px; }
      .pb-xl-125 {
        padding-bottom: 125px; }
      .pl-xl-125 {
        padding-left: 125px; }
        [dir="rtl"] .pl-xl-125 {
          padding-left: 0;
          padding-right: 125px; }
      .p-lr-xl-125 {
        padding-left: 125px;
        padding-right: 125px; }
      .p-tb-xl-125 {
        padding-top: 125px;
        padding-bottom: 125px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-130 {
        padding: 130px; }
      .pt-xl-130 {
        padding-top: 130px; }
      .pr-xl-130 {
        padding-right: 130px; }
        [dir="rtl"] .pr-xl-130 {
          padding-right: 0;
          padding-left: 130px; }
      .pb-xl-130 {
        padding-bottom: 130px; }
      .pl-xl-130 {
        padding-left: 130px; }
        [dir="rtl"] .pl-xl-130 {
          padding-left: 0;
          padding-right: 130px; }
      .p-lr-xl-130 {
        padding-left: 130px;
        padding-right: 130px; }
      .p-tb-xl-130 {
        padding-top: 130px;
        padding-bottom: 130px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-140 {
        padding: 140px; }
      .pt-xl-140 {
        padding-top: 140px; }
      .pr-xl-140 {
        padding-right: 140px; }
        [dir="rtl"] .pr-xl-140 {
          padding-right: 0;
          padding-left: 140px; }
      .pb-xl-140 {
        padding-bottom: 140px; }
      .pl-xl-140 {
        padding-left: 140px; }
        [dir="rtl"] .pl-xl-140 {
          padding-left: 0;
          padding-right: 140px; }
      .p-lr-xl-140 {
        padding-left: 140px;
        padding-right: 140px; }
      .p-tb-xl-140 {
        padding-top: 140px;
        padding-bottom: 140px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-148 {
        padding: 148px; }
      .pt-xl-148 {
        padding-top: 148px; }
      .pr-xl-148 {
        padding-right: 148px; }
        [dir="rtl"] .pr-xl-148 {
          padding-right: 0;
          padding-left: 148px; }
      .pb-xl-148 {
        padding-bottom: 148px; }
      .pl-xl-148 {
        padding-left: 148px; }
        [dir="rtl"] .pl-xl-148 {
          padding-left: 0;
          padding-right: 148px; }
      .p-lr-xl-148 {
        padding-left: 148px;
        padding-right: 148px; }
      .p-tb-xl-148 {
        padding-top: 148px;
        padding-bottom: 148px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-150 {
        padding: 150px; }
      .pt-xl-150 {
        padding-top: 150px; }
      .pr-xl-150 {
        padding-right: 150px; }
        [dir="rtl"] .pr-xl-150 {
          padding-right: 0;
          padding-left: 150px; }
      .pb-xl-150 {
        padding-bottom: 150px; }
      .pl-xl-150 {
        padding-left: 150px; }
        [dir="rtl"] .pl-xl-150 {
          padding-left: 0;
          padding-right: 150px; }
      .p-lr-xl-150 {
        padding-left: 150px;
        padding-right: 150px; }
      .p-tb-xl-150 {
        padding-top: 150px;
        padding-bottom: 150px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xl-200 {
        padding: 200px; }
      .pt-xl-200 {
        padding-top: 200px; }
      .pr-xl-200 {
        padding-right: 200px; }
        [dir="rtl"] .pr-xl-200 {
          padding-right: 0;
          padding-left: 200px; }
      .pb-xl-200 {
        padding-bottom: 200px; }
      .pl-xl-200 {
        padding-left: 200px; }
        [dir="rtl"] .pl-xl-200 {
          padding-left: 0;
          padding-right: 200px; }
      .p-lr-xl-200 {
        padding-left: 200px;
        padding-right: 200px; }
      .p-tb-xl-200 {
        padding-top: 200px;
        padding-bottom: 200px; }
      .p-lr-xl-auto {
        padding-left: auto;
        padding-right: auto; }
      .m-xl-n0 {
        margin: -0; }
      .mt-xl-n0 {
        margin-top: -0; }
      .mr-xl-n0 {
        margin-right: -0; }
        [dir="rtl"] .mr-xl-n0 {
          margin-left: -0; }
      .mb-xl-n0 {
        margin-bottom: -0; }
      .ml-xl-n0 {
        margin-left: -0; }
        [dir="rtl"] .ml-xl-n0 {
          margin-right: -0; }
      .m-xl-n5 {
        margin: -5px; }
      .mt-xl-n5 {
        margin-top: -5px; }
      .mr-xl-n5 {
        margin-right: -5px; }
        [dir="rtl"] .mr-xl-n5 {
          margin-left: -5px; }
      .mb-xl-n5 {
        margin-bottom: -5px; }
      .ml-xl-n5 {
        margin-left: -5px; }
        [dir="rtl"] .ml-xl-n5 {
          margin-right: -5px; }
      .m-xl-n8 {
        margin: -8px; }
      .mt-xl-n8 {
        margin-top: -8px; }
      .mr-xl-n8 {
        margin-right: -8px; }
        [dir="rtl"] .mr-xl-n8 {
          margin-left: -8px; }
      .mb-xl-n8 {
        margin-bottom: -8px; }
      .ml-xl-n8 {
        margin-left: -8px; }
        [dir="rtl"] .ml-xl-n8 {
          margin-right: -8px; }
      .m-xl-n10 {
        margin: -10px; }
      .mt-xl-n10 {
        margin-top: -10px; }
      .mr-xl-n10 {
        margin-right: -10px; }
        [dir="rtl"] .mr-xl-n10 {
          margin-left: -10px; }
      .mb-xl-n10 {
        margin-bottom: -10px; }
      .ml-xl-n10 {
        margin-left: -10px; }
        [dir="rtl"] .ml-xl-n10 {
          margin-right: -10px; }
      .m-xl-n12 {
        margin: -12px; }
      .mt-xl-n12 {
        margin-top: -12px; }
      .mr-xl-n12 {
        margin-right: -12px; }
        [dir="rtl"] .mr-xl-n12 {
          margin-left: -12px; }
      .mb-xl-n12 {
        margin-bottom: -12px; }
      .ml-xl-n12 {
        margin-left: -12px; }
        [dir="rtl"] .ml-xl-n12 {
          margin-right: -12px; }
      .m-xl-n15 {
        margin: -15px; }
      .mt-xl-n15 {
        margin-top: -15px; }
      .mr-xl-n15 {
        margin-right: -15px; }
        [dir="rtl"] .mr-xl-n15 {
          margin-left: -15px; }
      .mb-xl-n15 {
        margin-bottom: -15px; }
      .ml-xl-n15 {
        margin-left: -15px; }
        [dir="rtl"] .ml-xl-n15 {
          margin-right: -15px; }
      .m-xl-n16 {
        margin: -16px; }
      .mt-xl-n16 {
        margin-top: -16px; }
      .mr-xl-n16 {
        margin-right: -16px; }
        [dir="rtl"] .mr-xl-n16 {
          margin-left: -16px; }
      .mb-xl-n16 {
        margin-bottom: -16px; }
      .ml-xl-n16 {
        margin-left: -16px; }
        [dir="rtl"] .ml-xl-n16 {
          margin-right: -16px; }
      .m-xl-n18 {
        margin: -18px; }
      .mt-xl-n18 {
        margin-top: -18px; }
      .mr-xl-n18 {
        margin-right: -18px; }
        [dir="rtl"] .mr-xl-n18 {
          margin-left: -18px; }
      .mb-xl-n18 {
        margin-bottom: -18px; }
      .ml-xl-n18 {
        margin-left: -18px; }
        [dir="rtl"] .ml-xl-n18 {
          margin-right: -18px; }
      .m-xl-n20 {
        margin: -20px; }
      .mt-xl-n20 {
        margin-top: -20px; }
      .mr-xl-n20 {
        margin-right: -20px; }
        [dir="rtl"] .mr-xl-n20 {
          margin-left: -20px; }
      .mb-xl-n20 {
        margin-bottom: -20px; }
      .ml-xl-n20 {
        margin-left: -20px; }
        [dir="rtl"] .ml-xl-n20 {
          margin-right: -20px; }
      .m-xl-n22 {
        margin: -22px; }
      .mt-xl-n22 {
        margin-top: -22px; }
      .mr-xl-n22 {
        margin-right: -22px; }
        [dir="rtl"] .mr-xl-n22 {
          margin-left: -22px; }
      .mb-xl-n22 {
        margin-bottom: -22px; }
      .ml-xl-n22 {
        margin-left: -22px; }
        [dir="rtl"] .ml-xl-n22 {
          margin-right: -22px; }
      .m-xl-n25 {
        margin: -25px; }
      .mt-xl-n25 {
        margin-top: -25px; }
      .mr-xl-n25 {
        margin-right: -25px; }
        [dir="rtl"] .mr-xl-n25 {
          margin-left: -25px; }
      .mb-xl-n25 {
        margin-bottom: -25px; }
      .ml-xl-n25 {
        margin-left: -25px; }
        [dir="rtl"] .ml-xl-n25 {
          margin-right: -25px; }
      .m-xl-n27 {
        margin: -27px; }
      .mt-xl-n27 {
        margin-top: -27px; }
      .mr-xl-n27 {
        margin-right: -27px; }
        [dir="rtl"] .mr-xl-n27 {
          margin-left: -27px; }
      .mb-xl-n27 {
        margin-bottom: -27px; }
      .ml-xl-n27 {
        margin-left: -27px; }
        [dir="rtl"] .ml-xl-n27 {
          margin-right: -27px; }
      .m-xl-n30 {
        margin: -30px; }
      .mt-xl-n30 {
        margin-top: -30px; }
      .mr-xl-n30 {
        margin-right: -30px; }
        [dir="rtl"] .mr-xl-n30 {
          margin-left: -30px; }
      .mb-xl-n30 {
        margin-bottom: -30px; }
      .ml-xl-n30 {
        margin-left: -30px; }
        [dir="rtl"] .ml-xl-n30 {
          margin-right: -30px; }
      .m-xl-n32 {
        margin: -32px; }
      .mt-xl-n32 {
        margin-top: -32px; }
      .mr-xl-n32 {
        margin-right: -32px; }
        [dir="rtl"] .mr-xl-n32 {
          margin-left: -32px; }
      .mb-xl-n32 {
        margin-bottom: -32px; }
      .ml-xl-n32 {
        margin-left: -32px; }
        [dir="rtl"] .ml-xl-n32 {
          margin-right: -32px; }
      .m-xl-n35 {
        margin: -35px; }
      .mt-xl-n35 {
        margin-top: -35px; }
      .mr-xl-n35 {
        margin-right: -35px; }
        [dir="rtl"] .mr-xl-n35 {
          margin-left: -35px; }
      .mb-xl-n35 {
        margin-bottom: -35px; }
      .ml-xl-n35 {
        margin-left: -35px; }
        [dir="rtl"] .ml-xl-n35 {
          margin-right: -35px; }
      .m-xl-n38 {
        margin: -38px; }
      .mt-xl-n38 {
        margin-top: -38px; }
      .mr-xl-n38 {
        margin-right: -38px; }
        [dir="rtl"] .mr-xl-n38 {
          margin-left: -38px; }
      .mb-xl-n38 {
        margin-bottom: -38px; }
      .ml-xl-n38 {
        margin-left: -38px; }
        [dir="rtl"] .ml-xl-n38 {
          margin-right: -38px; }
      .m-xl-n40 {
        margin: -40px; }
      .mt-xl-n40 {
        margin-top: -40px; }
      .mr-xl-n40 {
        margin-right: -40px; }
        [dir="rtl"] .mr-xl-n40 {
          margin-left: -40px; }
      .mb-xl-n40 {
        margin-bottom: -40px; }
      .ml-xl-n40 {
        margin-left: -40px; }
        [dir="rtl"] .ml-xl-n40 {
          margin-right: -40px; }
      .m-xl-n45 {
        margin: -45px; }
      .mt-xl-n45 {
        margin-top: -45px; }
      .mr-xl-n45 {
        margin-right: -45px; }
        [dir="rtl"] .mr-xl-n45 {
          margin-left: -45px; }
      .mb-xl-n45 {
        margin-bottom: -45px; }
      .ml-xl-n45 {
        margin-left: -45px; }
        [dir="rtl"] .ml-xl-n45 {
          margin-right: -45px; }
      .m-xl-n50 {
        margin: -50px; }
      .mt-xl-n50 {
        margin-top: -50px; }
      .mr-xl-n50 {
        margin-right: -50px; }
        [dir="rtl"] .mr-xl-n50 {
          margin-left: -50px; }
      .mb-xl-n50 {
        margin-bottom: -50px; }
      .ml-xl-n50 {
        margin-left: -50px; }
        [dir="rtl"] .ml-xl-n50 {
          margin-right: -50px; }
      .m-xl-n55 {
        margin: -55px; }
      .mt-xl-n55 {
        margin-top: -55px; }
      .mr-xl-n55 {
        margin-right: -55px; }
        [dir="rtl"] .mr-xl-n55 {
          margin-left: -55px; }
      .mb-xl-n55 {
        margin-bottom: -55px; }
      .ml-xl-n55 {
        margin-left: -55px; }
        [dir="rtl"] .ml-xl-n55 {
          margin-right: -55px; }
      .m-xl-n60 {
        margin: -60px; }
      .mt-xl-n60 {
        margin-top: -60px; }
      .mr-xl-n60 {
        margin-right: -60px; }
        [dir="rtl"] .mr-xl-n60 {
          margin-left: -60px; }
      .mb-xl-n60 {
        margin-bottom: -60px; }
      .ml-xl-n60 {
        margin-left: -60px; }
        [dir="rtl"] .ml-xl-n60 {
          margin-right: -60px; }
      .m-xl-n65 {
        margin: -65px; }
      .mt-xl-n65 {
        margin-top: -65px; }
      .mr-xl-n65 {
        margin-right: -65px; }
        [dir="rtl"] .mr-xl-n65 {
          margin-left: -65px; }
      .mb-xl-n65 {
        margin-bottom: -65px; }
      .ml-xl-n65 {
        margin-left: -65px; }
        [dir="rtl"] .ml-xl-n65 {
          margin-right: -65px; }
      .m-xl-n70 {
        margin: -70px; }
      .mt-xl-n70 {
        margin-top: -70px; }
      .mr-xl-n70 {
        margin-right: -70px; }
        [dir="rtl"] .mr-xl-n70 {
          margin-left: -70px; }
      .mb-xl-n70 {
        margin-bottom: -70px; }
      .ml-xl-n70 {
        margin-left: -70px; }
        [dir="rtl"] .ml-xl-n70 {
          margin-right: -70px; }
      .m-xl-n75 {
        margin: -75px; }
      .mt-xl-n75 {
        margin-top: -75px; }
      .mr-xl-n75 {
        margin-right: -75px; }
        [dir="rtl"] .mr-xl-n75 {
          margin-left: -75px; }
      .mb-xl-n75 {
        margin-bottom: -75px; }
      .ml-xl-n75 {
        margin-left: -75px; }
        [dir="rtl"] .ml-xl-n75 {
          margin-right: -75px; }
      .m-xl-n80 {
        margin: -80px; }
      .mt-xl-n80 {
        margin-top: -80px; }
      .mr-xl-n80 {
        margin-right: -80px; }
        [dir="rtl"] .mr-xl-n80 {
          margin-left: -80px; }
      .mb-xl-n80 {
        margin-bottom: -80px; }
      .ml-xl-n80 {
        margin-left: -80px; }
        [dir="rtl"] .ml-xl-n80 {
          margin-right: -80px; }
      .m-xl-n85 {
        margin: -85px; }
      .mt-xl-n85 {
        margin-top: -85px; }
      .mr-xl-n85 {
        margin-right: -85px; }
        [dir="rtl"] .mr-xl-n85 {
          margin-left: -85px; }
      .mb-xl-n85 {
        margin-bottom: -85px; }
      .ml-xl-n85 {
        margin-left: -85px; }
        [dir="rtl"] .ml-xl-n85 {
          margin-right: -85px; }
      .m-xl-n90 {
        margin: -90px; }
      .mt-xl-n90 {
        margin-top: -90px; }
      .mr-xl-n90 {
        margin-right: -90px; }
        [dir="rtl"] .mr-xl-n90 {
          margin-left: -90px; }
      .mb-xl-n90 {
        margin-bottom: -90px; }
      .ml-xl-n90 {
        margin-left: -90px; }
        [dir="rtl"] .ml-xl-n90 {
          margin-right: -90px; }
      .m-xl-n95 {
        margin: -95px; }
      .mt-xl-n95 {
        margin-top: -95px; }
      .mr-xl-n95 {
        margin-right: -95px; }
        [dir="rtl"] .mr-xl-n95 {
          margin-left: -95px; }
      .mb-xl-n95 {
        margin-bottom: -95px; }
      .ml-xl-n95 {
        margin-left: -95px; }
        [dir="rtl"] .ml-xl-n95 {
          margin-right: -95px; }
      .m-xl-n100 {
        margin: -100px; }
      .mt-xl-n100 {
        margin-top: -100px; }
      .mr-xl-n100 {
        margin-right: -100px; }
        [dir="rtl"] .mr-xl-n100 {
          margin-left: -100px; }
      .mb-xl-n100 {
        margin-bottom: -100px; }
      .ml-xl-n100 {
        margin-left: -100px; }
        [dir="rtl"] .ml-xl-n100 {
          margin-right: -100px; }
      .m-xl-n105 {
        margin: -105px; }
      .mt-xl-n105 {
        margin-top: -105px; }
      .mr-xl-n105 {
        margin-right: -105px; }
        [dir="rtl"] .mr-xl-n105 {
          margin-left: -105px; }
      .mb-xl-n105 {
        margin-bottom: -105px; }
      .ml-xl-n105 {
        margin-left: -105px; }
        [dir="rtl"] .ml-xl-n105 {
          margin-right: -105px; }
      .m-xl-n110 {
        margin: -110px; }
      .mt-xl-n110 {
        margin-top: -110px; }
      .mr-xl-n110 {
        margin-right: -110px; }
        [dir="rtl"] .mr-xl-n110 {
          margin-left: -110px; }
      .mb-xl-n110 {
        margin-bottom: -110px; }
      .ml-xl-n110 {
        margin-left: -110px; }
        [dir="rtl"] .ml-xl-n110 {
          margin-right: -110px; }
      .m-xl-n115 {
        margin: -115px; }
      .mt-xl-n115 {
        margin-top: -115px; }
      .mr-xl-n115 {
        margin-right: -115px; }
        [dir="rtl"] .mr-xl-n115 {
          margin-left: -115px; }
      .mb-xl-n115 {
        margin-bottom: -115px; }
      .ml-xl-n115 {
        margin-left: -115px; }
        [dir="rtl"] .ml-xl-n115 {
          margin-right: -115px; }
      .m-xl-n120 {
        margin: -120px; }
      .mt-xl-n120 {
        margin-top: -120px; }
      .mr-xl-n120 {
        margin-right: -120px; }
        [dir="rtl"] .mr-xl-n120 {
          margin-left: -120px; }
      .mb-xl-n120 {
        margin-bottom: -120px; }
      .ml-xl-n120 {
        margin-left: -120px; }
        [dir="rtl"] .ml-xl-n120 {
          margin-right: -120px; }
      .m-xl-n125 {
        margin: -125px; }
      .mt-xl-n125 {
        margin-top: -125px; }
      .mr-xl-n125 {
        margin-right: -125px; }
        [dir="rtl"] .mr-xl-n125 {
          margin-left: -125px; }
      .mb-xl-n125 {
        margin-bottom: -125px; }
      .ml-xl-n125 {
        margin-left: -125px; }
        [dir="rtl"] .ml-xl-n125 {
          margin-right: -125px; }
      .m-xl-n130 {
        margin: -130px; }
      .mt-xl-n130 {
        margin-top: -130px; }
      .mr-xl-n130 {
        margin-right: -130px; }
        [dir="rtl"] .mr-xl-n130 {
          margin-left: -130px; }
      .mb-xl-n130 {
        margin-bottom: -130px; }
      .ml-xl-n130 {
        margin-left: -130px; }
        [dir="rtl"] .ml-xl-n130 {
          margin-right: -130px; }
      .m-xl-n140 {
        margin: -140px; }
      .mt-xl-n140 {
        margin-top: -140px; }
      .mr-xl-n140 {
        margin-right: -140px; }
        [dir="rtl"] .mr-xl-n140 {
          margin-left: -140px; }
      .mb-xl-n140 {
        margin-bottom: -140px; }
      .ml-xl-n140 {
        margin-left: -140px; }
        [dir="rtl"] .ml-xl-n140 {
          margin-right: -140px; }
      .m-xl-n148 {
        margin: -148px; }
      .mt-xl-n148 {
        margin-top: -148px; }
      .mr-xl-n148 {
        margin-right: -148px; }
        [dir="rtl"] .mr-xl-n148 {
          margin-left: -148px; }
      .mb-xl-n148 {
        margin-bottom: -148px; }
      .ml-xl-n148 {
        margin-left: -148px; }
        [dir="rtl"] .ml-xl-n148 {
          margin-right: -148px; }
      .m-xl-n150 {
        margin: -150px; }
      .mt-xl-n150 {
        margin-top: -150px; }
      .mr-xl-n150 {
        margin-right: -150px; }
        [dir="rtl"] .mr-xl-n150 {
          margin-left: -150px; }
      .mb-xl-n150 {
        margin-bottom: -150px; }
      .ml-xl-n150 {
        margin-left: -150px; }
        [dir="rtl"] .ml-xl-n150 {
          margin-right: -150px; }
      .m-xl-n200 {
        margin: -200px; }
      .mt-xl-n200 {
        margin-top: -200px; }
      .mr-xl-n200 {
        margin-right: -200px; }
        [dir="rtl"] .mr-xl-n200 {
          margin-left: -200px; }
      .mb-xl-n200 {
        margin-bottom: -200px; }
      .ml-xl-n200 {
        margin-left: -200px; }
        [dir="rtl"] .ml-xl-n200 {
          margin-right: -200px; }
      .m-xl-auto {
        margin: auto; }
      .mt-xl-auto, .my-xl-auto {
        margin-top: auto; }
      .mr-xl-auto, .mx-xl-auto {
        margin-right: auto; }
      .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto; }
      .ml-xl-auto, .mx-xl-auto {
        margin-left: auto; } }

@media (min-width: 1366px) {
    .m-xxl-0 {
      margin: 0; }
      .mt-xxl-0 {
        margin-top: 0; }
      .mr-xxl-0 {
        margin-right: 0; }
        [dir="rtl"] .mr-xxl-0 {
          margin-right: 0;
          margin-left: 0; }
      .mb-xxl-0 {
        margin-bottom: 0; }
      .ml-xxl-0 {
        margin-left: 0; }
        [dir="rtl"] .ml-xxl-0 {
          margin-left: 0;
          margin-right: 0; }
      .m-lr-xxl-0 {
        margin-left: 0;
        margin-right: 0; }
      .m-tb-xxl-0 {
        margin-top: 0;
        margin-bottom: 0; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-5 {
        margin: 5px; }
      .mt-xxl-5 {
        margin-top: 5px; }
      .mr-xxl-5 {
        margin-right: 5px; }
        [dir="rtl"] .mr-xxl-5 {
          margin-right: 0;
          margin-left: 5px; }
      .mb-xxl-5 {
        margin-bottom: 5px; }
      .ml-xxl-5 {
        margin-left: 5px; }
        [dir="rtl"] .ml-xxl-5 {
          margin-left: 0;
          margin-right: 5px; }
      .m-lr-xxl-5 {
        margin-left: 5px;
        margin-right: 5px; }
      .m-tb-xxl-5 {
        margin-top: 5px;
        margin-bottom: 5px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-8 {
        margin: 8px; }
      .mt-xxl-8 {
        margin-top: 8px; }
      .mr-xxl-8 {
        margin-right: 8px; }
        [dir="rtl"] .mr-xxl-8 {
          margin-right: 0;
          margin-left: 8px; }
      .mb-xxl-8 {
        margin-bottom: 8px; }
      .ml-xxl-8 {
        margin-left: 8px; }
        [dir="rtl"] .ml-xxl-8 {
          margin-left: 0;
          margin-right: 8px; }
      .m-lr-xxl-8 {
        margin-left: 8px;
        margin-right: 8px; }
      .m-tb-xxl-8 {
        margin-top: 8px;
        margin-bottom: 8px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-10 {
        margin: 10px; }
      .mt-xxl-10 {
        margin-top: 10px; }
      .mr-xxl-10 {
        margin-right: 10px; }
        [dir="rtl"] .mr-xxl-10 {
          margin-right: 0;
          margin-left: 10px; }
      .mb-xxl-10 {
        margin-bottom: 10px; }
      .ml-xxl-10 {
        margin-left: 10px; }
        [dir="rtl"] .ml-xxl-10 {
          margin-left: 0;
          margin-right: 10px; }
      .m-lr-xxl-10 {
        margin-left: 10px;
        margin-right: 10px; }
      .m-tb-xxl-10 {
        margin-top: 10px;
        margin-bottom: 10px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-12 {
        margin: 12px; }
      .mt-xxl-12 {
        margin-top: 12px; }
      .mr-xxl-12 {
        margin-right: 12px; }
        [dir="rtl"] .mr-xxl-12 {
          margin-right: 0;
          margin-left: 12px; }
      .mb-xxl-12 {
        margin-bottom: 12px; }
      .ml-xxl-12 {
        margin-left: 12px; }
        [dir="rtl"] .ml-xxl-12 {
          margin-left: 0;
          margin-right: 12px; }
      .m-lr-xxl-12 {
        margin-left: 12px;
        margin-right: 12px; }
      .m-tb-xxl-12 {
        margin-top: 12px;
        margin-bottom: 12px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-15 {
        margin: 15px; }
      .mt-xxl-15 {
        margin-top: 15px; }
      .mr-xxl-15 {
        margin-right: 15px; }
        [dir="rtl"] .mr-xxl-15 {
          margin-right: 0;
          margin-left: 15px; }
      .mb-xxl-15 {
        margin-bottom: 15px; }
      .ml-xxl-15 {
        margin-left: 15px; }
        [dir="rtl"] .ml-xxl-15 {
          margin-left: 0;
          margin-right: 15px; }
      .m-lr-xxl-15 {
        margin-left: 15px;
        margin-right: 15px; }
      .m-tb-xxl-15 {
        margin-top: 15px;
        margin-bottom: 15px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-16 {
        margin: 16px; }
      .mt-xxl-16 {
        margin-top: 16px; }
      .mr-xxl-16 {
        margin-right: 16px; }
        [dir="rtl"] .mr-xxl-16 {
          margin-right: 0;
          margin-left: 16px; }
      .mb-xxl-16 {
        margin-bottom: 16px; }
      .ml-xxl-16 {
        margin-left: 16px; }
        [dir="rtl"] .ml-xxl-16 {
          margin-left: 0;
          margin-right: 16px; }
      .m-lr-xxl-16 {
        margin-left: 16px;
        margin-right: 16px; }
      .m-tb-xxl-16 {
        margin-top: 16px;
        margin-bottom: 16px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-18 {
        margin: 18px; }
      .mt-xxl-18 {
        margin-top: 18px; }
      .mr-xxl-18 {
        margin-right: 18px; }
        [dir="rtl"] .mr-xxl-18 {
          margin-right: 0;
          margin-left: 18px; }
      .mb-xxl-18 {
        margin-bottom: 18px; }
      .ml-xxl-18 {
        margin-left: 18px; }
        [dir="rtl"] .ml-xxl-18 {
          margin-left: 0;
          margin-right: 18px; }
      .m-lr-xxl-18 {
        margin-left: 18px;
        margin-right: 18px; }
      .m-tb-xxl-18 {
        margin-top: 18px;
        margin-bottom: 18px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-20 {
        margin: 20px; }
      .mt-xxl-20 {
        margin-top: 20px; }
      .mr-xxl-20 {
        margin-right: 20px; }
        [dir="rtl"] .mr-xxl-20 {
          margin-right: 0;
          margin-left: 20px; }
      .mb-xxl-20 {
        margin-bottom: 20px; }
      .ml-xxl-20 {
        margin-left: 20px; }
        [dir="rtl"] .ml-xxl-20 {
          margin-left: 0;
          margin-right: 20px; }
      .m-lr-xxl-20 {
        margin-left: 20px;
        margin-right: 20px; }
      .m-tb-xxl-20 {
        margin-top: 20px;
        margin-bottom: 20px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-22 {
        margin: 22px; }
      .mt-xxl-22 {
        margin-top: 22px; }
      .mr-xxl-22 {
        margin-right: 22px; }
        [dir="rtl"] .mr-xxl-22 {
          margin-right: 0;
          margin-left: 22px; }
      .mb-xxl-22 {
        margin-bottom: 22px; }
      .ml-xxl-22 {
        margin-left: 22px; }
        [dir="rtl"] .ml-xxl-22 {
          margin-left: 0;
          margin-right: 22px; }
      .m-lr-xxl-22 {
        margin-left: 22px;
        margin-right: 22px; }
      .m-tb-xxl-22 {
        margin-top: 22px;
        margin-bottom: 22px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-25 {
        margin: 25px; }
      .mt-xxl-25 {
        margin-top: 25px; }
      .mr-xxl-25 {
        margin-right: 25px; }
        [dir="rtl"] .mr-xxl-25 {
          margin-right: 0;
          margin-left: 25px; }
      .mb-xxl-25 {
        margin-bottom: 25px; }
      .ml-xxl-25 {
        margin-left: 25px; }
        [dir="rtl"] .ml-xxl-25 {
          margin-left: 0;
          margin-right: 25px; }
      .m-lr-xxl-25 {
        margin-left: 25px;
        margin-right: 25px; }
      .m-tb-xxl-25 {
        margin-top: 25px;
        margin-bottom: 25px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-27 {
        margin: 27px; }
      .mt-xxl-27 {
        margin-top: 27px; }
      .mr-xxl-27 {
        margin-right: 27px; }
        [dir="rtl"] .mr-xxl-27 {
          margin-right: 0;
          margin-left: 27px; }
      .mb-xxl-27 {
        margin-bottom: 27px; }
      .ml-xxl-27 {
        margin-left: 27px; }
        [dir="rtl"] .ml-xxl-27 {
          margin-left: 0;
          margin-right: 27px; }
      .m-lr-xxl-27 {
        margin-left: 27px;
        margin-right: 27px; }
      .m-tb-xxl-27 {
        margin-top: 27px;
        margin-bottom: 27px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-30 {
        margin: 30px; }
      .mt-xxl-30 {
        margin-top: 30px; }
      .mr-xxl-30 {
        margin-right: 30px; }
        [dir="rtl"] .mr-xxl-30 {
          margin-right: 0;
          margin-left: 30px; }
      .mb-xxl-30 {
        margin-bottom: 30px; }
      .ml-xxl-30 {
        margin-left: 30px; }
        [dir="rtl"] .ml-xxl-30 {
          margin-left: 0;
          margin-right: 30px; }
      .m-lr-xxl-30 {
        margin-left: 30px;
        margin-right: 30px; }
      .m-tb-xxl-30 {
        margin-top: 30px;
        margin-bottom: 30px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-32 {
        margin: 32px; }
      .mt-xxl-32 {
        margin-top: 32px; }
      .mr-xxl-32 {
        margin-right: 32px; }
        [dir="rtl"] .mr-xxl-32 {
          margin-right: 0;
          margin-left: 32px; }
      .mb-xxl-32 {
        margin-bottom: 32px; }
      .ml-xxl-32 {
        margin-left: 32px; }
        [dir="rtl"] .ml-xxl-32 {
          margin-left: 0;
          margin-right: 32px; }
      .m-lr-xxl-32 {
        margin-left: 32px;
        margin-right: 32px; }
      .m-tb-xxl-32 {
        margin-top: 32px;
        margin-bottom: 32px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-35 {
        margin: 35px; }
      .mt-xxl-35 {
        margin-top: 35px; }
      .mr-xxl-35 {
        margin-right: 35px; }
        [dir="rtl"] .mr-xxl-35 {
          margin-right: 0;
          margin-left: 35px; }
      .mb-xxl-35 {
        margin-bottom: 35px; }
      .ml-xxl-35 {
        margin-left: 35px; }
        [dir="rtl"] .ml-xxl-35 {
          margin-left: 0;
          margin-right: 35px; }
      .m-lr-xxl-35 {
        margin-left: 35px;
        margin-right: 35px; }
      .m-tb-xxl-35 {
        margin-top: 35px;
        margin-bottom: 35px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-38 {
        margin: 38px; }
      .mt-xxl-38 {
        margin-top: 38px; }
      .mr-xxl-38 {
        margin-right: 38px; }
        [dir="rtl"] .mr-xxl-38 {
          margin-right: 0;
          margin-left: 38px; }
      .mb-xxl-38 {
        margin-bottom: 38px; }
      .ml-xxl-38 {
        margin-left: 38px; }
        [dir="rtl"] .ml-xxl-38 {
          margin-left: 0;
          margin-right: 38px; }
      .m-lr-xxl-38 {
        margin-left: 38px;
        margin-right: 38px; }
      .m-tb-xxl-38 {
        margin-top: 38px;
        margin-bottom: 38px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-40 {
        margin: 40px; }
      .mt-xxl-40 {
        margin-top: 40px; }
      .mr-xxl-40 {
        margin-right: 40px; }
        [dir="rtl"] .mr-xxl-40 {
          margin-right: 0;
          margin-left: 40px; }
      .mb-xxl-40 {
        margin-bottom: 40px; }
      .ml-xxl-40 {
        margin-left: 40px; }
        [dir="rtl"] .ml-xxl-40 {
          margin-left: 0;
          margin-right: 40px; }
      .m-lr-xxl-40 {
        margin-left: 40px;
        margin-right: 40px; }
      .m-tb-xxl-40 {
        margin-top: 40px;
        margin-bottom: 40px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-45 {
        margin: 45px; }
      .mt-xxl-45 {
        margin-top: 45px; }
      .mr-xxl-45 {
        margin-right: 45px; }
        [dir="rtl"] .mr-xxl-45 {
          margin-right: 0;
          margin-left: 45px; }
      .mb-xxl-45 {
        margin-bottom: 45px; }
      .ml-xxl-45 {
        margin-left: 45px; }
        [dir="rtl"] .ml-xxl-45 {
          margin-left: 0;
          margin-right: 45px; }
      .m-lr-xxl-45 {
        margin-left: 45px;
        margin-right: 45px; }
      .m-tb-xxl-45 {
        margin-top: 45px;
        margin-bottom: 45px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-50 {
        margin: 50px; }
      .mt-xxl-50 {
        margin-top: 50px; }
      .mr-xxl-50 {
        margin-right: 50px; }
        [dir="rtl"] .mr-xxl-50 {
          margin-right: 0;
          margin-left: 50px; }
      .mb-xxl-50 {
        margin-bottom: 50px; }
      .ml-xxl-50 {
        margin-left: 50px; }
        [dir="rtl"] .ml-xxl-50 {
          margin-left: 0;
          margin-right: 50px; }
      .m-lr-xxl-50 {
        margin-left: 50px;
        margin-right: 50px; }
      .m-tb-xxl-50 {
        margin-top: 50px;
        margin-bottom: 50px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-55 {
        margin: 55px; }
      .mt-xxl-55 {
        margin-top: 55px; }
      .mr-xxl-55 {
        margin-right: 55px; }
        [dir="rtl"] .mr-xxl-55 {
          margin-right: 0;
          margin-left: 55px; }
      .mb-xxl-55 {
        margin-bottom: 55px; }
      .ml-xxl-55 {
        margin-left: 55px; }
        [dir="rtl"] .ml-xxl-55 {
          margin-left: 0;
          margin-right: 55px; }
      .m-lr-xxl-55 {
        margin-left: 55px;
        margin-right: 55px; }
      .m-tb-xxl-55 {
        margin-top: 55px;
        margin-bottom: 55px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-60 {
        margin: 60px; }
      .mt-xxl-60 {
        margin-top: 60px; }
      .mr-xxl-60 {
        margin-right: 60px; }
        [dir="rtl"] .mr-xxl-60 {
          margin-right: 0;
          margin-left: 60px; }
      .mb-xxl-60 {
        margin-bottom: 60px; }
      .ml-xxl-60 {
        margin-left: 60px; }
        [dir="rtl"] .ml-xxl-60 {
          margin-left: 0;
          margin-right: 60px; }
      .m-lr-xxl-60 {
        margin-left: 60px;
        margin-right: 60px; }
      .m-tb-xxl-60 {
        margin-top: 60px;
        margin-bottom: 60px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-65 {
        margin: 65px; }
      .mt-xxl-65 {
        margin-top: 65px; }
      .mr-xxl-65 {
        margin-right: 65px; }
        [dir="rtl"] .mr-xxl-65 {
          margin-right: 0;
          margin-left: 65px; }
      .mb-xxl-65 {
        margin-bottom: 65px; }
      .ml-xxl-65 {
        margin-left: 65px; }
        [dir="rtl"] .ml-xxl-65 {
          margin-left: 0;
          margin-right: 65px; }
      .m-lr-xxl-65 {
        margin-left: 65px;
        margin-right: 65px; }
      .m-tb-xxl-65 {
        margin-top: 65px;
        margin-bottom: 65px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-70 {
        margin: 70px; }
      .mt-xxl-70 {
        margin-top: 70px; }
      .mr-xxl-70 {
        margin-right: 70px; }
        [dir="rtl"] .mr-xxl-70 {
          margin-right: 0;
          margin-left: 70px; }
      .mb-xxl-70 {
        margin-bottom: 70px; }
      .ml-xxl-70 {
        margin-left: 70px; }
        [dir="rtl"] .ml-xxl-70 {
          margin-left: 0;
          margin-right: 70px; }
      .m-lr-xxl-70 {
        margin-left: 70px;
        margin-right: 70px; }
      .m-tb-xxl-70 {
        margin-top: 70px;
        margin-bottom: 70px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-75 {
        margin: 75px; }
      .mt-xxl-75 {
        margin-top: 75px; }
      .mr-xxl-75 {
        margin-right: 75px; }
        [dir="rtl"] .mr-xxl-75 {
          margin-right: 0;
          margin-left: 75px; }
      .mb-xxl-75 {
        margin-bottom: 75px; }
      .ml-xxl-75 {
        margin-left: 75px; }
        [dir="rtl"] .ml-xxl-75 {
          margin-left: 0;
          margin-right: 75px; }
      .m-lr-xxl-75 {
        margin-left: 75px;
        margin-right: 75px; }
      .m-tb-xxl-75 {
        margin-top: 75px;
        margin-bottom: 75px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-80 {
        margin: 80px; }
      .mt-xxl-80 {
        margin-top: 80px; }
      .mr-xxl-80 {
        margin-right: 80px; }
        [dir="rtl"] .mr-xxl-80 {
          margin-right: 0;
          margin-left: 80px; }
      .mb-xxl-80 {
        margin-bottom: 80px; }
      .ml-xxl-80 {
        margin-left: 80px; }
        [dir="rtl"] .ml-xxl-80 {
          margin-left: 0;
          margin-right: 80px; }
      .m-lr-xxl-80 {
        margin-left: 80px;
        margin-right: 80px; }
      .m-tb-xxl-80 {
        margin-top: 80px;
        margin-bottom: 80px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-85 {
        margin: 85px; }
      .mt-xxl-85 {
        margin-top: 85px; }
      .mr-xxl-85 {
        margin-right: 85px; }
        [dir="rtl"] .mr-xxl-85 {
          margin-right: 0;
          margin-left: 85px; }
      .mb-xxl-85 {
        margin-bottom: 85px; }
      .ml-xxl-85 {
        margin-left: 85px; }
        [dir="rtl"] .ml-xxl-85 {
          margin-left: 0;
          margin-right: 85px; }
      .m-lr-xxl-85 {
        margin-left: 85px;
        margin-right: 85px; }
      .m-tb-xxl-85 {
        margin-top: 85px;
        margin-bottom: 85px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-90 {
        margin: 90px; }
      .mt-xxl-90 {
        margin-top: 90px; }
      .mr-xxl-90 {
        margin-right: 90px; }
        [dir="rtl"] .mr-xxl-90 {
          margin-right: 0;
          margin-left: 90px; }
      .mb-xxl-90 {
        margin-bottom: 90px; }
      .ml-xxl-90 {
        margin-left: 90px; }
        [dir="rtl"] .ml-xxl-90 {
          margin-left: 0;
          margin-right: 90px; }
      .m-lr-xxl-90 {
        margin-left: 90px;
        margin-right: 90px; }
      .m-tb-xxl-90 {
        margin-top: 90px;
        margin-bottom: 90px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-95 {
        margin: 95px; }
      .mt-xxl-95 {
        margin-top: 95px; }
      .mr-xxl-95 {
        margin-right: 95px; }
        [dir="rtl"] .mr-xxl-95 {
          margin-right: 0;
          margin-left: 95px; }
      .mb-xxl-95 {
        margin-bottom: 95px; }
      .ml-xxl-95 {
        margin-left: 95px; }
        [dir="rtl"] .ml-xxl-95 {
          margin-left: 0;
          margin-right: 95px; }
      .m-lr-xxl-95 {
        margin-left: 95px;
        margin-right: 95px; }
      .m-tb-xxl-95 {
        margin-top: 95px;
        margin-bottom: 95px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-100 {
        margin: 100px; }
      .mt-xxl-100 {
        margin-top: 100px; }
      .mr-xxl-100 {
        margin-right: 100px; }
        [dir="rtl"] .mr-xxl-100 {
          margin-right: 0;
          margin-left: 100px; }
      .mb-xxl-100 {
        margin-bottom: 100px; }
      .ml-xxl-100 {
        margin-left: 100px; }
        [dir="rtl"] .ml-xxl-100 {
          margin-left: 0;
          margin-right: 100px; }
      .m-lr-xxl-100 {
        margin-left: 100px;
        margin-right: 100px; }
      .m-tb-xxl-100 {
        margin-top: 100px;
        margin-bottom: 100px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-105 {
        margin: 105px; }
      .mt-xxl-105 {
        margin-top: 105px; }
      .mr-xxl-105 {
        margin-right: 105px; }
        [dir="rtl"] .mr-xxl-105 {
          margin-right: 0;
          margin-left: 105px; }
      .mb-xxl-105 {
        margin-bottom: 105px; }
      .ml-xxl-105 {
        margin-left: 105px; }
        [dir="rtl"] .ml-xxl-105 {
          margin-left: 0;
          margin-right: 105px; }
      .m-lr-xxl-105 {
        margin-left: 105px;
        margin-right: 105px; }
      .m-tb-xxl-105 {
        margin-top: 105px;
        margin-bottom: 105px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-110 {
        margin: 110px; }
      .mt-xxl-110 {
        margin-top: 110px; }
      .mr-xxl-110 {
        margin-right: 110px; }
        [dir="rtl"] .mr-xxl-110 {
          margin-right: 0;
          margin-left: 110px; }
      .mb-xxl-110 {
        margin-bottom: 110px; }
      .ml-xxl-110 {
        margin-left: 110px; }
        [dir="rtl"] .ml-xxl-110 {
          margin-left: 0;
          margin-right: 110px; }
      .m-lr-xxl-110 {
        margin-left: 110px;
        margin-right: 110px; }
      .m-tb-xxl-110 {
        margin-top: 110px;
        margin-bottom: 110px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-115 {
        margin: 115px; }
      .mt-xxl-115 {
        margin-top: 115px; }
      .mr-xxl-115 {
        margin-right: 115px; }
        [dir="rtl"] .mr-xxl-115 {
          margin-right: 0;
          margin-left: 115px; }
      .mb-xxl-115 {
        margin-bottom: 115px; }
      .ml-xxl-115 {
        margin-left: 115px; }
        [dir="rtl"] .ml-xxl-115 {
          margin-left: 0;
          margin-right: 115px; }
      .m-lr-xxl-115 {
        margin-left: 115px;
        margin-right: 115px; }
      .m-tb-xxl-115 {
        margin-top: 115px;
        margin-bottom: 115px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-120 {
        margin: 120px; }
      .mt-xxl-120 {
        margin-top: 120px; }
      .mr-xxl-120 {
        margin-right: 120px; }
        [dir="rtl"] .mr-xxl-120 {
          margin-right: 0;
          margin-left: 120px; }
      .mb-xxl-120 {
        margin-bottom: 120px; }
      .ml-xxl-120 {
        margin-left: 120px; }
        [dir="rtl"] .ml-xxl-120 {
          margin-left: 0;
          margin-right: 120px; }
      .m-lr-xxl-120 {
        margin-left: 120px;
        margin-right: 120px; }
      .m-tb-xxl-120 {
        margin-top: 120px;
        margin-bottom: 120px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-125 {
        margin: 125px; }
      .mt-xxl-125 {
        margin-top: 125px; }
      .mr-xxl-125 {
        margin-right: 125px; }
        [dir="rtl"] .mr-xxl-125 {
          margin-right: 0;
          margin-left: 125px; }
      .mb-xxl-125 {
        margin-bottom: 125px; }
      .ml-xxl-125 {
        margin-left: 125px; }
        [dir="rtl"] .ml-xxl-125 {
          margin-left: 0;
          margin-right: 125px; }
      .m-lr-xxl-125 {
        margin-left: 125px;
        margin-right: 125px; }
      .m-tb-xxl-125 {
        margin-top: 125px;
        margin-bottom: 125px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-130 {
        margin: 130px; }
      .mt-xxl-130 {
        margin-top: 130px; }
      .mr-xxl-130 {
        margin-right: 130px; }
        [dir="rtl"] .mr-xxl-130 {
          margin-right: 0;
          margin-left: 130px; }
      .mb-xxl-130 {
        margin-bottom: 130px; }
      .ml-xxl-130 {
        margin-left: 130px; }
        [dir="rtl"] .ml-xxl-130 {
          margin-left: 0;
          margin-right: 130px; }
      .m-lr-xxl-130 {
        margin-left: 130px;
        margin-right: 130px; }
      .m-tb-xxl-130 {
        margin-top: 130px;
        margin-bottom: 130px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-140 {
        margin: 140px; }
      .mt-xxl-140 {
        margin-top: 140px; }
      .mr-xxl-140 {
        margin-right: 140px; }
        [dir="rtl"] .mr-xxl-140 {
          margin-right: 0;
          margin-left: 140px; }
      .mb-xxl-140 {
        margin-bottom: 140px; }
      .ml-xxl-140 {
        margin-left: 140px; }
        [dir="rtl"] .ml-xxl-140 {
          margin-left: 0;
          margin-right: 140px; }
      .m-lr-xxl-140 {
        margin-left: 140px;
        margin-right: 140px; }
      .m-tb-xxl-140 {
        margin-top: 140px;
        margin-bottom: 140px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-148 {
        margin: 148px; }
      .mt-xxl-148 {
        margin-top: 148px; }
      .mr-xxl-148 {
        margin-right: 148px; }
        [dir="rtl"] .mr-xxl-148 {
          margin-right: 0;
          margin-left: 148px; }
      .mb-xxl-148 {
        margin-bottom: 148px; }
      .ml-xxl-148 {
        margin-left: 148px; }
        [dir="rtl"] .ml-xxl-148 {
          margin-left: 0;
          margin-right: 148px; }
      .m-lr-xxl-148 {
        margin-left: 148px;
        margin-right: 148px; }
      .m-tb-xxl-148 {
        margin-top: 148px;
        margin-bottom: 148px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-150 {
        margin: 150px; }
      .mt-xxl-150 {
        margin-top: 150px; }
      .mr-xxl-150 {
        margin-right: 150px; }
        [dir="rtl"] .mr-xxl-150 {
          margin-right: 0;
          margin-left: 150px; }
      .mb-xxl-150 {
        margin-bottom: 150px; }
      .ml-xxl-150 {
        margin-left: 150px; }
        [dir="rtl"] .ml-xxl-150 {
          margin-left: 0;
          margin-right: 150px; }
      .m-lr-xxl-150 {
        margin-left: 150px;
        margin-right: 150px; }
      .m-tb-xxl-150 {
        margin-top: 150px;
        margin-bottom: 150px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .m-xxl-200 {
        margin: 200px; }
      .mt-xxl-200 {
        margin-top: 200px; }
      .mr-xxl-200 {
        margin-right: 200px; }
        [dir="rtl"] .mr-xxl-200 {
          margin-right: 0;
          margin-left: 200px; }
      .mb-xxl-200 {
        margin-bottom: 200px; }
      .ml-xxl-200 {
        margin-left: 200px; }
        [dir="rtl"] .ml-xxl-200 {
          margin-left: 0;
          margin-right: 200px; }
      .m-lr-xxl-200 {
        margin-left: 200px;
        margin-right: 200px; }
      .m-tb-xxl-200 {
        margin-top: 200px;
        margin-bottom: 200px; }
      .m-lr-xxl-auto {
        margin-left: auto;
        margin-right: auto; }
      .p-xxl-0 {
        padding: 0; }
      .pt-xxl-0 {
        padding-top: 0; }
      .pr-xxl-0 {
        padding-right: 0; }
        [dir="rtl"] .pr-xxl-0 {
          padding-right: 0;
          padding-left: 0; }
      .pb-xxl-0 {
        padding-bottom: 0; }
      .pl-xxl-0 {
        padding-left: 0; }
        [dir="rtl"] .pl-xxl-0 {
          padding-left: 0;
          padding-right: 0; }
      .p-lr-xxl-0 {
        padding-left: 0;
        padding-right: 0; }
      .p-tb-xxl-0 {
        padding-top: 0;
        padding-bottom: 0; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-5 {
        padding: 5px; }
      .pt-xxl-5 {
        padding-top: 5px; }
      .pr-xxl-5 {
        padding-right: 5px; }
        [dir="rtl"] .pr-xxl-5 {
          padding-right: 0;
          padding-left: 5px; }
      .pb-xxl-5 {
        padding-bottom: 5px; }
      .pl-xxl-5 {
        padding-left: 5px; }
        [dir="rtl"] .pl-xxl-5 {
          padding-left: 0;
          padding-right: 5px; }
      .p-lr-xxl-5 {
        padding-left: 5px;
        padding-right: 5px; }
      .p-tb-xxl-5 {
        padding-top: 5px;
        padding-bottom: 5px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-8 {
        padding: 8px; }
      .pt-xxl-8 {
        padding-top: 8px; }
      .pr-xxl-8 {
        padding-right: 8px; }
        [dir="rtl"] .pr-xxl-8 {
          padding-right: 0;
          padding-left: 8px; }
      .pb-xxl-8 {
        padding-bottom: 8px; }
      .pl-xxl-8 {
        padding-left: 8px; }
        [dir="rtl"] .pl-xxl-8 {
          padding-left: 0;
          padding-right: 8px; }
      .p-lr-xxl-8 {
        padding-left: 8px;
        padding-right: 8px; }
      .p-tb-xxl-8 {
        padding-top: 8px;
        padding-bottom: 8px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-10 {
        padding: 10px; }
      .pt-xxl-10 {
        padding-top: 10px; }
      .pr-xxl-10 {
        padding-right: 10px; }
        [dir="rtl"] .pr-xxl-10 {
          padding-right: 0;
          padding-left: 10px; }
      .pb-xxl-10 {
        padding-bottom: 10px; }
      .pl-xxl-10 {
        padding-left: 10px; }
        [dir="rtl"] .pl-xxl-10 {
          padding-left: 0;
          padding-right: 10px; }
      .p-lr-xxl-10 {
        padding-left: 10px;
        padding-right: 10px; }
      .p-tb-xxl-10 {
        padding-top: 10px;
        padding-bottom: 10px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-12 {
        padding: 12px; }
      .pt-xxl-12 {
        padding-top: 12px; }
      .pr-xxl-12 {
        padding-right: 12px; }
        [dir="rtl"] .pr-xxl-12 {
          padding-right: 0;
          padding-left: 12px; }
      .pb-xxl-12 {
        padding-bottom: 12px; }
      .pl-xxl-12 {
        padding-left: 12px; }
        [dir="rtl"] .pl-xxl-12 {
          padding-left: 0;
          padding-right: 12px; }
      .p-lr-xxl-12 {
        padding-left: 12px;
        padding-right: 12px; }
      .p-tb-xxl-12 {
        padding-top: 12px;
        padding-bottom: 12px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-15 {
        padding: 15px; }
      .pt-xxl-15 {
        padding-top: 15px; }
      .pr-xxl-15 {
        padding-right: 15px; }
        [dir="rtl"] .pr-xxl-15 {
          padding-right: 0;
          padding-left: 15px; }
      .pb-xxl-15 {
        padding-bottom: 15px; }
      .pl-xxl-15 {
        padding-left: 15px; }
        [dir="rtl"] .pl-xxl-15 {
          padding-left: 0;
          padding-right: 15px; }
      .p-lr-xxl-15 {
        padding-left: 15px;
        padding-right: 15px; }
      .p-tb-xxl-15 {
        padding-top: 15px;
        padding-bottom: 15px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-16 {
        padding: 16px; }
      .pt-xxl-16 {
        padding-top: 16px; }
      .pr-xxl-16 {
        padding-right: 16px; }
        [dir="rtl"] .pr-xxl-16 {
          padding-right: 0;
          padding-left: 16px; }
      .pb-xxl-16 {
        padding-bottom: 16px; }
      .pl-xxl-16 {
        padding-left: 16px; }
        [dir="rtl"] .pl-xxl-16 {
          padding-left: 0;
          padding-right: 16px; }
      .p-lr-xxl-16 {
        padding-left: 16px;
        padding-right: 16px; }
      .p-tb-xxl-16 {
        padding-top: 16px;
        padding-bottom: 16px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-18 {
        padding: 18px; }
      .pt-xxl-18 {
        padding-top: 18px; }
      .pr-xxl-18 {
        padding-right: 18px; }
        [dir="rtl"] .pr-xxl-18 {
          padding-right: 0;
          padding-left: 18px; }
      .pb-xxl-18 {
        padding-bottom: 18px; }
      .pl-xxl-18 {
        padding-left: 18px; }
        [dir="rtl"] .pl-xxl-18 {
          padding-left: 0;
          padding-right: 18px; }
      .p-lr-xxl-18 {
        padding-left: 18px;
        padding-right: 18px; }
      .p-tb-xxl-18 {
        padding-top: 18px;
        padding-bottom: 18px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-20 {
        padding: 20px; }
      .pt-xxl-20 {
        padding-top: 20px; }
      .pr-xxl-20 {
        padding-right: 20px; }
        [dir="rtl"] .pr-xxl-20 {
          padding-right: 0;
          padding-left: 20px; }
      .pb-xxl-20 {
        padding-bottom: 20px; }
      .pl-xxl-20 {
        padding-left: 20px; }
        [dir="rtl"] .pl-xxl-20 {
          padding-left: 0;
          padding-right: 20px; }
      .p-lr-xxl-20 {
        padding-left: 20px;
        padding-right: 20px; }
      .p-tb-xxl-20 {
        padding-top: 20px;
        padding-bottom: 20px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-22 {
        padding: 22px; }
      .pt-xxl-22 {
        padding-top: 22px; }
      .pr-xxl-22 {
        padding-right: 22px; }
        [dir="rtl"] .pr-xxl-22 {
          padding-right: 0;
          padding-left: 22px; }
      .pb-xxl-22 {
        padding-bottom: 22px; }
      .pl-xxl-22 {
        padding-left: 22px; }
        [dir="rtl"] .pl-xxl-22 {
          padding-left: 0;
          padding-right: 22px; }
      .p-lr-xxl-22 {
        padding-left: 22px;
        padding-right: 22px; }
      .p-tb-xxl-22 {
        padding-top: 22px;
        padding-bottom: 22px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-25 {
        padding: 25px; }
      .pt-xxl-25 {
        padding-top: 25px; }
      .pr-xxl-25 {
        padding-right: 25px; }
        [dir="rtl"] .pr-xxl-25 {
          padding-right: 0;
          padding-left: 25px; }
      .pb-xxl-25 {
        padding-bottom: 25px; }
      .pl-xxl-25 {
        padding-left: 25px; }
        [dir="rtl"] .pl-xxl-25 {
          padding-left: 0;
          padding-right: 25px; }
      .p-lr-xxl-25 {
        padding-left: 25px;
        padding-right: 25px; }
      .p-tb-xxl-25 {
        padding-top: 25px;
        padding-bottom: 25px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-27 {
        padding: 27px; }
      .pt-xxl-27 {
        padding-top: 27px; }
      .pr-xxl-27 {
        padding-right: 27px; }
        [dir="rtl"] .pr-xxl-27 {
          padding-right: 0;
          padding-left: 27px; }
      .pb-xxl-27 {
        padding-bottom: 27px; }
      .pl-xxl-27 {
        padding-left: 27px; }
        [dir="rtl"] .pl-xxl-27 {
          padding-left: 0;
          padding-right: 27px; }
      .p-lr-xxl-27 {
        padding-left: 27px;
        padding-right: 27px; }
      .p-tb-xxl-27 {
        padding-top: 27px;
        padding-bottom: 27px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-30 {
        padding: 30px; }
      .pt-xxl-30 {
        padding-top: 30px; }
      .pr-xxl-30 {
        padding-right: 30px; }
        [dir="rtl"] .pr-xxl-30 {
          padding-right: 0;
          padding-left: 30px; }
      .pb-xxl-30 {
        padding-bottom: 30px; }
      .pl-xxl-30 {
        padding-left: 30px; }
        [dir="rtl"] .pl-xxl-30 {
          padding-left: 0;
          padding-right: 30px; }
      .p-lr-xxl-30 {
        padding-left: 30px;
        padding-right: 30px; }
      .p-tb-xxl-30 {
        padding-top: 30px;
        padding-bottom: 30px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-32 {
        padding: 32px; }
      .pt-xxl-32 {
        padding-top: 32px; }
      .pr-xxl-32 {
        padding-right: 32px; }
        [dir="rtl"] .pr-xxl-32 {
          padding-right: 0;
          padding-left: 32px; }
      .pb-xxl-32 {
        padding-bottom: 32px; }
      .pl-xxl-32 {
        padding-left: 32px; }
        [dir="rtl"] .pl-xxl-32 {
          padding-left: 0;
          padding-right: 32px; }
      .p-lr-xxl-32 {
        padding-left: 32px;
        padding-right: 32px; }
      .p-tb-xxl-32 {
        padding-top: 32px;
        padding-bottom: 32px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-35 {
        padding: 35px; }
      .pt-xxl-35 {
        padding-top: 35px; }
      .pr-xxl-35 {
        padding-right: 35px; }
        [dir="rtl"] .pr-xxl-35 {
          padding-right: 0;
          padding-left: 35px; }
      .pb-xxl-35 {
        padding-bottom: 35px; }
      .pl-xxl-35 {
        padding-left: 35px; }
        [dir="rtl"] .pl-xxl-35 {
          padding-left: 0;
          padding-right: 35px; }
      .p-lr-xxl-35 {
        padding-left: 35px;
        padding-right: 35px; }
      .p-tb-xxl-35 {
        padding-top: 35px;
        padding-bottom: 35px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-38 {
        padding: 38px; }
      .pt-xxl-38 {
        padding-top: 38px; }
      .pr-xxl-38 {
        padding-right: 38px; }
        [dir="rtl"] .pr-xxl-38 {
          padding-right: 0;
          padding-left: 38px; }
      .pb-xxl-38 {
        padding-bottom: 38px; }
      .pl-xxl-38 {
        padding-left: 38px; }
        [dir="rtl"] .pl-xxl-38 {
          padding-left: 0;
          padding-right: 38px; }
      .p-lr-xxl-38 {
        padding-left: 38px;
        padding-right: 38px; }
      .p-tb-xxl-38 {
        padding-top: 38px;
        padding-bottom: 38px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-40 {
        padding: 40px; }
      .pt-xxl-40 {
        padding-top: 40px; }
      .pr-xxl-40 {
        padding-right: 40px; }
        [dir="rtl"] .pr-xxl-40 {
          padding-right: 0;
          padding-left: 40px; }
      .pb-xxl-40 {
        padding-bottom: 40px; }
      .pl-xxl-40 {
        padding-left: 40px; }
        [dir="rtl"] .pl-xxl-40 {
          padding-left: 0;
          padding-right: 40px; }
      .p-lr-xxl-40 {
        padding-left: 40px;
        padding-right: 40px; }
      .p-tb-xxl-40 {
        padding-top: 40px;
        padding-bottom: 40px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-45 {
        padding: 45px; }
      .pt-xxl-45 {
        padding-top: 45px; }
      .pr-xxl-45 {
        padding-right: 45px; }
        [dir="rtl"] .pr-xxl-45 {
          padding-right: 0;
          padding-left: 45px; }
      .pb-xxl-45 {
        padding-bottom: 45px; }
      .pl-xxl-45 {
        padding-left: 45px; }
        [dir="rtl"] .pl-xxl-45 {
          padding-left: 0;
          padding-right: 45px; }
      .p-lr-xxl-45 {
        padding-left: 45px;
        padding-right: 45px; }
      .p-tb-xxl-45 {
        padding-top: 45px;
        padding-bottom: 45px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-50 {
        padding: 50px; }
      .pt-xxl-50 {
        padding-top: 50px; }
      .pr-xxl-50 {
        padding-right: 50px; }
        [dir="rtl"] .pr-xxl-50 {
          padding-right: 0;
          padding-left: 50px; }
      .pb-xxl-50 {
        padding-bottom: 50px; }
      .pl-xxl-50 {
        padding-left: 50px; }
        [dir="rtl"] .pl-xxl-50 {
          padding-left: 0;
          padding-right: 50px; }
      .p-lr-xxl-50 {
        padding-left: 50px;
        padding-right: 50px; }
      .p-tb-xxl-50 {
        padding-top: 50px;
        padding-bottom: 50px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-55 {
        padding: 55px; }
      .pt-xxl-55 {
        padding-top: 55px; }
      .pr-xxl-55 {
        padding-right: 55px; }
        [dir="rtl"] .pr-xxl-55 {
          padding-right: 0;
          padding-left: 55px; }
      .pb-xxl-55 {
        padding-bottom: 55px; }
      .pl-xxl-55 {
        padding-left: 55px; }
        [dir="rtl"] .pl-xxl-55 {
          padding-left: 0;
          padding-right: 55px; }
      .p-lr-xxl-55 {
        padding-left: 55px;
        padding-right: 55px; }
      .p-tb-xxl-55 {
        padding-top: 55px;
        padding-bottom: 55px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-60 {
        padding: 60px; }
      .pt-xxl-60 {
        padding-top: 60px; }
      .pr-xxl-60 {
        padding-right: 60px; }
        [dir="rtl"] .pr-xxl-60 {
          padding-right: 0;
          padding-left: 60px; }
      .pb-xxl-60 {
        padding-bottom: 60px; }
      .pl-xxl-60 {
        padding-left: 60px; }
        [dir="rtl"] .pl-xxl-60 {
          padding-left: 0;
          padding-right: 60px; }
      .p-lr-xxl-60 {
        padding-left: 60px;
        padding-right: 60px; }
      .p-tb-xxl-60 {
        padding-top: 60px;
        padding-bottom: 60px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-65 {
        padding: 65px; }
      .pt-xxl-65 {
        padding-top: 65px; }
      .pr-xxl-65 {
        padding-right: 65px; }
        [dir="rtl"] .pr-xxl-65 {
          padding-right: 0;
          padding-left: 65px; }
      .pb-xxl-65 {
        padding-bottom: 65px; }
      .pl-xxl-65 {
        padding-left: 65px; }
        [dir="rtl"] .pl-xxl-65 {
          padding-left: 0;
          padding-right: 65px; }
      .p-lr-xxl-65 {
        padding-left: 65px;
        padding-right: 65px; }
      .p-tb-xxl-65 {
        padding-top: 65px;
        padding-bottom: 65px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-70 {
        padding: 70px; }
      .pt-xxl-70 {
        padding-top: 70px; }
      .pr-xxl-70 {
        padding-right: 70px; }
        [dir="rtl"] .pr-xxl-70 {
          padding-right: 0;
          padding-left: 70px; }
      .pb-xxl-70 {
        padding-bottom: 70px; }
      .pl-xxl-70 {
        padding-left: 70px; }
        [dir="rtl"] .pl-xxl-70 {
          padding-left: 0;
          padding-right: 70px; }
      .p-lr-xxl-70 {
        padding-left: 70px;
        padding-right: 70px; }
      .p-tb-xxl-70 {
        padding-top: 70px;
        padding-bottom: 70px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-75 {
        padding: 75px; }
      .pt-xxl-75 {
        padding-top: 75px; }
      .pr-xxl-75 {
        padding-right: 75px; }
        [dir="rtl"] .pr-xxl-75 {
          padding-right: 0;
          padding-left: 75px; }
      .pb-xxl-75 {
        padding-bottom: 75px; }
      .pl-xxl-75 {
        padding-left: 75px; }
        [dir="rtl"] .pl-xxl-75 {
          padding-left: 0;
          padding-right: 75px; }
      .p-lr-xxl-75 {
        padding-left: 75px;
        padding-right: 75px; }
      .p-tb-xxl-75 {
        padding-top: 75px;
        padding-bottom: 75px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-80 {
        padding: 80px; }
      .pt-xxl-80 {
        padding-top: 80px; }
      .pr-xxl-80 {
        padding-right: 80px; }
        [dir="rtl"] .pr-xxl-80 {
          padding-right: 0;
          padding-left: 80px; }
      .pb-xxl-80 {
        padding-bottom: 80px; }
      .pl-xxl-80 {
        padding-left: 80px; }
        [dir="rtl"] .pl-xxl-80 {
          padding-left: 0;
          padding-right: 80px; }
      .p-lr-xxl-80 {
        padding-left: 80px;
        padding-right: 80px; }
      .p-tb-xxl-80 {
        padding-top: 80px;
        padding-bottom: 80px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-85 {
        padding: 85px; }
      .pt-xxl-85 {
        padding-top: 85px; }
      .pr-xxl-85 {
        padding-right: 85px; }
        [dir="rtl"] .pr-xxl-85 {
          padding-right: 0;
          padding-left: 85px; }
      .pb-xxl-85 {
        padding-bottom: 85px; }
      .pl-xxl-85 {
        padding-left: 85px; }
        [dir="rtl"] .pl-xxl-85 {
          padding-left: 0;
          padding-right: 85px; }
      .p-lr-xxl-85 {
        padding-left: 85px;
        padding-right: 85px; }
      .p-tb-xxl-85 {
        padding-top: 85px;
        padding-bottom: 85px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-90 {
        padding: 90px; }
      .pt-xxl-90 {
        padding-top: 90px; }
      .pr-xxl-90 {
        padding-right: 90px; }
        [dir="rtl"] .pr-xxl-90 {
          padding-right: 0;
          padding-left: 90px; }
      .pb-xxl-90 {
        padding-bottom: 90px; }
      .pl-xxl-90 {
        padding-left: 90px; }
        [dir="rtl"] .pl-xxl-90 {
          padding-left: 0;
          padding-right: 90px; }
      .p-lr-xxl-90 {
        padding-left: 90px;
        padding-right: 90px; }
      .p-tb-xxl-90 {
        padding-top: 90px;
        padding-bottom: 90px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-95 {
        padding: 95px; }
      .pt-xxl-95 {
        padding-top: 95px; }
      .pr-xxl-95 {
        padding-right: 95px; }
        [dir="rtl"] .pr-xxl-95 {
          padding-right: 0;
          padding-left: 95px; }
      .pb-xxl-95 {
        padding-bottom: 95px; }
      .pl-xxl-95 {
        padding-left: 95px; }
        [dir="rtl"] .pl-xxl-95 {
          padding-left: 0;
          padding-right: 95px; }
      .p-lr-xxl-95 {
        padding-left: 95px;
        padding-right: 95px; }
      .p-tb-xxl-95 {
        padding-top: 95px;
        padding-bottom: 95px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-100 {
        padding: 100px; }
      .pt-xxl-100 {
        padding-top: 100px; }
      .pr-xxl-100 {
        padding-right: 100px; }
        [dir="rtl"] .pr-xxl-100 {
          padding-right: 0;
          padding-left: 100px; }
      .pb-xxl-100 {
        padding-bottom: 100px; }
      .pl-xxl-100 {
        padding-left: 100px; }
        [dir="rtl"] .pl-xxl-100 {
          padding-left: 0;
          padding-right: 100px; }
      .p-lr-xxl-100 {
        padding-left: 100px;
        padding-right: 100px; }
      .p-tb-xxl-100 {
        padding-top: 100px;
        padding-bottom: 100px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-105 {
        padding: 105px; }
      .pt-xxl-105 {
        padding-top: 105px; }
      .pr-xxl-105 {
        padding-right: 105px; }
        [dir="rtl"] .pr-xxl-105 {
          padding-right: 0;
          padding-left: 105px; }
      .pb-xxl-105 {
        padding-bottom: 105px; }
      .pl-xxl-105 {
        padding-left: 105px; }
        [dir="rtl"] .pl-xxl-105 {
          padding-left: 0;
          padding-right: 105px; }
      .p-lr-xxl-105 {
        padding-left: 105px;
        padding-right: 105px; }
      .p-tb-xxl-105 {
        padding-top: 105px;
        padding-bottom: 105px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-110 {
        padding: 110px; }
      .pt-xxl-110 {
        padding-top: 110px; }
      .pr-xxl-110 {
        padding-right: 110px; }
        [dir="rtl"] .pr-xxl-110 {
          padding-right: 0;
          padding-left: 110px; }
      .pb-xxl-110 {
        padding-bottom: 110px; }
      .pl-xxl-110 {
        padding-left: 110px; }
        [dir="rtl"] .pl-xxl-110 {
          padding-left: 0;
          padding-right: 110px; }
      .p-lr-xxl-110 {
        padding-left: 110px;
        padding-right: 110px; }
      .p-tb-xxl-110 {
        padding-top: 110px;
        padding-bottom: 110px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-115 {
        padding: 115px; }
      .pt-xxl-115 {
        padding-top: 115px; }
      .pr-xxl-115 {
        padding-right: 115px; }
        [dir="rtl"] .pr-xxl-115 {
          padding-right: 0;
          padding-left: 115px; }
      .pb-xxl-115 {
        padding-bottom: 115px; }
      .pl-xxl-115 {
        padding-left: 115px; }
        [dir="rtl"] .pl-xxl-115 {
          padding-left: 0;
          padding-right: 115px; }
      .p-lr-xxl-115 {
        padding-left: 115px;
        padding-right: 115px; }
      .p-tb-xxl-115 {
        padding-top: 115px;
        padding-bottom: 115px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-120 {
        padding: 120px; }
      .pt-xxl-120 {
        padding-top: 120px; }
      .pr-xxl-120 {
        padding-right: 120px; }
        [dir="rtl"] .pr-xxl-120 {
          padding-right: 0;
          padding-left: 120px; }
      .pb-xxl-120 {
        padding-bottom: 120px; }
      .pl-xxl-120 {
        padding-left: 120px; }
        [dir="rtl"] .pl-xxl-120 {
          padding-left: 0;
          padding-right: 120px; }
      .p-lr-xxl-120 {
        padding-left: 120px;
        padding-right: 120px; }
      .p-tb-xxl-120 {
        padding-top: 120px;
        padding-bottom: 120px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-125 {
        padding: 125px; }
      .pt-xxl-125 {
        padding-top: 125px; }
      .pr-xxl-125 {
        padding-right: 125px; }
        [dir="rtl"] .pr-xxl-125 {
          padding-right: 0;
          padding-left: 125px; }
      .pb-xxl-125 {
        padding-bottom: 125px; }
      .pl-xxl-125 {
        padding-left: 125px; }
        [dir="rtl"] .pl-xxl-125 {
          padding-left: 0;
          padding-right: 125px; }
      .p-lr-xxl-125 {
        padding-left: 125px;
        padding-right: 125px; }
      .p-tb-xxl-125 {
        padding-top: 125px;
        padding-bottom: 125px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-130 {
        padding: 130px; }
      .pt-xxl-130 {
        padding-top: 130px; }
      .pr-xxl-130 {
        padding-right: 130px; }
        [dir="rtl"] .pr-xxl-130 {
          padding-right: 0;
          padding-left: 130px; }
      .pb-xxl-130 {
        padding-bottom: 130px; }
      .pl-xxl-130 {
        padding-left: 130px; }
        [dir="rtl"] .pl-xxl-130 {
          padding-left: 0;
          padding-right: 130px; }
      .p-lr-xxl-130 {
        padding-left: 130px;
        padding-right: 130px; }
      .p-tb-xxl-130 {
        padding-top: 130px;
        padding-bottom: 130px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-140 {
        padding: 140px; }
      .pt-xxl-140 {
        padding-top: 140px; }
      .pr-xxl-140 {
        padding-right: 140px; }
        [dir="rtl"] .pr-xxl-140 {
          padding-right: 0;
          padding-left: 140px; }
      .pb-xxl-140 {
        padding-bottom: 140px; }
      .pl-xxl-140 {
        padding-left: 140px; }
        [dir="rtl"] .pl-xxl-140 {
          padding-left: 0;
          padding-right: 140px; }
      .p-lr-xxl-140 {
        padding-left: 140px;
        padding-right: 140px; }
      .p-tb-xxl-140 {
        padding-top: 140px;
        padding-bottom: 140px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-148 {
        padding: 148px; }
      .pt-xxl-148 {
        padding-top: 148px; }
      .pr-xxl-148 {
        padding-right: 148px; }
        [dir="rtl"] .pr-xxl-148 {
          padding-right: 0;
          padding-left: 148px; }
      .pb-xxl-148 {
        padding-bottom: 148px; }
      .pl-xxl-148 {
        padding-left: 148px; }
        [dir="rtl"] .pl-xxl-148 {
          padding-left: 0;
          padding-right: 148px; }
      .p-lr-xxl-148 {
        padding-left: 148px;
        padding-right: 148px; }
      .p-tb-xxl-148 {
        padding-top: 148px;
        padding-bottom: 148px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-150 {
        padding: 150px; }
      .pt-xxl-150 {
        padding-top: 150px; }
      .pr-xxl-150 {
        padding-right: 150px; }
        [dir="rtl"] .pr-xxl-150 {
          padding-right: 0;
          padding-left: 150px; }
      .pb-xxl-150 {
        padding-bottom: 150px; }
      .pl-xxl-150 {
        padding-left: 150px; }
        [dir="rtl"] .pl-xxl-150 {
          padding-left: 0;
          padding-right: 150px; }
      .p-lr-xxl-150 {
        padding-left: 150px;
        padding-right: 150px; }
      .p-tb-xxl-150 {
        padding-top: 150px;
        padding-bottom: 150px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .p-xxl-200 {
        padding: 200px; }
      .pt-xxl-200 {
        padding-top: 200px; }
      .pr-xxl-200 {
        padding-right: 200px; }
        [dir="rtl"] .pr-xxl-200 {
          padding-right: 0;
          padding-left: 200px; }
      .pb-xxl-200 {
        padding-bottom: 200px; }
      .pl-xxl-200 {
        padding-left: 200px; }
        [dir="rtl"] .pl-xxl-200 {
          padding-left: 0;
          padding-right: 200px; }
      .p-lr-xxl-200 {
        padding-left: 200px;
        padding-right: 200px; }
      .p-tb-xxl-200 {
        padding-top: 200px;
        padding-bottom: 200px; }
      .p-lr-xxl-auto {
        padding-left: auto;
        padding-right: auto; }
      .m-xxl-n0 {
        margin: -0; }
      .mt-xxl-n0 {
        margin-top: -0; }
      .mr-xxl-n0 {
        margin-right: -0; }
        [dir="rtl"] .mr-xxl-n0 {
          margin-left: -0; }
      .mb-xxl-n0 {
        margin-bottom: -0; }
      .ml-xxl-n0 {
        margin-left: -0; }
        [dir="rtl"] .ml-xxl-n0 {
          margin-right: -0; }
      .m-xxl-n5 {
        margin: -5px; }
      .mt-xxl-n5 {
        margin-top: -5px; }
      .mr-xxl-n5 {
        margin-right: -5px; }
        [dir="rtl"] .mr-xxl-n5 {
          margin-left: -5px; }
      .mb-xxl-n5 {
        margin-bottom: -5px; }
      .ml-xxl-n5 {
        margin-left: -5px; }
        [dir="rtl"] .ml-xxl-n5 {
          margin-right: -5px; }
      .m-xxl-n8 {
        margin: -8px; }
      .mt-xxl-n8 {
        margin-top: -8px; }
      .mr-xxl-n8 {
        margin-right: -8px; }
        [dir="rtl"] .mr-xxl-n8 {
          margin-left: -8px; }
      .mb-xxl-n8 {
        margin-bottom: -8px; }
      .ml-xxl-n8 {
        margin-left: -8px; }
        [dir="rtl"] .ml-xxl-n8 {
          margin-right: -8px; }
      .m-xxl-n10 {
        margin: -10px; }
      .mt-xxl-n10 {
        margin-top: -10px; }
      .mr-xxl-n10 {
        margin-right: -10px; }
        [dir="rtl"] .mr-xxl-n10 {
          margin-left: -10px; }
      .mb-xxl-n10 {
        margin-bottom: -10px; }
      .ml-xxl-n10 {
        margin-left: -10px; }
        [dir="rtl"] .ml-xxl-n10 {
          margin-right: -10px; }
      .m-xxl-n12 {
        margin: -12px; }
      .mt-xxl-n12 {
        margin-top: -12px; }
      .mr-xxl-n12 {
        margin-right: -12px; }
        [dir="rtl"] .mr-xxl-n12 {
          margin-left: -12px; }
      .mb-xxl-n12 {
        margin-bottom: -12px; }
      .ml-xxl-n12 {
        margin-left: -12px; }
        [dir="rtl"] .ml-xxl-n12 {
          margin-right: -12px; }
      .m-xxl-n15 {
        margin: -15px; }
      .mt-xxl-n15 {
        margin-top: -15px; }
      .mr-xxl-n15 {
        margin-right: -15px; }
        [dir="rtl"] .mr-xxl-n15 {
          margin-left: -15px; }
      .mb-xxl-n15 {
        margin-bottom: -15px; }
      .ml-xxl-n15 {
        margin-left: -15px; }
        [dir="rtl"] .ml-xxl-n15 {
          margin-right: -15px; }
      .m-xxl-n16 {
        margin: -16px; }
      .mt-xxl-n16 {
        margin-top: -16px; }
      .mr-xxl-n16 {
        margin-right: -16px; }
        [dir="rtl"] .mr-xxl-n16 {
          margin-left: -16px; }
      .mb-xxl-n16 {
        margin-bottom: -16px; }
      .ml-xxl-n16 {
        margin-left: -16px; }
        [dir="rtl"] .ml-xxl-n16 {
          margin-right: -16px; }
      .m-xxl-n18 {
        margin: -18px; }
      .mt-xxl-n18 {
        margin-top: -18px; }
      .mr-xxl-n18 {
        margin-right: -18px; }
        [dir="rtl"] .mr-xxl-n18 {
          margin-left: -18px; }
      .mb-xxl-n18 {
        margin-bottom: -18px; }
      .ml-xxl-n18 {
        margin-left: -18px; }
        [dir="rtl"] .ml-xxl-n18 {
          margin-right: -18px; }
      .m-xxl-n20 {
        margin: -20px; }
      .mt-xxl-n20 {
        margin-top: -20px; }
      .mr-xxl-n20 {
        margin-right: -20px; }
        [dir="rtl"] .mr-xxl-n20 {
          margin-left: -20px; }
      .mb-xxl-n20 {
        margin-bottom: -20px; }
      .ml-xxl-n20 {
        margin-left: -20px; }
        [dir="rtl"] .ml-xxl-n20 {
          margin-right: -20px; }
      .m-xxl-n22 {
        margin: -22px; }
      .mt-xxl-n22 {
        margin-top: -22px; }
      .mr-xxl-n22 {
        margin-right: -22px; }
        [dir="rtl"] .mr-xxl-n22 {
          margin-left: -22px; }
      .mb-xxl-n22 {
        margin-bottom: -22px; }
      .ml-xxl-n22 {
        margin-left: -22px; }
        [dir="rtl"] .ml-xxl-n22 {
          margin-right: -22px; }
      .m-xxl-n25 {
        margin: -25px; }
      .mt-xxl-n25 {
        margin-top: -25px; }
      .mr-xxl-n25 {
        margin-right: -25px; }
        [dir="rtl"] .mr-xxl-n25 {
          margin-left: -25px; }
      .mb-xxl-n25 {
        margin-bottom: -25px; }
      .ml-xxl-n25 {
        margin-left: -25px; }
        [dir="rtl"] .ml-xxl-n25 {
          margin-right: -25px; }
      .m-xxl-n27 {
        margin: -27px; }
      .mt-xxl-n27 {
        margin-top: -27px; }
      .mr-xxl-n27 {
        margin-right: -27px; }
        [dir="rtl"] .mr-xxl-n27 {
          margin-left: -27px; }
      .mb-xxl-n27 {
        margin-bottom: -27px; }
      .ml-xxl-n27 {
        margin-left: -27px; }
        [dir="rtl"] .ml-xxl-n27 {
          margin-right: -27px; }
      .m-xxl-n30 {
        margin: -30px; }
      .mt-xxl-n30 {
        margin-top: -30px; }
      .mr-xxl-n30 {
        margin-right: -30px; }
        [dir="rtl"] .mr-xxl-n30 {
          margin-left: -30px; }
      .mb-xxl-n30 {
        margin-bottom: -30px; }
      .ml-xxl-n30 {
        margin-left: -30px; }
        [dir="rtl"] .ml-xxl-n30 {
          margin-right: -30px; }
      .m-xxl-n32 {
        margin: -32px; }
      .mt-xxl-n32 {
        margin-top: -32px; }
      .mr-xxl-n32 {
        margin-right: -32px; }
        [dir="rtl"] .mr-xxl-n32 {
          margin-left: -32px; }
      .mb-xxl-n32 {
        margin-bottom: -32px; }
      .ml-xxl-n32 {
        margin-left: -32px; }
        [dir="rtl"] .ml-xxl-n32 {
          margin-right: -32px; }
      .m-xxl-n35 {
        margin: -35px; }
      .mt-xxl-n35 {
        margin-top: -35px; }
      .mr-xxl-n35 {
        margin-right: -35px; }
        [dir="rtl"] .mr-xxl-n35 {
          margin-left: -35px; }
      .mb-xxl-n35 {
        margin-bottom: -35px; }
      .ml-xxl-n35 {
        margin-left: -35px; }
        [dir="rtl"] .ml-xxl-n35 {
          margin-right: -35px; }
      .m-xxl-n38 {
        margin: -38px; }
      .mt-xxl-n38 {
        margin-top: -38px; }
      .mr-xxl-n38 {
        margin-right: -38px; }
        [dir="rtl"] .mr-xxl-n38 {
          margin-left: -38px; }
      .mb-xxl-n38 {
        margin-bottom: -38px; }
      .ml-xxl-n38 {
        margin-left: -38px; }
        [dir="rtl"] .ml-xxl-n38 {
          margin-right: -38px; }
      .m-xxl-n40 {
        margin: -40px; }
      .mt-xxl-n40 {
        margin-top: -40px; }
      .mr-xxl-n40 {
        margin-right: -40px; }
        [dir="rtl"] .mr-xxl-n40 {
          margin-left: -40px; }
      .mb-xxl-n40 {
        margin-bottom: -40px; }
      .ml-xxl-n40 {
        margin-left: -40px; }
        [dir="rtl"] .ml-xxl-n40 {
          margin-right: -40px; }
      .m-xxl-n45 {
        margin: -45px; }
      .mt-xxl-n45 {
        margin-top: -45px; }
      .mr-xxl-n45 {
        margin-right: -45px; }
        [dir="rtl"] .mr-xxl-n45 {
          margin-left: -45px; }
      .mb-xxl-n45 {
        margin-bottom: -45px; }
      .ml-xxl-n45 {
        margin-left: -45px; }
        [dir="rtl"] .ml-xxl-n45 {
          margin-right: -45px; }
      .m-xxl-n50 {
        margin: -50px; }
      .mt-xxl-n50 {
        margin-top: -50px; }
      .mr-xxl-n50 {
        margin-right: -50px; }
        [dir="rtl"] .mr-xxl-n50 {
          margin-left: -50px; }
      .mb-xxl-n50 {
        margin-bottom: -50px; }
      .ml-xxl-n50 {
        margin-left: -50px; }
        [dir="rtl"] .ml-xxl-n50 {
          margin-right: -50px; }
      .m-xxl-n55 {
        margin: -55px; }
      .mt-xxl-n55 {
        margin-top: -55px; }
      .mr-xxl-n55 {
        margin-right: -55px; }
        [dir="rtl"] .mr-xxl-n55 {
          margin-left: -55px; }
      .mb-xxl-n55 {
        margin-bottom: -55px; }
      .ml-xxl-n55 {
        margin-left: -55px; }
        [dir="rtl"] .ml-xxl-n55 {
          margin-right: -55px; }
      .m-xxl-n60 {
        margin: -60px; }
      .mt-xxl-n60 {
        margin-top: -60px; }
      .mr-xxl-n60 {
        margin-right: -60px; }
        [dir="rtl"] .mr-xxl-n60 {
          margin-left: -60px; }
      .mb-xxl-n60 {
        margin-bottom: -60px; }
      .ml-xxl-n60 {
        margin-left: -60px; }
        [dir="rtl"] .ml-xxl-n60 {
          margin-right: -60px; }
      .m-xxl-n65 {
        margin: -65px; }
      .mt-xxl-n65 {
        margin-top: -65px; }
      .mr-xxl-n65 {
        margin-right: -65px; }
        [dir="rtl"] .mr-xxl-n65 {
          margin-left: -65px; }
      .mb-xxl-n65 {
        margin-bottom: -65px; }
      .ml-xxl-n65 {
        margin-left: -65px; }
        [dir="rtl"] .ml-xxl-n65 {
          margin-right: -65px; }
      .m-xxl-n70 {
        margin: -70px; }
      .mt-xxl-n70 {
        margin-top: -70px; }
      .mr-xxl-n70 {
        margin-right: -70px; }
        [dir="rtl"] .mr-xxl-n70 {
          margin-left: -70px; }
      .mb-xxl-n70 {
        margin-bottom: -70px; }
      .ml-xxl-n70 {
        margin-left: -70px; }
        [dir="rtl"] .ml-xxl-n70 {
          margin-right: -70px; }
      .m-xxl-n75 {
        margin: -75px; }
      .mt-xxl-n75 {
        margin-top: -75px; }
      .mr-xxl-n75 {
        margin-right: -75px; }
        [dir="rtl"] .mr-xxl-n75 {
          margin-left: -75px; }
      .mb-xxl-n75 {
        margin-bottom: -75px; }
      .ml-xxl-n75 {
        margin-left: -75px; }
        [dir="rtl"] .ml-xxl-n75 {
          margin-right: -75px; }
      .m-xxl-n80 {
        margin: -80px; }
      .mt-xxl-n80 {
        margin-top: -80px; }
      .mr-xxl-n80 {
        margin-right: -80px; }
        [dir="rtl"] .mr-xxl-n80 {
          margin-left: -80px; }
      .mb-xxl-n80 {
        margin-bottom: -80px; }
      .ml-xxl-n80 {
        margin-left: -80px; }
        [dir="rtl"] .ml-xxl-n80 {
          margin-right: -80px; }
      .m-xxl-n85 {
        margin: -85px; }
      .mt-xxl-n85 {
        margin-top: -85px; }
      .mr-xxl-n85 {
        margin-right: -85px; }
        [dir="rtl"] .mr-xxl-n85 {
          margin-left: -85px; }
      .mb-xxl-n85 {
        margin-bottom: -85px; }
      .ml-xxl-n85 {
        margin-left: -85px; }
        [dir="rtl"] .ml-xxl-n85 {
          margin-right: -85px; }
      .m-xxl-n90 {
        margin: -90px; }
      .mt-xxl-n90 {
        margin-top: -90px; }
      .mr-xxl-n90 {
        margin-right: -90px; }
        [dir="rtl"] .mr-xxl-n90 {
          margin-left: -90px; }
      .mb-xxl-n90 {
        margin-bottom: -90px; }
      .ml-xxl-n90 {
        margin-left: -90px; }
        [dir="rtl"] .ml-xxl-n90 {
          margin-right: -90px; }
      .m-xxl-n95 {
        margin: -95px; }
      .mt-xxl-n95 {
        margin-top: -95px; }
      .mr-xxl-n95 {
        margin-right: -95px; }
        [dir="rtl"] .mr-xxl-n95 {
          margin-left: -95px; }
      .mb-xxl-n95 {
        margin-bottom: -95px; }
      .ml-xxl-n95 {
        margin-left: -95px; }
        [dir="rtl"] .ml-xxl-n95 {
          margin-right: -95px; }
      .m-xxl-n100 {
        margin: -100px; }
      .mt-xxl-n100 {
        margin-top: -100px; }
      .mr-xxl-n100 {
        margin-right: -100px; }
        [dir="rtl"] .mr-xxl-n100 {
          margin-left: -100px; }
      .mb-xxl-n100 {
        margin-bottom: -100px; }
      .ml-xxl-n100 {
        margin-left: -100px; }
        [dir="rtl"] .ml-xxl-n100 {
          margin-right: -100px; }
      .m-xxl-n105 {
        margin: -105px; }
      .mt-xxl-n105 {
        margin-top: -105px; }
      .mr-xxl-n105 {
        margin-right: -105px; }
        [dir="rtl"] .mr-xxl-n105 {
          margin-left: -105px; }
      .mb-xxl-n105 {
        margin-bottom: -105px; }
      .ml-xxl-n105 {
        margin-left: -105px; }
        [dir="rtl"] .ml-xxl-n105 {
          margin-right: -105px; }
      .m-xxl-n110 {
        margin: -110px; }
      .mt-xxl-n110 {
        margin-top: -110px; }
      .mr-xxl-n110 {
        margin-right: -110px; }
        [dir="rtl"] .mr-xxl-n110 {
          margin-left: -110px; }
      .mb-xxl-n110 {
        margin-bottom: -110px; }
      .ml-xxl-n110 {
        margin-left: -110px; }
        [dir="rtl"] .ml-xxl-n110 {
          margin-right: -110px; }
      .m-xxl-n115 {
        margin: -115px; }
      .mt-xxl-n115 {
        margin-top: -115px; }
      .mr-xxl-n115 {
        margin-right: -115px; }
        [dir="rtl"] .mr-xxl-n115 {
          margin-left: -115px; }
      .mb-xxl-n115 {
        margin-bottom: -115px; }
      .ml-xxl-n115 {
        margin-left: -115px; }
        [dir="rtl"] .ml-xxl-n115 {
          margin-right: -115px; }
      .m-xxl-n120 {
        margin: -120px; }
      .mt-xxl-n120 {
        margin-top: -120px; }
      .mr-xxl-n120 {
        margin-right: -120px; }
        [dir="rtl"] .mr-xxl-n120 {
          margin-left: -120px; }
      .mb-xxl-n120 {
        margin-bottom: -120px; }
      .ml-xxl-n120 {
        margin-left: -120px; }
        [dir="rtl"] .ml-xxl-n120 {
          margin-right: -120px; }
      .m-xxl-n125 {
        margin: -125px; }
      .mt-xxl-n125 {
        margin-top: -125px; }
      .mr-xxl-n125 {
        margin-right: -125px; }
        [dir="rtl"] .mr-xxl-n125 {
          margin-left: -125px; }
      .mb-xxl-n125 {
        margin-bottom: -125px; }
      .ml-xxl-n125 {
        margin-left: -125px; }
        [dir="rtl"] .ml-xxl-n125 {
          margin-right: -125px; }
      .m-xxl-n130 {
        margin: -130px; }
      .mt-xxl-n130 {
        margin-top: -130px; }
      .mr-xxl-n130 {
        margin-right: -130px; }
        [dir="rtl"] .mr-xxl-n130 {
          margin-left: -130px; }
      .mb-xxl-n130 {
        margin-bottom: -130px; }
      .ml-xxl-n130 {
        margin-left: -130px; }
        [dir="rtl"] .ml-xxl-n130 {
          margin-right: -130px; }
      .m-xxl-n140 {
        margin: -140px; }
      .mt-xxl-n140 {
        margin-top: -140px; }
      .mr-xxl-n140 {
        margin-right: -140px; }
        [dir="rtl"] .mr-xxl-n140 {
          margin-left: -140px; }
      .mb-xxl-n140 {
        margin-bottom: -140px; }
      .ml-xxl-n140 {
        margin-left: -140px; }
        [dir="rtl"] .ml-xxl-n140 {
          margin-right: -140px; }
      .m-xxl-n148 {
        margin: -148px; }
      .mt-xxl-n148 {
        margin-top: -148px; }
      .mr-xxl-n148 {
        margin-right: -148px; }
        [dir="rtl"] .mr-xxl-n148 {
          margin-left: -148px; }
      .mb-xxl-n148 {
        margin-bottom: -148px; }
      .ml-xxl-n148 {
        margin-left: -148px; }
        [dir="rtl"] .ml-xxl-n148 {
          margin-right: -148px; }
      .m-xxl-n150 {
        margin: -150px; }
      .mt-xxl-n150 {
        margin-top: -150px; }
      .mr-xxl-n150 {
        margin-right: -150px; }
        [dir="rtl"] .mr-xxl-n150 {
          margin-left: -150px; }
      .mb-xxl-n150 {
        margin-bottom: -150px; }
      .ml-xxl-n150 {
        margin-left: -150px; }
        [dir="rtl"] .ml-xxl-n150 {
          margin-right: -150px; }
      .m-xxl-n200 {
        margin: -200px; }
      .mt-xxl-n200 {
        margin-top: -200px; }
      .mr-xxl-n200 {
        margin-right: -200px; }
        [dir="rtl"] .mr-xxl-n200 {
          margin-left: -200px; }
      .mb-xxl-n200 {
        margin-bottom: -200px; }
      .ml-xxl-n200 {
        margin-left: -200px; }
        [dir="rtl"] .ml-xxl-n200 {
          margin-right: -200px; }
      .m-xxl-auto {
        margin: auto; }
      .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto; }
      .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto; }
      .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto; }
      .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto; } }

.pb-last-0:last-child {
  padding-bottom: 0; }

a, .transition, .cms-transition, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .cms-swiper-dots button, img {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-transition-1 {
  -webkit-transition: all 300ms linear 0s;
  -khtml-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.cms-transition-2 {
  -webkit-transition: all 300ms linear 0.05s;
  -khtml-transition: all 300ms linear 0.05s;
  -moz-transition: all 300ms linear 0.05s;
  -ms-transition: all 300ms linear 0.05s;
  -o-transition: all 300ms linear 0.05s;
  transition: all 300ms linear 0.05s; }

.cms-bg-gradient-1, .cms-overlay-gradient-1 > .cms-overlay-gradient, .cms-bg-gradient-2, .cms-overlay-gradient-2 > .cms-overlay-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cms-bg-gradient-1:before, .cms-overlay-gradient-1 > .cms-overlay-gradient:before, .cms-bg-gradient-2:before, .cms-overlay-gradient-2 > .cms-overlay-gradient:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.cms-bg-gradient-1, .cms-overlay-gradient-1 > .cms-overlay-gradient {
  background: rgba(3, 43, 86, 0.5); }

.cms-bg-gradient-1:before, .cms-overlay-gradient-1 > .cms-overlay-gradient:before {
  background: -webkit-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -o-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -ms-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -moz-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: linear-gradient(to bottom, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  /* background: -webkit-linear-gradient(bottom, rgba(2, 28, 55, 0) 0%, rgba(5, 28, 51, 0) 14%, rgba(17, 27, 37, 0) 62%, rgba(27, 26, 26, 0.99) 100%);
   background: -o-linear-gradient(bottom, rgba(2, 28, 55, 0) 0%, rgba(5, 28, 51, 0) 14%, rgba(17, 27, 37, 0) 62%, rgba(27, 26, 26, 0.99) 100%);
   background: -ms-linear-gradient(bottom, rgba(2, 28, 55, 0) 0%, rgba(5, 28, 51, 0) 14%, rgba(17, 27, 37, 0) 62%, rgba(27, 26, 26, 0.99) 100%);
   background: -moz-linear-gradient(bottom, rgba(2, 28, 55, 0) 0%, rgba(5, 28, 51, 0) 14%, rgba(17, 27, 37, 0) 62%, rgba(27, 26, 26, 0.99) 100%);
   background: linear-gradient(to top, rgba(2, 28, 55, 0) 0%, rgba(5, 28, 51, 0) 14%, rgba(17, 27, 37, 0) 62%, rgba(27, 26, 26, 0.99) 100%); */
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.cms-bg-gradient-2, .cms-overlay-gradient-2 > .cms-overlay-gradient {
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-opacity: 0.25;
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  -o-opacity: 0.25;
  opacity: 0.25;
  background: rgba(3, 43, 86, 1); }

.cms-bg-gradient-2:before, .cms-overlay-gradient-2 > .cms-overlay-gradient:before {
  background: -webkit-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -o-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -ms-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: -moz-linear-gradient(top, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%);
  background: linear-gradient(to bottom, #021c37 0%, #051c33 14%, rgba(17, 27, 37, 0.1) 62%, rgba(27, 26, 26, 0) 100%); }

.text-10 {
  font-size: 10px; }

.lh-10 {
  line-height: 10px; }

.lh-10.cms-heading {
  line-height: 10px; }

.text-11 {
  font-size: 11px; }

.lh-11 {
  line-height: 11px; }

.lh-11.cms-heading {
  line-height: 11px; }

.text-12 {
  font-size: 12px; }

.lh-12 {
  line-height: 12px; }

.lh-12.cms-heading {
  line-height: 12px; }

.text-13 {
  font-size: 13px; }

.lh-13 {
  line-height: 13px; }

.lh-13.cms-heading {
  line-height: 13px; }

.text-14 {
  font-size: 14px; }

.lh-14 {
  line-height: 14px; }

.lh-14.cms-heading {
  line-height: 14px; }

.text-15 {
  font-size: 15px; }

.lh-15 {
  line-height: 15px; }

.lh-15.cms-heading {
  line-height: 15px; }

.text-16 {
  font-size: 16px; }

.lh-16 {
  line-height: 16px; }

.lh-16.cms-heading {
  line-height: 16px; }

.text-17 {
  font-size: 17px; }

.lh-17 {
  line-height: 17px; }

.lh-17.cms-heading {
  line-height: 17px; }

.text-18 {
  font-size: 18px; }

.lh-18 {
  line-height: 18px; }

.lh-18.cms-heading {
  line-height: 18px; }

.text-19 {
  font-size: 19px; }

.lh-19 {
  line-height: 19px; }

.lh-19.cms-heading {
  line-height: 19px; }

.text-20 {
  font-size: 20px; }

.lh-20 {
  line-height: 20px; }

.lh-20.cms-heading {
  line-height: 20px; }

.text-21 {
  font-size: 21px; }

.lh-21 {
  line-height: 21px; }

.lh-21.cms-heading {
  line-height: 21px; }

.text-22 {
  font-size: 22px; }

.lh-22 {
  line-height: 22px; }

.lh-22.cms-heading {
  line-height: 22px; }

.text-23 {
  font-size: 23px; }

.lh-23 {
  line-height: 23px; }

.lh-23.cms-heading {
  line-height: 23px; }

.text-24 {
  font-size: 24px; }

.lh-24 {
  line-height: 24px; }

.lh-24.cms-heading {
  line-height: 24px; }

.text-25 {
  font-size: 25px; }

.lh-25 {
  line-height: 25px; }

.lh-25.cms-heading {
  line-height: 25px; }

.text-26 {
  font-size: 26px; }

.lh-26 {
  line-height: 26px; }

.lh-26.cms-heading {
  line-height: 26px; }

.text-27 {
  font-size: 27px; }

.lh-27 {
  line-height: 27px; }

.lh-27.cms-heading {
  line-height: 27px; }

.text-28 {
  font-size: 28px; }

.lh-28 {
  line-height: 28px; }

.lh-28.cms-heading {
  line-height: 28px; }

.text-29 {
  font-size: 29px; }

.lh-29 {
  line-height: 29px; }

.lh-29.cms-heading {
  line-height: 29px; }

.text-30 {
  font-size: 30px; }

.lh-30 {
  line-height: 30px; }

.lh-30.cms-heading {
  line-height: 30px; }

.text-31 {
  font-size: 31px; }

.lh-31 {
  line-height: 31px; }

.lh-31.cms-heading {
  line-height: 31px; }

.text-32 {
  font-size: 32px; }

.lh-32 {
  line-height: 32px; }

.lh-32.cms-heading {
  line-height: 32px; }

.text-33 {
  font-size: 33px; }

.lh-33 {
  line-height: 33px; }

.lh-33.cms-heading {
  line-height: 33px; }

.text-34 {
  font-size: 34px; }

.lh-34 {
  line-height: 34px; }

.lh-34.cms-heading {
  line-height: 34px; }

.text-35 {
  font-size: 35px; }

.lh-35 {
  line-height: 35px; }

.lh-35.cms-heading {
  line-height: 35px; }

.text-36 {
  font-size: 36px; }

.lh-36 {
  line-height: 36px; }

.lh-36.cms-heading {
  line-height: 36px; }

.text-37 {
  font-size: 37px; }

.lh-37 {
  line-height: 37px; }

.lh-37.cms-heading {
  line-height: 37px; }

.text-38 {
  font-size: 38px; }

.lh-38 {
  line-height: 38px; }

.lh-38.cms-heading {
  line-height: 38px; }

.text-39 {
  font-size: 39px; }

.lh-39 {
  line-height: 39px; }

.lh-39.cms-heading {
  line-height: 39px; }

.text-40 {
  font-size: 40px; }

.lh-40 {
  line-height: 40px; }

.lh-40.cms-heading {
  line-height: 40px; }

.text-41 {
  font-size: 41px; }

.lh-41 {
  line-height: 41px; }

.lh-41.cms-heading {
  line-height: 41px; }

.text-42 {
  font-size: 42px; }

.lh-42 {
  line-height: 42px; }

.lh-42.cms-heading {
  line-height: 42px; }

.text-43 {
  font-size: 43px; }

.lh-43 {
  line-height: 43px; }

.lh-43.cms-heading {
  line-height: 43px; }

.text-44 {
  font-size: 44px; }

.lh-44 {
  line-height: 44px; }

.lh-44.cms-heading {
  line-height: 44px; }

.text-45 {
  font-size: 45px; }

.lh-45 {
  line-height: 45px; }

.lh-45.cms-heading {
  line-height: 45px; }

.text-46 {
  font-size: 46px; }

.lh-46 {
  line-height: 46px; }

.lh-46.cms-heading {
  line-height: 46px; }

.text-48 {
  font-size: 48px; }

.lh-48 {
  line-height: 48px; }

.lh-48.cms-heading {
  line-height: 48px; }

.text-50 {
  font-size: 50px; }

.lh-50 {
  line-height: 50px; }

.lh-50.cms-heading {
  line-height: 50px; }

.text-54 {
  font-size: 54px; }

.lh-54 {
  line-height: 54px; }

.lh-54.cms-heading {
  line-height: 54px; }

.text-55 {
  font-size: 55px; }

.lh-55 {
  line-height: 55px; }

.lh-55.cms-heading {
  line-height: 55px; }

.text-60 {
  font-size: 60px; }

.lh-60 {
  line-height: 60px; }

.lh-60.cms-heading {
  line-height: 60px; }

.text-64 {
  font-size: 64px; }

.lh-64 {
  line-height: 64px; }

.lh-64.cms-heading {
  line-height: 64px; }

.text-68 {
  font-size: 68px; }

.lh-68 {
  line-height: 68px; }

.lh-68.cms-heading {
  line-height: 68px; }

.text-70 {
  font-size: 70px; }

.lh-70 {
  line-height: 70px; }

.lh-70.cms-heading {
  line-height: 70px; }

.text-75 {
  font-size: 75px; }

.lh-75 {
  line-height: 75px; }

.lh-75.cms-heading {
  line-height: 75px; }

.text-78 {
  font-size: 78px; }

.lh-78 {
  line-height: 78px; }

.lh-78.cms-heading {
  line-height: 78px; }

.text-80 {
  font-size: 80px; }

.lh-80 {
  line-height: 80px; }

.lh-80.cms-heading {
  line-height: 80px; }

.text-82 {
  font-size: 82px; }

.lh-82 {
  line-height: 82px; }

.lh-82.cms-heading {
  line-height: 82px; }

.text-85 {
  font-size: 85px; }

.lh-85 {
  line-height: 85px; }

.lh-85.cms-heading {
  line-height: 85px; }

.text-90 {
  font-size: 90px; }

.lh-90 {
  line-height: 90px; }

.lh-90.cms-heading {
  line-height: 90px; }

.text-100 {
  font-size: 100px; }

.lh-100 {
  line-height: 100px; }

.lh-100.cms-heading {
  line-height: 100px; }

.text-180 {
  font-size: 180px; }

.lh-180 {
  line-height: 180px; }

.lh-180.cms-heading {
  line-height: 180px; }

.text-200 {
  font-size: 200px; }

.lh-200 {
  line-height: 200px; }

.lh-200.cms-heading {
  line-height: 200px; }

@media (min-width: 480px) {
    .text-xs-10 {
      font-size: 10px; }
      .lh-xs-10 {
        line-height: 10px; }
        .lh-xs-10.cms-heading {
          line-height: 10px; }
      .text-xs-11 {
        font-size: 11px; }
      .lh-xs-11 {
        line-height: 11px; }
        .lh-xs-11.cms-heading {
          line-height: 11px; }
      .text-xs-12 {
        font-size: 12px; }
      .lh-xs-12 {
        line-height: 12px; }
        .lh-xs-12.cms-heading {
          line-height: 12px; }
      .text-xs-13 {
        font-size: 13px; }
      .lh-xs-13 {
        line-height: 13px; }
        .lh-xs-13.cms-heading {
          line-height: 13px; }
      .text-xs-14 {
        font-size: 14px; }
      .lh-xs-14 {
        line-height: 14px; }
        .lh-xs-14.cms-heading {
          line-height: 14px; }
      .text-xs-15 {
        font-size: 15px; }
      .lh-xs-15 {
        line-height: 15px; }
        .lh-xs-15.cms-heading {
          line-height: 15px; }
      .text-xs-16 {
        font-size: 16px; }
      .lh-xs-16 {
        line-height: 16px; }
        .lh-xs-16.cms-heading {
          line-height: 16px; }
      .text-xs-17 {
        font-size: 17px; }
      .lh-xs-17 {
        line-height: 17px; }
        .lh-xs-17.cms-heading {
          line-height: 17px; }
      .text-xs-18 {
        font-size: 18px; }
      .lh-xs-18 {
        line-height: 18px; }
        .lh-xs-18.cms-heading {
          line-height: 18px; }
      .text-xs-19 {
        font-size: 19px; }
      .lh-xs-19 {
        line-height: 19px; }
        .lh-xs-19.cms-heading {
          line-height: 19px; }
      .text-xs-20 {
        font-size: 20px; }
      .lh-xs-20 {
        line-height: 20px; }
        .lh-xs-20.cms-heading {
          line-height: 20px; }
      .text-xs-21 {
        font-size: 21px; }
      .lh-xs-21 {
        line-height: 21px; }
        .lh-xs-21.cms-heading {
          line-height: 21px; }
      .text-xs-22 {
        font-size: 22px; }
      .lh-xs-22 {
        line-height: 22px; }
        .lh-xs-22.cms-heading {
          line-height: 22px; }
      .text-xs-23 {
        font-size: 23px; }
      .lh-xs-23 {
        line-height: 23px; }
        .lh-xs-23.cms-heading {
          line-height: 23px; }
      .text-xs-24 {
        font-size: 24px; }
      .lh-xs-24 {
        line-height: 24px; }
        .lh-xs-24.cms-heading {
          line-height: 24px; }
      .text-xs-25 {
        font-size: 25px; }
      .lh-xs-25 {
        line-height: 25px; }
        .lh-xs-25.cms-heading {
          line-height: 25px; }
      .text-xs-26 {
        font-size: 26px; }
      .lh-xs-26 {
        line-height: 26px; }
        .lh-xs-26.cms-heading {
          line-height: 26px; }
      .text-xs-27 {
        font-size: 27px; }
      .lh-xs-27 {
        line-height: 27px; }
        .lh-xs-27.cms-heading {
          line-height: 27px; }
      .text-xs-28 {
        font-size: 28px; }
      .lh-xs-28 {
        line-height: 28px; }
        .lh-xs-28.cms-heading {
          line-height: 28px; }
      .text-xs-29 {
        font-size: 29px; }
      .lh-xs-29 {
        line-height: 29px; }
        .lh-xs-29.cms-heading {
          line-height: 29px; }
      .text-xs-30 {
        font-size: 30px; }
      .lh-xs-30 {
        line-height: 30px; }
        .lh-xs-30.cms-heading {
          line-height: 30px; }
      .text-xs-31 {
        font-size: 31px; }
      .lh-xs-31 {
        line-height: 31px; }
        .lh-xs-31.cms-heading {
          line-height: 31px; }
      .text-xs-32 {
        font-size: 32px; }
      .lh-xs-32 {
        line-height: 32px; }
        .lh-xs-32.cms-heading {
          line-height: 32px; }
      .text-xs-33 {
        font-size: 33px; }
      .lh-xs-33 {
        line-height: 33px; }
        .lh-xs-33.cms-heading {
          line-height: 33px; }
      .text-xs-34 {
        font-size: 34px; }
      .lh-xs-34 {
        line-height: 34px; }
        .lh-xs-34.cms-heading {
          line-height: 34px; }
      .text-xs-35 {
        font-size: 35px; }
      .lh-xs-35 {
        line-height: 35px; }
        .lh-xs-35.cms-heading {
          line-height: 35px; }
      .text-xs-36 {
        font-size: 36px; }
      .lh-xs-36 {
        line-height: 36px; }
        .lh-xs-36.cms-heading {
          line-height: 36px; }
      .text-xs-37 {
        font-size: 37px; }
      .lh-xs-37 {
        line-height: 37px; }
        .lh-xs-37.cms-heading {
          line-height: 37px; }
      .text-xs-38 {
        font-size: 38px; }
      .lh-xs-38 {
        line-height: 38px; }
        .lh-xs-38.cms-heading {
          line-height: 38px; }
      .text-xs-39 {
        font-size: 39px; }
      .lh-xs-39 {
        line-height: 39px; }
        .lh-xs-39.cms-heading {
          line-height: 39px; }
      .text-xs-40 {
        font-size: 40px; }
      .lh-xs-40 {
        line-height: 40px; }
        .lh-xs-40.cms-heading {
          line-height: 40px; }
      .text-xs-41 {
        font-size: 41px; }
      .lh-xs-41 {
        line-height: 41px; }
        .lh-xs-41.cms-heading {
          line-height: 41px; }
      .text-xs-42 {
        font-size: 42px; }
      .lh-xs-42 {
        line-height: 42px; }
        .lh-xs-42.cms-heading {
          line-height: 42px; }
      .text-xs-43 {
        font-size: 43px; }
      .lh-xs-43 {
        line-height: 43px; }
        .lh-xs-43.cms-heading {
          line-height: 43px; }
      .text-xs-44 {
        font-size: 44px; }
      .lh-xs-44 {
        line-height: 44px; }
        .lh-xs-44.cms-heading {
          line-height: 44px; }
      .text-xs-45 {
        font-size: 45px; }
      .lh-xs-45 {
        line-height: 45px; }
        .lh-xs-45.cms-heading {
          line-height: 45px; }
      .text-xs-46 {
        font-size: 46px; }
      .lh-xs-46 {
        line-height: 46px; }
        .lh-xs-46.cms-heading {
          line-height: 46px; }
      .text-xs-48 {
        font-size: 48px; }
      .lh-xs-48 {
        line-height: 48px; }
        .lh-xs-48.cms-heading {
          line-height: 48px; }
      .text-xs-50 {
        font-size: 50px; }
      .lh-xs-50 {
        line-height: 50px; }
        .lh-xs-50.cms-heading {
          line-height: 50px; }
      .text-xs-54 {
        font-size: 54px; }
      .lh-xs-54 {
        line-height: 54px; }
        .lh-xs-54.cms-heading {
          line-height: 54px; }
      .text-xs-55 {
        font-size: 55px; }
      .lh-xs-55 {
        line-height: 55px; }
        .lh-xs-55.cms-heading {
          line-height: 55px; }
      .text-xs-60 {
        font-size: 60px; }
      .lh-xs-60 {
        line-height: 60px; }
        .lh-xs-60.cms-heading {
          line-height: 60px; }
      .text-xs-64 {
        font-size: 64px; }
      .lh-xs-64 {
        line-height: 64px; }
        .lh-xs-64.cms-heading {
          line-height: 64px; }
      .text-xs-68 {
        font-size: 68px; }
      .lh-xs-68 {
        line-height: 68px; }
        .lh-xs-68.cms-heading {
          line-height: 68px; }
      .text-xs-70 {
        font-size: 70px; }
      .lh-xs-70 {
        line-height: 70px; }
        .lh-xs-70.cms-heading {
          line-height: 70px; }
      .text-xs-75 {
        font-size: 75px; }
      .lh-xs-75 {
        line-height: 75px; }
        .lh-xs-75.cms-heading {
          line-height: 75px; }
      .text-xs-78 {
        font-size: 78px; }
      .lh-xs-78 {
        line-height: 78px; }
        .lh-xs-78.cms-heading {
          line-height: 78px; }
      .text-xs-80 {
        font-size: 80px; }
      .lh-xs-80 {
        line-height: 80px; }
        .lh-xs-80.cms-heading {
          line-height: 80px; }
      .text-xs-82 {
        font-size: 82px; }
      .lh-xs-82 {
        line-height: 82px; }
        .lh-xs-82.cms-heading {
          line-height: 82px; }
      .text-xs-85 {
        font-size: 85px; }
      .lh-xs-85 {
        line-height: 85px; }
        .lh-xs-85.cms-heading {
          line-height: 85px; }
      .text-xs-90 {
        font-size: 90px; }
      .lh-xs-90 {
        line-height: 90px; }
        .lh-xs-90.cms-heading {
          line-height: 90px; }
      .text-xs-100 {
        font-size: 100px; }
      .lh-xs-100 {
        line-height: 100px; }
        .lh-xs-100.cms-heading {
          line-height: 100px; }
      .text-xs-180 {
        font-size: 180px; }
      .lh-xs-180 {
        line-height: 180px; }
        .lh-xs-180.cms-heading {
          line-height: 180px; }
      .text-xs-200 {
        font-size: 200px; }
      .lh-xs-200 {
        line-height: 200px; }
        .lh-xs-200.cms-heading {
          line-height: 200px; } }

@media (min-width: 576px) {
    .text-sm-10 {
      font-size: 10px; }
      .lh-sm-10 {
        line-height: 10px; }
        .lh-sm-10.cms-heading {
          line-height: 10px; }
      .text-sm-11 {
        font-size: 11px; }
      .lh-sm-11 {
        line-height: 11px; }
        .lh-sm-11.cms-heading {
          line-height: 11px; }
      .text-sm-12 {
        font-size: 12px; }
      .lh-sm-12 {
        line-height: 12px; }
        .lh-sm-12.cms-heading {
          line-height: 12px; }
      .text-sm-13 {
        font-size: 13px; }
      .lh-sm-13 {
        line-height: 13px; }
        .lh-sm-13.cms-heading {
          line-height: 13px; }
      .text-sm-14 {
        font-size: 14px; }
      .lh-sm-14 {
        line-height: 14px; }
        .lh-sm-14.cms-heading {
          line-height: 14px; }
      .text-sm-15 {
        font-size: 15px; }
      .lh-sm-15 {
        line-height: 15px; }
        .lh-sm-15.cms-heading {
          line-height: 15px; }
      .text-sm-16 {
        font-size: 16px; }
      .lh-sm-16 {
        line-height: 16px; }
        .lh-sm-16.cms-heading {
          line-height: 16px; }
      .text-sm-17 {
        font-size: 17px; }
      .lh-sm-17 {
        line-height: 17px; }
        .lh-sm-17.cms-heading {
          line-height: 17px; }
      .text-sm-18 {
        font-size: 18px; }
      .lh-sm-18 {
        line-height: 18px; }
        .lh-sm-18.cms-heading {
          line-height: 18px; }
      .text-sm-19 {
        font-size: 19px; }
      .lh-sm-19 {
        line-height: 19px; }
        .lh-sm-19.cms-heading {
          line-height: 19px; }
      .text-sm-20 {
        font-size: 20px; }
      .lh-sm-20 {
        line-height: 20px; }
        .lh-sm-20.cms-heading {
          line-height: 20px; }
      .text-sm-21 {
        font-size: 21px; }
      .lh-sm-21 {
        line-height: 21px; }
        .lh-sm-21.cms-heading {
          line-height: 21px; }
      .text-sm-22 {
        font-size: 22px; }
      .lh-sm-22 {
        line-height: 22px; }
        .lh-sm-22.cms-heading {
          line-height: 22px; }
      .text-sm-23 {
        font-size: 23px; }
      .lh-sm-23 {
        line-height: 23px; }
        .lh-sm-23.cms-heading {
          line-height: 23px; }
      .text-sm-24 {
        font-size: 24px; }
      .lh-sm-24 {
        line-height: 24px; }
        .lh-sm-24.cms-heading {
          line-height: 24px; }
      .text-sm-25 {
        font-size: 25px; }
      .lh-sm-25 {
        line-height: 25px; }
        .lh-sm-25.cms-heading {
          line-height: 25px; }
      .text-sm-26 {
        font-size: 26px; }
      .lh-sm-26 {
        line-height: 26px; }
        .lh-sm-26.cms-heading {
          line-height: 26px; }
      .text-sm-27 {
        font-size: 27px; }
      .lh-sm-27 {
        line-height: 27px; }
        .lh-sm-27.cms-heading {
          line-height: 27px; }
      .text-sm-28 {
        font-size: 28px; }
      .lh-sm-28 {
        line-height: 28px; }
        .lh-sm-28.cms-heading {
          line-height: 28px; }
      .text-sm-29 {
        font-size: 29px; }
      .lh-sm-29 {
        line-height: 29px; }
        .lh-sm-29.cms-heading {
          line-height: 29px; }
      .text-sm-30 {
        font-size: 30px; }
      .lh-sm-30 {
        line-height: 30px; }
        .lh-sm-30.cms-heading {
          line-height: 30px; }
      .text-sm-31 {
        font-size: 31px; }
      .lh-sm-31 {
        line-height: 31px; }
        .lh-sm-31.cms-heading {
          line-height: 31px; }
      .text-sm-32 {
        font-size: 32px; }
      .lh-sm-32 {
        line-height: 32px; }
        .lh-sm-32.cms-heading {
          line-height: 32px; }
      .text-sm-33 {
        font-size: 33px; }
      .lh-sm-33 {
        line-height: 33px; }
        .lh-sm-33.cms-heading {
          line-height: 33px; }
      .text-sm-34 {
        font-size: 34px; }
      .lh-sm-34 {
        line-height: 34px; }
        .lh-sm-34.cms-heading {
          line-height: 34px; }
      .text-sm-35 {
        font-size: 35px; }
      .lh-sm-35 {
        line-height: 35px; }
        .lh-sm-35.cms-heading {
          line-height: 35px; }
      .text-sm-36 {
        font-size: 36px; }
      .lh-sm-36 {
        line-height: 36px; }
        .lh-sm-36.cms-heading {
          line-height: 36px; }
      .text-sm-37 {
        font-size: 37px; }
      .lh-sm-37 {
        line-height: 37px; }
        .lh-sm-37.cms-heading {
          line-height: 37px; }
      .text-sm-38 {
        font-size: 38px; }
      .lh-sm-38 {
        line-height: 38px; }
        .lh-sm-38.cms-heading {
          line-height: 38px; }
      .text-sm-39 {
        font-size: 39px; }
      .lh-sm-39 {
        line-height: 39px; }
        .lh-sm-39.cms-heading {
          line-height: 39px; }
      .text-sm-40 {
        font-size: 40px; }
      .lh-sm-40 {
        line-height: 40px; }
        .lh-sm-40.cms-heading {
          line-height: 40px; }
      .text-sm-41 {
        font-size: 41px; }
      .lh-sm-41 {
        line-height: 41px; }
        .lh-sm-41.cms-heading {
          line-height: 41px; }
      .text-sm-42 {
        font-size: 42px; }
      .lh-sm-42 {
        line-height: 42px; }
        .lh-sm-42.cms-heading {
          line-height: 42px; }
      .text-sm-43 {
        font-size: 43px; }
      .lh-sm-43 {
        line-height: 43px; }
        .lh-sm-43.cms-heading {
          line-height: 43px; }
      .text-sm-44 {
        font-size: 44px; }
      .lh-sm-44 {
        line-height: 44px; }
        .lh-sm-44.cms-heading {
          line-height: 44px; }
      .text-sm-45 {
        font-size: 45px; }
      .lh-sm-45 {
        line-height: 45px; }
        .lh-sm-45.cms-heading {
          line-height: 45px; }
      .text-sm-46 {
        font-size: 46px; }
      .lh-sm-46 {
        line-height: 46px; }
        .lh-sm-46.cms-heading {
          line-height: 46px; }
      .text-sm-48 {
        font-size: 48px; }
      .lh-sm-48 {
        line-height: 48px; }
        .lh-sm-48.cms-heading {
          line-height: 48px; }
      .text-sm-50 {
        font-size: 50px; }
      .lh-sm-50 {
        line-height: 50px; }
        .lh-sm-50.cms-heading {
          line-height: 50px; }
      .text-sm-54 {
        font-size: 54px; }
      .lh-sm-54 {
        line-height: 54px; }
        .lh-sm-54.cms-heading {
          line-height: 54px; }
      .text-sm-55 {
        font-size: 55px; }
      .lh-sm-55 {
        line-height: 55px; }
        .lh-sm-55.cms-heading {
          line-height: 55px; }
      .text-sm-60 {
        font-size: 60px; }
      .lh-sm-60 {
        line-height: 60px; }
        .lh-sm-60.cms-heading {
          line-height: 60px; }
      .text-sm-64 {
        font-size: 64px; }
      .lh-sm-64 {
        line-height: 64px; }
        .lh-sm-64.cms-heading {
          line-height: 64px; }
      .text-sm-68 {
        font-size: 68px; }
      .lh-sm-68 {
        line-height: 68px; }
        .lh-sm-68.cms-heading {
          line-height: 68px; }
      .text-sm-70 {
        font-size: 70px; }
      .lh-sm-70 {
        line-height: 70px; }
        .lh-sm-70.cms-heading {
          line-height: 70px; }
      .text-sm-75 {
        font-size: 75px; }
      .lh-sm-75 {
        line-height: 75px; }
        .lh-sm-75.cms-heading {
          line-height: 75px; }
      .text-sm-78 {
        font-size: 78px; }
      .lh-sm-78 {
        line-height: 78px; }
        .lh-sm-78.cms-heading {
          line-height: 78px; }
      .text-sm-80 {
        font-size: 80px; }
      .lh-sm-80 {
        line-height: 80px; }
        .lh-sm-80.cms-heading {
          line-height: 80px; }
      .text-sm-82 {
        font-size: 82px; }
      .lh-sm-82 {
        line-height: 82px; }
        .lh-sm-82.cms-heading {
          line-height: 82px; }
      .text-sm-85 {
        font-size: 85px; }
      .lh-sm-85 {
        line-height: 85px; }
        .lh-sm-85.cms-heading {
          line-height: 85px; }
      .text-sm-90 {
        font-size: 90px; }
      .lh-sm-90 {
        line-height: 90px; }
        .lh-sm-90.cms-heading {
          line-height: 90px; }
      .text-sm-100 {
        font-size: 100px; }
      .lh-sm-100 {
        line-height: 100px; }
        .lh-sm-100.cms-heading {
          line-height: 100px; }
      .text-sm-180 {
        font-size: 180px; }
      .lh-sm-180 {
        line-height: 180px; }
        .lh-sm-180.cms-heading {
          line-height: 180px; }
      .text-sm-200 {
        font-size: 200px; }
      .lh-sm-200 {
        line-height: 200px; }
        .lh-sm-200.cms-heading {
          line-height: 200px; } }

@media (min-width: 768px) {
    .text-md-10 {
      font-size: 10px; }
      .lh-md-10 {
        line-height: 10px; }
        .lh-md-10.cms-heading {
          line-height: 10px; }
      .text-md-11 {
        font-size: 11px; }
      .lh-md-11 {
        line-height: 11px; }
        .lh-md-11.cms-heading {
          line-height: 11px; }
      .text-md-12 {
        font-size: 12px; }
      .lh-md-12 {
        line-height: 12px; }
        .lh-md-12.cms-heading {
          line-height: 12px; }
      .text-md-13 {
        font-size: 13px; }
      .lh-md-13 {
        line-height: 13px; }
        .lh-md-13.cms-heading {
          line-height: 13px; }
      .text-md-14 {
        font-size: 14px; }
      .lh-md-14 {
        line-height: 14px; }
        .lh-md-14.cms-heading {
          line-height: 14px; }
      .text-md-15 {
        font-size: 15px; }
      .lh-md-15 {
        line-height: 15px; }
        .lh-md-15.cms-heading {
          line-height: 15px; }
      .text-md-16 {
        font-size: 16px; }
      .lh-md-16 {
        line-height: 16px; }
        .lh-md-16.cms-heading {
          line-height: 16px; }
      .text-md-17 {
        font-size: 17px; }
      .lh-md-17 {
        line-height: 17px; }
        .lh-md-17.cms-heading {
          line-height: 17px; }
      .text-md-18 {
        font-size: 18px; }
      .lh-md-18 {
        line-height: 18px; }
        .lh-md-18.cms-heading {
          line-height: 18px; }
      .text-md-19 {
        font-size: 19px; }
      .lh-md-19 {
        line-height: 19px; }
        .lh-md-19.cms-heading {
          line-height: 19px; }
      .text-md-20 {
        font-size: 20px; }
      .lh-md-20 {
        line-height: 20px; }
        .lh-md-20.cms-heading {
          line-height: 20px; }
      .text-md-21 {
        font-size: 21px; }
      .lh-md-21 {
        line-height: 21px; }
        .lh-md-21.cms-heading {
          line-height: 21px; }
      .text-md-22 {
        font-size: 22px; }
      .lh-md-22 {
        line-height: 22px; }
        .lh-md-22.cms-heading {
          line-height: 22px; }
      .text-md-23 {
        font-size: 23px; }
      .lh-md-23 {
        line-height: 23px; }
        .lh-md-23.cms-heading {
          line-height: 23px; }
      .text-md-24 {
        font-size: 24px; }
      .lh-md-24 {
        line-height: 24px; }
        .lh-md-24.cms-heading {
          line-height: 24px; }
      .text-md-25 {
        font-size: 25px; }
      .lh-md-25 {
        line-height: 25px; }
        .lh-md-25.cms-heading {
          line-height: 25px; }
      .text-md-26 {
        font-size: 26px; }
      .lh-md-26 {
        line-height: 26px; }
        .lh-md-26.cms-heading {
          line-height: 26px; }
      .text-md-27 {
        font-size: 27px; }
      .lh-md-27 {
        line-height: 27px; }
        .lh-md-27.cms-heading {
          line-height: 27px; }
      .text-md-28 {
        font-size: 28px; }
      .lh-md-28 {
        line-height: 28px; }
        .lh-md-28.cms-heading {
          line-height: 28px; }
      .text-md-29 {
        font-size: 29px; }
      .lh-md-29 {
        line-height: 29px; }
        .lh-md-29.cms-heading {
          line-height: 29px; }
      .text-md-30 {
        font-size: 30px; }
      .lh-md-30 {
        line-height: 30px; }
        .lh-md-30.cms-heading {
          line-height: 30px; }
      .text-md-31 {
        font-size: 31px; }
      .lh-md-31 {
        line-height: 31px; }
        .lh-md-31.cms-heading {
          line-height: 31px; }
      .text-md-32 {
        font-size: 32px; }
      .lh-md-32 {
        line-height: 32px; }
        .lh-md-32.cms-heading {
          line-height: 32px; }
      .text-md-33 {
        font-size: 33px; }
      .lh-md-33 {
        line-height: 33px; }
        .lh-md-33.cms-heading {
          line-height: 33px; }
      .text-md-34 {
        font-size: 34px; }
      .lh-md-34 {
        line-height: 34px; }
        .lh-md-34.cms-heading {
          line-height: 34px; }
      .text-md-35 {
        font-size: 35px; }
      .lh-md-35 {
        line-height: 35px; }
        .lh-md-35.cms-heading {
          line-height: 35px; }
      .text-md-36 {
        font-size: 36px; }
      .lh-md-36 {
        line-height: 36px; }
        .lh-md-36.cms-heading {
          line-height: 36px; }
      .text-md-37 {
        font-size: 37px; }
      .lh-md-37 {
        line-height: 37px; }
        .lh-md-37.cms-heading {
          line-height: 37px; }
      .text-md-38 {
        font-size: 38px; }
      .lh-md-38 {
        line-height: 38px; }
        .lh-md-38.cms-heading {
          line-height: 38px; }
      .text-md-39 {
        font-size: 39px; }
      .lh-md-39 {
        line-height: 39px; }
        .lh-md-39.cms-heading {
          line-height: 39px; }
      .text-md-40 {
        font-size: 40px; }
      .lh-md-40 {
        line-height: 40px; }
        .lh-md-40.cms-heading {
          line-height: 40px; }
      .text-md-41 {
        font-size: 41px; }
      .lh-md-41 {
        line-height: 41px; }
        .lh-md-41.cms-heading {
          line-height: 41px; }
      .text-md-42 {
        font-size: 42px; }
      .lh-md-42 {
        line-height: 42px; }
        .lh-md-42.cms-heading {
          line-height: 42px; }
      .text-md-43 {
        font-size: 43px; }
      .lh-md-43 {
        line-height: 43px; }
        .lh-md-43.cms-heading {
          line-height: 43px; }
      .text-md-44 {
        font-size: 44px; }
      .lh-md-44 {
        line-height: 44px; }
        .lh-md-44.cms-heading {
          line-height: 44px; }
      .text-md-45 {
        font-size: 45px; }
      .lh-md-45 {
        line-height: 45px; }
        .lh-md-45.cms-heading {
          line-height: 45px; }
      .text-md-46 {
        font-size: 46px; }
      .lh-md-46 {
        line-height: 46px; }
        .lh-md-46.cms-heading {
          line-height: 46px; }
      .text-md-48 {
        font-size: 48px; }
      .lh-md-48 {
        line-height: 48px; }
        .lh-md-48.cms-heading {
          line-height: 48px; }
      .text-md-50 {
        font-size: 50px; }
      .lh-md-50 {
        line-height: 50px; }
        .lh-md-50.cms-heading {
          line-height: 50px; }
      .text-md-54 {
        font-size: 54px; }
      .lh-md-54 {
        line-height: 54px; }
        .lh-md-54.cms-heading {
          line-height: 54px; }
      .text-md-55 {
        font-size: 55px; }
      .lh-md-55 {
        line-height: 55px; }
        .lh-md-55.cms-heading {
          line-height: 55px; }
      .text-md-60 {
        font-size: 60px; }
      .lh-md-60 {
        line-height: 60px; }
        .lh-md-60.cms-heading {
          line-height: 60px; }
      .text-md-64 {
        font-size: 64px; }
      .lh-md-64 {
        line-height: 64px; }
        .lh-md-64.cms-heading {
          line-height: 64px; }
      .text-md-68 {
        font-size: 68px; }
      .lh-md-68 {
        line-height: 68px; }
        .lh-md-68.cms-heading {
          line-height: 68px; }
      .text-md-70 {
        font-size: 70px; }
      .lh-md-70 {
        line-height: 70px; }
        .lh-md-70.cms-heading {
          line-height: 70px; }
      .text-md-75 {
        font-size: 75px; }
      .lh-md-75 {
        line-height: 75px; }
        .lh-md-75.cms-heading {
          line-height: 75px; }
      .text-md-78 {
        font-size: 78px; }
      .lh-md-78 {
        line-height: 78px; }
        .lh-md-78.cms-heading {
          line-height: 78px; }
      .text-md-80 {
        font-size: 80px; }
      .lh-md-80 {
        line-height: 80px; }
        .lh-md-80.cms-heading {
          line-height: 80px; }
      .text-md-82 {
        font-size: 82px; }
      .lh-md-82 {
        line-height: 82px; }
        .lh-md-82.cms-heading {
          line-height: 82px; }
      .text-md-85 {
        font-size: 85px; }
      .lh-md-85 {
        line-height: 85px; }
        .lh-md-85.cms-heading {
          line-height: 85px; }
      .text-md-90 {
        font-size: 90px; }
      .lh-md-90 {
        line-height: 90px; }
        .lh-md-90.cms-heading {
          line-height: 90px; }
      .text-md-100 {
        font-size: 100px; }
      .lh-md-100 {
        line-height: 100px; }
        .lh-md-100.cms-heading {
          line-height: 100px; }
      .text-md-180 {
        font-size: 180px; }
      .lh-md-180 {
        line-height: 180px; }
        .lh-md-180.cms-heading {
          line-height: 180px; }
      .text-md-200 {
        font-size: 200px; }
      .lh-md-200 {
        line-height: 200px; }
        .lh-md-200.cms-heading {
          line-height: 200px; } }

@media (min-width: 1025px) {
    .text-lg-10 {
      font-size: 10px; }
      .lh-lg-10 {
        line-height: 10px; }
        .lh-lg-10.cms-heading {
          line-height: 10px; }
      .text-lg-11 {
        font-size: 11px; }
      .lh-lg-11 {
        line-height: 11px; }
        .lh-lg-11.cms-heading {
          line-height: 11px; }
      .text-lg-12 {
        font-size: 12px; }
      .lh-lg-12 {
        line-height: 12px; }
        .lh-lg-12.cms-heading {
          line-height: 12px; }
      .text-lg-13 {
        font-size: 13px; }
      .lh-lg-13 {
        line-height: 13px; }
        .lh-lg-13.cms-heading {
          line-height: 13px; }
      .text-lg-14 {
        font-size: 14px; }
      .lh-lg-14 {
        line-height: 14px; }
        .lh-lg-14.cms-heading {
          line-height: 14px; }
      .text-lg-15 {
        font-size: 15px; }
      .lh-lg-15 {
        line-height: 15px; }
        .lh-lg-15.cms-heading {
          line-height: 15px; }
      .text-lg-16 {
        font-size: 16px; }
      .lh-lg-16 {
        line-height: 16px; }
        .lh-lg-16.cms-heading {
          line-height: 16px; }
      .text-lg-17 {
        font-size: 17px; }
      .lh-lg-17 {
        line-height: 17px; }
        .lh-lg-17.cms-heading {
          line-height: 17px; }
      .text-lg-18 {
        font-size: 18px; }
      .lh-lg-18 {
        line-height: 18px; }
        .lh-lg-18.cms-heading {
          line-height: 18px; }
      .text-lg-19 {
        font-size: 19px; }
      .lh-lg-19 {
        line-height: 19px; }
        .lh-lg-19.cms-heading {
          line-height: 19px; }
      .text-lg-20 {
        font-size: 20px; }
      .lh-lg-20 {
        line-height: 20px; }
        .lh-lg-20.cms-heading {
          line-height: 20px; }
      .text-lg-21 {
        font-size: 21px; }
      .lh-lg-21 {
        line-height: 21px; }
        .lh-lg-21.cms-heading {
          line-height: 21px; }
      .text-lg-22 {
        font-size: 22px; }
      .lh-lg-22 {
        line-height: 22px; }
        .lh-lg-22.cms-heading {
          line-height: 22px; }
      .text-lg-23 {
        font-size: 23px; }
      .lh-lg-23 {
        line-height: 23px; }
        .lh-lg-23.cms-heading {
          line-height: 23px; }
      .text-lg-24 {
        font-size: 24px; }
      .lh-lg-24 {
        line-height: 24px; }
        .lh-lg-24.cms-heading {
          line-height: 24px; }
      .text-lg-25 {
        font-size: 25px; }
      .lh-lg-25 {
        line-height: 25px; }
        .lh-lg-25.cms-heading {
          line-height: 25px; }
      .text-lg-26 {
        font-size: 26px; }
      .lh-lg-26 {
        line-height: 26px; }
        .lh-lg-26.cms-heading {
          line-height: 26px; }
      .text-lg-27 {
        font-size: 27px; }
      .lh-lg-27 {
        line-height: 27px; }
        .lh-lg-27.cms-heading {
          line-height: 27px; }
      .text-lg-28 {
        font-size: 28px; }
      .lh-lg-28 {
        line-height: 28px; }
        .lh-lg-28.cms-heading {
          line-height: 28px; }
      .text-lg-29 {
        font-size: 29px; }
      .lh-lg-29 {
        line-height: 29px; }
        .lh-lg-29.cms-heading {
          line-height: 29px; }
      .text-lg-30 {
        font-size: 30px; }
      .lh-lg-30 {
        line-height: 30px; }
        .lh-lg-30.cms-heading {
          line-height: 30px; }
      .text-lg-31 {
        font-size: 31px; }
      .lh-lg-31 {
        line-height: 31px; }
        .lh-lg-31.cms-heading {
          line-height: 31px; }
      .text-lg-32 {
        font-size: 32px; }
      .lh-lg-32 {
        line-height: 32px; }
        .lh-lg-32.cms-heading {
          line-height: 32px; }
      .text-lg-33 {
        font-size: 33px; }
      .lh-lg-33 {
        line-height: 33px; }
        .lh-lg-33.cms-heading {
          line-height: 33px; }
      .text-lg-34 {
        font-size: 34px; }
      .lh-lg-34 {
        line-height: 34px; }
        .lh-lg-34.cms-heading {
          line-height: 34px; }
      .text-lg-35 {
        font-size: 35px; }
      .lh-lg-35 {
        line-height: 35px; }
        .lh-lg-35.cms-heading {
          line-height: 35px; }
      .text-lg-36 {
        font-size: 36px; }
      .lh-lg-36 {
        line-height: 36px; }
        .lh-lg-36.cms-heading {
          line-height: 36px; }
      .text-lg-37 {
        font-size: 37px; }
      .lh-lg-37 {
        line-height: 37px; }
        .lh-lg-37.cms-heading {
          line-height: 37px; }
      .text-lg-38 {
        font-size: 38px; }
      .lh-lg-38 {
        line-height: 38px; }
        .lh-lg-38.cms-heading {
          line-height: 38px; }
      .text-lg-39 {
        font-size: 39px; }
      .lh-lg-39 {
        line-height: 39px; }
        .lh-lg-39.cms-heading {
          line-height: 39px; }
      .text-lg-40 {
        font-size: 40px; }
      .lh-lg-40 {
        line-height: 40px; }
        .lh-lg-40.cms-heading {
          line-height: 40px; }
      .text-lg-41 {
        font-size: 41px; }
      .lh-lg-41 {
        line-height: 41px; }
        .lh-lg-41.cms-heading {
          line-height: 41px; }
      .text-lg-42 {
        font-size: 42px; }
      .lh-lg-42 {
        line-height: 42px; }
        .lh-lg-42.cms-heading {
          line-height: 42px; }
      .text-lg-43 {
        font-size: 43px; }
      .lh-lg-43 {
        line-height: 43px; }
        .lh-lg-43.cms-heading {
          line-height: 43px; }
      .text-lg-44 {
        font-size: 44px; }
      .lh-lg-44 {
        line-height: 44px; }
        .lh-lg-44.cms-heading {
          line-height: 44px; }
      .text-lg-45 {
        font-size: 45px; }
      .lh-lg-45 {
        line-height: 45px; }
        .lh-lg-45.cms-heading {
          line-height: 45px; }
      .text-lg-46 {
        font-size: 46px; }
      .lh-lg-46 {
        line-height: 46px; }
        .lh-lg-46.cms-heading {
          line-height: 46px; }
      .text-lg-48 {
        font-size: 48px; }
      .lh-lg-48 {
        line-height: 48px; }
        .lh-lg-48.cms-heading {
          line-height: 48px; }
      .text-lg-50 {
        font-size: 50px; }
      .lh-lg-50 {
        line-height: 50px; }
        .lh-lg-50.cms-heading {
          line-height: 50px; }
      .text-lg-54 {
        font-size: 54px; }
      .lh-lg-54 {
        line-height: 54px; }
        .lh-lg-54.cms-heading {
          line-height: 54px; }
      .text-lg-55 {
        font-size: 55px; }
      .lh-lg-55 {
        line-height: 55px; }
        .lh-lg-55.cms-heading {
          line-height: 55px; }
      .text-lg-60 {
        font-size: 60px; }
      .lh-lg-60 {
        line-height: 60px; }
        .lh-lg-60.cms-heading {
          line-height: 60px; }
      .text-lg-64 {
        font-size: 64px; }
      .lh-lg-64 {
        line-height: 64px; }
        .lh-lg-64.cms-heading {
          line-height: 64px; }
      .text-lg-68 {
        font-size: 68px; }
      .lh-lg-68 {
        line-height: 68px; }
        .lh-lg-68.cms-heading {
          line-height: 68px; }
      .text-lg-70 {
        font-size: 70px; }
      .lh-lg-70 {
        line-height: 70px; }
        .lh-lg-70.cms-heading {
          line-height: 70px; }
      .text-lg-75 {
        font-size: 75px; }
      .lh-lg-75 {
        line-height: 75px; }
        .lh-lg-75.cms-heading {
          line-height: 75px; }
      .text-lg-78 {
        font-size: 78px; }
      .lh-lg-78 {
        line-height: 78px; }
        .lh-lg-78.cms-heading {
          line-height: 78px; }
      .text-lg-80 {
        font-size: 80px; }
      .lh-lg-80 {
        line-height: 80px; }
        .lh-lg-80.cms-heading {
          line-height: 80px; }
      .text-lg-82 {
        font-size: 82px; }
      .lh-lg-82 {
        line-height: 82px; }
        .lh-lg-82.cms-heading {
          line-height: 82px; }
      .text-lg-85 {
        font-size: 85px; }
      .lh-lg-85 {
        line-height: 85px; }
        .lh-lg-85.cms-heading {
          line-height: 85px; }
      .text-lg-90 {
        font-size: 90px; }
      .lh-lg-90 {
        line-height: 90px; }
        .lh-lg-90.cms-heading {
          line-height: 90px; }
      .text-lg-100 {
        font-size: 100px; }
      .lh-lg-100 {
        line-height: 100px; }
        .lh-lg-100.cms-heading {
          line-height: 100px; }
      .text-lg-180 {
        font-size: 180px; }
      .lh-lg-180 {
        line-height: 180px; }
        .lh-lg-180.cms-heading {
          line-height: 180px; }
      .text-lg-200 {
        font-size: 200px; }
      .lh-lg-200 {
        line-height: 200px; }
        .lh-lg-200.cms-heading {
          line-height: 200px; } }

@media (min-width: 1280px) {
    .text-xl-10 {
      font-size: 10px; }
      .lh-xl-10 {
        line-height: 10px; }
        .lh-xl-10.cms-heading {
          line-height: 10px; }
      .text-xl-11 {
        font-size: 11px; }
      .lh-xl-11 {
        line-height: 11px; }
        .lh-xl-11.cms-heading {
          line-height: 11px; }
      .text-xl-12 {
        font-size: 12px; }
      .lh-xl-12 {
        line-height: 12px; }
        .lh-xl-12.cms-heading {
          line-height: 12px; }
      .text-xl-13 {
        font-size: 13px; }
      .lh-xl-13 {
        line-height: 13px; }
        .lh-xl-13.cms-heading {
          line-height: 13px; }
      .text-xl-14 {
        font-size: 14px; }
      .lh-xl-14 {
        line-height: 14px; }
        .lh-xl-14.cms-heading {
          line-height: 14px; }
      .text-xl-15 {
        font-size: 15px; }
      .lh-xl-15 {
        line-height: 15px; }
        .lh-xl-15.cms-heading {
          line-height: 15px; }
      .text-xl-16 {
        font-size: 16px; }
      .lh-xl-16 {
        line-height: 16px; }
        .lh-xl-16.cms-heading {
          line-height: 16px; }
      .text-xl-17 {
        font-size: 17px; }
      .lh-xl-17 {
        line-height: 17px; }
        .lh-xl-17.cms-heading {
          line-height: 17px; }
      .text-xl-18 {
        font-size: 18px; }
      .lh-xl-18 {
        line-height: 18px; }
        .lh-xl-18.cms-heading {
          line-height: 18px; }
      .text-xl-19 {
        font-size: 19px; }
      .lh-xl-19 {
        line-height: 19px; }
        .lh-xl-19.cms-heading {
          line-height: 19px; }
      .text-xl-20 {
        font-size: 20px; }
      .lh-xl-20 {
        line-height: 20px; }
        .lh-xl-20.cms-heading {
          line-height: 20px; }
      .text-xl-21 {
        font-size: 21px; }
      .lh-xl-21 {
        line-height: 21px; }
        .lh-xl-21.cms-heading {
          line-height: 21px; }
      .text-xl-22 {
        font-size: 22px; }
      .lh-xl-22 {
        line-height: 22px; }
        .lh-xl-22.cms-heading {
          line-height: 22px; }
      .text-xl-23 {
        font-size: 23px; }
      .lh-xl-23 {
        line-height: 23px; }
        .lh-xl-23.cms-heading {
          line-height: 23px; }
      .text-xl-24 {
        font-size: 24px; }
      .lh-xl-24 {
        line-height: 24px; }
        .lh-xl-24.cms-heading {
          line-height: 24px; }
      .text-xl-25 {
        font-size: 25px; }
      .lh-xl-25 {
        line-height: 25px; }
        .lh-xl-25.cms-heading {
          line-height: 25px; }
      .text-xl-26 {
        font-size: 26px; }
      .lh-xl-26 {
        line-height: 26px; }
        .lh-xl-26.cms-heading {
          line-height: 26px; }
      .text-xl-27 {
        font-size: 27px; }
      .lh-xl-27 {
        line-height: 27px; }
        .lh-xl-27.cms-heading {
          line-height: 27px; }
      .text-xl-28 {
        font-size: 28px; }
      .lh-xl-28 {
        line-height: 28px; }
        .lh-xl-28.cms-heading {
          line-height: 28px; }
      .text-xl-29 {
        font-size: 29px; }
      .lh-xl-29 {
        line-height: 29px; }
        .lh-xl-29.cms-heading {
          line-height: 29px; }
      .text-xl-30 {
        font-size: 30px; }
      .lh-xl-30 {
        line-height: 30px; }
        .lh-xl-30.cms-heading {
          line-height: 30px; }
      .text-xl-31 {
        font-size: 31px; }
      .lh-xl-31 {
        line-height: 31px; }
        .lh-xl-31.cms-heading {
          line-height: 31px; }
      .text-xl-32 {
        font-size: 32px; }
      .lh-xl-32 {
        line-height: 32px; }
        .lh-xl-32.cms-heading {
          line-height: 32px; }
      .text-xl-33 {
        font-size: 33px; }
      .lh-xl-33 {
        line-height: 33px; }
        .lh-xl-33.cms-heading {
          line-height: 33px; }
      .text-xl-34 {
        font-size: 34px; }
      .lh-xl-34 {
        line-height: 34px; }
        .lh-xl-34.cms-heading {
          line-height: 34px; }
      .text-xl-35 {
        font-size: 35px; }
      .lh-xl-35 {
        line-height: 35px; }
        .lh-xl-35.cms-heading {
          line-height: 35px; }
      .text-xl-36 {
        font-size: 36px; }
      .lh-xl-36 {
        line-height: 36px; }
        .lh-xl-36.cms-heading {
          line-height: 36px; }
      .text-xl-37 {
        font-size: 37px; }
      .lh-xl-37 {
        line-height: 37px; }
        .lh-xl-37.cms-heading {
          line-height: 37px; }
      .text-xl-38 {
        font-size: 38px; }
      .lh-xl-38 {
        line-height: 38px; }
        .lh-xl-38.cms-heading {
          line-height: 38px; }
      .text-xl-39 {
        font-size: 39px; }
      .lh-xl-39 {
        line-height: 39px; }
        .lh-xl-39.cms-heading {
          line-height: 39px; }
      .text-xl-40 {
        font-size: 40px; }
      .lh-xl-40 {
        line-height: 40px; }
        .lh-xl-40.cms-heading {
          line-height: 40px; }
      .text-xl-41 {
        font-size: 41px; }
      .lh-xl-41 {
        line-height: 41px; }
        .lh-xl-41.cms-heading {
          line-height: 41px; }
      .text-xl-42 {
        font-size: 42px; }
      .lh-xl-42 {
        line-height: 42px; }
        .lh-xl-42.cms-heading {
          line-height: 42px; }
      .text-xl-43 {
        font-size: 43px; }
      .lh-xl-43 {
        line-height: 43px; }
        .lh-xl-43.cms-heading {
          line-height: 43px; }
      .text-xl-44 {
        font-size: 44px; }
      .lh-xl-44 {
        line-height: 44px; }
        .lh-xl-44.cms-heading {
          line-height: 44px; }
      .text-xl-45 {
        font-size: 45px; }
      .lh-xl-45 {
        line-height: 45px; }
        .lh-xl-45.cms-heading {
          line-height: 45px; }
      .text-xl-46 {
        font-size: 46px; }
      .lh-xl-46 {
        line-height: 46px; }
        .lh-xl-46.cms-heading {
          line-height: 46px; }
      .text-xl-48 {
        font-size: 48px; }
      .lh-xl-48 {
        line-height: 48px; }
        .lh-xl-48.cms-heading {
          line-height: 48px; }
      .text-xl-50 {
        font-size: 50px; }
      .lh-xl-50 {
        line-height: 50px; }
        .lh-xl-50.cms-heading {
          line-height: 50px; }
      .text-xl-54 {
        font-size: 54px; }
      .lh-xl-54 {
        line-height: 54px; }
        .lh-xl-54.cms-heading {
          line-height: 54px; }
      .text-xl-55 {
        font-size: 55px; }
      .lh-xl-55 {
        line-height: 55px; }
        .lh-xl-55.cms-heading {
          line-height: 55px; }
      .text-xl-60 {
        font-size: 60px; }
      .lh-xl-60 {
        line-height: 60px; }
        .lh-xl-60.cms-heading {
          line-height: 60px; }
      .text-xl-64 {
        font-size: 64px; }
      .lh-xl-64 {
        line-height: 64px; }
        .lh-xl-64.cms-heading {
          line-height: 64px; }
      .text-xl-68 {
        font-size: 68px; }
      .lh-xl-68 {
        line-height: 68px; }
        .lh-xl-68.cms-heading {
          line-height: 68px; }
      .text-xl-70 {
        font-size: 70px; }
      .lh-xl-70 {
        line-height: 70px; }
        .lh-xl-70.cms-heading {
          line-height: 70px; }
      .text-xl-75 {
        font-size: 75px; }
      .lh-xl-75 {
        line-height: 75px; }
        .lh-xl-75.cms-heading {
          line-height: 75px; }
      .text-xl-78 {
        font-size: 78px; }
      .lh-xl-78 {
        line-height: 78px; }
        .lh-xl-78.cms-heading {
          line-height: 78px; }
      .text-xl-80 {
        font-size: 80px; }
      .lh-xl-80 {
        line-height: 80px; }
        .lh-xl-80.cms-heading {
          line-height: 80px; }
      .text-xl-82 {
        font-size: 82px; }
      .lh-xl-82 {
        line-height: 82px; }
        .lh-xl-82.cms-heading {
          line-height: 82px; }
      .text-xl-85 {
        font-size: 85px; }
      .lh-xl-85 {
        line-height: 85px; }
        .lh-xl-85.cms-heading {
          line-height: 85px; }
      .text-xl-90 {
        font-size: 90px; }
      .lh-xl-90 {
        line-height: 90px; }
        .lh-xl-90.cms-heading {
          line-height: 90px; }
      .text-xl-100 {
        font-size: 100px; }
      .lh-xl-100 {
        line-height: 100px; }
        .lh-xl-100.cms-heading {
          line-height: 100px; }
      .text-xl-180 {
        font-size: 180px; }
      .lh-xl-180 {
        line-height: 180px; }
        .lh-xl-180.cms-heading {
          line-height: 180px; }
      .text-xl-200 {
        font-size: 200px; }
      .lh-xl-200 {
        line-height: 200px; }
        .lh-xl-200.cms-heading {
          line-height: 200px; } }

@media (min-width: 1366px) {
    .text-xxl-10 {
      font-size: 10px; }
      .lh-xxl-10 {
        line-height: 10px; }
        .lh-xxl-10.cms-heading {
          line-height: 10px; }
      .text-xxl-11 {
        font-size: 11px; }
      .lh-xxl-11 {
        line-height: 11px; }
        .lh-xxl-11.cms-heading {
          line-height: 11px; }
      .text-xxl-12 {
        font-size: 12px; }
      .lh-xxl-12 {
        line-height: 12px; }
        .lh-xxl-12.cms-heading {
          line-height: 12px; }
      .text-xxl-13 {
        font-size: 13px; }
      .lh-xxl-13 {
        line-height: 13px; }
        .lh-xxl-13.cms-heading {
          line-height: 13px; }
      .text-xxl-14 {
        font-size: 14px; }
      .lh-xxl-14 {
        line-height: 14px; }
        .lh-xxl-14.cms-heading {
          line-height: 14px; }
      .text-xxl-15 {
        font-size: 15px; }
      .lh-xxl-15 {
        line-height: 15px; }
        .lh-xxl-15.cms-heading {
          line-height: 15px; }
      .text-xxl-16 {
        font-size: 16px; }
      .lh-xxl-16 {
        line-height: 16px; }
        .lh-xxl-16.cms-heading {
          line-height: 16px; }
      .text-xxl-17 {
        font-size: 17px; }
      .lh-xxl-17 {
        line-height: 17px; }
        .lh-xxl-17.cms-heading {
          line-height: 17px; }
      .text-xxl-18 {
        font-size: 18px; }
      .lh-xxl-18 {
        line-height: 18px; }
        .lh-xxl-18.cms-heading {
          line-height: 18px; }
      .text-xxl-19 {
        font-size: 19px; }
      .lh-xxl-19 {
        line-height: 19px; }
        .lh-xxl-19.cms-heading {
          line-height: 19px; }
      .text-xxl-20 {
        font-size: 20px; }
      .lh-xxl-20 {
        line-height: 20px; }
        .lh-xxl-20.cms-heading {
          line-height: 20px; }
      .text-xxl-21 {
        font-size: 21px; }
      .lh-xxl-21 {
        line-height: 21px; }
        .lh-xxl-21.cms-heading {
          line-height: 21px; }
      .text-xxl-22 {
        font-size: 22px; }
      .lh-xxl-22 {
        line-height: 22px; }
        .lh-xxl-22.cms-heading {
          line-height: 22px; }
      .text-xxl-23 {
        font-size: 23px; }
      .lh-xxl-23 {
        line-height: 23px; }
        .lh-xxl-23.cms-heading {
          line-height: 23px; }
      .text-xxl-24 {
        font-size: 24px; }
      .lh-xxl-24 {
        line-height: 24px; }
        .lh-xxl-24.cms-heading {
          line-height: 24px; }
      .text-xxl-25 {
        font-size: 25px; }
      .lh-xxl-25 {
        line-height: 25px; }
        .lh-xxl-25.cms-heading {
          line-height: 25px; }
      .text-xxl-26 {
        font-size: 26px; }
      .lh-xxl-26 {
        line-height: 26px; }
        .lh-xxl-26.cms-heading {
          line-height: 26px; }
      .text-xxl-27 {
        font-size: 27px; }
      .lh-xxl-27 {
        line-height: 27px; }
        .lh-xxl-27.cms-heading {
          line-height: 27px; }
      .text-xxl-28 {
        font-size: 28px; }
      .lh-xxl-28 {
        line-height: 28px; }
        .lh-xxl-28.cms-heading {
          line-height: 28px; }
      .text-xxl-29 {
        font-size: 29px; }
      .lh-xxl-29 {
        line-height: 29px; }
        .lh-xxl-29.cms-heading {
          line-height: 29px; }
      .text-xxl-30 {
        font-size: 30px; }
      .lh-xxl-30 {
        line-height: 30px; }
        .lh-xxl-30.cms-heading {
          line-height: 30px; }
      .text-xxl-31 {
        font-size: 31px; }
      .lh-xxl-31 {
        line-height: 31px; }
        .lh-xxl-31.cms-heading {
          line-height: 31px; }
      .text-xxl-32 {
        font-size: 32px; }
      .lh-xxl-32 {
        line-height: 32px; }
        .lh-xxl-32.cms-heading {
          line-height: 32px; }
      .text-xxl-33 {
        font-size: 33px; }
      .lh-xxl-33 {
        line-height: 33px; }
        .lh-xxl-33.cms-heading {
          line-height: 33px; }
      .text-xxl-34 {
        font-size: 34px; }
      .lh-xxl-34 {
        line-height: 34px; }
        .lh-xxl-34.cms-heading {
          line-height: 34px; }
      .text-xxl-35 {
        font-size: 35px; }
      .lh-xxl-35 {
        line-height: 35px; }
        .lh-xxl-35.cms-heading {
          line-height: 35px; }
      .text-xxl-36 {
        font-size: 36px; }
      .lh-xxl-36 {
        line-height: 36px; }
        .lh-xxl-36.cms-heading {
          line-height: 36px; }
      .text-xxl-37 {
        font-size: 37px; }
      .lh-xxl-37 {
        line-height: 37px; }
        .lh-xxl-37.cms-heading {
          line-height: 37px; }
      .text-xxl-38 {
        font-size: 38px; }
      .lh-xxl-38 {
        line-height: 38px; }
        .lh-xxl-38.cms-heading {
          line-height: 38px; }
      .text-xxl-39 {
        font-size: 39px; }
      .lh-xxl-39 {
        line-height: 39px; }
        .lh-xxl-39.cms-heading {
          line-height: 39px; }
      .text-xxl-40 {
        font-size: 40px; }
      .lh-xxl-40 {
        line-height: 40px; }
        .lh-xxl-40.cms-heading {
          line-height: 40px; }
      .text-xxl-41 {
        font-size: 41px; }
      .lh-xxl-41 {
        line-height: 41px; }
        .lh-xxl-41.cms-heading {
          line-height: 41px; }
      .text-xxl-42 {
        font-size: 42px; }
      .lh-xxl-42 {
        line-height: 42px; }
        .lh-xxl-42.cms-heading {
          line-height: 42px; }
      .text-xxl-43 {
        font-size: 43px; }
      .lh-xxl-43 {
        line-height: 43px; }
        .lh-xxl-43.cms-heading {
          line-height: 43px; }
      .text-xxl-44 {
        font-size: 44px; }
      .lh-xxl-44 {
        line-height: 44px; }
        .lh-xxl-44.cms-heading {
          line-height: 44px; }
      .text-xxl-45 {
        font-size: 45px; }
      .lh-xxl-45 {
        line-height: 45px; }
        .lh-xxl-45.cms-heading {
          line-height: 45px; }
      .text-xxl-46 {
        font-size: 46px; }
      .lh-xxl-46 {
        line-height: 46px; }
        .lh-xxl-46.cms-heading {
          line-height: 46px; }
      .text-xxl-48 {
        font-size: 48px; }
      .lh-xxl-48 {
        line-height: 48px; }
        .lh-xxl-48.cms-heading {
          line-height: 48px; }
      .text-xxl-50 {
        font-size: 50px; }
      .lh-xxl-50 {
        line-height: 50px; }
        .lh-xxl-50.cms-heading {
          line-height: 50px; }
      .text-xxl-54 {
        font-size: 54px; }
      .lh-xxl-54 {
        line-height: 54px; }
        .lh-xxl-54.cms-heading {
          line-height: 54px; }
      .text-xxl-55 {
        font-size: 55px; }
      .lh-xxl-55 {
        line-height: 55px; }
        .lh-xxl-55.cms-heading {
          line-height: 55px; }
      .text-xxl-60 {
        font-size: 60px; }
      .lh-xxl-60 {
        line-height: 60px; }
        .lh-xxl-60.cms-heading {
          line-height: 60px; }
      .text-xxl-64 {
        font-size: 64px; }
      .lh-xxl-64 {
        line-height: 64px; }
        .lh-xxl-64.cms-heading {
          line-height: 64px; }
      .text-xxl-68 {
        font-size: 68px; }
      .lh-xxl-68 {
        line-height: 68px; }
        .lh-xxl-68.cms-heading {
          line-height: 68px; }
      .text-xxl-70 {
        font-size: 70px; }
      .lh-xxl-70 {
        line-height: 70px; }
        .lh-xxl-70.cms-heading {
          line-height: 70px; }
      .text-xxl-75 {
        font-size: 75px; }
      .lh-xxl-75 {
        line-height: 75px; }
        .lh-xxl-75.cms-heading {
          line-height: 75px; }
      .text-xxl-78 {
        font-size: 78px; }
      .lh-xxl-78 {
        line-height: 78px; }
        .lh-xxl-78.cms-heading {
          line-height: 78px; }
      .text-xxl-80 {
        font-size: 80px; }
      .lh-xxl-80 {
        line-height: 80px; }
        .lh-xxl-80.cms-heading {
          line-height: 80px; }
      .text-xxl-82 {
        font-size: 82px; }
      .lh-xxl-82 {
        line-height: 82px; }
        .lh-xxl-82.cms-heading {
          line-height: 82px; }
      .text-xxl-85 {
        font-size: 85px; }
      .lh-xxl-85 {
        line-height: 85px; }
        .lh-xxl-85.cms-heading {
          line-height: 85px; }
      .text-xxl-90 {
        font-size: 90px; }
      .lh-xxl-90 {
        line-height: 90px; }
        .lh-xxl-90.cms-heading {
          line-height: 90px; }
      .text-xxl-100 {
        font-size: 100px; }
      .lh-xxl-100 {
        line-height: 100px; }
        .lh-xxl-100.cms-heading {
          line-height: 100px; }
      .text-xxl-180 {
        font-size: 180px; }
      .lh-xxl-180 {
        line-height: 180px; }
        .lh-xxl-180.cms-heading {
          line-height: 180px; }
      .text-xxl-200 {
        font-size: 200px; }
      .lh-xxl-200 {
        line-height: 200px; }
        .lh-xxl-200.cms-heading {
          line-height: 200px; } }

.text-large {
  font-size: var(--body-font-size-large); }

.text-medium {
  font-size: var(--body-font-size-medium); }

.text-small {
  font-size: var(--body-font-size-small); }

.text-xsmall {
  font-size: var(--body-font-size-xsmall); }

.text-xxsmall {
  font-size: var(--body-font-size-xxsmall); }

.text-10.text-va-20 {
  letter-spacing: 0.2px; }

.text-10.text-va-30 {
  letter-spacing: 0.3px; }

.text-10.text-va-40 {
  letter-spacing: 0.4px; }

.text-10.text-va-50 {
  letter-spacing: 0.5px; }

.text-10.text-va-70 {
  letter-spacing: 0.7px; }

.text-10.text-va-100 {
  letter-spacing: 1px; }

.text-10.text-va-200 {
  letter-spacing: 2px; }

.text-11.text-va-20 {
  letter-spacing: 0.22px; }

.text-11.text-va-30 {
  letter-spacing: 0.33px; }

.text-11.text-va-40 {
  letter-spacing: 0.44px; }

.text-11.text-va-50 {
  letter-spacing: 0.55px; }

.text-11.text-va-70 {
  letter-spacing: 0.77px; }

.text-11.text-va-100 {
  letter-spacing: 1.1px; }

.text-11.text-va-200 {
  letter-spacing: 2.2px; }

.text-12.text-va-20 {
  letter-spacing: 0.24px; }

.text-12.text-va-30 {
  letter-spacing: 0.36px; }

.text-12.text-va-40 {
  letter-spacing: 0.48px; }

.text-12.text-va-50 {
  letter-spacing: 0.6px; }

.text-12.text-va-70 {
  letter-spacing: 0.84px; }

.text-12.text-va-100 {
  letter-spacing: 1.2px; }

.text-12.text-va-200 {
  letter-spacing: 2.4px; }

.text-13.text-va-20 {
  letter-spacing: 0.26px; }

.text-13.text-va-30 {
  letter-spacing: 0.39px; }

.text-13.text-va-40 {
  letter-spacing: 0.52px; }

.text-13.text-va-50 {
  letter-spacing: 0.65px; }

.text-13.text-va-70 {
  letter-spacing: 0.91px; }

.text-13.text-va-100 {
  letter-spacing: 1.3px; }

.text-13.text-va-200 {
  letter-spacing: 2.6px; }

.text-14.text-va-20 {
  letter-spacing: 0.28px; }

.text-14.text-va-30 {
  letter-spacing: 0.42px; }

.text-14.text-va-40 {
  letter-spacing: 0.56px; }

.text-14.text-va-50 {
  letter-spacing: 0.7px; }

.text-14.text-va-70 {
  letter-spacing: 0.98px; }

.text-14.text-va-100 {
  letter-spacing: 1.4px; }

.text-14.text-va-200 {
  letter-spacing: 2.8px; }

.text-15.text-va-20 {
  letter-spacing: 0.3px; }

.text-15.text-va-30 {
  letter-spacing: 0.45px; }

.text-15.text-va-40 {
  letter-spacing: 0.6px; }

.text-15.text-va-50 {
  letter-spacing: 0.75px; }

.text-15.text-va-70 {
  letter-spacing: 1.05px; }

.text-15.text-va-100 {
  letter-spacing: 1.5px; }

.text-15.text-va-200 {
  letter-spacing: 3px; }

.text-16.text-va-20 {
  letter-spacing: 0.32px; }

.text-16.text-va-30 {
  letter-spacing: 0.48px; }

.text-16.text-va-40 {
  letter-spacing: 0.64px; }

.text-16.text-va-50 {
  letter-spacing: 0.8px; }

.text-16.text-va-70 {
  letter-spacing: 1.12px; }

.text-16.text-va-100 {
  letter-spacing: 1.6px; }

.text-16.text-va-200 {
  letter-spacing: 3.2px; }

.text-17.text-va-20 {
  letter-spacing: 0.34px; }

.text-17.text-va-30 {
  letter-spacing: 0.51px; }

.text-17.text-va-40 {
  letter-spacing: 0.68px; }

.text-17.text-va-50 {
  letter-spacing: 0.85px; }

.text-17.text-va-70 {
  letter-spacing: 1.19px; }

.text-17.text-va-100 {
  letter-spacing: 1.7px; }

.text-17.text-va-200 {
  letter-spacing: 3.4px; }

.text-18.text-va-20 {
  letter-spacing: 0.36px; }

.text-18.text-va-30 {
  letter-spacing: 0.54px; }

.text-18.text-va-40 {
  letter-spacing: 0.72px; }

.text-18.text-va-50 {
  letter-spacing: 0.9px; }

.text-18.text-va-70 {
  letter-spacing: 1.26px; }

.text-18.text-va-100 {
  letter-spacing: 1.8px; }

.text-18.text-va-200 {
  letter-spacing: 3.6px; }

.text-19.text-va-20 {
  letter-spacing: 0.38px; }

.text-19.text-va-30 {
  letter-spacing: 0.57px; }

.text-19.text-va-40 {
  letter-spacing: 0.76px; }

.text-19.text-va-50 {
  letter-spacing: 0.95px; }

.text-19.text-va-70 {
  letter-spacing: 1.33px; }

.text-19.text-va-100 {
  letter-spacing: 1.9px; }

.text-19.text-va-200 {
  letter-spacing: 3.8px; }

.text-20.text-va-20 {
  letter-spacing: 0.4px; }

.text-20.text-va-30 {
  letter-spacing: 0.6px; }

.text-20.text-va-40 {
  letter-spacing: 0.8px; }

.text-20.text-va-50 {
  letter-spacing: 1px; }

.text-20.text-va-70 {
  letter-spacing: 1.4px; }

.text-20.text-va-100 {
  letter-spacing: 2px; }

.text-20.text-va-200 {
  letter-spacing: 4px; }

.text-21.text-va-20 {
  letter-spacing: 0.42px; }

.text-21.text-va-30 {
  letter-spacing: 0.63px; }

.text-21.text-va-40 {
  letter-spacing: 0.84px; }

.text-21.text-va-50 {
  letter-spacing: 1.05px; }

.text-21.text-va-70 {
  letter-spacing: 1.47px; }

.text-21.text-va-100 {
  letter-spacing: 2.1px; }

.text-21.text-va-200 {
  letter-spacing: 4.2px; }

.text-22.text-va-20 {
  letter-spacing: 0.44px; }

.text-22.text-va-30 {
  letter-spacing: 0.66px; }

.text-22.text-va-40 {
  letter-spacing: 0.88px; }

.text-22.text-va-50 {
  letter-spacing: 1.1px; }

.text-22.text-va-70 {
  letter-spacing: 1.54px; }

.text-22.text-va-100 {
  letter-spacing: 2.2px; }

.text-22.text-va-200 {
  letter-spacing: 4.4px; }

.text-23.text-va-20 {
  letter-spacing: 0.46px; }

.text-23.text-va-30 {
  letter-spacing: 0.69px; }

.text-23.text-va-40 {
  letter-spacing: 0.92px; }

.text-23.text-va-50 {
  letter-spacing: 1.15px; }

.text-23.text-va-70 {
  letter-spacing: 1.61px; }

.text-23.text-va-100 {
  letter-spacing: 2.3px; }

.text-23.text-va-200 {
  letter-spacing: 4.6px; }

.text-24.text-va-20 {
  letter-spacing: 0.48px; }

.text-24.text-va-30 {
  letter-spacing: 0.72px; }

.text-24.text-va-40 {
  letter-spacing: 0.96px; }

.text-24.text-va-50 {
  letter-spacing: 1.2px; }

.text-24.text-va-70 {
  letter-spacing: 1.68px; }

.text-24.text-va-100 {
  letter-spacing: 2.4px; }

.text-24.text-va-200 {
  letter-spacing: 4.8px; }

.text-25.text-va-20 {
  letter-spacing: 0.5px; }

.text-25.text-va-30 {
  letter-spacing: 0.75px; }

.text-25.text-va-40 {
  letter-spacing: 1px; }

.text-25.text-va-50 {
  letter-spacing: 1.25px; }

.text-25.text-va-70 {
  letter-spacing: 1.75px; }

.text-25.text-va-100 {
  letter-spacing: 2.5px; }

.text-25.text-va-200 {
  letter-spacing: 5px; }

.text-26.text-va-20 {
  letter-spacing: 0.52px; }

.text-26.text-va-30 {
  letter-spacing: 0.78px; }

.text-26.text-va-40 {
  letter-spacing: 1.04px; }

.text-26.text-va-50 {
  letter-spacing: 1.3px; }

.text-26.text-va-70 {
  letter-spacing: 1.82px; }

.text-26.text-va-100 {
  letter-spacing: 2.6px; }

.text-26.text-va-200 {
  letter-spacing: 5.2px; }

.text-27.text-va-20 {
  letter-spacing: 0.54px; }

.text-27.text-va-30 {
  letter-spacing: 0.81px; }

.text-27.text-va-40 {
  letter-spacing: 1.08px; }

.text-27.text-va-50 {
  letter-spacing: 1.35px; }

.text-27.text-va-70 {
  letter-spacing: 1.89px; }

.text-27.text-va-100 {
  letter-spacing: 2.7px; }

.text-27.text-va-200 {
  letter-spacing: 5.4px; }

.text-28.text-va-20 {
  letter-spacing: 0.56px; }

.text-28.text-va-30 {
  letter-spacing: 0.84px; }

.text-28.text-va-40 {
  letter-spacing: 1.12px; }

.text-28.text-va-50 {
  letter-spacing: 1.4px; }

.text-28.text-va-70 {
  letter-spacing: 1.96px; }

.text-28.text-va-100 {
  letter-spacing: 2.8px; }

.text-28.text-va-200 {
  letter-spacing: 5.6px; }

.text-29.text-va-20 {
  letter-spacing: 0.58px; }

.text-29.text-va-30 {
  letter-spacing: 0.87px; }

.text-29.text-va-40 {
  letter-spacing: 1.16px; }

.text-29.text-va-50 {
  letter-spacing: 1.45px; }

.text-29.text-va-70 {
  letter-spacing: 2.03px; }

.text-29.text-va-100 {
  letter-spacing: 2.9px; }

.text-29.text-va-200 {
  letter-spacing: 5.8px; }

.text-30.text-va-20 {
  letter-spacing: 0.6px; }

.text-30.text-va-30 {
  letter-spacing: 0.9px; }

.text-30.text-va-40 {
  letter-spacing: 1.2px; }

.text-30.text-va-50 {
  letter-spacing: 1.5px; }

.text-30.text-va-70 {
  letter-spacing: 2.1px; }

.text-30.text-va-100 {
  letter-spacing: 3px; }

.text-30.text-va-200 {
  letter-spacing: 6px; }

.text-31.text-va-20 {
  letter-spacing: 0.62px; }

.text-31.text-va-30 {
  letter-spacing: 0.93px; }

.text-31.text-va-40 {
  letter-spacing: 1.24px; }

.text-31.text-va-50 {
  letter-spacing: 1.55px; }

.text-31.text-va-70 {
  letter-spacing: 2.17px; }

.text-31.text-va-100 {
  letter-spacing: 3.1px; }

.text-31.text-va-200 {
  letter-spacing: 6.2px; }

.text-32.text-va-20 {
  letter-spacing: 0.64px; }

.text-32.text-va-30 {
  letter-spacing: 0.96px; }

.text-32.text-va-40 {
  letter-spacing: 1.28px; }

.text-32.text-va-50 {
  letter-spacing: 1.6px; }

.text-32.text-va-70 {
  letter-spacing: 2.24px; }

.text-32.text-va-100 {
  letter-spacing: 3.2px; }

.text-32.text-va-200 {
  letter-spacing: 6.4px; }

.text-33.text-va-20 {
  letter-spacing: 0.66px; }

.text-33.text-va-30 {
  letter-spacing: 0.99px; }

.text-33.text-va-40 {
  letter-spacing: 1.32px; }

.text-33.text-va-50 {
  letter-spacing: 1.65px; }

.text-33.text-va-70 {
  letter-spacing: 2.31px; }

.text-33.text-va-100 {
  letter-spacing: 3.3px; }

.text-33.text-va-200 {
  letter-spacing: 6.6px; }

.text-34.text-va-20 {
  letter-spacing: 0.68px; }

.text-34.text-va-30 {
  letter-spacing: 1.02px; }

.text-34.text-va-40 {
  letter-spacing: 1.36px; }

.text-34.text-va-50 {
  letter-spacing: 1.7px; }

.text-34.text-va-70 {
  letter-spacing: 2.38px; }

.text-34.text-va-100 {
  letter-spacing: 3.4px; }

.text-34.text-va-200 {
  letter-spacing: 6.8px; }

.text-35.text-va-20 {
  letter-spacing: 0.7px; }

.text-35.text-va-30 {
  letter-spacing: 1.05px; }

.text-35.text-va-40 {
  letter-spacing: 1.4px; }

.text-35.text-va-50 {
  letter-spacing: 1.75px; }

.text-35.text-va-70 {
  letter-spacing: 2.45px; }

.text-35.text-va-100 {
  letter-spacing: 3.5px; }

.text-35.text-va-200 {
  letter-spacing: 7px; }

.text-36.text-va-20 {
  letter-spacing: 0.72px; }

.text-36.text-va-30 {
  letter-spacing: 1.08px; }

.text-36.text-va-40 {
  letter-spacing: 1.44px; }

.text-36.text-va-50 {
  letter-spacing: 1.8px; }

.text-36.text-va-70 {
  letter-spacing: 2.52px; }

.text-36.text-va-100 {
  letter-spacing: 3.6px; }

.text-36.text-va-200 {
  letter-spacing: 7.2px; }

.text-37.text-va-20 {
  letter-spacing: 0.74px; }

.text-37.text-va-30 {
  letter-spacing: 1.11px; }

.text-37.text-va-40 {
  letter-spacing: 1.48px; }

.text-37.text-va-50 {
  letter-spacing: 1.85px; }

.text-37.text-va-70 {
  letter-spacing: 2.59px; }

.text-37.text-va-100 {
  letter-spacing: 3.7px; }

.text-37.text-va-200 {
  letter-spacing: 7.4px; }

.text-38.text-va-20 {
  letter-spacing: 0.76px; }

.text-38.text-va-30 {
  letter-spacing: 1.14px; }

.text-38.text-va-40 {
  letter-spacing: 1.52px; }

.text-38.text-va-50 {
  letter-spacing: 1.9px; }

.text-38.text-va-70 {
  letter-spacing: 2.66px; }

.text-38.text-va-100 {
  letter-spacing: 3.8px; }

.text-38.text-va-200 {
  letter-spacing: 7.6px; }

.text-39.text-va-20 {
  letter-spacing: 0.78px; }

.text-39.text-va-30 {
  letter-spacing: 1.17px; }

.text-39.text-va-40 {
  letter-spacing: 1.56px; }

.text-39.text-va-50 {
  letter-spacing: 1.95px; }

.text-39.text-va-70 {
  letter-spacing: 2.73px; }

.text-39.text-va-100 {
  letter-spacing: 3.9px; }

.text-39.text-va-200 {
  letter-spacing: 7.8px; }

.text-40.text-va-20 {
  letter-spacing: 0.8px; }

.text-40.text-va-30 {
  letter-spacing: 1.2px; }

.text-40.text-va-40 {
  letter-spacing: 1.6px; }

.text-40.text-va-50 {
  letter-spacing: 2px; }

.text-40.text-va-70 {
  letter-spacing: 2.8px; }

.text-40.text-va-100 {
  letter-spacing: 4px; }

.text-40.text-va-200 {
  letter-spacing: 8px; }

.text-41.text-va-20 {
  letter-spacing: 0.82px; }

.text-41.text-va-30 {
  letter-spacing: 1.23px; }

.text-41.text-va-40 {
  letter-spacing: 1.64px; }

.text-41.text-va-50 {
  letter-spacing: 2.05px; }

.text-41.text-va-70 {
  letter-spacing: 2.87px; }

.text-41.text-va-100 {
  letter-spacing: 4.1px; }

.text-41.text-va-200 {
  letter-spacing: 8.2px; }

.text-42.text-va-20 {
  letter-spacing: 0.84px; }

.text-42.text-va-30 {
  letter-spacing: 1.26px; }

.text-42.text-va-40 {
  letter-spacing: 1.68px; }

.text-42.text-va-50 {
  letter-spacing: 2.1px; }

.text-42.text-va-70 {
  letter-spacing: 2.94px; }

.text-42.text-va-100 {
  letter-spacing: 4.2px; }

.text-42.text-va-200 {
  letter-spacing: 8.4px; }

.text-43.text-va-20 {
  letter-spacing: 0.86px; }

.text-43.text-va-30 {
  letter-spacing: 1.29px; }

.text-43.text-va-40 {
  letter-spacing: 1.72px; }

.text-43.text-va-50 {
  letter-spacing: 2.15px; }

.text-43.text-va-70 {
  letter-spacing: 3.01px; }

.text-43.text-va-100 {
  letter-spacing: 4.3px; }

.text-43.text-va-200 {
  letter-spacing: 8.6px; }

.text-44.text-va-20 {
  letter-spacing: 0.88px; }

.text-44.text-va-30 {
  letter-spacing: 1.32px; }

.text-44.text-va-40 {
  letter-spacing: 1.76px; }

.text-44.text-va-50 {
  letter-spacing: 2.2px; }

.text-44.text-va-70 {
  letter-spacing: 3.08px; }

.text-44.text-va-100 {
  letter-spacing: 4.4px; }

.text-44.text-va-200 {
  letter-spacing: 8.8px; }

.text-45.text-va-20 {
  letter-spacing: 0.9px; }

.text-45.text-va-30 {
  letter-spacing: 1.35px; }

.text-45.text-va-40 {
  letter-spacing: 1.8px; }

.text-45.text-va-50 {
  letter-spacing: 2.25px; }

.text-45.text-va-70 {
  letter-spacing: 3.15px; }

.text-45.text-va-100 {
  letter-spacing: 4.5px; }

.text-45.text-va-200 {
  letter-spacing: 9px; }

.text-46.text-va-20 {
  letter-spacing: 0.92px; }

.text-46.text-va-30 {
  letter-spacing: 1.38px; }

.text-46.text-va-40 {
  letter-spacing: 1.84px; }

.text-46.text-va-50 {
  letter-spacing: 2.3px; }

.text-46.text-va-70 {
  letter-spacing: 3.22px; }

.text-46.text-va-100 {
  letter-spacing: 4.6px; }

.text-46.text-va-200 {
  letter-spacing: 9.2px; }

.text-48.text-va-20 {
  letter-spacing: 0.96px; }

.text-48.text-va-30 {
  letter-spacing: 1.44px; }

.text-48.text-va-40 {
  letter-spacing: 1.92px; }

.text-48.text-va-50 {
  letter-spacing: 2.4px; }

.text-48.text-va-70 {
  letter-spacing: 3.36px; }

.text-48.text-va-100 {
  letter-spacing: 4.8px; }

.text-48.text-va-200 {
  letter-spacing: 9.6px; }

.text-50.text-va-20 {
  letter-spacing: 1px; }

.text-50.text-va-30 {
  letter-spacing: 1.5px; }

.text-50.text-va-40 {
  letter-spacing: 2px; }

.text-50.text-va-50 {
  letter-spacing: 2.5px; }

.text-50.text-va-70 {
  letter-spacing: 3.5px; }

.text-50.text-va-100 {
  letter-spacing: 5px; }

.text-50.text-va-200 {
  letter-spacing: 10px; }

.text-54.text-va-20 {
  letter-spacing: 1.08px; }

.text-54.text-va-30 {
  letter-spacing: 1.62px; }

.text-54.text-va-40 {
  letter-spacing: 2.16px; }

.text-54.text-va-50 {
  letter-spacing: 2.7px; }

.text-54.text-va-70 {
  letter-spacing: 3.78px; }

.text-54.text-va-100 {
  letter-spacing: 5.4px; }

.text-54.text-va-200 {
  letter-spacing: 10.8px; }

.text-55.text-va-20 {
  letter-spacing: 1.1px; }

.text-55.text-va-30 {
  letter-spacing: 1.65px; }

.text-55.text-va-40 {
  letter-spacing: 2.2px; }

.text-55.text-va-50 {
  letter-spacing: 2.75px; }

.text-55.text-va-70 {
  letter-spacing: 3.85px; }

.text-55.text-va-100 {
  letter-spacing: 5.5px; }

.text-55.text-va-200 {
  letter-spacing: 11px; }

.text-60.text-va-20 {
  letter-spacing: 1.2px; }

.text-60.text-va-30 {
  letter-spacing: 1.8px; }

.text-60.text-va-40 {
  letter-spacing: 2.4px; }

.text-60.text-va-50 {
  letter-spacing: 3px; }

.text-60.text-va-70 {
  letter-spacing: 4.2px; }

.text-60.text-va-100 {
  letter-spacing: 6px; }

.text-60.text-va-200 {
  letter-spacing: 12px; }

.text-64.text-va-20 {
  letter-spacing: 1.28px; }

.text-64.text-va-30 {
  letter-spacing: 1.92px; }

.text-64.text-va-40 {
  letter-spacing: 2.56px; }

.text-64.text-va-50 {
  letter-spacing: 3.2px; }

.text-64.text-va-70 {
  letter-spacing: 4.48px; }

.text-64.text-va-100 {
  letter-spacing: 6.4px; }

.text-64.text-va-200 {
  letter-spacing: 12.8px; }

.text-68.text-va-20 {
  letter-spacing: 1.36px; }

.text-68.text-va-30 {
  letter-spacing: 2.04px; }

.text-68.text-va-40 {
  letter-spacing: 2.72px; }

.text-68.text-va-50 {
  letter-spacing: 3.4px; }

.text-68.text-va-70 {
  letter-spacing: 4.76px; }

.text-68.text-va-100 {
  letter-spacing: 6.8px; }

.text-68.text-va-200 {
  letter-spacing: 13.6px; }

.text-70.text-va-20 {
  letter-spacing: 1.4px; }

.text-70.text-va-30 {
  letter-spacing: 2.1px; }

.text-70.text-va-40 {
  letter-spacing: 2.8px; }

.text-70.text-va-50 {
  letter-spacing: 3.5px; }

.text-70.text-va-70 {
  letter-spacing: 4.9px; }

.text-70.text-va-100 {
  letter-spacing: 7px; }

.text-70.text-va-200 {
  letter-spacing: 14px; }

.text-75.text-va-20 {
  letter-spacing: 1.5px; }

.text-75.text-va-30 {
  letter-spacing: 2.25px; }

.text-75.text-va-40 {
  letter-spacing: 3px; }

.text-75.text-va-50 {
  letter-spacing: 3.75px; }

.text-75.text-va-70 {
  letter-spacing: 5.25px; }

.text-75.text-va-100 {
  letter-spacing: 7.5px; }

.text-75.text-va-200 {
  letter-spacing: 15px; }

.text-78.text-va-20 {
  letter-spacing: 1.56px; }

.text-78.text-va-30 {
  letter-spacing: 2.34px; }

.text-78.text-va-40 {
  letter-spacing: 3.12px; }

.text-78.text-va-50 {
  letter-spacing: 3.9px; }

.text-78.text-va-70 {
  letter-spacing: 5.46px; }

.text-78.text-va-100 {
  letter-spacing: 7.8px; }

.text-78.text-va-200 {
  letter-spacing: 15.6px; }

.text-80.text-va-20 {
  letter-spacing: 1.6px; }

.text-80.text-va-30 {
  letter-spacing: 2.4px; }

.text-80.text-va-40 {
  letter-spacing: 3.2px; }

.text-80.text-va-50 {
  letter-spacing: 4px; }

.text-80.text-va-70 {
  letter-spacing: 5.6px; }

.text-80.text-va-100 {
  letter-spacing: 8px; }

.text-80.text-va-200 {
  letter-spacing: 16px; }

.text-82.text-va-20 {
  letter-spacing: 1.64px; }

.text-82.text-va-30 {
  letter-spacing: 2.46px; }

.text-82.text-va-40 {
  letter-spacing: 3.28px; }

.text-82.text-va-50 {
  letter-spacing: 4.1px; }

.text-82.text-va-70 {
  letter-spacing: 5.74px; }

.text-82.text-va-100 {
  letter-spacing: 8.2px; }

.text-82.text-va-200 {
  letter-spacing: 16.4px; }

.text-85.text-va-20 {
  letter-spacing: 1.7px; }

.text-85.text-va-30 {
  letter-spacing: 2.55px; }

.text-85.text-va-40 {
  letter-spacing: 3.4px; }

.text-85.text-va-50 {
  letter-spacing: 4.25px; }

.text-85.text-va-70 {
  letter-spacing: 5.95px; }

.text-85.text-va-100 {
  letter-spacing: 8.5px; }

.text-85.text-va-200 {
  letter-spacing: 17px; }

.text-90.text-va-20 {
  letter-spacing: 1.8px; }

.text-90.text-va-30 {
  letter-spacing: 2.7px; }

.text-90.text-va-40 {
  letter-spacing: 3.6px; }

.text-90.text-va-50 {
  letter-spacing: 4.5px; }

.text-90.text-va-70 {
  letter-spacing: 6.3px; }

.text-90.text-va-100 {
  letter-spacing: 9px; }

.text-90.text-va-200 {
  letter-spacing: 18px; }

.text-100.text-va-20 {
  letter-spacing: 2px; }

.text-100.text-va-30 {
  letter-spacing: 3px; }

.text-100.text-va-40 {
  letter-spacing: 4px; }

.text-100.text-va-50 {
  letter-spacing: 5px; }

.text-100.text-va-70 {
  letter-spacing: 7px; }

.text-100.text-va-100 {
  letter-spacing: 10px; }

.text-100.text-va-200 {
  letter-spacing: 20px; }

.text-180.text-va-20 {
  letter-spacing: 3.6px; }

.text-180.text-va-30 {
  letter-spacing: 5.4px; }

.text-180.text-va-40 {
  letter-spacing: 7.2px; }

.text-180.text-va-50 {
  letter-spacing: 9px; }

.text-180.text-va-70 {
  letter-spacing: 12.6px; }

.text-180.text-va-100 {
  letter-spacing: 18px; }

.text-180.text-va-200 {
  letter-spacing: 36px; }

.text-200.text-va-20 {
  letter-spacing: 4px; }

.text-200.text-va-30 {
  letter-spacing: 6px; }

.text-200.text-va-40 {
  letter-spacing: 8px; }

.text-200.text-va-50 {
  letter-spacing: 10px; }

.text-200.text-va-70 {
  letter-spacing: 14px; }

.text-200.text-va-100 {
  letter-spacing: 20px; }

.text-200.text-va-200 {
  letter-spacing: 40px; }

@media (min-width: 480px) {
    .text-xs-10.text-va-20 {
      letter-spacing: 0.2px; }
      .text-xs-10.text-va-30 {
        letter-spacing: 0.3px; }
      .text-xs-10.text-va-40 {
        letter-spacing: 0.4px; }
      .text-xs-10.text-va-50 {
        letter-spacing: 0.5px; }
      .text-xs-10.text-va-70 {
        letter-spacing: 0.7px; }
      .text-xs-10.text-va-100 {
        letter-spacing: 1px; }
      .text-xs-10.text-va-200 {
        letter-spacing: 2px; }
      .text-xs-11.text-va-20 {
        letter-spacing: 0.22px; }
      .text-xs-11.text-va-30 {
        letter-spacing: 0.33px; }
      .text-xs-11.text-va-40 {
        letter-spacing: 0.44px; }
      .text-xs-11.text-va-50 {
        letter-spacing: 0.55px; }
      .text-xs-11.text-va-70 {
        letter-spacing: 0.77px; }
      .text-xs-11.text-va-100 {
        letter-spacing: 1.1px; }
      .text-xs-11.text-va-200 {
        letter-spacing: 2.2px; }
      .text-xs-12.text-va-20 {
        letter-spacing: 0.24px; }
      .text-xs-12.text-va-30 {
        letter-spacing: 0.36px; }
      .text-xs-12.text-va-40 {
        letter-spacing: 0.48px; }
      .text-xs-12.text-va-50 {
        letter-spacing: 0.6px; }
      .text-xs-12.text-va-70 {
        letter-spacing: 0.84px; }
      .text-xs-12.text-va-100 {
        letter-spacing: 1.2px; }
      .text-xs-12.text-va-200 {
        letter-spacing: 2.4px; }
      .text-xs-13.text-va-20 {
        letter-spacing: 0.26px; }
      .text-xs-13.text-va-30 {
        letter-spacing: 0.39px; }
      .text-xs-13.text-va-40 {
        letter-spacing: 0.52px; }
      .text-xs-13.text-va-50 {
        letter-spacing: 0.65px; }
      .text-xs-13.text-va-70 {
        letter-spacing: 0.91px; }
      .text-xs-13.text-va-100 {
        letter-spacing: 1.3px; }
      .text-xs-13.text-va-200 {
        letter-spacing: 2.6px; }
      .text-xs-14.text-va-20 {
        letter-spacing: 0.28px; }
      .text-xs-14.text-va-30 {
        letter-spacing: 0.42px; }
      .text-xs-14.text-va-40 {
        letter-spacing: 0.56px; }
      .text-xs-14.text-va-50 {
        letter-spacing: 0.7px; }
      .text-xs-14.text-va-70 {
        letter-spacing: 0.98px; }
      .text-xs-14.text-va-100 {
        letter-spacing: 1.4px; }
      .text-xs-14.text-va-200 {
        letter-spacing: 2.8px; }
      .text-xs-15.text-va-20 {
        letter-spacing: 0.3px; }
      .text-xs-15.text-va-30 {
        letter-spacing: 0.45px; }
      .text-xs-15.text-va-40 {
        letter-spacing: 0.6px; }
      .text-xs-15.text-va-50 {
        letter-spacing: 0.75px; }
      .text-xs-15.text-va-70 {
        letter-spacing: 1.05px; }
      .text-xs-15.text-va-100 {
        letter-spacing: 1.5px; }
      .text-xs-15.text-va-200 {
        letter-spacing: 3px; }
      .text-xs-16.text-va-20 {
        letter-spacing: 0.32px; }
      .text-xs-16.text-va-30 {
        letter-spacing: 0.48px; }
      .text-xs-16.text-va-40 {
        letter-spacing: 0.64px; }
      .text-xs-16.text-va-50 {
        letter-spacing: 0.8px; }
      .text-xs-16.text-va-70 {
        letter-spacing: 1.12px; }
      .text-xs-16.text-va-100 {
        letter-spacing: 1.6px; }
      .text-xs-16.text-va-200 {
        letter-spacing: 3.2px; }
      .text-xs-17.text-va-20 {
        letter-spacing: 0.34px; }
      .text-xs-17.text-va-30 {
        letter-spacing: 0.51px; }
      .text-xs-17.text-va-40 {
        letter-spacing: 0.68px; }
      .text-xs-17.text-va-50 {
        letter-spacing: 0.85px; }
      .text-xs-17.text-va-70 {
        letter-spacing: 1.19px; }
      .text-xs-17.text-va-100 {
        letter-spacing: 1.7px; }
      .text-xs-17.text-va-200 {
        letter-spacing: 3.4px; }
      .text-xs-18.text-va-20 {
        letter-spacing: 0.36px; }
      .text-xs-18.text-va-30 {
        letter-spacing: 0.54px; }
      .text-xs-18.text-va-40 {
        letter-spacing: 0.72px; }
      .text-xs-18.text-va-50 {
        letter-spacing: 0.9px; }
      .text-xs-18.text-va-70 {
        letter-spacing: 1.26px; }
      .text-xs-18.text-va-100 {
        letter-spacing: 1.8px; }
      .text-xs-18.text-va-200 {
        letter-spacing: 3.6px; }
      .text-xs-19.text-va-20 {
        letter-spacing: 0.38px; }
      .text-xs-19.text-va-30 {
        letter-spacing: 0.57px; }
      .text-xs-19.text-va-40 {
        letter-spacing: 0.76px; }
      .text-xs-19.text-va-50 {
        letter-spacing: 0.95px; }
      .text-xs-19.text-va-70 {
        letter-spacing: 1.33px; }
      .text-xs-19.text-va-100 {
        letter-spacing: 1.9px; }
      .text-xs-19.text-va-200 {
        letter-spacing: 3.8px; }
      .text-xs-20.text-va-20 {
        letter-spacing: 0.4px; }
      .text-xs-20.text-va-30 {
        letter-spacing: 0.6px; }
      .text-xs-20.text-va-40 {
        letter-spacing: 0.8px; }
      .text-xs-20.text-va-50 {
        letter-spacing: 1px; }
      .text-xs-20.text-va-70 {
        letter-spacing: 1.4px; }
      .text-xs-20.text-va-100 {
        letter-spacing: 2px; }
      .text-xs-20.text-va-200 {
        letter-spacing: 4px; }
      .text-xs-21.text-va-20 {
        letter-spacing: 0.42px; }
      .text-xs-21.text-va-30 {
        letter-spacing: 0.63px; }
      .text-xs-21.text-va-40 {
        letter-spacing: 0.84px; }
      .text-xs-21.text-va-50 {
        letter-spacing: 1.05px; }
      .text-xs-21.text-va-70 {
        letter-spacing: 1.47px; }
      .text-xs-21.text-va-100 {
        letter-spacing: 2.1px; }
      .text-xs-21.text-va-200 {
        letter-spacing: 4.2px; }
      .text-xs-22.text-va-20 {
        letter-spacing: 0.44px; }
      .text-xs-22.text-va-30 {
        letter-spacing: 0.66px; }
      .text-xs-22.text-va-40 {
        letter-spacing: 0.88px; }
      .text-xs-22.text-va-50 {
        letter-spacing: 1.1px; }
      .text-xs-22.text-va-70 {
        letter-spacing: 1.54px; }
      .text-xs-22.text-va-100 {
        letter-spacing: 2.2px; }
      .text-xs-22.text-va-200 {
        letter-spacing: 4.4px; }
      .text-xs-23.text-va-20 {
        letter-spacing: 0.46px; }
      .text-xs-23.text-va-30 {
        letter-spacing: 0.69px; }
      .text-xs-23.text-va-40 {
        letter-spacing: 0.92px; }
      .text-xs-23.text-va-50 {
        letter-spacing: 1.15px; }
      .text-xs-23.text-va-70 {
        letter-spacing: 1.61px; }
      .text-xs-23.text-va-100 {
        letter-spacing: 2.3px; }
      .text-xs-23.text-va-200 {
        letter-spacing: 4.6px; }
      .text-xs-24.text-va-20 {
        letter-spacing: 0.48px; }
      .text-xs-24.text-va-30 {
        letter-spacing: 0.72px; }
      .text-xs-24.text-va-40 {
        letter-spacing: 0.96px; }
      .text-xs-24.text-va-50 {
        letter-spacing: 1.2px; }
      .text-xs-24.text-va-70 {
        letter-spacing: 1.68px; }
      .text-xs-24.text-va-100 {
        letter-spacing: 2.4px; }
      .text-xs-24.text-va-200 {
        letter-spacing: 4.8px; }
      .text-xs-25.text-va-20 {
        letter-spacing: 0.5px; }
      .text-xs-25.text-va-30 {
        letter-spacing: 0.75px; }
      .text-xs-25.text-va-40 {
        letter-spacing: 1px; }
      .text-xs-25.text-va-50 {
        letter-spacing: 1.25px; }
      .text-xs-25.text-va-70 {
        letter-spacing: 1.75px; }
      .text-xs-25.text-va-100 {
        letter-spacing: 2.5px; }
      .text-xs-25.text-va-200 {
        letter-spacing: 5px; }
      .text-xs-26.text-va-20 {
        letter-spacing: 0.52px; }
      .text-xs-26.text-va-30 {
        letter-spacing: 0.78px; }
      .text-xs-26.text-va-40 {
        letter-spacing: 1.04px; }
      .text-xs-26.text-va-50 {
        letter-spacing: 1.3px; }
      .text-xs-26.text-va-70 {
        letter-spacing: 1.82px; }
      .text-xs-26.text-va-100 {
        letter-spacing: 2.6px; }
      .text-xs-26.text-va-200 {
        letter-spacing: 5.2px; }
      .text-xs-27.text-va-20 {
        letter-spacing: 0.54px; }
      .text-xs-27.text-va-30 {
        letter-spacing: 0.81px; }
      .text-xs-27.text-va-40 {
        letter-spacing: 1.08px; }
      .text-xs-27.text-va-50 {
        letter-spacing: 1.35px; }
      .text-xs-27.text-va-70 {
        letter-spacing: 1.89px; }
      .text-xs-27.text-va-100 {
        letter-spacing: 2.7px; }
      .text-xs-27.text-va-200 {
        letter-spacing: 5.4px; }
      .text-xs-28.text-va-20 {
        letter-spacing: 0.56px; }
      .text-xs-28.text-va-30 {
        letter-spacing: 0.84px; }
      .text-xs-28.text-va-40 {
        letter-spacing: 1.12px; }
      .text-xs-28.text-va-50 {
        letter-spacing: 1.4px; }
      .text-xs-28.text-va-70 {
        letter-spacing: 1.96px; }
      .text-xs-28.text-va-100 {
        letter-spacing: 2.8px; }
      .text-xs-28.text-va-200 {
        letter-spacing: 5.6px; }
      .text-xs-29.text-va-20 {
        letter-spacing: 0.58px; }
      .text-xs-29.text-va-30 {
        letter-spacing: 0.87px; }
      .text-xs-29.text-va-40 {
        letter-spacing: 1.16px; }
      .text-xs-29.text-va-50 {
        letter-spacing: 1.45px; }
      .text-xs-29.text-va-70 {
        letter-spacing: 2.03px; }
      .text-xs-29.text-va-100 {
        letter-spacing: 2.9px; }
      .text-xs-29.text-va-200 {
        letter-spacing: 5.8px; }
      .text-xs-30.text-va-20 {
        letter-spacing: 0.6px; }
      .text-xs-30.text-va-30 {
        letter-spacing: 0.9px; }
      .text-xs-30.text-va-40 {
        letter-spacing: 1.2px; }
      .text-xs-30.text-va-50 {
        letter-spacing: 1.5px; }
      .text-xs-30.text-va-70 {
        letter-spacing: 2.1px; }
      .text-xs-30.text-va-100 {
        letter-spacing: 3px; }
      .text-xs-30.text-va-200 {
        letter-spacing: 6px; }
      .text-xs-31.text-va-20 {
        letter-spacing: 0.62px; }
      .text-xs-31.text-va-30 {
        letter-spacing: 0.93px; }
      .text-xs-31.text-va-40 {
        letter-spacing: 1.24px; }
      .text-xs-31.text-va-50 {
        letter-spacing: 1.55px; }
      .text-xs-31.text-va-70 {
        letter-spacing: 2.17px; }
      .text-xs-31.text-va-100 {
        letter-spacing: 3.1px; }
      .text-xs-31.text-va-200 {
        letter-spacing: 6.2px; }
      .text-xs-32.text-va-20 {
        letter-spacing: 0.64px; }
      .text-xs-32.text-va-30 {
        letter-spacing: 0.96px; }
      .text-xs-32.text-va-40 {
        letter-spacing: 1.28px; }
      .text-xs-32.text-va-50 {
        letter-spacing: 1.6px; }
      .text-xs-32.text-va-70 {
        letter-spacing: 2.24px; }
      .text-xs-32.text-va-100 {
        letter-spacing: 3.2px; }
      .text-xs-32.text-va-200 {
        letter-spacing: 6.4px; }
      .text-xs-33.text-va-20 {
        letter-spacing: 0.66px; }
      .text-xs-33.text-va-30 {
        letter-spacing: 0.99px; }
      .text-xs-33.text-va-40 {
        letter-spacing: 1.32px; }
      .text-xs-33.text-va-50 {
        letter-spacing: 1.65px; }
      .text-xs-33.text-va-70 {
        letter-spacing: 2.31px; }
      .text-xs-33.text-va-100 {
        letter-spacing: 3.3px; }
      .text-xs-33.text-va-200 {
        letter-spacing: 6.6px; }
      .text-xs-34.text-va-20 {
        letter-spacing: 0.68px; }
      .text-xs-34.text-va-30 {
        letter-spacing: 1.02px; }
      .text-xs-34.text-va-40 {
        letter-spacing: 1.36px; }
      .text-xs-34.text-va-50 {
        letter-spacing: 1.7px; }
      .text-xs-34.text-va-70 {
        letter-spacing: 2.38px; }
      .text-xs-34.text-va-100 {
        letter-spacing: 3.4px; }
      .text-xs-34.text-va-200 {
        letter-spacing: 6.8px; }
      .text-xs-35.text-va-20 {
        letter-spacing: 0.7px; }
      .text-xs-35.text-va-30 {
        letter-spacing: 1.05px; }
      .text-xs-35.text-va-40 {
        letter-spacing: 1.4px; }
      .text-xs-35.text-va-50 {
        letter-spacing: 1.75px; }
      .text-xs-35.text-va-70 {
        letter-spacing: 2.45px; }
      .text-xs-35.text-va-100 {
        letter-spacing: 3.5px; }
      .text-xs-35.text-va-200 {
        letter-spacing: 7px; }
      .text-xs-36.text-va-20 {
        letter-spacing: 0.72px; }
      .text-xs-36.text-va-30 {
        letter-spacing: 1.08px; }
      .text-xs-36.text-va-40 {
        letter-spacing: 1.44px; }
      .text-xs-36.text-va-50 {
        letter-spacing: 1.8px; }
      .text-xs-36.text-va-70 {
        letter-spacing: 2.52px; }
      .text-xs-36.text-va-100 {
        letter-spacing: 3.6px; }
      .text-xs-36.text-va-200 {
        letter-spacing: 7.2px; }
      .text-xs-37.text-va-20 {
        letter-spacing: 0.74px; }
      .text-xs-37.text-va-30 {
        letter-spacing: 1.11px; }
      .text-xs-37.text-va-40 {
        letter-spacing: 1.48px; }
      .text-xs-37.text-va-50 {
        letter-spacing: 1.85px; }
      .text-xs-37.text-va-70 {
        letter-spacing: 2.59px; }
      .text-xs-37.text-va-100 {
        letter-spacing: 3.7px; }
      .text-xs-37.text-va-200 {
        letter-spacing: 7.4px; }
      .text-xs-38.text-va-20 {
        letter-spacing: 0.76px; }
      .text-xs-38.text-va-30 {
        letter-spacing: 1.14px; }
      .text-xs-38.text-va-40 {
        letter-spacing: 1.52px; }
      .text-xs-38.text-va-50 {
        letter-spacing: 1.9px; }
      .text-xs-38.text-va-70 {
        letter-spacing: 2.66px; }
      .text-xs-38.text-va-100 {
        letter-spacing: 3.8px; }
      .text-xs-38.text-va-200 {
        letter-spacing: 7.6px; }
      .text-xs-39.text-va-20 {
        letter-spacing: 0.78px; }
      .text-xs-39.text-va-30 {
        letter-spacing: 1.17px; }
      .text-xs-39.text-va-40 {
        letter-spacing: 1.56px; }
      .text-xs-39.text-va-50 {
        letter-spacing: 1.95px; }
      .text-xs-39.text-va-70 {
        letter-spacing: 2.73px; }
      .text-xs-39.text-va-100 {
        letter-spacing: 3.9px; }
      .text-xs-39.text-va-200 {
        letter-spacing: 7.8px; }
      .text-xs-40.text-va-20 {
        letter-spacing: 0.8px; }
      .text-xs-40.text-va-30 {
        letter-spacing: 1.2px; }
      .text-xs-40.text-va-40 {
        letter-spacing: 1.6px; }
      .text-xs-40.text-va-50 {
        letter-spacing: 2px; }
      .text-xs-40.text-va-70 {
        letter-spacing: 2.8px; }
      .text-xs-40.text-va-100 {
        letter-spacing: 4px; }
      .text-xs-40.text-va-200 {
        letter-spacing: 8px; }
      .text-xs-41.text-va-20 {
        letter-spacing: 0.82px; }
      .text-xs-41.text-va-30 {
        letter-spacing: 1.23px; }
      .text-xs-41.text-va-40 {
        letter-spacing: 1.64px; }
      .text-xs-41.text-va-50 {
        letter-spacing: 2.05px; }
      .text-xs-41.text-va-70 {
        letter-spacing: 2.87px; }
      .text-xs-41.text-va-100 {
        letter-spacing: 4.1px; }
      .text-xs-41.text-va-200 {
        letter-spacing: 8.2px; }
      .text-xs-42.text-va-20 {
        letter-spacing: 0.84px; }
      .text-xs-42.text-va-30 {
        letter-spacing: 1.26px; }
      .text-xs-42.text-va-40 {
        letter-spacing: 1.68px; }
      .text-xs-42.text-va-50 {
        letter-spacing: 2.1px; }
      .text-xs-42.text-va-70 {
        letter-spacing: 2.94px; }
      .text-xs-42.text-va-100 {
        letter-spacing: 4.2px; }
      .text-xs-42.text-va-200 {
        letter-spacing: 8.4px; }
      .text-xs-43.text-va-20 {
        letter-spacing: 0.86px; }
      .text-xs-43.text-va-30 {
        letter-spacing: 1.29px; }
      .text-xs-43.text-va-40 {
        letter-spacing: 1.72px; }
      .text-xs-43.text-va-50 {
        letter-spacing: 2.15px; }
      .text-xs-43.text-va-70 {
        letter-spacing: 3.01px; }
      .text-xs-43.text-va-100 {
        letter-spacing: 4.3px; }
      .text-xs-43.text-va-200 {
        letter-spacing: 8.6px; }
      .text-xs-44.text-va-20 {
        letter-spacing: 0.88px; }
      .text-xs-44.text-va-30 {
        letter-spacing: 1.32px; }
      .text-xs-44.text-va-40 {
        letter-spacing: 1.76px; }
      .text-xs-44.text-va-50 {
        letter-spacing: 2.2px; }
      .text-xs-44.text-va-70 {
        letter-spacing: 3.08px; }
      .text-xs-44.text-va-100 {
        letter-spacing: 4.4px; }
      .text-xs-44.text-va-200 {
        letter-spacing: 8.8px; }
      .text-xs-45.text-va-20 {
        letter-spacing: 0.9px; }
      .text-xs-45.text-va-30 {
        letter-spacing: 1.35px; }
      .text-xs-45.text-va-40 {
        letter-spacing: 1.8px; }
      .text-xs-45.text-va-50 {
        letter-spacing: 2.25px; }
      .text-xs-45.text-va-70 {
        letter-spacing: 3.15px; }
      .text-xs-45.text-va-100 {
        letter-spacing: 4.5px; }
      .text-xs-45.text-va-200 {
        letter-spacing: 9px; }
      .text-xs-46.text-va-20 {
        letter-spacing: 0.92px; }
      .text-xs-46.text-va-30 {
        letter-spacing: 1.38px; }
      .text-xs-46.text-va-40 {
        letter-spacing: 1.84px; }
      .text-xs-46.text-va-50 {
        letter-spacing: 2.3px; }
      .text-xs-46.text-va-70 {
        letter-spacing: 3.22px; }
      .text-xs-46.text-va-100 {
        letter-spacing: 4.6px; }
      .text-xs-46.text-va-200 {
        letter-spacing: 9.2px; }
      .text-xs-48.text-va-20 {
        letter-spacing: 0.96px; }
      .text-xs-48.text-va-30 {
        letter-spacing: 1.44px; }
      .text-xs-48.text-va-40 {
        letter-spacing: 1.92px; }
      .text-xs-48.text-va-50 {
        letter-spacing: 2.4px; }
      .text-xs-48.text-va-70 {
        letter-spacing: 3.36px; }
      .text-xs-48.text-va-100 {
        letter-spacing: 4.8px; }
      .text-xs-48.text-va-200 {
        letter-spacing: 9.6px; }
      .text-xs-50.text-va-20 {
        letter-spacing: 1px; }
      .text-xs-50.text-va-30 {
        letter-spacing: 1.5px; }
      .text-xs-50.text-va-40 {
        letter-spacing: 2px; }
      .text-xs-50.text-va-50 {
        letter-spacing: 2.5px; }
      .text-xs-50.text-va-70 {
        letter-spacing: 3.5px; }
      .text-xs-50.text-va-100 {
        letter-spacing: 5px; }
      .text-xs-50.text-va-200 {
        letter-spacing: 10px; }
      .text-xs-54.text-va-20 {
        letter-spacing: 1.08px; }
      .text-xs-54.text-va-30 {
        letter-spacing: 1.62px; }
      .text-xs-54.text-va-40 {
        letter-spacing: 2.16px; }
      .text-xs-54.text-va-50 {
        letter-spacing: 2.7px; }
      .text-xs-54.text-va-70 {
        letter-spacing: 3.78px; }
      .text-xs-54.text-va-100 {
        letter-spacing: 5.4px; }
      .text-xs-54.text-va-200 {
        letter-spacing: 10.8px; }
      .text-xs-55.text-va-20 {
        letter-spacing: 1.1px; }
      .text-xs-55.text-va-30 {
        letter-spacing: 1.65px; }
      .text-xs-55.text-va-40 {
        letter-spacing: 2.2px; }
      .text-xs-55.text-va-50 {
        letter-spacing: 2.75px; }
      .text-xs-55.text-va-70 {
        letter-spacing: 3.85px; }
      .text-xs-55.text-va-100 {
        letter-spacing: 5.5px; }
      .text-xs-55.text-va-200 {
        letter-spacing: 11px; }
      .text-xs-60.text-va-20 {
        letter-spacing: 1.2px; }
      .text-xs-60.text-va-30 {
        letter-spacing: 1.8px; }
      .text-xs-60.text-va-40 {
        letter-spacing: 2.4px; }
      .text-xs-60.text-va-50 {
        letter-spacing: 3px; }
      .text-xs-60.text-va-70 {
        letter-spacing: 4.2px; }
      .text-xs-60.text-va-100 {
        letter-spacing: 6px; }
      .text-xs-60.text-va-200 {
        letter-spacing: 12px; }
      .text-xs-64.text-va-20 {
        letter-spacing: 1.28px; }
      .text-xs-64.text-va-30 {
        letter-spacing: 1.92px; }
      .text-xs-64.text-va-40 {
        letter-spacing: 2.56px; }
      .text-xs-64.text-va-50 {
        letter-spacing: 3.2px; }
      .text-xs-64.text-va-70 {
        letter-spacing: 4.48px; }
      .text-xs-64.text-va-100 {
        letter-spacing: 6.4px; }
      .text-xs-64.text-va-200 {
        letter-spacing: 12.8px; }
      .text-xs-68.text-va-20 {
        letter-spacing: 1.36px; }
      .text-xs-68.text-va-30 {
        letter-spacing: 2.04px; }
      .text-xs-68.text-va-40 {
        letter-spacing: 2.72px; }
      .text-xs-68.text-va-50 {
        letter-spacing: 3.4px; }
      .text-xs-68.text-va-70 {
        letter-spacing: 4.76px; }
      .text-xs-68.text-va-100 {
        letter-spacing: 6.8px; }
      .text-xs-68.text-va-200 {
        letter-spacing: 13.6px; }
      .text-xs-70.text-va-20 {
        letter-spacing: 1.4px; }
      .text-xs-70.text-va-30 {
        letter-spacing: 2.1px; }
      .text-xs-70.text-va-40 {
        letter-spacing: 2.8px; }
      .text-xs-70.text-va-50 {
        letter-spacing: 3.5px; }
      .text-xs-70.text-va-70 {
        letter-spacing: 4.9px; }
      .text-xs-70.text-va-100 {
        letter-spacing: 7px; }
      .text-xs-70.text-va-200 {
        letter-spacing: 14px; }
      .text-xs-75.text-va-20 {
        letter-spacing: 1.5px; }
      .text-xs-75.text-va-30 {
        letter-spacing: 2.25px; }
      .text-xs-75.text-va-40 {
        letter-spacing: 3px; }
      .text-xs-75.text-va-50 {
        letter-spacing: 3.75px; }
      .text-xs-75.text-va-70 {
        letter-spacing: 5.25px; }
      .text-xs-75.text-va-100 {
        letter-spacing: 7.5px; }
      .text-xs-75.text-va-200 {
        letter-spacing: 15px; }
      .text-xs-78.text-va-20 {
        letter-spacing: 1.56px; }
      .text-xs-78.text-va-30 {
        letter-spacing: 2.34px; }
      .text-xs-78.text-va-40 {
        letter-spacing: 3.12px; }
      .text-xs-78.text-va-50 {
        letter-spacing: 3.9px; }
      .text-xs-78.text-va-70 {
        letter-spacing: 5.46px; }
      .text-xs-78.text-va-100 {
        letter-spacing: 7.8px; }
      .text-xs-78.text-va-200 {
        letter-spacing: 15.6px; }
      .text-xs-80.text-va-20 {
        letter-spacing: 1.6px; }
      .text-xs-80.text-va-30 {
        letter-spacing: 2.4px; }
      .text-xs-80.text-va-40 {
        letter-spacing: 3.2px; }
      .text-xs-80.text-va-50 {
        letter-spacing: 4px; }
      .text-xs-80.text-va-70 {
        letter-spacing: 5.6px; }
      .text-xs-80.text-va-100 {
        letter-spacing: 8px; }
      .text-xs-80.text-va-200 {
        letter-spacing: 16px; }
      .text-xs-82.text-va-20 {
        letter-spacing: 1.64px; }
      .text-xs-82.text-va-30 {
        letter-spacing: 2.46px; }
      .text-xs-82.text-va-40 {
        letter-spacing: 3.28px; }
      .text-xs-82.text-va-50 {
        letter-spacing: 4.1px; }
      .text-xs-82.text-va-70 {
        letter-spacing: 5.74px; }
      .text-xs-82.text-va-100 {
        letter-spacing: 8.2px; }
      .text-xs-82.text-va-200 {
        letter-spacing: 16.4px; }
      .text-xs-85.text-va-20 {
        letter-spacing: 1.7px; }
      .text-xs-85.text-va-30 {
        letter-spacing: 2.55px; }
      .text-xs-85.text-va-40 {
        letter-spacing: 3.4px; }
      .text-xs-85.text-va-50 {
        letter-spacing: 4.25px; }
      .text-xs-85.text-va-70 {
        letter-spacing: 5.95px; }
      .text-xs-85.text-va-100 {
        letter-spacing: 8.5px; }
      .text-xs-85.text-va-200 {
        letter-spacing: 17px; }
      .text-xs-90.text-va-20 {
        letter-spacing: 1.8px; }
      .text-xs-90.text-va-30 {
        letter-spacing: 2.7px; }
      .text-xs-90.text-va-40 {
        letter-spacing: 3.6px; }
      .text-xs-90.text-va-50 {
        letter-spacing: 4.5px; }
      .text-xs-90.text-va-70 {
        letter-spacing: 6.3px; }
      .text-xs-90.text-va-100 {
        letter-spacing: 9px; }
      .text-xs-90.text-va-200 {
        letter-spacing: 18px; }
      .text-xs-100.text-va-20 {
        letter-spacing: 2px; }
      .text-xs-100.text-va-30 {
        letter-spacing: 3px; }
      .text-xs-100.text-va-40 {
        letter-spacing: 4px; }
      .text-xs-100.text-va-50 {
        letter-spacing: 5px; }
      .text-xs-100.text-va-70 {
        letter-spacing: 7px; }
      .text-xs-100.text-va-100 {
        letter-spacing: 10px; }
      .text-xs-100.text-va-200 {
        letter-spacing: 20px; }
      .text-xs-180.text-va-20 {
        letter-spacing: 3.6px; }
      .text-xs-180.text-va-30 {
        letter-spacing: 5.4px; }
      .text-xs-180.text-va-40 {
        letter-spacing: 7.2px; }
      .text-xs-180.text-va-50 {
        letter-spacing: 9px; }
      .text-xs-180.text-va-70 {
        letter-spacing: 12.6px; }
      .text-xs-180.text-va-100 {
        letter-spacing: 18px; }
      .text-xs-180.text-va-200 {
        letter-spacing: 36px; }
      .text-xs-200.text-va-20 {
        letter-spacing: 4px; }
      .text-xs-200.text-va-30 {
        letter-spacing: 6px; }
      .text-xs-200.text-va-40 {
        letter-spacing: 8px; }
      .text-xs-200.text-va-50 {
        letter-spacing: 10px; }
      .text-xs-200.text-va-70 {
        letter-spacing: 14px; }
      .text-xs-200.text-va-100 {
        letter-spacing: 20px; }
      .text-xs-200.text-va-200 {
        letter-spacing: 40px; } }

@media (min-width: 576px) {
    .text-sm-10.text-va-20 {
      letter-spacing: 0.2px; }
      .text-sm-10.text-va-30 {
        letter-spacing: 0.3px; }
      .text-sm-10.text-va-40 {
        letter-spacing: 0.4px; }
      .text-sm-10.text-va-50 {
        letter-spacing: 0.5px; }
      .text-sm-10.text-va-70 {
        letter-spacing: 0.7px; }
      .text-sm-10.text-va-100 {
        letter-spacing: 1px; }
      .text-sm-10.text-va-200 {
        letter-spacing: 2px; }
      .text-sm-11.text-va-20 {
        letter-spacing: 0.22px; }
      .text-sm-11.text-va-30 {
        letter-spacing: 0.33px; }
      .text-sm-11.text-va-40 {
        letter-spacing: 0.44px; }
      .text-sm-11.text-va-50 {
        letter-spacing: 0.55px; }
      .text-sm-11.text-va-70 {
        letter-spacing: 0.77px; }
      .text-sm-11.text-va-100 {
        letter-spacing: 1.1px; }
      .text-sm-11.text-va-200 {
        letter-spacing: 2.2px; }
      .text-sm-12.text-va-20 {
        letter-spacing: 0.24px; }
      .text-sm-12.text-va-30 {
        letter-spacing: 0.36px; }
      .text-sm-12.text-va-40 {
        letter-spacing: 0.48px; }
      .text-sm-12.text-va-50 {
        letter-spacing: 0.6px; }
      .text-sm-12.text-va-70 {
        letter-spacing: 0.84px; }
      .text-sm-12.text-va-100 {
        letter-spacing: 1.2px; }
      .text-sm-12.text-va-200 {
        letter-spacing: 2.4px; }
      .text-sm-13.text-va-20 {
        letter-spacing: 0.26px; }
      .text-sm-13.text-va-30 {
        letter-spacing: 0.39px; }
      .text-sm-13.text-va-40 {
        letter-spacing: 0.52px; }
      .text-sm-13.text-va-50 {
        letter-spacing: 0.65px; }
      .text-sm-13.text-va-70 {
        letter-spacing: 0.91px; }
      .text-sm-13.text-va-100 {
        letter-spacing: 1.3px; }
      .text-sm-13.text-va-200 {
        letter-spacing: 2.6px; }
      .text-sm-14.text-va-20 {
        letter-spacing: 0.28px; }
      .text-sm-14.text-va-30 {
        letter-spacing: 0.42px; }
      .text-sm-14.text-va-40 {
        letter-spacing: 0.56px; }
      .text-sm-14.text-va-50 {
        letter-spacing: 0.7px; }
      .text-sm-14.text-va-70 {
        letter-spacing: 0.98px; }
      .text-sm-14.text-va-100 {
        letter-spacing: 1.4px; }
      .text-sm-14.text-va-200 {
        letter-spacing: 2.8px; }
      .text-sm-15.text-va-20 {
        letter-spacing: 0.3px; }
      .text-sm-15.text-va-30 {
        letter-spacing: 0.45px; }
      .text-sm-15.text-va-40 {
        letter-spacing: 0.6px; }
      .text-sm-15.text-va-50 {
        letter-spacing: 0.75px; }
      .text-sm-15.text-va-70 {
        letter-spacing: 1.05px; }
      .text-sm-15.text-va-100 {
        letter-spacing: 1.5px; }
      .text-sm-15.text-va-200 {
        letter-spacing: 3px; }
      .text-sm-16.text-va-20 {
        letter-spacing: 0.32px; }
      .text-sm-16.text-va-30 {
        letter-spacing: 0.48px; }
      .text-sm-16.text-va-40 {
        letter-spacing: 0.64px; }
      .text-sm-16.text-va-50 {
        letter-spacing: 0.8px; }
      .text-sm-16.text-va-70 {
        letter-spacing: 1.12px; }
      .text-sm-16.text-va-100 {
        letter-spacing: 1.6px; }
      .text-sm-16.text-va-200 {
        letter-spacing: 3.2px; }
      .text-sm-17.text-va-20 {
        letter-spacing: 0.34px; }
      .text-sm-17.text-va-30 {
        letter-spacing: 0.51px; }
      .text-sm-17.text-va-40 {
        letter-spacing: 0.68px; }
      .text-sm-17.text-va-50 {
        letter-spacing: 0.85px; }
      .text-sm-17.text-va-70 {
        letter-spacing: 1.19px; }
      .text-sm-17.text-va-100 {
        letter-spacing: 1.7px; }
      .text-sm-17.text-va-200 {
        letter-spacing: 3.4px; }
      .text-sm-18.text-va-20 {
        letter-spacing: 0.36px; }
      .text-sm-18.text-va-30 {
        letter-spacing: 0.54px; }
      .text-sm-18.text-va-40 {
        letter-spacing: 0.72px; }
      .text-sm-18.text-va-50 {
        letter-spacing: 0.9px; }
      .text-sm-18.text-va-70 {
        letter-spacing: 1.26px; }
      .text-sm-18.text-va-100 {
        letter-spacing: 1.8px; }
      .text-sm-18.text-va-200 {
        letter-spacing: 3.6px; }
      .text-sm-19.text-va-20 {
        letter-spacing: 0.38px; }
      .text-sm-19.text-va-30 {
        letter-spacing: 0.57px; }
      .text-sm-19.text-va-40 {
        letter-spacing: 0.76px; }
      .text-sm-19.text-va-50 {
        letter-spacing: 0.95px; }
      .text-sm-19.text-va-70 {
        letter-spacing: 1.33px; }
      .text-sm-19.text-va-100 {
        letter-spacing: 1.9px; }
      .text-sm-19.text-va-200 {
        letter-spacing: 3.8px; }
      .text-sm-20.text-va-20 {
        letter-spacing: 0.4px; }
      .text-sm-20.text-va-30 {
        letter-spacing: 0.6px; }
      .text-sm-20.text-va-40 {
        letter-spacing: 0.8px; }
      .text-sm-20.text-va-50 {
        letter-spacing: 1px; }
      .text-sm-20.text-va-70 {
        letter-spacing: 1.4px; }
      .text-sm-20.text-va-100 {
        letter-spacing: 2px; }
      .text-sm-20.text-va-200 {
        letter-spacing: 4px; }
      .text-sm-21.text-va-20 {
        letter-spacing: 0.42px; }
      .text-sm-21.text-va-30 {
        letter-spacing: 0.63px; }
      .text-sm-21.text-va-40 {
        letter-spacing: 0.84px; }
      .text-sm-21.text-va-50 {
        letter-spacing: 1.05px; }
      .text-sm-21.text-va-70 {
        letter-spacing: 1.47px; }
      .text-sm-21.text-va-100 {
        letter-spacing: 2.1px; }
      .text-sm-21.text-va-200 {
        letter-spacing: 4.2px; }
      .text-sm-22.text-va-20 {
        letter-spacing: 0.44px; }
      .text-sm-22.text-va-30 {
        letter-spacing: 0.66px; }
      .text-sm-22.text-va-40 {
        letter-spacing: 0.88px; }
      .text-sm-22.text-va-50 {
        letter-spacing: 1.1px; }
      .text-sm-22.text-va-70 {
        letter-spacing: 1.54px; }
      .text-sm-22.text-va-100 {
        letter-spacing: 2.2px; }
      .text-sm-22.text-va-200 {
        letter-spacing: 4.4px; }
      .text-sm-23.text-va-20 {
        letter-spacing: 0.46px; }
      .text-sm-23.text-va-30 {
        letter-spacing: 0.69px; }
      .text-sm-23.text-va-40 {
        letter-spacing: 0.92px; }
      .text-sm-23.text-va-50 {
        letter-spacing: 1.15px; }
      .text-sm-23.text-va-70 {
        letter-spacing: 1.61px; }
      .text-sm-23.text-va-100 {
        letter-spacing: 2.3px; }
      .text-sm-23.text-va-200 {
        letter-spacing: 4.6px; }
      .text-sm-24.text-va-20 {
        letter-spacing: 0.48px; }
      .text-sm-24.text-va-30 {
        letter-spacing: 0.72px; }
      .text-sm-24.text-va-40 {
        letter-spacing: 0.96px; }
      .text-sm-24.text-va-50 {
        letter-spacing: 1.2px; }
      .text-sm-24.text-va-70 {
        letter-spacing: 1.68px; }
      .text-sm-24.text-va-100 {
        letter-spacing: 2.4px; }
      .text-sm-24.text-va-200 {
        letter-spacing: 4.8px; }
      .text-sm-25.text-va-20 {
        letter-spacing: 0.5px; }
      .text-sm-25.text-va-30 {
        letter-spacing: 0.75px; }
      .text-sm-25.text-va-40 {
        letter-spacing: 1px; }
      .text-sm-25.text-va-50 {
        letter-spacing: 1.25px; }
      .text-sm-25.text-va-70 {
        letter-spacing: 1.75px; }
      .text-sm-25.text-va-100 {
        letter-spacing: 2.5px; }
      .text-sm-25.text-va-200 {
        letter-spacing: 5px; }
      .text-sm-26.text-va-20 {
        letter-spacing: 0.52px; }
      .text-sm-26.text-va-30 {
        letter-spacing: 0.78px; }
      .text-sm-26.text-va-40 {
        letter-spacing: 1.04px; }
      .text-sm-26.text-va-50 {
        letter-spacing: 1.3px; }
      .text-sm-26.text-va-70 {
        letter-spacing: 1.82px; }
      .text-sm-26.text-va-100 {
        letter-spacing: 2.6px; }
      .text-sm-26.text-va-200 {
        letter-spacing: 5.2px; }
      .text-sm-27.text-va-20 {
        letter-spacing: 0.54px; }
      .text-sm-27.text-va-30 {
        letter-spacing: 0.81px; }
      .text-sm-27.text-va-40 {
        letter-spacing: 1.08px; }
      .text-sm-27.text-va-50 {
        letter-spacing: 1.35px; }
      .text-sm-27.text-va-70 {
        letter-spacing: 1.89px; }
      .text-sm-27.text-va-100 {
        letter-spacing: 2.7px; }
      .text-sm-27.text-va-200 {
        letter-spacing: 5.4px; }
      .text-sm-28.text-va-20 {
        letter-spacing: 0.56px; }
      .text-sm-28.text-va-30 {
        letter-spacing: 0.84px; }
      .text-sm-28.text-va-40 {
        letter-spacing: 1.12px; }
      .text-sm-28.text-va-50 {
        letter-spacing: 1.4px; }
      .text-sm-28.text-va-70 {
        letter-spacing: 1.96px; }
      .text-sm-28.text-va-100 {
        letter-spacing: 2.8px; }
      .text-sm-28.text-va-200 {
        letter-spacing: 5.6px; }
      .text-sm-29.text-va-20 {
        letter-spacing: 0.58px; }
      .text-sm-29.text-va-30 {
        letter-spacing: 0.87px; }
      .text-sm-29.text-va-40 {
        letter-spacing: 1.16px; }
      .text-sm-29.text-va-50 {
        letter-spacing: 1.45px; }
      .text-sm-29.text-va-70 {
        letter-spacing: 2.03px; }
      .text-sm-29.text-va-100 {
        letter-spacing: 2.9px; }
      .text-sm-29.text-va-200 {
        letter-spacing: 5.8px; }
      .text-sm-30.text-va-20 {
        letter-spacing: 0.6px; }
      .text-sm-30.text-va-30 {
        letter-spacing: 0.9px; }
      .text-sm-30.text-va-40 {
        letter-spacing: 1.2px; }
      .text-sm-30.text-va-50 {
        letter-spacing: 1.5px; }
      .text-sm-30.text-va-70 {
        letter-spacing: 2.1px; }
      .text-sm-30.text-va-100 {
        letter-spacing: 3px; }
      .text-sm-30.text-va-200 {
        letter-spacing: 6px; }
      .text-sm-31.text-va-20 {
        letter-spacing: 0.62px; }
      .text-sm-31.text-va-30 {
        letter-spacing: 0.93px; }
      .text-sm-31.text-va-40 {
        letter-spacing: 1.24px; }
      .text-sm-31.text-va-50 {
        letter-spacing: 1.55px; }
      .text-sm-31.text-va-70 {
        letter-spacing: 2.17px; }
      .text-sm-31.text-va-100 {
        letter-spacing: 3.1px; }
      .text-sm-31.text-va-200 {
        letter-spacing: 6.2px; }
      .text-sm-32.text-va-20 {
        letter-spacing: 0.64px; }
      .text-sm-32.text-va-30 {
        letter-spacing: 0.96px; }
      .text-sm-32.text-va-40 {
        letter-spacing: 1.28px; }
      .text-sm-32.text-va-50 {
        letter-spacing: 1.6px; }
      .text-sm-32.text-va-70 {
        letter-spacing: 2.24px; }
      .text-sm-32.text-va-100 {
        letter-spacing: 3.2px; }
      .text-sm-32.text-va-200 {
        letter-spacing: 6.4px; }
      .text-sm-33.text-va-20 {
        letter-spacing: 0.66px; }
      .text-sm-33.text-va-30 {
        letter-spacing: 0.99px; }
      .text-sm-33.text-va-40 {
        letter-spacing: 1.32px; }
      .text-sm-33.text-va-50 {
        letter-spacing: 1.65px; }
      .text-sm-33.text-va-70 {
        letter-spacing: 2.31px; }
      .text-sm-33.text-va-100 {
        letter-spacing: 3.3px; }
      .text-sm-33.text-va-200 {
        letter-spacing: 6.6px; }
      .text-sm-34.text-va-20 {
        letter-spacing: 0.68px; }
      .text-sm-34.text-va-30 {
        letter-spacing: 1.02px; }
      .text-sm-34.text-va-40 {
        letter-spacing: 1.36px; }
      .text-sm-34.text-va-50 {
        letter-spacing: 1.7px; }
      .text-sm-34.text-va-70 {
        letter-spacing: 2.38px; }
      .text-sm-34.text-va-100 {
        letter-spacing: 3.4px; }
      .text-sm-34.text-va-200 {
        letter-spacing: 6.8px; }
      .text-sm-35.text-va-20 {
        letter-spacing: 0.7px; }
      .text-sm-35.text-va-30 {
        letter-spacing: 1.05px; }
      .text-sm-35.text-va-40 {
        letter-spacing: 1.4px; }
      .text-sm-35.text-va-50 {
        letter-spacing: 1.75px; }
      .text-sm-35.text-va-70 {
        letter-spacing: 2.45px; }
      .text-sm-35.text-va-100 {
        letter-spacing: 3.5px; }
      .text-sm-35.text-va-200 {
        letter-spacing: 7px; }
      .text-sm-36.text-va-20 {
        letter-spacing: 0.72px; }
      .text-sm-36.text-va-30 {
        letter-spacing: 1.08px; }
      .text-sm-36.text-va-40 {
        letter-spacing: 1.44px; }
      .text-sm-36.text-va-50 {
        letter-spacing: 1.8px; }
      .text-sm-36.text-va-70 {
        letter-spacing: 2.52px; }
      .text-sm-36.text-va-100 {
        letter-spacing: 3.6px; }
      .text-sm-36.text-va-200 {
        letter-spacing: 7.2px; }
      .text-sm-37.text-va-20 {
        letter-spacing: 0.74px; }
      .text-sm-37.text-va-30 {
        letter-spacing: 1.11px; }
      .text-sm-37.text-va-40 {
        letter-spacing: 1.48px; }
      .text-sm-37.text-va-50 {
        letter-spacing: 1.85px; }
      .text-sm-37.text-va-70 {
        letter-spacing: 2.59px; }
      .text-sm-37.text-va-100 {
        letter-spacing: 3.7px; }
      .text-sm-37.text-va-200 {
        letter-spacing: 7.4px; }
      .text-sm-38.text-va-20 {
        letter-spacing: 0.76px; }
      .text-sm-38.text-va-30 {
        letter-spacing: 1.14px; }
      .text-sm-38.text-va-40 {
        letter-spacing: 1.52px; }
      .text-sm-38.text-va-50 {
        letter-spacing: 1.9px; }
      .text-sm-38.text-va-70 {
        letter-spacing: 2.66px; }
      .text-sm-38.text-va-100 {
        letter-spacing: 3.8px; }
      .text-sm-38.text-va-200 {
        letter-spacing: 7.6px; }
      .text-sm-39.text-va-20 {
        letter-spacing: 0.78px; }
      .text-sm-39.text-va-30 {
        letter-spacing: 1.17px; }
      .text-sm-39.text-va-40 {
        letter-spacing: 1.56px; }
      .text-sm-39.text-va-50 {
        letter-spacing: 1.95px; }
      .text-sm-39.text-va-70 {
        letter-spacing: 2.73px; }
      .text-sm-39.text-va-100 {
        letter-spacing: 3.9px; }
      .text-sm-39.text-va-200 {
        letter-spacing: 7.8px; }
      .text-sm-40.text-va-20 {
        letter-spacing: 0.8px; }
      .text-sm-40.text-va-30 {
        letter-spacing: 1.2px; }
      .text-sm-40.text-va-40 {
        letter-spacing: 1.6px; }
      .text-sm-40.text-va-50 {
        letter-spacing: 2px; }
      .text-sm-40.text-va-70 {
        letter-spacing: 2.8px; }
      .text-sm-40.text-va-100 {
        letter-spacing: 4px; }
      .text-sm-40.text-va-200 {
        letter-spacing: 8px; }
      .text-sm-41.text-va-20 {
        letter-spacing: 0.82px; }
      .text-sm-41.text-va-30 {
        letter-spacing: 1.23px; }
      .text-sm-41.text-va-40 {
        letter-spacing: 1.64px; }
      .text-sm-41.text-va-50 {
        letter-spacing: 2.05px; }
      .text-sm-41.text-va-70 {
        letter-spacing: 2.87px; }
      .text-sm-41.text-va-100 {
        letter-spacing: 4.1px; }
      .text-sm-41.text-va-200 {
        letter-spacing: 8.2px; }
      .text-sm-42.text-va-20 {
        letter-spacing: 0.84px; }
      .text-sm-42.text-va-30 {
        letter-spacing: 1.26px; }
      .text-sm-42.text-va-40 {
        letter-spacing: 1.68px; }
      .text-sm-42.text-va-50 {
        letter-spacing: 2.1px; }
      .text-sm-42.text-va-70 {
        letter-spacing: 2.94px; }
      .text-sm-42.text-va-100 {
        letter-spacing: 4.2px; }
      .text-sm-42.text-va-200 {
        letter-spacing: 8.4px; }
      .text-sm-43.text-va-20 {
        letter-spacing: 0.86px; }
      .text-sm-43.text-va-30 {
        letter-spacing: 1.29px; }
      .text-sm-43.text-va-40 {
        letter-spacing: 1.72px; }
      .text-sm-43.text-va-50 {
        letter-spacing: 2.15px; }
      .text-sm-43.text-va-70 {
        letter-spacing: 3.01px; }
      .text-sm-43.text-va-100 {
        letter-spacing: 4.3px; }
      .text-sm-43.text-va-200 {
        letter-spacing: 8.6px; }
      .text-sm-44.text-va-20 {
        letter-spacing: 0.88px; }
      .text-sm-44.text-va-30 {
        letter-spacing: 1.32px; }
      .text-sm-44.text-va-40 {
        letter-spacing: 1.76px; }
      .text-sm-44.text-va-50 {
        letter-spacing: 2.2px; }
      .text-sm-44.text-va-70 {
        letter-spacing: 3.08px; }
      .text-sm-44.text-va-100 {
        letter-spacing: 4.4px; }
      .text-sm-44.text-va-200 {
        letter-spacing: 8.8px; }
      .text-sm-45.text-va-20 {
        letter-spacing: 0.9px; }
      .text-sm-45.text-va-30 {
        letter-spacing: 1.35px; }
      .text-sm-45.text-va-40 {
        letter-spacing: 1.8px; }
      .text-sm-45.text-va-50 {
        letter-spacing: 2.25px; }
      .text-sm-45.text-va-70 {
        letter-spacing: 3.15px; }
      .text-sm-45.text-va-100 {
        letter-spacing: 4.5px; }
      .text-sm-45.text-va-200 {
        letter-spacing: 9px; }
      .text-sm-46.text-va-20 {
        letter-spacing: 0.92px; }
      .text-sm-46.text-va-30 {
        letter-spacing: 1.38px; }
      .text-sm-46.text-va-40 {
        letter-spacing: 1.84px; }
      .text-sm-46.text-va-50 {
        letter-spacing: 2.3px; }
      .text-sm-46.text-va-70 {
        letter-spacing: 3.22px; }
      .text-sm-46.text-va-100 {
        letter-spacing: 4.6px; }
      .text-sm-46.text-va-200 {
        letter-spacing: 9.2px; }
      .text-sm-48.text-va-20 {
        letter-spacing: 0.96px; }
      .text-sm-48.text-va-30 {
        letter-spacing: 1.44px; }
      .text-sm-48.text-va-40 {
        letter-spacing: 1.92px; }
      .text-sm-48.text-va-50 {
        letter-spacing: 2.4px; }
      .text-sm-48.text-va-70 {
        letter-spacing: 3.36px; }
      .text-sm-48.text-va-100 {
        letter-spacing: 4.8px; }
      .text-sm-48.text-va-200 {
        letter-spacing: 9.6px; }
      .text-sm-50.text-va-20 {
        letter-spacing: 1px; }
      .text-sm-50.text-va-30 {
        letter-spacing: 1.5px; }
      .text-sm-50.text-va-40 {
        letter-spacing: 2px; }
      .text-sm-50.text-va-50 {
        letter-spacing: 2.5px; }
      .text-sm-50.text-va-70 {
        letter-spacing: 3.5px; }
      .text-sm-50.text-va-100 {
        letter-spacing: 5px; }
      .text-sm-50.text-va-200 {
        letter-spacing: 10px; }
      .text-sm-54.text-va-20 {
        letter-spacing: 1.08px; }
      .text-sm-54.text-va-30 {
        letter-spacing: 1.62px; }
      .text-sm-54.text-va-40 {
        letter-spacing: 2.16px; }
      .text-sm-54.text-va-50 {
        letter-spacing: 2.7px; }
      .text-sm-54.text-va-70 {
        letter-spacing: 3.78px; }
      .text-sm-54.text-va-100 {
        letter-spacing: 5.4px; }
      .text-sm-54.text-va-200 {
        letter-spacing: 10.8px; }
      .text-sm-55.text-va-20 {
        letter-spacing: 1.1px; }
      .text-sm-55.text-va-30 {
        letter-spacing: 1.65px; }
      .text-sm-55.text-va-40 {
        letter-spacing: 2.2px; }
      .text-sm-55.text-va-50 {
        letter-spacing: 2.75px; }
      .text-sm-55.text-va-70 {
        letter-spacing: 3.85px; }
      .text-sm-55.text-va-100 {
        letter-spacing: 5.5px; }
      .text-sm-55.text-va-200 {
        letter-spacing: 11px; }
      .text-sm-60.text-va-20 {
        letter-spacing: 1.2px; }
      .text-sm-60.text-va-30 {
        letter-spacing: 1.8px; }
      .text-sm-60.text-va-40 {
        letter-spacing: 2.4px; }
      .text-sm-60.text-va-50 {
        letter-spacing: 3px; }
      .text-sm-60.text-va-70 {
        letter-spacing: 4.2px; }
      .text-sm-60.text-va-100 {
        letter-spacing: 6px; }
      .text-sm-60.text-va-200 {
        letter-spacing: 12px; }
      .text-sm-64.text-va-20 {
        letter-spacing: 1.28px; }
      .text-sm-64.text-va-30 {
        letter-spacing: 1.92px; }
      .text-sm-64.text-va-40 {
        letter-spacing: 2.56px; }
      .text-sm-64.text-va-50 {
        letter-spacing: 3.2px; }
      .text-sm-64.text-va-70 {
        letter-spacing: 4.48px; }
      .text-sm-64.text-va-100 {
        letter-spacing: 6.4px; }
      .text-sm-64.text-va-200 {
        letter-spacing: 12.8px; }
      .text-sm-68.text-va-20 {
        letter-spacing: 1.36px; }
      .text-sm-68.text-va-30 {
        letter-spacing: 2.04px; }
      .text-sm-68.text-va-40 {
        letter-spacing: 2.72px; }
      .text-sm-68.text-va-50 {
        letter-spacing: 3.4px; }
      .text-sm-68.text-va-70 {
        letter-spacing: 4.76px; }
      .text-sm-68.text-va-100 {
        letter-spacing: 6.8px; }
      .text-sm-68.text-va-200 {
        letter-spacing: 13.6px; }
      .text-sm-70.text-va-20 {
        letter-spacing: 1.4px; }
      .text-sm-70.text-va-30 {
        letter-spacing: 2.1px; }
      .text-sm-70.text-va-40 {
        letter-spacing: 2.8px; }
      .text-sm-70.text-va-50 {
        letter-spacing: 3.5px; }
      .text-sm-70.text-va-70 {
        letter-spacing: 4.9px; }
      .text-sm-70.text-va-100 {
        letter-spacing: 7px; }
      .text-sm-70.text-va-200 {
        letter-spacing: 14px; }
      .text-sm-75.text-va-20 {
        letter-spacing: 1.5px; }
      .text-sm-75.text-va-30 {
        letter-spacing: 2.25px; }
      .text-sm-75.text-va-40 {
        letter-spacing: 3px; }
      .text-sm-75.text-va-50 {
        letter-spacing: 3.75px; }
      .text-sm-75.text-va-70 {
        letter-spacing: 5.25px; }
      .text-sm-75.text-va-100 {
        letter-spacing: 7.5px; }
      .text-sm-75.text-va-200 {
        letter-spacing: 15px; }
      .text-sm-78.text-va-20 {
        letter-spacing: 1.56px; }
      .text-sm-78.text-va-30 {
        letter-spacing: 2.34px; }
      .text-sm-78.text-va-40 {
        letter-spacing: 3.12px; }
      .text-sm-78.text-va-50 {
        letter-spacing: 3.9px; }
      .text-sm-78.text-va-70 {
        letter-spacing: 5.46px; }
      .text-sm-78.text-va-100 {
        letter-spacing: 7.8px; }
      .text-sm-78.text-va-200 {
        letter-spacing: 15.6px; }
      .text-sm-80.text-va-20 {
        letter-spacing: 1.6px; }
      .text-sm-80.text-va-30 {
        letter-spacing: 2.4px; }
      .text-sm-80.text-va-40 {
        letter-spacing: 3.2px; }
      .text-sm-80.text-va-50 {
        letter-spacing: 4px; }
      .text-sm-80.text-va-70 {
        letter-spacing: 5.6px; }
      .text-sm-80.text-va-100 {
        letter-spacing: 8px; }
      .text-sm-80.text-va-200 {
        letter-spacing: 16px; }
      .text-sm-82.text-va-20 {
        letter-spacing: 1.64px; }
      .text-sm-82.text-va-30 {
        letter-spacing: 2.46px; }
      .text-sm-82.text-va-40 {
        letter-spacing: 3.28px; }
      .text-sm-82.text-va-50 {
        letter-spacing: 4.1px; }
      .text-sm-82.text-va-70 {
        letter-spacing: 5.74px; }
      .text-sm-82.text-va-100 {
        letter-spacing: 8.2px; }
      .text-sm-82.text-va-200 {
        letter-spacing: 16.4px; }
      .text-sm-85.text-va-20 {
        letter-spacing: 1.7px; }
      .text-sm-85.text-va-30 {
        letter-spacing: 2.55px; }
      .text-sm-85.text-va-40 {
        letter-spacing: 3.4px; }
      .text-sm-85.text-va-50 {
        letter-spacing: 4.25px; }
      .text-sm-85.text-va-70 {
        letter-spacing: 5.95px; }
      .text-sm-85.text-va-100 {
        letter-spacing: 8.5px; }
      .text-sm-85.text-va-200 {
        letter-spacing: 17px; }
      .text-sm-90.text-va-20 {
        letter-spacing: 1.8px; }
      .text-sm-90.text-va-30 {
        letter-spacing: 2.7px; }
      .text-sm-90.text-va-40 {
        letter-spacing: 3.6px; }
      .text-sm-90.text-va-50 {
        letter-spacing: 4.5px; }
      .text-sm-90.text-va-70 {
        letter-spacing: 6.3px; }
      .text-sm-90.text-va-100 {
        letter-spacing: 9px; }
      .text-sm-90.text-va-200 {
        letter-spacing: 18px; }
      .text-sm-100.text-va-20 {
        letter-spacing: 2px; }
      .text-sm-100.text-va-30 {
        letter-spacing: 3px; }
      .text-sm-100.text-va-40 {
        letter-spacing: 4px; }
      .text-sm-100.text-va-50 {
        letter-spacing: 5px; }
      .text-sm-100.text-va-70 {
        letter-spacing: 7px; }
      .text-sm-100.text-va-100 {
        letter-spacing: 10px; }
      .text-sm-100.text-va-200 {
        letter-spacing: 20px; }
      .text-sm-180.text-va-20 {
        letter-spacing: 3.6px; }
      .text-sm-180.text-va-30 {
        letter-spacing: 5.4px; }
      .text-sm-180.text-va-40 {
        letter-spacing: 7.2px; }
      .text-sm-180.text-va-50 {
        letter-spacing: 9px; }
      .text-sm-180.text-va-70 {
        letter-spacing: 12.6px; }
      .text-sm-180.text-va-100 {
        letter-spacing: 18px; }
      .text-sm-180.text-va-200 {
        letter-spacing: 36px; }
      .text-sm-200.text-va-20 {
        letter-spacing: 4px; }
      .text-sm-200.text-va-30 {
        letter-spacing: 6px; }
      .text-sm-200.text-va-40 {
        letter-spacing: 8px; }
      .text-sm-200.text-va-50 {
        letter-spacing: 10px; }
      .text-sm-200.text-va-70 {
        letter-spacing: 14px; }
      .text-sm-200.text-va-100 {
        letter-spacing: 20px; }
      .text-sm-200.text-va-200 {
        letter-spacing: 40px; } }

@media (min-width: 768px) {
    .text-md-10.text-va-20 {
      letter-spacing: 0.2px; }
      .text-md-10.text-va-30 {
        letter-spacing: 0.3px; }
      .text-md-10.text-va-40 {
        letter-spacing: 0.4px; }
      .text-md-10.text-va-50 {
        letter-spacing: 0.5px; }
      .text-md-10.text-va-70 {
        letter-spacing: 0.7px; }
      .text-md-10.text-va-100 {
        letter-spacing: 1px; }
      .text-md-10.text-va-200 {
        letter-spacing: 2px; }
      .text-md-11.text-va-20 {
        letter-spacing: 0.22px; }
      .text-md-11.text-va-30 {
        letter-spacing: 0.33px; }
      .text-md-11.text-va-40 {
        letter-spacing: 0.44px; }
      .text-md-11.text-va-50 {
        letter-spacing: 0.55px; }
      .text-md-11.text-va-70 {
        letter-spacing: 0.77px; }
      .text-md-11.text-va-100 {
        letter-spacing: 1.1px; }
      .text-md-11.text-va-200 {
        letter-spacing: 2.2px; }
      .text-md-12.text-va-20 {
        letter-spacing: 0.24px; }
      .text-md-12.text-va-30 {
        letter-spacing: 0.36px; }
      .text-md-12.text-va-40 {
        letter-spacing: 0.48px; }
      .text-md-12.text-va-50 {
        letter-spacing: 0.6px; }
      .text-md-12.text-va-70 {
        letter-spacing: 0.84px; }
      .text-md-12.text-va-100 {
        letter-spacing: 1.2px; }
      .text-md-12.text-va-200 {
        letter-spacing: 2.4px; }
      .text-md-13.text-va-20 {
        letter-spacing: 0.26px; }
      .text-md-13.text-va-30 {
        letter-spacing: 0.39px; }
      .text-md-13.text-va-40 {
        letter-spacing: 0.52px; }
      .text-md-13.text-va-50 {
        letter-spacing: 0.65px; }
      .text-md-13.text-va-70 {
        letter-spacing: 0.91px; }
      .text-md-13.text-va-100 {
        letter-spacing: 1.3px; }
      .text-md-13.text-va-200 {
        letter-spacing: 2.6px; }
      .text-md-14.text-va-20 {
        letter-spacing: 0.28px; }
      .text-md-14.text-va-30 {
        letter-spacing: 0.42px; }
      .text-md-14.text-va-40 {
        letter-spacing: 0.56px; }
      .text-md-14.text-va-50 {
        letter-spacing: 0.7px; }
      .text-md-14.text-va-70 {
        letter-spacing: 0.98px; }
      .text-md-14.text-va-100 {
        letter-spacing: 1.4px; }
      .text-md-14.text-va-200 {
        letter-spacing: 2.8px; }
      .text-md-15.text-va-20 {
        letter-spacing: 0.3px; }
      .text-md-15.text-va-30 {
        letter-spacing: 0.45px; }
      .text-md-15.text-va-40 {
        letter-spacing: 0.6px; }
      .text-md-15.text-va-50 {
        letter-spacing: 0.75px; }
      .text-md-15.text-va-70 {
        letter-spacing: 1.05px; }
      .text-md-15.text-va-100 {
        letter-spacing: 1.5px; }
      .text-md-15.text-va-200 {
        letter-spacing: 3px; }
      .text-md-16.text-va-20 {
        letter-spacing: 0.32px; }
      .text-md-16.text-va-30 {
        letter-spacing: 0.48px; }
      .text-md-16.text-va-40 {
        letter-spacing: 0.64px; }
      .text-md-16.text-va-50 {
        letter-spacing: 0.8px; }
      .text-md-16.text-va-70 {
        letter-spacing: 1.12px; }
      .text-md-16.text-va-100 {
        letter-spacing: 1.6px; }
      .text-md-16.text-va-200 {
        letter-spacing: 3.2px; }
      .text-md-17.text-va-20 {
        letter-spacing: 0.34px; }
      .text-md-17.text-va-30 {
        letter-spacing: 0.51px; }
      .text-md-17.text-va-40 {
        letter-spacing: 0.68px; }
      .text-md-17.text-va-50 {
        letter-spacing: 0.85px; }
      .text-md-17.text-va-70 {
        letter-spacing: 1.19px; }
      .text-md-17.text-va-100 {
        letter-spacing: 1.7px; }
      .text-md-17.text-va-200 {
        letter-spacing: 3.4px; }
      .text-md-18.text-va-20 {
        letter-spacing: 0.36px; }
      .text-md-18.text-va-30 {
        letter-spacing: 0.54px; }
      .text-md-18.text-va-40 {
        letter-spacing: 0.72px; }
      .text-md-18.text-va-50 {
        letter-spacing: 0.9px; }
      .text-md-18.text-va-70 {
        letter-spacing: 1.26px; }
      .text-md-18.text-va-100 {
        letter-spacing: 1.8px; }
      .text-md-18.text-va-200 {
        letter-spacing: 3.6px; }
      .text-md-19.text-va-20 {
        letter-spacing: 0.38px; }
      .text-md-19.text-va-30 {
        letter-spacing: 0.57px; }
      .text-md-19.text-va-40 {
        letter-spacing: 0.76px; }
      .text-md-19.text-va-50 {
        letter-spacing: 0.95px; }
      .text-md-19.text-va-70 {
        letter-spacing: 1.33px; }
      .text-md-19.text-va-100 {
        letter-spacing: 1.9px; }
      .text-md-19.text-va-200 {
        letter-spacing: 3.8px; }
      .text-md-20.text-va-20 {
        letter-spacing: 0.4px; }
      .text-md-20.text-va-30 {
        letter-spacing: 0.6px; }
      .text-md-20.text-va-40 {
        letter-spacing: 0.8px; }
      .text-md-20.text-va-50 {
        letter-spacing: 1px; }
      .text-md-20.text-va-70 {
        letter-spacing: 1.4px; }
      .text-md-20.text-va-100 {
        letter-spacing: 2px; }
      .text-md-20.text-va-200 {
        letter-spacing: 4px; }
      .text-md-21.text-va-20 {
        letter-spacing: 0.42px; }
      .text-md-21.text-va-30 {
        letter-spacing: 0.63px; }
      .text-md-21.text-va-40 {
        letter-spacing: 0.84px; }
      .text-md-21.text-va-50 {
        letter-spacing: 1.05px; }
      .text-md-21.text-va-70 {
        letter-spacing: 1.47px; }
      .text-md-21.text-va-100 {
        letter-spacing: 2.1px; }
      .text-md-21.text-va-200 {
        letter-spacing: 4.2px; }
      .text-md-22.text-va-20 {
        letter-spacing: 0.44px; }
      .text-md-22.text-va-30 {
        letter-spacing: 0.66px; }
      .text-md-22.text-va-40 {
        letter-spacing: 0.88px; }
      .text-md-22.text-va-50 {
        letter-spacing: 1.1px; }
      .text-md-22.text-va-70 {
        letter-spacing: 1.54px; }
      .text-md-22.text-va-100 {
        letter-spacing: 2.2px; }
      .text-md-22.text-va-200 {
        letter-spacing: 4.4px; }
      .text-md-23.text-va-20 {
        letter-spacing: 0.46px; }
      .text-md-23.text-va-30 {
        letter-spacing: 0.69px; }
      .text-md-23.text-va-40 {
        letter-spacing: 0.92px; }
      .text-md-23.text-va-50 {
        letter-spacing: 1.15px; }
      .text-md-23.text-va-70 {
        letter-spacing: 1.61px; }
      .text-md-23.text-va-100 {
        letter-spacing: 2.3px; }
      .text-md-23.text-va-200 {
        letter-spacing: 4.6px; }
      .text-md-24.text-va-20 {
        letter-spacing: 0.48px; }
      .text-md-24.text-va-30 {
        letter-spacing: 0.72px; }
      .text-md-24.text-va-40 {
        letter-spacing: 0.96px; }
      .text-md-24.text-va-50 {
        letter-spacing: 1.2px; }
      .text-md-24.text-va-70 {
        letter-spacing: 1.68px; }
      .text-md-24.text-va-100 {
        letter-spacing: 2.4px; }
      .text-md-24.text-va-200 {
        letter-spacing: 4.8px; }
      .text-md-25.text-va-20 {
        letter-spacing: 0.5px; }
      .text-md-25.text-va-30 {
        letter-spacing: 0.75px; }
      .text-md-25.text-va-40 {
        letter-spacing: 1px; }
      .text-md-25.text-va-50 {
        letter-spacing: 1.25px; }
      .text-md-25.text-va-70 {
        letter-spacing: 1.75px; }
      .text-md-25.text-va-100 {
        letter-spacing: 2.5px; }
      .text-md-25.text-va-200 {
        letter-spacing: 5px; }
      .text-md-26.text-va-20 {
        letter-spacing: 0.52px; }
      .text-md-26.text-va-30 {
        letter-spacing: 0.78px; }
      .text-md-26.text-va-40 {
        letter-spacing: 1.04px; }
      .text-md-26.text-va-50 {
        letter-spacing: 1.3px; }
      .text-md-26.text-va-70 {
        letter-spacing: 1.82px; }
      .text-md-26.text-va-100 {
        letter-spacing: 2.6px; }
      .text-md-26.text-va-200 {
        letter-spacing: 5.2px; }
      .text-md-27.text-va-20 {
        letter-spacing: 0.54px; }
      .text-md-27.text-va-30 {
        letter-spacing: 0.81px; }
      .text-md-27.text-va-40 {
        letter-spacing: 1.08px; }
      .text-md-27.text-va-50 {
        letter-spacing: 1.35px; }
      .text-md-27.text-va-70 {
        letter-spacing: 1.89px; }
      .text-md-27.text-va-100 {
        letter-spacing: 2.7px; }
      .text-md-27.text-va-200 {
        letter-spacing: 5.4px; }
      .text-md-28.text-va-20 {
        letter-spacing: 0.56px; }
      .text-md-28.text-va-30 {
        letter-spacing: 0.84px; }
      .text-md-28.text-va-40 {
        letter-spacing: 1.12px; }
      .text-md-28.text-va-50 {
        letter-spacing: 1.4px; }
      .text-md-28.text-va-70 {
        letter-spacing: 1.96px; }
      .text-md-28.text-va-100 {
        letter-spacing: 2.8px; }
      .text-md-28.text-va-200 {
        letter-spacing: 5.6px; }
      .text-md-29.text-va-20 {
        letter-spacing: 0.58px; }
      .text-md-29.text-va-30 {
        letter-spacing: 0.87px; }
      .text-md-29.text-va-40 {
        letter-spacing: 1.16px; }
      .text-md-29.text-va-50 {
        letter-spacing: 1.45px; }
      .text-md-29.text-va-70 {
        letter-spacing: 2.03px; }
      .text-md-29.text-va-100 {
        letter-spacing: 2.9px; }
      .text-md-29.text-va-200 {
        letter-spacing: 5.8px; }
      .text-md-30.text-va-20 {
        letter-spacing: 0.6px; }
      .text-md-30.text-va-30 {
        letter-spacing: 0.9px; }
      .text-md-30.text-va-40 {
        letter-spacing: 1.2px; }
      .text-md-30.text-va-50 {
        letter-spacing: 1.5px; }
      .text-md-30.text-va-70 {
        letter-spacing: 2.1px; }
      .text-md-30.text-va-100 {
        letter-spacing: 3px; }
      .text-md-30.text-va-200 {
        letter-spacing: 6px; }
      .text-md-31.text-va-20 {
        letter-spacing: 0.62px; }
      .text-md-31.text-va-30 {
        letter-spacing: 0.93px; }
      .text-md-31.text-va-40 {
        letter-spacing: 1.24px; }
      .text-md-31.text-va-50 {
        letter-spacing: 1.55px; }
      .text-md-31.text-va-70 {
        letter-spacing: 2.17px; }
      .text-md-31.text-va-100 {
        letter-spacing: 3.1px; }
      .text-md-31.text-va-200 {
        letter-spacing: 6.2px; }
      .text-md-32.text-va-20 {
        letter-spacing: 0.64px; }
      .text-md-32.text-va-30 {
        letter-spacing: 0.96px; }
      .text-md-32.text-va-40 {
        letter-spacing: 1.28px; }
      .text-md-32.text-va-50 {
        letter-spacing: 1.6px; }
      .text-md-32.text-va-70 {
        letter-spacing: 2.24px; }
      .text-md-32.text-va-100 {
        letter-spacing: 3.2px; }
      .text-md-32.text-va-200 {
        letter-spacing: 6.4px; }
      .text-md-33.text-va-20 {
        letter-spacing: 0.66px; }
      .text-md-33.text-va-30 {
        letter-spacing: 0.99px; }
      .text-md-33.text-va-40 {
        letter-spacing: 1.32px; }
      .text-md-33.text-va-50 {
        letter-spacing: 1.65px; }
      .text-md-33.text-va-70 {
        letter-spacing: 2.31px; }
      .text-md-33.text-va-100 {
        letter-spacing: 3.3px; }
      .text-md-33.text-va-200 {
        letter-spacing: 6.6px; }
      .text-md-34.text-va-20 {
        letter-spacing: 0.68px; }
      .text-md-34.text-va-30 {
        letter-spacing: 1.02px; }
      .text-md-34.text-va-40 {
        letter-spacing: 1.36px; }
      .text-md-34.text-va-50 {
        letter-spacing: 1.7px; }
      .text-md-34.text-va-70 {
        letter-spacing: 2.38px; }
      .text-md-34.text-va-100 {
        letter-spacing: 3.4px; }
      .text-md-34.text-va-200 {
        letter-spacing: 6.8px; }
      .text-md-35.text-va-20 {
        letter-spacing: 0.7px; }
      .text-md-35.text-va-30 {
        letter-spacing: 1.05px; }
      .text-md-35.text-va-40 {
        letter-spacing: 1.4px; }
      .text-md-35.text-va-50 {
        letter-spacing: 1.75px; }
      .text-md-35.text-va-70 {
        letter-spacing: 2.45px; }
      .text-md-35.text-va-100 {
        letter-spacing: 3.5px; }
      .text-md-35.text-va-200 {
        letter-spacing: 7px; }
      .text-md-36.text-va-20 {
        letter-spacing: 0.72px; }
      .text-md-36.text-va-30 {
        letter-spacing: 1.08px; }
      .text-md-36.text-va-40 {
        letter-spacing: 1.44px; }
      .text-md-36.text-va-50 {
        letter-spacing: 1.8px; }
      .text-md-36.text-va-70 {
        letter-spacing: 2.52px; }
      .text-md-36.text-va-100 {
        letter-spacing: 3.6px; }
      .text-md-36.text-va-200 {
        letter-spacing: 7.2px; }
      .text-md-37.text-va-20 {
        letter-spacing: 0.74px; }
      .text-md-37.text-va-30 {
        letter-spacing: 1.11px; }
      .text-md-37.text-va-40 {
        letter-spacing: 1.48px; }
      .text-md-37.text-va-50 {
        letter-spacing: 1.85px; }
      .text-md-37.text-va-70 {
        letter-spacing: 2.59px; }
      .text-md-37.text-va-100 {
        letter-spacing: 3.7px; }
      .text-md-37.text-va-200 {
        letter-spacing: 7.4px; }
      .text-md-38.text-va-20 {
        letter-spacing: 0.76px; }
      .text-md-38.text-va-30 {
        letter-spacing: 1.14px; }
      .text-md-38.text-va-40 {
        letter-spacing: 1.52px; }
      .text-md-38.text-va-50 {
        letter-spacing: 1.9px; }
      .text-md-38.text-va-70 {
        letter-spacing: 2.66px; }
      .text-md-38.text-va-100 {
        letter-spacing: 3.8px; }
      .text-md-38.text-va-200 {
        letter-spacing: 7.6px; }
      .text-md-39.text-va-20 {
        letter-spacing: 0.78px; }
      .text-md-39.text-va-30 {
        letter-spacing: 1.17px; }
      .text-md-39.text-va-40 {
        letter-spacing: 1.56px; }
      .text-md-39.text-va-50 {
        letter-spacing: 1.95px; }
      .text-md-39.text-va-70 {
        letter-spacing: 2.73px; }
      .text-md-39.text-va-100 {
        letter-spacing: 3.9px; }
      .text-md-39.text-va-200 {
        letter-spacing: 7.8px; }
      .text-md-40.text-va-20 {
        letter-spacing: 0.8px; }
      .text-md-40.text-va-30 {
        letter-spacing: 1.2px; }
      .text-md-40.text-va-40 {
        letter-spacing: 1.6px; }
      .text-md-40.text-va-50 {
        letter-spacing: 2px; }
      .text-md-40.text-va-70 {
        letter-spacing: 2.8px; }
      .text-md-40.text-va-100 {
        letter-spacing: 4px; }
      .text-md-40.text-va-200 {
        letter-spacing: 8px; }
      .text-md-41.text-va-20 {
        letter-spacing: 0.82px; }
      .text-md-41.text-va-30 {
        letter-spacing: 1.23px; }
      .text-md-41.text-va-40 {
        letter-spacing: 1.64px; }
      .text-md-41.text-va-50 {
        letter-spacing: 2.05px; }
      .text-md-41.text-va-70 {
        letter-spacing: 2.87px; }
      .text-md-41.text-va-100 {
        letter-spacing: 4.1px; }
      .text-md-41.text-va-200 {
        letter-spacing: 8.2px; }
      .text-md-42.text-va-20 {
        letter-spacing: 0.84px; }
      .text-md-42.text-va-30 {
        letter-spacing: 1.26px; }
      .text-md-42.text-va-40 {
        letter-spacing: 1.68px; }
      .text-md-42.text-va-50 {
        letter-spacing: 2.1px; }
      .text-md-42.text-va-70 {
        letter-spacing: 2.94px; }
      .text-md-42.text-va-100 {
        letter-spacing: 4.2px; }
      .text-md-42.text-va-200 {
        letter-spacing: 8.4px; }
      .text-md-43.text-va-20 {
        letter-spacing: 0.86px; }
      .text-md-43.text-va-30 {
        letter-spacing: 1.29px; }
      .text-md-43.text-va-40 {
        letter-spacing: 1.72px; }
      .text-md-43.text-va-50 {
        letter-spacing: 2.15px; }
      .text-md-43.text-va-70 {
        letter-spacing: 3.01px; }
      .text-md-43.text-va-100 {
        letter-spacing: 4.3px; }
      .text-md-43.text-va-200 {
        letter-spacing: 8.6px; }
      .text-md-44.text-va-20 {
        letter-spacing: 0.88px; }
      .text-md-44.text-va-30 {
        letter-spacing: 1.32px; }
      .text-md-44.text-va-40 {
        letter-spacing: 1.76px; }
      .text-md-44.text-va-50 {
        letter-spacing: 2.2px; }
      .text-md-44.text-va-70 {
        letter-spacing: 3.08px; }
      .text-md-44.text-va-100 {
        letter-spacing: 4.4px; }
      .text-md-44.text-va-200 {
        letter-spacing: 8.8px; }
      .text-md-45.text-va-20 {
        letter-spacing: 0.9px; }
      .text-md-45.text-va-30 {
        letter-spacing: 1.35px; }
      .text-md-45.text-va-40 {
        letter-spacing: 1.8px; }
      .text-md-45.text-va-50 {
        letter-spacing: 2.25px; }
      .text-md-45.text-va-70 {
        letter-spacing: 3.15px; }
      .text-md-45.text-va-100 {
        letter-spacing: 4.5px; }
      .text-md-45.text-va-200 {
        letter-spacing: 9px; }
      .text-md-46.text-va-20 {
        letter-spacing: 0.92px; }
      .text-md-46.text-va-30 {
        letter-spacing: 1.38px; }
      .text-md-46.text-va-40 {
        letter-spacing: 1.84px; }
      .text-md-46.text-va-50 {
        letter-spacing: 2.3px; }
      .text-md-46.text-va-70 {
        letter-spacing: 3.22px; }
      .text-md-46.text-va-100 {
        letter-spacing: 4.6px; }
      .text-md-46.text-va-200 {
        letter-spacing: 9.2px; }
      .text-md-48.text-va-20 {
        letter-spacing: 0.96px; }
      .text-md-48.text-va-30 {
        letter-spacing: 1.44px; }
      .text-md-48.text-va-40 {
        letter-spacing: 1.92px; }
      .text-md-48.text-va-50 {
        letter-spacing: 2.4px; }
      .text-md-48.text-va-70 {
        letter-spacing: 3.36px; }
      .text-md-48.text-va-100 {
        letter-spacing: 4.8px; }
      .text-md-48.text-va-200 {
        letter-spacing: 9.6px; }
      .text-md-50.text-va-20 {
        letter-spacing: 1px; }
      .text-md-50.text-va-30 {
        letter-spacing: 1.5px; }
      .text-md-50.text-va-40 {
        letter-spacing: 2px; }
      .text-md-50.text-va-50 {
        letter-spacing: 2.5px; }
      .text-md-50.text-va-70 {
        letter-spacing: 3.5px; }
      .text-md-50.text-va-100 {
        letter-spacing: 5px; }
      .text-md-50.text-va-200 {
        letter-spacing: 10px; }
      .text-md-54.text-va-20 {
        letter-spacing: 1.08px; }
      .text-md-54.text-va-30 {
        letter-spacing: 1.62px; }
      .text-md-54.text-va-40 {
        letter-spacing: 2.16px; }
      .text-md-54.text-va-50 {
        letter-spacing: 2.7px; }
      .text-md-54.text-va-70 {
        letter-spacing: 3.78px; }
      .text-md-54.text-va-100 {
        letter-spacing: 5.4px; }
      .text-md-54.text-va-200 {
        letter-spacing: 10.8px; }
      .text-md-55.text-va-20 {
        letter-spacing: 1.1px; }
      .text-md-55.text-va-30 {
        letter-spacing: 1.65px; }
      .text-md-55.text-va-40 {
        letter-spacing: 2.2px; }
      .text-md-55.text-va-50 {
        letter-spacing: 2.75px; }
      .text-md-55.text-va-70 {
        letter-spacing: 3.85px; }
      .text-md-55.text-va-100 {
        letter-spacing: 5.5px; }
      .text-md-55.text-va-200 {
        letter-spacing: 11px; }
      .text-md-60.text-va-20 {
        letter-spacing: 1.2px; }
      .text-md-60.text-va-30 {
        letter-spacing: 1.8px; }
      .text-md-60.text-va-40 {
        letter-spacing: 2.4px; }
      .text-md-60.text-va-50 {
        letter-spacing: 3px; }
      .text-md-60.text-va-70 {
        letter-spacing: 4.2px; }
      .text-md-60.text-va-100 {
        letter-spacing: 6px; }
      .text-md-60.text-va-200 {
        letter-spacing: 12px; }
      .text-md-64.text-va-20 {
        letter-spacing: 1.28px; }
      .text-md-64.text-va-30 {
        letter-spacing: 1.92px; }
      .text-md-64.text-va-40 {
        letter-spacing: 2.56px; }
      .text-md-64.text-va-50 {
        letter-spacing: 3.2px; }
      .text-md-64.text-va-70 {
        letter-spacing: 4.48px; }
      .text-md-64.text-va-100 {
        letter-spacing: 6.4px; }
      .text-md-64.text-va-200 {
        letter-spacing: 12.8px; }
      .text-md-68.text-va-20 {
        letter-spacing: 1.36px; }
      .text-md-68.text-va-30 {
        letter-spacing: 2.04px; }
      .text-md-68.text-va-40 {
        letter-spacing: 2.72px; }
      .text-md-68.text-va-50 {
        letter-spacing: 3.4px; }
      .text-md-68.text-va-70 {
        letter-spacing: 4.76px; }
      .text-md-68.text-va-100 {
        letter-spacing: 6.8px; }
      .text-md-68.text-va-200 {
        letter-spacing: 13.6px; }
      .text-md-70.text-va-20 {
        letter-spacing: 1.4px; }
      .text-md-70.text-va-30 {
        letter-spacing: 2.1px; }
      .text-md-70.text-va-40 {
        letter-spacing: 2.8px; }
      .text-md-70.text-va-50 {
        letter-spacing: 3.5px; }
      .text-md-70.text-va-70 {
        letter-spacing: 4.9px; }
      .text-md-70.text-va-100 {
        letter-spacing: 7px; }
      .text-md-70.text-va-200 {
        letter-spacing: 14px; }
      .text-md-75.text-va-20 {
        letter-spacing: 1.5px; }
      .text-md-75.text-va-30 {
        letter-spacing: 2.25px; }
      .text-md-75.text-va-40 {
        letter-spacing: 3px; }
      .text-md-75.text-va-50 {
        letter-spacing: 3.75px; }
      .text-md-75.text-va-70 {
        letter-spacing: 5.25px; }
      .text-md-75.text-va-100 {
        letter-spacing: 7.5px; }
      .text-md-75.text-va-200 {
        letter-spacing: 15px; }
      .text-md-78.text-va-20 {
        letter-spacing: 1.56px; }
      .text-md-78.text-va-30 {
        letter-spacing: 2.34px; }
      .text-md-78.text-va-40 {
        letter-spacing: 3.12px; }
      .text-md-78.text-va-50 {
        letter-spacing: 3.9px; }
      .text-md-78.text-va-70 {
        letter-spacing: 5.46px; }
      .text-md-78.text-va-100 {
        letter-spacing: 7.8px; }
      .text-md-78.text-va-200 {
        letter-spacing: 15.6px; }
      .text-md-80.text-va-20 {
        letter-spacing: 1.6px; }
      .text-md-80.text-va-30 {
        letter-spacing: 2.4px; }
      .text-md-80.text-va-40 {
        letter-spacing: 3.2px; }
      .text-md-80.text-va-50 {
        letter-spacing: 4px; }
      .text-md-80.text-va-70 {
        letter-spacing: 5.6px; }
      .text-md-80.text-va-100 {
        letter-spacing: 8px; }
      .text-md-80.text-va-200 {
        letter-spacing: 16px; }
      .text-md-82.text-va-20 {
        letter-spacing: 1.64px; }
      .text-md-82.text-va-30 {
        letter-spacing: 2.46px; }
      .text-md-82.text-va-40 {
        letter-spacing: 3.28px; }
      .text-md-82.text-va-50 {
        letter-spacing: 4.1px; }
      .text-md-82.text-va-70 {
        letter-spacing: 5.74px; }
      .text-md-82.text-va-100 {
        letter-spacing: 8.2px; }
      .text-md-82.text-va-200 {
        letter-spacing: 16.4px; }
      .text-md-85.text-va-20 {
        letter-spacing: 1.7px; }
      .text-md-85.text-va-30 {
        letter-spacing: 2.55px; }
      .text-md-85.text-va-40 {
        letter-spacing: 3.4px; }
      .text-md-85.text-va-50 {
        letter-spacing: 4.25px; }
      .text-md-85.text-va-70 {
        letter-spacing: 5.95px; }
      .text-md-85.text-va-100 {
        letter-spacing: 8.5px; }
      .text-md-85.text-va-200 {
        letter-spacing: 17px; }
      .text-md-90.text-va-20 {
        letter-spacing: 1.8px; }
      .text-md-90.text-va-30 {
        letter-spacing: 2.7px; }
      .text-md-90.text-va-40 {
        letter-spacing: 3.6px; }
      .text-md-90.text-va-50 {
        letter-spacing: 4.5px; }
      .text-md-90.text-va-70 {
        letter-spacing: 6.3px; }
      .text-md-90.text-va-100 {
        letter-spacing: 9px; }
      .text-md-90.text-va-200 {
        letter-spacing: 18px; }
      .text-md-100.text-va-20 {
        letter-spacing: 2px; }
      .text-md-100.text-va-30 {
        letter-spacing: 3px; }
      .text-md-100.text-va-40 {
        letter-spacing: 4px; }
      .text-md-100.text-va-50 {
        letter-spacing: 5px; }
      .text-md-100.text-va-70 {
        letter-spacing: 7px; }
      .text-md-100.text-va-100 {
        letter-spacing: 10px; }
      .text-md-100.text-va-200 {
        letter-spacing: 20px; }
      .text-md-180.text-va-20 {
        letter-spacing: 3.6px; }
      .text-md-180.text-va-30 {
        letter-spacing: 5.4px; }
      .text-md-180.text-va-40 {
        letter-spacing: 7.2px; }
      .text-md-180.text-va-50 {
        letter-spacing: 9px; }
      .text-md-180.text-va-70 {
        letter-spacing: 12.6px; }
      .text-md-180.text-va-100 {
        letter-spacing: 18px; }
      .text-md-180.text-va-200 {
        letter-spacing: 36px; }
      .text-md-200.text-va-20 {
        letter-spacing: 4px; }
      .text-md-200.text-va-30 {
        letter-spacing: 6px; }
      .text-md-200.text-va-40 {
        letter-spacing: 8px; }
      .text-md-200.text-va-50 {
        letter-spacing: 10px; }
      .text-md-200.text-va-70 {
        letter-spacing: 14px; }
      .text-md-200.text-va-100 {
        letter-spacing: 20px; }
      .text-md-200.text-va-200 {
        letter-spacing: 40px; } }

@media (min-width: 1025px) {
    .text-lg-10.text-va-20 {
      letter-spacing: 0.2px; }
      .text-lg-10.text-va-30 {
        letter-spacing: 0.3px; }
      .text-lg-10.text-va-40 {
        letter-spacing: 0.4px; }
      .text-lg-10.text-va-50 {
        letter-spacing: 0.5px; }
      .text-lg-10.text-va-70 {
        letter-spacing: 0.7px; }
      .text-lg-10.text-va-100 {
        letter-spacing: 1px; }
      .text-lg-10.text-va-200 {
        letter-spacing: 2px; }
      .text-lg-11.text-va-20 {
        letter-spacing: 0.22px; }
      .text-lg-11.text-va-30 {
        letter-spacing: 0.33px; }
      .text-lg-11.text-va-40 {
        letter-spacing: 0.44px; }
      .text-lg-11.text-va-50 {
        letter-spacing: 0.55px; }
      .text-lg-11.text-va-70 {
        letter-spacing: 0.77px; }
      .text-lg-11.text-va-100 {
        letter-spacing: 1.1px; }
      .text-lg-11.text-va-200 {
        letter-spacing: 2.2px; }
      .text-lg-12.text-va-20 {
        letter-spacing: 0.24px; }
      .text-lg-12.text-va-30 {
        letter-spacing: 0.36px; }
      .text-lg-12.text-va-40 {
        letter-spacing: 0.48px; }
      .text-lg-12.text-va-50 {
        letter-spacing: 0.6px; }
      .text-lg-12.text-va-70 {
        letter-spacing: 0.84px; }
      .text-lg-12.text-va-100 {
        letter-spacing: 1.2px; }
      .text-lg-12.text-va-200 {
        letter-spacing: 2.4px; }
      .text-lg-13.text-va-20 {
        letter-spacing: 0.26px; }
      .text-lg-13.text-va-30 {
        letter-spacing: 0.39px; }
      .text-lg-13.text-va-40 {
        letter-spacing: 0.52px; }
      .text-lg-13.text-va-50 {
        letter-spacing: 0.65px; }
      .text-lg-13.text-va-70 {
        letter-spacing: 0.91px; }
      .text-lg-13.text-va-100 {
        letter-spacing: 1.3px; }
      .text-lg-13.text-va-200 {
        letter-spacing: 2.6px; }
      .text-lg-14.text-va-20 {
        letter-spacing: 0.28px; }
      .text-lg-14.text-va-30 {
        letter-spacing: 0.42px; }
      .text-lg-14.text-va-40 {
        letter-spacing: 0.56px; }
      .text-lg-14.text-va-50 {
        letter-spacing: 0.7px; }
      .text-lg-14.text-va-70 {
        letter-spacing: 0.98px; }
      .text-lg-14.text-va-100 {
        letter-spacing: 1.4px; }
      .text-lg-14.text-va-200 {
        letter-spacing: 2.8px; }
      .text-lg-15.text-va-20 {
        letter-spacing: 0.3px; }
      .text-lg-15.text-va-30 {
        letter-spacing: 0.45px; }
      .text-lg-15.text-va-40 {
        letter-spacing: 0.6px; }
      .text-lg-15.text-va-50 {
        letter-spacing: 0.75px; }
      .text-lg-15.text-va-70 {
        letter-spacing: 1.05px; }
      .text-lg-15.text-va-100 {
        letter-spacing: 1.5px; }
      .text-lg-15.text-va-200 {
        letter-spacing: 3px; }
      .text-lg-16.text-va-20 {
        letter-spacing: 0.32px; }
      .text-lg-16.text-va-30 {
        letter-spacing: 0.48px; }
      .text-lg-16.text-va-40 {
        letter-spacing: 0.64px; }
      .text-lg-16.text-va-50 {
        letter-spacing: 0.8px; }
      .text-lg-16.text-va-70 {
        letter-spacing: 1.12px; }
      .text-lg-16.text-va-100 {
        letter-spacing: 1.6px; }
      .text-lg-16.text-va-200 {
        letter-spacing: 3.2px; }
      .text-lg-17.text-va-20 {
        letter-spacing: 0.34px; }
      .text-lg-17.text-va-30 {
        letter-spacing: 0.51px; }
      .text-lg-17.text-va-40 {
        letter-spacing: 0.68px; }
      .text-lg-17.text-va-50 {
        letter-spacing: 0.85px; }
      .text-lg-17.text-va-70 {
        letter-spacing: 1.19px; }
      .text-lg-17.text-va-100 {
        letter-spacing: 1.7px; }
      .text-lg-17.text-va-200 {
        letter-spacing: 3.4px; }
      .text-lg-18.text-va-20 {
        letter-spacing: 0.36px; }
      .text-lg-18.text-va-30 {
        letter-spacing: 0.54px; }
      .text-lg-18.text-va-40 {
        letter-spacing: 0.72px; }
      .text-lg-18.text-va-50 {
        letter-spacing: 0.9px; }
      .text-lg-18.text-va-70 {
        letter-spacing: 1.26px; }
      .text-lg-18.text-va-100 {
        letter-spacing: 1.8px; }
      .text-lg-18.text-va-200 {
        letter-spacing: 3.6px; }
      .text-lg-19.text-va-20 {
        letter-spacing: 0.38px; }
      .text-lg-19.text-va-30 {
        letter-spacing: 0.57px; }
      .text-lg-19.text-va-40 {
        letter-spacing: 0.76px; }
      .text-lg-19.text-va-50 {
        letter-spacing: 0.95px; }
      .text-lg-19.text-va-70 {
        letter-spacing: 1.33px; }
      .text-lg-19.text-va-100 {
        letter-spacing: 1.9px; }
      .text-lg-19.text-va-200 {
        letter-spacing: 3.8px; }
      .text-lg-20.text-va-20 {
        letter-spacing: 0.4px; }
      .text-lg-20.text-va-30 {
        letter-spacing: 0.6px; }
      .text-lg-20.text-va-40 {
        letter-spacing: 0.8px; }
      .text-lg-20.text-va-50 {
        letter-spacing: 1px; }
      .text-lg-20.text-va-70 {
        letter-spacing: 1.4px; }
      .text-lg-20.text-va-100 {
        letter-spacing: 2px; }
      .text-lg-20.text-va-200 {
        letter-spacing: 4px; }
      .text-lg-21.text-va-20 {
        letter-spacing: 0.42px; }
      .text-lg-21.text-va-30 {
        letter-spacing: 0.63px; }
      .text-lg-21.text-va-40 {
        letter-spacing: 0.84px; }
      .text-lg-21.text-va-50 {
        letter-spacing: 1.05px; }
      .text-lg-21.text-va-70 {
        letter-spacing: 1.47px; }
      .text-lg-21.text-va-100 {
        letter-spacing: 2.1px; }
      .text-lg-21.text-va-200 {
        letter-spacing: 4.2px; }
      .text-lg-22.text-va-20 {
        letter-spacing: 0.44px; }
      .text-lg-22.text-va-30 {
        letter-spacing: 0.66px; }
      .text-lg-22.text-va-40 {
        letter-spacing: 0.88px; }
      .text-lg-22.text-va-50 {
        letter-spacing: 1.1px; }
      .text-lg-22.text-va-70 {
        letter-spacing: 1.54px; }
      .text-lg-22.text-va-100 {
        letter-spacing: 2.2px; }
      .text-lg-22.text-va-200 {
        letter-spacing: 4.4px; }
      .text-lg-23.text-va-20 {
        letter-spacing: 0.46px; }
      .text-lg-23.text-va-30 {
        letter-spacing: 0.69px; }
      .text-lg-23.text-va-40 {
        letter-spacing: 0.92px; }
      .text-lg-23.text-va-50 {
        letter-spacing: 1.15px; }
      .text-lg-23.text-va-70 {
        letter-spacing: 1.61px; }
      .text-lg-23.text-va-100 {
        letter-spacing: 2.3px; }
      .text-lg-23.text-va-200 {
        letter-spacing: 4.6px; }
      .text-lg-24.text-va-20 {
        letter-spacing: 0.48px; }
      .text-lg-24.text-va-30 {
        letter-spacing: 0.72px; }
      .text-lg-24.text-va-40 {
        letter-spacing: 0.96px; }
      .text-lg-24.text-va-50 {
        letter-spacing: 1.2px; }
      .text-lg-24.text-va-70 {
        letter-spacing: 1.68px; }
      .text-lg-24.text-va-100 {
        letter-spacing: 2.4px; }
      .text-lg-24.text-va-200 {
        letter-spacing: 4.8px; }
      .text-lg-25.text-va-20 {
        letter-spacing: 0.5px; }
      .text-lg-25.text-va-30 {
        letter-spacing: 0.75px; }
      .text-lg-25.text-va-40 {
        letter-spacing: 1px; }
      .text-lg-25.text-va-50 {
        letter-spacing: 1.25px; }
      .text-lg-25.text-va-70 {
        letter-spacing: 1.75px; }
      .text-lg-25.text-va-100 {
        letter-spacing: 2.5px; }
      .text-lg-25.text-va-200 {
        letter-spacing: 5px; }
      .text-lg-26.text-va-20 {
        letter-spacing: 0.52px; }
      .text-lg-26.text-va-30 {
        letter-spacing: 0.78px; }
      .text-lg-26.text-va-40 {
        letter-spacing: 1.04px; }
      .text-lg-26.text-va-50 {
        letter-spacing: 1.3px; }
      .text-lg-26.text-va-70 {
        letter-spacing: 1.82px; }
      .text-lg-26.text-va-100 {
        letter-spacing: 2.6px; }
      .text-lg-26.text-va-200 {
        letter-spacing: 5.2px; }
      .text-lg-27.text-va-20 {
        letter-spacing: 0.54px; }
      .text-lg-27.text-va-30 {
        letter-spacing: 0.81px; }
      .text-lg-27.text-va-40 {
        letter-spacing: 1.08px; }
      .text-lg-27.text-va-50 {
        letter-spacing: 1.35px; }
      .text-lg-27.text-va-70 {
        letter-spacing: 1.89px; }
      .text-lg-27.text-va-100 {
        letter-spacing: 2.7px; }
      .text-lg-27.text-va-200 {
        letter-spacing: 5.4px; }
      .text-lg-28.text-va-20 {
        letter-spacing: 0.56px; }
      .text-lg-28.text-va-30 {
        letter-spacing: 0.84px; }
      .text-lg-28.text-va-40 {
        letter-spacing: 1.12px; }
      .text-lg-28.text-va-50 {
        letter-spacing: 1.4px; }
      .text-lg-28.text-va-70 {
        letter-spacing: 1.96px; }
      .text-lg-28.text-va-100 {
        letter-spacing: 2.8px; }
      .text-lg-28.text-va-200 {
        letter-spacing: 5.6px; }
      .text-lg-29.text-va-20 {
        letter-spacing: 0.58px; }
      .text-lg-29.text-va-30 {
        letter-spacing: 0.87px; }
      .text-lg-29.text-va-40 {
        letter-spacing: 1.16px; }
      .text-lg-29.text-va-50 {
        letter-spacing: 1.45px; }
      .text-lg-29.text-va-70 {
        letter-spacing: 2.03px; }
      .text-lg-29.text-va-100 {
        letter-spacing: 2.9px; }
      .text-lg-29.text-va-200 {
        letter-spacing: 5.8px; }
      .text-lg-30.text-va-20 {
        letter-spacing: 0.6px; }
      .text-lg-30.text-va-30 {
        letter-spacing: 0.9px; }
      .text-lg-30.text-va-40 {
        letter-spacing: 1.2px; }
      .text-lg-30.text-va-50 {
        letter-spacing: 1.5px; }
      .text-lg-30.text-va-70 {
        letter-spacing: 2.1px; }
      .text-lg-30.text-va-100 {
        letter-spacing: 3px; }
      .text-lg-30.text-va-200 {
        letter-spacing: 6px; }
      .text-lg-31.text-va-20 {
        letter-spacing: 0.62px; }
      .text-lg-31.text-va-30 {
        letter-spacing: 0.93px; }
      .text-lg-31.text-va-40 {
        letter-spacing: 1.24px; }
      .text-lg-31.text-va-50 {
        letter-spacing: 1.55px; }
      .text-lg-31.text-va-70 {
        letter-spacing: 2.17px; }
      .text-lg-31.text-va-100 {
        letter-spacing: 3.1px; }
      .text-lg-31.text-va-200 {
        letter-spacing: 6.2px; }
      .text-lg-32.text-va-20 {
        letter-spacing: 0.64px; }
      .text-lg-32.text-va-30 {
        letter-spacing: 0.96px; }
      .text-lg-32.text-va-40 {
        letter-spacing: 1.28px; }
      .text-lg-32.text-va-50 {
        letter-spacing: 1.6px; }
      .text-lg-32.text-va-70 {
        letter-spacing: 2.24px; }
      .text-lg-32.text-va-100 {
        letter-spacing: 3.2px; }
      .text-lg-32.text-va-200 {
        letter-spacing: 6.4px; }
      .text-lg-33.text-va-20 {
        letter-spacing: 0.66px; }
      .text-lg-33.text-va-30 {
        letter-spacing: 0.99px; }
      .text-lg-33.text-va-40 {
        letter-spacing: 1.32px; }
      .text-lg-33.text-va-50 {
        letter-spacing: 1.65px; }
      .text-lg-33.text-va-70 {
        letter-spacing: 2.31px; }
      .text-lg-33.text-va-100 {
        letter-spacing: 3.3px; }
      .text-lg-33.text-va-200 {
        letter-spacing: 6.6px; }
      .text-lg-34.text-va-20 {
        letter-spacing: 0.68px; }
      .text-lg-34.text-va-30 {
        letter-spacing: 1.02px; }
      .text-lg-34.text-va-40 {
        letter-spacing: 1.36px; }
      .text-lg-34.text-va-50 {
        letter-spacing: 1.7px; }
      .text-lg-34.text-va-70 {
        letter-spacing: 2.38px; }
      .text-lg-34.text-va-100 {
        letter-spacing: 3.4px; }
      .text-lg-34.text-va-200 {
        letter-spacing: 6.8px; }
      .text-lg-35.text-va-20 {
        letter-spacing: 0.7px; }
      .text-lg-35.text-va-30 {
        letter-spacing: 1.05px; }
      .text-lg-35.text-va-40 {
        letter-spacing: 1.4px; }
      .text-lg-35.text-va-50 {
        letter-spacing: 1.75px; }
      .text-lg-35.text-va-70 {
        letter-spacing: 2.45px; }
      .text-lg-35.text-va-100 {
        letter-spacing: 3.5px; }
      .text-lg-35.text-va-200 {
        letter-spacing: 7px; }
      .text-lg-36.text-va-20 {
        letter-spacing: 0.72px; }
      .text-lg-36.text-va-30 {
        letter-spacing: 1.08px; }
      .text-lg-36.text-va-40 {
        letter-spacing: 1.44px; }
      .text-lg-36.text-va-50 {
        letter-spacing: 1.8px; }
      .text-lg-36.text-va-70 {
        letter-spacing: 2.52px; }
      .text-lg-36.text-va-100 {
        letter-spacing: 3.6px; }
      .text-lg-36.text-va-200 {
        letter-spacing: 7.2px; }
      .text-lg-37.text-va-20 {
        letter-spacing: 0.74px; }
      .text-lg-37.text-va-30 {
        letter-spacing: 1.11px; }
      .text-lg-37.text-va-40 {
        letter-spacing: 1.48px; }
      .text-lg-37.text-va-50 {
        letter-spacing: 1.85px; }
      .text-lg-37.text-va-70 {
        letter-spacing: 2.59px; }
      .text-lg-37.text-va-100 {
        letter-spacing: 3.7px; }
      .text-lg-37.text-va-200 {
        letter-spacing: 7.4px; }
      .text-lg-38.text-va-20 {
        letter-spacing: 0.76px; }
      .text-lg-38.text-va-30 {
        letter-spacing: 1.14px; }
      .text-lg-38.text-va-40 {
        letter-spacing: 1.52px; }
      .text-lg-38.text-va-50 {
        letter-spacing: 1.9px; }
      .text-lg-38.text-va-70 {
        letter-spacing: 2.66px; }
      .text-lg-38.text-va-100 {
        letter-spacing: 3.8px; }
      .text-lg-38.text-va-200 {
        letter-spacing: 7.6px; }
      .text-lg-39.text-va-20 {
        letter-spacing: 0.78px; }
      .text-lg-39.text-va-30 {
        letter-spacing: 1.17px; }
      .text-lg-39.text-va-40 {
        letter-spacing: 1.56px; }
      .text-lg-39.text-va-50 {
        letter-spacing: 1.95px; }
      .text-lg-39.text-va-70 {
        letter-spacing: 2.73px; }
      .text-lg-39.text-va-100 {
        letter-spacing: 3.9px; }
      .text-lg-39.text-va-200 {
        letter-spacing: 7.8px; }
      .text-lg-40.text-va-20 {
        letter-spacing: 0.8px; }
      .text-lg-40.text-va-30 {
        letter-spacing: 1.2px; }
      .text-lg-40.text-va-40 {
        letter-spacing: 1.6px; }
      .text-lg-40.text-va-50 {
        letter-spacing: 2px; }
      .text-lg-40.text-va-70 {
        letter-spacing: 2.8px; }
      .text-lg-40.text-va-100 {
        letter-spacing: 4px; }
      .text-lg-40.text-va-200 {
        letter-spacing: 8px; }
      .text-lg-41.text-va-20 {
        letter-spacing: 0.82px; }
      .text-lg-41.text-va-30 {
        letter-spacing: 1.23px; }
      .text-lg-41.text-va-40 {
        letter-spacing: 1.64px; }
      .text-lg-41.text-va-50 {
        letter-spacing: 2.05px; }
      .text-lg-41.text-va-70 {
        letter-spacing: 2.87px; }
      .text-lg-41.text-va-100 {
        letter-spacing: 4.1px; }
      .text-lg-41.text-va-200 {
        letter-spacing: 8.2px; }
      .text-lg-42.text-va-20 {
        letter-spacing: 0.84px; }
      .text-lg-42.text-va-30 {
        letter-spacing: 1.26px; }
      .text-lg-42.text-va-40 {
        letter-spacing: 1.68px; }
      .text-lg-42.text-va-50 {
        letter-spacing: 2.1px; }
      .text-lg-42.text-va-70 {
        letter-spacing: 2.94px; }
      .text-lg-42.text-va-100 {
        letter-spacing: 4.2px; }
      .text-lg-42.text-va-200 {
        letter-spacing: 8.4px; }
      .text-lg-43.text-va-20 {
        letter-spacing: 0.86px; }
      .text-lg-43.text-va-30 {
        letter-spacing: 1.29px; }
      .text-lg-43.text-va-40 {
        letter-spacing: 1.72px; }
      .text-lg-43.text-va-50 {
        letter-spacing: 2.15px; }
      .text-lg-43.text-va-70 {
        letter-spacing: 3.01px; }
      .text-lg-43.text-va-100 {
        letter-spacing: 4.3px; }
      .text-lg-43.text-va-200 {
        letter-spacing: 8.6px; }
      .text-lg-44.text-va-20 {
        letter-spacing: 0.88px; }
      .text-lg-44.text-va-30 {
        letter-spacing: 1.32px; }
      .text-lg-44.text-va-40 {
        letter-spacing: 1.76px; }
      .text-lg-44.text-va-50 {
        letter-spacing: 2.2px; }
      .text-lg-44.text-va-70 {
        letter-spacing: 3.08px; }
      .text-lg-44.text-va-100 {
        letter-spacing: 4.4px; }
      .text-lg-44.text-va-200 {
        letter-spacing: 8.8px; }
      .text-lg-45.text-va-20 {
        letter-spacing: 0.9px; }
      .text-lg-45.text-va-30 {
        letter-spacing: 1.35px; }
      .text-lg-45.text-va-40 {
        letter-spacing: 1.8px; }
      .text-lg-45.text-va-50 {
        letter-spacing: 2.25px; }
      .text-lg-45.text-va-70 {
        letter-spacing: 3.15px; }
      .text-lg-45.text-va-100 {
        letter-spacing: 4.5px; }
      .text-lg-45.text-va-200 {
        letter-spacing: 9px; }
      .text-lg-46.text-va-20 {
        letter-spacing: 0.92px; }
      .text-lg-46.text-va-30 {
        letter-spacing: 1.38px; }
      .text-lg-46.text-va-40 {
        letter-spacing: 1.84px; }
      .text-lg-46.text-va-50 {
        letter-spacing: 2.3px; }
      .text-lg-46.text-va-70 {
        letter-spacing: 3.22px; }
      .text-lg-46.text-va-100 {
        letter-spacing: 4.6px; }
      .text-lg-46.text-va-200 {
        letter-spacing: 9.2px; }
      .text-lg-48.text-va-20 {
        letter-spacing: 0.96px; }
      .text-lg-48.text-va-30 {
        letter-spacing: 1.44px; }
      .text-lg-48.text-va-40 {
        letter-spacing: 1.92px; }
      .text-lg-48.text-va-50 {
        letter-spacing: 2.4px; }
      .text-lg-48.text-va-70 {
        letter-spacing: 3.36px; }
      .text-lg-48.text-va-100 {
        letter-spacing: 4.8px; }
      .text-lg-48.text-va-200 {
        letter-spacing: 9.6px; }
      .text-lg-50.text-va-20 {
        letter-spacing: 1px; }
      .text-lg-50.text-va-30 {
        letter-spacing: 1.5px; }
      .text-lg-50.text-va-40 {
        letter-spacing: 2px; }
      .text-lg-50.text-va-50 {
        letter-spacing: 2.5px; }
      .text-lg-50.text-va-70 {
        letter-spacing: 3.5px; }
      .text-lg-50.text-va-100 {
        letter-spacing: 5px; }
      .text-lg-50.text-va-200 {
        letter-spacing: 10px; }
      .text-lg-54.text-va-20 {
        letter-spacing: 1.08px; }
      .text-lg-54.text-va-30 {
        letter-spacing: 1.62px; }
      .text-lg-54.text-va-40 {
        letter-spacing: 2.16px; }
      .text-lg-54.text-va-50 {
        letter-spacing: 2.7px; }
      .text-lg-54.text-va-70 {
        letter-spacing: 3.78px; }
      .text-lg-54.text-va-100 {
        letter-spacing: 5.4px; }
      .text-lg-54.text-va-200 {
        letter-spacing: 10.8px; }
      .text-lg-55.text-va-20 {
        letter-spacing: 1.1px; }
      .text-lg-55.text-va-30 {
        letter-spacing: 1.65px; }
      .text-lg-55.text-va-40 {
        letter-spacing: 2.2px; }
      .text-lg-55.text-va-50 {
        letter-spacing: 2.75px; }
      .text-lg-55.text-va-70 {
        letter-spacing: 3.85px; }
      .text-lg-55.text-va-100 {
        letter-spacing: 5.5px; }
      .text-lg-55.text-va-200 {
        letter-spacing: 11px; }
      .text-lg-60.text-va-20 {
        letter-spacing: 1.2px; }
      .text-lg-60.text-va-30 {
        letter-spacing: 1.8px; }
      .text-lg-60.text-va-40 {
        letter-spacing: 2.4px; }
      .text-lg-60.text-va-50 {
        letter-spacing: 3px; }
      .text-lg-60.text-va-70 {
        letter-spacing: 4.2px; }
      .text-lg-60.text-va-100 {
        letter-spacing: 6px; }
      .text-lg-60.text-va-200 {
        letter-spacing: 12px; }
      .text-lg-64.text-va-20 {
        letter-spacing: 1.28px; }
      .text-lg-64.text-va-30 {
        letter-spacing: 1.92px; }
      .text-lg-64.text-va-40 {
        letter-spacing: 2.56px; }
      .text-lg-64.text-va-50 {
        letter-spacing: 3.2px; }
      .text-lg-64.text-va-70 {
        letter-spacing: 4.48px; }
      .text-lg-64.text-va-100 {
        letter-spacing: 6.4px; }
      .text-lg-64.text-va-200 {
        letter-spacing: 12.8px; }
      .text-lg-68.text-va-20 {
        letter-spacing: 1.36px; }
      .text-lg-68.text-va-30 {
        letter-spacing: 2.04px; }
      .text-lg-68.text-va-40 {
        letter-spacing: 2.72px; }
      .text-lg-68.text-va-50 {
        letter-spacing: 3.4px; }
      .text-lg-68.text-va-70 {
        letter-spacing: 4.76px; }
      .text-lg-68.text-va-100 {
        letter-spacing: 6.8px; }
      .text-lg-68.text-va-200 {
        letter-spacing: 13.6px; }
      .text-lg-70.text-va-20 {
        letter-spacing: 1.4px; }
      .text-lg-70.text-va-30 {
        letter-spacing: 2.1px; }
      .text-lg-70.text-va-40 {
        letter-spacing: 2.8px; }
      .text-lg-70.text-va-50 {
        letter-spacing: 3.5px; }
      .text-lg-70.text-va-70 {
        letter-spacing: 4.9px; }
      .text-lg-70.text-va-100 {
        letter-spacing: 7px; }
      .text-lg-70.text-va-200 {
        letter-spacing: 14px; }
      .text-lg-75.text-va-20 {
        letter-spacing: 1.5px; }
      .text-lg-75.text-va-30 {
        letter-spacing: 2.25px; }
      .text-lg-75.text-va-40 {
        letter-spacing: 3px; }
      .text-lg-75.text-va-50 {
        letter-spacing: 3.75px; }
      .text-lg-75.text-va-70 {
        letter-spacing: 5.25px; }
      .text-lg-75.text-va-100 {
        letter-spacing: 7.5px; }
      .text-lg-75.text-va-200 {
        letter-spacing: 15px; }
      .text-lg-78.text-va-20 {
        letter-spacing: 1.56px; }
      .text-lg-78.text-va-30 {
        letter-spacing: 2.34px; }
      .text-lg-78.text-va-40 {
        letter-spacing: 3.12px; }
      .text-lg-78.text-va-50 {
        letter-spacing: 3.9px; }
      .text-lg-78.text-va-70 {
        letter-spacing: 5.46px; }
      .text-lg-78.text-va-100 {
        letter-spacing: 7.8px; }
      .text-lg-78.text-va-200 {
        letter-spacing: 15.6px; }
      .text-lg-80.text-va-20 {
        letter-spacing: 1.6px; }
      .text-lg-80.text-va-30 {
        letter-spacing: 2.4px; }
      .text-lg-80.text-va-40 {
        letter-spacing: 3.2px; }
      .text-lg-80.text-va-50 {
        letter-spacing: 4px; }
      .text-lg-80.text-va-70 {
        letter-spacing: 5.6px; }
      .text-lg-80.text-va-100 {
        letter-spacing: 8px; }
      .text-lg-80.text-va-200 {
        letter-spacing: 16px; }
      .text-lg-82.text-va-20 {
        letter-spacing: 1.64px; }
      .text-lg-82.text-va-30 {
        letter-spacing: 2.46px; }
      .text-lg-82.text-va-40 {
        letter-spacing: 3.28px; }
      .text-lg-82.text-va-50 {
        letter-spacing: 4.1px; }
      .text-lg-82.text-va-70 {
        letter-spacing: 5.74px; }
      .text-lg-82.text-va-100 {
        letter-spacing: 8.2px; }
      .text-lg-82.text-va-200 {
        letter-spacing: 16.4px; }
      .text-lg-85.text-va-20 {
        letter-spacing: 1.7px; }
      .text-lg-85.text-va-30 {
        letter-spacing: 2.55px; }
      .text-lg-85.text-va-40 {
        letter-spacing: 3.4px; }
      .text-lg-85.text-va-50 {
        letter-spacing: 4.25px; }
      .text-lg-85.text-va-70 {
        letter-spacing: 5.95px; }
      .text-lg-85.text-va-100 {
        letter-spacing: 8.5px; }
      .text-lg-85.text-va-200 {
        letter-spacing: 17px; }
      .text-lg-90.text-va-20 {
        letter-spacing: 1.8px; }
      .text-lg-90.text-va-30 {
        letter-spacing: 2.7px; }
      .text-lg-90.text-va-40 {
        letter-spacing: 3.6px; }
      .text-lg-90.text-va-50 {
        letter-spacing: 4.5px; }
      .text-lg-90.text-va-70 {
        letter-spacing: 6.3px; }
      .text-lg-90.text-va-100 {
        letter-spacing: 9px; }
      .text-lg-90.text-va-200 {
        letter-spacing: 18px; }
      .text-lg-100.text-va-20 {
        letter-spacing: 2px; }
      .text-lg-100.text-va-30 {
        letter-spacing: 3px; }
      .text-lg-100.text-va-40 {
        letter-spacing: 4px; }
      .text-lg-100.text-va-50 {
        letter-spacing: 5px; }
      .text-lg-100.text-va-70 {
        letter-spacing: 7px; }
      .text-lg-100.text-va-100 {
        letter-spacing: 10px; }
      .text-lg-100.text-va-200 {
        letter-spacing: 20px; }
      .text-lg-180.text-va-20 {
        letter-spacing: 3.6px; }
      .text-lg-180.text-va-30 {
        letter-spacing: 5.4px; }
      .text-lg-180.text-va-40 {
        letter-spacing: 7.2px; }
      .text-lg-180.text-va-50 {
        letter-spacing: 9px; }
      .text-lg-180.text-va-70 {
        letter-spacing: 12.6px; }
      .text-lg-180.text-va-100 {
        letter-spacing: 18px; }
      .text-lg-180.text-va-200 {
        letter-spacing: 36px; }
      .text-lg-200.text-va-20 {
        letter-spacing: 4px; }
      .text-lg-200.text-va-30 {
        letter-spacing: 6px; }
      .text-lg-200.text-va-40 {
        letter-spacing: 8px; }
      .text-lg-200.text-va-50 {
        letter-spacing: 10px; }
      .text-lg-200.text-va-70 {
        letter-spacing: 14px; }
      .text-lg-200.text-va-100 {
        letter-spacing: 20px; }
      .text-lg-200.text-va-200 {
        letter-spacing: 40px; } }

@media (min-width: 1280px) {
    .text-xl-10.text-va-20 {
      letter-spacing: 0.2px; }
      .text-xl-10.text-va-30 {
        letter-spacing: 0.3px; }
      .text-xl-10.text-va-40 {
        letter-spacing: 0.4px; }
      .text-xl-10.text-va-50 {
        letter-spacing: 0.5px; }
      .text-xl-10.text-va-70 {
        letter-spacing: 0.7px; }
      .text-xl-10.text-va-100 {
        letter-spacing: 1px; }
      .text-xl-10.text-va-200 {
        letter-spacing: 2px; }
      .text-xl-11.text-va-20 {
        letter-spacing: 0.22px; }
      .text-xl-11.text-va-30 {
        letter-spacing: 0.33px; }
      .text-xl-11.text-va-40 {
        letter-spacing: 0.44px; }
      .text-xl-11.text-va-50 {
        letter-spacing: 0.55px; }
      .text-xl-11.text-va-70 {
        letter-spacing: 0.77px; }
      .text-xl-11.text-va-100 {
        letter-spacing: 1.1px; }
      .text-xl-11.text-va-200 {
        letter-spacing: 2.2px; }
      .text-xl-12.text-va-20 {
        letter-spacing: 0.24px; }
      .text-xl-12.text-va-30 {
        letter-spacing: 0.36px; }
      .text-xl-12.text-va-40 {
        letter-spacing: 0.48px; }
      .text-xl-12.text-va-50 {
        letter-spacing: 0.6px; }
      .text-xl-12.text-va-70 {
        letter-spacing: 0.84px; }
      .text-xl-12.text-va-100 {
        letter-spacing: 1.2px; }
      .text-xl-12.text-va-200 {
        letter-spacing: 2.4px; }
      .text-xl-13.text-va-20 {
        letter-spacing: 0.26px; }
      .text-xl-13.text-va-30 {
        letter-spacing: 0.39px; }
      .text-xl-13.text-va-40 {
        letter-spacing: 0.52px; }
      .text-xl-13.text-va-50 {
        letter-spacing: 0.65px; }
      .text-xl-13.text-va-70 {
        letter-spacing: 0.91px; }
      .text-xl-13.text-va-100 {
        letter-spacing: 1.3px; }
      .text-xl-13.text-va-200 {
        letter-spacing: 2.6px; }
      .text-xl-14.text-va-20 {
        letter-spacing: 0.28px; }
      .text-xl-14.text-va-30 {
        letter-spacing: 0.42px; }
      .text-xl-14.text-va-40 {
        letter-spacing: 0.56px; }
      .text-xl-14.text-va-50 {
        letter-spacing: 0.7px; }
      .text-xl-14.text-va-70 {
        letter-spacing: 0.98px; }
      .text-xl-14.text-va-100 {
        letter-spacing: 1.4px; }
      .text-xl-14.text-va-200 {
        letter-spacing: 2.8px; }
      .text-xl-15.text-va-20 {
        letter-spacing: 0.3px; }
      .text-xl-15.text-va-30 {
        letter-spacing: 0.45px; }
      .text-xl-15.text-va-40 {
        letter-spacing: 0.6px; }
      .text-xl-15.text-va-50 {
        letter-spacing: 0.75px; }
      .text-xl-15.text-va-70 {
        letter-spacing: 1.05px; }
      .text-xl-15.text-va-100 {
        letter-spacing: 1.5px; }
      .text-xl-15.text-va-200 {
        letter-spacing: 3px; }
      .text-xl-16.text-va-20 {
        letter-spacing: 0.32px; }
      .text-xl-16.text-va-30 {
        letter-spacing: 0.48px; }
      .text-xl-16.text-va-40 {
        letter-spacing: 0.64px; }
      .text-xl-16.text-va-50 {
        letter-spacing: 0.8px; }
      .text-xl-16.text-va-70 {
        letter-spacing: 1.12px; }
      .text-xl-16.text-va-100 {
        letter-spacing: 1.6px; }
      .text-xl-16.text-va-200 {
        letter-spacing: 3.2px; }
      .text-xl-17.text-va-20 {
        letter-spacing: 0.34px; }
      .text-xl-17.text-va-30 {
        letter-spacing: 0.51px; }
      .text-xl-17.text-va-40 {
        letter-spacing: 0.68px; }
      .text-xl-17.text-va-50 {
        letter-spacing: 0.85px; }
      .text-xl-17.text-va-70 {
        letter-spacing: 1.19px; }
      .text-xl-17.text-va-100 {
        letter-spacing: 1.7px; }
      .text-xl-17.text-va-200 {
        letter-spacing: 3.4px; }
      .text-xl-18.text-va-20 {
        letter-spacing: 0.36px; }
      .text-xl-18.text-va-30 {
        letter-spacing: 0.54px; }
      .text-xl-18.text-va-40 {
        letter-spacing: 0.72px; }
      .text-xl-18.text-va-50 {
        letter-spacing: 0.9px; }
      .text-xl-18.text-va-70 {
        letter-spacing: 1.26px; }
      .text-xl-18.text-va-100 {
        letter-spacing: 1.8px; }
      .text-xl-18.text-va-200 {
        letter-spacing: 3.6px; }
      .text-xl-19.text-va-20 {
        letter-spacing: 0.38px; }
      .text-xl-19.text-va-30 {
        letter-spacing: 0.57px; }
      .text-xl-19.text-va-40 {
        letter-spacing: 0.76px; }
      .text-xl-19.text-va-50 {
        letter-spacing: 0.95px; }
      .text-xl-19.text-va-70 {
        letter-spacing: 1.33px; }
      .text-xl-19.text-va-100 {
        letter-spacing: 1.9px; }
      .text-xl-19.text-va-200 {
        letter-spacing: 3.8px; }
      .text-xl-20.text-va-20 {
        letter-spacing: 0.4px; }
      .text-xl-20.text-va-30 {
        letter-spacing: 0.6px; }
      .text-xl-20.text-va-40 {
        letter-spacing: 0.8px; }
      .text-xl-20.text-va-50 {
        letter-spacing: 1px; }
      .text-xl-20.text-va-70 {
        letter-spacing: 1.4px; }
      .text-xl-20.text-va-100 {
        letter-spacing: 2px; }
      .text-xl-20.text-va-200 {
        letter-spacing: 4px; }
      .text-xl-21.text-va-20 {
        letter-spacing: 0.42px; }
      .text-xl-21.text-va-30 {
        letter-spacing: 0.63px; }
      .text-xl-21.text-va-40 {
        letter-spacing: 0.84px; }
      .text-xl-21.text-va-50 {
        letter-spacing: 1.05px; }
      .text-xl-21.text-va-70 {
        letter-spacing: 1.47px; }
      .text-xl-21.text-va-100 {
        letter-spacing: 2.1px; }
      .text-xl-21.text-va-200 {
        letter-spacing: 4.2px; }
      .text-xl-22.text-va-20 {
        letter-spacing: 0.44px; }
      .text-xl-22.text-va-30 {
        letter-spacing: 0.66px; }
      .text-xl-22.text-va-40 {
        letter-spacing: 0.88px; }
      .text-xl-22.text-va-50 {
        letter-spacing: 1.1px; }
      .text-xl-22.text-va-70 {
        letter-spacing: 1.54px; }
      .text-xl-22.text-va-100 {
        letter-spacing: 2.2px; }
      .text-xl-22.text-va-200 {
        letter-spacing: 4.4px; }
      .text-xl-23.text-va-20 {
        letter-spacing: 0.46px; }
      .text-xl-23.text-va-30 {
        letter-spacing: 0.69px; }
      .text-xl-23.text-va-40 {
        letter-spacing: 0.92px; }
      .text-xl-23.text-va-50 {
        letter-spacing: 1.15px; }
      .text-xl-23.text-va-70 {
        letter-spacing: 1.61px; }
      .text-xl-23.text-va-100 {
        letter-spacing: 2.3px; }
      .text-xl-23.text-va-200 {
        letter-spacing: 4.6px; }
      .text-xl-24.text-va-20 {
        letter-spacing: 0.48px; }
      .text-xl-24.text-va-30 {
        letter-spacing: 0.72px; }
      .text-xl-24.text-va-40 {
        letter-spacing: 0.96px; }
      .text-xl-24.text-va-50 {
        letter-spacing: 1.2px; }
      .text-xl-24.text-va-70 {
        letter-spacing: 1.68px; }
      .text-xl-24.text-va-100 {
        letter-spacing: 2.4px; }
      .text-xl-24.text-va-200 {
        letter-spacing: 4.8px; }
      .text-xl-25.text-va-20 {
        letter-spacing: 0.5px; }
      .text-xl-25.text-va-30 {
        letter-spacing: 0.75px; }
      .text-xl-25.text-va-40 {
        letter-spacing: 1px; }
      .text-xl-25.text-va-50 {
        letter-spacing: 1.25px; }
      .text-xl-25.text-va-70 {
        letter-spacing: 1.75px; }
      .text-xl-25.text-va-100 {
        letter-spacing: 2.5px; }
      .text-xl-25.text-va-200 {
        letter-spacing: 5px; }
      .text-xl-26.text-va-20 {
        letter-spacing: 0.52px; }
      .text-xl-26.text-va-30 {
        letter-spacing: 0.78px; }
      .text-xl-26.text-va-40 {
        letter-spacing: 1.04px; }
      .text-xl-26.text-va-50 {
        letter-spacing: 1.3px; }
      .text-xl-26.text-va-70 {
        letter-spacing: 1.82px; }
      .text-xl-26.text-va-100 {
        letter-spacing: 2.6px; }
      .text-xl-26.text-va-200 {
        letter-spacing: 5.2px; }
      .text-xl-27.text-va-20 {
        letter-spacing: 0.54px; }
      .text-xl-27.text-va-30 {
        letter-spacing: 0.81px; }
      .text-xl-27.text-va-40 {
        letter-spacing: 1.08px; }
      .text-xl-27.text-va-50 {
        letter-spacing: 1.35px; }
      .text-xl-27.text-va-70 {
        letter-spacing: 1.89px; }
      .text-xl-27.text-va-100 {
        letter-spacing: 2.7px; }
      .text-xl-27.text-va-200 {
        letter-spacing: 5.4px; }
      .text-xl-28.text-va-20 {
        letter-spacing: 0.56px; }
      .text-xl-28.text-va-30 {
        letter-spacing: 0.84px; }
      .text-xl-28.text-va-40 {
        letter-spacing: 1.12px; }
      .text-xl-28.text-va-50 {
        letter-spacing: 1.4px; }
      .text-xl-28.text-va-70 {
        letter-spacing: 1.96px; }
      .text-xl-28.text-va-100 {
        letter-spacing: 2.8px; }
      .text-xl-28.text-va-200 {
        letter-spacing: 5.6px; }
      .text-xl-29.text-va-20 {
        letter-spacing: 0.58px; }
      .text-xl-29.text-va-30 {
        letter-spacing: 0.87px; }
      .text-xl-29.text-va-40 {
        letter-spacing: 1.16px; }
      .text-xl-29.text-va-50 {
        letter-spacing: 1.45px; }
      .text-xl-29.text-va-70 {
        letter-spacing: 2.03px; }
      .text-xl-29.text-va-100 {
        letter-spacing: 2.9px; }
      .text-xl-29.text-va-200 {
        letter-spacing: 5.8px; }
      .text-xl-30.text-va-20 {
        letter-spacing: 0.6px; }
      .text-xl-30.text-va-30 {
        letter-spacing: 0.9px; }
      .text-xl-30.text-va-40 {
        letter-spacing: 1.2px; }
      .text-xl-30.text-va-50 {
        letter-spacing: 1.5px; }
      .text-xl-30.text-va-70 {
        letter-spacing: 2.1px; }
      .text-xl-30.text-va-100 {
        letter-spacing: 3px; }
      .text-xl-30.text-va-200 {
        letter-spacing: 6px; }
      .text-xl-31.text-va-20 {
        letter-spacing: 0.62px; }
      .text-xl-31.text-va-30 {
        letter-spacing: 0.93px; }
      .text-xl-31.text-va-40 {
        letter-spacing: 1.24px; }
      .text-xl-31.text-va-50 {
        letter-spacing: 1.55px; }
      .text-xl-31.text-va-70 {
        letter-spacing: 2.17px; }
      .text-xl-31.text-va-100 {
        letter-spacing: 3.1px; }
      .text-xl-31.text-va-200 {
        letter-spacing: 6.2px; }
      .text-xl-32.text-va-20 {
        letter-spacing: 0.64px; }
      .text-xl-32.text-va-30 {
        letter-spacing: 0.96px; }
      .text-xl-32.text-va-40 {
        letter-spacing: 1.28px; }
      .text-xl-32.text-va-50 {
        letter-spacing: 1.6px; }
      .text-xl-32.text-va-70 {
        letter-spacing: 2.24px; }
      .text-xl-32.text-va-100 {
        letter-spacing: 3.2px; }
      .text-xl-32.text-va-200 {
        letter-spacing: 6.4px; }
      .text-xl-33.text-va-20 {
        letter-spacing: 0.66px; }
      .text-xl-33.text-va-30 {
        letter-spacing: 0.99px; }
      .text-xl-33.text-va-40 {
        letter-spacing: 1.32px; }
      .text-xl-33.text-va-50 {
        letter-spacing: 1.65px; }
      .text-xl-33.text-va-70 {
        letter-spacing: 2.31px; }
      .text-xl-33.text-va-100 {
        letter-spacing: 3.3px; }
      .text-xl-33.text-va-200 {
        letter-spacing: 6.6px; }
      .text-xl-34.text-va-20 {
        letter-spacing: 0.68px; }
      .text-xl-34.text-va-30 {
        letter-spacing: 1.02px; }
      .text-xl-34.text-va-40 {
        letter-spacing: 1.36px; }
      .text-xl-34.text-va-50 {
        letter-spacing: 1.7px; }
      .text-xl-34.text-va-70 {
        letter-spacing: 2.38px; }
      .text-xl-34.text-va-100 {
        letter-spacing: 3.4px; }
      .text-xl-34.text-va-200 {
        letter-spacing: 6.8px; }
      .text-xl-35.text-va-20 {
        letter-spacing: 0.7px; }
      .text-xl-35.text-va-30 {
        letter-spacing: 1.05px; }
      .text-xl-35.text-va-40 {
        letter-spacing: 1.4px; }
      .text-xl-35.text-va-50 {
        letter-spacing: 1.75px; }
      .text-xl-35.text-va-70 {
        letter-spacing: 2.45px; }
      .text-xl-35.text-va-100 {
        letter-spacing: 3.5px; }
      .text-xl-35.text-va-200 {
        letter-spacing: 7px; }
      .text-xl-36.text-va-20 {
        letter-spacing: 0.72px; }
      .text-xl-36.text-va-30 {
        letter-spacing: 1.08px; }
      .text-xl-36.text-va-40 {
        letter-spacing: 1.44px; }
      .text-xl-36.text-va-50 {
        letter-spacing: 1.8px; }
      .text-xl-36.text-va-70 {
        letter-spacing: 2.52px; }
      .text-xl-36.text-va-100 {
        letter-spacing: 3.6px; }
      .text-xl-36.text-va-200 {
        letter-spacing: 7.2px; }
      .text-xl-37.text-va-20 {
        letter-spacing: 0.74px; }
      .text-xl-37.text-va-30 {
        letter-spacing: 1.11px; }
      .text-xl-37.text-va-40 {
        letter-spacing: 1.48px; }
      .text-xl-37.text-va-50 {
        letter-spacing: 1.85px; }
      .text-xl-37.text-va-70 {
        letter-spacing: 2.59px; }
      .text-xl-37.text-va-100 {
        letter-spacing: 3.7px; }
      .text-xl-37.text-va-200 {
        letter-spacing: 7.4px; }
      .text-xl-38.text-va-20 {
        letter-spacing: 0.76px; }
      .text-xl-38.text-va-30 {
        letter-spacing: 1.14px; }
      .text-xl-38.text-va-40 {
        letter-spacing: 1.52px; }
      .text-xl-38.text-va-50 {
        letter-spacing: 1.9px; }
      .text-xl-38.text-va-70 {
        letter-spacing: 2.66px; }
      .text-xl-38.text-va-100 {
        letter-spacing: 3.8px; }
      .text-xl-38.text-va-200 {
        letter-spacing: 7.6px; }
      .text-xl-39.text-va-20 {
        letter-spacing: 0.78px; }
      .text-xl-39.text-va-30 {
        letter-spacing: 1.17px; }
      .text-xl-39.text-va-40 {
        letter-spacing: 1.56px; }
      .text-xl-39.text-va-50 {
        letter-spacing: 1.95px; }
      .text-xl-39.text-va-70 {
        letter-spacing: 2.73px; }
      .text-xl-39.text-va-100 {
        letter-spacing: 3.9px; }
      .text-xl-39.text-va-200 {
        letter-spacing: 7.8px; }
      .text-xl-40.text-va-20 {
        letter-spacing: 0.8px; }
      .text-xl-40.text-va-30 {
        letter-spacing: 1.2px; }
      .text-xl-40.text-va-40 {
        letter-spacing: 1.6px; }
      .text-xl-40.text-va-50 {
        letter-spacing: 2px; }
      .text-xl-40.text-va-70 {
        letter-spacing: 2.8px; }
      .text-xl-40.text-va-100 {
        letter-spacing: 4px; }
      .text-xl-40.text-va-200 {
        letter-spacing: 8px; }
      .text-xl-41.text-va-20 {
        letter-spacing: 0.82px; }
      .text-xl-41.text-va-30 {
        letter-spacing: 1.23px; }
      .text-xl-41.text-va-40 {
        letter-spacing: 1.64px; }
      .text-xl-41.text-va-50 {
        letter-spacing: 2.05px; }
      .text-xl-41.text-va-70 {
        letter-spacing: 2.87px; }
      .text-xl-41.text-va-100 {
        letter-spacing: 4.1px; }
      .text-xl-41.text-va-200 {
        letter-spacing: 8.2px; }
      .text-xl-42.text-va-20 {
        letter-spacing: 0.84px; }
      .text-xl-42.text-va-30 {
        letter-spacing: 1.26px; }
      .text-xl-42.text-va-40 {
        letter-spacing: 1.68px; }
      .text-xl-42.text-va-50 {
        letter-spacing: 2.1px; }
      .text-xl-42.text-va-70 {
        letter-spacing: 2.94px; }
      .text-xl-42.text-va-100 {
        letter-spacing: 4.2px; }
      .text-xl-42.text-va-200 {
        letter-spacing: 8.4px; }
      .text-xl-43.text-va-20 {
        letter-spacing: 0.86px; }
      .text-xl-43.text-va-30 {
        letter-spacing: 1.29px; }
      .text-xl-43.text-va-40 {
        letter-spacing: 1.72px; }
      .text-xl-43.text-va-50 {
        letter-spacing: 2.15px; }
      .text-xl-43.text-va-70 {
        letter-spacing: 3.01px; }
      .text-xl-43.text-va-100 {
        letter-spacing: 4.3px; }
      .text-xl-43.text-va-200 {
        letter-spacing: 8.6px; }
      .text-xl-44.text-va-20 {
        letter-spacing: 0.88px; }
      .text-xl-44.text-va-30 {
        letter-spacing: 1.32px; }
      .text-xl-44.text-va-40 {
        letter-spacing: 1.76px; }
      .text-xl-44.text-va-50 {
        letter-spacing: 2.2px; }
      .text-xl-44.text-va-70 {
        letter-spacing: 3.08px; }
      .text-xl-44.text-va-100 {
        letter-spacing: 4.4px; }
      .text-xl-44.text-va-200 {
        letter-spacing: 8.8px; }
      .text-xl-45.text-va-20 {
        letter-spacing: 0.9px; }
      .text-xl-45.text-va-30 {
        letter-spacing: 1.35px; }
      .text-xl-45.text-va-40 {
        letter-spacing: 1.8px; }
      .text-xl-45.text-va-50 {
        letter-spacing: 2.25px; }
      .text-xl-45.text-va-70 {
        letter-spacing: 3.15px; }
      .text-xl-45.text-va-100 {
        letter-spacing: 4.5px; }
      .text-xl-45.text-va-200 {
        letter-spacing: 9px; }
      .text-xl-46.text-va-20 {
        letter-spacing: 0.92px; }
      .text-xl-46.text-va-30 {
        letter-spacing: 1.38px; }
      .text-xl-46.text-va-40 {
        letter-spacing: 1.84px; }
      .text-xl-46.text-va-50 {
        letter-spacing: 2.3px; }
      .text-xl-46.text-va-70 {
        letter-spacing: 3.22px; }
      .text-xl-46.text-va-100 {
        letter-spacing: 4.6px; }
      .text-xl-46.text-va-200 {
        letter-spacing: 9.2px; }
      .text-xl-48.text-va-20 {
        letter-spacing: 0.96px; }
      .text-xl-48.text-va-30 {
        letter-spacing: 1.44px; }
      .text-xl-48.text-va-40 {
        letter-spacing: 1.92px; }
      .text-xl-48.text-va-50 {
        letter-spacing: 2.4px; }
      .text-xl-48.text-va-70 {
        letter-spacing: 3.36px; }
      .text-xl-48.text-va-100 {
        letter-spacing: 4.8px; }
      .text-xl-48.text-va-200 {
        letter-spacing: 9.6px; }
      .text-xl-50.text-va-20 {
        letter-spacing: 1px; }
      .text-xl-50.text-va-30 {
        letter-spacing: 1.5px; }
      .text-xl-50.text-va-40 {
        letter-spacing: 2px; }
      .text-xl-50.text-va-50 {
        letter-spacing: 2.5px; }
      .text-xl-50.text-va-70 {
        letter-spacing: 3.5px; }
      .text-xl-50.text-va-100 {
        letter-spacing: 5px; }
      .text-xl-50.text-va-200 {
        letter-spacing: 10px; }
      .text-xl-54.text-va-20 {
        letter-spacing: 1.08px; }
      .text-xl-54.text-va-30 {
        letter-spacing: 1.62px; }
      .text-xl-54.text-va-40 {
        letter-spacing: 2.16px; }
      .text-xl-54.text-va-50 {
        letter-spacing: 2.7px; }
      .text-xl-54.text-va-70 {
        letter-spacing: 3.78px; }
      .text-xl-54.text-va-100 {
        letter-spacing: 5.4px; }
      .text-xl-54.text-va-200 {
        letter-spacing: 10.8px; }
      .text-xl-55.text-va-20 {
        letter-spacing: 1.1px; }
      .text-xl-55.text-va-30 {
        letter-spacing: 1.65px; }
      .text-xl-55.text-va-40 {
        letter-spacing: 2.2px; }
      .text-xl-55.text-va-50 {
        letter-spacing: 2.75px; }
      .text-xl-55.text-va-70 {
        letter-spacing: 3.85px; }
      .text-xl-55.text-va-100 {
        letter-spacing: 5.5px; }
      .text-xl-55.text-va-200 {
        letter-spacing: 11px; }
      .text-xl-60.text-va-20 {
        letter-spacing: 1.2px; }
      .text-xl-60.text-va-30 {
        letter-spacing: 1.8px; }
      .text-xl-60.text-va-40 {
        letter-spacing: 2.4px; }
      .text-xl-60.text-va-50 {
        letter-spacing: 3px; }
      .text-xl-60.text-va-70 {
        letter-spacing: 4.2px; }
      .text-xl-60.text-va-100 {
        letter-spacing: 6px; }
      .text-xl-60.text-va-200 {
        letter-spacing: 12px; }
      .text-xl-64.text-va-20 {
        letter-spacing: 1.28px; }
      .text-xl-64.text-va-30 {
        letter-spacing: 1.92px; }
      .text-xl-64.text-va-40 {
        letter-spacing: 2.56px; }
      .text-xl-64.text-va-50 {
        letter-spacing: 3.2px; }
      .text-xl-64.text-va-70 {
        letter-spacing: 4.48px; }
      .text-xl-64.text-va-100 {
        letter-spacing: 6.4px; }
      .text-xl-64.text-va-200 {
        letter-spacing: 12.8px; }
      .text-xl-68.text-va-20 {
        letter-spacing: 1.36px; }
      .text-xl-68.text-va-30 {
        letter-spacing: 2.04px; }
      .text-xl-68.text-va-40 {
        letter-spacing: 2.72px; }
      .text-xl-68.text-va-50 {
        letter-spacing: 3.4px; }
      .text-xl-68.text-va-70 {
        letter-spacing: 4.76px; }
      .text-xl-68.text-va-100 {
        letter-spacing: 6.8px; }
      .text-xl-68.text-va-200 {
        letter-spacing: 13.6px; }
      .text-xl-70.text-va-20 {
        letter-spacing: 1.4px; }
      .text-xl-70.text-va-30 {
        letter-spacing: 2.1px; }
      .text-xl-70.text-va-40 {
        letter-spacing: 2.8px; }
      .text-xl-70.text-va-50 {
        letter-spacing: 3.5px; }
      .text-xl-70.text-va-70 {
        letter-spacing: 4.9px; }
      .text-xl-70.text-va-100 {
        letter-spacing: 7px; }
      .text-xl-70.text-va-200 {
        letter-spacing: 14px; }
      .text-xl-75.text-va-20 {
        letter-spacing: 1.5px; }
      .text-xl-75.text-va-30 {
        letter-spacing: 2.25px; }
      .text-xl-75.text-va-40 {
        letter-spacing: 3px; }
      .text-xl-75.text-va-50 {
        letter-spacing: 3.75px; }
      .text-xl-75.text-va-70 {
        letter-spacing: 5.25px; }
      .text-xl-75.text-va-100 {
        letter-spacing: 7.5px; }
      .text-xl-75.text-va-200 {
        letter-spacing: 15px; }
      .text-xl-78.text-va-20 {
        letter-spacing: 1.56px; }
      .text-xl-78.text-va-30 {
        letter-spacing: 2.34px; }
      .text-xl-78.text-va-40 {
        letter-spacing: 3.12px; }
      .text-xl-78.text-va-50 {
        letter-spacing: 3.9px; }
      .text-xl-78.text-va-70 {
        letter-spacing: 5.46px; }
      .text-xl-78.text-va-100 {
        letter-spacing: 7.8px; }
      .text-xl-78.text-va-200 {
        letter-spacing: 15.6px; }
      .text-xl-80.text-va-20 {
        letter-spacing: 1.6px; }
      .text-xl-80.text-va-30 {
        letter-spacing: 2.4px; }
      .text-xl-80.text-va-40 {
        letter-spacing: 3.2px; }
      .text-xl-80.text-va-50 {
        letter-spacing: 4px; }
      .text-xl-80.text-va-70 {
        letter-spacing: 5.6px; }
      .text-xl-80.text-va-100 {
        letter-spacing: 8px; }
      .text-xl-80.text-va-200 {
        letter-spacing: 16px; }
      .text-xl-82.text-va-20 {
        letter-spacing: 1.64px; }
      .text-xl-82.text-va-30 {
        letter-spacing: 2.46px; }
      .text-xl-82.text-va-40 {
        letter-spacing: 3.28px; }
      .text-xl-82.text-va-50 {
        letter-spacing: 4.1px; }
      .text-xl-82.text-va-70 {
        letter-spacing: 5.74px; }
      .text-xl-82.text-va-100 {
        letter-spacing: 8.2px; }
      .text-xl-82.text-va-200 {
        letter-spacing: 16.4px; }
      .text-xl-85.text-va-20 {
        letter-spacing: 1.7px; }
      .text-xl-85.text-va-30 {
        letter-spacing: 2.55px; }
      .text-xl-85.text-va-40 {
        letter-spacing: 3.4px; }
      .text-xl-85.text-va-50 {
        letter-spacing: 4.25px; }
      .text-xl-85.text-va-70 {
        letter-spacing: 5.95px; }
      .text-xl-85.text-va-100 {
        letter-spacing: 8.5px; }
      .text-xl-85.text-va-200 {
        letter-spacing: 17px; }
      .text-xl-90.text-va-20 {
        letter-spacing: 1.8px; }
      .text-xl-90.text-va-30 {
        letter-spacing: 2.7px; }
      .text-xl-90.text-va-40 {
        letter-spacing: 3.6px; }
      .text-xl-90.text-va-50 {
        letter-spacing: 4.5px; }
      .text-xl-90.text-va-70 {
        letter-spacing: 6.3px; }
      .text-xl-90.text-va-100 {
        letter-spacing: 9px; }
      .text-xl-90.text-va-200 {
        letter-spacing: 18px; }
      .text-xl-100.text-va-20 {
        letter-spacing: 2px; }
      .text-xl-100.text-va-30 {
        letter-spacing: 3px; }
      .text-xl-100.text-va-40 {
        letter-spacing: 4px; }
      .text-xl-100.text-va-50 {
        letter-spacing: 5px; }
      .text-xl-100.text-va-70 {
        letter-spacing: 7px; }
      .text-xl-100.text-va-100 {
        letter-spacing: 10px; }
      .text-xl-100.text-va-200 {
        letter-spacing: 20px; }
      .text-xl-180.text-va-20 {
        letter-spacing: 3.6px; }
      .text-xl-180.text-va-30 {
        letter-spacing: 5.4px; }
      .text-xl-180.text-va-40 {
        letter-spacing: 7.2px; }
      .text-xl-180.text-va-50 {
        letter-spacing: 9px; }
      .text-xl-180.text-va-70 {
        letter-spacing: 12.6px; }
      .text-xl-180.text-va-100 {
        letter-spacing: 18px; }
      .text-xl-180.text-va-200 {
        letter-spacing: 36px; }
      .text-xl-200.text-va-20 {
        letter-spacing: 4px; }
      .text-xl-200.text-va-30 {
        letter-spacing: 6px; }
      .text-xl-200.text-va-40 {
        letter-spacing: 8px; }
      .text-xl-200.text-va-50 {
        letter-spacing: 10px; }
      .text-xl-200.text-va-70 {
        letter-spacing: 14px; }
      .text-xl-200.text-va-100 {
        letter-spacing: 20px; }
      .text-xl-200.text-va-200 {
        letter-spacing: 40px; } }

@media (min-width: 1366px) {
    .text-xxl-10.text-va-20 {
      letter-spacing: 0.2px; }
      .text-xxl-10.text-va-30 {
        letter-spacing: 0.3px; }
      .text-xxl-10.text-va-40 {
        letter-spacing: 0.4px; }
      .text-xxl-10.text-va-50 {
        letter-spacing: 0.5px; }
      .text-xxl-10.text-va-70 {
        letter-spacing: 0.7px; }
      .text-xxl-10.text-va-100 {
        letter-spacing: 1px; }
      .text-xxl-10.text-va-200 {
        letter-spacing: 2px; }
      .text-xxl-11.text-va-20 {
        letter-spacing: 0.22px; }
      .text-xxl-11.text-va-30 {
        letter-spacing: 0.33px; }
      .text-xxl-11.text-va-40 {
        letter-spacing: 0.44px; }
      .text-xxl-11.text-va-50 {
        letter-spacing: 0.55px; }
      .text-xxl-11.text-va-70 {
        letter-spacing: 0.77px; }
      .text-xxl-11.text-va-100 {
        letter-spacing: 1.1px; }
      .text-xxl-11.text-va-200 {
        letter-spacing: 2.2px; }
      .text-xxl-12.text-va-20 {
        letter-spacing: 0.24px; }
      .text-xxl-12.text-va-30 {
        letter-spacing: 0.36px; }
      .text-xxl-12.text-va-40 {
        letter-spacing: 0.48px; }
      .text-xxl-12.text-va-50 {
        letter-spacing: 0.6px; }
      .text-xxl-12.text-va-70 {
        letter-spacing: 0.84px; }
      .text-xxl-12.text-va-100 {
        letter-spacing: 1.2px; }
      .text-xxl-12.text-va-200 {
        letter-spacing: 2.4px; }
      .text-xxl-13.text-va-20 {
        letter-spacing: 0.26px; }
      .text-xxl-13.text-va-30 {
        letter-spacing: 0.39px; }
      .text-xxl-13.text-va-40 {
        letter-spacing: 0.52px; }
      .text-xxl-13.text-va-50 {
        letter-spacing: 0.65px; }
      .text-xxl-13.text-va-70 {
        letter-spacing: 0.91px; }
      .text-xxl-13.text-va-100 {
        letter-spacing: 1.3px; }
      .text-xxl-13.text-va-200 {
        letter-spacing: 2.6px; }
      .text-xxl-14.text-va-20 {
        letter-spacing: 0.28px; }
      .text-xxl-14.text-va-30 {
        letter-spacing: 0.42px; }
      .text-xxl-14.text-va-40 {
        letter-spacing: 0.56px; }
      .text-xxl-14.text-va-50 {
        letter-spacing: 0.7px; }
      .text-xxl-14.text-va-70 {
        letter-spacing: 0.98px; }
      .text-xxl-14.text-va-100 {
        letter-spacing: 1.4px; }
      .text-xxl-14.text-va-200 {
        letter-spacing: 2.8px; }
      .text-xxl-15.text-va-20 {
        letter-spacing: 0.3px; }
      .text-xxl-15.text-va-30 {
        letter-spacing: 0.45px; }
      .text-xxl-15.text-va-40 {
        letter-spacing: 0.6px; }
      .text-xxl-15.text-va-50 {
        letter-spacing: 0.75px; }
      .text-xxl-15.text-va-70 {
        letter-spacing: 1.05px; }
      .text-xxl-15.text-va-100 {
        letter-spacing: 1.5px; }
      .text-xxl-15.text-va-200 {
        letter-spacing: 3px; }
      .text-xxl-16.text-va-20 {
        letter-spacing: 0.32px; }
      .text-xxl-16.text-va-30 {
        letter-spacing: 0.48px; }
      .text-xxl-16.text-va-40 {
        letter-spacing: 0.64px; }
      .text-xxl-16.text-va-50 {
        letter-spacing: 0.8px; }
      .text-xxl-16.text-va-70 {
        letter-spacing: 1.12px; }
      .text-xxl-16.text-va-100 {
        letter-spacing: 1.6px; }
      .text-xxl-16.text-va-200 {
        letter-spacing: 3.2px; }
      .text-xxl-17.text-va-20 {
        letter-spacing: 0.34px; }
      .text-xxl-17.text-va-30 {
        letter-spacing: 0.51px; }
      .text-xxl-17.text-va-40 {
        letter-spacing: 0.68px; }
      .text-xxl-17.text-va-50 {
        letter-spacing: 0.85px; }
      .text-xxl-17.text-va-70 {
        letter-spacing: 1.19px; }
      .text-xxl-17.text-va-100 {
        letter-spacing: 1.7px; }
      .text-xxl-17.text-va-200 {
        letter-spacing: 3.4px; }
      .text-xxl-18.text-va-20 {
        letter-spacing: 0.36px; }
      .text-xxl-18.text-va-30 {
        letter-spacing: 0.54px; }
      .text-xxl-18.text-va-40 {
        letter-spacing: 0.72px; }
      .text-xxl-18.text-va-50 {
        letter-spacing: 0.9px; }
      .text-xxl-18.text-va-70 {
        letter-spacing: 1.26px; }
      .text-xxl-18.text-va-100 {
        letter-spacing: 1.8px; }
      .text-xxl-18.text-va-200 {
        letter-spacing: 3.6px; }
      .text-xxl-19.text-va-20 {
        letter-spacing: 0.38px; }
      .text-xxl-19.text-va-30 {
        letter-spacing: 0.57px; }
      .text-xxl-19.text-va-40 {
        letter-spacing: 0.76px; }
      .text-xxl-19.text-va-50 {
        letter-spacing: 0.95px; }
      .text-xxl-19.text-va-70 {
        letter-spacing: 1.33px; }
      .text-xxl-19.text-va-100 {
        letter-spacing: 1.9px; }
      .text-xxl-19.text-va-200 {
        letter-spacing: 3.8px; }
      .text-xxl-20.text-va-20 {
        letter-spacing: 0.4px; }
      .text-xxl-20.text-va-30 {
        letter-spacing: 0.6px; }
      .text-xxl-20.text-va-40 {
        letter-spacing: 0.8px; }
      .text-xxl-20.text-va-50 {
        letter-spacing: 1px; }
      .text-xxl-20.text-va-70 {
        letter-spacing: 1.4px; }
      .text-xxl-20.text-va-100 {
        letter-spacing: 2px; }
      .text-xxl-20.text-va-200 {
        letter-spacing: 4px; }
      .text-xxl-21.text-va-20 {
        letter-spacing: 0.42px; }
      .text-xxl-21.text-va-30 {
        letter-spacing: 0.63px; }
      .text-xxl-21.text-va-40 {
        letter-spacing: 0.84px; }
      .text-xxl-21.text-va-50 {
        letter-spacing: 1.05px; }
      .text-xxl-21.text-va-70 {
        letter-spacing: 1.47px; }
      .text-xxl-21.text-va-100 {
        letter-spacing: 2.1px; }
      .text-xxl-21.text-va-200 {
        letter-spacing: 4.2px; }
      .text-xxl-22.text-va-20 {
        letter-spacing: 0.44px; }
      .text-xxl-22.text-va-30 {
        letter-spacing: 0.66px; }
      .text-xxl-22.text-va-40 {
        letter-spacing: 0.88px; }
      .text-xxl-22.text-va-50 {
        letter-spacing: 1.1px; }
      .text-xxl-22.text-va-70 {
        letter-spacing: 1.54px; }
      .text-xxl-22.text-va-100 {
        letter-spacing: 2.2px; }
      .text-xxl-22.text-va-200 {
        letter-spacing: 4.4px; }
      .text-xxl-23.text-va-20 {
        letter-spacing: 0.46px; }
      .text-xxl-23.text-va-30 {
        letter-spacing: 0.69px; }
      .text-xxl-23.text-va-40 {
        letter-spacing: 0.92px; }
      .text-xxl-23.text-va-50 {
        letter-spacing: 1.15px; }
      .text-xxl-23.text-va-70 {
        letter-spacing: 1.61px; }
      .text-xxl-23.text-va-100 {
        letter-spacing: 2.3px; }
      .text-xxl-23.text-va-200 {
        letter-spacing: 4.6px; }
      .text-xxl-24.text-va-20 {
        letter-spacing: 0.48px; }
      .text-xxl-24.text-va-30 {
        letter-spacing: 0.72px; }
      .text-xxl-24.text-va-40 {
        letter-spacing: 0.96px; }
      .text-xxl-24.text-va-50 {
        letter-spacing: 1.2px; }
      .text-xxl-24.text-va-70 {
        letter-spacing: 1.68px; }
      .text-xxl-24.text-va-100 {
        letter-spacing: 2.4px; }
      .text-xxl-24.text-va-200 {
        letter-spacing: 4.8px; }
      .text-xxl-25.text-va-20 {
        letter-spacing: 0.5px; }
      .text-xxl-25.text-va-30 {
        letter-spacing: 0.75px; }
      .text-xxl-25.text-va-40 {
        letter-spacing: 1px; }
      .text-xxl-25.text-va-50 {
        letter-spacing: 1.25px; }
      .text-xxl-25.text-va-70 {
        letter-spacing: 1.75px; }
      .text-xxl-25.text-va-100 {
        letter-spacing: 2.5px; }
      .text-xxl-25.text-va-200 {
        letter-spacing: 5px; }
      .text-xxl-26.text-va-20 {
        letter-spacing: 0.52px; }
      .text-xxl-26.text-va-30 {
        letter-spacing: 0.78px; }
      .text-xxl-26.text-va-40 {
        letter-spacing: 1.04px; }
      .text-xxl-26.text-va-50 {
        letter-spacing: 1.3px; }
      .text-xxl-26.text-va-70 {
        letter-spacing: 1.82px; }
      .text-xxl-26.text-va-100 {
        letter-spacing: 2.6px; }
      .text-xxl-26.text-va-200 {
        letter-spacing: 5.2px; }
      .text-xxl-27.text-va-20 {
        letter-spacing: 0.54px; }
      .text-xxl-27.text-va-30 {
        letter-spacing: 0.81px; }
      .text-xxl-27.text-va-40 {
        letter-spacing: 1.08px; }
      .text-xxl-27.text-va-50 {
        letter-spacing: 1.35px; }
      .text-xxl-27.text-va-70 {
        letter-spacing: 1.89px; }
      .text-xxl-27.text-va-100 {
        letter-spacing: 2.7px; }
      .text-xxl-27.text-va-200 {
        letter-spacing: 5.4px; }
      .text-xxl-28.text-va-20 {
        letter-spacing: 0.56px; }
      .text-xxl-28.text-va-30 {
        letter-spacing: 0.84px; }
      .text-xxl-28.text-va-40 {
        letter-spacing: 1.12px; }
      .text-xxl-28.text-va-50 {
        letter-spacing: 1.4px; }
      .text-xxl-28.text-va-70 {
        letter-spacing: 1.96px; }
      .text-xxl-28.text-va-100 {
        letter-spacing: 2.8px; }
      .text-xxl-28.text-va-200 {
        letter-spacing: 5.6px; }
      .text-xxl-29.text-va-20 {
        letter-spacing: 0.58px; }
      .text-xxl-29.text-va-30 {
        letter-spacing: 0.87px; }
      .text-xxl-29.text-va-40 {
        letter-spacing: 1.16px; }
      .text-xxl-29.text-va-50 {
        letter-spacing: 1.45px; }
      .text-xxl-29.text-va-70 {
        letter-spacing: 2.03px; }
      .text-xxl-29.text-va-100 {
        letter-spacing: 2.9px; }
      .text-xxl-29.text-va-200 {
        letter-spacing: 5.8px; }
      .text-xxl-30.text-va-20 {
        letter-spacing: 0.6px; }
      .text-xxl-30.text-va-30 {
        letter-spacing: 0.9px; }
      .text-xxl-30.text-va-40 {
        letter-spacing: 1.2px; }
      .text-xxl-30.text-va-50 {
        letter-spacing: 1.5px; }
      .text-xxl-30.text-va-70 {
        letter-spacing: 2.1px; }
      .text-xxl-30.text-va-100 {
        letter-spacing: 3px; }
      .text-xxl-30.text-va-200 {
        letter-spacing: 6px; }
      .text-xxl-31.text-va-20 {
        letter-spacing: 0.62px; }
      .text-xxl-31.text-va-30 {
        letter-spacing: 0.93px; }
      .text-xxl-31.text-va-40 {
        letter-spacing: 1.24px; }
      .text-xxl-31.text-va-50 {
        letter-spacing: 1.55px; }
      .text-xxl-31.text-va-70 {
        letter-spacing: 2.17px; }
      .text-xxl-31.text-va-100 {
        letter-spacing: 3.1px; }
      .text-xxl-31.text-va-200 {
        letter-spacing: 6.2px; }
      .text-xxl-32.text-va-20 {
        letter-spacing: 0.64px; }
      .text-xxl-32.text-va-30 {
        letter-spacing: 0.96px; }
      .text-xxl-32.text-va-40 {
        letter-spacing: 1.28px; }
      .text-xxl-32.text-va-50 {
        letter-spacing: 1.6px; }
      .text-xxl-32.text-va-70 {
        letter-spacing: 2.24px; }
      .text-xxl-32.text-va-100 {
        letter-spacing: 3.2px; }
      .text-xxl-32.text-va-200 {
        letter-spacing: 6.4px; }
      .text-xxl-33.text-va-20 {
        letter-spacing: 0.66px; }
      .text-xxl-33.text-va-30 {
        letter-spacing: 0.99px; }
      .text-xxl-33.text-va-40 {
        letter-spacing: 1.32px; }
      .text-xxl-33.text-va-50 {
        letter-spacing: 1.65px; }
      .text-xxl-33.text-va-70 {
        letter-spacing: 2.31px; }
      .text-xxl-33.text-va-100 {
        letter-spacing: 3.3px; }
      .text-xxl-33.text-va-200 {
        letter-spacing: 6.6px; }
      .text-xxl-34.text-va-20 {
        letter-spacing: 0.68px; }
      .text-xxl-34.text-va-30 {
        letter-spacing: 1.02px; }
      .text-xxl-34.text-va-40 {
        letter-spacing: 1.36px; }
      .text-xxl-34.text-va-50 {
        letter-spacing: 1.7px; }
      .text-xxl-34.text-va-70 {
        letter-spacing: 2.38px; }
      .text-xxl-34.text-va-100 {
        letter-spacing: 3.4px; }
      .text-xxl-34.text-va-200 {
        letter-spacing: 6.8px; }
      .text-xxl-35.text-va-20 {
        letter-spacing: 0.7px; }
      .text-xxl-35.text-va-30 {
        letter-spacing: 1.05px; }
      .text-xxl-35.text-va-40 {
        letter-spacing: 1.4px; }
      .text-xxl-35.text-va-50 {
        letter-spacing: 1.75px; }
      .text-xxl-35.text-va-70 {
        letter-spacing: 2.45px; }
      .text-xxl-35.text-va-100 {
        letter-spacing: 3.5px; }
      .text-xxl-35.text-va-200 {
        letter-spacing: 7px; }
      .text-xxl-36.text-va-20 {
        letter-spacing: 0.72px; }
      .text-xxl-36.text-va-30 {
        letter-spacing: 1.08px; }
      .text-xxl-36.text-va-40 {
        letter-spacing: 1.44px; }
      .text-xxl-36.text-va-50 {
        letter-spacing: 1.8px; }
      .text-xxl-36.text-va-70 {
        letter-spacing: 2.52px; }
      .text-xxl-36.text-va-100 {
        letter-spacing: 3.6px; }
      .text-xxl-36.text-va-200 {
        letter-spacing: 7.2px; }
      .text-xxl-37.text-va-20 {
        letter-spacing: 0.74px; }
      .text-xxl-37.text-va-30 {
        letter-spacing: 1.11px; }
      .text-xxl-37.text-va-40 {
        letter-spacing: 1.48px; }
      .text-xxl-37.text-va-50 {
        letter-spacing: 1.85px; }
      .text-xxl-37.text-va-70 {
        letter-spacing: 2.59px; }
      .text-xxl-37.text-va-100 {
        letter-spacing: 3.7px; }
      .text-xxl-37.text-va-200 {
        letter-spacing: 7.4px; }
      .text-xxl-38.text-va-20 {
        letter-spacing: 0.76px; }
      .text-xxl-38.text-va-30 {
        letter-spacing: 1.14px; }
      .text-xxl-38.text-va-40 {
        letter-spacing: 1.52px; }
      .text-xxl-38.text-va-50 {
        letter-spacing: 1.9px; }
      .text-xxl-38.text-va-70 {
        letter-spacing: 2.66px; }
      .text-xxl-38.text-va-100 {
        letter-spacing: 3.8px; }
      .text-xxl-38.text-va-200 {
        letter-spacing: 7.6px; }
      .text-xxl-39.text-va-20 {
        letter-spacing: 0.78px; }
      .text-xxl-39.text-va-30 {
        letter-spacing: 1.17px; }
      .text-xxl-39.text-va-40 {
        letter-spacing: 1.56px; }
      .text-xxl-39.text-va-50 {
        letter-spacing: 1.95px; }
      .text-xxl-39.text-va-70 {
        letter-spacing: 2.73px; }
      .text-xxl-39.text-va-100 {
        letter-spacing: 3.9px; }
      .text-xxl-39.text-va-200 {
        letter-spacing: 7.8px; }
      .text-xxl-40.text-va-20 {
        letter-spacing: 0.8px; }
      .text-xxl-40.text-va-30 {
        letter-spacing: 1.2px; }
      .text-xxl-40.text-va-40 {
        letter-spacing: 1.6px; }
      .text-xxl-40.text-va-50 {
        letter-spacing: 2px; }
      .text-xxl-40.text-va-70 {
        letter-spacing: 2.8px; }
      .text-xxl-40.text-va-100 {
        letter-spacing: 4px; }
      .text-xxl-40.text-va-200 {
        letter-spacing: 8px; }
      .text-xxl-41.text-va-20 {
        letter-spacing: 0.82px; }
      .text-xxl-41.text-va-30 {
        letter-spacing: 1.23px; }
      .text-xxl-41.text-va-40 {
        letter-spacing: 1.64px; }
      .text-xxl-41.text-va-50 {
        letter-spacing: 2.05px; }
      .text-xxl-41.text-va-70 {
        letter-spacing: 2.87px; }
      .text-xxl-41.text-va-100 {
        letter-spacing: 4.1px; }
      .text-xxl-41.text-va-200 {
        letter-spacing: 8.2px; }
      .text-xxl-42.text-va-20 {
        letter-spacing: 0.84px; }
      .text-xxl-42.text-va-30 {
        letter-spacing: 1.26px; }
      .text-xxl-42.text-va-40 {
        letter-spacing: 1.68px; }
      .text-xxl-42.text-va-50 {
        letter-spacing: 2.1px; }
      .text-xxl-42.text-va-70 {
        letter-spacing: 2.94px; }
      .text-xxl-42.text-va-100 {
        letter-spacing: 4.2px; }
      .text-xxl-42.text-va-200 {
        letter-spacing: 8.4px; }
      .text-xxl-43.text-va-20 {
        letter-spacing: 0.86px; }
      .text-xxl-43.text-va-30 {
        letter-spacing: 1.29px; }
      .text-xxl-43.text-va-40 {
        letter-spacing: 1.72px; }
      .text-xxl-43.text-va-50 {
        letter-spacing: 2.15px; }
      .text-xxl-43.text-va-70 {
        letter-spacing: 3.01px; }
      .text-xxl-43.text-va-100 {
        letter-spacing: 4.3px; }
      .text-xxl-43.text-va-200 {
        letter-spacing: 8.6px; }
      .text-xxl-44.text-va-20 {
        letter-spacing: 0.88px; }
      .text-xxl-44.text-va-30 {
        letter-spacing: 1.32px; }
      .text-xxl-44.text-va-40 {
        letter-spacing: 1.76px; }
      .text-xxl-44.text-va-50 {
        letter-spacing: 2.2px; }
      .text-xxl-44.text-va-70 {
        letter-spacing: 3.08px; }
      .text-xxl-44.text-va-100 {
        letter-spacing: 4.4px; }
      .text-xxl-44.text-va-200 {
        letter-spacing: 8.8px; }
      .text-xxl-45.text-va-20 {
        letter-spacing: 0.9px; }
      .text-xxl-45.text-va-30 {
        letter-spacing: 1.35px; }
      .text-xxl-45.text-va-40 {
        letter-spacing: 1.8px; }
      .text-xxl-45.text-va-50 {
        letter-spacing: 2.25px; }
      .text-xxl-45.text-va-70 {
        letter-spacing: 3.15px; }
      .text-xxl-45.text-va-100 {
        letter-spacing: 4.5px; }
      .text-xxl-45.text-va-200 {
        letter-spacing: 9px; }
      .text-xxl-46.text-va-20 {
        letter-spacing: 0.92px; }
      .text-xxl-46.text-va-30 {
        letter-spacing: 1.38px; }
      .text-xxl-46.text-va-40 {
        letter-spacing: 1.84px; }
      .text-xxl-46.text-va-50 {
        letter-spacing: 2.3px; }
      .text-xxl-46.text-va-70 {
        letter-spacing: 3.22px; }
      .text-xxl-46.text-va-100 {
        letter-spacing: 4.6px; }
      .text-xxl-46.text-va-200 {
        letter-spacing: 9.2px; }
      .text-xxl-48.text-va-20 {
        letter-spacing: 0.96px; }
      .text-xxl-48.text-va-30 {
        letter-spacing: 1.44px; }
      .text-xxl-48.text-va-40 {
        letter-spacing: 1.92px; }
      .text-xxl-48.text-va-50 {
        letter-spacing: 2.4px; }
      .text-xxl-48.text-va-70 {
        letter-spacing: 3.36px; }
      .text-xxl-48.text-va-100 {
        letter-spacing: 4.8px; }
      .text-xxl-48.text-va-200 {
        letter-spacing: 9.6px; }
      .text-xxl-50.text-va-20 {
        letter-spacing: 1px; }
      .text-xxl-50.text-va-30 {
        letter-spacing: 1.5px; }
      .text-xxl-50.text-va-40 {
        letter-spacing: 2px; }
      .text-xxl-50.text-va-50 {
        letter-spacing: 2.5px; }
      .text-xxl-50.text-va-70 {
        letter-spacing: 3.5px; }
      .text-xxl-50.text-va-100 {
        letter-spacing: 5px; }
      .text-xxl-50.text-va-200 {
        letter-spacing: 10px; }
      .text-xxl-54.text-va-20 {
        letter-spacing: 1.08px; }
      .text-xxl-54.text-va-30 {
        letter-spacing: 1.62px; }
      .text-xxl-54.text-va-40 {
        letter-spacing: 2.16px; }
      .text-xxl-54.text-va-50 {
        letter-spacing: 2.7px; }
      .text-xxl-54.text-va-70 {
        letter-spacing: 3.78px; }
      .text-xxl-54.text-va-100 {
        letter-spacing: 5.4px; }
      .text-xxl-54.text-va-200 {
        letter-spacing: 10.8px; }
      .text-xxl-55.text-va-20 {
        letter-spacing: 1.1px; }
      .text-xxl-55.text-va-30 {
        letter-spacing: 1.65px; }
      .text-xxl-55.text-va-40 {
        letter-spacing: 2.2px; }
      .text-xxl-55.text-va-50 {
        letter-spacing: 2.75px; }
      .text-xxl-55.text-va-70 {
        letter-spacing: 3.85px; }
      .text-xxl-55.text-va-100 {
        letter-spacing: 5.5px; }
      .text-xxl-55.text-va-200 {
        letter-spacing: 11px; }
      .text-xxl-60.text-va-20 {
        letter-spacing: 1.2px; }
      .text-xxl-60.text-va-30 {
        letter-spacing: 1.8px; }
      .text-xxl-60.text-va-40 {
        letter-spacing: 2.4px; }
      .text-xxl-60.text-va-50 {
        letter-spacing: 3px; }
      .text-xxl-60.text-va-70 {
        letter-spacing: 4.2px; }
      .text-xxl-60.text-va-100 {
        letter-spacing: 6px; }
      .text-xxl-60.text-va-200 {
        letter-spacing: 12px; }
      .text-xxl-64.text-va-20 {
        letter-spacing: 1.28px; }
      .text-xxl-64.text-va-30 {
        letter-spacing: 1.92px; }
      .text-xxl-64.text-va-40 {
        letter-spacing: 2.56px; }
      .text-xxl-64.text-va-50 {
        letter-spacing: 3.2px; }
      .text-xxl-64.text-va-70 {
        letter-spacing: 4.48px; }
      .text-xxl-64.text-va-100 {
        letter-spacing: 6.4px; }
      .text-xxl-64.text-va-200 {
        letter-spacing: 12.8px; }
      .text-xxl-68.text-va-20 {
        letter-spacing: 1.36px; }
      .text-xxl-68.text-va-30 {
        letter-spacing: 2.04px; }
      .text-xxl-68.text-va-40 {
        letter-spacing: 2.72px; }
      .text-xxl-68.text-va-50 {
        letter-spacing: 3.4px; }
      .text-xxl-68.text-va-70 {
        letter-spacing: 4.76px; }
      .text-xxl-68.text-va-100 {
        letter-spacing: 6.8px; }
      .text-xxl-68.text-va-200 {
        letter-spacing: 13.6px; }
      .text-xxl-70.text-va-20 {
        letter-spacing: 1.4px; }
      .text-xxl-70.text-va-30 {
        letter-spacing: 2.1px; }
      .text-xxl-70.text-va-40 {
        letter-spacing: 2.8px; }
      .text-xxl-70.text-va-50 {
        letter-spacing: 3.5px; }
      .text-xxl-70.text-va-70 {
        letter-spacing: 4.9px; }
      .text-xxl-70.text-va-100 {
        letter-spacing: 7px; }
      .text-xxl-70.text-va-200 {
        letter-spacing: 14px; }
      .text-xxl-75.text-va-20 {
        letter-spacing: 1.5px; }
      .text-xxl-75.text-va-30 {
        letter-spacing: 2.25px; }
      .text-xxl-75.text-va-40 {
        letter-spacing: 3px; }
      .text-xxl-75.text-va-50 {
        letter-spacing: 3.75px; }
      .text-xxl-75.text-va-70 {
        letter-spacing: 5.25px; }
      .text-xxl-75.text-va-100 {
        letter-spacing: 7.5px; }
      .text-xxl-75.text-va-200 {
        letter-spacing: 15px; }
      .text-xxl-78.text-va-20 {
        letter-spacing: 1.56px; }
      .text-xxl-78.text-va-30 {
        letter-spacing: 2.34px; }
      .text-xxl-78.text-va-40 {
        letter-spacing: 3.12px; }
      .text-xxl-78.text-va-50 {
        letter-spacing: 3.9px; }
      .text-xxl-78.text-va-70 {
        letter-spacing: 5.46px; }
      .text-xxl-78.text-va-100 {
        letter-spacing: 7.8px; }
      .text-xxl-78.text-va-200 {
        letter-spacing: 15.6px; }
      .text-xxl-80.text-va-20 {
        letter-spacing: 1.6px; }
      .text-xxl-80.text-va-30 {
        letter-spacing: 2.4px; }
      .text-xxl-80.text-va-40 {
        letter-spacing: 3.2px; }
      .text-xxl-80.text-va-50 {
        letter-spacing: 4px; }
      .text-xxl-80.text-va-70 {
        letter-spacing: 5.6px; }
      .text-xxl-80.text-va-100 {
        letter-spacing: 8px; }
      .text-xxl-80.text-va-200 {
        letter-spacing: 16px; }
      .text-xxl-82.text-va-20 {
        letter-spacing: 1.64px; }
      .text-xxl-82.text-va-30 {
        letter-spacing: 2.46px; }
      .text-xxl-82.text-va-40 {
        letter-spacing: 3.28px; }
      .text-xxl-82.text-va-50 {
        letter-spacing: 4.1px; }
      .text-xxl-82.text-va-70 {
        letter-spacing: 5.74px; }
      .text-xxl-82.text-va-100 {
        letter-spacing: 8.2px; }
      .text-xxl-82.text-va-200 {
        letter-spacing: 16.4px; }
      .text-xxl-85.text-va-20 {
        letter-spacing: 1.7px; }
      .text-xxl-85.text-va-30 {
        letter-spacing: 2.55px; }
      .text-xxl-85.text-va-40 {
        letter-spacing: 3.4px; }
      .text-xxl-85.text-va-50 {
        letter-spacing: 4.25px; }
      .text-xxl-85.text-va-70 {
        letter-spacing: 5.95px; }
      .text-xxl-85.text-va-100 {
        letter-spacing: 8.5px; }
      .text-xxl-85.text-va-200 {
        letter-spacing: 17px; }
      .text-xxl-90.text-va-20 {
        letter-spacing: 1.8px; }
      .text-xxl-90.text-va-30 {
        letter-spacing: 2.7px; }
      .text-xxl-90.text-va-40 {
        letter-spacing: 3.6px; }
      .text-xxl-90.text-va-50 {
        letter-spacing: 4.5px; }
      .text-xxl-90.text-va-70 {
        letter-spacing: 6.3px; }
      .text-xxl-90.text-va-100 {
        letter-spacing: 9px; }
      .text-xxl-90.text-va-200 {
        letter-spacing: 18px; }
      .text-xxl-100.text-va-20 {
        letter-spacing: 2px; }
      .text-xxl-100.text-va-30 {
        letter-spacing: 3px; }
      .text-xxl-100.text-va-40 {
        letter-spacing: 4px; }
      .text-xxl-100.text-va-50 {
        letter-spacing: 5px; }
      .text-xxl-100.text-va-70 {
        letter-spacing: 7px; }
      .text-xxl-100.text-va-100 {
        letter-spacing: 10px; }
      .text-xxl-100.text-va-200 {
        letter-spacing: 20px; }
      .text-xxl-180.text-va-20 {
        letter-spacing: 3.6px; }
      .text-xxl-180.text-va-30 {
        letter-spacing: 5.4px; }
      .text-xxl-180.text-va-40 {
        letter-spacing: 7.2px; }
      .text-xxl-180.text-va-50 {
        letter-spacing: 9px; }
      .text-xxl-180.text-va-70 {
        letter-spacing: 12.6px; }
      .text-xxl-180.text-va-100 {
        letter-spacing: 18px; }
      .text-xxl-180.text-va-200 {
        letter-spacing: 36px; }
      .text-xxl-200.text-va-20 {
        letter-spacing: 4px; }
      .text-xxl-200.text-va-30 {
        letter-spacing: 6px; }
      .text-xxl-200.text-va-40 {
        letter-spacing: 8px; }
      .text-xxl-200.text-va-50 {
        letter-spacing: 10px; }
      .text-xxl-200.text-va-70 {
        letter-spacing: 14px; }
      .text-xxl-200.text-va-100 {
        letter-spacing: 20px; }
      .text-xxl-200.text-va-200 {
        letter-spacing: 40px; } }

.cms-grid {
  position: relative; }

.cms-grid-sizer {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.cms-grid-gutter {
  width: 0; }

.cms-grid-filter-wrap {
  margin-bottom: 30px; }

.cms-grid-filter-wrap .cms-filter-item {
  max-width: 100%;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  color: var(--color-primary);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

.cms-grid-filter-wrap .cms-filter-item:after {
  content: '';
  height: 4px;
  position: absolute;
  background-color: var(--color-accent);
  left: 7.5px;
  right: 100%;
  margin: auto;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-grid-filter-wrap .cms-filter-item.active, .cms-grid-filter-wrap .cms-filter-item:hover {
  color: var(--color-accent); }

.cms-grid-filter-wrap .cms-filter-item.active:after, .cms-grid-filter-wrap .cms-filter-item:hover:after {
  opacity: 1;
  right: 7.5px; }

.cms-grid-filter-wrap.outline .cms-filter-item:after {
  display: none; }

.cms-grid-filter-wrap.outline .cms-filter-item:after:hover .cms-filter-item-inner, .cms-grid-filter-wrap.outline .cms-filter-item:after.active .cms-filter-item-inner {
  border-color: var(--color-accent);
  color: var(--color-accent); }

.cms-grid-filter-wrap.outline .cms-filter-item-inner {
  border: 2px solid filter_color;
  color: var(--color-primary);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-grid-overlay.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.elementor-widget-cms_heading {
  position: relative;
  z-index: 1; }

.cms-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  z-index: 0; }

@media (min-width: 1025px) {
      .cms-swiper-container:not(.no-shadow) {
        padding: 0;
        margin: 0; } }

.cms-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.cms-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0 !important; }

.cms-swiper-slide.swiper-slide-visible {
  opacity: 1 !important; }

.swiper-container-multirow-column > .cms-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-multirow-column > .cms-swiper-wrapper .cms-swiper-slide {
  height: calc((100% - 40px) / 2); }

.swiper-container-multirow-row > .cms-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row; }

.swiper-container-multirow-row > .cms-swiper-wrapper .cms-swiper-slide {
  height: calc((100% - 40px) / 2); }

.swiper-container-vertical > .cms-swiper-wrapper {
  flex-direction: column; }

.swiper-container-cube .swiper-cube-shadow {
  display: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden; }

.cms-swiper-arrow {
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  color: var(--color-accent);
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.cms-swiper-arrow:before {
  display: block;
  line-height: 60px; }

.cms-swiper-arrow:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.cms-swiper-arrow.swiper-button-disabled {
  filter: alpha(opacity=0.5 !important * 100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5 !important * 100)";
  -webkit-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -moz-opacity: 0.5 !important;
  -ms-opacity: 0.5 !important;
  -o-opacity: 0.5 !important;
  opacity: 0.5 !important;
  cursor: not-allowed; }

.cms-swiper-arrow-next:before {
  content: '\e95a'; }

.cms-swiper-arrow-prev:before {
  content: '\e959'; }

.cms-swiper-arrows-false .cms-swiper-arrows, .cms-swiper-arrows-false .cms-swiper-arrow {
  display: none; }

@media (max-width: 1024px) {
  .cms-swiper-arrows-tablet-false .cms-swiper-arrows, .cms-swiper-arrows-tablet-false .cms-swiper-arrow {
    display: none; }

  .cms-swiper-arrows-tablet-true .cms-swiper-arrows, .cms-swiper-arrows-tablet-true .cms-swiper-arrow {
    display: block; } }

@media (max-width: 767px) {
  .cms-swiper-arrows-mobile-false .cms-swiper-arrows, .cms-swiper-arrows-mobile-false .cms-swiper-arrow {
    display: none; }

  .cms-swiper-arrows-mobile-true .cms-swiper-arrows, .cms-swiper-arrows-mobile-true .cms-swiper-arrow {
    display: block; } }

.cms-swiper-nav-in-vertical .cms-swiper-arrow, .cms-swiper-nav-out-vertical .cms-swiper-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
  left: 50px; }

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-prev {
  left: auto;
  right: 50px; }

.cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
  right: 50px; }

[dir="rtl"] .cms-swiper-nav-in-vertical .cms-swiper-arrow-next {
  right: auto;
  left: 50px; }

.cms-swiper-nav-out-vertical .cms-swiper-arrow-prev {
  left: -100px; }

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-prev {
  left: auto;
  right: -100px; }

.cms-swiper-nav-out-vertical .cms-swiper-arrow-next {
  right: -100px; }

[dir="rtl"] .cms-swiper-nav-out-vertical .cms-swiper-arrow-next {
  right: auto;
  left: -100px; }

.cms-swiper-nav-left-side .cms-swiper-container {
  overflow: visible; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap {
  position: relative; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a {
  font-weight: 700;
  padding-bottom: 3px;
  padding-right: 40px;
  border-bottom: 3px solid; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-accent {
  border-bottom-color: #2983fd; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-accent:hover {
  border-bottom-color: #2983fd; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-primary {
  border-bottom-color: #063464; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-primary:hover {
  border-bottom-color: #063464; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-secondary {
  border-bottom-color: #fee023; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-secondary:hover {
  border-bottom-color: #fee023; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-rating {
  border-bottom-color: #16bae1; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-rating:hover {
  border-bottom-color: #16bae1; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-body {
  border-bottom-color: #8e949e; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-body:hover {
  border-bottom-color: #8e949e; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-white {
  border-bottom-color: #fff; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-white:hover {
  border-bottom-color: #fff; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-1d65b9 {
  border-bottom-color: #1d65b9; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-1d65b9:hover {
  border-bottom-color: #1d65b9; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-05213f {
  border-bottom-color: #05213f; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-05213f:hover {
  border-bottom-color: #05213f; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-1e4873 {
  border-bottom-color: #1e4873; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-1e4873:hover {
  border-bottom-color: #1e4873; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-032b56 {
  border-bottom-color: #032b56; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-032b56:hover {
  border-bottom-color: #032b56; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-cdd5dd {
  border-bottom-color: #cdd5dd; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-cdd5dd:hover {
  border-bottom-color: #cdd5dd; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-01244a {
  border-bottom-color: #01244a; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-01244a:hover {
  border-bottom-color: #01244a; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-f4f4f4 {
  border-bottom-color: #f4f4f4; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-f4f4f4:hover {
  border-bottom-color: #f4f4f4; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-e8eff8 {
  border-bottom-color: #e8eff8; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-e8eff8:hover {
  border-bottom-color: #e8eff8; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-fee023 {
  border-bottom-color: #fee023; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-fee023:hover {
  border-bottom-color: #fee023; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-3e5a77 {
  border-bottom-color: #3e5a77; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-3e5a77:hover {
  border-bottom-color: #3e5a77; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-9aaabb {
  border-bottom-color: #9aaabb; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-9aaabb:hover {
  border-bottom-color: #9aaabb; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-e1e2e4 {
  border-bottom-color: #e1e2e4; }

.cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-link a.text-hover-e1e2e4:hover {
  border-bottom-color: #e1e2e4; }

@media (min-width: 1025px) {
      .cms-swiper-nav-left-side .cms-swiper-slider-wrap {
        padding-left: 70px; }
        [dir="rtl"] .cms-swiper-nav-left-side .cms-swiper-slider-wrap {
          padding-left: 0;
          padding-right: 70px; }
        .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
          width: 70px;
          position: absolute;
          top: 0;
          bottom: calc(70px + 10px);
          left: -70px;
          z-index: 1;
          flex-direction: column; }
          [dir="rtl"] .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
            left: auto;
            right: -70px; }
        .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-arrow {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%; }
        .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrow {
          width: 100%;
          flex: 0 0 100px;
          text-align: start; }
        .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrow-prev {
          margin-bottom: 10px; }
        .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-additional {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%;
          padding-bottom: 60px; }
          .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-additional > * {
            -webkit-transform: rotate(90deg) translate(0, 20px);
            -khtml-transform: rotate(90deg) translate(0, 20px);
            -moz-transform: rotate(90deg) translate(0, 20px);
            -ms-transform: rotate(90deg) translate(0, 20px);
            -o-transform: rotate(90deg) translate(0, 20px);
            transform: rotate(90deg) translate(0, 20px); }
        .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-dots {
          max-width: 1280px; } }

@media (max-width: 1024px) {
      .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows {
        align-items: center;
        padding-top: 40px; }
      .cms-swiper-nav-left-side .cms-swiper-slider-wrap .cms-swiper-arrows-arrow {
        display: flex;
        flex-wrap: wrap; } }

.cms-swiper-nav-left-side.cms-swiper-arrows-false .cms-swiper-slider-wrap .cms-swiper-arrows {
  display: none; }

@media (min-width: 1025px) {
        .cms-swiper-nav-left-side.cms-swiper-arrows-false .cms-swiper-slider-wrap {
          padding-left: 0 !important;
          padding-right: 0 !important; } }

.cms-swiper-nav-color-accent .cms-swiper-arrow {
  color: #2983fd; }

.cms-swiper-nav-color-hover-accent .cms-swiper-arrow:hover {
  color: #2983fd; }

.cms-swiper-nav-color-primary .cms-swiper-arrow {
  color: #063464; }

.cms-swiper-nav-color-hover-primary .cms-swiper-arrow:hover {
  color: #063464; }

.cms-swiper-nav-color-secondary .cms-swiper-arrow {
  color: #fee023; }

.cms-swiper-nav-color-hover-secondary .cms-swiper-arrow:hover {
  color: #fee023; }

.cms-swiper-nav-color-rating .cms-swiper-arrow {
  color: #16bae1; }

.cms-swiper-nav-color-hover-rating .cms-swiper-arrow:hover {
  color: #16bae1; }

.cms-swiper-nav-color-body .cms-swiper-arrow {
  color: #8e949e; }

.cms-swiper-nav-color-hover-body .cms-swiper-arrow:hover {
  color: #8e949e; }

.cms-swiper-nav-color-white .cms-swiper-arrow {
  color: #fff; }

.cms-swiper-nav-color-hover-white .cms-swiper-arrow:hover {
  color: #fff; }

.cms-swiper-nav-color-1d65b9 .cms-swiper-arrow {
  color: #1d65b9; }

.cms-swiper-nav-color-hover-1d65b9 .cms-swiper-arrow:hover {
  color: #1d65b9; }

.cms-swiper-nav-color-05213f .cms-swiper-arrow {
  color: #05213f; }

.cms-swiper-nav-color-hover-05213f .cms-swiper-arrow:hover {
  color: #05213f; }

.cms-swiper-nav-color-1e4873 .cms-swiper-arrow {
  color: #1e4873; }

.cms-swiper-nav-color-hover-1e4873 .cms-swiper-arrow:hover {
  color: #1e4873; }

.cms-swiper-nav-color-032b56 .cms-swiper-arrow {
  color: #032b56; }

.cms-swiper-nav-color-hover-032b56 .cms-swiper-arrow:hover {
  color: #032b56; }

.cms-swiper-nav-color-cdd5dd .cms-swiper-arrow {
  color: #cdd5dd; }

.cms-swiper-nav-color-hover-cdd5dd .cms-swiper-arrow:hover {
  color: #cdd5dd; }

.cms-swiper-nav-color-01244a .cms-swiper-arrow {
  color: #01244a; }

.cms-swiper-nav-color-hover-01244a .cms-swiper-arrow:hover {
  color: #01244a; }

.cms-swiper-nav-color-f4f4f4 .cms-swiper-arrow {
  color: #f4f4f4; }

.cms-swiper-nav-color-hover-f4f4f4 .cms-swiper-arrow:hover {
  color: #f4f4f4; }

.cms-swiper-nav-color-e8eff8 .cms-swiper-arrow {
  color: #e8eff8; }

.cms-swiper-nav-color-hover-e8eff8 .cms-swiper-arrow:hover {
  color: #e8eff8; }

.cms-swiper-nav-color-fee023 .cms-swiper-arrow {
  color: #fee023; }

.cms-swiper-nav-color-hover-fee023 .cms-swiper-arrow:hover {
  color: #fee023; }

.cms-swiper-nav-color-3e5a77 .cms-swiper-arrow {
  color: #3e5a77; }

.cms-swiper-nav-color-hover-3e5a77 .cms-swiper-arrow:hover {
  color: #3e5a77; }

.cms-swiper-nav-color-9aaabb .cms-swiper-arrow {
  color: #9aaabb; }

.cms-swiper-nav-color-hover-9aaabb .cms-swiper-arrow:hover {
  color: #9aaabb; }

.cms-swiper-nav-color-e1e2e4 .cms-swiper-arrow {
  color: #e1e2e4; }

.cms-swiper-nav-color-hover-e1e2e4 .cms-swiper-arrow:hover {
  color: #e1e2e4; }

.cms-swiper-arrows {
  display: flex; }

.cms-swiper-nav-style-size-34 .cms-swiper-arrows {
  margin-left: -5px;
  margin-right: -5px; }

.cms-swiper-nav-style-size-34 .cms-swiper-arrow {
  font-size: 34px;
  line-height: 34px;
  width: 44px;
  height: 34px;
  padding-left: 5px;
  padding-right: 5px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.cms-swiper-nav-style-size-34 .cms-swiper-arrow:before {
  line-height: 34px; }

.cms-swiper-dots {
  margin: 32px -2px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.cms-swiper-dots .cms-swiper-pagination-bullet {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 2px;
  background: transparent;
  cursor: pointer;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-swiper-dots .cms-swiper-pagination-bullet:before {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  -khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  -ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  -o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }

.cms-swiper-dots .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: var(--color-accent);
  -webkit-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2); }

.cms-swiper-dots-false .cms-swiper-dots {
  display: none; }

@media (max-width: 1024px) {
  .cms-swiper-dots-tablet-false .cms-swiper-dots {
    display: none; }

  .cms-swiper-dots-tablet-true .cms-swiper-dots {
    display: flex; } }

@media (max-width: 767px) {
  .cms-swiper-dots-mobile-false .cms-swiper-dots {
    display: none; }

  .cms-swiper-dots-mobile-true .cms-swiper-dots {
    display: flex; } }

.cms-swiper-dots-color-accent .cms-swiper-pagination-bullet:before {
  background: #2983fd; }

.cms-swiper-dots-color-hover-accent .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-accent .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #2983fd;
  -webkit-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2);
  box-shadow: 0 0 0 8px rgba(41, 131, 253, 0.2); }

.cms-swiper-dots-color-primary .cms-swiper-pagination-bullet:before {
  background: #063464; }

.cms-swiper-dots-color-hover-primary .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-primary .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #063464;
  -webkit-box-shadow: 0 0 0 8px rgba(6, 52, 100, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(6, 52, 100, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(6, 52, 100, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(6, 52, 100, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(6, 52, 100, 0.2);
  box-shadow: 0 0 0 8px rgba(6, 52, 100, 0.2); }

.cms-swiper-dots-color-secondary .cms-swiper-pagination-bullet:before {
  background: #fee023; }

.cms-swiper-dots-color-hover-secondary .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-secondary .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fee023;
  -webkit-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2); }

.cms-swiper-dots-color-rating .cms-swiper-pagination-bullet:before {
  background: #16bae1; }

.cms-swiper-dots-color-hover-rating .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-rating .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #16bae1;
  -webkit-box-shadow: 0 0 0 8px rgba(22, 186, 225, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(22, 186, 225, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(22, 186, 225, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(22, 186, 225, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(22, 186, 225, 0.2);
  box-shadow: 0 0 0 8px rgba(22, 186, 225, 0.2); }

.cms-swiper-dots-color-body .cms-swiper-pagination-bullet:before {
  background: #8e949e; }

.cms-swiper-dots-color-hover-body .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-body .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #8e949e;
  -webkit-box-shadow: 0 0 0 8px rgba(142, 148, 158, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(142, 148, 158, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(142, 148, 158, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(142, 148, 158, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(142, 148, 158, 0.2);
  box-shadow: 0 0 0 8px rgba(142, 148, 158, 0.2); }

.cms-swiper-dots-color-white .cms-swiper-pagination-bullet:before {
  background: #fff; }

.cms-swiper-dots-color-hover-white .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-white .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2); }

.cms-swiper-dots-color-1d65b9 .cms-swiper-pagination-bullet:before {
  background: #1d65b9; }

.cms-swiper-dots-color-hover-1d65b9 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-1d65b9 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #1d65b9;
  -webkit-box-shadow: 0 0 0 8px rgba(29, 101, 185, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(29, 101, 185, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(29, 101, 185, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(29, 101, 185, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(29, 101, 185, 0.2);
  box-shadow: 0 0 0 8px rgba(29, 101, 185, 0.2); }

.cms-swiper-dots-color-05213f .cms-swiper-pagination-bullet:before {
  background: #05213f; }

.cms-swiper-dots-color-hover-05213f .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-05213f .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #05213f;
  -webkit-box-shadow: 0 0 0 8px rgba(5, 33, 63, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(5, 33, 63, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(5, 33, 63, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(5, 33, 63, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(5, 33, 63, 0.2);
  box-shadow: 0 0 0 8px rgba(5, 33, 63, 0.2); }

.cms-swiper-dots-color-1e4873 .cms-swiper-pagination-bullet:before {
  background: #1e4873; }

.cms-swiper-dots-color-hover-1e4873 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-1e4873 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #1e4873;
  -webkit-box-shadow: 0 0 0 8px rgba(30, 72, 115, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(30, 72, 115, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(30, 72, 115, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(30, 72, 115, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(30, 72, 115, 0.2);
  box-shadow: 0 0 0 8px rgba(30, 72, 115, 0.2); }

.cms-swiper-dots-color-032b56 .cms-swiper-pagination-bullet:before {
  background: #032b56; }

.cms-swiper-dots-color-hover-032b56 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-032b56 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #032b56;
  -webkit-box-shadow: 0 0 0 8px rgba(3, 43, 86, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(3, 43, 86, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(3, 43, 86, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(3, 43, 86, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(3, 43, 86, 0.2);
  box-shadow: 0 0 0 8px rgba(3, 43, 86, 0.2); }

.cms-swiper-dots-color-cdd5dd .cms-swiper-pagination-bullet:before {
  background: #cdd5dd; }

.cms-swiper-dots-color-hover-cdd5dd .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-cdd5dd .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #cdd5dd;
  -webkit-box-shadow: 0 0 0 8px rgba(205, 213, 221, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(205, 213, 221, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(205, 213, 221, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(205, 213, 221, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(205, 213, 221, 0.2);
  box-shadow: 0 0 0 8px rgba(205, 213, 221, 0.2); }

.cms-swiper-dots-color-01244a .cms-swiper-pagination-bullet:before {
  background: #01244a; }

.cms-swiper-dots-color-hover-01244a .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-01244a .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #01244a;
  -webkit-box-shadow: 0 0 0 8px rgba(1, 36, 74, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(1, 36, 74, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(1, 36, 74, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(1, 36, 74, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(1, 36, 74, 0.2);
  box-shadow: 0 0 0 8px rgba(1, 36, 74, 0.2); }

.cms-swiper-dots-color-f4f4f4 .cms-swiper-pagination-bullet:before {
  background: #f4f4f4; }

.cms-swiper-dots-color-hover-f4f4f4 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-f4f4f4 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 0 8px rgba(244, 244, 244, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(244, 244, 244, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(244, 244, 244, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(244, 244, 244, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(244, 244, 244, 0.2);
  box-shadow: 0 0 0 8px rgba(244, 244, 244, 0.2); }

.cms-swiper-dots-color-e8eff8 .cms-swiper-pagination-bullet:before {
  background: #e8eff8; }

.cms-swiper-dots-color-hover-e8eff8 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-e8eff8 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #e8eff8;
  -webkit-box-shadow: 0 0 0 8px rgba(232, 239, 248, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(232, 239, 248, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(232, 239, 248, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(232, 239, 248, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(232, 239, 248, 0.2);
  box-shadow: 0 0 0 8px rgba(232, 239, 248, 0.2); }

.cms-swiper-dots-color-fee023 .cms-swiper-pagination-bullet:before {
  background: #fee023; }

.cms-swiper-dots-color-hover-fee023 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-fee023 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #fee023;
  -webkit-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2);
  box-shadow: 0 0 0 8px rgba(254, 224, 35, 0.2); }

.cms-swiper-dots-color-3e5a77 .cms-swiper-pagination-bullet:before {
  background: #3e5a77; }

.cms-swiper-dots-color-hover-3e5a77 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-3e5a77 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #3e5a77;
  -webkit-box-shadow: 0 0 0 8px rgba(62, 90, 119, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(62, 90, 119, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(62, 90, 119, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(62, 90, 119, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(62, 90, 119, 0.2);
  box-shadow: 0 0 0 8px rgba(62, 90, 119, 0.2); }

.cms-swiper-dots-color-9aaabb .cms-swiper-pagination-bullet:before {
  background: #9aaabb; }

.cms-swiper-dots-color-hover-9aaabb .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-9aaabb .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #9aaabb;
  -webkit-box-shadow: 0 0 0 8px rgba(154, 170, 187, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(154, 170, 187, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(154, 170, 187, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(154, 170, 187, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(154, 170, 187, 0.2);
  box-shadow: 0 0 0 8px rgba(154, 170, 187, 0.2); }

.cms-swiper-dots-color-e1e2e4 .cms-swiper-pagination-bullet:before {
  background: #e1e2e4; }

.cms-swiper-dots-color-hover-e1e2e4 .cms-swiper-pagination-bullet:hover:before, .cms-swiper-dots-color-hover-e1e2e4 .cms-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #e1e2e4;
  -webkit-box-shadow: 0 0 0 8px rgba(225, 226, 228, 0.2);
  -khtml-box-shadow: 0 0 0 8px rgba(225, 226, 228, 0.2);
  -moz-box-shadow: 0 0 0 8px rgba(225, 226, 228, 0.2);
  -ms-box-shadow: 0 0 0 8px rgba(225, 226, 228, 0.2);
  -o-box-shadow: 0 0 0 8px rgba(225, 226, 228, 0.2);
  box-shadow: 0 0 0 8px rgba(225, 226, 228, 0.2); }

.cms-swiper-dots-in .cms-swiper-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0; }

.cms-swiper-dots-align-center .cms-swiper-dots {
  justify-content: center; }

.cms-swiper-dots-align-start .cms-swiper-dots {
  justify-content: start; }

.cms-swiper-dots-align-end .cms-swiper-dots {
  justify-content: end; }

.cms-swiper-dots-align-justify .cms-swiper-dots {
  justify-content: space-between; }

@media (max-width: 1024px) {
  .cms-swiper-dots-align-tablet-start .cms-swiper-dots {
    justify-content: start; }

  .cms-swiper-dots-align-tablet-center .cms-swiper-dots {
    justify-content: center; }

  .cms-swiper-dots-align-tablet-end .cms-swiper-dots {
    justify-content: end; }

  .cms-swiper-dots-align-tablet-justify .cms-swiper-dots {
    justify-content: space-between; } }

@media (max-width: 767px) {
  .cms-swiper-dots-align-mobile-start .cms-swiper-dots {
    justify-content: start; }

  .cms-swiper-dots-align-mobile-center .cms-swiper-dots {
    justify-content: center; }

  .cms-swiper-dots-align-mobile-end .cms-swiper-dots {
    justify-content: end; }

  .cms-swiper-dots-align-mobile-justify .cms-swiper-dots {
    justify-content: space-between; } }

body:not(.elementor-page) #cms-main {
  padding: 100px 0; }

@media (max-width: 1279px) {
    #cms-header-top, #cms-page, #cms-footer {
      overflow-x: hidden; } }

.container-wide {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1600px) {
    .container-wide {
      max-width: 1600px; } }

.container-full {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 1600px) {
    .container-full {
      padding-left: 40px;
      padding-right: 40px; } }

.cms-page-content .elementor-section:not([class*=" p-"]):not([class*=" pt-"]):not([class*=" pb-"]) {
  padding-top: 90px;
  padding-bottom: 90px; }

.cms-header-logo a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  max-width: var(--logo-width);
  max-height: calc(var(--logo-height) + 30px); }

.cms-header-logo .logo-ontop, .cms-header-logo .logo-sticky, .cms-header-logo .logo-mobile {
  display: none; }

@media (max-width: 1279px) {
    .cms-header-logo .logo-default, .cms-header-logo .logo-ontop, .cms-header-logo .logo-sticky {
      display: none !important; }
    .cms-header-logo .logo-mobile {
      display: block; } }

.header-ontop .cms-header-logo .logo-ontop {
  display: block; }

.header-ontop .cms-header-logo .logo-default, .header-ontop .cms-header-logo .logo-sticky {
  display: none; }

.header-sticky .cms-header-logo .logo-sticky {
  display: block; }

.header-sticky .cms-header-logo .logo-default, .header-sticky .cms-header-logo .logo-ontop {
  display: none; }

@media (max-width: 1279px) {
  .cms-header-logo .cms-logo {
    max-width: var(--logo-width-sm);
    max-height: calc(var(--logo-height-sm) + 30px); } }

.cms-primary-menu {
  padding: 0;
  margin: 0;
  list-style: none; }

.cms-primary-menu li {
  position: relative;
  padding: 0; }

.cms-primary-menu ul, .cms-primary-menu ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.cms-primary-menu .sub-menu li {
  padding: 0; }

.cms-primary-menu .sub-menu li:last-child a {
  border-bottom: 0; }

.cms-primary-menu .sub-menu a:not(.menu-heading) {
  display: block;
  font-size: var(--dropdown-font-size);
  padding: 5px 0;
  color: var(--dropdown-regular);
  background-color: var(--dropdown-item-bg);
  position: relative;
  border-bottom: 1px solid var(--border-color); }

.cms-primary-menu .sub-menu a:not(.menu-heading):before {
  font-family: "cmsi";
  content: "\e90d";
  position: absolute;
  left: -40px;
  top: 10px;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 65%;
  color: var(--dropdown-hover); }

[dir="rtl"] .cms-primary-menu .sub-menu a:not(.menu-heading):before {
  font-family: "cmsi";
  content: "\e90c";
  left: auto;
  right: -40px; }

.cms-primary-menu .sub-menu a:not(.menu-heading):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--dropdown-hover);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

[dir="rtl"] .cms-primary-menu .sub-menu a:not(.menu-heading):after {
  left: auto;
  right: 0; }

.cms-primary-menu .sub-menu a:not(.menu-heading):hover {
  color: var(--dropdown-hover);
  background-color: var(--dropdown-item-bg-hover); }

.cms-primary-menu .sub-menu a:not(.menu-heading):hover:before {
  left: -20px;
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
  [dir="rtl"] .cms-primary-menu .sub-menu a:not(.menu-heading):hover:before {
    left: auto;
    right: -20px; }

.cms-primary-menu .sub-menu a:not(.menu-heading):hover:after {
  width: 100%; }

.cms-primary-menu .sub-menu .current-menu-item > a, .cms-primary-menu .sub-menu .current-menu-ancestor > a {
  color: var(--dropdown-active);
  background-color: var(--dropdown-item-bg-hover); }

.cms-primary-menu .sub-menu .cms-menu-title {
  display: block; }

@media (min-width: 1280px) {
  #cms-primary-menu {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap; }
    #cms-primary-menu li {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
      #cms-primary-menu li:hover > .sub-menu {
        top: 0;
        z-index: 1;
        visibility: visible;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
    #cms-primary-menu > li {
      flex: 0 0 auto;
      width: auto;
      margin: 0 15px; }
      #cms-primary-menu > li.cms-separator {
        padding-right: 70px; }
        #cms-primary-menu > li.cms-separator:before {
          right: 70px; }
        #cms-primary-menu > li.cms-separator:after {
          content: '';
          width: 2px;
          height: 27px;
          display: block;
          background-color: rgba(9, 29, 62, 0.15);
          position: absolute;
          top: 50%;
          right: 30px;
          -webkit-transform: translateY(-50%);
          -khtml-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
      #cms-primary-menu > li:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        -webkit-transform-origin: right center;
        -khtml-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        -khtml-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -khtml-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -moz-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -ms-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        -o-transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
        transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85); }
      #cms-primary-menu > li > .main-menu-toggle:before {
        font-family: "cmsi";
        content: '\e91d';
        font-size: 80%;
        display: inline-block;
        position: relative;
        -webkit-transform: translate(4px, 1px);
        -khtml-transform: translate(4px, 1px);
        -moz-transform: translate(4px, 1px);
        -ms-transform: translate(4px, 1px);
        -o-transform: translate(4px, 1px);
        transform: translate(4px, 1px); }
      #cms-primary-menu > li > .sub-menu {
        left: 0; }
        [dir="rtl"] #cms-primary-menu > li > .sub-menu {
          left: auto;
          right: 0; }
      #cms-primary-menu > li:hover > .sub-menu {
        top: 100%; }
      #cms-primary-menu > li > a {
        line-height: var(--header-height);
        display: inline-block; }
        #cms-primary-menu > li > a .cms-menu-title {
          position: relative;
          padding-bottom: 10px; }
          #cms-primary-menu > li > a .cms-menu-title:after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 3px;
            -webkit-transition: all 300ms ease-in-out;
            -khtml-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
        #cms-primary-menu > li > a:hover .cms-menu-title:after {
          left: 0;
          width: 100%; }
      #cms-primary-menu > li.current-menu-item:before, #cms-primary-menu > li.current-menu-ancestor:before, #cms-primary-menu > li:hover:before {
        -webkit-transform-origin: left center;
        -khtml-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        -khtml-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); }
        #cms-primary-menu > li.current-menu-item > a .cms-menu-title:after, #cms-primary-menu > li.current-menu-ancestor > a .cms-menu-title:after, #cms-primary-menu > li:hover > a .cms-menu-title:after {
          left: 0;
          width: 100%; }
    #cms-primary-menu .sub-menu {
      width: 235px;
      color: var(--dropdown-regular);
      background-color: var(--dropdown-bg);
      background-image: url(../images/menu/dropdown-shadow.png);
      background-repeat: repeat-x;
      background-position: top left;
      position: absolute;
      top: calc(100% + 30px);
      left: 100%;
      padding: 27px 40px;
      z-index: -1;
      visibility: hidden;
      -webkit-box-shadow: var(--dropdown-shadow);
      -khtml-box-shadow: var(--dropdown-shadow);
      -moz-box-shadow: var(--dropdown-shadow);
      -ms-box-shadow: var(--dropdown-shadow);
      -o-box-shadow: var(--dropdown-shadow);
      box-shadow: var(--dropdown-shadow);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transition: all 300ms ease-in-out;
      -khtml-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
      -o-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -webkit-border-radius: 0 0 8px 8px;
      -khtml-border-radius: 0 0 8px 8px;
      -moz-border-radius: 0 0 8px 8px;
      -ms-border-radius: 0 0 8px 8px;
      -o-border-radius: 0 0 8px 8px;
      border-radius: 0 0 8px 8px; }
      #cms-primary-menu .sub-menu.back {
        left: auto;
        right: 100%; }
      [dir="rtl"] #cms-primary-menu .sub-menu {
        left: auto;
        right: 100%; }
        [dir="rtl"] #cms-primary-menu .sub-menu.back {
          right: auto;
          left: 100%; }
      #cms-primary-menu .sub-menu li {
        padding: 2px 0; }
      #cms-primary-menu .sub-menu .cms-parent-menu-icon:before {
        font-family: "cmsi";
        content: "\6a";
        font-size: 12px; }
    #cms-primary-menu .cms-parent-menu-icon {
      float: right; }
      #cms-primary-menu .cms-parent-menu-icon:before {
        margin-left: 5px;
        font-family: "cmsi";
        content: "\6a";
        font-size: 12px; }
        [dir="rtl"] #cms-primary-menu .cms-parent-menu-icon:before {
          margin-left: 0;
          margin-right: 5px; }
      [dir="rtl"] #cms-primary-menu .cms-parent-menu-icon {
        float: left; } }

#cms-primary-menu .megamenu .sub-menu {
  padding: 0;
  overflow: hidden; }

@media (min-width: 1200px) {
      #cms-primary-menu .megamenu .sub-menu {
        width: 470px; } }

#cms-primary-menu .megamenu .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column {
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  background-color: var(--dropdown-bg);
  background-image: url(../images/menu/dropdown-shadow.png);
  background-repeat: repeat-x;
  background-position: top left; }

#cms-primary-menu .megamenu .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column:first-child {
  z-index: 1; }

#cms-primary-menu .megamenu .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 37px 40px 26px; }

.cms-header-cart-content {
  z-index: 3; }

.cms-header-cart-content .widget_shopping_cart {
  width: 320px;
  position: absolute;
  top: 200px;
  right: 20px;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  z-index: 2;
  -webkit-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(50px);
  -khtml-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px); }

.cms-header-cart-content .widget_shopping_cart.open {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.cms-header-cart-content .widget_shopping_cart .button.checkout {
  display: none; }

[dir="rtl"] .cms-header-cart-content .widget_shopping_cart {
  right: auto;
  left: 20px; }

.header-icon {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle; }

.h-btn-cart {
  position: relative; }

.h-btn-cart .cart-icon {
  padding-right: 15px; }

.h-btn-cart > .menu-text {
  padding-right: 5px;
  vertical-align: middle; }

[dir="rtl"] .h-btn-cart > .menu-text {
  padding-right: 0;
  padding-left: 5px; }

.cart-count {
  position: absolute;
  top: -10px;
  right: 0;
  min-width: 19px;
  height: 19px;
  line-height: 19px;
  background: var(--color-secondary);
  color: var(--color-primary);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  padding: 0 3px; }

.menu-text {
  font-size: var(--menu-font-size);
  font-weight: var(--menu-font-weight);
  font-family: var(--menu-font-family); }

.menu-text:hover {
  color: var(--menu-hover); }

.cms-secondary-menu-title {
  cursor: pointer;
  color: var(--menu-regular);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-secondary-menu-title:hover {
  color: var(--menu-hover); }

.cms-header.is-sticky.header-sticky .cms-secondary-menu-title {
  color: var(--sticky-regular); }

.cms-header.is-sticky.header-sticky .cms-secondary-menu-title:hover {
  color: var(--sticky-hover); }

.cms-header.header-ontop .cms-secondary-menu-title {
  color: var(--ontop-regular); }

.cms-header.header-ontop .cms-secondary-menu-title:hover {
  color: var(--ontop-hover); }

#cms-secondary-menu {
  display: none;
  width: 235px;
  color: var(--dropdown-regular);
  background: var(--dropdown-bg);
  position: absolute;
  top: calc(100% + 43px);
  padding: 20px 40px;
  -webkit-box-shadow: var(--dropdown-shadow);
  -khtml-box-shadow: var(--dropdown-shadow);
  -moz-box-shadow: var(--dropdown-shadow);
  -ms-box-shadow: var(--dropdown-shadow);
  -o-box-shadow: var(--dropdown-shadow);
  box-shadow: var(--dropdown-shadow);
  z-index: 5; }

#cms-secondary-menu a {
  display: block;
  font-size: var(--dropdown-font-size);
  padding: 5px 0;
  background-color: var(--dropdown-item-bg);
  position: relative;
  border-bottom: 1px solid var(--border-color); }

#cms-secondary-menu a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--dropdown-hover);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

[dir="rtl"] #cms-secondary-menu a:after {
  left: auto;
  right: 0; }

#cms-secondary-menu a:hover {
  color: var(--dropdown-hover);
  background-color: var(--dropdown-item-bg-hover); }

#cms-secondary-menu a:hover:after {
  width: 100%; }

[dir="rtl"] #cms-secondary-menu a:hover {
  padding-left: 0; }

.cms-hidden-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 460px;
  background: #fff;
  z-index: 10;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(460px);
  -khtml-transform: translateX(460px);
  -moz-transform: translateX(460px);
  -ms-transform: translateX(460px);
  -o-transform: translateX(460px);
  transform: translateX(460px);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

@media (max-width: 1279px) {
    .cms-hidden-sidebar {
      max-width: 320px; } }

[dir="rtl"] .cms-hidden-sidebar {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-460px);
  -khtml-transform: translateX(-460px);
  -moz-transform: translateX(-460px);
  -ms-transform: translateX(-460px);
  -o-transform: translateX(-460px);
  transform: translateX(-460px); }

.cms-hidden-sidebar .cms-hidden-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: red;
  cursor: pointer; }

.cms-hidden-sidebar .cms-hidden-close:hover {
  background: red;
  color: #fff; }

[dir="rtl"] .cms-hidden-sidebar .cms-hidden-close {
  right: auto;
  left: 0; }

.cms-hidden-sidebar.open {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

[dir="rtl"] .cms-header-hidden-sidebar {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.logged-in .cms-hidden-sidebar {
  top: 32px; }

.cms-primary-menu > li > a {
  color: var(--menu-regular);
  font-size: var(--menu-font-size);
  font-weight: var(--menu-font-weight);
  font-family: var(--menu-font-family); }

.cms-primary-menu > li > a .cms-menu-title:after {
  background: var(--menu-hover); }

.cms-primary-menu > li > a:hover {
  color: var(--menu-hover); }

.cms-primary-menu > li .main-menu-toggle:before {
  color: var(--menu-regular); }

.cms-primary-menu > li:hover > a, .cms-primary-menu > li:hover > .main-menu-toggle:before {
  color: var(--menu-hover); }

.cms-primary-menu > li:hover > a .cms-menu-title:after, .cms-primary-menu > li:hover > .main-menu-toggle:before .cms-menu-title:after {
  background: var(--menu-hover); }

.cms-primary-menu > li:hover:before {
  background-color: var(--menu-hover); }

.cms-primary-menu > li.current-menu-item > a, .cms-primary-menu > li.current-menu-ancestor > a, .cms-primary-menu > li.current-menu-item > .main-menu-toggle:before, .cms-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before {
  color: var(--menu-active); }

.cms-primary-menu > li.current-menu-item > a .cms-menu-title:after, .cms-primary-menu > li.current-menu-ancestor > a .cms-menu-title:after, .cms-primary-menu > li.current-menu-item > .main-menu-toggle:before .cms-menu-title:after, .cms-primary-menu > li.current-menu-ancestor > .main-menu-toggle:before .cms-menu-title:after {
  background: var(--menu-active); }

.cms-primary-menu > li.current-menu-item:before, .cms-primary-menu > li.current-menu-ancestor:before {
  background-color: var(--menu-active); }

.menu-color {
  color: var(--menu-regular); }

.menu-color:hover {
  color: var(--menu-hover); }

.header-ontop .menu-color {
  color: var(--ontop-regular); }

.header-ontop .menu-color:hover {
  color: var(--ontop-hover); }

.header-sticky .menu-color {
  color: var(--sticky-regular); }

.header-sticky .menu-color:hover {
  color: var(--sticky-hover); }

.header-height {
  height: var(--header-height); }

.header-ontop {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--ontop-bg); }

@media (min-width: 1280px) {
    .header-ontop .cms-primary-menu > li > a, .header-ontop .cms-primary-menu > li > .main-menu-toggle:before {
      color: var(--ontop-regular); }
      .header-ontop .cms-primary-menu > li > a:hover, .header-ontop .cms-primary-menu > li > .main-menu-toggle:before:hover {
        color: var(--ontop-hover); }
      .header-ontop .cms-primary-menu > li:before {
        background-color: var(--ontop-hover); }
      .header-ontop .cms-primary-menu > li:hover > a, .header-ontop .cms-primary-menu > li:hover > .main-menu-toggle:before {
        color: var(--ontop-hover); }
      .header-ontop .cms-primary-menu > li:hover:before {
        background-color: var(--color-accent); }
      .header-ontop .cms-primary-menu > li.current-menu-item > a, .header-ontop .cms-primary-menu > li.current-menu-ancestor > a, .header-ontop .cms-primary-menu > li.current-menu-item .main-menu-toggle:before, .header-ontop .cms-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
        color: var(--ontop-active); }
      .header-ontop .cms-primary-menu > li.current-menu-item:before, .header-ontop .cms-primary-menu > li.current-menu-ancestor:before {
        background-color: var(--color-accent); }
    .header-ontop .menu-color {
      color: var(--ontop-regular); }
      .header-ontop .menu-color:hover {
        color: var(--ontop-hover); } }

.header-sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background: var(--sticky-bg);
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown; }

@media (min-width: 1280px) {
    .header-sticky .cms-primary-menu > li > a, .header-sticky .cms-primary-menu > li > .main-menu-toggle:before {
      color: var(--sticky-regular); }
      .header-sticky .cms-primary-menu > li > a:hover, .header-sticky .cms-primary-menu > li > .main-menu-toggle:before:hover {
        color: var(--sticky-hover); }
      .header-sticky .cms-primary-menu > li:before {
        background-color: var(--sticky-hover); }
      .header-sticky .cms-primary-menu > li:hover:before {
        background-color: var(--sticky-hover); }
      .header-sticky .cms-primary-menu > li:hover > a, .header-sticky .cms-primary-menu > li:hover > .main-menu-toggle:before {
        color: var(--sticky-hover); }
      .header-sticky .cms-primary-menu > li.current-menu-item > a, .header-sticky .cms-primary-menu > li.current-menu-ancestor > a, .header-sticky .cms-primary-menu > li.current-menu-item .main-menu-toggle:before, .header-sticky .cms-primary-menu > li.current-menu-ancestor .main-menu-toggle:before {
        color: var(--sticky-active); }
      .header-sticky .cms-primary-menu > li.current-menu-item:before, .header-sticky .cms-primary-menu > li.current-menu-ancestor:before {
        background-color: var(--sticky-active); }
    .header-sticky .menu-color {
      color: var(--sticky-regular); }
      .header-sticky .menu-color:hover {
        color: var(--sticky-hover); } }

.logged-in .header-sticky {
  top: 32px; }

@media (max-width: 1199px) {
    .cms-primary-menu ul.sub-menu > li > a {
      color: var(--dropdown-regular); }
      .cms-primary-menu ul.sub-menu > li > a:hover {
        color: var(--dropdown-hover); }
      .cms-primary-menu ul.sub-menu > li.current-menu-item > a {
        color: var(--dropdown-active); } }

#main-menu-mobile .btn-nav-mobile {
  display: inline-block;
  height: 22px;
  width: 22px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  background-color: var(--menu-regular);
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  position: absolute; }

.header-ontop #main-menu-mobile .btn-nav-mobile:before, .header-ontop #main-menu-mobile .btn-nav-mobile:after, .header-ontop #main-menu-mobile .btn-nav-mobile span {
  background-color: var(--ontop-regular); }

.header-sticky #main-menu-mobile .btn-nav-mobile:before, .header-sticky #main-menu-mobile .btn-nav-mobile:after, .header-sticky #main-menu-mobile .btn-nav-mobile span {
  background-color: var(--sticky-regular); }

#main-menu-mobile .btn-nav-mobile:before {
  top: 0px; }

#main-menu-mobile .btn-nav-mobile span {
  top: 8px; }

#main-menu-mobile .btn-nav-mobile:after {
  top: 17px; }

#main-menu-mobile .btn-nav-mobile.opened:before {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#main-menu-mobile .btn-nav-mobile.opened:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px; }

#main-menu-mobile .btn-nav-mobile.opened span {
  display: none; }

@media (min-width: 1280px) {
  .cms-navigation-attrs:not(.has-atts), #main-menu-mobile {
    display: none; } }

@media (max-width: 1279px) {
  .cms-header-right {
    position: unset; }

  .cms-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 50px);
    visibility: hidden;
    background: var(--dropdown-bg);
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 20px !important;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .cms-navigation.navigation-open {
      top: 100%;
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }

  #cms-primary-menu.horizontal {
    margin: 0;
    padding: 10px 15px; }
    #cms-primary-menu.horizontal li {
      flex: 0 0 100%;
      padding: 0; }
      #cms-primary-menu.horizontal li a {
        padding: 5px 0;
        display: block; }

  .cms-primary-menu {
    color: var(--dropdown-regular);
    padding: 5px 0 !important; }
    .cms-primary-menu > li {
      padding: 5px 0; }
    .cms-primary-menu .current-menu-item > a {
      color: var(--dropdown-active); }
    .cms-primary-menu .sub-menu {
      display: none;
      font-size: var(--menu-font-size);
      border-bottom: 1px solid #eef3fa; }
      .cms-primary-menu .sub-menu.submenu-open {
        padding-top: 5px; }
      .cms-primary-menu .sub-menu .sub-menu li {
        padding-left: 15px; }
        [dir="rtl"] .cms-primary-menu .sub-menu .sub-menu li {
          padding-left: 0;
          padding-right: 15px; }

  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 7px;
    background-color: var(--dropdown-item-bg-hover);
    -webkit-border-radius: 4px 4px 0 4px;
    -khtml-border-radius: 4px 4px 0 4px;
    -moz-border-radius: 4px 4px 0 4px;
    -ms-border-radius: 4px 4px 0 4px;
    -o-border-radius: 4px 4px 0 4px;
    border-radius: 4px 4px 0 4px; }
    .main-menu-toggle:before {
      font-family: "cmsi";
      content: '\e91d'; }
    .main-menu-toggle.open:before {
      font-family: "cmsi";
      content: '\e920'; } }

.header-separator {
  height: var(--header-height); }

.header-separator span {
  width: 1px;
  height: 100%;
  display: block;
  background: #eef3fa; }

.header-layout2 .header-separator {
  height: 41px; }

.header-layout2 .header-separator span {
  width: 2px; }

.header-layout1.is-ontop.header-ontop .header-separator span, .header-layout1.is-sticky.header-sticky .header-separator span {
  background-color: #eef3fa; }

.header-layout2.is-ontop.header-ontop, .header-layout2.is-sticky.header-sticky {
  border-bottom: 1px solid rgba(238, 243, 250, 0.2); }

.header-layout2.is-ontop.header-ontop .header-separator span, .header-layout2.is-sticky.header-sticky .header-separator span {
  background-color: #eef3fa;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2; }

.header-layout3.is-ontop.header-ontop, .header-layout3.is-sticky.header-sticky {
  border-bottom: 1px solid rgba(238, 243, 250, 0.2); }

.cms-header-wraps {
  z-index: 5;
  position: relative; }

#cms-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12); }

#cms-header:not(.header-ontop):not(.header-sticky) {
  background: #fff; }

.cms-pagetitle {
  background-color: var(--ptitle-background-color);
  background-image: var(--ptitle-background-image);
  background-size: var(--ptitle-background-size);
  background-position: var(--ptitle-background-position);
  background-repeat: var(--ptitle-background-repeat);
  background-attachment: var(--ptitle-background-attachment);
  color: var(--ptitle-color);
  padding: 32px 0; }

.cms-pagetitle .container {
  z-index: 1; }

.cms-pagetitle .cms-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
  -khtml-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.cms-page-title-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--ptitle-overlay-rgba); }

#cms-pagetitle .cms-page-title, #cms-pagetitle .cms-ptitle-text {
  color: var(--ptitle-color); }

.cms-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px; }

.cms-breadcrumb .breadcrumb-item {
  flex: 0 0 auto;
  max-width: 100%; }

.cms-breadcrumb .breadcrumb-item:last-child .breadcrumb-divider {
  display: none !important; }

.cms-breadcrumb .breadcrumb-divider {
  padding: 0 10px;
  font-size: 70%; }

.cms-pagetitle-breadcrumb {
  color: var(--ptitle-breadcrumb-regular); }

.cms-pagetitle-breadcrumb a {
  color: var(--ptitle-breadcrumb-active); }

.cms-pagetitle-breadcrumb a:hover {
  color: var(--ptitle-breadcrumb-hover); }

@media (min-width: 1280px) {
    .cms-page-title-layout1 {
      padding-top: 180px;
      padding-bottom: 192px; } }

.cms-page-title-layout1 .cms-breadcrumb {
  padding-top: 10px; }

.cms-page-title-layout2 {
  text-align: center; }

@media (min-width: 1280px) {
      .cms-page-title-layout2 .cms-page-title-inner {
        width: 40%;
        padding-bottom: 135px;
        margin-left: auto;
        margin: auto; } }

.cms-page-title-layout10#cms-pagetitle {
  background: none;
  color: var(--color-body);
  padding: 34px 0; }

.cms-page-title-layout10#cms-pagetitle a, .cms-page-title-layout10#cms-pagetitle .breadcrumb-divider {
  color: var(--color-primary); }

.cms-page-title-layout10#cms-pagetitle a:hover, .cms-page-title-layout10#cms-pagetitle .breadcrumb-divider:hover {
  color: var(--color-accent); }

.cms-page-title-layout10#cms-pagetitle + #cms-main {
  padding-top: 0; }

.cms-page-title-layout10 .cms-page-title-overlay {
  display: none;
  opacity: 0; }

.cms-page-title-layout10 .cms-pagetitle-breadcrumb {
  color: var(--color-body); }

@media (min-width: 1280px) {
    .cms-page-title-layout12 {
      padding-top: 260px;
      padding-bottom: 100px; }
      .cms-page-title-layout12 .cms-page-title {
        font-size: 75px; }
      .cms-page-title-layout12 .cms-breadcrumb {
        margin-top: -13px; } }

.cms-featured-inner .cms-post-date-on-media {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 114px;
  line-height: 29px;
  padding: 0 20px; }

[dir="rtl"] .cms-featured-inner .cms-post-date-on-media {
  right: auto;
  left: 0; }

.thumbnai-is-bg .cms-img {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden; }

.cms-post-image {
  overflow: hidden; }

.cms-post-archive {
  margin-bottom: 40px; }

.cms-post-archive:last-child {
  margin-bottom: 0; }

.cms-blog-readmore {
  color: var(--color-primary);
  font-weight: 700;
  padding: 16px 20px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.cms-blog-readmore .cms-btn-content {
  position: relative;
  z-index: 1; }

.cms-blog-readmore .cms-btn-icon {
  font-size: 26px; }

.cms-blog-readmore:before, .cms-blog-readmore:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.cms-blog-readmore:before {
  border: 2px solid var(--color-primary); }

.cms-blog-readmore:after {
  background: var(--color-primary);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

[dir="rtl"] .cms-blog-readmore:after {
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.cms-hover-readmore:hover .cms-blog-readmore, .cms-blog-readmore:hover {
  color: #fff; }

.cms-hover-readmore:hover .cms-blog-readmore:after, .cms-blog-readmore:hover:after {
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.comment-list-wrap {
  margin-top: 63px; }

.comment-respond {
  margin-top: 55px; }

.comments-title, .comment-reply-title {
  font-size: 24px;
  margin: 0 0 30px 0;
  font-weight: 700; }

.woocommerce-Reviews-title {
  display: none; }

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0; }

.commentlist .comment, .commentlist .review {
  margin-top: 40px; }

.commentlist > .comment:first-child, .commentlist > .review:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0; }

.commentlist > .comment:not(:last-child) > .children, .commentlist > .review:not(:last-child) > .children {
  margin-bottom: -5px; }

.commentlist .comment-avatar img {
  border: 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

@media (max-width: 1024px) {
      .commentlist .comment-avatar img {
        max-width: 30px; } }

.commentlist .comment-content {
  max-width: calc(100% - 100px - 40px); }

@media (max-width: 1024px) {
      .commentlist .comment-content {
        max-width: calc(100% - 45px); } }

.commentlist .comment-content .comment-title {
  margin-top: -3px; }

.commentlist .comment-content .comment-meta {
  font-size: 12px;
  color: #333; }

.commentlist .comment-content .comment-text {
  padding-top: 7px; }

.commentlist .comment-content .comment-reply {
  padding-top: 5px; }

.commentlist .children {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0; }

[dir="rtl"] .commentlist .children {
  padding: 0 15px 0 0; }

@media (min-width: 1025px) {
      .commentlist .children {
        padding: 0 0 0 calc(100px); }
        [dir="rtl"] .commentlist .children {
          padding: 0 calc(100px) 0 0; } }

.commentlist .comment-reply-link {
  font-weight: 700;
  color: var(--color-accent);
  font-size: 14px; }

.commentlist .comment-reply-link:hover {
  color: var(--color-primary); }

#respond #commentform .comment-form-comment {
  margin-top: 40px; }

#respond #commentform .comment-form-comment textarea {
  height: 158px; }

#respond .comment-form-cookies-consent {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap; }

#respond .comment-form-cookies-consent .cms-custom-checkbox {
  flex: 0 0 auto;
  margin-top: 1px; }

#respond .comment-form-cookies-consent label {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

#respond .form-submit {
  margin: 40px 0 0; }

@media (min-width: 480px) {
        #respond .form-submit #submit {
          min-width: 290px; } }

@media (max-width: 479px) {
        #respond .form-submit #submit {
          min-width: 100%; } }

.logged-in-as {
  margin-bottom: 0; }

#cancel-comment-reply-link {
  padding-left: 30px;
  color: red; }

[dir="rtl"] #cancel-comment-reply-link {
  padding-left: 0;
  padding-right: 30px; }

.comment-body + .comment-respond {
  margin-top: 32px; }

.comment-body + .comment-respond #reply-title {
  margin-bottom: 15px; }

.comment-body + .comment-respond + ul.children {
  margin-top: 15px; }

p.no-comments {
  margin-top: 30px;
  color: red; }

.format-chat .cms-post-content > p:nth-child(odd) {
  text-align: start;
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 15px; }

.format-chat .cms-post-content > p:nth-child(even) {
  text-align: end; }

.cms-post-content [id^="gallery-"].gallery {
  margin-bottom: 30px; }

.post-password-form input[name="post_password"] {
  margin-bottom: 20px; }

body.single-post #cms-main {
  padding-bottom: 110px; }

body.single-post #cms-main .cms-bottom-divider:after {
  background: #e6eaef; }

.single-cms-case-study .cms-case-study-together-inner {
  background-image: url(../images/bg-paper-plain.png);
  background-position: calc(100% + 30px) calc(100% - 93px);
  background-repeat: no-repeat;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

[dir = 'rtl'] .single-cms-case-study .cms-case-study-together-inner {
  background-position: 0 calc(100% - 93px); }

.single-cms-case-study .cms-case-study-together-qc > div {
  padding: 5px 0; }

.single-cms-case-study .cms-case-study-together-qc span {
  min-width: 22px;
  display: inline-block; }

.single-cms-case-study .cms-case-study-together-button .btn {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.single-cms-case-study .desc:after {
  content: '';
  display: block;
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px; }

[dir="rtl"] .single-cms-case-study .desc:after {
  left: auto;
  right: 0; }

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin: -2.5px;
  display: flex;
  flex-wrap: wrap; }

.gallery .gallery-item {
  text-align: center;
  padding: 2.5px;
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.gallery .gallery-item img.attachment-thumbnail {
  width: 100%; }

.gallery-caption {
  display: block; }

.gallery-columns-2 .gallery-item {
  flex: 0 0 50%;
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.gallery-columns-4 .gallery-item {
  flex: 0 0 25%;
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.gallery-columns-7 .gallery-item {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%; }

.gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%; }

.cms-post-archive.type-product .cms-post-meta .cms-post-date {
  display: none; }

.navigation, .woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px; }

.navigation:empty, .woocommerce-pagination:empty {
  display: none; }

.navigation .page-numbers, .woocommerce-pagination .page-numbers, .navigation .post-page-numbers, .woocommerce-pagination .post-page-numbers {
  flex: 0 0 auto;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-box-shadow: 0 0 0 2px var(--color-primary);
  -khtml-box-shadow: 0 0 0 2px var(--color-primary);
  -moz-box-shadow: 0 0 0 2px var(--color-primary);
  -ms-box-shadow: 0 0 0 2px var(--color-primary);
  -o-box-shadow: 0 0 0 2px var(--color-primary);
  box-shadow: 0 0 0 2px var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.navigation .page-numbers:hover, .woocommerce-pagination .page-numbers:hover, .navigation .post-page-numbers:hover, .woocommerce-pagination .post-page-numbers:hover, .navigation .page-numbers.current, .woocommerce-pagination .page-numbers.current, .navigation .post-page-numbers.current, .woocommerce-pagination .post-page-numbers.current {
  -webkit-box-shadow: 0 0 0 2px var(--color-primary);
  -khtml-box-shadow: 0 0 0 2px var(--color-primary);
  -moz-box-shadow: 0 0 0 2px var(--color-primary);
  -ms-box-shadow: 0 0 0 2px var(--color-primary);
  -o-box-shadow: 0 0 0 2px var(--color-primary);
  box-shadow: 0 0 0 2px var(--color-primary);
  background: var(--color-primary);
  color: #fff; }

.navigation .page-numbers, .woocommerce-pagination .page-numbers {
  min-width: 50px;
  height: 50px;
  line-height: 50px; }

.navigation .post-page-numbers, .woocommerce-pagination .post-page-numbers {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px; }

.navigation .nav-next-icon, .woocommerce-pagination .nav-next-icon, .navigation .nav-prev-icon, .woocommerce-pagination .nav-prev-icon {
  font-size: 12px; }

.navigation .nav-next-icon:before, .woocommerce-pagination .nav-next-icon:before {
  font-family: "cmsi";
  content: "\e90d"; }

[dir="rtl"] .navigation .nav-next-icon:before, [dir="rtl"] .woocommerce-pagination .nav-next-icon:before {
  font-family: "cmsi";
  content: "\e90c"; }

.navigation .nav-prev-icon:before, .woocommerce-pagination .nav-prev-icon:before {
  font-family: "cmsi";
  content: "\e90c"; }

[dir="rtl"] .navigation .nav-prev-icon:before, [dir="rtl"] .woocommerce-pagination .nav-prev-icon:before {
  font-family: "cmsi";
  content: "\e90d"; }

.navigation.cms-page-links, .woocommerce-pagination.cms-page-links {
  justify-content: start; }

.posts-pagination {
  padding-top: 80px; }

.cms-single-next-prev-navigation .cms-single-nav-inner {
  display: inline-block;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 21px 28px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative; }

.cms-single-next-prev-navigation .cms-single-nav-inner > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.cms-single-next-prev-navigation .cms-single-nav-inner:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff; }

.cms-single-next-prev-navigation .cms-single-nav-inner:hover * {
  color: inherit; }

.cms-single-next-prev-navigation .cms-nav-icon {
  font-size: 12px; }

.cms-single-next-prev-navigation .cms-nav-label {
  text-transform: capitalize; }

.cms-single-next-prev-navigation .cms-nav-title {
  max-height: 44px;
  overflow: hidden; }

.cms-single-next-prev-navigation .post-image {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.cms-single-next-prev-navigation .post-image:before, .cms-single-next-prev-navigation .post-image:after {
  position: absolute;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-single-next-prev-navigation .post-image:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-accent);
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9; }

.cms-single-next-prev-navigation .post-image:after {
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -khtml-transform: scale(0) translate(-50%, -50%);
  -moz-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  -o-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%); }

.cms-single-next-prev-navigation .cms-single-next .post-image:after {
  font-family: "cmsi";
  content: "\e90c"; }

.cms-single-next-prev-navigation .cms-single-prev .post-image:after {
  font-family: "cmsi";
  content: "\e90d"; }

.cms-single-next-prev-navigation .cms-single-next-prev:hover .post-image:before {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.cms-single-next-prev-navigation .cms-single-next-prev:hover .post-image:after {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -khtml-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%); }

.cms-post-meta {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: var(--color-body);
  font-weight: 400; }

.cms-post-meta.cms-meta-before {
  display: inline-block;
  position: relative; }

.cms-post-meta.cms-meta-before:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0; }

.cms-post-meta.cms-meta-before .cms-post-meta-inner .meta-inner {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  display: block;
  position: relative;
  background: #fff; }

.cms-post-meta.cms-meta-before .cms-post-meta-inner > :first-child .meta-inner {
  background: var(--color-accent);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 8px 0 0 0;
  -khtml-border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -ms-border-radius: 8px 0 0 0;
  -o-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
  margin-left: -1px; }

[dir="rtl"] .cms-post-meta.cms-meta-before .cms-post-meta-inner > :first-child .meta-inner {
  -webkit-border-radius: 0 8px 0 0;
  -khtml-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -ms-border-radius: 0 8px 0 0;
  -o-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
  margin-left: 0;
  margin-right: -1px; }

.cms-post-meta.cms-meta-before .cms-post-meta-inner > :first-child .meta-inner * {
  color: #fff; }

.cms-post-meta.cms-meta-before .cms-post-meta-inner > :first-child .meta-inner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 9px 0;
  border-color: transparent var(--color-accent) transparent transparent;
  position: absolute;
  top: 100%; }

.cms-post-meta.cms-meta-before .cms-post-meta-inner > :last-child .meta-inner {
  padding-right: 15px;
  border-top-right-radius: 8px; }

[dir="rtl"] .cms-post-meta.cms-meta-before .cms-post-meta-inner > :last-child .meta-inner {
  padding-left: 15px;
  padding-right: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px; }

.cms-post-meta a {
  color: var(--color-body); }

.cms-post-meta a:hover {
  color: var(--color-accent); }

.cms-post-meta .cms-meta-separator {
  width: 8px;
  height: 2px;
  display: block;
  background: #cdd6e0; }

.cms-post-meta .cms-post-date {
  color: var(--color-1d65b9); }

.cms-post-meta .cms-post-author a {
  color: var(--color-1e4873); }

.cms-post-meta .cms-post-cmt .cmt-count {
  color: var(--color-accent); }

.cms-media-meta {
  bottom: 0;
  left: 0;
  height: 65px;
  padding-left: 75px;
  padding-top: 5px; }

[dir="rtl"] .cms-media-meta {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 75px; }

.cms-media-meta .cms-socials {
  padding: 14px 20px;
  height: 60px;
  text-align: center;
  -webkit-border-radius: 0 4px 0 0;
  -khtml-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0; }

[dir="rtl"] .cms-media-meta .cms-socials {
  -webkit-border-radius: 4px 0 0 0;
  -khtml-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0; }

.cms-widget-title {
  font-size: 20px;
  margin-bottom: 25px; }

.cms-widget {
  position: relative;
  overflow: hidden; }

.cms-widget ul, .cms-widget ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.cms-widget ul ul, .cms-widget ol ul, .cms-widget ul ol, .cms-widget ol ol {
  padding-left: 15px; }

[dir="rlt"] .cms-widget ul ul, [dir="rlt"] .cms-widget ol ul, [dir="rlt"] .cms-widget ul ol, [dir="rlt"] .cms-widget ol ol {
  padding-left: 0;
  padding-right: 15px; }

.cms-widget .count {
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  background: var(--color-accent);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.cms-widget .cms-list-item > a, .cms-widget .wc-layered-nav-term > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.cms-widget .cms-list-item > a > .title, .cms-widget .wc-layered-nav-term > a > .title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.cms-widget .cms-list-item > a > .count, .cms-widget .wc-layered-nav-term > a > .count {
  flex: 0 0 auto;
  max-width: 100%;
  justify-content: space-between; }

.cms-widget-inner > * {
  position: relative;
  z-index: 1; }

.cms-widget-inner > .cms-wg-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0; }

table.wp-calendar-table {
  border-spacing: 0; }

table.wp-calendar-table caption {
  margin-bottom: 15px;
  font-size: var(--body-font-size-medium);
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  color: var(--heading-font-color); }

table.wp-calendar-table th, table.wp-calendar-table td {
  text-align: center;
  border-right: 0;
  padding: 5px;
  position: relative; }

table.wp-calendar-table th a, table.wp-calendar-table td a {
  color: #fff;
  display: block; }

table.wp-calendar-table th a:before, table.wp-calendar-table td a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-accent);
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

table.wp-calendar-table th:hover a:before, table.wp-calendar-table td:hover a:before {
  background-color: var(--color-primary); }

.widget_calendar .wp-calendar-nav {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.widget_archive li, .widget_categories li, .widget_pages li, .widget_nav_menu li, .woocommerce-widget-layered-nav-list li, .widget_layered_nav_filters li {
  padding: 0 0 5px 0; }

.widget_archive li:last-child, .widget_categories li:last-child, .widget_pages li:last-child, .widget_nav_menu li:last-child, .woocommerce-widget-layered-nav-list li:last-child, .widget_layered_nav_filters li:last-child {
  padding: 0; }

.widget_archive a, .widget_categories a, .widget_pages a, .widget_nav_menu a, .woocommerce-widget-layered-nav-list a, .widget_layered_nav_filters a {
  padding: 18px 20px;
  background: #fff;
  color: var(--color-primary);
  font-weight: 700;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  -khtml-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  -moz-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  -ms-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  -o-box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11);
  box-shadow: 0px 3px 63px 0px rgba(6, 52, 100, 0.11); }

.widget_archive a:hover, .widget_categories a:hover, .widget_pages a:hover, .widget_nav_menu a:hover, .woocommerce-widget-layered-nav-list a:hover, .widget_layered_nav_filters a:hover {
  color: #fff;
  background: var(--color-accent); }

.widget_archive a:hover .count, .widget_categories a:hover .count, .widget_pages a:hover .count, .widget_nav_menu a:hover .count, .woocommerce-widget-layered-nav-list a:hover .count, .widget_layered_nav_filters a:hover .count {
  border-color: #fff;
  background: #fff;
  color: var(--color-accent); }

.widget_archive .children, .widget_categories .children, .widget_pages .children, .widget_nav_menu .children, .woocommerce-widget-layered-nav-list .children, .widget_layered_nav_filters .children {
  margin-top: 5px; }

.widget_nav_menu.horizontal .menu {
  display: flex;
  flex-wrap: wrap;
  margin: -8px; }

.widget_nav_menu.horizontal .menu li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 8px; }

.widget_nav_menu.horizontal .menu li a {
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent; }
  .widget_nav_menu.horizontal .menu li a:hover {
    border-color: var(--color-secondary); }

.widget_nav_menu.horizontal .menu li:after {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 8px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  [dir="rtl"] .widget_nav_menu.horizontal .menu li:after {
    margin-left: 0;
    margin-right: 8px; }

.widget_nav_menu.horizontal .menu li:last-child:after {
  display: none; }

.widget_nav_menu.horizontal .sub-menu {
  display: none; }

.widget_nav_menu .menu-item {
  position: relative; }

.widget_nav_menu .menu-item .cms-menu-toggle {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--color-accent);
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2; }

.widget_nav_menu .menu-item .cms-menu-toggle:hover {
  background-color: var(--color-secondary); }

.widget_nav_menu .menu-item .cms-menu-toggle:before {
  font-family: "cmsi";
  content: "\e91d"; }

[dir="rtl"] .widget_nav_menu .menu-item .cms-menu-toggle {
  right: auto;
  left: 20px; }

.widget_nav_menu .menu-item .cms-menu-toggle.open:before {
  content: '\e920'; }

.widget_nav_menu .menu-item .sub-menu {
  display: none;
  margin-top: 5px;
  padding-left: 0; }

.widget_recent_comments li {
  padding: 5px 0; }

.widget_recent_comments a:not([class]) {
  color: var(--color-accent); }

.widget_recent_entries a {
  padding: 7px 0;
  display: block; }

.widget_recent_entries li:first-child a {
  padding-top: 0; }

.widget_recent_entries li:last-child a {
  padding-bottom: 0; }

.widget_rss ul {
  margin: -15px; }

.widget_rss li {
  padding: 15px; }

.widget_rss li .rsswidget {
  font-size: 125%; }

.widget_rss li .rss-date {
  font-style: italic;
  margin-bottom: 10px;
  display: block; }

.widget_rss li .rssSummary {
  margin-bottom: 10px; }

.widget_rss li cite {
  font-weight: 700;
  color: var(--color-accent); }

.widget_rss .rss-widget-icon {
  vertical-align: middle; }

.tagcloud {
  margin: -5px;
  display: flex;
  flex-wrap: wrap; }

.tagcloud > a {
  flex: 0 0 auto;
  margin: 5px;
  padding: 7px 15px;
  -webkit-box-shadow: 0 0 0 2px var(--color-accent) inset;
  -khtml-box-shadow: 0 0 0 2px var(--color-accent) inset;
  -moz-box-shadow: 0 0 0 2px var(--color-accent) inset;
  -ms-box-shadow: 0 0 0 2px var(--color-accent) inset;
  -o-box-shadow: 0 0 0 2px var(--color-accent) inset;
  box-shadow: 0 0 0 2px var(--color-accent) inset;
  background: var(--color-accent);
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.tagcloud > a:hover {
  -webkit-box-shadow: 0 0 0 2px var(--color-secondary) inset;
  -khtml-box-shadow: 0 0 0 2px var(--color-secondary) inset;
  -moz-box-shadow: 0 0 0 2px var(--color-secondary) inset;
  -ms-box-shadow: 0 0 0 2px var(--color-secondary) inset;
  -o-box-shadow: 0 0 0 2px var(--color-secondary) inset;
  box-shadow: 0 0 0 2px var(--color-secondary) inset;
  background: var(--color-secondary);
  color: var(--color-primary); }

.widget_cms_recent_posts .posts-list {
  margin-bottom: -20px; }

.widget_cms_recent_posts .post-item {
  padding: 20px;
  margin: 0 -20px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.widget_cms_recent_posts .post-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -khtml-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -moz-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -ms-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  -o-box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }

.widget_cms_recent_posts .cms-post-title {
  max-height: 67px;
  overflow: hidden; }

.widget_cms_recent_posts .layout-3 .post-item {
  padding-bottom: 20px; }

.widget_cms_recent_posts .layout-3 .post-item:last-child {
  padding-bottom: 0; }

.widget_cms_recent_posts .layout-3 .cms-post-title {
  max-height: unset; }
/* Sticky Sidebar */
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px; }

.admin-bar .sidebar-sticky {
  top: 60px; }

.header-sticky .sidebar-sticky {
  top: 110px; }

.admin-bar.header-sticky .sidebar-sticky {
  top: 140px; }

.cms-sidebar-area-inner > .cms-widget {
  margin-bottom: 40px;
  padding: 40px 30px 20px;
  background-color: #f4f4f4;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.cms-sidebar-area-inner > .cms-widget:before {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 6px;
  background-color: var(--color-primary); }

@media (min-width: 1280px) {
      .cms-sidebar-area-inner > .cms-widget {
        padding: 50px; }
        .cms-sidebar-area-inner > .cms-widget:before {
          left: 50px;
          right: 50px; } }

.cms-sidebar-area-inner > .cms-widget:last-child {
  margin-bottom: 0; }

.cms-sidebar-area-inner > .cms-widget .cms-widget-title {
  margin-top: -11px; }

.cms-sidebar-area-inner > .cms-widget.widget_search {
  background: var(--color-accent);
  color: #fff;
  border-top: 0; }

.cms-sidebar-area-inner > .cms-widget.widget_search:before {
  display: none; }

.cms-sidebar-area-inner > .cms-widget.widget_search .cms-widget-title {
  color: #fff;
  margin-top: -5px; }

.cms-sidebar-area-inner > .cms-widget.widget_search .cms-search-field {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.cms-sidebar-area-inner > .cms-widget.widget_cms_recent_posts .cms-widget-title {
  margin-bottom: 5px; }

@media (max-width: 1024px) {
    .cms-sidebar-area-left, .cms-sidebar-area-right {
      margin-top: 50px; } }

.cms-sidebar-area-bottom {
  padding-top: 50px; }

.cms-sidebar-area-bottom .cms-sidebar-area-inner {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1; }

@media (min-width: 1025px) {
      .cms-sidebar-area-bottom .cms-sidebar-area-inner {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2; } }

@media (min-width: 1280px) {
      .cms-sidebar-area-bottom .cms-sidebar-area-inner {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3; } }

.cms-sidebar-area-bottom .cms-sidebar-area-inner > .cms-widget {
  display: inline-block;
  width: 100%; }

.cms-sidebar-shop .cms-sidebar-area-inner > .cms-widget.woocommerce:not(.widget_layered_nav) {
  padding: 0;
  background: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.cms-sidebar-shop .cms-sidebar-area-inner > .cms-widget.woocommerce:not(.widget_layered_nav) .cms-widget-title {
  margin-top: 0; }

.cms-sidebar-shop .cms-sidebar-area-inner > .cms-widget.woocommerce:not(.widget_layered_nav):before {
  display: none; }

#cms-footer.cms-footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.cms-scroll-top {
  height: 110px;
  width: 110px;
  background: var(--color-accent);
  color: #fff;
  border: none;
  position: fixed;
  right: 0;
  bottom: -55px;
  font-size: 18px;
  line-height: 110px;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  visibility: hidden;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.cms-scroll-top:hover, .cms-scroll-top:focus, .cms-scroll-top:active {
  color: #fff;
  background: var(--color-primary); }

.cms-scroll-top.on {
  bottom: 0;
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.cms-scroll-top .cms-scroll-top-arrow {
  display: block;
  width: 100%;
  position: relative;
  -webkit-animation: vibrate 2s linear 0s infinite;
  -khtml-animation: vibrate 2s linear 0s infinite;
  -moz-animation: vibrate 2s linear 0s infinite;
  -ms-animation: vibrate 2s linear 0s infinite;
  -o-animation: vibrate 2s linear 0s infinite;
  animation: vibrate 2s linear 0s infinite; }

[dir="rtl"] .cms-scroll-top {
  right: auto;
  left: 0; }

@media (max-width: 1400px) {
    .cms-scroll-top {
      height: 40px;
      width: 40px;
      line-height: 40px; } }

#cms-footer.scroll-off:after {
  display: none; }
/**
 * WooCommerce CSS Variables
 */
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Global styles
 */
p.demo_store, .woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #007bff;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none; }

p.demo_store a, .woocommerce-store-notice a {
  color: #fff;
  text-decoration: underline; }
/**
 * Main WooCommerce styles
 */
.loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: '';
  animation: spin 1s ease-in-out infinite;
  background: url('../images/icons/loader.svg') center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

.woocommerce {
  /**
   * Product Page
   */
  /**
   * Tables
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */ }

.woocommerce .blockUI.blockOverlay {
  position: relative; }

.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: '';
  animation: spin 1s ease-in-out infinite;
  background: url('../images/icons/loader.svg') center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75); }

.woocommerce div.product .out-of-stock {
  color: red; }

.woocommerce div.product div.images {
  position: relative; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0; }

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2; }

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box; }

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none; }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0; }
    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
      opacity: 1; }

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left; }

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left; }

.woocommerce td.product-name dl.variation, .woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
  font-size: 80%; }

.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside; }

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
  display: inline-block; }

.woocommerce td.product-name dl.variation p, .woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name dl.variation:last-child, .woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0; }

.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em; }

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #dc3545; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #dc3545; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #23923d; }

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
  margin: 30px 0; }

.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0; }

.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside; }

.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top; }

.woocommerce ul#shipping_method li label {
  display: inline; }

.woocommerce ul#shipping_method .amount {
  font-weight: 700; }

.woocommerce p.woocommerce-shipping-contents {
  margin: 0; }

.woocommerce ul.order_details {
  content: "";
  display: table;
  margin: 0 0 3em;
  list-style: none; }

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #545b62;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5; }

.woocommerce ul.order_details li:last-of-type {
  border: none; }

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold; }

.woocommerce .woocommerce-order-downloads, .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details {
  margin-bottom: 2em; }

.woocommerce .woocommerce-order-downloads *:last-child, .woocommerce .woocommerce-customer-details *:last-child, .woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0; }

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "cmsi";
  content: "\e037";
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "cmsi";
  content: "\e02d";
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em; }

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1; }

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none; }

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none; }

.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "cmsi";
  content: "\f038";
  color: #dc3545;
  vertical-align: inherit;
  margin-right: 0.5em; }

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em; }

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  font-size: 14px; }

.woocommerce .widget_price_filter .price_slider_amount button {
  background: none;
  color: var(--color-primary);
  font-weight: 700;
  padding: 0;
  margin: 0;
  float: right;
  border: none;
  font-size: 14px;
  line-height: normal; }

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: start; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  background-color: var(--color-accent);
  border-radius: 50%;
  cursor: ew-resize;
  outline: none;
  top: -3px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -10px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  background-color: var(--color-accent); }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e5e8ed; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: 0px; }

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: 0px; }

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside; }

.woocommerce .widget_rating_filter ul li {
  content: "";
  display: table;
  padding: 0 0 1px;
  list-style: none; }

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none; }

.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "cmsi";
  content: "\e013";
  color: #dc3545; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block; }

.woocommerce-no-js form.woocommerce-form-login, .woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important; }

.woocommerce-no-js .woocommerce-form-login-toggle, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .showcoupon {
  display: none !important; }

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  padding: 25px;
  margin: 0 0 40px;
  position: relative;
  background-color: var(--color-e8eff8);
  border-top: 0px solid var(--color-e8eff8);
  list-style: none outside;
  width: 100%;
  word-wrap: break-word;
  font-size: 19px;
  font-weight: 600;
  color: var(--color-primary);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before {
  display: none; }

.woocommerce-message .cms-added-to-cart-msg, .woocommerce-error .cms-added-to-cart-msg, .woocommerce-info .cms-added-to-cart-msg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

@media (max-width: 1024px) {
      .woocommerce-message .cms-added-to-cart-msg, .woocommerce-error .cms-added-to-cart-msg, .woocommerce-info .cms-added-to-cart-msg {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 25px; } }

.woocommerce-message .btn, .woocommerce-error .btn, .woocommerce-info .btn {
  min-width: 180px;
  text-align: center;
  flex: 0 0 auto;
  max-width: 100%; }

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  flex: 0 0 100%;
  width: 100%;
  font-weight: 400; }
/**
 * Cart sidebar
 */
ul.cart_list, ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: -15px 0; }

ul.cart_list li, ul.product_list_widget li {
  padding: 15px 0;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  font-weight: 600; }

ul.cart_list li a, ul.product_list_widget li a {
  display: block;
  font-size: 16px; }

ul.cart_list li .quantity, ul.product_list_widget li .quantity, ul.cart_list li .amount, ul.product_list_widget li .amount {
  font-size: 15px; }

ul.cart_list li .star-rating + .woocommerce-Price-amount, ul.product_list_widget li .star-rating + .woocommerce-Price-amount, ul.cart_list li .star-rating + .reviewer, ul.product_list_widget li .star-rating + .reviewer {
  display: block;
  width: 100%;
  padding-left: calc(60px + 20px); }

ul.cart_list li img, ul.product_list_widget li img {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

ul.cart_list li dl, ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: table; }

ul.cart_list li dl dt, ul.product_list_widget li dl dt, ul.cart_list li dl dd, ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em; }

ul.cart_list li dl dt, ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left; }

ul.cart_list li dl dd, ul.product_list_widget li dl dd {
  padding: 0 0 0.25em; }

ul.cart_list li dl dd p:last-child, ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0; }

.woocommerce-message {
  border-top-color: #282828; }

.woocommerce-message::before {
  font-family: "cmsi";
  content: '\f038';
  color: #282828; }

.woocommerce-info {
  border-top-color: #282828; }

.woocommerce-info::before {
  color: #282828; }

.woocommerce-error {
  border-top-color: #b81c23; }

.woocommerce-error::before {
  font-family: "cmsi";
  content: "\f038";
  color: #b81c23; }
/**
 * Account page
 */
.woocommerce-account .addresses .title h3 {
  display: inline-block;
  margin: 0;
  padding-right: 20px; }

[dir="rtl"] .woocommerce-account .addresses .title h3 {
  padding-right: 0;
  padding-left: 20px; }

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.woocommerce-account ul.digital-downloads li::before {
  font-family: "cmsi";
  content: "\f102"; }

.woocommerce-account ul.digital-downloads li .count {
  float: right; }
/**
 * Cart/checkout page
 */
.checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none; }

.checkout .col-2 .notes {
  clear: left; }

.checkout .col-2 .form-row-first {
  clear: left; }

.checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal; }

.checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%; }

.checkout .shipping_address {
  clear: both; }
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Forms
 */
form .form-row label {
  flex: 0 0 100%;
  display: block;
  color: var(--color-05213f); }

form .form-row label.checkbox {
  flex: 0 0 auto;
  display: inline; }

form .password-input {
  position: relative; }

form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer; }

form .show-password-input::after {
  font-family: "cmsi";
  content: "\f06e"; }

form .show-password-input.display-password::after {
  font-family: "cmsi";
  content: "\f070"; }

/**
 * oEmbeds
 */

.woocommerce-oembed {
  position: relative; }
/**
 * woocommerce-smallscreen.scss
 * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
 */
/**
 * Style begins
 */
@media (max-width: 1024px) {
  /**
   * Cart
   */
    table.shop_table_responsive {
      display: block; }
      table.shop_table_responsive thead {
        display: none; }
      table.shop_table_responsive tbody {
        display: block; }
        table.shop_table_responsive tbody th {
          display: none; }
      table.shop_table_responsive tr {
        display: block; }
        table.shop_table_responsive tr td {
          display: block;
          text-align: end !important;
          border-right: 1px solid #ddd; }
          table.shop_table_responsive tr td.order-actions {
            text-align: start !important; }
          table.shop_table_responsive tr td::before {
            content: attr(data-title) ': ';
            font-weight: 700;
            float: left; }
          table.shop_table_responsive tr td.product-name > div {
            width: 100%;
            padding-top: 10px; }
          table.shop_table_responsive tr td.product-remove::before, table.shop_table_responsive tr td.actions::before {
            display: none; }
          table.shop_table_responsive tr td.actions {
            display: block; }
        table.shop_table_responsive tr:nth-child( 2n) td {
          background-color: rgba(0, 0, 0, 0.025); }
    table.cart .product-thumbnail {
      display: none; } }

.woocommerce-notices-wrapper {
  margin-bottom: 30px; }

.woocommerce-notices-wrapper:empty {
  display: none; }

.woocommerce-message .restore-item {
  margin-left: 20px; }

[dir="rtl"] .woocommerce-message .restore-item {
  margin-right: 20px;
  margin-left: 0; }

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }

.col2-set .col-1, .col2-set .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px; }

@media (min-width: 769px) {
      .col2-set .col-1, .col2-set .col-2 {
        flex: 0 0 50%;
        max-width: 50%; } }

.price, .woocommerce-Price-amount {
  font-size: 19px;
  color: var(--color-accent);
  font-weight: 700; }

.price del, .woocommerce-Price-amount del {
  text-decoration: line-through !important;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

@media (min-width: 1280px) {
    .woocommerce-tabs {
      width: 83.333%;
      margin-left: auto;
      margin-right: auto; } }

.wc-tabs {
  list-style: none;
  margin: 57px -15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.wc-tabs:after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 4px;
  background: #e6eaef; }

.wc-tabs li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  color: var(--primary-color);
  font-size: 16px;
  padding: 0 15px;
  position: relative;
  z-index: 1; }

.wc-tabs li a {
  display: block;
  padding: 13px 0;
  font-weight: 700;
  border-bottom: 4px solid #e6eaef; }

.wc-tabs li:hover a, .wc-tabs li.active a {
  color: var(--color-accent);
  border-color: var(--color-accent); }

.wc-tab {
  padding-top: 40px; }

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
  margin-bottom: 0;
  float: none; }

.woocommerce-result-count {
  font-weight: 700; }

label[for="coupon_code"] {
  display: none; }

table.cart th, table.cart .product-name {
  font-size: 17px;
  font-family: var(--heading-font-family); }

table.cart td, table.cart th {
  text-align: center; }

table.cart td.product-name > div > a {
  font-weight: 700;
  margin: 0 10px; }

table.cart td.product-name > div > a.remove {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: black;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  table.cart td.product-name > div > a.remove:hover {
    background-color: red; }

table.cart td.product-name > div > a:last-child {
  flex-basis: 0;
  flex-grow: 1;
  text-align: start; }

table.cart td.actions {
  text-align: start !important; }

table.cart .size-woocommerce_thumbnail {
  max-width: 70px;
  width: 70px; }

table.cart input[name="coupon_code"][type="text"] {
  height: 51px !important;
  line-height: 51px !important; }

@media (min-width: 1025px) {
      table.cart input[name="coupon_code"][type="text"] {
        width: 250px !important; } }

.cart-collaterals {
  padding-top: 30px; }

@media (min-width: 1025px) {
    .cart-collaterals {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      .cart-collaterals .cart_totals {
        width: 40%; } }

.cart_totals > h2 {
  font-size: 21px;
  margin: 0 0 25px; }

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: self-start; }

form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
  margin: 0 0 30px;
  max-width: 100%;
  padding: 15px; }

form.woocommerce-checkout .col2-set {
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 1024px) {
      form.woocommerce-checkout .col2-set {
        flex: 0 0 100%;
        max-width: 100%; } }

form.woocommerce-checkout .col2-set > div {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

form.woocommerce-checkout .woocommerce-billing-fields > h3, form.woocommerce-checkout .woocommerce-shipping-fields > h3, form.woocommerce-checkout .woocommerce-additional-fields > h3 {
  text-transform: uppercase; }

form.woocommerce-checkout .woocommerce-billing-fields .form-row, form.woocommerce-checkout .woocommerce-shipping-fields .form-row, form.woocommerce-checkout .woocommerce-additional-fields .form-row {
  margin-bottom: 15px; }

form.woocommerce-checkout .woocommerce-checkout-review-order {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 1024px) {
      form.woocommerce-checkout .woocommerce-checkout-review-order {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px; } }

form.woocommerce-checkout #order_review_heading {
  display: none; }

form.woocommerce-checkout #cms-order-review-heading {
  margin-bottom: 45px;
  padding-bottom: 30px;
  position: relative; }

form.woocommerce-checkout #cms-order-review-heading:after {
  width: 50px;
  height: 3px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0; }

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0; }

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid #fff; }

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none; }

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--heading-font-color); }

@media (max-width: 480px) {
        form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
          display: block; }
          form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th.product-name, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-name {
            border-bottom: 0;
            padding-bottom: 0; }
          form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th.product-total, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-total {
            padding-top: 0; } }

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td:last-child {
  text-align: end; }

form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
  background-color: #efefef;
  border-bottom: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 700; }

@media (max-width: 480px) {
        form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total th {
          padding-bottom: 0;
          border-bottom: 0; }
        form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, form.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .order-total td {
          padding-top: 0; } }

form.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input {
  margin: 8px 10px 0 0; }

textarea[name="order_comments"] {
  margin-top: 30px; }

.form-row {
  width: 100%;
  margin: 0 0 15px; }

.form-row span.woocommerce-input-wrapper {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%; }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -15px 15px; }

.woocommerce-MyAccount-navigation ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 15px 15px; }

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 5px 15px;
  border: 3px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

.woocommerce-MyAccount-navigation ul li a:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff; }

.woocommerce-MyAccount-navigation ul li.is-active a {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff; }

ul.products {
  list-style: none;
  margin: -20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

ul.products > li.product {
  float: none;
  margin: 20px;
  position: relative; }

ul.products > li.product .price {
  margin: 10px 0 0 0;
  color: var(--color-accent);
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  display: block;
  clear: both; }

ul.products > li.product .price ins {
  font-weight: inherit;
  padding-left: 15px;
  text-decoration: none; }

[dir="rtl"] ul.products > li.product .price ins {
  padding-left: 0;
  padding-right: 15px; }

ul.products > li.product:hover .cms-products-thumb img, ul.products > li.product:hover .cms-products-thumb .cms-overlay-content {
  -webkit-transform: translateY(-68px);
  -khtml-transform: translateY(-68px);
  -moz-transform: translateY(-68px);
  -ms-transform: translateY(-68px);
  -o-transform: translateY(-68px);
  transform: translateY(-68px); }

ul.products.colomns-1 > li.product {
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
  flex: 0 0 calc(100% - 40px); }

ul.products.columns-2 > li.product {
  max-width: calc(50% - 40px);
  width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px); }

ul.products.columns-3 > li.product {
  max-width: calc(33.3333% - 40px);
  width: calc(33.3333% - 40px);
  flex: 0 0 calc(33.3333% - 40px); }

ul.products.columns-4 > li.product {
  max-width: calc(25% - 40px);
  width: calc(25% - 40px);
  flex: 0 0 calc(25% - 40px); }

ul.products.columns-5 > li.product {
  max-width: calc(20% - 40px);
  width: calc(20% - 40px);
  flex: 0 0 calc(20% - 40px); }

ul.products.columns-6 > li.product {
  max-width: calc(16.6666% - 40px);
  width: calc(16.6666% - 40px);
  flex: 0 0 calc(16.6666% - 40px); }

@media (max-width: 1279px) {
    ul.products.columns-5 > li.product {
      max-width: calc(33.3333% - 40px);
      width: calc(33.3333% - 40px);
      flex: 0 0 calc(33.3333% - 40px); }
    ul.products.columns-6 > li.product {
      max-width: calc(33.3333% - 40px);
      width: calc(33.3333% - 40px);
      flex: 0 0 calc(33.3333% - 40px); } }

@media (max-width: 1024px) {
    ul.products.columns-3 > li.product {
      max-width: calc(50% - 40px);
      width: calc(50% - 40px);
      flex: 0 0 calc(50% - 40px); }
    ul.products.columns-4 > li.product {
      max-width: calc(50% - 40px);
      width: calc(50% - 40px);
      flex: 0 0 calc(50% - 40px); }
    ul.products.columns-5 > li.product {
      max-width: calc(50% - 40px);
      width: calc(50% - 40px);
      flex: 0 0 calc(50% - 40px); }
    ul.products.columns-6 > li.product {
      max-width: calc(50% - 40px);
      width: calc(50% - 40px);
      flex: 0 0 calc(50% - 40px); } }

@media (max-width: 767px) {
    ul.products.columns-2 > li.product, ul.products.columns-3 > li.product, ul.products.columns-4 > li.product, ul.products.columns-5 > li.product, ul.products.columns-6 > li.product {
      max-width: calc(100% - 40px);
      width: calc(100% - 40px);
      flex: 0 0 calc(100% - 40px); } }

ul.products .cms-products-content {
  padding-top: 26px; }

.woocommerce-loop-product__link {
  display: block; }

.cms-onsale {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background-color: #f00;
  color: #fff;
  min-width: 56px;
  height: 29px;
  line-height: 19px;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.cms-onsale.single {
  left: 20px;
  right: auto; }

[dir="rtl"] .cms-onsale {
  right: auto;
  left: 20px; }

[dir="rtl"] .cms-onsale.single {
  left: auto;
  right: 20px; }

.add_to_cart_button, .button.product_type_grouped, .added_to_cart {
  min-width: 100%; }

.add_to_cart_button .cms-btn-icon, .button.product_type_grouped .cms-btn-icon, .added_to_cart .cms-btn-icon {
  font-size: 12px; }

.add_to_cart_button.loading .cms-addtocart-icon, .product_type_grouped.loading .cms-addtocart-icon, .product_type_external.loading .cms-addtocart-icon {
  display: inline-block;
  -webkit-animation: cms-spin 2s linear infinite;
  -khtml-animation: cms-spin 2s linear infinite;
  -moz-animation: cms-spin 2s linear infinite;
  -ms-animation: cms-spin 2s linear infinite;
  -o-animation: cms-spin 2s linear infinite;
  animation: cms-spin 2s linear infinite; }

.add_to_cart_button.loading .cms-addtocart-icon:before, .product_type_grouped.loading .cms-addtocart-icon:before, .product_type_external.loading .cms-addtocart-icon:before {
  content: "\e95b"; }

.add_to_cart_button.added .cms-addtocart-icon:before, .product_type_grouped.added .cms-addtocart-icon:before, .product_type_external.added .cms-addtocart-icon:before {
  content: "\e942"; }

.add_to_cart_button.added + .added_to_cart, .product_type_grouped.added + .added_to_cart, .product_type_external.added + .added_to_cart {
  display: block; }

.add_to_cart_button + .added_to_cart, .product_type_grouped + .added_to_cart, .product_type_external + .added_to_cart {
  display: none; }

.woocommerce-pagination {
  margin-top: 40px; }

.cms-products-thumb {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }

.cms-products-thumb img {
  width: 100%;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 1; }

.cms-products-thumb .cms-overlay-content-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px; }

.cms-products-thumb .cms-overlay-content-end > * {
  margin: 15px;
  flex: 0 0 auto; }

@media (max-width: 1024px) {
    .cms-products-thumb img, .cms-products-thumb .cms-overlay-content {
      -webkit-transform: translateY(-68px);
      -khtml-transform: translateY(-68px);
      -moz-transform: translateY(-68px);
      -ms-transform: translateY(-68px);
      -o-transform: translateY(-68px);
      transform: translateY(-68px); } }

.cms-after-product-thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.cms-after-product-thumb > .btn:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 30px;
  background: inherit; }

.cms-after-product-thumb .add_to_cart_button {
  -webkit-transform: translateY(2px);
  -khtml-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px); }

.cms-after-product-thumb .cms-addtocart-icon {
  font-size: 18px; }

div.product div.summary {
  float: none;
  width: 100%; }

div.product form.cart {
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

div.product form.cart:before, div.product form.cart:after {
  flex: 0 0 100%;
  width: 100%;
  margin: 0; }

div.product form.cart div.quantity {
  float: none;
  margin: 0 15px 0 0; }

div.product form.cart > * {
  margin-bottom: 25px !important; }

div.product .cms-single-product-btn {
  flex-wrap: wrap;
  margin: -7.5px; }

div.product .cms-single-product-btn > * {
  margin: 7.5px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

div.product .cms-single-product-btn .single_add_to_cart_button {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.45px; }

div.product .cms-single-product-btn .single_add_to_cart_button:after {
  margin-left: 15px;
  font-family: "cmsi";
  content: '\f290'; }

.cms-product-meta .cms-meta-item {
  padding-bottom: 8px; }

.cms-product-meta .cms-meta-item:last-child {
  padding-bottom: 0; }

.cms-product-meta .cms-meta-item .cms-meta-label {
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-weight: 600; }

.cms-product-meta .cms-meta-item a {
  color: var(--color-body); }

.cms-product-meta .cms-meta-item a:hover {
  color: var(--color-accent); }

.variations {
  border: 0; }

.variations td, .variations th {
  border: 0;
  vertical-align: middle; }

.woocommerce-variation-description p {
  margin-bottom: 1em; }

.reset_variations {
  visibility: hidden;
  display: none;
  color: red;
  padding-top: 10px;
  text-align: end; }

.reset_variations[style="visibility: visible; display: inline;"] {
  display: block !important; }

.wc-no-matching-variations {
  display: none; }

.single_variation_wrap {
  margin: 0;
  width: 100%;
  display: block; }

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center; }

.single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  flex-basic: basic; }

.single_variation_wrap .woocommerce-variation-add-to-cart .cms-single-product-btns {
  flex: 0 0 auto;
  width: auto; }

.single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 25px; }

.group_table {
  border: 0; }

.group_table th, .group_table td {
  border: 0; }

.group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5); }

.cms-quantity {
  position: relative;
  display: inline-block; }

.cms-quantity .quantity-button {
  position: absolute;
  right: 0;
  width: 20px;
  height: 27px;
  line-height: 23px;
  text-align: start;
  font-size: 10px;
  font-weight: 900;
  border: 2px solid #cfd4d8;
  color: var(--primary-color);
  cursor: pointer;
  text-align: center; }

.cms-quantity .quantity-up {
  top: 0;
  -webkit-border-radius: 0 6px 0 0;
  -khtml-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -ms-border-radius: 0 6px 0 0;
  -o-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

[dir="rtl"] .cms-quantity .quantity-up {
  -webkit-border-radius: 6px 0 0 0;
  -khtml-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

.cms-quantity .quantity-up:before, .cms-quantity .quantity-up:after {
  content: '';
  width: 8px;
  height: 2px;
  display: block;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px; }

.cms-quantity .quantity-up:after {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.cms-quantity .quantity-down {
  bottom: 0;
  -webkit-border-radius: 0 0 6px 0;
  -khtml-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  -ms-border-radius: 0 0 6px 0;
  -o-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
  z-index: 1; }

[dir="rtl"] .cms-quantity .quantity-down {
  -webkit-border-radius: 0 0 0 6px;
  -khtml-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  -ms-border-radius: 0 0 0 6px;
  -o-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

.cms-quantity .quantity-down:before {
  content: '';
  width: 8px;
  height: 2px;
  display: block;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px; }

input.qty[type="number"] {
  width: 76px !important;
  height: 51px !important;
  line-height: 51px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: inherit;
  text-align: center;
  font-size: 20px;
  color: var(--color-primary);
  background: #fff !important;
  -webkit-box-shadow: 0 0 0 2px #cfd4d8 inset !important;
  -khtml-box-shadow: 0 0 0 2px #cfd4d8 inset !important;
  -moz-box-shadow: 0 0 0 2px #cfd4d8 inset !important;
  -ms-box-shadow: 0 0 0 2px #cfd4d8 inset !important;
  -o-box-shadow: 0 0 0 2px #cfd4d8 inset !important;
  box-shadow: 0 0 0 2px #cfd4d8 inset !important;
  -moz-appearance: textfield; }

input.qty[type="number"]::-webkit-outer-spin-button, input.qty[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.single_add_to_cart_button {
  clear: both;
  min-width: 170px;
  text-align: center;
  height: 51px;
  border-color: transparent; }

table.shop_attributes {
  border: none; }

table.shop_attributes td, table.shop_attributes th {
  vertical-align: top;
  font-style: normal;
  padding: 6px 0;
  border: 0;
  width: unset;
  background: transparent !important; }

table.shop_attributes td p, table.shop_attributes th p {
  padding: 0; }

.product_meta {
  margin-top: 17px; }

.product_meta > span {
  display: block;
  clear: both;
  padding-bottom: 12px; }

.product_meta > span:last-child {
  padding-bottom: 0; }

.product_meta .meta-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--heading-font-color);
  min-width: 120px;
  display: inline-block; }

.product_meta a {
  color: var(--color-body); }

.product_meta a:hover {
  color: var(--color-accent); }

.products.related, .products.upsells, .cross-sells {
  padding-top: 20px; }

.products.related > h2, .products.upsells > h2, .cross-sells > h2 {
  position: relative;
  margin: 47px 0 30px;
  font-size: 21px; }

.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label, .woocommerce-grouped-product-list-item .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700; }

.woocommerce-grouped-product-list-item .woocommerce-Price-amount {
  color: var(--color-secondary); }

.cms-single-product-gallery-summary-wraps {
  margin: -15px; }

.cms-single-product-gallery-summary-wraps > div {
  padding: 15px; }

.cms-single-product-gallery-summary-wraps > div.cms-single-product-gallery-wraps {
  text-align: center; }

.cms-single-product-gallery-summary-wraps > div > .cms-single-product-gallery-wraps-inner {
  display: inline-block; }

.woocommerce-product-gallery {
  position: relative;
  border-radius: 12px;
  overflow: hidden; }

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
  z-index: 1;
  text-align: center;
  line-height: 26px;
  font-size: 0;
  text-indent: -999px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font-family: "cmsi";
  content: "\e93f";
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

[dir="rtl"] .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  left: 20px;
  right: auto; }

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  padding: 0;
  margin: 0;
  position: relative; }

.woocommerce-product-gallery.cms-product-gallery-simple {
  position: relative; }

.woocommerce-product-gallery.cms-product-gallery-simple .flex-viewport {
  position: relative; }

.woocommerce-product-gallery.cms-product-gallery-simple .flex-viewport:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  padding: 0; }

.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 auto;
  max-width: auto;
  padding: 5px; }

.woocommerce-product-gallery .flex-direction-nav {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.woocommerce-product-gallery:hover .flex-direction-nav {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.wc-gallery-sync {
  position: relative;
  margin-top: 10px; }

.wc-gallery-sync .flex-control-thumb {
  position: relative; }

.wc-gallery-sync .flex-control-thumb:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  z-index: 2; }

.wc-gallery-sync .flex-control-thumb:hover:after, .wc-gallery-sync .flex-control-thumb.flex-active-slide:after {
  border-color: var(--color-accent); }

.flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.flex-direction-nav > li {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.flex-direction-nav > li span {
  width: 30px;
  height: 30px;
  background: var(--color-primary);
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.flex-direction-nav > li.flex-nav-prev {
  left: 0; }

.flex-direction-nav > li.flex-nav-prev .flex-prev-icon:before {
  font-family: "cmsi";
  content: "\f104";
  font-size: 900; }

.flex-direction-nav > li.flex-nav-next {
  right: 0; }

.flex-direction-nav > li.flex-nav-next .flex-next-icon:before {
  font-family: "cmsi";
  content: "\f105";
  font-size: 900; }

.flex-direction-nav > li:hover span {
  background: var(--color-accent); }

.flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 20px 0 0; }

.flex-control-nav.flex-control-paging {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.flex-control-nav.flex-control-paging li {
  flex: 0 0 auto; }

.flex-control-nav.flex-control-paging a {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background: #bbb;
  font-size: 0;
  text-indent: -999px;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 200ms ease;
  -khtml-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.flex-control-nav.flex-control-paging a:hover, .flex-control-nav.flex-control-paging a.flex-active {
  background: var(--color-accent); }

.cms-product-gallery-default.cms-product-gallery-bottom .flex-control-nav {
  margin-top: 5px; }

.product #comments {
  padding-top: 0; }

.product #comments:before, .product #comments:after {
  display: none; }

.widget_shopping_cart .woocommerce-mini-cart .mini_cart_item {
  padding-right: 25px; }

.widget_shopping_cart .woocommerce-mini-cart .mini_cart_item [dir="rtl"] {
  padding-right: 0;
  padding-left: 25px; }

.widget_shopping_cart .woocommerce-mini-cart .mini_cart_item a.remove {
  color: white;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  padding: 0;
  background-color: red;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--color-primary); }

[dir="rtl"] .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item a.remove {
  right: auto;
  left: 0; }

.widget_shopping_cart .woocommerce-mini-cart .mini_cart_item:hover a.remove {
  background: red; }

.widget_shopping_cart .woocommerce-mini-cart__total {
  padding: 24px 0;
  margin: 0;
  font-size: 17px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  color: var(--color-05213f); }

.widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-weight: 500; }

.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  flex: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  border-color: transparent; }

#payment {
  margin-top: 0px; }

#payment ul.payment_methods {
  padding: 20px 20px 0;
  margin: 0;
  list-style: none outside;
  background: #fff; }

#payment ul.payment_methods li {
  line-height: 2;
  margin: 0; }

#payment ul.payment_methods li input {
  margin: 0 1em 0 0; }

#payment ul.payment_methods li img {
  vertical-align: middle;
  padding: 0;
  position: relative;
  max-width: 150px; }

#payment ul.payment_methods li img + img {
  margin-left: 2px; }

#payment div.form-row {
  padding: 20px;
  margin-top: 0; }

#payment div.form-row #place_order {
  margin-top: 30px; }

#payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: var(--color-primary);
  color: #fff; }

#payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0; }

#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em; }

#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer; }

#payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative; }

#payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0; }

#payment div.payment_box .wc-credit-card-form-card-number, #payment div.payment_box .wc-credit-card-form-card-expiry, #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px; }

#payment div.payment_box .wc-credit-card-form-card-number.visa, #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg"); }

#payment div.payment_box .wc-credit-card-form-card-number.mastercard, #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg"); }

#payment div.payment_box .wc-credit-card-form-card-number.laser, #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg"); }

#payment div.payment_box .wc-credit-card-form-card-number.dinersclub, #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg"); }

#payment div.payment_box .wc-credit-card-form-card-number.maestro, #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg"); }

#payment div.payment_box .wc-credit-card-form-card-number.jcb, #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg"); }

#payment div.payment_box .wc-credit-card-form-card-number.amex, #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg"); }

#payment div.payment_box .wc-credit-card-form-card-number.discover, #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg"); }

#payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal; }

#payment div.payment_box .form-row {
  margin: 0 0 1em; }

#payment div.payment_box p:last-child {
  margin-bottom: 0; }

#payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid var(--color-primary);
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em; }

#payment .payment_method_paypal .about_paypal {
  display: block; }

#payment .payment_method_paypal img {
  max-height: 52px; }

.woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  margin: 0;
  align-items: center;
  margin-bottom: 20px; }

p.stars {
  margin: 0; }

p.stars > span {
  margin-bottom: -7px;
  display: block; }

.star-rating {
  font-family: "cmsi";
  color: var(--color-body);
  font-size: 14px;
  letter-spacing: 6px;
  margin: 7px 0 0;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: 105px;
  height: 23px;
  line-height: 23px;
  overflow: hidden; }

.star-rating:before, .star-rating > span:before, .star-rating .cms-star-rated:before {
  content: "\e949 \e949 \e949 \e949 \e949";
  display: block;
  overflow: hidden; }

.star-rating > span:before, .star-rating .cms-star-rated:before, .star-rating[aria-label="Rated 0 out of 5"]:before {
  color: var(--color-accent); }

.star-rating .cms-star-rated, .star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 23px; }

[dir="rtl"] .star-rating .cms-star-rated, [dir="rtl"] .star-rating > span {
  left: auto;
  right: 0; }

.star-rating + .woocommerce-review-link {
  margin-left: 30px;
  font-size: 13px;
  color: var(--body-font-color);
  padding-top: 10px; }

.star-rating + .woocommerce-review-link:hover {
  color: var(--color-accent); }

[dir="rtl"] .star-rating + .woocommerce-review-link {
  margin-left: 0;
  margin-right: 30px; }
/**
 * Star ratings
 */
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none; }

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "cmsi";
  content: "\e948";
  text-indent: 0; }

p.stars a:hover ~ a::before {
  content: "\e948"; }

p.stars:hover a::before {
  content: "\e949"; }

p.stars.selected a.active::before {
  content: "\e949"; }

p.stars.selected a.active ~ a::before {
  content: "\e948"; }

p.stars.selected a:not(.active)::before {
  content: "\e949"; }

.widget_product_categories li {
  padding: 0; }

.widget_product_categories a {
  font-weight: 700;
  color: var(--color-accent);
  padding: 5px 0; }

[dir="rtl"] .wpcf7 {
  direction: rtl !important; }

.wpcf7 .cms-submit {
  position: relative; }

.wpcf7 .cms-submit .ajax-loader {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.wpcf7 .cms-submit .ajax-loader.is-active {
  display: block; }

.wpcf7 span.wpcf7-list-item {
  margin-left: 28px; }

.wpcf7 span.wpcf7-list-item.first, .wpcf7 span.wpcf7-list-item:first-child {
  margin-left: 0; }

.wpcf7 label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-05213f);
  padding-bottom: 7px; }

.wpcf7 label + br {
  display: none; }

.wpcf7 .wpcf7-form-control.wpcf7-radio, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.wpcf7 .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom span.wpcf7-list-item {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 10px;
  margin: 0;
  cursor: pointer; }

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type="radio"], .wpcf7 .wpcf7-form-control.wpcf7-radio_custom input[type="radio"] {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer; }

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:after, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom input[type="radio"]:checked + .wpcf7-list-item-label:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom .wpcf7-list-item-label {
  position: relative; }

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom .wpcf7-list-item-label:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #e6eaef;
  -khtml-box-shadow: 0 0 0 2px #e6eaef;
  -moz-box-shadow: 0 0 0 2px #e6eaef;
  -ms-box-shadow: 0 0 0 2px #e6eaef;
  -o-box-shadow: 0 0 0 2px #e6eaef;
  box-shadow: 0 0 0 2px #e6eaef;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: -23px;
  margin-right: 10px; }

.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:after, .wpcf7 .wpcf7-form-control.wpcf7-radio_custom .wpcf7-list-item-label:after {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--color-accent);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 3px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

.wpcf7 .wpcf7-list-item label {
  font-weight: 400; }

rs-dotted {
  background-color: rgba(27, 26, 26, 0.15) !important;
  background-image: none !important; }

#trp-floater-ls {
  display: none !important; }
/* Page Loading */
#cms-loadding {
  background: #fff;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

#cms-loadding .loading-spinner {
  margin: -20px auto 0 auto;
  width: 40px;
  height: 40px;
  top: 50%;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear; }

#cms-loadding .loading-dot1, #cms-loadding .loading-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }

#cms-loadding .loading-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }
/*# sourceMappingURL=child-theme.css.map */