/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*
 *  Owl Carousel - Animate Plugin
 */
.testimonials .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.testimonials .tsmi-animated-in {
  z-index: 0;
}
.testimonials .tsmi-animated-out {
  z-index: 1;
}
.testimonials .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.tsmi-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Core
 */
.testimonials {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.testimonials .tsmi-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.testimonials .tsmi-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.testimonials .tsmi-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.testimonials .tsmi-wrapper, .testimonials .tsmi-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.testimonials .tsmi-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.testimonials .tsmi-item img {
  display: block;
  width: 100%;
}
.testimonials .tsmi-nav.disabled, .testimonials .tsmi-dots.disabled {
  display: none;
}
.testimonials .tsmi-nav .tsmi-prev, .testimonials .tsmi-nav .tsmi-next, .testimonials .tsmi-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.testimonials .tsmi-nav button.tsmi-prev, .testimonials .tsmi-nav button.tsmi-next, .testimonials button.tsmi-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.testimonials.tsmi-loaded {
  display: block;
}
.testimonials.tsmi-loading {
  opacity: 0;
  display: block;
}
.testimonials.tsmi-hidden {
  opacity: 0;
}
.testimonials.tsmi-refresh .tsmi-item {
  visibility: hidden;
}
.testimonials.tsmi-drag .tsmi-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.testimonials.tsmi-grab {
  cursor: move;
  cursor: grab;
}
.testimonials.tsmi-rtl {
  direction: rtl;
}
.testimonials.tsmi-rtl .tsmi-item {
  float: right;
}
/* No Js */
.no-js .testimonials {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.testimonials .tsmi-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the tsmi-item that breaks page layouts
         */
}
.testimonials .tsmi-item .tsmi-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.testimonials .tsmi-item .tsmi-lazy[src^=""], .testimonials .tsmi-item .tsmi-lazy:not([src]) {
  max-height: 0;
}
.testimonials .tsmi-item img.tsmi-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.testimonials .tsmi-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.testimonials .tsmi-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.testimonials .tsmi-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.testimonials .tsmi-video-playing .tsmi-video-tn, .testimonials .tsmi-video-playing .tsmi-video-play-icon {
  display: none;
}
.testimonials .tsmi-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.testimonials .tsmi-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Owl Carousel - Nav & Dots
 */
.tsmi-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.tsmi-nav [class*='tsmi-'] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.25s;
}
.tsmi-nav [class*='tsmi-']:hover {
  text-decoration: none;
}
.tsmi-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
.tsmi-nav .tsmi-nav.disabled + .tsmi-dots {
  margin-top: 10px;
}
.tsmi-nav .tsmi-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.tsmi-nav .tsmi-dots .tsmi-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tsmi-nav .tsmi-dots .tsmi-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
.tsmi-nav .tsmi-dots .tsmi-dot.active span, .tsmi-nav .tsmi-dots .tsmi-dot:hover span {
  background: #ffffff;
}
.g-testimonials {
  color: #eceeef;
}
.g-testimonials .g-testimonials-item-wrapper {
  position: relative;
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-img {
  position: relative;
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
}
@media only all and (min-width: 115rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container {
    width: 115rem;
  }
}
@media only all and (min-width: 80rem) and (max-width: 114.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container {
    width: 80rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container {
    width: 52rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 59.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container {
    width: 100%;
  }
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only all and (min-width: 80rem) and (max-width: 114.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 0.938rem;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content {
    padding-top: 2.5rem;
  }
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-title {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
@media only all and (min-width: 80rem) and (max-width: 114.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-title {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 59.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-title .g-testimonials-item-image {
  margin-bottom: 1.25rem;
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-desc {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 200;
  padding-bottom: 1.407rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 80rem) and (max-width: 114.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-desc {
    font-size: 1.2rem;
    line-height: 1.875rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-desc {
    font-size: 1.2rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
@media only all and (max-width: 59.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-desc {
    font-size: 1.2rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-button {
  padding: 1rem 2.625rem;
  font-size: 1.2rem;
}
.g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-button .g-testimonials-user:after {
  display: block;
  margin: 0 auto;
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-button {
    padding: 1rem 2.625rem;
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 59.99rem) {
  .g-testimonials .g-testimonials-item-wrapper .g-testimonials-item-content-container .g-testimonials-item-content-wrapper .g-testimonials-item-content .g-testimonials-item-button {
    padding: 1rem 2.625rem;
    font-size: 1.2rem;
  }
}
.g-testimonials .tsmi-nav {
  margin: 0;
}
.g-testimonials .tsmi-nav button.tsmi-prev, .g-testimonials .tsmi-nav button.tsmi-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s;
}
.g-testimonials .tsmi-nav button.tsmi-prev .fa, .g-testimonials .tsmi-nav button.tsmi-next .fa {
  position: relative;
}
.g-testimonials .tsmi-nav button.tsmi-prev:hover, .g-testimonials .tsmi-nav button.tsmi-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.g-testimonials .tsmi-nav .tsmi-prev {
  left: 3rem;
}
@media only all and (max-width: 59.99rem) {
  .g-testimonials .tsmi-nav .tsmi-prev {
    display: none;
    left: 2rem;
  }
}
.g-testimonials .tsmi-nav .tsmi-prev .fa {
  left: -1px;
  top: 1px;
}
.g-testimonials .tsmi-nav .tsmi-next {
  right: 3rem;
}
@media only all and (max-width: 59.99rem) {
  .g-testimonials .tsmi-nav .tsmi-next {
    display: none;
    right: 2rem;
  }
}
.g-testimonials .tsmi-nav .tsmi-next .fa {
  right: 1px;
  top: 1px;
}
.g-testimonials .tsmi-dots {
  position: absolute;
  bottom: 6%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 80rem) and (max-width: 114.99rem) {
  .g-testimonials .tsmi-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-testimonials .tsmi-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 59.99rem) {
  .g-testimonials .tsmi-dots {
    bottom: 0.5rem;
  }
}
.g-testimonials .tsmi-dots .tsmi-dot {
  display: inline-block;
  background: #ffffff;
  margin: 0 0.3125rem;
  opacity: 0.75;
  transition: all 0.2s;
}
.g-testimonials .tsmi-dots .tsmi-dot.active, .g-testimonials .tsmi-dots .tsmi-dot:hover {
  opacity: 1;
  background: #ffffff;
}
.g-testimonials.has-color-overlay .tsmi-stage > .tsmi-item:nth-child(even) .g-testimonials-item-img:after {
  background-color: #141414;
  background: linear-gradient(40deg, #141414, rgba(0, 26, 255, 0.6));
}
.g-testimonials.has-color-overlay .tsmi-stage > .tsmi-item:nth-child(odd) .g-testimonials-item-img:after {
  background-color: rgba(0, 26, 255, 0.6);
  background: linear-gradient(140deg, rgba(0, 26, 255, 0.6), #141414);
}
.fp-features div {
  /*@include breakpoint(mobile-only) {
                    &:not(:last-child) {
                        margin-bottom: 4.5rem;
                    }
                }*/
}
.fp-features div div .card .card-block {
  margin: 25px 25px;
  padding: 0 0.938rem;
  text-align: center;
}
.fp-features div div .card .card-block .fa-fu {
  width: 120px !important;
  height: 120px !important;
  font-size: 4.125rem !important;
  line-height: 6.5rem !important;
  margin: 0 auto 20px !important;
  border: 8px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  color: #aff087;
}
.fp-features div div .card .card-block .card-title {
  margin-bottom: 5px;
  font-size: 2.25rem;
  /*line-height: 1.66rem;*/
  line-height: 3.5rem;
  font-weight: 600;
}
.fp-features div div .card .card-block .card-subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
  font-weight: 200;
}
.fp-features div div .card .card-block .card-subtitle:after {
  display: block;
  width: 60%;
  height: 1px;
  margin: 10px auto 0;
  content: "";
  background-color: rgba(224, 224, 229, 0.8);
}
#g-intro {
  padding-bottom: 0;
}
#g-intro .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
#g-intro .g-content .browser-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0px;
  /*margin-top:2rem;
            display: table;
            margin-left: auto;
            margin-right: auto;*/
  max-width: 100%;
  max-height: 400px;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow-y: hidden;
  /* display: block; */
  height: 100%;
  width: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  #g-intro .g-content .browser-wrapper {
    max-height: 600px;
  }
}
@media only all and (max-width: 59.99rem) {
  #g-intro .g-content .browser-wrapper {
    max-height: 600px;
  }
}
#g-intro .g-content .negative-top {
  margin-top: -4rem;
}
@media only all and (max-width: 59.99rem) {
  #g-intro .g-content .negative-top {
    margin-top: 0;
  }
}
#g-intro .g-content .browser-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 34px;
  background: #eee;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e1e1e1;
  /*padding-left:3px;*/
}
#g-intro .g-content .browser-button {
  top: 11px;
}
#g-intro .g-content .browser-button {
  position: absolute;
  right: 50px;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #FF5F57;
  border: 1px solid rgba(240, 11, 0, 0.5);
  border-radius: 100%;
  left: 8px;
}
#g-intro .g-content .browser-button:after, #g-intro .g-content .browser-button:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 100%;
  top: -1px;
}
#g-intro .g-content .browser-button:after {
  left: 17px;
  background: #FFBD2E;
  border: 1px solid rgba(199, 136, 0, 0.5);
}
#g-intro .g-content .browser-button:before {
  left: 35px;
  background: #28C940;
  border: 1px solid rgba(23, 116, 37, 0.5);
}
#g-intro .g-content *, #g-intro .g-content *::before, #g-intro .g-content *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#g-intro .g-content .g-descrip-before {
  padding: 0 2rem 0 2rem;
  text-align: center;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}
@media only all and (max-width: 59.99rem) {
  #g-intro .g-content .g-descrip-before {
    margin-bottom: -100px;
  }
}
#g-intro .g-content .g-descrip-after {
  padding: 0 2rem 0 2rem;
  text-align: center;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}
#g-intro .g-content .g-descrip-after h1 {
  line-height: normal;
}
#g-intro .g-content .g-img-int-style {
  position: inherit;
  height: none;
  width: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  #g-intro .g-content .g-img-int-style {
    height: 100%;
  }
}
@media only all and (max-width: 59.99rem) {
  #g-intro .g-content .g-img-int-style {
    height: 100%;
  }
}
.fp-multi-column-text--g-title {
  text-align: center;
}
.fp-multi-column-text .g-block p {
  direction: rtl;
  padding: 0 5rem;
}
@media only all and (max-width: 59.99rem) {
  .fp-multi-column-text .g-block p {
    text-align: center;
    border: none;
  }
}
.fp-multi-column-text .g-block-text-dvr-on p {
  direction: rtl;
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center;
  border-left: 1px solid #e0e0e5;
}
@media only all and (max-width: 59.99rem) {
  .fp-multi-column-text .g-block-text-dvr-on p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    border-left: none;
    border-bottom: 1px solid #e0e0e5;
  }
}
.fp-multi-column-text .g-block-text-dvr-off p {
  direction: rtl;
  padding-right: 5rem;
  padding-left: 5rem;
  text-align: center;
}
@media only all and (max-width: 59.99rem) {
  .fp-multi-column-text .g-block-text-dvr-off p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    border-left: none;
    border-bottom: 1px solid #e0e0e5;
  }
}
.fp-multi-column-text .g-block-text-dvr-none p {
  direction: rtl;
  padding-right: 5rem;
  padding-left: 5rem;
  text-align: center;
}
@media only all and (max-width: 59.99rem) {
  .fp-multi-column-text .g-block-text-dvr-none p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}
.fp-multi-column-text .g-block-text-dvr-bottom p {
  direction: rtl;
  padding-right: 5rem;
  padding-left: 5rem;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e0e0e5;
}
@media only all and (max-width: 59.99rem) {
  .fp-multi-column-text .g-block-text-dvr-bottom p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    border-left: none;
    border-bottom: 1px solid #e0e0e5;
  }
}
.ui-tabs {
  position: relative;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  display: flex;
}
@media only all and (max-width: 59.99rem) {
  .ui-tabs .ui-tabs-nav {
    flex-direction: column;
  }
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  border-bottom-width: 0;
  padding: 0;
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
  color: inherit;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.g-weeklyevents .g-weeklyevents-tab-wrapper-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  list-style: none;
  text-rendering: optimizespeed;
  list-style: none;
  margin: 0 15px 0 15px;
  border-bottom: 1px solid #e0e0e5;
}
@media only all and (max-width: 59.99rem) {
  .g-weeklyevents .g-weeklyevents-tab-wrapper-container {
    border: 0 none;
  }
}
.g-weeklyevents .g-weeklyevents-tab {
  outline: none;
}
.g-weeklyevents .g-weeklyevents-tab-wrapper-head {
  display: block;
  height: 100%;
  margin-bottom: -1px;
  margin-left: 3px;
  padding: 0.938rem 1.876rem;
  border-radius: 0.25rem 0.25rem 0 0;
  background: rgba(12, 15, 30, 0.2);
}
@media only all and (max-width: 59.99rem) {
  .g-weeklyevents .g-weeklyevents-tab-wrapper-head {
    border-radius: 0;
  }
}
.g-weeklyevents .g-weeklyevents-tab-wrapper-head .g-weeklyevents-tab-title {
  display: block;
  outline: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.g-weeklyevents .g-weeklyevents-content-wrapper-container {
  list-style: none;
  margin: 0;
}
.g-weeklyevents .g-weeklyevents-content-wrapper-container .g-weeklyevents-tab-wrapper-body {
  padding: 0;
}
.g-weeklyevents .g-weeklyevents-content-wrapper-container .g-weeklyevents-tab-wrapper-body .g-weeklyevents-content {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
}
.g-weeklyevents .g-weeklyevents-content-wrapper-container .g-weeklyevents-tab-wrapper-body .g-weeklyevents-content .g-prog-acts {
  border: solid 1px;
  border-radius: 18px;
  padding: 0px 7px;
  width: max-content;
  border-color: #aff087;
  transition: all 0.4s;
  color: #aff087;
}
.g-weeklyevents .g-weeklyevents-content-wrapper-container .g-weeklyevents-tab-wrapper-body .g-weeklyevents-content .g-prog-acts:hover {
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}
.g-weeklyevents .g-weeklyevents-content-wrapper-container .g-weeklyevents-tab-wrapper-body .g-weeklyevents-content a:hover {
  color: inherit;
}
.ui-tabs-active .g-weeklyevents-tab-wrapper-head {
  background: rgba(12, 15, 30, 0.5);
  border-bottom: solid 4px #ffffff;
}
.ui-tabs-active .g-weeklyevents-tab-title {
  color: #ffffff;
}
/*@include breakpoint(very-large-desktop-range) {
                width: $breakpoints-very-large-desktop-container;
            }

            @include breakpoint(large-desktop-range) {
                width: $breakpoints-large-desktop-container;
            }

            @include breakpoint(desktop-range) {
                width: $breakpoints-desktop-container;
            }

            @include breakpoint(tablet-range) {
                width: ($breakpoints-tablet-container - 8rem);
            }

            @include breakpoint(large-mobile-range) {
                width: $breakpoints-large-mobile-container;
            }

            @include breakpoint(small-mobile-range) {
                width: 100%;
            }*/
.g-weeklyevents-title {
  margin: 0px 15px 0px 15px;
  text-align: right;
  border-bottom: 1px solid;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-weeklyevents-title {
    margin: 15px 15px 0px 15px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 59.99rem) {
  .g-weeklyevents-title {
    margin: 15px 15px 0px 15px;
  }
}
@media only all and (max-width: 30rem) {
  .g-weeklyevents-title {
    margin: 15px 15px 0px 15px;
  }
}
@media only all and (max-width: 59.99rem) {
  .ss40 {
    display: none;
  }
}
.g-prog-Mas-Link, .g-prog-Mas-Link > a {
  color: #aff087 !important;
}
.g-prog-Mas-Link:hover, .g-prog-Mas-Link > a:hover {
  color: #ffffff !important;
}
.g-prog-Eps-cancell {
  color: red !important;
}
.g-prog-Eps-cancell:hover {
  color: #ffffff !important;
}
.cursor-pointer-on {
  cursor: pointer;
}
.g-weeklyevents-prev-next-slide {
  color: #aff087 !important;
  transition: all 0.4s;
  background-color: #ffffff24;
  padding: 15px !important;
  height: 100%;
}
.g-weeklyevents-prev-next-slide i, .g-weeklyevents-prev-next-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.g-weeklyevents-prev-next-slide:hover {
  color: #ffffff !important;
}
.tmovieprofile-features {
  margin-bottom: 30px;
  /* .background-property{
                @include breakpoint(tablet-range) {
                    background-position: center center!important;
                }
                
                @include breakpoint(mobile-only) {
                    background-position: center center!important;
                }
            }*/
}
.tmovieprofile-features .g-block .tmovieprofile-card .tmovieprofile-card-block .tmovieprofile-card-title {
  margin-bottom: 5px;
  font-size: 2.25rem;
  line-height: 1.66rem;
  font-weight: 600;
}
.tmovieprofile-features .g-block .tmovieprofile-card .tmovieprofile-card-block .tmovieprofile-card-title {
  margin-bottom: 5px;
  font-size: 2.25rem;
  line-height: 1.66rem;
  font-weight: 600;
}
.tmovieprofile-features .g-block .g-tm-alink {
  color: #aff087 !important;
}
.tmovieprofile-features .g-block .g-tm-alink:hover {
  color: #ffffff !important;
}
.tmovieprofile-features .particles-js-canvas-el {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tmovieprofile-features .background-billboard {
  margin-top: -100px;
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .tmovieprofile-features .bg-position-center {
    background-position: center center !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 59.99rem) {
  .tmovieprofile-features .bg-position-center {
    background-position: center center !important;
  }
}
@media only all and (max-width: 30rem) {
  .tmovieprofile-features .bg-position-center {
    background-position: center center !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .tmovieprofile-features .bg-position-right {
    background-position: right !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 59.99rem) {
  .tmovieprofile-features .bg-position-right {
    background-position: right !important;
  }
}
@media only all and (max-width: 30rem) {
  .tmovieprofile-features .bg-position-right {
    background-position: right !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .tmovieprofile-features .bg-position-left {
    background-position: left !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 59.99rem) {
  .tmovieprofile-features .bg-position-left {
    background-position: left !important;
  }
}
@media only all and (max-width: 30rem) {
  .tmovieprofile-features .bg-position-left {
    background-position: left !important;
  }
}
.tmovieprofile-features .title-billboard {
  font-size: 3.25rem;
  line-height: 2.66rem;
  text-align: right;
  padding: 15px;
}
@media only all and (max-width: 59.99rem) {
  .tmovieprofile-features .title-billboard {
    font-size: 3.25rem !important;
  }
}
.tmovieprofile-features .subtitle-billboard {
  font-size: 1.75rem;
  line-height: 2.75rem;
  text-align: right;
  padding: 15px;
}
.tmovieprofile-features .button-billboard {
  padding: 15px;
  z-index: 10;
}
.tmovieprofile-features .button-billboard div a {
  font-size: 14px !important;
  padding: 12px 15px !important;
}
.tmovieprofile-features .button-billboard div a i {
  padding: 10px 0px;
}
@media only all and (max-width: 59.99rem) {
  .tmovieprofile-features .g-ttitle {
    border-bottom: solid 1px;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
}
@media only all and (max-width: 59.99rem) {
  .tmovieprofile-features .g-mtitle {
    border-bottom: solid 1px;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
}
.tmovieprofile-features .g-ptitle {
  padding: 4px 10px 4px 2px;
  color: #aff087;
  margin-left: 4px;
  border: solid 1px;
  border-radius: 25px;
  cursor: pointer;
}
.tmovieprofile-features .g-ptitle:hover {
  color: #ffffff;
}
.tmovieprofile-features .g-collapsible-section {
  text-align: center;
  position: relative;
  z-index: 800;
  height: 0;
  color: #aff087;
}
.tmovieprofile-features .g-collapsible-section:hover {
  color: #ffffff;
}
.tmovieprofile-features .g-collapsible-section .g-toggle-text {
  cursor: pointer;
  padding: 0 25px;
  background: #0c0f1e;
  display: inline-block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  position: relative;
  top: -20px;
}
.tmovieprofile-features .g-collapsible-section .g-toggle-text > i {
  margin: 0px 8px 0px 8px;
}
.uk-button {
  padding: 8px;
}
.uk-button i {
  position: absolute;
  top: 50%;
  transform: translate(20%, -50%);
  font-size: 35px;
}
.uk-button span {
  position: relative;
  right: 20px;
}
.g-dropdown-genre {
  background: rgba(12, 15, 30, 0.7);
  border: 1px solid #aff087;
  border-radius: 5px;
  /*.uk-tab {
		border-color: $base-border-color;
		> li {
			> a {
				border: none;
				border-radius: 0;
				margin: 0 !important;
				color: $base-text-color;
				text-shadow: none;
				padding: 20px 25px !important;
				@include transition(background, 0.2s);
				&:hover {
					color: $base-text-color;
				}
				@include breakpoint(tablet-range) {
					padding: 20px 15px !important;
				}
			}
			&.uk-active {
				> a {
					color: $base-text-color;
				}
			}
			.g-title-icon {
				margin-left: 10px;
			}
		}
		.uk-tab-responsive {
			margin: 0;
			> a {
				cursor: pointer;
			}
			.uk-dropdown {
				margin: 0;
				font-size: 0.9rem;
				border-color: $base-border-color;
				padding: 0;
				border-radius: 0;
				.uk-nav {
					margin: 0;
					li {
						a {
							padding: 15px 25px;
							color: $base-text-color;
							&:before {
								border: none;
							}
							&:hover {
								background: $base-element-color;
								box-shadow: none;
							}
						}
					}
				}
			}
		}
	}
	.uk-tab-grid {
		&:before {
			border-color: $base-border-color;
		}
		margin: 0;
		&.uk-tab-top, &.uk-tab-bottom {
			.g-tab-nav {
				@include breakpoint(mobile-only) {
					width: auto;
				}
				> a {
					border-right: none;
					border-left: 1px solid $base-border-color;
				}
				&:first-child {
					> a {
						border-left: none;
					}
				}
			}
		}
	}
	.uk-tab-top {
		border-bottom: 1px solid $base-border-color;
		.g-tab-nav {
			> a {
				border-right: 1px solid $base-border-color;
				&:before {
					border-top: 3px solid transparent;
					content: "";
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-top-color: $accent-color-1;
					}
				}
			}
		}
	}
	.uk-tab-bottom {
		border-top: 1px solid $base-border-color;
		.g-tab-nav {
			> a {
				border-right: 1px solid $base-border-color;
				&:before {
					border-bottom: 3px solid transparent;
					content: "";
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-bottom-color: $accent-color-1;
					}
				}
			}
		}
	}
	.uk-tab-left {
		.g-tab-nav {
			> a {
				border-top: 1px solid $base-border-color;
				&:before {
					border-left: 3px solid transparent;
					content: "";
					position: absolute;
					top: 0;
					left: 0;
					height: 100%;
				}
			}
			&:first-child {
				> a {
					border-top: none;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-left-color: $accent-color-1;
					}
				}
			}
		}
	}
	.uk-tab-right {
		.g-tab-nav {
			> a {
				border-top: 1px solid $base-border-color;
				&:before {
					border-right: 3px solid transparent;
					content: "";
					position: absolute;
					top: 0;
					right: 0;
					height: 100%;
				}
			}
			&:first-child {
				> a {
					border-top: none;
				}
			}
			&.uk-active {
				> a {
					&:before {
						border-right-color: $accent-color-1;
					}
				}
			}
		}
	}
	.tabs-content {
		overflow: hidden;
		&.uk-margin {
			margin-bottom: 0;
		}
		p {
			margin-bottom: 0;
		}
		.button {
			margin-top: 25px;
		}
		&.left {
			padding: 35px;
			margin-left: -35px;
			@include breakpoint(mobile-only) {
				margin-left: 0;
			}
			p {
				&:first-child {
					margin-top: 0;
				}
			}
		}
		&.right {
			padding: 35px;
			margin-right: -35px;
			@include breakpoint(mobile-only) {
				margin-right: 0;
			}
			p {
				&:first-child {
					margin-top: 0;
				}
			}
		}
		&.top {
			padding: 35px;
			margin: 0;
			> li {
				margin: 0;
			}
		}
		&.bottom {
			padding: 35px;
			margin: 0;
			> li {
				margin: 0;
			}
		}
	}*/
}
.g-dropdown-genre .uk-nav-divider {
  border-top: 1px solid #aff087;
}
.g-dropdown-genre .uk-dropdown-nav li.uk-active a {
  border: 1px solid;
  padding: 8px;
  border-radius: 5px;
  color: #ffffff;
}
.g-dropdown-genre .uk-dropdown-nav li.uk-active a:hover {
  color: #aff087;
}
.g-dropdown-genre .uk-dropdown-nav li a {
  padding: 8px;
  color: #aff087;
}
.g-dropdown-genre .uk-dropdown-nav li a:hover {
  color: #ffffff;
}
.g-dropdown-genre .uk-dropdown-nav li.uk-nav-header {
  padding: 8px;
  color: #ffffff;
}
.g-pricing-tables {
  text-align: center;
}
.g-pricing-tables:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 59.99rem) {
  .g-pricing-tables .g-pricing-table {
    margin-bottom: 30px;
  }
  .g-pricing-tables .g-pricing-table:last-child {
    margin-bottom: 0;
  }
}
.g-pricing-tables .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-pricing-tables .g-pricing-table-inner {
  margin: 0;
  border: 1px solid #e0e0e5;
  list-style: none;
  border-radius: 3px;
  background: linear-gradient(45deg, rgba(165, 212, 23, 0.45), #0c0f1e, #000bff82);
  border: 3px solid #ffffff00;
  position: relative;
  overflow: hidden;
}
.g-pricing-tables .g-pricing-table-inner:hover {
  background: linear-gradient(45deg, #000bff82, #0c0f1e, rgba(165, 212, 23, 0.45));
  cursor: pointer;
}
.g-pricing-tables h4, .g-pricing-tables h3 {
  margin: 0;
}
.g-pricing-tables .g-table-title {
  padding: 25px 0px;
}
.g-pricing-tables .g-table-price {
  font-size: 2.3rem;
  color: #ffffff;
}
.g-pricing-tables .g-table-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e5;
}
.g-pricing-tables .g-table-DesItem {
  border-top: 1px solid #ffffff49;
}
.g-pricing-tables .g-table-button {
  padding: 7px 5px;
  background-color: #11162e;
}
.g-pricing-tables .g-table-button i {
  margin-right: 7px;
}
.g-pricing-tables .g-table-button a {
  background-color: #0c0f1e;
  color: #aff087 !important;
}
.g-pricing-tables .g-table-button a:hover {
  background-color: #ffffff;
  color: #0c0f1e !important;
}
.g-pricing-tables.style1 .featured-table h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.g-pricing-tables.style1 .featured-table .g-pricing-table-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}
.g-pricing-tables.style1 .featured-table .g-table-featured-text {
  background: #aff087;
  color: #1d31c8;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: -30px;
  top: 20px;
  text-align: center;
  width: 135px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-pricing-tables.style1 .featured-table .g-table-title {
  padding: 35px 0px;
}
.g-pricing-tables.style1 .featured-table .g-table-period {
  padding: 7px 0px;
}
.g-pricing-tables.style1 .g-table-price {
  padding: 0px;
}
.g-pricing-tables.style1 .g-table-item:nth-child(even) {
  background: #ffffff33;
}
.g-pricing-tables.style1 .g-table-item:nth-child(odd) {
  background: #11162e7a;
}
.g-pricing-tables.style1 .g-table-period {
  background: #aff087;
  color: #0c0f1e;
}
.g-pricing-tables.gutter-disabled {
  /*> .g-grid { 
			border: 1px solid $base-border-color;
			border-radius: 3px;
			@include breakpoint(mobile-only) {
				border: none;
			}
		}
		.g-pricing-table-inner {
			border: none;
			border-right: 1px solid $base-border-color;
			border-radius: 0;
			@include breakpoint(mobile-only) {
				border: 1px solid $base-border-color;
			}
		}
		&.style1 {
			.featured-table {
				.g-pricing-table-inner {
					box-shadow: none;
				}
				h4 {
					line-height: 1.55rem;
				}
			}
		}
		.g-pricing-table {
			&:last-child {
				.g-pricing-table-inner {
					border-right: none;
					@include breakpoint(mobile-only) {
						border-right: 1px solid $base-border-color;
					}
				}
			}
		}*/
}
.g-pricing-tables.style2 .g-table-head {
  padding: 30px 20px;
  border-bottom: 1px solid #e0e0e5;
}
.g-pricing-tables.style2 .g-table-title {
  padding: 0 20px;
  margin-bottom: 10px;
}
.g-pricing-tables.style2 .g-table-title h4 {
  font-size: 1.7rem;
  font-weight: normal;
  text-transform: uppercase;
}
.g-pricing-tables.style2 .g-table-item:nth-child(even) {
  background: #ffffff33;
}
.g-pricing-tables.style2 .g-table-item:nth-child(odd) {
  background: #11162e7a;
}
.g-pricing-tables.style2 .g-table-price {
  background: none;
  color: #ffffff;
  padding: 0 20px;
  font-size: 2rem;
  font-weight: 500;
}
.g-pricing-tables.style2 .g-table-price-on {
  border: 1px solid;
  border-radius: 0.4rem;
}
.g-pricing-tables.style2 .featured-table .g-table-featured-text {
  margin-bottom: 15px;
}
.g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
  padding: 7px 30px;
  background: #aff087;
  color: #0c0f1e;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-radius: 50px;
  font-size: 16px;
}
@media only all and (min-width: 80rem) and (max-width: 114.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 0px;
    padding: 7px 20px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 0;
    padding: 7px 10px;
    font-size: 13px;
  }
}
@media only all and (max-width: 59.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 0px;
    padding: 7px 25px;
  }
}
.g-pricing-tables.style2 .featured-table .g-table-head {
  color: #aff087;
}
.g-pricing-tables.style2 .featured-table .g-table-title h4 {
  color: #aff087 !important;
}
.g-pricing-tables.style2 .featured-table .g-table-price {
  color: #aff087;
}
.g-pricing-tables.style2 .featured-table .g-table-button .button {
  border: 1px solid transparent;
}
.g-pricing-tables.style2.g-has-featured-text .g-particle-intro {
  margin-bottom: 77px;
}
@media only all and (max-width: 59.99rem) {
  .g-pricing-tables.style2.g-has-featured-text .g-particle-intro {
    margin-bottom: 2.5rem;
  }
}
.g-pricing-tables.style2.g-has-featured-text > .g-grid {
  margin-top: 39px;
}
@media only all and (max-width: 59.99rem) {
  .g-pricing-tables.style2.g-has-featured-text > .g-grid {
    margin-top: 0;
  }
}
.g-pricing-tables.style2.g-has-featured-text .featured-table {
  margin-top: -39px;
}
@media only all and (max-width: 59.99rem) {
  .g-pricing-tables.style2.g-has-featured-text .featured-table {
    margin-top: 0;
  }
}
@font-face {
  font-family: 'cairo_extralight';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/cairo/cairo_extralight/cairo-extralight.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_extralight/cairo-extralight.woff2') format("woff2"), url('../fonts/cairo/cairo_extralight/cairo-extralight.woff') format("woff"), url('../fonts/cairo/cairo_extralight/cairo-extralight.ttf') format("truetype"), url('../fonts/cairo/cairo_extralight/cairo-extralight.svg#cairo_extralight') format("svg");
}
@font-face {
  font-family: 'cairo_light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/cairo/cairo_light/cairo-light.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_light/cairo-light.woff2') format("woff2"), url('../fonts/cairo/cairo_light/cairo-light.woff') format("woff"), url('../fonts/cairo/cairo_light/cairo-light.ttf') format("truetype"), url('../fonts/cairo/cairo_light/cairo-light.svg#cairo_light') format("svg");
}
@font-face {
  font-family: 'cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cairo/cairo_regular/cairo-regular.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_regular/cairo-regular.woff2') format("woff2"), url('../fonts/cairo/cairo_regular/cairo-regular.woff') format("woff"), url('../fonts/cairo/cairo_regular/cairo-regular.ttf') format("truetype"), url('../fonts/cairo/cairo_regular/cairo-regular.svg#cairo') format("svg");
}
@font-face {
  font-family: 'cairo_medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/cairo/cairo_medium/cairo-medium.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_medium/cairo-medium.woff2') format("woff2"), url('../fonts/cairo/cairo_medium/cairo-medium.woff') format("woff"), url('../fonts/cairo/cairo_medium/cairo-medium.ttf') format("truetype"), url('../fonts/cairo/cairo_medium/cairo-medium.svg#cairo_medium') format("svg");
}
@font-face {
  font-family: 'cairo_semibold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/cairo/cairo_semibold/cairo-semibold.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_semibold/cairo-semibold.woff2') format("woff2"), url('../fonts/cairo/cairo_semibold/cairo-semibold.woff') format("woff"), url('../fonts/cairo/cairo_semibold/cairo-semibold.ttf') format("truetype"), url('../fonts/cairo/cairo_semibold/cairo-semibold.svg#cairo_semibold') format("svg");
}
@font-face {
  font-family: 'cairo_bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cairo/cairo_bold/cairo-bold.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_bold/cairo-bold.woff2') format("woff2"), url('../fonts/cairo/cairo_bold/cairo-bold.woff') format("woff"), url('../fonts/cairo/cairo_bold/cairo-bold.ttf') format("truetype"), url('../fonts/cairo/cairo_bold/cairo-bold.svg#cairo_bold') format("svg");
}
@font-face {
  font-family: 'cairo_extrabold';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/cairo/cairo_extrabold/cairo-extrabold.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_extrabold/cairo-extrabold.woff2') format("woff2"), url('../fonts/cairo/cairo_extrabold/cairo-extrabold.woff') format("woff"), url('../fonts/cairo/cairo_extrabold/cairo-extrabold.ttf') format("truetype"), url('../fonts/cairo/cairo_extrabold/cairo-extrabold.svg#cairo_extrabold') format("svg");
}
@font-face {
  font-family: 'cairo_black';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/cairo/cairo_black/cairo-black.eot#iefix') format("embedded-opentype"), url('../fonts/cairo/cairo_black/cairo-black.woff2') format("woff2"), url('../fonts/cairo/cairo_black/cairo-black.woff') format("woff"), url('../fonts/cairo/cairo_black/cairo-black.ttf') format("truetype"), url('../fonts/cairo/cairo_black/cairo-black.svg#cairo_black') format("svg");
}
/*# sourceMappingURL=custom_38.css.map */