/*
if carousel has background: 
0 - no-bg
1 - has bg
*/
/*
type of background
dark - dark bg, white text
white - light bg, dark text
!!! if you have dark website you should check the mixin inside theme, you can switch the colors there !!!
REMINDER: add more comments, to reference the proper mixin
*/
/* URLS */
/* MAIN FONTS DECLARATION */
/* SOCIAL COLORS */
/* this will be removed */
:root {
  --rootFontSize: 62.5%;
  /* #region fonts */
  --primary-font: "Gelion", sans-serif;
  --secondary-font: "Cormorant Garamond", serif;
  /* #endregion */
  /* #region branding-primaries */
  --primary-color: #1c2b3c;
  --secondary-color: #7fc9c7;
  --tertiary-color: #c55f3c;
  --fourth-color: #e4e7e9;
  --neutral-color: #fff;
  /* #endregion */
  /* #region status-messages */
  --status-error: #cb1d23;
  --status-success: #1dad22;
  --status-warning: #eab308;
  /* #endregion */
  /* #region base colors */
  --general-bg-color: $neutralColor;
  --general-text-color: var(--primary-color);
  --main-layout-color: var(--general-bg-color);
  --loader-in-transparent-bg: var(--primary-color);
  --loader-in-bg: var(--neutral-color);
  /* #endregion */
  /* #region in-widget */
  --widget-background: var(--primary-color);
  --widget-background2: var(--fourth-color);
  --widget-background-even: rgba(28, 43, 60, 0.97);
  --widget-text-color: var(--neutral-color);
  --content-templates-padding: 9rem;
  /* #endregion */
  /* #region structural changes */
  /*
    on designer requests ( this is applied on all widgets, if something custom go to that particular css or use the widget unique or create a unique class )
    Info: 
      p- -> padding
      m- -> margin
      lr- -> left-right
  */
  --carousel-next-prev-border-radius: 5rem;
  --carousel-next-prev-width: 5rem;
  --carousel-next-prev-height: var(--carousel-next-prev-width);
  --video-controls-width: 5.8rem;
  --video-controls-height: var(--video-controls-width);
  --video-controls-border-radius: 5.8rem;
  --secondLvlCss-content-margin: clamp(3rem, 0.7936507937vw + 2.7301587302rem, 4rem);
  --secondLvlCss-heading-margin: var(--secondLvlCss-content-margin);
  --general-mobile-lr-gap: 3rem;
  --widget-with-bg--p-top: clamp(5rem, 4.7619047619vw + 3.380952381rem, 11rem);
  --widget-with-bg--p-bottom: clamp(5rem, 4.7619047619vw + 3.380952381rem, 11rem);
  --widget-with-bg--p-top-small: clamp(4rem, 1.5873015873vw + 3.4603174603rem, 6rem);
  --widget-with-bg--p-bottom-small: clamp(4rem, 1.5873015873vw + 3.4603174603rem, 6rem);
  --widget-title--m-bottom: clamp(3rem, 1.5873015873vw + 2.4603174603rem, 5rem);
  --widget-bottom-navigation--m-top: var(--widget-title--m-bottom);
  --widget-general-gap: clamp(2rem, 2.380952381vw + 1.1904761905rem, 5rem);
  /* #endregion */
  /* #region carousel & gridswith cards */
  --carousel-widget-item-gap: clamp(2rem, 0.7936507937vw + 1.7301587302rem, 3rem);
  --carousel-widget-item-general-width: clamp(26rem, 17.0634920635vw + 20.1984126984rem, 47.5rem);
  --carousel-widget-item-story-width: var(--carousel-widget-item-general-width);
  --carousel-widget-item-event-width: var(--carousel-widget-item-general-width);
  --carousel-widget-item-profile-width: clamp(26rem, 7.9365079365vw + 23.3015873016rem, 36rem);
  --carousel-widget-item-promos-width: clamp(23.7rem, 11.1904761905vw + 19.8952380952rem, 37.8rem);
  --carousel-widget-item-portals-width: clamp(20rem, 3.1746031746vw + 18.9206349206rem, 24rem);
  --carousel-widget-item-stats-width: clamp(30rem, 7.2028811525vw + 24.4753901561rem, 36rem);
  --carousel-widget-item-landscape-video-width: clamp(31.5rem, 21.3492063492vw + 24.2412698413rem, 58.4rem);
  --carousel-widget-item-portrait-video-width: clamp(31.5rem, 5.1587301587vw + 29.746031746rem, 38rem);
  --grid-widget-general-gap: clamp(1.5rem, 1.1904761905vw + 1.0952380952rem, 3rem);
  --grid-widget-item-general-width: clamp(25rem, 3.9682539683vw + 23.6507936508rem, 30rem);
  --grid-widget-item-stories-width: var(--grid-widget-item-general-width);
  --grid-widget-item-events-width: var(--grid-widget-item-general-width);
  --grid-widget-item-profiles-width: var(--grid-widget-item-general-width);
  --grid-widget-item-promos-width: clamp(20.7rem, 5.6349206349vw + 18.7841269841rem, 27.8rem);
  --grid-widget-item-portals-width: clamp(12rem, 6.3492063492vw + 9.8412698413rem, 20rem);
  --grid-widget-item-stats-width: clamp(32.3rem, 2.9365079365vw + 31.3015873016rem, 36rem);
  --grid-widget-item-landscape-video-width: clamp(31rem, 18vw + 11.2rem, 40rem);
  --grid-widget-item-portrait-video-width: clamp(21rem, 18vw + 1.2rem, 30rem);
  /* #endregion */
  /* #region grid-boundaries */
  --grid-module-content-column: 4/10;
  --grid-module-content-big-column: 3/6;
  /* #endregion */
}
@media (min-width: 1920px) {
  :root {
    --rootFontSize: max(62.5%, -webkit-calc(0.3vw - 0.625em) + 0.625rem);
    --rootFontSize: max(62.5%, -moz-calc(0.3vw - 0.625em) + 0.625rem);
    --rootFontSize: max(62.5%, calc(0.3vw - 0.625em) + 0.625rem);
  }
}
@media (max-width: 767px) {
  :root {
    --grid-module-content-big-column: 1/8;
  }
}

/* #region global */
/* #endregion */
/* #region hero */
/* #endregion */
/* #region content */
/* #endregion */
/* #region buttons */
/* #endregion */
/* NOTES */
/*
- the v's that you'll see in mixin are referring to the variant. It may or it may not show depending on what set has been chosen
- on promos, stats, portals, the v is set in _env file. Please set that first before doing anything in here
- on api/media cards, the v is set in config.js
- on the rest of the carousel / widget, the v is set in cshtml. Check for Set or Variant keyword
- on content templates, it's hardcore mode ( god be with you ) . Some can be chosen from _env but in some cases you'll have to dig into _content-templates.scss file until backend has time to integrate this in the cms instead of ckeditor.
*/
/* #region events */
/* #endregion */
/* #region notices */
/* #endregion */
/* #region profiles */
/* #endregion */
/* #region cards */
/* #endregion */
/* #region promos */
/* #endregion */
/* #region blockquote */
/* #endregion */
/* #region portals */
/* #endregion */
/* #region stats */
/* #endregion */
/* #region stories */
/* #endregion */
/* #region faqs */
/* #endregion */
/* #region contentTemplates */
/* #endregion */
/* #region videos */
/* #endregion */
/* #region tickertape */
/* #endregion */
/* #region glossary */
/* #endregion */
/* #region admission */
/* #endregion */
@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shTemplReset {
  line-height: initial;
  font-size: initial;
  /* Change Autocomplete styles in Chrome*/
}
.shTemplReset:before {
  clear: both;
  content: "";
  display: table;
  margin-top: -1px;
  height: 0;
}
.shTemplReset * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset *:focus {
  outline: none;
}
.shTemplReset *:after, .shTemplReset *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.shTemplReset main, .shTemplReset time {
  display: block;
}
.shTemplReset address {
  font-style: normal;
}
.shTemplReset button {
  cursor: pointer;
}
.shTemplReset button:focus {
  outline: none;
}
.shTemplReset fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
.shTemplReset input {
  border: 0;
  -moz-border-radius: 0;
       border-radius: 0;
}
.shTemplReset button:-moz-focusring,
.shTemplReset [type=button]:-moz-focusring,
.shTemplReset [type=reset]:-moz-focusring,
.shTemplReset [type=submit]:-moz-focusring {
  border-style: none;
  outline: 0;
}
.shTemplReset input:-webkit-autofill,
.shTemplReset input:-webkit-autofill:hover,
.shTemplReset input:-webkit-autofill:focus,
.shTemplReset input:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill,
.shTemplReset textarea:-webkit-autofill:hover,
.shTemplReset textarea:-webkit-autofill:focus,
.shTemplReset select:-webkit-autofill,
.shTemplReset select:-webkit-autofill:hover,
.shTemplReset select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 50px white inset;
}
.shTemplReset img {
  border-style: none;
}
.shTemplReset ul, .shTemplReset ul li {
  list-style-type: none;
}
.shTemplReset ul {
  padding: 0;
  margin: 0;
}
.shTemplReset em, .shTemplReset i {
  font-style: normal;
}
.shTemplReset a, .shTemplReset div, .shTemplReset span, .shTemplReset button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.shTemplReset hr, .shTemplReset svg {
  overflow: visible;
}
.shTemplReset *:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.shTplGContainer {
  max-width: 134rem;
  padding: 0 3rem;
  margin: 0 auto;
}
.shTplGContainer:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 767px) {
  .shTplGContainer {
    padding: 0 2rem;
  }
}

.shTplGResetHeaders {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.shTplGResetHeaders:first-letter {
  text-transform: capitalize;
}

.shTplResetAnchor {
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

.shTplGBlockScroll {
  position: relative;
  overflow: hidden;
}
@media (max-width: 730px) {
  .shTplGBlockScroll {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.shTplGBlockScroll-html {
  overflow: hidden;
}

.mtGenericLoader {
  height: 30px;
  width: 30px;
  -webkit-animation: stRotate 1.2s infinite linear;
     -moz-animation: stRotate 1.2s infinite linear;
          animation: stRotate 1.2s infinite linear;
  border: 2px solid #97012e;
  border-right-color: transparent;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 70px;
  z-index: 2;
  margin: -15px 0 0 0;
}

@-webkit-keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%; /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0; /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%; /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0; /* card bg */
  }
}

@-moz-keyframes skeletonAnimations {
  0% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%; /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0; /* card bg */
  }
  100% {
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%; /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0; /* card bg */
  }
}

@keyframes skeletonAnimations {
  0% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 0px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%; /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0; /* card bg */
  }
  100% {
    background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
    background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
    background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
    background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%; /* card bg */
    background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0; /* card bg */
  }
}
.mtGridContainer .mtStoryItem {
  float: left;
  width: 16.666%;
  padding: 0 10px 20px 10px;
}
@media (max-width: 1590px) {
  .mtGridContainer .mtStoryItem {
    width: 20%;
  }
}
@media (max-width: 1300px) {
  .mtGridContainer .mtStoryItem {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .mtGridContainer .mtStoryItem {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .mtGridContainer .mtStoryItem {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .mtGridContainer .mtStoryItem {
    width: 100%;
    max-width: 350px;
  }
}

.mtSearch {
  position: relative;
  width: 300px;
  float: left;
  margin-top: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mtSearch form {
  position: relative;
}
.mtSearch input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 50px;
  letter-spacing: 0.12em;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  color: #464646;
  border: none;
  background: none;
  height: 50px;
  border-bottom: 1px solid #e2e2e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mtSearch input::-webkit-input-placeholder {
  color: #464646;
  opacity: 1;
}
.mtSearch input::-moz-placeholder {
  color: #464646;
  opacity: 1;
}
.mtSearch input:-ms-input-placeholder {
  color: #464646;
  opacity: 1;
}
.mtSearch input:-moz-placeholder {
  color: #464646;
  opacity: 1;
}
.mtSearch input::-ms-clear {
  display: none;
}
html.no-touch .mtSearch input:hover {
  color: #222222;
  border-color: #a7a7a7;
}
@media (max-width: 1023px) {
  .mtSearch input {
    padding-left: 100px;
  }
}
.mtSearch .mtSearch__search-icon {
  width: 48px;
  height: 40px;
  top: 50%;
  left: 0;
  position: absolute;
  margin-top: -20px;
  z-index: 3;
  cursor: pointer;
}
.mtSearch .mtSearch__search-icon:before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23464646%27%20viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M12.5 11h-.8l-.3-.3c1-1.1 1.6-2.6 1.6-4.2C13 2.9 10.1 0 6.5 0S0 2.9 0 6.5 2.9 13 6.5 13c1.6 0 3.1-.6 4.2-1.6l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0C4 11 2 9 2 6.5S4 2 6.5 2 11 4 11 6.5 9 11 6.5 11z'  fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .mtSearch .mtSearch__search-icon:hover:before {
  opacity: 0.8;
}
.mtSearch .mtSearch__error-message, .mtSearch .mtSearch__noSpecialChars {
  background: rgba(224, 224, 224, 0.75);
  color: rgba(255, 0, 0, 0.8);
  padding: 3px 5px;
  position: absolute;
  top: -40%;
  margin-top: -12px;
  z-index: 2;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mtSearch .mtSearch__noSpecialChars {
  top: -31px;
  white-space: pre;
}
.mtSearch .mtSearch__noSpecialChars:after {
  content: "";
  position: absolute;
  left: 30%;
  top: 100%;
  border-top: 8px solid rgba(224, 224, 224, 0.75);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.mtSearch .mtSearch__clear {
  display: none;
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  top: 0;
  right: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.mtSearch .mtSearch__clear:after, .mtSearch .mtSearch__clear:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: #adadad;
}
.mtSearch .mtSearch__clear:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mtSearch .mtSearch__clear:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mtSearch .mtSearch__clear.isVisible {
  display: block;
}
html.no-touch .mtSearch .mtSearch__clear:hover:after, html.no-touch .mtSearch .mtSearch__clear:hover:before {
  background: #00afec;
}
.mtSearch .mtGenericLoader {
  left: auto;
  right: 48px;
}
.mtSearch .mtSearch__suggestions {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.15);
}
.mtSearch .mtSearch__suggestions:empty {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mtSearch .mtSearch__suggestions li {
  background: #fff;
  color: #464646;
  line-height: 50px;
  letter-spacing: 0.12em;
  font-family: "Lato", sans-serif;
  padding: 0 20px;
  font-size: 15px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .mtSearch .mtSearch__suggestions li:hover, .mtSearch .mtSearch__suggestions li.isSelected {
  background: rgb(229.5, 229.5, 229.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mtSearch.noSuggestionFound .mtSearch__search-icon {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .mtSearch {
    width: 226px;
  }
}
@media (max-width: 1023px) {
  .mtSearch {
    width: 100%;
    float: none;
    margin-top: 0;
    -webkit-box-shadow: 0 0 34px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 34px rgba(0, 0, 0, 0.4);
  }
  .mtSearch .mtSearch__search-icon {
    left: 50px;
  }
  .mtSearch .mtSearch__clear {
    left: 0;
  }
}

.mtStickyButtons__scrollTop {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: relative;
  display: block;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 8px 18px 2px rgba(3, 3, 3, 0.25);
          box-shadow: 0 8px 18px 2px rgba(3, 3, 3, 0.25);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mtStickyButtons__scrollTop i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
  border-top: 2px solid #00afec;
  border-right: 2px solid #00afec;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .mtStickyButtons__scrollTop:hover {
  background: #e8e8e8;
}
html.no-touch .mtStickyButtons__scrollTop:hover i {
  border-top: 2px solid #00afec;
  border-right: 2px solid #00afec;
}

.mtLoadMoreBtn {
  display: inline-block;
}
.filter-wrapper .filters-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.filter-wrapper .filters-box .filter-articles, .filter-wrapper .filters-box .filter-news {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.filter-wrapper .filters-box .filter-twitter {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.filter-wrapper .filters-box .filter-facebook {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.filter-wrapper .filters-box .filter-instagram {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.filter-wrapper .filters-box .filter-video, .filter-wrapper .filters-box .filter-videos, .filter-wrapper .filters-box .filter-youtube {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.filter-wrapper .filters-box .filter-pictures, .filter-wrapper .filters-box .filter-photos {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
     -moz-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.filter-wrapper .filters-box .filter-publications, .filter-wrapper .filters-box .filter-magazines {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
     -moz-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.filter-wrapper .filters-box .filter-audio, .filter-wrapper .filters-box .filter-soundcloud {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
     -moz-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.filter-wrapper .filters-box .filter-pinterest {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
     -moz-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.filter-wrapper .filters-box .filter-linkedin {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
     -moz-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.filter-wrapper .filters-box .filter-tiktok {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
     -moz-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.filter-wrapper .filters-box .filter-reset {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
     -moz-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

body {
  background: #f4f4f4;
}
body.filters-open.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.matrix-box {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 30px 10px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.matrix-box:after {
  display: table;
  content: "";
  clear: both;
}
.matrix-box .combination-words {
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  -moz-border-radius: 25px;
       border-radius: 25px;
  position: relative;
}
.matrix-box .combination-words:after {
  display: table;
  content: "";
  clear: both;
}
.matrix-box .combination-words:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.05);
}
.matrix-box .combination-words.toggleOR, .matrix-box .combination-words.isOr {
  background: none;
}
.matrix-box .combination-words + .combination-words {
  margin-left: 20px;
}
.matrix-box .combination-words.isStacked .combinations {
  display: block;
  margin: 20px 0;
}
.matrix-box .combinations {
  width: 72px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  background: #fff;
  position: relative;
  line-height: 30px;
  -moz-border-radius: 15px;
       border-radius: 15px;
  cursor: pointer;
}
.matrix-box .combinations span {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  top: 5px;
  left: 47px;
  background: #d5d5d5;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.matrix-box .combinations.or span {
  left: 5px;
}
.matrix-box .combinations.or:before {
  opacity: 0;
}
.matrix-box .combinations.or:after {
  opacity: 1;
}
.matrix-box .combinations:before, .matrix-box .combinations:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  font-family: "Lato", sans-serif;
  color: #000;
  line-height: 30px;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.matrix-box .combinations:before {
  content: "and";
  left: 12px;
  opacity: 1;
}
.matrix-box .combinations:after {
  content: "or";
  right: 12px;
  opacity: 0;
}
html.no-touch .matrix-box .combinations:hover {
  background: #fff;
}
html.no-touch .matrix-box .combinations:hover span {
  background: #a8a8a8;
}
.matrix-box .single-word {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0;
}
.matrix-box .word-item {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 30px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  padding-right: 10px;
  text-transform: capitalize;
  color: #727272;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.matrix-box .word-item span {
  display: block;
  float: left;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
}
.matrix-box .word-item span:after, .matrix-box .word-item span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: #00afec;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.matrix-box .word-item span:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.matrix-box .word-item span:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html.no-touch .matrix-box .word-item:hover {
  background: #fff;
  color: #00afec;
}
html.no-touch .matrix-box .word-item:hover span:before,
html.no-touch .matrix-box .word-item:hover span:after {
  background: #00afec;
}
@media all and (min-width: 1024px) {
  .matrix-box {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .matrix-box {
    margin-bottom: -20px;
  }
}

.filters-holder {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 2;
  background: #f4f4f4;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.filters-holder .filter-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1330px;
}
.filters-holder .filter-wrapper:after {
  display: table;
  content: "";
  clear: both;
}
@media all and (min-width: 1024px) {
  .filters-holder .filter-wrapper {
    min-height: 95px;
    padding-bottom: 15px;
    padding-top: 5px;
  }
}
.filters-holder .search-filtersWrapper {
  position: relative;
  z-index: 4;
  background: #f4f4f4;
}
.filters-holder .search-filtersWrapper:after {
  display: table;
  content: "";
  clear: both;
}
.filters-holder.isSticky {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 1023px) {
  .filters-holder {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.filters-box {
  position: relative;
  overflow: hidden;
  padding: 15px 30px 10px 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.filters-box h3 {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #464646;
  letter-spacing: 0.12em;
  line-height: 30px;
  margin: 0;
}
.filters-box ul {
  display: inline-block;
  padding: 0;
  margin: 0 0;
}
.filters-box li {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: transparent;
  border: 1px solid #e2e2e2;
  margin: 10px 20px 10px 0;
  font-size: 20px;
  line-height: 50px;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.filters-box li:before, .filters-box li:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-indent: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.filters-box li:after {
  opacity: 1;
}
.filters-box li:before {
  opacity: 0;
}
.filters-box li.filter-articles, .filters-box li.filter-news {
  color: #00afec;
}
.filters-box li.filter-articles:after, .filters-box li.filter-news:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2300afec%27%20viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76 512c41.352 0 75-34.648 75-76s-33.648-76-75-76-76 34.648-76 76 34.648 76 76 76zm0 0'/%3E%3Cpath d='M242 497c0 5.063-.43 10.02-.762 15h90c.239-5.008.762-9.938.762-15 0-173.688-143.312-317-317-317-5.062 0-9.992.523-15 .762v90c4.98-.332 9.938-.762 15-.762 124.07 0 227 102.93 227 227zm0 0'/%3E%3Cpath d='M15 0C9.934 0 5.027.61 0 .758v90.004C5.02 90.574 9.938 90 15 90c223.316 0 407 183.684 407 407 0 5.063-.574 9.98-.762 15h90.004c.149-5.027.758-9.934.758-15C512 223.617 288.379 0 15 0zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-articles:before, .filters-box li.filter-news:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76 512c41.352 0 75-34.648 75-76s-33.648-76-75-76-76 34.648-76 76 34.648 76 76 76zm0 0'/%3E%3Cpath d='M242 497c0 5.063-.43 10.02-.762 15h90c.239-5.008.762-9.938.762-15 0-173.688-143.312-317-317-317-5.062 0-9.992.523-15 .762v90c4.98-.332 9.938-.762 15-.762 124.07 0 227 102.93 227 227zm0 0'/%3E%3Cpath d='M15 0C9.934 0 5.027.61 0 .758v90.004C5.02 90.574 9.938 90 15 90c223.316 0 407 183.684 407 407 0 5.063-.574 9.98-.762 15h90.004c.149-5.027.758-9.934.758-15C512 223.617 288.379 0 15 0zm0 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-pictures, .filters-box li.filter-photos {
  color: #ff0084;
}
.filters-box li.filter-pictures:after, .filters-box li.filter-photos:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ff0084%27%20version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eflickr%3C/title%3E%3Cpath d='M0 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7zM18 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-pictures:before, .filters-box li.filter-photos:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ctitle%3Eflickr%3C/title%3E%3Cpath d='M0 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7zM18 17c0-3.866 3.134-7 7-7s7 3.134 7 7c0 3.866-3.134 7-7 7s-7-3.134-7-7z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-publications, .filters-box li.filter-magazines {
  color: #f36d5d;
}
.filters-box li.filter-publications:after, .filters-box li.filter-magazines:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23f36d5d%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath  d='M15.985 8.421c-4.194 0-7.564 3.393-7.564 7.579s3.37 7.579 7.564 7.579 7.594-3.393 7.594-7.579-3.4-7.579-7.594-7.579zM16 20.21c-2.325 0-4.21-1.885-4.21-4.211s1.885-4.211 4.211-4.211c2.325 0 4.21 1.885 4.21 4.211S18.326 20.21 16 20.21z'/%3E%3Cpath  d='M16 0H1.369C.614 0 .001.613.001 1.368v14.631c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0 26.947C9.954 26.947 5.053 22.046 5.053 16S9.954 5.053 16 5.053 26.947 9.954 26.947 16 22.046 26.947 16 26.947z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-publications:before, .filters-box li.filter-magazines:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath  d='M15.985 8.421c-4.194 0-7.564 3.393-7.564 7.579s3.37 7.579 7.564 7.579 7.594-3.393 7.594-7.579-3.4-7.579-7.594-7.579zM16 20.21c-2.325 0-4.21-1.885-4.21-4.211s1.885-4.211 4.211-4.211c2.325 0 4.21 1.885 4.21 4.211S18.326 20.21 16 20.21z'/%3E%3Cpath  d='M16 0H1.369C.614 0 .001.613.001 1.368v14.631c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0 26.947C9.954 26.947 5.053 22.046 5.053 16S9.954 5.053 16 5.053 26.947 9.954 26.947 16 22.046 26.947 16 26.947z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-video, .filters-box li.filter-videos, .filters-box li.filter-youtube {
  color: #ff0000;
}
.filters-box li.filter-video:after, .filters-box li.filter-videos:after, .filters-box li.filter-youtube:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ff0000%27%20xmlns='http://www.w3.org/2000/svg' width='373.008' height='373.008'%3E%3Cpath d='M61.792 2.588C64.771.864 68.105 0 71.444 0c3.33 0 6.663.864 9.655 2.588l230.116 167.2c5.963 3.445 9.656 9.823 9.656 16.719 0 6.895-3.683 13.272-9.656 16.713L81.099 370.427c-5.972 3.441-13.334 3.441-19.302 0-5.973-3.453-9.66-9.833-9.66-16.724V19.305c0-6.892 3.681-13.269 9.655-16.717z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-video:before, .filters-box li.filter-videos:before, .filters-box li.filter-youtube:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' width='373.008' height='373.008'%3E%3Cpath d='M61.792 2.588C64.771.864 68.105 0 71.444 0c3.33 0 6.663.864 9.655 2.588l230.116 167.2c5.963 3.445 9.656 9.823 9.656 16.719 0 6.895-3.683 13.272-9.656 16.713L81.099 370.427c-5.972 3.441-13.334 3.441-19.302 0-5.973-3.453-9.66-9.833-9.66-16.724V19.305c0-6.892 3.681-13.269 9.655-16.717z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-video:after, .filters-box li.filter-video:before, .filters-box li.filter-videos:after, .filters-box li.filter-videos:before, .filters-box li.filter-youtube:after, .filters-box li.filter-youtube:before {
  left: 2px;
}
.filters-box li.filter-vimeo {
  color: #28B5F5;
}
.filters-box li.filter-vimeo:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2328B5F5%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31.988 8.563c-.144 3.113-2.319 7.381-6.525 12.794-4.35 5.65-8.031 8.481-11.044 8.481-1.863 0-3.444-1.719-4.731-5.163-.863-3.156-1.719-6.313-2.581-9.469-.956-3.444-1.981-5.162-3.081-5.162-.237 0-1.075.506-2.513 1.506L.007 9.612C1.588 8.225 3.145 6.837 4.676 5.45 6.782 3.631 8.364 2.675 9.42 2.575c2.487-.237 4.025 1.463 4.6 5.106.619 3.931 1.05 6.375 1.294 7.331.719 3.263 1.506 4.894 2.369 4.894.669 0 1.675-1.056 3.019-3.175 1.337-2.113 2.056-3.725 2.156-4.831.194-1.825-.525-2.744-2.156-2.744-.769 0-1.556.175-2.369.525 1.575-5.15 4.575-7.65 9.012-7.506 3.281.087 4.831 2.219 4.644 6.388z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-vimeo:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M31.988 8.563c-.144 3.113-2.319 7.381-6.525 12.794-4.35 5.65-8.031 8.481-11.044 8.481-1.863 0-3.444-1.719-4.731-5.163-.863-3.156-1.719-6.313-2.581-9.469-.956-3.444-1.981-5.162-3.081-5.162-.237 0-1.075.506-2.513 1.506L.007 9.612C1.588 8.225 3.145 6.837 4.676 5.45 6.782 3.631 8.364 2.675 9.42 2.575c2.487-.237 4.025 1.463 4.6 5.106.619 3.931 1.05 6.375 1.294 7.331.719 3.263 1.506 4.894 2.369 4.894.669 0 1.675-1.056 3.019-3.175 1.337-2.113 2.056-3.725 2.156-4.831.194-1.825-.525-2.744-2.156-2.744-.769 0-1.556.175-2.369.525 1.575-5.15 4.575-7.65 9.012-7.506 3.281.087 4.831 2.219 4.644 6.388z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-audio, .filters-box li.filter-soundcloud {
  color: #ff8800;
}
.filters-box li.filter-audio:after, .filters-box li.filter-soundcloud:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23ff8800%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M12.25 21.438l.25-3.766-.25-8.172c-.016-.203-.172-.375-.375-.375-.187 0-.359.172-.359.375l-.219 8.172.219 3.766c.016.203.172.359.359.359.203 0 .359-.156.375-.359zm4.625-.454l.172-3.297-.187-9.156c0-.156-.078-.297-.203-.375-.078-.047-.156-.078-.25-.078s-.172.031-.25.078c-.125.078-.203.219-.203.375l-.016.094-.156 9.047s0 .016.172 3.687v.016c0 .094.031.187.094.266.094.109.219.172.359.172.125 0 .234-.063.313-.141.094-.078.141-.187.141-.313zM.547 15.672l.313 2-.313 1.969c-.016.078-.063.141-.141.141s-.125-.063-.141-.141l-.266-1.969.266-2c.016-.078.063-.141.141-.141s.125.063.141.141zm1.344-1.234l.406 3.234-.406 3.172c-.016.078-.078.141-.156.141s-.141-.063-.141-.156l-.359-3.156.359-3.234c0-.078.063-.141.141-.141s.141.063.156.141zm4.375 7.078zm-2.938-7.672l.391 3.828-.391 3.703c0 .094-.078.172-.172.172s-.172-.078-.187-.172l-.328-3.703.328-3.828c.016-.109.094-.187.187-.187s.172.078.172.187zm1.469-.11l.359 3.938-.359 3.813c-.016.125-.109.203-.219.203s-.203-.078-.203-.203l-.328-3.813.328-3.938c0-.125.094-.203.203-.203s.203.078.219.203zm1.469.282l.328 3.656-.328 3.844c-.016.141-.125.25-.25.25s-.234-.109-.234-.25l-.313-3.844.313-3.656c0-.125.109-.234.234-.234s.234.109.25.234zm5.984 7.422zm-4.516-9.704l.328 5.938-.328 3.844c0 .156-.125.281-.266.281-.156 0-.266-.125-.281-.281l-.281-3.844.281-5.938c.016-.156.125-.281.281-.281.141 0 .266.125.266.281zm1.469-1.343l.297 7.313-.297 3.813c0 .172-.141.297-.297.297-.172 0-.297-.125-.313-.297l-.25-3.813.25-7.313c.016-.172.141-.297.313-.297.156 0 .297.125.297.297zm1.531-.625l.281 7.906-.281 3.781c-.016.187-.156.328-.344.328-.172 0-.313-.141-.328-.328l-.25-3.781.25-7.906c0-.187.156-.344.328-.344.187 0 .328.156.344.344zm6.125 11.593zM13.766 9.703L14 17.672l-.234 3.734c0 .219-.172.391-.391.391s-.375-.172-.391-.391l-.219-3.734.219-7.969c0-.219.172-.391.391-.391s.391.172.391.391zm1.547.297l.219 7.688-.219 3.687c0 .234-.187.422-.422.422s-.422-.187-.438-.422l-.187-3.687.187-7.688c.016-.25.203-.438.438-.438s.406.187.422.438zm3.312 7.687l-.219 3.609c0 .266-.219.484-.484.484s-.484-.219-.5-.484l-.094-1.781-.094-1.828.187-9.938v-.047c.016-.141.078-.281.187-.375a.499.499 0 0 1 .313-.109c.078 0 .172.031.234.078.141.078.234.234.25.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406H19.297c-.266-.031-.484-.234-.484-.516V7.234c0-.266.094-.391.438-.516.859-.344 1.828-.531 2.828-.531 4.078 0 7.422 3.125 7.781 7.109.531-.219 1.109-.344 1.719-.344 2.438 0 4.422 1.984 4.422 4.438z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-audio:before, .filters-box li.filter-soundcloud:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 28'%3E%3Cpath d='M12.25 21.438l.25-3.766-.25-8.172c-.016-.203-.172-.375-.375-.375-.187 0-.359.172-.359.375l-.219 8.172.219 3.766c.016.203.172.359.359.359.203 0 .359-.156.375-.359zm4.625-.454l.172-3.297-.187-9.156c0-.156-.078-.297-.203-.375-.078-.047-.156-.078-.25-.078s-.172.031-.25.078c-.125.078-.203.219-.203.375l-.016.094-.156 9.047s0 .016.172 3.687v.016c0 .094.031.187.094.266.094.109.219.172.359.172.125 0 .234-.063.313-.141.094-.078.141-.187.141-.313zM.547 15.672l.313 2-.313 1.969c-.016.078-.063.141-.141.141s-.125-.063-.141-.141l-.266-1.969.266-2c.016-.078.063-.141.141-.141s.125.063.141.141zm1.344-1.234l.406 3.234-.406 3.172c-.016.078-.078.141-.156.141s-.141-.063-.141-.156l-.359-3.156.359-3.234c0-.078.063-.141.141-.141s.141.063.156.141zm4.375 7.078zm-2.938-7.672l.391 3.828-.391 3.703c0 .094-.078.172-.172.172s-.172-.078-.187-.172l-.328-3.703.328-3.828c.016-.109.094-.187.187-.187s.172.078.172.187zm1.469-.11l.359 3.938-.359 3.813c-.016.125-.109.203-.219.203s-.203-.078-.203-.203l-.328-3.813.328-3.938c0-.125.094-.203.203-.203s.203.078.219.203zm1.469.282l.328 3.656-.328 3.844c-.016.141-.125.25-.25.25s-.234-.109-.234-.25l-.313-3.844.313-3.656c0-.125.109-.234.234-.234s.234.109.25.234zm5.984 7.422zm-4.516-9.704l.328 5.938-.328 3.844c0 .156-.125.281-.266.281-.156 0-.266-.125-.281-.281l-.281-3.844.281-5.938c.016-.156.125-.281.281-.281.141 0 .266.125.266.281zm1.469-1.343l.297 7.313-.297 3.813c0 .172-.141.297-.297.297-.172 0-.297-.125-.313-.297l-.25-3.813.25-7.313c.016-.172.141-.297.313-.297.156 0 .297.125.297.297zm1.531-.625l.281 7.906-.281 3.781c-.016.187-.156.328-.344.328-.172 0-.313-.141-.328-.328l-.25-3.781.25-7.906c0-.187.156-.344.328-.344.187 0 .328.156.344.344zm6.125 11.593zM13.766 9.703L14 17.672l-.234 3.734c0 .219-.172.391-.391.391s-.375-.172-.391-.391l-.219-3.734.219-7.969c0-.219.172-.391.391-.391s.391.172.391.391zm1.547.297l.219 7.688-.219 3.687c0 .234-.187.422-.422.422s-.422-.187-.438-.422l-.187-3.687.187-7.688c.016-.25.203-.438.438-.438s.406.187.422.438zm3.312 7.687l-.219 3.609c0 .266-.219.484-.484.484s-.484-.219-.5-.484l-.094-1.781-.094-1.828.187-9.938v-.047c.016-.141.078-.281.187-.375a.499.499 0 0 1 .313-.109c.078 0 .172.031.234.078.141.078.234.234.25.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406H19.297c-.266-.031-.484-.234-.484-.516V7.234c0-.266.094-.391.438-.516.859-.344 1.828-.531 2.828-.531 4.078 0 7.422 3.125 7.781 7.109.531-.219 1.109-.344 1.719-.344 2.438 0 4.422 1.984 4.422 4.438z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-blog {
  color: #d54e21;
}
.filters-box li.filter-blog:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23d54e21%27%20xmlns='http://www.w3.org/2000/svg' height='56.693' width='56.693'%3E%3Cpath clip-rule='evenodd' d='M52.279 26.151l-.406-.84-.68-.531c-.887-.695-5.375.045-6.584-1.053-.857-.789-.99-2.211-1.25-4.131-.48-3.734-.787-3.926-1.369-5.186-2.113-4.488-7.848-7.863-11.787-8.332H19.531c-8.395 0-15.257 6.877-15.257 15.271v17.813c0 8.379 6.862 15.242 15.257 15.242h17.534c8.395 0 15.215-6.863 15.262-15.242l.094-12.338-.142-.673zm-32.553-7.592h8.461a2.922 2.922 0 0 1 2.922 2.91 2.934 2.934 0 0 1-2.922 2.922h-8.461a2.934 2.934 0 0 1-2.923-2.922 2.921 2.921 0 0 1 2.923-2.91zm17.192 23.286H19.726c-1.615 0-2.923-1.328-2.923-2.906a2.916 2.916 0 0 1 2.923-2.906h17.192a2.908 2.908 0 0 1 2.906 2.906c0 1.578-1.301 2.906-2.906 2.906z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-blog:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' height='56.693' width='56.693'%3E%3Cpath clip-rule='evenodd' d='M52.279 26.151l-.406-.84-.68-.531c-.887-.695-5.375.045-6.584-1.053-.857-.789-.99-2.211-1.25-4.131-.48-3.734-.787-3.926-1.369-5.186-2.113-4.488-7.848-7.863-11.787-8.332H19.531c-8.395 0-15.257 6.877-15.257 15.271v17.813c0 8.379 6.862 15.242 15.257 15.242h17.534c8.395 0 15.215-6.863 15.262-15.242l.094-12.338-.142-.673zm-32.553-7.592h8.461a2.922 2.922 0 0 1 2.922 2.91 2.934 2.934 0 0 1-2.922 2.922h-8.461a2.934 2.934 0 0 1-2.923-2.922 2.921 2.921 0 0 1 2.923-2.91zm17.192 23.286H19.726c-1.615 0-2.923-1.328-2.923-2.906a2.916 2.916 0 0 1 2.923-2.906h17.192a2.908 2.908 0 0 1 2.906 2.906c0 1.578-1.301 2.906-2.906 2.906z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-wordpress {
  color: #d54e21;
}
.filters-box li.filter-wordpress:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23d54e21%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M1.984 14c0-1.734.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zm20.125-.609c0 1.031-.422 2.219-.922 3.891l-1.188 4-4.344-12.906s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.953.141-3.203.156-3.203.156s-1.172-.016-3.156-.156c-.656-.047-.734.938-.078.984.609.063 1.25.125 1.25.125l1.875 5.125-2.625 7.875-4.375-13s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.937.141-3.203.156-3.203.156-.219 0-.484-.016-.766-.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-.156c-1.172 0-2.016 1.016-2.016 2.125 0 .984.578 1.813 1.188 2.812.469.797.984 1.828.984 3.313zm-7.906 1.656l3.703 10.109c.016.063.047.125.078.172-1.25.438-2.578.688-3.984.688-1.172 0-2.312-.172-3.391-.5zm10.328-6.813c.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c.609-1.75.922-3.094.922-4.312 0-.438-.031-.844-.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14S0 21.719 0 14 6.281 0 14 0zm0 27.359c7.359 0 13.359-6 13.359-13.359S21.359.641 14 .641.641 6.641.641 14s6 13.359 13.359 13.359z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-wordpress:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath d='M1.984 14c0-1.734.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zm20.125-.609c0 1.031-.422 2.219-.922 3.891l-1.188 4-4.344-12.906s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.953.141-3.203.156-3.203.156s-1.172-.016-3.156-.156c-.656-.047-.734.938-.078.984.609.063 1.25.125 1.25.125l1.875 5.125-2.625 7.875-4.375-13s.719-.047 1.375-.125c.641-.078.562-1.031-.078-.984-1.937.141-3.203.156-3.203.156-.219 0-.484-.016-.766-.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-.156c-1.172 0-2.016 1.016-2.016 2.125 0 .984.578 1.813 1.188 2.812.469.797.984 1.828.984 3.313zm-7.906 1.656l3.703 10.109c.016.063.047.125.078.172-1.25.438-2.578.688-3.984.688-1.172 0-2.312-.172-3.391-.5zm10.328-6.813c.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c.609-1.75.922-3.094.922-4.312 0-.438-.031-.844-.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14S0 21.719 0 14 6.281 0 14 0zm0 27.359c7.359 0 13.359-6 13.359-13.359S21.359.641 14 .641.641 6.641.641 14s6 13.359 13.359 13.359z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-pinterest {
  color: #bd081c;
}
.filters-box li.filter-pinterest:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23bd081c%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-.172-3.406-.5.453-.719.969-1.641 1.219-2.562 0 0 .141-.531.844-3.297.406.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063.781 3.906 2.453 4.594.266.109.516 0 .594-.313.063-.203.187-.734.25-.953.078-.313.047-.406-.172-.672-.484-.578-.797-1.313-.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312.359-1.516 1.062-3.156 1.062-4.25 0-.984-.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-.219.906-.234 1.922-.203 2.766C2.953 23.141 0 18.922 0 14 0 7.375 5.375 2 12 2s12 5.375 12 12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-pinterest:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-.172-3.406-.5.453-.719.969-1.641 1.219-2.562 0 0 .141-.531.844-3.297.406.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063.781 3.906 2.453 4.594.266.109.516 0 .594-.313.063-.203.187-.734.25-.953.078-.313.047-.406-.172-.672-.484-.578-.797-1.313-.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312.359-1.516 1.062-3.156 1.062-4.25 0-.984-.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-.219.906-.234 1.922-.203 2.766C2.953 23.141 0 18.922 0 14 0 7.375 5.375 2 12 2s12 5.375 12 12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-instagram {
  color: #7a41ae;
}
.filters-box li.filter-instagram:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%237a41ae%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-instagram:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28'%3E%3Cpath d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zm2.156 0c0 3.406-2.75 6.156-6.156 6.156S5.844 17.406 5.844 14 8.594 7.844 12 7.844s6.156 2.75 6.156 6.156zm1.688-6.406c0 .797-.641 1.437-1.437 1.437S16.97 8.39 16.97 7.594s.641-1.437 1.437-1.437 1.437.641 1.437 1.437zM12 4.156c-1.75 0-5.5-.141-7.078.484-.547.219-.953.484-1.375.906s-.688.828-.906 1.375c-.625 1.578-.484 5.328-.484 7.078s-.141 5.5.484 7.078c.219.547.484.953.906 1.375s.828.688 1.375.906c1.578.625 5.328.484 7.078.484s5.5.141 7.078-.484c.547-.219.953-.484 1.375-.906s.688-.828.906-1.375c.625-1.578.484-5.328.484-7.078s.141-5.5-.484-7.078c-.219-.547-.484-.953-.906-1.375s-.828-.688-1.375-.906C17.5 4.015 13.75 4.156 12 4.156zM24 14c0 1.656.016 3.297-.078 4.953-.094 1.922-.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656.094-3.297.078-4.953.078s-3.297.016-4.953-.078c-1.922-.094-3.625-.531-5.031-1.937S.173 20.875.08 18.953C-.014 17.297.002 15.656.002 14s-.016-3.297.078-4.953c.094-1.922.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-.094 3.297-.078 4.953-.078s3.297-.016 4.953.078c1.922.094 3.625.531 5.031 1.937s1.844 3.109 1.937 5.031C24.016 10.703 24 12.344 24 14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-facebook {
  color: #3b5998;
}
.filters-box li.filter-facebook:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%233b5998%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-facebook:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.113 430.114' %3E%3Cpath d='M158.081 83.3v59.218h-43.385v72.412h43.385v215.183h89.122V214.936h59.805s5.601-34.721 8.316-72.685H247.54V92.74c0-7.4 9.717-17.354 19.321-17.354h48.557V.001h-66.021C155.878-.004 158.081 72.48 158.081 83.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-twitter {
  color: #0f1419;
}
.filters-box li.filter-twitter:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230f1419%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-twitter:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 245.737 230'%3E%3Cg id='layer1' transform='translate(-281.5 -167.31)'%3E%3Cpath id='path1009' d='M282.1,167.31l94.876,126.859L281.5,397.31h21.488l83.589-90.3,67.537,90.3h73.124L427.022,263.316,515.89,167.31H494.4l-76.981,83.166-62.2-83.166Zm31.6,15.828h33.594L495.633,381.48H462.04Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-tiktok {
  color: #000;
}
.filters-box li.filter-tiktok:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23000%27%20viewBox='0 0 512 512' id='icons' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-tiktok:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 512 512' id='icons' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-linkedin {
  color: #0a66c2;
}
.filters-box li.filter-linkedin:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230a66c2%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 382 382'%3E%3Cpath d='M347.445 0H34.555C15.471 0 0 15.471 0 34.555v312.889C0 366.529 15.471 382 34.555 382h312.889C366.529 382 382 366.529 382 347.444V34.555C382 15.471 366.529 0 347.445 0zM118.207 329.844c0 5.554-4.502 10.056-10.056 10.056H65.345c-5.554 0-10.056-4.502-10.056-10.056V150.403c0-5.554 4.502-10.056 10.056-10.056h42.806c5.554 0 10.056 4.502 10.056 10.056v179.441zM86.748 123.432c-22.459 0-40.666-18.207-40.666-40.666S64.289 42.1 86.748 42.1s40.666 18.207 40.666 40.666-18.206 40.666-40.666 40.666zM341.91 330.654a9.247 9.247 0 01-9.246 9.246H286.73a9.247 9.247 0 01-9.246-9.246v-84.168c0-12.556 3.683-55.021-32.813-55.021-28.309 0-34.051 29.066-35.204 42.11v97.079a9.246 9.246 0 01-9.246 9.246h-44.426a9.247 9.247 0 01-9.246-9.246V149.593a9.247 9.247 0 019.246-9.246h44.426a9.247 9.247 0 019.246 9.246v15.655c10.497-15.753 26.097-27.912 59.312-27.912 73.552 0 73.131 68.716 73.131 106.472v86.846z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-linkedin:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 382 382'%3E%3Cpath d='M347.445 0H34.555C15.471 0 0 15.471 0 34.555v312.889C0 366.529 15.471 382 34.555 382h312.889C366.529 382 382 366.529 382 347.444V34.555C382 15.471 366.529 0 347.445 0zM118.207 329.844c0 5.554-4.502 10.056-10.056 10.056H65.345c-5.554 0-10.056-4.502-10.056-10.056V150.403c0-5.554 4.502-10.056 10.056-10.056h42.806c5.554 0 10.056 4.502 10.056 10.056v179.441zM86.748 123.432c-22.459 0-40.666-18.207-40.666-40.666S64.289 42.1 86.748 42.1s40.666 18.207 40.666 40.666-18.206 40.666-40.666 40.666zM341.91 330.654a9.247 9.247 0 01-9.246 9.246H286.73a9.247 9.247 0 01-9.246-9.246v-84.168c0-12.556 3.683-55.021-32.813-55.021-28.309 0-34.051 29.066-35.204 42.11v97.079a9.246 9.246 0 01-9.246 9.246h-44.426a9.247 9.247 0 01-9.246-9.246V149.593a9.247 9.247 0 019.246-9.246h44.426a9.247 9.247 0 019.246 9.246v15.655c10.497-15.753 26.097-27.912 59.312-27.912 73.552 0 73.131 68.716 73.131 106.472v86.846z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-hubspot {
  color: #f8761f;
}
.filters-box li.filter-hubspot:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23f8761f%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.107 13.099' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M12.027 6.222a3.33 3.33 0 00-1.209-1.201 3.26 3.26 0 00-1.223-.424V3a1.17 1.17 0 00.722-1.097 1.2 1.2 0 00-1.2-1.206 1.21 1.21 0 00-1.21 1.206c0 .49.26.908.707 1.097v1.588a3.49 3.49 0 00-1.064.334L3.275 1.685c.03-.113.056-.23.056-.353a1.336 1.336 0 10-1.335 1.336c.252 0 .485-.074.686-.195l.28.212L6.797 5.45a3.193 3.193 0 00-.543.636c-.306.485-.493 1.018-.493 1.6v.12a3.35 3.35 0 00.21 1.156c.116.316.286.604.497.864l-1.274 1.277a1.027 1.027 0 00-1.387.968 1.033 1.033 0 002.065 0 1.03 1.03 0 00-.048-.31l1.316-1.316c.18.125.375.23.585.32a3.42 3.42 0 001.369.288h.09c.552 0 1.073-.13 1.562-.395a3.23 3.23 0 001.224-1.153 3.02 3.02 0 00.475-1.63v-.03c0-.587-.136-1.128-.42-1.624zM10.42 8.984c-.357.397-.768.642-1.232.642H9.1c-.265 0-.525-.073-.778-.207a1.8 1.8 0 01-.682-.621 1.448 1.448 0 01-.284-.845v-.09c0-.296.057-.577.2-.842.153-.3.36-.515.635-.694s.558-.265.88-.265h.03c.29 0 .567.057.827.19a1.75 1.75 0 01.65.591 1.88 1.88 0 01.291.83l.007.187c0 .407-.156.784-.467 1.126z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-hubspot:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.107 13.099' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M12.027 6.222a3.33 3.33 0 00-1.209-1.201 3.26 3.26 0 00-1.223-.424V3a1.17 1.17 0 00.722-1.097 1.2 1.2 0 00-1.2-1.206 1.21 1.21 0 00-1.21 1.206c0 .49.26.908.707 1.097v1.588a3.49 3.49 0 00-1.064.334L3.275 1.685c.03-.113.056-.23.056-.353a1.336 1.336 0 10-1.335 1.336c.252 0 .485-.074.686-.195l.28.212L6.797 5.45a3.193 3.193 0 00-.543.636c-.306.485-.493 1.018-.493 1.6v.12a3.35 3.35 0 00.21 1.156c.116.316.286.604.497.864l-1.274 1.277a1.027 1.027 0 00-1.387.968 1.033 1.033 0 002.065 0 1.03 1.03 0 00-.048-.31l1.316-1.316c.18.125.375.23.585.32a3.42 3.42 0 001.369.288h.09c.552 0 1.073-.13 1.562-.395a3.23 3.23 0 001.224-1.153 3.02 3.02 0 00.475-1.63v-.03c0-.587-.136-1.128-.42-1.624zM10.42 8.984c-.357.397-.768.642-1.232.642H9.1c-.265 0-.525-.073-.778-.207a1.8 1.8 0 01-.682-.621 1.448 1.448 0 01-.284-.845v-.09c0-.296.057-.577.2-.842.153-.3.36-.515.635-.694s.558-.265.88-.265h.03c.29 0 .567.057.827.19a1.75 1.75 0 01.65.591 1.88 1.88 0 01.291.83l.007.187c0 .407-.156.784-.467 1.126z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-vidigami {
  color: #b6f2d8;
}
.filters-box li.filter-vidigami:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23b6f2d8%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480.97 600'%3E%3Cpath d='M0 205.82h149.56l70.73 148.83 70-148.83h149.56L220.29 600 0 205.82z'/%3E%3Cpath d='m480.97,78.84c0,43.46-34.64,78.1-78.1,78.1s-78.1-34.64-78.1-78.1S360.87,0,402.87,0s78.1,35.37,78.1,78.84Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-vidigami:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480.97 600'%3E%3Cpath d='M0 205.82h149.56l70.73 148.83 70-148.83h149.56L220.29 600 0 205.82z'/%3E%3Cpath d='m480.97,78.84c0,43.46-34.64,78.1-78.1,78.1s-78.1-34.64-78.1-78.1S360.87,0,402.87,0s78.1,35.37,78.1,78.84Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-smugmug {
  color: #2fd600;
}
.filters-box li.filter-smugmug:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg%20fill%3D%27%232fd600%27%20role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ESmugMug%3C/title%3E%3Cpath d='M18.31 0l-.35.01c-1.55.13-2.46 1.2-2.6 2.28-.15 1.2.65 2.4 2.58 2.28 2.15-.12 3.09-1.2 3.1-2.28.02-1.15-1-2.28-2.73-2.29zM7.21.34A2.66 2.66 0 004.56 2.6C4.41 3.73 5.12 4.87 7 4.85c2.23-.04 3.31-1.37 3.16-2.57-.12-1-1.09-1.92-2.94-1.94zm12.35 8.71a7 7 0 00-.4.02c-5.28.54-5.54.6-15.26.82C-.2 9.9.62 24 9.38 24c8.2 0 18.12-15.15 10.18-14.95zm-1.1 2.7c3.18-.07-2.9 9.53-8.8 9.56-7.46 0-6.44-8.8-5.18-8.85 8.67-.35 10.88-.64 13.98-.71Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-smugmug:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg%20fill%3D%27%23fff%27%20role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ESmugMug%3C/title%3E%3Cpath d='M18.31 0l-.35.01c-1.55.13-2.46 1.2-2.6 2.28-.15 1.2.65 2.4 2.58 2.28 2.15-.12 3.09-1.2 3.1-2.28.02-1.15-1-2.28-2.73-2.29zM7.21.34A2.66 2.66 0 004.56 2.6C4.41 3.73 5.12 4.87 7 4.85c2.23-.04 3.31-1.37 3.16-2.57-.12-1-1.09-1.92-2.94-1.94zm12.35 8.71a7 7 0 00-.4.02c-5.28.54-5.54.6-15.26.82C-.2 9.9.62 24 9.38 24c8.2 0 18.12-15.15 10.18-14.95zm-1.1 2.7c3.18-.07-2.9 9.53-8.8 9.56-7.46 0-6.44-8.8-5.18-8.85 8.67-.35 10.88-.64 13.98-.71Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-reset {
  display: none;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  text-indent: 0;
  width: auto;
  background: none;
  margin-left: 12px;
  padding: 0 10px;
  line-height: 52px;
  margin-right: 0;
}
.filters-box li.filter-reset span {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -10px;
}
.filters-box li.filter-reset span:before, .filters-box li.filter-reset span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.filters-box li.filter-reset span:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2300afec%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M113.5 275.72A142.5 142.5 0 0 0 258.16 418.2c76.42-1.13 138.87-63.32 140.31-139.74a141.91 141.91 0 0 0-24.58-82.83 22.52 22.52 0 0 0-34.54-3.27 22.67 22.67 0 0 0-2.53 28.81 97.51 97.51 0 0 1-85.42 151.94c-50-2.3-90.49-42.84-92.79-92.79A97.53 97.53 0 0 1 237.43 180 22.65 22.65 0 0 0 256 157.83a22.52 22.52 0 0 0-26.74-22.11 142.54 142.54 0 0 0-115.76 140z'/%3E%3Cpath d='M181 108.2v124.58a10.55 10.55 0 0 0 15.82 9.14l107.89-62.29a10.55 10.55 0 0 0 0-18.27L196.82 99.07A10.55 10.55 0 0 0 181 108.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1;
}
.filters-box li.filter-reset span:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%2300afec%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M113.5 275.72A142.5 142.5 0 0 0 258.16 418.2c76.42-1.13 138.87-63.32 140.31-139.74a141.91 141.91 0 0 0-24.58-82.83 22.52 22.52 0 0 0-34.54-3.27 22.67 22.67 0 0 0-2.53 28.81 97.51 97.51 0 0 1-85.42 151.94c-50-2.3-90.49-42.84-92.79-92.79A97.53 97.53 0 0 1 237.43 180 22.65 22.65 0 0 0 256 157.83a22.52 22.52 0 0 0-26.74-22.11 142.54 142.54 0 0 0-115.76 140z'/%3E%3Cpath d='M181 108.2v124.58a10.55 10.55 0 0 0 15.82 9.14l107.89-62.29a10.55 10.55 0 0 0 0-18.27L196.82 99.07A10.55 10.55 0 0 0 181 108.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
}
.filters-box li.filter-reset p {
  margin: 0;
  letter-spacing: 0.12em;
  text-transform: capitalize;
  padding: 14px 0 0 20px;
  font-family: "Lato", sans-serif;
  color: #464646;
  line-height: 23px;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
html.no-touch .filters-box li.filter-reset:hover, .filters-box li.filter-reset.active {
  background: none;
  border: 0;
}
html.no-touch .filters-box li.filter-reset:hover p, .filters-box li.filter-reset.active p {
  color: #00afec;
}
html.no-touch .filters-box li.filter-reset:hover span:after, .filters-box li.filter-reset.active span:after {
  opacity: 0;
}
html.no-touch .filters-box li.filter-reset:hover span:before, .filters-box li.filter-reset.active span:before {
  opacity: 1;
}
.filters-box li.filter-events {
  color: #d4003c;
}
.filters-box li.filter-events:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23d4003c%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-events:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-socialMedia {
  color: #0f1419;
}
.filters-box li.filter-socialMedia:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230f1419%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cpath d='M49 0c-3.309 0-6 2.691-6 6 0 1.035.263 2.009.726 2.86l-9.829 9.829C32.542 17.634 30.846 17 29 17s-3.542.634-4.898 1.688l-7.669-7.669C16.785 10.424 17 9.74 17 9c0-2.206-1.794-4-4-4S9 6.794 9 9s1.794 4 4 4c.74 0 1.424-.215 2.019-.567l7.669 7.669C21.634 21.458 21 23.154 21 25s.634 3.542 1.688 4.897L10.024 42.562C8.958 41.595 7.549 41 6 41c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6c0-1.035-.263-2.009-.726-2.86l12.829-12.829c1.106.86 2.44 1.436 3.898 1.619v10.16c-2.833.478-5 2.942-5 5.91 0 3.309 2.691 6 6 6s6-2.691 6-6c0-2.967-2.167-5.431-5-5.91V32.93c1.458-.183 2.792-.759 3.898-1.619l7.669 7.669C41.215 39.576 41 40.26 41 41c0 2.206 1.794 4 4 4s4-1.794 4-4-1.794-4-4-4c-.74 0-1.424.215-2.019.567l-7.669-7.669C36.366 28.542 37 26.846 37 25s-.634-3.542-1.688-4.897l9.665-9.665C46.042 11.405 47.451 12 49 12c3.309 0 6-2.691 6-6s-2.691-6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.filters-box li.filter-socialMedia:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23fff%27%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 55 55'%3E%3Cpath d='M49 0c-3.309 0-6 2.691-6 6 0 1.035.263 2.009.726 2.86l-9.829 9.829C32.542 17.634 30.846 17 29 17s-3.542.634-4.898 1.688l-7.669-7.669C16.785 10.424 17 9.74 17 9c0-2.206-1.794-4-4-4S9 6.794 9 9s1.794 4 4 4c.74 0 1.424-.215 2.019-.567l7.669 7.669C21.634 21.458 21 23.154 21 25s.634 3.542 1.688 4.897L10.024 42.562C8.958 41.595 7.549 41 6 41c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6c0-1.035-.263-2.009-.726-2.86l12.829-12.829c1.106.86 2.44 1.436 3.898 1.619v10.16c-2.833.478-5 2.942-5 5.91 0 3.309 2.691 6 6 6s6-2.691 6-6c0-2.967-2.167-5.431-5-5.91V32.93c1.458-.183 2.792-.759 3.898-1.619l7.669 7.669C41.215 39.576 41 40.26 41 41c0 2.206 1.794 4 4 4s4-1.794 4-4-1.794-4-4-4c-.74 0-1.424.215-2.019.567l-7.669-7.669C36.366 28.542 37 26.846 37 25s-.634-3.542-1.688-4.897l9.665-9.665C46.042 11.405 47.451 12 49 12c3.309 0 6-2.691 6-6s-2.691-6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
html.no-touch .filters-box li:hover, .filters-box li.active {
  background: currentColor;
  border-color: currentColor;
}
html.no-touch .filters-box li:hover:after, .filters-box li.active:after {
  opacity: 0;
}
html.no-touch .filters-box li:hover:before, .filters-box li.active:before {
  opacity: 1;
}
@media all and (min-width: 1024px) {
  .filters-box li {
    margin: 0 15px 15px 0;
  }
}
@media all and (min-width: 1024px) {
  .filters-box {
    padding: 0;
    margin-left: 30px;
    float: left;
    text-align: left;
    min-width: 630px;
  }
}

.mtGridContainer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 80px 0;
  margin-top: 180px;
}
.mtGridContainer .mtGridContainer__inner {
  opacity: 0;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.mtGridContainer .mtGridContainer__inner:after {
  display: table;
  content: "";
  clear: both;
}
@media (max-width: 500px) {
  .mtGridContainer .mtGridContainer__inner {
    max-width: 340px;
    margin: 0 auto;
  }
}
.mtGridContainer .mtGridContainer__loadMore {
  text-align: center;
  padding: 30px 0 0;
  border: 0;
  background: none;
}
@media all and (max-width: 1023px) {
  .mtGridContainer .mtGridContainer__loadMore.hiddenOnMobile {
    display: none;
  }
}
.mtGridContainer .temp-grid {
  display: none !important;
}
.mtGridContainer.complete .mtGridContainer__inner {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .mtGridContainer {
    padding: 30px 0 30px;
    margin-top: 90px;
  }
}

.skeletonCard {
  padding: 15px;
  width: 16.6666%;
  position: relative;
}
.skeletonCard:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(white 40px, white 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -webkit-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -webkit-linear-gradient(gray 100%, transparent 0);
  background-image: -moz-linear-gradient(white 40px, white 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), -moz-linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), -moz-linear-gradient(gray 100%, transparent 0);
  background-image: linear-gradient(white 40px, white 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.5) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.15) 100%, black 99%, transparent 0), linear-gradient(rgba(0, 0, 0, 0.25) 10px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.12) 12px, transparent 0), linear-gradient(rgba(0, 0, 0, 0.04) 8px, transparent 0), linear-gradient(gray 100%, transparent 0);
  background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, -webkit-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
  background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, -moz-calc(100% - 40px) 12px, 80px 8px, 100% 100%;
  background-size: 40px 40px, 135px 40px, 100% 50%, 150px 10px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, calc(100% - 40px) 12px, 80px 8px, 100% 100%; /* card bg */
  background-position: 0px 0px, 40px 0px, 0px 0px, 20px 55%, 20px 60%, 20px 64%, 20px 68%, 20px 72%, 20px 76%, 20px 80%, 20px 84%, 0 0; /* card bg */
  -webkit-animation: skeletonAnimations 1s ease-in-out infinite;
     -moz-animation: skeletonAnimations 1s ease-in-out infinite;
          animation: skeletonAnimations 1s ease-in-out infinite;
}
.skeletonCard:nth-of-type(odd) {
  height: 550px;
}
.skeletonCard:nth-of-type(even) {
  height: 620px;
}
@media (max-width: 1590px) {
  .skeletonCard {
    width: 20%;
  }
}
@media (max-width: 1300px) {
  .skeletonCard {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .skeletonCard {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .skeletonCard {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .skeletonCard {
    width: 100%;
    max-width: 350px;
  }
}

.mtMediaMessage {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.mtMediaMessage h2 {
  color: red;
}

.mtStickyButtons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mtStickyButtons .mtStickyButtons__share {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  -moz-border-radius: 25px;
       border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 34px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 34px rgba(0, 0, 0, 0.4);
  display: none;
}
.mtStickyButtons .mtStickyButtons__share:before, .mtStickyButtons .mtStickyButtons__share:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  font-size: inherit;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mtStickyButtons .mtStickyButtons__share:after {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23e0e0e0%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1;
}
.mtStickyButtons .mtStickyButtons__share:before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23e0e0e0%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
}
html.no-touch .mtStickyButtons .mtStickyButtons__share:hover {
  background: #fff;
}
html.no-touch .mtStickyButtons .mtStickyButtons__share:hover:before {
  opacity: 1;
}
html.no-touch .mtStickyButtons .mtStickyButtons__share:hover:after {
  opacity: 0;
}
.mtStickyButtons .mtStickyButtons__scrollTop {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
.mtStickyButtons.isVisible {
  opacity: 1;
  visibility: visible;
}
.mtStickyButtons.atTheEnd {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1024px) {
  .mtFiltersContainer {
    display: block !important;
  }
}
@media all and (max-width: 1023px) {
  .mtFiltersContainer {
    position: fixed;
    z-index: 11;
    top: 0;
    bottom: 0;
    visibility: visible;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
  }
  .mtFiltersContainer.isOpened .mtMediaTitle {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .mtFiltersContainer .filters-holder {
    height: auto;
    position: absolute;
    bottom: 0;
  }
}

.mtMobileFiltersToggle {
  top: 50px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 12;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  background: #f4f4f4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mtMobileFiltersToggle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  bottom: -20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 1%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 1%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), color-stop(1%, rgba(0, 0, 0, 0.24)), color-stop(87%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 1%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d000000", endColorstr="#00000000", GradientType=0);
  pointer-events: none;
}
.mtMobileFiltersToggle i {
  width: 15px;
  height: 2px;
  margin-right: 10px;
  position: relative;
  background: #00afec;
  display: inline-block;
  vertical-align: middle;
}
.mtMobileFiltersToggle i:before, .mtMobileFiltersToggle i:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  background: inherit;
}
.mtMobileFiltersToggle i:before {
  top: -5px;
  width: 20px;
  margin-left: -10px;
}
.mtMobileFiltersToggle i:after {
  top: 5px;
  width: 10px;
  margin-left: -5px;
}
.mtMobileFiltersToggle span {
  display: inline-block;
  vertical-align: middle;
}
.mtMobileFiltersToggle.isFadingIn {
  opacity: 1;
}
.mtMobileFiltersToggle.isFadingOut {
  opacity: 0;
}
.mtMobileFiltersToggle.isFadingOut i {
  display: none;
}
@media all and (min-width: 1024px) {
  .mtMobileFiltersToggle {
    display: none !important;
  }
}

.close-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #eeeeee;
  cursor: pointer;
  display: none;
}
.close-btn:after, .close-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background: #000;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.close-btn:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media all and (min-width: 1024px) {
  .close-btn {
    display: none;
  }
}

.show-results {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.show-results > * {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: none;
}
@media all and (min-width: 1024px) {
  .show-results {
    display: none !important;
  }
}
.show-results.isFadingIn {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.show-results.isFadingOut {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mtDatePicker {
  display: inline-block;
  width: 230px;
  padding: 0 15px 0 55px;
  min-height: 48px;
  border: 1px solid #272629;
  position: relative;
  background: transparent;
  pointer-events: all;
  font-size: 15px;
  color: #424242;
  margin-top: 30px;
}
.mtDatePicker .mtDatePicker__icon {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 20px;
  top: 50%;
  margin-top: -11px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M192 1664h288v-288H192v288zm352 0h320v-288H544v288zm-352-352h288V992H192v320zm352 0h320V992H544v320zM192 928h288V640H192v288zm736 736h320v-288H928v288zM544 928h320V640H544v288zm768 736h288v-288h-288v288zm-384-352h320V992H928v320zM576 448V160q0-13-9.5-22.5T544 128h-64q-13 0-22.5 9.5T448 160v288q0 13 9.5 22.5T480 480h64q13 0 22.5-9.5T576 448zm736 864h288V992h-288v320zM928 928h320V640H928v288zm384 0h288V640h-288v288zm32-480V160q0-13-9.5-22.5T1312 128h-64q-13 0-22.5 9.5T1216 160v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38H192q-52 0-90-38t-38-90V384q0-52 38-90t90-38h128v-96q0-66 47-113T480 0h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
  background-size: contain;
  pointer-events: none;
}
.mtDatePicker .mtDatePicker__arrow {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 14px;
  top: 50%;
  margin-top: -7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.102 14.102'%3E%3Cpath id='DDL_Arrow' data-name='DDL Arrow' d='M0,0H9.056V8.887' transform='translate(13.395 6.284) rotate(135)' fill='none' stroke='%23262626' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: none;
}
.mtDatePicker .mtDatePicker__toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 2;
  cursor: pointer;
}
.mtDatePicker input {
  font-size: 15px;
  font-weight: 500;
  color: #424242;
  line-height: 48px;
  padding-left: 5px;
  background: none;
}
.mtDatePicker.isOpened .mtDatePicker-arrow {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  display: none;
}
.flatpickr-calendar .flatpickr-month {
  background: black;
  color: #fff;
  fill: #fff;
  height: 45px;
}
.flatpickr-calendar .flatpickr-current-month {
  padding: 11px 0 0 0;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  fill: #fff;
  top: 2px;
}
.flatpickr-calendar .flatpickr-day.inRange {
  background: #ede9d5;
  border-color: #ede9d5;
  -webkit-box-shadow: -5px 0 0 #ede9d5, 5px 0 0 #ede9d5;
          box-shadow: -5px 0 0 #ede9d5, 5px 0 0 #ede9d5;
}
.flatpickr-calendar .flatpickr-day.selected {
  background: black;
  border: 0;
}
.flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.3);
}
.flatpickr-calendar .numInputWrapper span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.flatpickr-calendar .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.flatpickr-calendar .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.flatpickr-calendar .numInputWrapper span:hover {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  color: black;
}