.to_fade_up {
  visibility: hidden;
}
.to_fade_up.fade_up {
  visibility: visible;
  -ms-animation: fadeUp 2s;
  /* Internet Explorer */
  animation: fadeUp 2s;
}

.text-load-wrapper {
  overflow: hidden;
}

.to_text_load {
  visibility: hidden;
  opacity: 0;
}
.to_text_load.text_load {
  visibility: visible;
  -ms-animation: loadTextAnimation 1s;
  /* Internet Explorer */
  animation: loadTextAnimation 1s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loadTextAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes secondLevelDesc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes secondLevelDesc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDescription {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDescription {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.to_timeCard_load .timeCard-content {
  visibility: hidden;
  opacity: 0;
}
.to_timeCard_load.timeCard_load .timeCard-content {
  visibility: visible;
  -ms-animation: loadTimeCardAnimation 1s;
  /* Internet Explorer */
  animation: loadTimeCardAnimation 1s;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loadTimeCardAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #a2a2a2;
  padding: 0;
  margin: 0;
  font-weight: 400;
  background-color: #fafafa;
}
body.overlay:after {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.31);
  z-index: 666;
  width: 100%;
  height: 100%;
}
body.stopScroll {
  overflow: hidden;
  width: 100%;
}

.body-content {
  overflow-x: hidden;
  width: 100%;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

button,
input[type=submit] {
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

address {
  margin: 0px;
  padding: 0px;
}

iframe {
  border: 0;
}

input#testdrive_custom_fields\[2\] {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
  background-repeat: no-repeat;
  background-position: center right;
}

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

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

@media (max-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1286px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (max-width: 767.98px) {
        flex-basis: 100%;
    }*/
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 769px) {
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-5-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-5-5 {
    -ms-flex: 0 0 45.666667%;
    flex: 0 0 45.666667%;
    max-width: 45.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*===================================
=            Slick Theme            =
===================================*/
.slick-slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-slide > div {
  width: 100%;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  zoom: 1;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
  width: 1px;
} /* without this, the menu expands to 100% in IE6 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
} /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
} /* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
} /* reset extra padding in Firefox */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
} /* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
} /* vertical centre icon */
.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
  background-image: none;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../images/ico/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(../images/ico/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../images/ico/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(../images/ico/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../images/ico/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../images/ico/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../images/ico/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
} /* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/ico/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(../images/ico/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(../images/ico/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(../images/ico/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../images/ico/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(../images/ico/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(../images/ico/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../images/ico/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../images/ico/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../images/ico/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.85s ease;
  background-color: transparent;
  padding: 21px 0;
}
@media (min-width: 46.25em) {
  header {
    padding-top: 20px;
  }
}
@media (min-width: 61.25em) {
  header {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 991.98px) {
  header {
    padding: 15px 0;
  }
}
header.float {
  position: fixed;
}
header.scroll-up {
  top: 0px;
}
header.scroll-down {
  top: 0px;
}
header.on-scroll-bkp .container .top-wrap {
  height: 75px;
}
header.on-scroll-bkp .container .top-wrap > .wrap {
  transform: translateY(-100%);
  opacity: 0;
}
header.on-scroll-bkp .container .top-wrap .go-top.mobile {
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
  opacity: 1;
}
header.on-scroll-bkp::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  pointer-events: none;
}
header.dark {
  background: #1A1A1A;
}
header .container {
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
header .container .top-wrap {
  height: 75px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  border-bottom: 1px solid rgba(187, 188, 188, 0.5);
  position: relative;
  overflow: visible;
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
}
@media (min-width: 46.25em) {
  header .container .top-wrap {
    height: 90px;
  }
}
@media (min-width: 61.25em) {
  header .container .top-wrap {
    height: 110px;
    padding: 0 40px;
  }
}
header .container .top-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#ebebeb)), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .container .top-wrap .hamburger {
  z-index: 90;
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 75.875em) {
  header .container .top-wrap .hamburger {
    display: none;
  }
}
@media (min-width: 46.25em) {
  header .container .top-wrap .hamburger {
    left: 20px;
  }
}
header .container .top-wrap .hamburger > .line {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 18px;
  border-radius: 5px;
  background: #0f0f0f;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header .container .top-wrap .hamburger > .line::after, header .container .top-wrap .hamburger > .line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0f0f0f;
  border-radius: 5px;
  -webkit-transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0.3s, transform 0.3s;
  transition: top 0.3s, background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header .container .top-wrap .hamburger > .line::before {
  top: -5px;
}
header .container .top-wrap .hamburger > .line::after {
  top: 5px;
}
header .container .top-wrap .go-top {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 40px;
  -webkit-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  display: none;
}
header .container .top-wrap .go-top.mobile {
  position: absolute;
  top: 0;
  right: 45px;
  text-align: center;
  line-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .container .top-wrap .go-top.mobile > .icon {
  width: 16px;
  display: block;
  margin: auto;
}
header .container .top-wrap .go-top.mobile > .icon > svg {
  width: 100%;
  height: auto;
}
header .container .top-wrap .wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  position: relative;
}
header .container .top-wrap .wrap .mainlogo {
  z-index: 1;
  display: block;
  fill: #CB1517;
  -webkit-transition: height 0.3s, width 0.3s;
  transition: height 0.3s, width 0.3s;
  text-decoration: none;
}
header .container .top-wrap .wrap .mainlogo img {
  width: auto;
  height: 39px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 46.25em) {
  header .container .top-wrap .wrap .mainlogo img {
    height: 59px;
  }
}
@media (min-width: 46.25em) {
  header .container .top-wrap .wrap .mainlogo img {
    height: 59px;
  }
}
header .container .top-wrap .wrap .wrap-col {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  width: 45%;
}
header .container .top-wrap .wrap .wrap-col.rhs {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
header .container .top-wrap .wrap .wrap-col .links {
  display: flex;
}
header .container .top-wrap .wrap .wrap-col .links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 20px;
}
header .container .top-wrap .wrap .wrap-col .links .link.desktopOnly {
  display: none;
}
@media (min-width: 75.875em) {
  header .container .top-wrap .wrap .wrap-col .links .link.desktopOnly {
    display: flex;
  }
}
header .container .top-wrap .wrap .wrap-col .links .link.mobileOnly {
  display: flex;
}
@media (min-width: 75.875em) {
  header .container .top-wrap .wrap .wrap-col .links .link.mobileOnly {
    display: none;
  }
}
header .container .top-wrap .wrap .wrap-col .links .link.mobileOnly > a {
  color: #D00000;
}
header .container .top-wrap .wrap .wrap-col .links .link > a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  font: normal normal 600 14px/19px "Open Sans", serif;
  letter-spacing: 0.77px;
  color: #0F0F0F;
  opacity: 1;
  text-decoration: none;
}
header .container .top-wrap .wrap .wrap-col .links .link > a .icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .container .top-wrap .wrap .wrap-col .links .link > a .icon svg {
  width: 100%;
  height: auto;
  display: block;
}
header .container .top-wrap .wrap .wrap-col .links .link > a .icon svg path {
  fill: rgba(187, 188, 188, 0.4);
}
@media only screen and (min-width: 1200px) {
  header .container .top-wrap .wrap .wrap-col .links .link:hover > a {
    color: #D00000;
  }
  header .container .top-wrap .wrap .wrap-col .links .link:hover > a .icon svg path {
    fill: rgba(208, 0, 0, 0.4);
  }
}
header .container .top-wrap .wrap .wrap-col .links .link .level-two,
header .container .top-wrap .wrap .wrap-col .links .link > section {
  display: none;
}
header .container .top-wrap .main-menu {
  z-index: 75;
  background-color: #fafafa;
  border-radius: 0 0 2px 2px;
  position: absolute;
  top: -5000px;
  left: 0;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 46.25em) {
  header .container .top-wrap .main-menu {
    overflow: visible;
  }
}
header .container .top-wrap .main-menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 15px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  gap: 35px;
  max-height: 80vh;
  overflow: auto;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 46.25em) {
  header .container .top-wrap .main-menu .links {
    padding: 45px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 61.25em) {
  header .container .top-wrap .main-menu .links {
    overflow: visible;
  }
}
header .container .top-wrap .main-menu .links > .link {
  width: 100%;
}
@media (min-width: 46.25em) {
  header .container .top-wrap .main-menu .links > .link {
    width: auto;
  }
}
header .container .top-wrap .main-menu .links > .link > a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  text-align: left;
  font: normal normal 600 14px/19px "Open Sans", serif;
  letter-spacing: 0.77px;
  color: #0F0F0F;
  opacity: 1;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  header .container .top-wrap .main-menu .links > .link > a:hover {
    color: #D00000;
  }
}
header.navopen .container .top-wrap::before {
  opacity: 0;
}
header.navopen .container .top-wrap .hamburger > .line {
  background-color: transparent;
}
header.navopen .container .top-wrap .hamburger > .line:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header.navopen .container .top-wrap .hamburger > .line:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header.navopen .container .top-wrap .go-top {
  -webkit-transform: translate(50%, 100%) !important;
  transform: translate(50%, 100%) !important;
}
header.navopen .container .top-wrap .wrap .wrap-col .links .link > a {
  color: #bbbcbc;
}
@media only screen and (min-width: 1200px) {
  header.navopen .container .top-wrap .wrap .wrap-col .links .link:hover > a {
    color: #D00000;
  }
  header.navopen .container .top-wrap .wrap .wrap-col .links .link:hover > a .icon svg path {
    fill: rgba(208, 0, 0, 0.4);
  }
}
header.navopen .container .top-wrap .wrap .wrap-col .links .link .level-two,
header.navopen .container .top-wrap .wrap .wrap-col .links .link > section {
  display: none;
}
header.navopen .container .top-wrap .main-menu {
  top: 101%;
}
header.navopen.on-scroll::before {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  height: 100vh;
}

.footer {
  background-color: #0f0f0f;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 61.25em) {
  .footer {
    padding: 50px 0 120px;
  }
}
.footer .body .logo {
  width: max-content;
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 46.25em) {
  .footer .body .logo {
    margin: 0 auto 35px auto;
  }
}
@media (min-width: 61.25em) {
  .footer .body .logo {
    margin: 0 auto 44px;
  }
}
.footer .body .logo > img {
  height: 46px;
  width: auto;
}
.footer .body .links {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 46.25em) {
  .footer .body .links {
    margin: 0 auto 35px auto;
  }
}
@media (min-width: 61.25em) {
  .footer .body .links {
    margin: 0 auto 44px;
  }
}
.footer .body .links .item {
  display: inline-block;
  margin: 20px;
}
@media (min-width: 46.25em) {
  .footer .body .links .item {
    margin: 30px;
    padding-bottom: 0;
  }
}
.footer .body .links .item .link {
  font: normal normal 300 14px/19px "Open Sans", serif;
  letter-spacing: 0.84px;
  color: #666666;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .footer .body .links .item:hover .link {
    color: #fff;
    transition: all ease-in-out 0.5s;
  }
}
.footer .body .copyright {
  text-align: center;
  font: normal normal 300 14px/16px "Open Sans", serif;
  letter-spacing: 0.84px;
  color: #666666;
  opacity: 1;
}
.footer .body .copyright a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .footer .body .copyright a:hover {
    color: #fff;
    transition: all ease-in-out 0.5s;
  }
}
.footer .body .bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 61.25em) {
  .footer .body .bottom {
    margin-top: 90px;
    gap: 0;
  }
}
.footer .body .bottom-col {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 61.25em) {
  .footer .body .bottom-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    width: 33%;
  }
}
.footer .body .bottom-col .logos {
  width: 100%;
}
.footer .body .bottom-col .logos .single-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  width: 100%;
  justify-content: center;
}
@media (min-width: 61.25em) {
  .footer .body .bottom-col .logos .single-logo {
    justify-content: start;
  }
}
.footer .body .bottom-col .logos .single-logo .text {
  text-align: left;
  font: normal normal 600 12px/17px "Open Sans", serif;
  letter-spacing: 0.72px;
  color: #666666;
  opacity: 1;
  width: max-content;
}
.footer .body .bottom-col .logos .single-logo img {
  width: 105px;
  height: auto;
}
.footer .body .bottom-col .languages {
  margin: 0 auto;
}
@media (min-width: 61.25em) {
  .footer .body .bottom-col .languages {
    margin: 0 0 0 auto;
  }
}
.footer .body .bottom-col .languages-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  gap: 10px;
  color: #666;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  z-index: 10;
  background: #151515;
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 61.25em) {
  .footer .body .bottom-col .languages-wrapper {
    padding: 0;
    position: static;
    background: none;
    width: auto;
  }
}
.footer .body .bottom-col .languages-wrapper .label {
  text-align: left;
  font: normal normal 600 12px/17px "Open Sans", serif;
  letter-spacing: 0.72px;
  color: #666666;
  opacity: 1;
  width: max-content;
}
.footer .body .bottom-col .languages-wrapper svg {
  width: 21px;
  height: 16px;
  fill: #666666;
}
.footer .body .bottom-col .socialMedia {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .body .bottom-col .socialMedia .singleSocial a {
  display: inline-block;
  margin: 0 17px;
}
@media (min-width: 61.25em) {
  .footer .body .bottom-col .socialMedia .singleSocial a {
    margin: 15px 17px;
  }
}
.footer .body .bottom-col .socialMedia .singleSocial a svg {
  display: block;
  width: 23px;
  height: auto;
}
.footer .body .bottom-col .socialMedia .singleSocial a svg path {
  transition: all ease-in-out 0.5s;
  transform-origin: center center;
  fill: #666666;
}
@media only screen and (min-width: 1200px) {
  .footer .body .bottom-col .socialMedia .singleSocial a:hover svg path {
    fill: #fff;
    transition: all ease-in-out 0.5s;
  }
}

.cookie-consent {
  background-color: transparent !important;
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  padding: 0 !important;
  position: fixed;
  right: 0;
  z-index: 999999;
  width: max-content;
  max-width: 100%;
  margin: auto;
  transform: translateY(100%);
  transition: all ease-in-out 0.5s;
  padding: 0 0 25px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .cookie-consent {
    padding: 25px !important;
  }
}
.cookie-consent.cookie-consent--visible {
  display: block;
  transform: translateY(0);
  transition: all ease-in-out 0.5s;
}
.cookie-consent .cookie-consent-body {
  padding: 10px 20px !important;
  background-color: #0F0F0F !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: max-content;
  max-width: 100% !important;
  margin: auto;
  border-radius: 2px !important;
}
@media only screen and (max-width: 991.98px) {
  .cookie-consent .cookie-consent-body {
    flex-direction: column;
    gap: 5px;
    border-radius: 0;
    padding: 10px 20px 15px 20px !important;
  }
}
.cookie-consent .cookie-consent-body .cookie-consent__message {
  text-align: left;
  font: normal normal normal 14px/24px "Open Sans", serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  margin: 0;
}
html[dir=rtl] .cookie-consent .cookie-consent-body .cookie-consent__message {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
}
.cookie-consent .cookie-consent-body .cookie-consent__message a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  font-weight: 600;
  color: #C6525F;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .cookie-consent .cookie-consent-body .cookie-consent__message a:hover {
    color: #00245D;
  }
}
@media only screen and (max-width: 991.98px) {
  .cookie-consent .cookie-consent-body .cookie-consent__message {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
}
.cookie-consent .cookie-consent-body .cookie-consent__agree {
  -webkit-appearance: none;
  background-color: #1A1A1A !important;
  border-radius: 2px !important;
  color: #fff !important;
  cursor: pointer;
  min-width: 120px;
  float: none !important;
  padding: 10px 20px !important;
  text-align: center;
  font: normal normal 500 10px/20px "Open Sans", serif;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  border: 1px solid #1A1A1A !important;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
}
html[dir=rtl] .cookie-consent .cookie-consent-body .cookie-consent__agree {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
}
@media only screen and (min-width: 1200px) {
  .cookie-consent .cookie-consent-body .cookie-consent__agree:hover {
    background: transparent linear-gradient(180deg, #FE0000 50%, #CC0000 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    border-color: #D00000 !important;
    transition: all ease-in-out 0.5s;
  }
}

.cookie-bar {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1001;
  padding: 0;
  bottom: 0;
  padding: 0 0 25px 0;
  transform: translateY(100%);
  transition: all ease-in-out 0.5s;
}
.cookie-bar--active {
  transform: translateY(0%);
  transition: all ease-in-out 0.5s;
}
.cookie-bar .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  gap: 30px;
  width: max-content;
  max-width: 100%;
  background: #fff;
  border-radius: 25px;
  margin: auto;
}
@media only screen and (max-width: 991.98px) {
  .cookie-bar .content {
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    border-radius: 5px;
  }
}
.cookie-bar .content .content-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 10px;
  gap: 9px;
}
.cookie-bar .content .content-wrapper .svg svg path {
  stroke: #00245D;
}
.cookie-bar .content .content-wrapper p {
  text-align: left;
  font: normal normal normal 14px/24px "Mukta Malar", serif;
  letter-spacing: 0px;
  color: #1A1A1A;
  opacity: 1;
  margin: 0;
}
html[dir=rtl] .cookie-bar .content .content-wrapper p {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
}
.cookie-bar .content .content-wrapper p a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  font-weight: 600;
  color: #C6525F;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .cookie-bar .content .content-wrapper p a:hover {
    color: #00245D;
  }
}
@media only screen and (max-width: 991.98px) {
  .cookie-bar .content .content-wrapper p {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
}
.cookie-bar #cookie-understand {
  -webkit-appearance: none;
  background: #C6525F;
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  min-width: 120px;
  padding: 5px 10px;
  text-align: center;
  font: normal normal normal 12px/20px "Mukta Malar", serif;
  transition: all ease-in-out 0.5s;
  text-decoration: none;
  border: 1px solid #C6525F;
}
html[dir=rtl] .cookie-bar #cookie-understand {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
}
@media only screen and (min-width: 1200px) {
  .cookie-bar #cookie-understand:hover {
    background: #F8F6F2;
    color: #C6525F;
    transition: all ease-in-out 0.5s;
  }
}

#popUp-card {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1000;
  padding: 0;
  transform: translateX(150%);
  transition: all ease-in-out 0.5s;
  background-color: #1A1A1A;
  box-shadow: -1.93px 7px 35px rgba(0, 0, 0, 0.5294117647);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -200%);
}
@media only screen and (min-width: 992px) {
  #popUp-card {
    width: 790px;
    max-width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 991.98px) {
  #popUp-card {
    width: 500px;
    max-height: calc(var(--doc-height) - 40px);
    overflow: auto;
  }
}
@media only screen and (max-width: 769px) {
  #popUp-card {
    width: 320px;
    right: calc(50% - 160px);
    bottom: 10px;
    max-height: calc(var(--doc-height) - 20px);
    overflow: auto;
  }
}
#popUp-card.popUp-card-active {
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.5s;
}
#popUp-card-close {
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
  background-color: #404040;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  #popUp-card-close {
    right: 11px;
    top: 11px;
    z-index: 99;
  }
}
#popUp-card .container-fluid {
  padding: 0;
}
#popUp-card .container-fluid .row {
  align-items: center;
  margin: 0;
}
#popUp-card .container-fluid .row div[class^=col-] {
  padding: 0;
}
#popUp-card .container-fluid .row div[class^=col-] .image-box-item {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 !important;
}
@media only screen and (max-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .image-box-item {
    max-width: 350px;
    object-fit: contain;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 30px;
}
@media only screen and (min-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 769px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper {
    padding: 20px;
    gap: 15px;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .title {
  text-align: center;
  font: normal normal 700 24px/30px "Mukta Malar", serif;
  letter-spacing: 0px;
  color: #CBB3D6;
  margin: auto;
  max-width: 90%;
  animation-delay: 0.8s !important;
}
html[dir=rtl] #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .title {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
}
@media only screen and (max-width: 991.98px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .title {
    font-size: 16px;
    line-height: 28px;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .paragraph {
  text-align: center;
  font: normal normal 400 15px/23px "Mukta Malar", serif;
  letter-spacing: 0px;
  color: #FCFCFC;
  margin: auto;
  animation-delay: 0.8s !important;
}
html[dir=rtl] #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .paragraph {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
}
@media only screen and (max-width: 991.98px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .paragraph {
    font-size: 16px;
    line-height: 28px;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper {
  background: red;
  margin: auto;
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .global-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .global-btn .text {
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .global-btn .text {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .global-btn.white {
  background: #fff;
  border-color: #fff;
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .global-btn.white .text {
  color: #D00000;
}
@media only screen and (min-width: 1200px) {
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper:hover .global-btn {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
  }
  #popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper:hover .global-btn .text {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}
#popUp-card .container-fluid .row div[class^=col-] .content-wrapper .links-wrapper .global-btn {
  width: 190px;
}
#popUp-card #cookie-understand {
  border: 1px solid #D1BA92;
  border-radius: 3px;
  padding: 0px 5px;
  width: max-content;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  min-width: 180px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  font-size: 12px;
  line-height: 44px;
  font-family: "Mukta Malar", serif;
  display: block;
  opacity: 1;
  letter-spacing: 1.04px;
  color: #fff;
  background-color: #a92d3d;
  position: relative;
  z-index: 2;
  margin: 5px auto;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  #popUp-card #cookie-understand {
    font-size: 15px;
    line-height: 52px;
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 769px) {
  #popUp-card #cookie-understand {
    font-size: 13px;
    line-height: 52px;
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #popUp-card #cookie-understand:hover {
    border-color: #a92d3d;
    background-color: #F8F6F2;
    color: #a92d3d;
    transition: all 0.3s ease;
  }
}

* {
  margin: 0;
}

:root {
  --doc-height: 100%;
}

.preloader {
  z-index: 999999;
  background-color: #222;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader-loader .logo {
  transform: perspective(500px) rotateY(-42deg);
  -webkit-transform: perspective(500px) rotateY(-42deg);
  -moz-transform: perspective(500px) rotateY(-42deg);
  -ms-transform: perspective(500px) rotateY(-42deg);
  -o-transform: perspective(500px) rotateY(-42deg);
  animation-name: rotate-windows;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 992px) {
  .preloader-loader .logo {
    width: 120px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .preloader-loader .logo {
    width: 80px;
    margin: 0 auto;
  }
}
.preloader-loader .logo img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -15px;
  padding: 0;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .slick-slider .slick-list {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 769px) {
  .slick-slider .slick-list {
    margin: 0px -7px;
  }
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list .slick-slide {
  margin: 0px 15px;
  overflow: hidden;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .slick-slider .slick-list .slick-slide {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 769px) {
  .slick-slider .slick-list .slick-slide {
    margin: 0px 7px;
  }
}
.slick-slider .slick-list .slick-slide .img-box:after {
  display: none;
}
.slick-slider .slick-list .slick-slide img {
  width: 100%;
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: flex;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.arrows-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  margin-left: auto;
}
@media only screen and (max-width: 991.98px) {
  .arrows-wrapper {
    width: 80px;
  }
}
.arrows-wrapper button {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .arrows-wrapper button {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .arrows-wrapper button:hover svg rect {
    fill: #be8b40;
    transition: all ease-in-out 0.5s;
  }
  .arrows-wrapper button:hover svg g path {
    fill: #2a2a36;
    transition: all ease-in-out 0.5s;
  }
}
.arrows-wrapper button svg {
  display: block;
  width: 100%;
}
.arrows-wrapper button svg rect {
  transition: all ease-in-out 0.5s;
}
.arrows-wrapper button svg g path {
  transition: all ease-in-out 0.5s;
}
.arrows-wrapper button.next {
  transform: rotateZ(180deg) !important;
  transform-origin: center center !important;
}

.slick-dots {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: max-content;
  max-width: 90%;
}
.slick-dots li {
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 0;
  width: 15px;
  height: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
}
.slick-dots li.slick-active {
  border-color: #fff;
  transition: all ease-in-out 0.5s;
}
.slick-dots li button {
  font-size: 0;
  outline: 0;
  background: #fff;
  border: 1px solid transparent;
  width: 4px;
  height: 4px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D00000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #D00000;
}

.error {
  margin: auto;
  width: 100%;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/new/home-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.error-content {
  width: 900px;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100vh;
}
.error-content .title {
  text-align: center;
  font: normal normal 800 90px/1 "Open Sans", serif;
  letter-spacing: 0px;
  color: #fff;
  animation-delay: 0.6s !important;
}
html[dir=rtl] .error-content .title {
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .error-content .title {
    font-size: 52px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .error-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .error-content .title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 769px) {
  .error-content .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.error-content .description {
  text-align: center;
  font: normal normal 400 36px/50px "Open Sans", serif;
  letter-spacing: 0px;
  color: #C9C9C9;
}
html[dir=rtl] .error-content .description {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .error-content .description {
    font-size: 32px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .error-content .description {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 769px) {
  .error-content .description {
    font-size: 24px;
    line-height: 34px;
  }
}
.error-content .btn-wrapper .global-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}
.error-content .btn-wrapper .global-btn .text {
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] .error-content .btn-wrapper .global-btn .text {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
.error-content .btn-wrapper .global-btn.white {
  background: #fff;
  border-color: #fff;
}
.error-content .btn-wrapper .global-btn.white .text {
  color: #D00000;
}
@media only screen and (min-width: 1200px) {
  .error-content .btn-wrapper:hover .global-btn {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
  }
  .error-content .btn-wrapper:hover .global-btn .text {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}

.container {
  overflow: hidden;
}

.container {
  width: 1330px;
  max-width: 100%;
}

html[dir=rtl] a[href^="tel:"] span {
  direction: ltr;
  display: inline-block;
}

.insidePages-speace {
  padding-top: 150px;
}
@media (min-width: 46.25em) {
  .insidePages-speace {
    padding-top: 180px;
  }
}
@media (min-width: 61.25em) {
  .insidePages-speace {
    padding-top: 240px;
  }
}
.insidePages-speace .pageTitle .text {
  text-align: center;
  font: normal normal 600 28px/38px "Open Sans", serif;
  letter-spacing: 1.51px;
  color: #0F0F0F;
  text-decoration: none;
  animation-delay: 0.6s !important;
  margin: 0 auto 50px;
}
html[dir=rtl] .insidePages-speace .pageTitle .text {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .insidePages-speace .pageTitle .text {
    font-size: 22px;
    line-height: 27px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px auto 40px;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item.disabled {
  opacity: 0;
  display: none;
}
.pagination .page-item.disabled .page-link {
  color: #ccc;
  pointer-events: none;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.pagination .page-item.active .page-link {
  background-color: #d10000;
  color: #fff;
  border: 1px solid #d10000;
}
.pagination .page-item .page-link {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  font-family: "Open Sans", serif;
}
.pagination .page-item .page-link:hover {
  background-color: #d10000;
  color: #fff;
}

.introsSection-topbar {
  z-index: 999;
  position: absolute;
  top: 0;
  left: auto;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 61.24em) {
  .introsSection-topbar {
    display: none;
  }
}
.introsSection-topbar .container {
  overflow: visible;
}
.introsSection-topbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin: 15px auto;
}
.introsSection-topbar-wrapper .link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.introsSection-topbar-wrapper .link img {
  width: 80px;
  height: auto;
}
.introsSection-topbar-wrapper .link span {
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #1A1A1A;
  opacity: 1;
}
.introsSection-topbar-wrapper .dropdown {
  position: relative;
}
.introsSection-topbar-wrapper .dropdown.openDropdown:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
.introsSection-topbar-wrapper .dropdown.openDropdown .dropdown-text > .icon {
  -webkit-transform: rotate(-180deg) scale(1);
  transform: rotate(-180deg) scale(1);
}
.introsSection-topbar-wrapper .dropdown.openDropdown .dropdown-content {
  display: block;
}
.introsSection-topbar-wrapper .dropdown-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #1A1A1A;
  opacity: 1;
  z-index: 55;
  position: relative;
  cursor: pointer;
}
.introsSection-topbar-wrapper .dropdown-text > .icon {
  width: 12px;
  display: block;
  margin: auto;
}
.introsSection-topbar-wrapper .dropdown-text > .icon > svg {
  width: 100%;
  fill: #1A1A1A;
  transform: rotateX(180deg);
  height: auto;
  display: block;
}
.introsSection-topbar-wrapper .dropdown-content {
  overflow: visible;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#ebebeb)), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #ebebeb), linear-gradient(#fafafa, #fafafa);
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  z-index: 1;
  padding: 15px 30px;
  margin-top: 17px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.introsSection-topbar-wrapper .dropdown-content:before {
  content: "";
  position: absolute;
  top: -7px;
  right: 25px;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fafafa transparent;
}
.introsSection-topbar-wrapper .dropdown-content ul li a {
  font: normal normal 600 12px/19px "Open Sans", serif;
  letter-spacing: 0.77px;
  color: #0F0F0F;
  opacity: 1;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 15px 0 !important;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .introsSection-topbar-wrapper .dropdown-content ul li a:hover {
    color: #D00000;
  }
}
.introsSection-wrapper {
  position: relative;
}
.introsSection-wrapper .image {
  position: relative;
}
.introsSection-wrapper .image img {
  display: block;
  aspect-ratio: 32/15;
  width: 100%;
  height: auto;
  min-height: 75vh;
  object-fit: cover;
}
.introsSection-wrapper .image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.introsSection-wrapper .container {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, 0);
}
.introsSection-wrapper .container .content .title {
  text-align: left;
  font: normal normal 600 45px/1.2 "Open Sans", serif;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1199.98px) {
  .introsSection-wrapper .container .content .title {
    font-size: 35px;
    margin: 0 0 25px 0;
  }
}
.introsSection-wrapper .container .content .description {
  text-align: left;
  font: normal normal 300 18px/24px "Open Sans", serif;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  animation-delay: 0.3s !important;
  margin: 0 0 20px 0;
}
html[dir=rtl] .introsSection-wrapper .container .content .description {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .introsSection-wrapper .container .content .description {
    margin: 0 0 25px 0;
  }
}
.introsSection-wrapper .container .content .button .global-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}
.introsSection-wrapper .container .content .button .global-btn .text {
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] .introsSection-wrapper .container .content .button .global-btn .text {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
.introsSection-wrapper .container .content .button .global-btn.white {
  background: #fff;
  border-color: #fff;
}
.introsSection-wrapper .container .content .button .global-btn.white .text {
  color: #D00000;
}
@media only screen and (min-width: 1200px) {
  .introsSection-wrapper .container .content .button:hover .global-btn {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
  }
  .introsSection-wrapper .container .content .button:hover .global-btn .text {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .introsSection-wrapper .container .content .button .global-btn {
    margin: 0 0 0 auto;
  }
}

#page-home .introsSection-topbar-wrapper .link img {
  filter: brightness(0) invert(1);
}
#page-home .introsSection-topbar-wrapper .link span {
  color: #fff;
}
#page-home .introsSection-topbar-wrapper .dropdown-text {
  color: #fff;
}
#page-home .introsSection-topbar-wrapper .dropdown-text > .icon > svg {
  fill: #fff;
}

.bikes-list {
  padding: 90px 0;
}
.bikes-list .single-bike {
  width: 100%;
  display: none;
}
.bikes-list .single-bike:not(:last-of-type) {
  margin-bottom: 60px;
}
.bikes-list .single-bike-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 12px 0px;
  width: 100%;
}
.bikes-list .single-bike-row .bike-main-line {
  height: 3px;
  display: block;
  width: 100%;
  background: #E1E1E1;
  border-radius: 50px;
  margin: 0 0 30px 0;
  flex: 0 0 100%;
  position: relative;
  display: none;
}
.bikes-list .single-bike-row .bike-main-line .red {
  background: #D00000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
}
.bikes-list .single-bike-row .bike-row-line {
  height: 3px;
  display: block;
  width: 100%;
  background: #D00000;
  border-radius: 50px;
  margin: 0 0 30px 0;
  flex: 0 0 100%;
  /* flex-grow, flex-shrink, flex-basis */
}
.bikes-list .single-bike-row .bike-row-line .line-content.to_text_load {
  width: 100%;
}
.bikes-list .single-bike-row .bike-row-main {
  position: relative;
  height: 100%;
}
.bikes-list .single-bike-row .bike-row-main .bike-badge {
  background: #D00000;
  opacity: 1;
  font: normal normal 600 12px/15px "Open Sans", serif;
  letter-spacing: 0.96px;
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 20;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 13px;
}
.bikes-list .single-bike-row .bike-row-main .bike-image {
  position: relative;
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box.slide-right:after {
  height: 0;
  transition: all ease-in-out 1.6s;
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 161/100;
  object-fit: cover;
  display: block;
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fafafa;
  transform-origin: top;
  z-index: 5;
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box .img-info {
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box .img-info:after {
  content: "";
  position: absolute;
  right: 0px;
  height: calc(100% - 80px);
  border-right: 1px solid rgb(250, 250, 250);
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box .img-info .single-info-value {
  display: block;
  text-align: left;
  font: normal normal 400 16px/22px "Open Sans", serif;
  letter-spacing: 0;
  color: #fff;
}
.bikes-list .single-bike-row .bike-row-main .bike-image .img-box .img-info .single-info-label {
  display: block;
  text-align: left;
  font: normal normal 400 12px/17px "Open Sans", serif;
  letter-spacing: 0;
  color: #fff;
}
.bikes-list .single-bike-row .bike-row-main .bike-title {
  text-align: left;
  font: normal normal 600 18px/24px "Open Sans", serif;
  letter-spacing: 1.44px;
  color: #19140F;
  text-decoration: none;
  animation-delay: 0.6s !important;
  width: 50%;
  margin: 12px 5px 40px;
}
html[dir=rtl] .bikes-list .single-bike-row .bike-row-main .bike-title {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .bikes-list .single-bike-row .bike-row-main .bike-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.bikes-list .single-bike-row .bike-row-main .bike-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.bikes-list .single-bike-row .bike-row-main .bike-line .line-content {
  height: 3px;
  display: block;
  width: 0;
  background: #D00000;
  border-radius: 50px;
}
.bikes-list .single-bike-row .bike-row-main .bike-line .line-content.to_text_load {
  width: 100%;
}
.bikes-list .single-bike-row .bike-row-image {
  width: 55%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .bikes-list .single-bike-row .bike-row-image {
    width: 100%;
  }
}
.bikes-list .single-bike-row .bike-row-image .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bikes-list .single-bike-row .bike-row-image .img-box.slide-right:after {
  height: 0;
  transition: all ease-in-out 1.6s;
}
.bikes-list .single-bike-row .bike-row-image .img-box img {
  width: 100%;
  height: 100%;
  aspect-ratio: 523/260;
  object-fit: cover;
  display: block;
}
.bikes-list .single-bike-row .bike-row-image .img-box:before {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bikes-list .single-bike-row .bike-row-image .img-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fafafa;
  transform-origin: top;
  z-index: 5;
}
.bikes-list .single-bike-row .bike-row-image .img-box .img-info {
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
}
.bikes-list .single-bike-row .bike-row-image .img-box .img-info:after {
  content: "";
  position: absolute;
  right: 0px;
  height: calc(100% - 80px);
  border-right: 1px solid rgb(250, 250, 250);
}
.bikes-list .single-bike-row .bike-row-image .img-box .img-info .single-info-value {
  display: block;
  text-align: left;
  font: normal normal 400 16px/22px "Open Sans", serif;
  letter-spacing: 0;
  color: #fff;
}
.bikes-list .single-bike-row .bike-row-image .img-box .img-info .single-info-label {
  display: block;
  text-align: left;
  font: normal normal 400 12px/17px "Open Sans", serif;
  letter-spacing: 0;
  color: #fff;
}
.bikes-list .single-bike-row .bike-row-content {
  width: 45%;
  position: relative;
  padding: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .bikes-list .single-bike-row .bike-row-content {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .bikes-list .single-bike-row .bike-row-content {
    width: 100%;
    gap: 20px;
  }
}
.bikes-list .single-bike-row .bike-row-content .top .title {
  font: normal normal 600 22px/30px "Open Sans", serif;
  letter-spacing: 1.58px;
  color: #0F0F0F;
  opacity: 1;
  margin: 0 0 8px 0;
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .bikes-list .single-bike-row .bike-row-content .top .title {
    font-size: 20px;
  }
}
.bikes-list .single-bike-row .bike-row-content .top .description {
  text-align: left;
  font: normal normal normal 16px/22px "Open Sans", serif;
  letter-spacing: 0px;
  color: #19140F;
  opacity: 1;
}
.bikes-list .single-bike-row .bike-row-content .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 0;
}
.bikes-list .single-bike-row .bike-row-content .buttons .button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.bikes-list .single-bike-row .bike-row-content .buttons .button .global-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}
.bikes-list .single-bike-row .bike-row-content .buttons .button .global-btn .text {
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] .bikes-list .single-bike-row .bike-row-content .buttons .button .global-btn .text {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
.bikes-list .single-bike-row .bike-row-content .buttons .button .global-btn.white {
  background: #fff;
  border-color: #fff;
}
.bikes-list .single-bike-row .bike-row-content .buttons .button .global-btn.white .text {
  color: #D00000;
}
@media only screen and (min-width: 1200px) {
  .bikes-list .single-bike-row .bike-row-content .buttons .button:hover .global-btn {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
  }
  .bikes-list .single-bike-row .bike-row-content .buttons .button:hover .global-btn .text {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}
.bikes-list .single-bike-row .bike-row-content .buttons .button .global-btn {
  width: 140px;
  padding: 11px 10px;
}
.bikes-list .single-bike-row .lhs {
  width: calc(25% - 15px);
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .bikes-list .single-bike-row .lhs {
    width: calc(40% - 15px);
  }
}
@media only screen and (max-width: 769px) {
  .bikes-list .single-bike-row .lhs {
    width: 100%;
  }
}
.bikes-list .single-bike-row .rhs {
  width: calc(75% - 15px);
  display: flex;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .bikes-list .single-bike-row .rhs {
    width: calc(60% - 15px);
    flex-direction: column;
  }
}
@media only screen and (max-width: 769px) {
  .bikes-list .single-bike-row .rhs {
    width: 100%;
    flex-direction: column;
  }
}
.bikes-list .bikes-button {
  margin: auto;
  overflow: hidden;
}
.bikes-list .bikes-button .global-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}
.bikes-list .bikes-button .global-btn .text {
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] .bikes-list .bikes-button .global-btn .text {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
.bikes-list .bikes-button .global-btn.white {
  background: #fff;
  border-color: #fff;
}
.bikes-list .bikes-button .global-btn.white .text {
  color: #D00000;
}
@media only screen and (min-width: 1200px) {
  .bikes-list .bikes-button:hover .global-btn {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
  }
  .bikes-list .bikes-button:hover .global-btn .text {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}

.cards-list {
  padding: 90px 0;
}
.cards-list-wrapper {
  width: 100%;
}
@media (min-width: 46.25em) {
  .cards-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
.cards-list-wrapper .single-card {
  position: relative;
  overflow: hidden;
  display: block;
}
.cards-list-wrapper .single-card-image {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .cards-list-wrapper .single-card-image {
    margin: 0px auto;
    padding: 0;
  }
}
.cards-list-wrapper .single-card-image .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cards-list-wrapper .single-card-image .img-box.slide-right:after {
  height: 0;
  transition: all ease-in-out 1.6s;
}
.cards-list-wrapper .single-card-image .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 10/7;
  object-fit: cover;
  display: block;
}
.cards-list-wrapper .single-card-image .img-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fafafa;
  transform-origin: top;
}
.cards-list-wrapper .single-card-image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cards-list-wrapper .single-card-content {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  color: #fafafa;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  padding: 0 25px;
}
.cards-list-wrapper .single-card-content-category {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font: normal normal 600 12px/15px "Open Sans", serif;
  letter-spacing: 0.86px;
  color: #fff;
  opacity: 1;
}
.cards-list-wrapper .single-card-content-title {
  text-align: center;
  font: normal normal 600 24px/28px "Open Sans", serif;
  letter-spacing: 1.51px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1.5em;
  display: block;
}
html[dir=rtl] .cards-list-wrapper .single-card-content-title {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cards-list-wrapper .single-card-content-title {
    font-size: 21px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .cards-list-wrapper .single-card-content-title {
    font-size: 19px;
    line-height: 24px;
  }
}
.cards-list-wrapper .single-card-content-button .global-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}
.cards-list-wrapper .single-card-content-button .global-btn .text {
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] .cards-list-wrapper .single-card-content-button .global-btn .text {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
.cards-list-wrapper .single-card-content-button .global-btn.white {
  background: #fff;
  border-color: #fff;
}
.cards-list-wrapper .single-card-content-button .global-btn.white .text {
  color: #D00000;
}
@media only screen and (min-width: 1200px) {
  .cards-list-wrapper .single-card-content-button:hover .global-btn {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
  }
  .cards-list-wrapper .single-card-content-button:hover .global-btn .text {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}
.cards-list-wrapper .single-card-content-button .global-btn {
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .cards-list-wrapper .single-card:hover .single-card-image:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cards-list-wrapper .single-card:hover .single-card-content {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
}

.message-card {
  padding: 90px 0;
}
.message-card .image {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .message-card .image {
    margin: 0px auto;
    padding: 0;
  }
}
.message-card .image .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.message-card .image .img-box.slide-right:after {
  height: 0;
  transition: all ease-in-out 1.6s;
}
.message-card .image .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 223/100;
  object-fit: cover;
}
.message-card .image .img-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fafafa;
  transform-origin: top;
}
@media only screen and (min-width: 1200px) {
  .message-card .image .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 65px 85px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .message-card .image .content {
    height: auto;
    padding: 25px 0 0 0;
  }
}
.message-card .image .content-wrapper {
  position: relative;
  height: 100%;
}
@media (min-width: 61.25em) {
  .message-card .image .content-wrapper {
    width: 40%;
  }
}
@media (min-width: 68.75em) {
  .message-card .image .content-wrapper {
    width: 35%;
  }
}
.message-card .image .content-wrapper .title {
  text-align: left;
  font: normal normal 600 21px/28px "Open Sans", serif;
  letter-spacing: 1.51px;
  color: #fff;
  text-decoration: none;
  animation-delay: 0.6s !important;
}
html[dir=rtl] .message-card .image .content-wrapper .title {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .message-card .image .content-wrapper .title {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .message-card .image .content-wrapper .title {
    margin: 0 0 30px 0;
    color: #19140F;
    font-size: 19px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1200px) {
  .message-card .image .content-wrapper .btn-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.message-card .image .content-wrapper .btn-wrapper .global-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 15px;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}
.message-card .image .content-wrapper .btn-wrapper .global-btn .text {
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] .message-card .image .content-wrapper .btn-wrapper .global-btn .text {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
.message-card .image .content-wrapper .btn-wrapper .global-btn.white {
  background: #fff;
  border-color: #fff;
}
.message-card .image .content-wrapper .btn-wrapper .global-btn.white .text {
  color: #D00000;
}
@media only screen and (min-width: 1200px) {
  .message-card .image .content-wrapper .btn-wrapper:hover .global-btn {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
  }
  .message-card .image .content-wrapper .btn-wrapper:hover .global-btn .text {
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}

.card-box-section-wrapper {
  background: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 1199.98px) {
  .card-box-section-wrapper {
    flex-direction: column;
  }
}
.card-box-section-wrapper .text {
  width: 50%;
  background: #fff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .card-box-section-wrapper .text {
    width: 100%;
  }
}
.card-box-section-wrapper .text .title {
  text-align: left;
  font: normal normal 600 21px/28px "Open Sans", serif;
  letter-spacing: 1.51px;
  color: #0F0F0F;
  text-decoration: none;
  animation-delay: 0.6s !important;
}
html[dir=rtl] .card-box-section-wrapper .text .title {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .card-box-section-wrapper .text .title {
    font-size: 19px;
    line-height: 27px;
  }
}
.card-box-section-wrapper .text .description {
  text-align: left;
  font: normal normal 400 18px/24px "Open Sans", serif;
  letter-spacing: 0;
  color: #19140F;
  text-decoration: none;
  animation-delay: 0.6s !important;
}
html[dir=rtl] .card-box-section-wrapper .text .description {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .card-box-section-wrapper .text .description {
    font-size: 16px;
    line-height: 22px;
  }
}
.card-box-section-wrapper .text .page-link {
  font: normal normal 600 14px/19px "Open Sans", serif;
  letter-spacing: 0.77px;
  color: #D00000;
  text-decoration: none;
  animation-delay: 0.6s !important;
}
html[dir=rtl] .card-box-section-wrapper .text .page-link {
  font-family: "IBM Plex Sans Arabic", serif;
  text-align: center;
}
@media only screen and (max-width: 1199.98px) {
  .card-box-section-wrapper .text .page-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.card-box-section-wrapper .image {
  width: 50%;
}
@media only screen and (max-width: 1199.98px) {
  .card-box-section-wrapper .image {
    width: 100%;
  }
}
.card-box-section-wrapper .image .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card-box-section-wrapper .image .img-box.slide-right:after {
  width: 0;
  transition: all ease-in-out 1.6s;
}
.card-box-section-wrapper .image .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 13/5;
  object-fit: cover;
}
.card-box-section-wrapper .image .img-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  transform-origin: top;
}

.news-section {
  padding: 90px 0;
}
.news-section .news-slider {
  overflow: hidden;
}
.news-section .news-slider .slick-list {
  margin: 0 -18px;
  /* Adjust to offset the slide margin */
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .news-section .news-slider .slick-list {
    padding: 0 20% 0 0;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .news-section .news-slider .slick-list {
    padding: 0 20% 0 0;
  }
}
@media only screen and (max-width: 769px) {
  .news-section .news-slider .slick-list {
    padding: 0 20% 0 0;
  }
}
.news-section .news-slider .slick-list .slick-slide {
  margin: 0 18px;
  /* Adjust spacing as needed */
}
.news-section .news-slider .slick-list .slick-slide .news-card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 0px;
  min-height: 100%;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.news-section .news-slider .slick-list .slick-slide .news-card-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-section .news-slider .slick-list .slick-slide .news-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 19/10;
  transition: all ease-in-out 0.5s;
  object-fit: cover;
}
.news-section .news-slider .slick-list .slick-slide .news-card-image .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(208, 0, 0, 0.53);
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.news-section .news-slider .slick-list .slick-slide .news-card-image .overlay a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico/plus.png?V=1.01) no-repeat center center;
}
.news-section .news-slider .slick-list .slick-slide .news-card-bottom {
  background: #fff;
  padding: 20px 30px 60px 30px;
}
.news-section .news-slider .slick-list .slick-slide .news-card-bottom .news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-section .news-slider .slick-list .slick-slide .news-card-bottom .news-category a {
  text-align: left;
  font: normal normal 400 16px/22px "Open Sans", serif;
  letter-spacing: 0px;
  color: #19140F;
  opacity: 1;
  text-decoration: none;
}
.news-section .news-slider .slick-list .slick-slide .news-card-bottom .news-title {
  text-align: left;
  font: normal normal 400 18px/21px "Open Sans", serif;
  letter-spacing: 0.18px;
  color: #19140F;
  opacity: 1;
  margin: 20px 0 0 0;
}
.news-section .news-slider .slick-list .slick-slide .news-card-bottom .news-title a {
  color: #19140F;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
.news-section .news-slider .slick-list .slick-slide .news-card:hover .news-card-image .overlay {
  opacity: 1;
}
.news-section .news-slider .slick-list .slick-slide .news-card:hover .news-card-image img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.news-section .news-slider .slick-list .slick-slide .news-card:hover .news-card-bottom .news-title a {
  transition: all ease-in-out 0.5s;
  color: #D00000;
}

.newsPage-intro {
  margin: 40px 0;
}
.newsPage-intro .d-utility-bar__item {
  display: inline-block;
  margin-right: 20px;
  font-family: "Open Sans", serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  margin-bottom: 30px;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 1200px) {
  .newsPage-intro .d-utility-bar__item:hover {
    color: #0F0F0F;
    transition: all ease-in-out 0.5s;
  }
}
.newsPage-intro__title {
  display: block;
  margin-bottom: 30px;
  font-family: "Open Sans", serif;
  font-weight: 500;
  font-size: 24px;
  color: #0F0F0F;
}
@media (min-width: 46.25em) {
  .newsPage-intro__title {
    font-size: 48px;
  }
}
.newsPage-intro__meta {
  display: flex;
  flex-wrap: wrap;
  color: rgb(102, 102, 102);
  font-family: "Open Sans", serif;
  font-weight: 400;
  text-transform: uppercase;
  gap: 15px;
}
.newsPage-intro__meta span {
  display: flex-item;
  text-align: -webkit-match-parent;
}
.newsPage-intro__meta span a {
  display: inline-block;
  font-family: "Open Sans", serif;
  font-weight: 400;
  margin-left: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  margin: 0 15px;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 1200px) {
  .newsPage-intro__meta span a:hover {
    color: #0F0F0F;
    transition: all ease-in-out 0.5s;
  }
}
.newsPage-intro .new-item-shar {
  margin: 15px 0 0 0;
}
.newsPage-image .image {
  width: 100%;
}
.newsPage-image .image .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newsPage-image .image .img-box.slide-right:after {
  width: 0;
  transition: all ease-in-out 1.6s;
}
.newsPage-image .image .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 13/5;
  object-fit: cover;
}
.newsPage-image .image .img-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  transform-origin: top;
}
.newsPage-body {
  margin: 40px 0;
}
.newsPage-body__content {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 900px;
  max-width: 100%;
  margin: auto;
  text-align: justify;
}
@media (min-width: 46.25em) {
  .newsPage-body__content {
    font-size: 18px;
  }
}
.newsPage-body__content p {
  margin-bottom: 20px;
}

.newsList-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsList-wrapper .single-news {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
  max-width: 100%;
  width: 100%;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (min-width: 46.25em) {
  .newsList-wrapper .single-news {
    max-width: calc((100% - 44px) / 2);
    margin: 0 44px 44px 0;
  }
  .newsList-wrapper .single-news:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 68.75em) {
  .newsList-wrapper .single-news {
    max-width: calc((100% - 88px) / 3);
    margin: 0 44px 44px 0;
  }
  .newsList-wrapper .single-news:nth-child(2n) {
    margin-right: 44px;
  }
  .newsList-wrapper .single-news:nth-child(3n) {
    margin-right: 0;
  }
}
.newsList-wrapper .single-news .news-card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 0px;
  min-height: 100%;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.newsList-wrapper .single-news .news-card-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.newsList-wrapper .single-news .news-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 19/10;
  transition: all ease-in-out 0.5s;
  object-fit: cover;
}
.newsList-wrapper .single-news .news-card-image .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(208, 0, 0, 0.53);
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.newsList-wrapper .single-news .news-card-image .overlay a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico/plus.png?V=1.01) no-repeat center center;
}
.newsList-wrapper .single-news .news-card-bottom {
  background: #fff;
  padding: 20px 30px 60px 30px;
}
.newsList-wrapper .single-news .news-card-bottom .news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.newsList-wrapper .single-news .news-card-bottom .news-category a {
  text-align: left;
  font: normal normal 400 16px/22px "Open Sans", serif;
  letter-spacing: 0px;
  color: #19140F;
  opacity: 1;
  text-decoration: none;
}
.newsList-wrapper .single-news .news-card-bottom .news-title {
  text-align: left;
  font: normal normal 400 18px/21px "Open Sans", serif;
  letter-spacing: 0.18px;
  color: #19140F;
  opacity: 1;
  margin: 20px 0 0 0;
}
.newsList-wrapper .single-news .news-card-bottom .news-title a {
  color: #19140F;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
.newsList-wrapper .single-news .news-card:hover .news-card-image .overlay {
  opacity: 1;
}
.newsList-wrapper .single-news .news-card:hover .news-card-image img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.newsList-wrapper .single-news .news-card:hover .news-card-bottom .news-title a {
  transition: all ease-in-out 0.5s;
  color: #D00000;
}

.aboutUsPage-image .image {
  width: 100%;
}
.aboutUsPage-image .image .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.aboutUsPage-image .image .img-box.slide-right:after {
  width: 0;
  transition: all ease-in-out 1.6s;
}
.aboutUsPage-image .image .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 13/5;
  object-fit: cover;
}
.aboutUsPage-image .image .img-box:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  transform-origin: top;
}
.aboutUsPage-body {
  margin: 40px 0;
}
.aboutUsPage-body__title {
  display: block;
  margin-bottom: 30px;
  font-family: "Open Sans", serif;
  font-weight: 500;
  font-size: 24px;
  color: #0F0F0F;
  text-align: center;
}
@media (min-width: 46.25em) {
  .aboutUsPage-body__title {
    font-size: 48px;
  }
}
.aboutUsPage-body__content {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 900px;
  max-width: 100%;
  margin: auto;
  text-align: justify;
}
@media (min-width: 46.25em) {
  .aboutUsPage-body__content {
    font-size: 18px;
  }
}
.aboutUsPage-body__content p {
  margin-bottom: 20px;
}

.newsList-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsList-wrapper .single-news {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
  max-width: 100%;
  width: 100%;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (min-width: 46.25em) {
  .newsList-wrapper .single-news {
    max-width: calc((100% - 44px) / 2);
    margin: 0 44px 44px 0;
  }
  .newsList-wrapper .single-news:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 68.75em) {
  .newsList-wrapper .single-news {
    max-width: calc((100% - 88px) / 3);
    margin: 0 44px 44px 0;
  }
  .newsList-wrapper .single-news:nth-child(2n) {
    margin-right: 44px;
  }
  .newsList-wrapper .single-news:nth-child(3n) {
    margin-right: 0;
  }
}
.newsList-wrapper .single-news .news-card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 17px 0px;
  min-height: 100%;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.newsList-wrapper .single-news .news-card-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.newsList-wrapper .single-news .news-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 19/10;
  transition: all ease-in-out 0.5s;
  object-fit: cover;
}
.newsList-wrapper .single-news .news-card-image .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(208, 0, 0, 0.53);
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.newsList-wrapper .single-news .news-card-image .overlay a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico/plus.png?V=1.01) no-repeat center center;
}
.newsList-wrapper .single-news .news-card-bottom {
  background: #fff;
  padding: 20px 30px 60px 30px;
}
.newsList-wrapper .single-news .news-card-bottom .news-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.newsList-wrapper .single-news .news-card-bottom .news-category a {
  text-align: left;
  font: normal normal 400 16px/22px "Open Sans", serif;
  letter-spacing: 0px;
  color: #19140F;
  opacity: 1;
  text-decoration: none;
}
.newsList-wrapper .single-news .news-card-bottom .news-title {
  text-align: left;
  font: normal normal 400 18px/21px "Open Sans", serif;
  letter-spacing: 0.18px;
  color: #19140F;
  opacity: 1;
  margin: 20px 0 0 0;
}
.newsList-wrapper .single-news .news-card-bottom .news-title a {
  color: #19140F;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
.newsList-wrapper .single-news .news-card:hover .news-card-image .overlay {
  opacity: 1;
}
.newsList-wrapper .single-news .news-card:hover .news-card-image img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.newsList-wrapper .single-news .news-card:hover .news-card-bottom .news-title a {
  transition: all ease-in-out 0.5s;
  color: #D00000;
}

.textPage-intro {
  margin: 40px 0;
}
.textPage-intro__title {
  display: block;
  margin-bottom: 30px;
  font-family: "Open Sans", serif;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #0F0F0F;
}
@media (min-width: 46.25em) {
  .textPage-intro__title {
    font-size: 48px;
  }
}
.textPage-body {
  margin: 40px 0;
}
.textPage-body__content {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: justify;
}
@media (min-width: 46.25em) {
  .textPage-body__content {
    font-size: 18px;
  }
}
.textPage-body__content p {
  margin-bottom: 20px;
}

.location-page {
  padding-bottom: 40px;
}
.location-page .location-content {
  text-align: center;
  margin: 0 0 44px 0;
}
@media (min-width: 46.25em) {
  .location-page .location-content {
    text-align: left;
  }
}
.location-page .location-content .location-title {
  font-family: "Open Sans", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 14px;
  text-align: center;
}
@media (min-width: 46.25em) {
  .location-page .location-content .location-title {
    text-align: left;
    max-width: 560px;
  }
}
.location-page .location-content .location-number, .location-page .location-content .location-description {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #0f0f0f;
  text-align: center;
  font-family: "Open Sans", serif;
}
@media (min-width: 46.25em) {
  .location-page .location-content .location-number, .location-page .location-content .location-description {
    font-size: 14px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .location-page .location-content .location-number:hover {
    color: #D00000;
  }
}
.location-page .services-title {
  font-family: "Open Sans", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 14px;
  text-align: left;
}
@media (min-width: 46.25em) {
  .location-page .services-title {
    max-width: 560px;
  }
}
.location-page .services-list ul {
  padding-left: 20px;
}
.location-page .services-list ul li {
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.14;
  margin-top: 11px;
  color: #0f0f0f;
  position: relative;
  font-family: "Open Sans", serif;
}
.location-page .services-list ul li > svg {
  width: 12px;
  height: auto;
  display: block;
  position: absolute;
  top: 3px;
  left: -20px;
  fill: #0f0f0f;
}
.location-page .openingHours {
  margin: 0 0 44px 0;
}
.location-page .openingHours-title {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #0f0f0f;
}
.location-page .openingHours-list {
  margin: 30px 0;
}
.location-page .openingHours-list .single-row {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin: 0 0 19px 0;
  display: flex;
}
.location-page .openingHours-list .single-row .day {
  font-family: "Open Sans", serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.14;
  color: #666;
  width: 100px;
  text-align: left;
}
.location-page .openingHours-list .single-row .time {
  font-family: "Open Sans", serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 1.1px;
  color: #0f0f0f;
  width: calc(100% - 100px);
  text-align: left;
  white-space: nowrap;
  margin: 0 10px 0 10px;
  display: inline-block;
  min-width: 73px;
}
.location-page .map {
  width: 100%;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.05);
  margin: 0 0 44px 0;
}
.location-page .map-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.location-page .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contactPage {
  margin: 0 0 85px 0;
}
@media only screen and (max-width: 991.98px) {
  .contactPage {
    margin: 0 0 35px 0;
  }
}
.contactPage .custom-row {
  margin: 0;
}
.contactPage .contact-title {
  display: block;
  margin-bottom: 30px;
  font-family: "Open Sans", serif;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
  color: #0F0F0F;
}
@media (min-width: 46.25em) {
  .contactPage .contact-title {
    font-size: 20px;
  }
}
.contactPage .contactInfo {
  background: linear-gradient(214.98deg, #ffffff 0%, #ffffff 100%);
  padding: 45px 30px;
  border-radius: 8px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1000px) {
  .contactPage .contactInfo {
    margin: 0px 0 0 50px;
    padding: 45px;
  }
}
.contactPage .contacts-list .single-contact {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
@media only screen and (max-width: 575.98px) {
  .contactPage .contacts-list .single-contact {
    flex: 1 1 100%;
  }
}
.contactPage .contacts-list .single-contact .icon svg {
  width: 25px;
  height: 25px;
  display: block;
}
.contactPage .contacts-list .single-contact .content-title {
  font: normal normal 500 12px/22px "Open Sans", serif;
  letter-spacing: 0;
  color: #121212;
  opacity: 1;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  animation-delay: 0.8s !important;
}
html[dir=rtl] .contactPage .contacts-list .single-contact .content-title {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
.contactPage .contacts-list .single-contact .content-title.map {
  font-weight: 400;
}
html[dir=rtl] .contactPage .contacts-list .single-contact .content-title {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
}
.contactPage .contacts-list .single-contact .content-value {
  font: normal normal 400 18px/20px "Open Sans", serif;
  letter-spacing: 0px;
  color: #121212;
  display: block;
  text-decoration: none;
  animation-delay: 0.8s !important;
  transition: all ease-in-out 0.5s;
}
.contactPage .contacts-list .single-contact .content-value.tel {
  direction: ltr;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .contactPage .contacts-list .single-contact .content-value:hover {
    color: #D00000;
    transition: all ease-in-out 0.5s;
  }
}
html[dir=rtl] .contactPage .contacts-list .single-contact .content-value {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .contactPage .contacts-list .single-contact .content-value {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 769px) {
  .contactPage .contacts-list .single-contact .content-value {
    font-size: 14px;
    line-height: 23px;
  }
}
.contactPage .contactForm-wrapper {
  width: 100%;
  width: 800px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.contactPage .contactForm-wrapper .form-message {
  width: 100%;
  display: block;
  text-align: center;
  font: normal normal 400 12px/16px "Open Sans", serif;
  letter-spacing: 0;
  color: #121212;
  opacity: 1;
  margin: 25px 0 0 0;
  padding: 25px 15px;
  transform: none;
}
.contactPage .contactForm-wrapper .form-message.form-error-message {
  color: red;
}
.contactPage .contactForm-wrapper .form-message.form-success-message {
  color: green;
}
html[dir=rtl] .contactPage .contactForm-wrapper .form-message {
  text-align: center;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
.contactPage .contactForm-wrapper .invalid-feedback {
  width: 100%;
  display: block;
  text-align: left;
  font: normal normal 400 11px/16px "Open Sans", serif;
  letter-spacing: 0;
  color: red;
  opacity: 1;
  margin: 5px 0 0 0;
  transform: none;
}
html[dir=rtl] .contactPage .contactForm-wrapper .invalid-feedback {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
.contactPage .contactForm-wrapper .form-group {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.contactPage .contactForm-wrapper .form-group .form-label {
  width: 100%;
  display: block;
  text-align: left;
  font: normal normal 600 12px/22px "Open Sans", serif;
  letter-spacing: 0;
  color: #121212;
  opacity: 1;
  margin: 0 0 5px 0;
}
html[dir=rtl] .contactPage .contactForm-wrapper .form-group .form-label {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
.contactPage .contactForm-wrapper .form-group select, .contactPage .contactForm-wrapper .form-group textarea,
.contactPage .contactForm-wrapper .form-group input {
  border: 1px solid #D1E1FF;
  width: 100%;
  display: block;
  text-align: left;
  font: normal normal 500 12px/22px "Open Sans", serif;
  letter-spacing: 0;
  color: #121212;
  opacity: 1;
  padding: 9px 15px;
  resize: none;
  outline: none;
}
html[dir=rtl] .contactPage .contactForm-wrapper .form-group select, html[dir=rtl] .contactPage .contactForm-wrapper .form-group textarea,
html[dir=rtl] .contactPage .contactForm-wrapper .form-group input {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
.contactPage .contactForm-wrapper .form-group select.date-input, .contactPage .contactForm-wrapper .form-group textarea.date-input,
.contactPage .contactForm-wrapper .form-group input.date-input {
  background-image: url("../images/ico/calendar.svg");
  background-repeat: no-repeat;
  background-position: center right;
}
.contactPage .contactForm-wrapper .form-group select:-moz-placeholder, .contactPage .contactForm-wrapper .form-group textarea:-moz-placeholder,
.contactPage .contactForm-wrapper .form-group input:-moz-placeholder {
  color: gray;
}
.contactPage .contactForm-wrapper .form-group select::-moz-placeholder, .contactPage .contactForm-wrapper .form-group textarea::-moz-placeholder,
.contactPage .contactForm-wrapper .form-group input::-moz-placeholder {
  color: gray;
}
.contactPage .contactForm-wrapper .form-group select:-ms-input-placeholder, .contactPage .contactForm-wrapper .form-group textarea:-ms-input-placeholder,
.contactPage .contactForm-wrapper .form-group input:-ms-input-placeholder {
  color: gray;
}
.contactPage .contactForm-wrapper .form-group select::-webkit-input-placeholder, .contactPage .contactForm-wrapper .form-group textarea::-webkit-input-placeholder,
.contactPage .contactForm-wrapper .form-group input::-webkit-input-placeholder {
  color: gray;
}
.contactPage .contactForm-wrapper .form-group select:focus, .contactPage .contactForm-wrapper .form-group textarea:focus,
.contactPage .contactForm-wrapper .form-group input:focus {
  border-color: #D00000;
}
@media only screen and (max-width: 991.98px) {
  .contactPage .contactForm-wrapper .form-group select, .contactPage .contactForm-wrapper .form-group textarea,
  .contactPage .contactForm-wrapper .form-group input {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.contactPage .contactForm-wrapper .form-group select.error, .contactPage .contactForm-wrapper .form-group textarea.error,
.contactPage .contactForm-wrapper .form-group input.error {
  border: 1px solid red !important;
}
.contactPage .contactForm-wrapper .newsletter-text,
.contactPage .contactForm-wrapper .agree-text {
  display: block;
  margin-bottom: 0.125rem;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check,
.contactPage .contactForm-wrapper .agree-text .form-check {
  transform: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-label,
.contactPage .contactForm-wrapper .agree-text .form-check-label {
  width: max-content;
  max-width: calc(100% - 50px);
  display: block;
  text-align: left;
  font: normal normal 500 12px/22px "Open Sans", serif;
  letter-spacing: 0;
  color: #121212;
  opacity: 1;
  transform: none;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-label a,
.contactPage .contactForm-wrapper .agree-text .form-check-label a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .contactPage .contactForm-wrapper .newsletter-text .form-check-label a:hover,
  .contactPage .contactForm-wrapper .agree-text .form-check-label a:hover {
    color: #D00000;
  }
}
html[dir=rtl] .contactPage .contactForm-wrapper .newsletter-text .form-check-label,
html[dir=rtl] .contactPage .contactForm-wrapper .agree-text .form-check-label {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input,
.contactPage .contactForm-wrapper .agree-text .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-check-bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dee2e6;
  flex-shrink: 0;
  height: 30px;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: top;
  width: 30px;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input[type=checkbox],
.contactPage .contactForm-wrapper .agree-text .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input[type=radio],
.contactPage .contactForm-wrapper .agree-text .form-check-input[type=radio] {
  border-radius: 50%;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:active,
.contactPage .contactForm-wrapper .agree-text .form-check-input:active {
  filter: brightness(90%);
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:focus,
.contactPage .contactForm-wrapper .agree-text .form-check-input:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:checked,
.contactPage .contactForm-wrapper .agree-text .form-check-input:checked {
  background-color: #D00000;
  border-color: #D00000;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:checked[type=checkbox],
.contactPage .contactForm-wrapper .agree-text .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E") ;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:checked[type=radio],
.contactPage .contactForm-wrapper .agree-text .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E") ;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input[type=checkbox]:indeterminate,
.contactPage .contactForm-wrapper .agree-text .form-check-input[type=checkbox]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  background-color: #D00000;
  border-color: #D00000;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:disabled,
.contactPage .contactForm-wrapper .agree-text .form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:disabled ~ .form-check-label, .contactPage .contactForm-wrapper .newsletter-text .form-check-input[disabled] ~ .form-check-label,
.contactPage .contactForm-wrapper .agree-text .form-check-input:disabled ~ .form-check-label,
.contactPage .contactForm-wrapper .agree-text .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:focus,
.contactPage .contactForm-wrapper .agree-text .form-check-input:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:focus::-moz-placeholder,
.contactPage .contactForm-wrapper .agree-text .form-check-input:focus::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:focus:-ms-input-placeholder,
.contactPage .contactForm-wrapper .agree-text .form-check-input:focus:-ms-input-placeholder {
  color: #999;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:focus::-webkit-input-placeholder,
.contactPage .contactForm-wrapper .agree-text .form-check-input:focus::-webkit-input-placeholder {
  color: #999;
}
.contactPage .contactForm-wrapper .newsletter-text .form-check-input:focus::-ms-expand,
.contactPage .contactForm-wrapper .agree-text .form-check-input:focus::-ms-expand {
  background-color: transparent;
  border: 0;
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select {
  position: relative;
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
@media only screen and (min-width: 1200px) {
  .contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select:hover .select-selected {
    transition: all ease-in-out 0.5s;
    border-color: #7654A2;
  }
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select select {
  display: none;
  /*hide original SELECT element:*/
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-selected {
  background-color: #fff;
  position: relative;
  transition: all ease-in-out 0.5s;
  border: 1px solid #fff;
  /*point the arrow upwards when the select box is open (active):*/
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-selected:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f13a";
  font-size: 12px;
  font-weight: 100;
  display: block !important;
  color: #000;
}
html[dir=rtl] .contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-selected:after {
  left: 10px;
  right: unset;
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-selected.select-arrow-active:after {
  content: "\f139";
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-items div,
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-selected {
  text-align: left;
  font: normal normal 400 14px/20px "Open Sans", serif;
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  padding: 12px 15px;
  cursor: pointer;
  border: 1px solid #E3E3E3;
}
html[dir=rtl] .contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-items div,
html[dir=rtl] .contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-selected {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 991.98px) {
  .contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-items div,
  .contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-selected {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #7654A2;
  max-height: 50vh;
  overflow: auto;
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-hide {
  display: none;
}
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .select-items div:hover,
.contactPage .contactForm-wrapper .select-wrapper .wpcf7-form-control-wrap .contact-select .same-as-selected {
  background-color: #7654a2;
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
  .contactPage .contactForm-wrapper .terms-agree {
    width: 800px;
    max-width: 90%;
    margin: 30px auto 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contactPage .contactForm-wrapper .terms-agree {
    margin: 20px auto;
  }
}
.contactPage .contactForm-wrapper .terms-agree .wrapper {
  position: relative;
  display: flex;
  align-items: start;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .contactPage .contactForm-wrapper .terms-agree .wrapper {
    gap: 20px;
  }
}
.contactPage .contactForm-wrapper .terms-agree .wrapper .control {
  position: relative;
  height: 25px;
  width: 25px;
}
.contactPage .contactForm-wrapper .terms-agree .wrapper .control .control__indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E3E3E3;
  transition: all ease-in-out 0.5s;
}
.contactPage .contactForm-wrapper .terms-agree .wrapper .control .control__indicator:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  left: 33%;
  top: 50%;
  width: 3px;
  height: 8px;
  border: solid #121212;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
}
.contactPage .contactForm-wrapper .terms-agree .wrapper .control input {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.contactPage .contactForm-wrapper .terms-agree .wrapper .control input:checked ~ .control__indicator:after, .contactPage .contactForm-wrapper .terms-agree .wrapper .control input:hover ~ .control__indicator:after, .contactPage .contactForm-wrapper .terms-agree .wrapper .control input:focus ~ .control__indicator:after {
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.contactPage .contactForm-wrapper .terms-agree .wrapper .control-text {
  font: normal normal 500 14px/24px "Open Sans", serif;
  letter-spacing: 0px;
  color: #404040;
  opacity: 1;
  width: calc(100% - 65px);
}
@media only screen and (max-width: 991.98px) {
  .contactPage .contactForm-wrapper .terms-agree .wrapper .control-text {
    font-size: 12px;
    line-height: 22px;
  }
}
.contactPage .contactForm-wrapper .submit-btn {
  text-decoration: none;
  display: block;
  width: 190px;
  cursor: pointer;
  padding: 15px 10px;
  border: 1px solid #D00000;
  border-radius: 2px;
  background: transparent linear-gradient(180deg, #FE0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
  margin: auto;
  opacity: 1;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  font: normal normal 600 13px/18px "Open Sans", serif;
  letter-spacing: 0.71px;
  color: #fff;
}
html[dir=rtl] .contactPage .contactForm-wrapper .submit-btn {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0px;
}
@media only screen and (min-width: 1200px) {
  .contactPage .contactForm-wrapper .submit-btn:hover {
    transition: all 0.3s ease-in-out;
    background: transparent linear-gradient(180deg, #FE0000 70%, #CC0000 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}
.contactPage .contactForm-wrapper.testdrive select, .contactPage .contactForm-wrapper.testdrive textarea,
.contactPage .contactForm-wrapper.testdrive input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #D1E1FF;
}
.contactPage .contactForm-wrapper .form-check-group {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 9px 15px;
}
.contactPage .contactForm-wrapper .form-check-group .form-check {
  padding: 9px 15px;
}
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:checked,
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:checked + .form-check-label,
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:not(:checked) + .form-check-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font: normal normal 500 12px/22px "Open Sans", serif;
  letter-spacing: 0;
  color: #121212;
  opacity: 1;
  resize: none;
  outline: none;
}
html[dir=rtl] .contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:checked + .form-check-label,
html[dir=rtl] .contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:not(:checked) + .form-check-label {
  text-align: right;
  font-family: "IBM Plex Sans Arabic", serif;
  letter-spacing: 0;
}
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:checked + .form-check-label:before,
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:not(:checked) + .form-check-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:checked + .form-check-label:after,
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:not(:checked) + .form-check-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #D00000;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:not(:checked) + .form-check-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.contactPage .contactForm-wrapper .form-check-group .form-check [type=radio]:checked + .form-check-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contactPage .contactForm-wrapper .testdrive-column-6.col-md-6.testdrive-field-custom_field_5_wrapper,
.contactPage .contactForm-wrapper .testdrive-column-6.col-md-6.testdrive-field-custom_field_4_wrapper {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.medium {
  font-weight: 600 !important;
}

.max-45 {
  max-width: 45%;
}

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

.mt-100 {
  margin-top: 100px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mt-100 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .mt-100 {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 769px) {
  .mt-100 {
    margin-top: 30px !important;
  }
}

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

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

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

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

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

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

.mb-150 {
  margin-bottom: 150px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .mb-150 {
    margin-bottom: 130px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mb-150 {
    margin-bottom: 110px !important;
  }
}
@media only screen and (min-width: 769.1px) and (max-width: 991.98px) {
  .mb-150 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 769px) {
  .mb-150 {
    margin-bottom: 70px !important;
  }
}

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

@media only screen and (max-width: 991.98px) {
  .desktop {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
