@charset "UTF-8";
/*-----------------------------------------------------------------------------------

 Theme Name: SEEKO
 Theme URI: http://themeforest.net/user/SeventhQueen
 Description: Community Site Builder with BuddyPress SuperPowers
 Author: SeventhQueen
 Author URI: http://themeforest.net/user/SeventhQueen
 Static CSS for Seeko theme

-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

Screen Reader
Root variables
Reboot/reset
Typography
Responsive images
Inline and block code styles
Grid
Tables
Forms
Buttons
Transitions
Dropdown
Button Group
Input Group
Navigation elements
Navigation bar
Breadcrumb
Pagination and Page Links
Alert
Progress
Media
Close button
Modal
Tooltip
Popover
Utilities
Print
Layout
Font Icons
Enable Shadow
Accordion
Image Avatar
Dark elements
Slick slider
Blog Posts
WP Default
Comments
Video
Flex Menu
Widgets
Elementor

-------------------------------------------------------------------*/
/* rtMedia */
/* Screen Reader */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* Root variables */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #666666;
  --gray-dark: #333333;
  --primary: #F21483;
  --secondary: #7c7c7c;
  --success: #1FCB41;
  --info: #10B8C1;
  --warning: #FFB91A;
  --danger: #FF0000;
  --light: #F8F8F8;
  --dark: #000000;
  --tertiary: #555EFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1150px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* Reboot */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  overflow-x: hidden;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  text-align: left;
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1.5rem;
  font-style: italic;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]):not(.wp-block-button__link) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):not(.wp-block-button__link):focus, a:not([href]):not([tabindex]):not(.wp-block-button__link):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):not(.wp-block-button__link):focus {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1.5rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  padding: 2rem 1rem;
}

figure {
  margin: 0 0 1.5rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #9A9A9A;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"],
[type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + h1, blockquote + h1, img + h1, figure + h1, pre + h1, ul + h1, ol + h1, dl + h1, table + h1, .wp-block-cover + h1, .entry-content div + h1, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + h2, blockquote + h2, img + h2, figure + h2, pre + h2, ul + h2, ol + h2, dl + h2, table + h2, .wp-block-cover + h2, .entry-content div + h2, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + h3, blockquote + h3, img + h3, figure + h3, pre + h3, ul + h3, ol + h3, dl + h3, table + h3, .wp-block-cover + h3, .entry-content div + h3, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + h4, blockquote + h4, img + h4, figure + h4, pre + h4, ul + h4, ol + h4, dl + h4, table + h4, .wp-block-cover + h4, .entry-content div + h4, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + h5, blockquote + h5, img + h5, figure + h5, pre + h5, ul + h5, ol + h5, dl + h5, table + h5, .wp-block-cover + h5, .entry-content div + h5, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + h6, blockquote + h6, img + h6, figure + h6, pre + h6, ul + h6, ol + h6, dl + h6, table + h6, .wp-block-cover + h6, .entry-content div + h6,
p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + .h1,
blockquote + .h1,
img + .h1,
figure + .h1,
pre + .h1,
ul + .h1,
ol + .h1,
dl + .h1,
table + .h1,
.wp-block-cover + .h1,
.entry-content div + .h1, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + .h2, blockquote + .h2, img + .h2, figure + .h2, pre + .h2, ul + .h2, ol + .h2, dl + .h2, table + .h2, .wp-block-cover + .h2, .entry-content div + .h2, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + .h3, blockquote + .h3, img + .h3, figure + .h3, pre + .h3, ul + .h3, ol + .h3, dl + .h3, table + .h3, .wp-block-cover + .h3, .entry-content div + .h3, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + .h4, blockquote + .h4, img + .h4, figure + .h4, pre + .h4, ul + .h4, ol + .h4, dl + .h4, table + .h4, .wp-block-cover + .h4, .entry-content div + .h4, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + .h5, blockquote + .h5, img + .h5, figure + .h5, pre + .h5, ul + .h5, ol + .h5, dl + .h5, table + .h5, .wp-block-cover + .h5, .entry-content div + .h5, p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) + .h6, blockquote + .h6, img + .h6, figure + .h6, pre + .h6, ul + .h6, ol + .h6, dl + .h6, table + .h6, .wp-block-cover + .h6, .entry-content div + .h6 {
  margin-top: 2rem;
}

.lead, big, .wp-block-subhead {
  font-family: "Fira Sans";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  opacity: .9;
}

.list-inline, .list-unstyled, .pagination, .widgets-container .widget > ul, .widget_nav_menu ul, .sko-feature-list {
  padding-left: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

.list-inline li:not(:last-child) {
  margin-right: 0.5rem;
}

.bq-center, blockquote[style="text-align:center"], .wp-block-quote.is-style-large, .wp-block-quote.is-large {
  border: none;
  text-align: center;
  padding-left: 0;
}

.bq-center cite, blockquote[style="text-align:center"] cite, .wp-block-quote.is-style-large cite, .wp-block-quote.is-large cite {
  padding-top: 1rem;
  position: relative;
}

.bq-center cite::before, blockquote[style="text-align:center"] cite::before, .wp-block-quote.is-style-large cite::before, .wp-block-quote.is-large cite::before {
  display: none;
}

.bq-center cite::after, blockquote[style="text-align:center"] cite::after, .wp-block-quote.is-style-large cite::after, .wp-block-quote.is-large cite::after {
  content: '';
  position: absolute;
  height: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  border-bottom: 1px solid #F21483;
}

@media (min-width: 1150px) {
  .bq-center, blockquote[style="text-align:center"], .wp-block-pullquote blockquote, .wp-block-quote.is-style-large, .wp-block-quote.is-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

hr, .hr, .wp-block-separator.is-style-wide {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.wp-block-pullquote blockquote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
  font-family: "Merriweather", serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 2rem;
}

.avatar-status .img-card:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: transparent;
}

small, .small {
  font-size: 0.8rem;
  font-weight: 400;
}

/* Typography */
html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 1150px) {
  html {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, p {
  margin-bottom: 1.5rem;
}

hr {
  margin: 1.5rem 0;
}

.hr {
  position: relative;
}

.hr span {
  display: inline-block;
  padding: 0 1.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.hr-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hr-label::before, .hr-label::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  vertical-align: middle;
}

.hr-label span {
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 .5rem;
}

mark, .mark {
  padding: 0.2em;
  background-color: #FBDBE5;
}

ul.list-styled, ul.list-styled ul {
  list-style: none;
  padding: 0;
}

ul.list-styled li {
  padding-left: 2rem;
  margin: 0;
  position: relative;
}

ul.list-styled li:before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.list-styled li li::before {
  background-color: transparent;
}

ul.list-styled li li li:before {
  border-width: 1px;
}

ul {
  padding-left: 2rem;
}

ol {
  padding-left: 2rem;
}

ol > li {
  padding-left: 0.25rem;
}

ol > li:before {
  content: '';
  display: none;
  position: inherit;
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  background-color: inherit;
  border-radius: inherit;
  box-shadow: inherit;
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote, blockquote {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  word-wrap: break-word;
  padding-left: 2rem;
}

p + blockquote {
  margin-top: 2rem;
}

blockquote + cite, blockquote + p cite {
  padding-left: 2rem;
}

blockquote + cite, blockquote + p cite, blockquote cite {
  padding-top: 0;
  margin-top: 0;
}

blockquote + cite:after, blockquote + p cite:after, blockquote cite:after {
  top: -1.5rem;
  height: calc(50% + 1.5rem);
}

.bq-right, blockquote[style="text-align:right"] {
  border-left: none;
  padding-left: 0;
  padding-right: 2rem;
}

.bq-right .blockquote-footer::before, .bq-right .blockquote-footer::after, blockquote[style="text-align:right"] .blockquote-footer::before, blockquote[style="text-align:right"] .blockquote-footer::after {
  left: inherit;
  right: calc(-2rem - 1px);
}

.bq-right .blockquote-footer::after, blockquote[style="text-align:right"] .blockquote-footer::after {
  border-left: none;
}

q {
  font-size: 1.5rem;
  font-style: italic;
}

cite, cite a {
  font-weight: 400;
  font-size: 0.875rem;
  color: #666666;
}

cite a:hover {
  text-decoration: none;
}

/* Responsive images (ensure images don't scale beyond their parents) */
img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 0.6rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #666666;
}

/* Inline and block code styles */
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #191919;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #191919;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1rem;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* Grid */
.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1150px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 576px) {
  .container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px;
  }
}

@media (min-width: 1150px) {
  .container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1100px;
  }
}

@media (min-width: 1440px) {
  .container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1390px;
  }
}

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

@media (min-width: 576px) {
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1150px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.container-finite {
  max-width: 1440px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1150px) {
  .row {
    margin-right: -25px;
    margin-left: -25px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-1p5, .col-2p5, .col-3p5, .col-4p5, .col,
.col-auto,
.col-sidebar, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1p5, .col-sm-2p5, .col-sm-3p5, .col-sm-4p5, .col-sm,
.col-sm-auto,
.col-sm-sidebar, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1p5, .col-md-2p5, .col-md-3p5, .col-md-4p5, .col-md,
.col-md-auto,
.col-md-sidebar, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-1p5, .col-lg-2p5, .col-lg-3p5, .col-lg-4p5, .col-lg,
.col-lg-auto,
.col-lg-sidebar, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-1p5, .col-xl-2p5, .col-xl-3p5, .col-xl-4p5, .col-xl,
.col-xl-auto,
.col-xl-sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1150px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-1p5, .col-2p5, .col-3p5, .col-4p5, .col,
  .col-auto,
  .col-sidebar, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1p5, .col-sm-2p5, .col-sm-3p5, .col-sm-4p5, .col-sm,
  .col-sm-auto,
  .col-sm-sidebar, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1p5, .col-md-2p5, .col-md-3p5, .col-md-4p5, .col-md,
  .col-md-auto,
  .col-md-sidebar, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-1p5, .col-lg-2p5, .col-lg-3p5, .col-lg-4p5, .col-lg,
  .col-lg-auto,
  .col-lg-sidebar, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-1p5, .col-xl-2p5, .col-xl-3p5, .col-xl-4p5, .col-xl,
  .col-xl-auto,
  .col-xl-sidebar {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

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

.col-1p5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-2p5 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-3p5 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-4p5 {
  flex: 0 0 80%;
  max-width: 80%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

.offset-1p5 {
  margin-left: 20%;
}

.offset-2p5 {
  margin-left: 40%;
}

.offset-3p5 {
  margin-left: 60%;
}

.offset-4p5 {
  margin-left: 80%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-1p5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-2p5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-3p5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-4p5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-sm-1p5 {
    margin-left: 20%;
  }
  .offset-sm-2p5 {
    margin-left: 40%;
  }
  .offset-sm-3p5 {
    margin-left: 60%;
  }
  .offset-sm-4p5 {
    margin-left: 80%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1p5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-2p5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-3p5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-4p5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .offset-md-1p5 {
    margin-left: 20%;
  }
  .offset-md-2p5 {
    margin-left: 40%;
  }
  .offset-md-3p5 {
    margin-left: 60%;
  }
  .offset-md-4p5 {
    margin-left: 80%;
  }
}

@media (min-width: 1150px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1p5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2p5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-3p5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-4p5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .offset-lg-1p5 {
    margin-left: 20%;
  }
  .offset-lg-2p5 {
    margin-left: 40%;
  }
  .offset-lg-3p5 {
    margin-left: 60%;
  }
  .offset-lg-4p5 {
    margin-left: 80%;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1p5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-2p5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-3p5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-4p5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .offset-xl-1p5 {
    margin-left: 20%;
  }
  .offset-xl-2p5 {
    margin-left: 40%;
  }
  .offset-xl-3p5 {
    margin-left: 60%;
  }
  .offset-xl-4p5 {
    margin-left: 80%;
  }
}

/* Tables */
.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th, .table td, table th, table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #EEEEEE;
}

.table thead th, table thead th {
  vertical-align: bottom;
}

.table-sm th, .table-sm td {
  padding: 0.3rem;
}

.table-bordered, .wp-block-table {
  border: 1px solid #EEEEEE;
}

.table-bordered th, .wp-block-table th, .table-bordered td, .wp-block-table td {
  border: 1px solid #EEEEEE;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fbbddc;
}

.table-hover .table-primary:hover {
  background-color: #faa5cf;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #faa5cf;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dadada;
}

.table-hover .table-secondary:hover {
  background-color: #cdcdcd;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cdcdcd;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c0f0ca;
}

.table-hover .table-success:hover {
  background-color: #abebb9;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abebb9;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcebee;
}

.table-hover .table-info:hover {
  background-color: #a8e5e9;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a8e5e9;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffebbf;
}

.table-hover .table-warning:hover {
  background-color: #ffe3a6;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe3a6;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8b8;
}

.table-hover .table-danger:hover {
  background-color: #ff9f9f;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ff9f9f;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd;
}

.table-hover .table-light:hover {
  background-color: #f0f0f0;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}

.table-hover .table-dark:hover {
  background-color: #ababab;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #cfd2ff;
}

.table-hover .table-tertiary:hover {
  background-color: #b6baff;
}

.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #b6baff;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #191919;
  border-color: #2c2c2c;
}

.table .thead-light th {
  color: #4C4C4C;
  background-color: #CCCCCC;
  border-color: #EEEEEE;
}

.table-dark {
  color: #fff;
  background-color: #191919;
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #2c2c2c;
}

.table-dark.table-bordered, .table-dark.wp-block-table {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.9px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered, .table-responsive-sm > .wp-block-table {
    border: 0;
  }
}

@media (max-width: 767.9px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered, .table-responsive-md > .wp-block-table {
    border: 0;
  }
}

@media (max-width: 1149.9px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered, .table-responsive-lg > .wp-block-table {
    border: 0;
  }
}

@media (max-width: 1439.9px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered, .table-responsive-xl > .wp-block-table {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered, .table-responsive > .wp-block-table {
  border: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

input.form-control-sm, .form-control-sm, select.form-control-sm:not([size]):not([multiple]), .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn, .search-form > label input[type="search"], .widgets-container .widget select {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0.5rem;
}

/* Forms */
input:not([type]),
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="url"],
textarea,
select,
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  outline: none;
  margin-bottom: 1rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: border-color 0.185s ease-in-out, box-shadow 0.225s ease-in-out;
}

input:not([type]):hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
textarea:hover,
select:hover,
.form-control:hover {
  border-color: #DADADA;
}

input:not([type])::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="url"]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

input:not([type])::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.form-control::-moz-placeholder {
  opacity: 1;
  font-style: italic;
}

input:not([type]):-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  opacity: 1;
  font-style: italic;
}

input:not([type])::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  opacity: 1;
  font-style: italic;
}

input:not([type]):disabled, input:not([type])[readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="text"]:disabled,
input[type="text"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly],
.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}

input:not([type]),
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="url"],
select:not([size]):not([multiple]),
.form-control {
  max-height: calc(2.6rem + 2px);
}

select:not([size]):not([multiple]), select.form-control:not([size]):not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%237F7F7F' fill-rule='evenodd' d='M3.42547774,11.0929521 C3.33143351,11.0929521 3.23696374,11.0637059 3.15823893,11.0027764 C2.97525694,10.8614199 2.94674579,10.6059221 3.09483354,10.4316637 L7.56299841,5.15110521 C7.64257429,5.05686755 7.7621509,5.00162479 7.88896167,5 C8.00385734,5.00974872 8.13662567,5.0511808 8.21832925,5.14379367 L12.8992639,10.4243521 C13.0511815,10.595361 13.0286279,10.8516712 12.8494758,10.9966834 C12.6698981,11.1408833 12.4013826,11.1205735 12.2498906,10.9487522 L7.90172786,6.04351959 L3.75654748,10.9418469 C3.6727162,11.0413651 3.54930974,11.0929521 3.42547774,11.0929521 L3.42547774,11.0929521 Z' transform='matrix(1 0 0 -1 0 16.093)'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1rem);
  background-position-y: 50%;
}

select:focus::-ms-value, select.form-control:focus::-ms-value {
  background-color: #fff;
}

select[multiple] option, select.form-control[multiple] option {
  padding: 0.25rem 0.25rem;
  margin-bottom: 0.25rem;
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.125rem;
  line-height: 1.6;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.6;
}

input.form-control-plaintext, .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.6;
  border: solid transparent;
  border-width: 1px;
}

input.form-control-plaintext, input.form-control-plaintext:disabled, input.form-control-plaintext[readonly], .form-control-plaintext, .form-control-plaintext:disabled, .form-control-plaintext[readonly] {
  background-color: transparent;
}

input.form-control-plaintext.form-control-sm, input.form-control-plaintext.form-control-lg, .input-group-lg > input.form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > input.form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > input.form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > input.form-control-plaintext.btn, .input-group-lg > .input-group-append > input.form-control-plaintext.btn, .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

input.form-control-sm, .form-control-sm, select:not([size]):not([multiple]).form-control-sm {
  max-height: calc(1.9rem + 2px);
}

input.form-control-lg, .input-group-lg > input.form-control, .input-group-lg > .input-group-prepend > input.input-group-text, .input-group-lg > .input-group-append > input.input-group-text, .input-group-lg > .input-group-prepend > input.btn, .input-group-lg > .input-group-append > input.btn, .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn, select:not([size]):not([multiple]).form-control-lg, .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  max-height: calc(3.3rem + 2px);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: 1.5rem;
}

.form-check-inline .form-check-input {
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

input[type="checkbox"], input[type="radio"], .form-check-input {
  position: absolute;
  opacity: 0;
  width: auto;
}

input[type="checkbox"] + label, input[type="radio"] + label, .form-check-label, .form-check-wrapper {
  position: relative;
}

input[type="checkbox"] + label:hover, input[type="radio"] + label:hover, .form-check-label:hover, .form-check-wrapper:hover {
  cursor: pointer;
}

.form-check-wrapper {
  display: block !important;
}

input[type="checkbox"] + label, input[type="radio"] + label, .form-check-label, .form-check-wrapper {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 1.6rem;
  font-weight: 400;
  padding-left: calc(20px + 0.5rem);
  margin-right: 2rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.2s ease-out, font-weight 0.2s ease-out;
}

input[type="checkbox"] + label:empty, input[type="radio"] + label:empty, .form-check-label:empty, .form-check-wrapper:empty {
  padding-left: 20px;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after, input[type="radio"] + label:before, input[type="radio"] + label:after, .form-check-label:before, .form-check-label:after, .form-check-wrapper > .check-icon:before, .form-check-wrapper > .check-icon:after {
  content: '';
  display: block;
  position: absolute;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before, .form-check-label:before, .form-check-wrapper > .check-icon:before {
  top: calc((1.6*1rem - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: scale(0.7, 0.7);
  border-width: 1px;
  border-style: solid;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: transform 0.2s ease-out, border-width 0.08s ease-out, border-color 0.2s ease-out, box-shadow 0.3s ease-in;
}

input[type="checkbox"] + label:after, input[type="radio"] + label:after, .form-check-label:after, .form-check-wrapper > .check-icon:after {
  opacity: 0;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + .check-icon:before {
  border-radius: 4px;
}

input[type="checkbox"] + label:after, input[type="checkbox"] + .check-icon:after {
  top: calc((1.6*1rem - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  content: '\e91f';
  line-height: 20px;
  font-size: 20px;
}

input[type="radio"] + label:before, input[type="radio"] + label:after, input[type="radio"] + .check-icon:before, input[type="radio"] + .check-icon:after {
  border-radius: 50%;
}

input[type="radio"] + label:after, input[type="radio"] + .check-icon:after {
  top: calc((1.6*1rem - 10px)/2);
  left: calc((20px - 10px)/2);
  width: 10px;
  height: 10px;
}

input[type="checkbox"]:not([disabled]) + label:hover:before, input[type="radio"]:not([disabled]) + label:hover:before, .form-check-input:not([disabled]) ~ .form-check-label:hover:before, .form-check-wrapper:hover > .check-icon:before {
  transform: scale(1, 1);
  border-width: 1px;
}

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + .check-icon:before, input[type="radio"]:checked + .check-icon:before {
  transform: scale(1, 1);
  border-width: 1px;
  animation: bounceInCheck .5s forwards;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + .check-icon:after, input[type="radio"]:checked + .check-icon:after {
  opacity: 1;
  animation: bounceInCheck .2s forwards;
}

@-webkit-keyframes bounceInCheck {
  0% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceInCheck {
  0% {
    -webkit-transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #1cb53a;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(31, 203, 65, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:not([disabled]):not([readonly]):valid, .form-control:not([disabled]):not([readonly]).is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: rgba(31, 203, 65, 0.5);
}

.was-validated .form-control:not([disabled]):not([readonly]):valid:focus, .form-control:not([disabled]):not([readonly]).is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: rgba(31, 203, 65, 0.5);
}

.was-validated .form-control:not([disabled]):not([readonly]):valid ~ .valid-feedback,
.was-validated .form-control:not([disabled]):not([readonly]):valid ~ .valid-tooltip, .form-control:not([disabled]):not([readonly]).is-valid ~ .valid-feedback,
.form-control:not([disabled]):not([readonly]).is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1cb53a;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1cb53a;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #7eeb94;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #3ce15d;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgba(31, 203, 65, 0.5);
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #e60000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:not([disabled]):not([readonly]):invalid, .form-control:not([disabled]):not([readonly]).is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: rgba(255, 0, 0, 0.5);
}

.was-validated .form-control:not([disabled]):not([readonly]):invalid:focus, .form-control:not([disabled]):not([readonly]).is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: rgba(255, 0, 0, 0.5);
}

.was-validated .form-control:not([disabled]):not([readonly]):invalid ~ .invalid-feedback,
.was-validated .form-control:not([disabled]):not([readonly]):invalid ~ .invalid-tooltip, .form-control:not([disabled]):not([readonly]).is-invalid ~ .invalid-feedback,
.form-control:not([disabled]):not([readonly]).is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e60000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e60000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff8080;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff3333;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: rgba(255, 0, 0, 0.5);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.wp-block-button__link, .widget_bp_core_login_widget .bp-login-widget-register-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 400;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.6rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, background-image 0.5s ease-out, border-color 0.15s ease-in-out, box-shadow 0.225s ease-in-out, transform 0.4s ease-in-out;
}

.wp-block-button__link:focus, .widget_bp_core_login_widget .bp-login-widget-register-link a:focus, .wp-block-button__link:hover, .widget_bp_core_login_widget .bp-login-widget-register-link a:hover {
  text-decoration: none;
}

.btn .icon + span,
.btn span + .icon {
  margin-left: 0.5rem;
}

.btn-primary, input.btn-primary[type="submit"] {
  color: #fff;
  background-color: #F21483;
  border-color: #F21483;
}

.btn-primary:hover, input.btn-primary:hover[type="submit"] {
  color: #fff;
  background-color: #ea0d7b;
  border-color: #ea0d7b;
}

.btn-primary:focus, input.btn-primary:focus[type="submit"], .focus.btn-primary, input.focus.btn-primary[type="submit"] {
  box-shadow: 0 0 0 0 rgba(242, 20, 131, 0.5);
}

.disabled.btn-primary, input.disabled.btn-primary[type="submit"], .btn-primary:disabled, input.btn-primary:disabled[type="submit"] {
  background-color: #F21483;
  border-color: #F21483;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #e50d79;
  border-color: #e50d79;
}

.btn-secondary, input.btn-secondary[type="submit"] {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.btn-secondary:hover, input.btn-secondary:hover[type="submit"] {
  color: #fff;
  background-color: #747474;
  border-color: #747474;
}

.btn-secondary:focus, input.btn-secondary:focus[type="submit"], .focus.btn-secondary, input.focus.btn-secondary[type="submit"] {
  box-shadow: 0 0 0 0 rgba(124, 124, 124, 0.5);
}

.disabled.btn-secondary, input.disabled.btn-secondary[type="submit"], .btn-secondary:disabled, input.btn-secondary:disabled[type="submit"] {
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #727272;
  border-color: #727272;
}

.btn-success, input.btn-success[type="submit"] {
  color: #fff;
  background-color: #1FCB41;
  border-color: #1FCB41;
}

.btn-success:hover, input.btn-success:hover[type="submit"] {
  color: #fff;
  background-color: #1dbe3d;
  border-color: #1dbe3d;
}

.btn-success:focus, input.btn-success:focus[type="submit"], .focus.btn-success, input.focus.btn-success[type="submit"] {
  box-shadow: 0 0 0 0 rgba(31, 203, 65, 0.5);
}

.disabled.btn-success, input.disabled.btn-success[type="submit"], .btn-success:disabled, input.btn-success:disabled[type="submit"] {
  background-color: #1FCB41;
  border-color: #1FCB41;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #1cb93b;
  border-color: #1cb93b;
}

.btn-info, input.btn-info[type="submit"] {
  color: #fff;
  background-color: #10B8C1;
  border-color: #10B8C1;
}

.btn-info:hover, input.btn-info:hover[type="submit"] {
  color: #fff;
  background-color: #0fabb3;
  border-color: #0fabb3;
}

.btn-info:focus, input.btn-info:focus[type="submit"], .focus.btn-info, input.focus.btn-info[type="submit"] {
  box-shadow: 0 0 0 0 rgba(16, 184, 193, 0.5);
}

.disabled.btn-info, input.disabled.btn-info[type="submit"], .btn-info:disabled, input.btn-info:disabled[type="submit"] {
  background-color: #10B8C1;
  border-color: #10B8C1;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #0ea6ae;
  border-color: #0ea6ae;
}

.btn-warning, input.btn-warning[type="submit"] {
  color: #191919;
  background-color: #FFB91A;
  border-color: #FFB91A;
}

.btn-warning:hover, input.btn-warning:hover[type="submit"] {
  color: #191919;
  background-color: #ffb40b;
  border-color: #ffb40b;
}

.btn-warning:focus, input.btn-warning:focus[type="submit"], .focus.btn-warning, input.focus.btn-warning[type="submit"] {
  box-shadow: 0 0 0 0 rgba(255, 185, 26, 0.5);
}

.disabled.btn-warning, input.disabled.btn-warning[type="submit"], .btn-warning:disabled, input.btn-warning:disabled[type="submit"] {
  background-color: #FFB91A;
  border-color: #FFB91A;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #ffb306;
  border-color: #ffb306;
}

.btn-danger, input.btn-danger[type="submit"] {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn-danger:hover, input.btn-danger:hover[type="submit"] {
  color: #fff;
  background-color: #f00000;
  border-color: #f00000;
}

.btn-danger:focus, input.btn-danger:focus[type="submit"], .focus.btn-danger, input.focus.btn-danger[type="submit"] {
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
}

.disabled.btn-danger, input.disabled.btn-danger[type="submit"], .btn-danger:disabled, input.btn-danger:disabled[type="submit"] {
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #eb0000;
  border-color: #eb0000;
}

.btn-light, input.btn-light[type="submit"] {
  color: #191919;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-light:hover, input.btn-light:hover[type="submit"] {
  color: #191919;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-light:focus, input.btn-light:focus[type="submit"], .focus.btn-light, input.focus.btn-light[type="submit"] {
  box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}

.disabled.btn-light, input.disabled.btn-light[type="submit"], .btn-light:disabled, input.btn-light:disabled[type="submit"] {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.btn-dark, input.btn-dark[type="submit"] {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-dark:hover, input.btn-dark:hover[type="submit"] {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:focus, input.btn-dark:focus[type="submit"], .focus.btn-dark, input.focus.btn-dark[type="submit"] {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.disabled.btn-dark, input.disabled.btn-dark[type="submit"], .btn-dark:disabled, input.btn-dark:disabled[type="submit"] {
  background-color: #000000;
  border-color: #000000;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-tertiary, input.btn-tertiary[type="submit"] {
  color: #fff;
  background-color: #555EFF;
  border-color: #555EFF;
}

.btn-tertiary:hover, input.btn-tertiary:hover[type="submit"] {
  color: #fff;
  background-color: #4650ff;
  border-color: #4650ff;
}

.btn-tertiary:focus, input.btn-tertiary:focus[type="submit"], .focus.btn-tertiary, input.focus.btn-tertiary[type="submit"] {
  box-shadow: 0 0 0 0 rgba(85, 94, 255, 0.5);
}

.disabled.btn-tertiary, input.disabled.btn-tertiary[type="submit"], .btn-tertiary:disabled, input.btn-tertiary:disabled[type="submit"] {
  background-color: #555EFF;
  border-color: #555EFF;
}

.btn-tertiary:not([disabled]):not(.disabled):active, .btn-tertiary:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #414bff;
  border-color: #414bff;
}

.btn-outline-primary, input.btn-outline-primary[type="submit"] {
  color: #F21483;
  background-color: transparent;
  background-image: none;
  border-color: #F21483;
}

.btn-outline-primary:hover, input.btn-outline-primary:hover[type="submit"] {
  color: #fff;
  background-color: #F21483;
  border-color: #F21483;
}

.disabled.btn-outline-primary, input.disabled.btn-outline-primary[type="submit"], .btn-outline-primary:disabled, input.btn-outline-primary:disabled[type="submit"] {
  color: #F21483;
  background-color: transparent;
  border-color: #F21483;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #F21483;
  border-color: #F21483;
}

.btn-outline-secondary, input.btn-outline-secondary[type="submit"] {
  color: #7c7c7c;
  background-color: transparent;
  background-image: none;
  border-color: #7c7c7c;
}

.btn-outline-secondary:hover, input.btn-outline-secondary:hover[type="submit"] {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.disabled.btn-outline-secondary, input.disabled.btn-outline-secondary[type="submit"], .btn-outline-secondary:disabled, input.btn-outline-secondary:disabled[type="submit"] {
  color: #7c7c7c;
  background-color: transparent;
  border-color: #7c7c7c;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.btn-outline-success, input.btn-outline-success[type="submit"] {
  color: #1FCB41;
  background-color: transparent;
  background-image: none;
  border-color: #1FCB41;
}

.btn-outline-success:hover, input.btn-outline-success:hover[type="submit"] {
  color: #fff;
  background-color: #1FCB41;
  border-color: #1FCB41;
}

.disabled.btn-outline-success, input.disabled.btn-outline-success[type="submit"], .btn-outline-success:disabled, input.btn-outline-success:disabled[type="submit"] {
  color: #1FCB41;
  background-color: transparent;
  border-color: #1FCB41;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #1FCB41;
  border-color: #1FCB41;
}

.btn-outline-info, input.btn-outline-info[type="submit"] {
  color: #10B8C1;
  background-color: transparent;
  background-image: none;
  border-color: #10B8C1;
}

.btn-outline-info:hover, input.btn-outline-info:hover[type="submit"] {
  color: #fff;
  background-color: #10B8C1;
  border-color: #10B8C1;
}

.disabled.btn-outline-info, input.disabled.btn-outline-info[type="submit"], .btn-outline-info:disabled, input.btn-outline-info:disabled[type="submit"] {
  color: #10B8C1;
  background-color: transparent;
  border-color: #10B8C1;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #10B8C1;
  border-color: #10B8C1;
}

.btn-outline-warning, input.btn-outline-warning[type="submit"] {
  color: #FFB91A;
  background-color: transparent;
  background-image: none;
  border-color: #FFB91A;
}

.btn-outline-warning:hover, input.btn-outline-warning:hover[type="submit"] {
  color: #191919;
  background-color: #FFB91A;
  border-color: #FFB91A;
}

.disabled.btn-outline-warning, input.disabled.btn-outline-warning[type="submit"], .btn-outline-warning:disabled, input.btn-outline-warning:disabled[type="submit"] {
  color: #FFB91A;
  background-color: transparent;
  border-color: #FFB91A;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #FFB91A;
  border-color: #FFB91A;
}

.btn-outline-danger, input.btn-outline-danger[type="submit"] {
  color: #FF0000;
  background-color: transparent;
  background-image: none;
  border-color: #FF0000;
}

.btn-outline-danger:hover, input.btn-outline-danger:hover[type="submit"] {
  color: #fff;
  background-color: #FF0000;
  border-color: #FF0000;
}

.disabled.btn-outline-danger, input.disabled.btn-outline-danger[type="submit"], .btn-outline-danger:disabled, input.btn-outline-danger:disabled[type="submit"] {
  color: #FF0000;
  background-color: transparent;
  border-color: #FF0000;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #FF0000;
  border-color: #FF0000;
}

.btn-outline-light, input.btn-outline-light[type="submit"] {
  color: #F8F8F8;
  background-color: transparent;
  background-image: none;
  border-color: #F8F8F8;
}

.btn-outline-light:hover, input.btn-outline-light:hover[type="submit"] {
  color: #191919;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.disabled.btn-outline-light, input.disabled.btn-outline-light[type="submit"], .btn-outline-light:disabled, input.btn-outline-light:disabled[type="submit"] {
  color: #F8F8F8;
  background-color: transparent;
  border-color: #F8F8F8;
}

.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-outline-dark, input.btn-outline-dark[type="submit"] {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}

.btn-outline-dark:hover, input.btn-outline-dark:hover[type="submit"] {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.disabled.btn-outline-dark, input.disabled.btn-outline-dark[type="submit"], .btn-outline-dark:disabled, input.btn-outline-dark:disabled[type="submit"] {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}

.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-tertiary, input.btn-outline-tertiary[type="submit"] {
  color: #555EFF;
  background-color: transparent;
  background-image: none;
  border-color: #555EFF;
}

.btn-outline-tertiary:hover, input.btn-outline-tertiary:hover[type="submit"] {
  color: #fff;
  background-color: #555EFF;
  border-color: #555EFF;
}

.disabled.btn-outline-tertiary, input.disabled.btn-outline-tertiary[type="submit"], .btn-outline-tertiary:disabled, input.btn-outline-tertiary:disabled[type="submit"] {
  color: #555EFF;
  background-color: transparent;
  border-color: #555EFF;
}

.btn-outline-tertiary:not([disabled]):not(.disabled):active, .btn-outline-tertiary:not([disabled]):not(.disabled).active {
  color: #191919;
  background-color: #555EFF;
  border-color: #555EFF;
}

.enable-shadow .btn-primary, .enable-shadow input.btn-primary[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(224, 12, 118, 0.6);
}

.enable-shadow .btn-primary:hover {
  box-shadow: 0 14px 22px -14px rgba(234, 13, 123, 0.6);
}

.enable-shadow .disabled.btn-primary, .enable-shadow .btn-primary:disabled {
  box-shadow: none;
}

.enable-shadow .btn-primary:active, .enable-shadow .active.btn-primary, .enable-shadow .btn-primary:focus, .enable-shadow .focus.btn-primary {
  box-shadow: 0 12px 20px -16px #c80b6a;
}

.enable-shadow .btn-outline-primary, .enable-shadow input.btn-outline-primary[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(224, 12, 118, 0.6);
}

.enable-shadow .btn-outline-primary:hover {
  box-shadow: 0 14px 22px -14px rgba(234, 13, 123, 0.6);
}

.enable-shadow .disabled.btn-outline-primary, .enable-shadow .btn-outline-primary:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-primary:active, .enable-shadow .active.btn-outline-primary, .enable-shadow .btn-outline-primary:focus, .enable-shadow .focus.btn-outline-primary {
  box-shadow: 0 12px 20px -16px #c80b6a;
}

.enable-shadow .btn-secondary, .enable-shadow input.btn-secondary[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(111, 111, 111, 0.6);
}

.enable-shadow .btn-secondary:hover {
  box-shadow: 0 14px 22px -14px rgba(116, 116, 116, 0.6);
}

.enable-shadow .disabled.btn-secondary, .enable-shadow .btn-secondary:disabled {
  box-shadow: none;
}

.enable-shadow .btn-secondary:active, .enable-shadow .active.btn-secondary, .enable-shadow .btn-secondary:focus, .enable-shadow .focus.btn-secondary {
  box-shadow: 0 12px 20px -16px #636363;
}

.enable-shadow .btn-outline-secondary, .enable-shadow input.btn-outline-secondary[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(111, 111, 111, 0.6);
}

.enable-shadow .btn-outline-secondary:hover {
  box-shadow: 0 14px 22px -14px rgba(116, 116, 116, 0.6);
}

.enable-shadow .disabled.btn-outline-secondary, .enable-shadow .btn-outline-secondary:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-secondary:active, .enable-shadow .active.btn-outline-secondary, .enable-shadow .btn-outline-secondary:focus, .enable-shadow .focus.btn-outline-secondary {
  box-shadow: 0 12px 20px -16px #636363;
}

.enable-shadow .btn-success, .enable-shadow input.btn-success[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(28, 181, 58, 0.6);
}

.enable-shadow .btn-success:hover {
  box-shadow: 0 14px 22px -14px rgba(29, 190, 61, 0.6);
}

.enable-shadow .disabled.btn-success, .enable-shadow .btn-success:disabled {
  box-shadow: none;
}

.enable-shadow .btn-success:active, .enable-shadow .active.btn-success, .enable-shadow .btn-success:focus, .enable-shadow .focus.btn-success {
  box-shadow: 0 12px 20px -16px #189f33;
}

.enable-shadow .btn-outline-success, .enable-shadow input.btn-outline-success[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(28, 181, 58, 0.6);
}

.enable-shadow .btn-outline-success:hover {
  box-shadow: 0 14px 22px -14px rgba(29, 190, 61, 0.6);
}

.enable-shadow .disabled.btn-outline-success, .enable-shadow .btn-outline-success:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-success:active, .enable-shadow .active.btn-outline-success, .enable-shadow .btn-outline-success:focus, .enable-shadow .focus.btn-outline-success {
  box-shadow: 0 12px 20px -16px #189f33;
}

.enable-shadow .btn-info, .enable-shadow input.btn-info[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(14, 162, 169, 0.6);
}

.enable-shadow .btn-info:hover {
  box-shadow: 0 14px 22px -14px rgba(15, 171, 179, 0.6);
}

.enable-shadow .disabled.btn-info, .enable-shadow .btn-info:disabled {
  box-shadow: none;
}

.enable-shadow .btn-info:active, .enable-shadow .active.btn-info, .enable-shadow .btn-info:focus, .enable-shadow .focus.btn-info {
  box-shadow: 0 12px 20px -16px #0c8b92;
}

.enable-shadow .btn-outline-info, .enable-shadow input.btn-outline-info[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(14, 162, 169, 0.6);
}

.enable-shadow .btn-outline-info:hover {
  box-shadow: 0 14px 22px -14px rgba(15, 171, 179, 0.6);
}

.enable-shadow .disabled.btn-outline-info, .enable-shadow .btn-outline-info:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-info:active, .enable-shadow .active.btn-outline-info, .enable-shadow .btn-outline-info:focus, .enable-shadow .focus.btn-outline-info {
  box-shadow: 0 12px 20px -16px #0c8b92;
}

.enable-shadow .btn-warning, .enable-shadow input.btn-warning[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(255, 177, 1, 0.6);
}

.enable-shadow .btn-warning:hover {
  box-shadow: 0 14px 22px -14px rgba(255, 180, 11, 0.6);
}

.enable-shadow .disabled.btn-warning, .enable-shadow .btn-warning:disabled {
  box-shadow: none;
}

.enable-shadow .btn-warning:active, .enable-shadow .active.btn-warning, .enable-shadow .btn-warning:focus, .enable-shadow .focus.btn-warning {
  box-shadow: 0 12px 20px -16px #e6a000;
}

.enable-shadow .btn-outline-warning, .enable-shadow input.btn-outline-warning[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(255, 177, 1, 0.6);
}

.enable-shadow .btn-outline-warning:hover {
  box-shadow: 0 14px 22px -14px rgba(255, 180, 11, 0.6);
}

.enable-shadow .disabled.btn-outline-warning, .enable-shadow .btn-outline-warning:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-warning:active, .enable-shadow .active.btn-outline-warning, .enable-shadow .btn-outline-warning:focus, .enable-shadow .focus.btn-outline-warning {
  box-shadow: 0 12px 20px -16px #e6a000;
}

.enable-shadow .btn-danger, .enable-shadow input.btn-danger[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(230, 0, 0, 0.6);
}

.enable-shadow .btn-danger:hover {
  box-shadow: 0 14px 22px -14px rgba(240, 0, 0, 0.6);
}

.enable-shadow .disabled.btn-danger, .enable-shadow .btn-danger:disabled {
  box-shadow: none;
}

.enable-shadow .btn-danger:active, .enable-shadow .active.btn-danger, .enable-shadow .btn-danger:focus, .enable-shadow .focus.btn-danger {
  box-shadow: 0 12px 20px -16px #cc0000;
}

.enable-shadow .btn-outline-danger, .enable-shadow input.btn-outline-danger[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(230, 0, 0, 0.6);
}

.enable-shadow .btn-outline-danger:hover {
  box-shadow: 0 14px 22px -14px rgba(240, 0, 0, 0.6);
}

.enable-shadow .disabled.btn-outline-danger, .enable-shadow .btn-outline-danger:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-danger:active, .enable-shadow .active.btn-outline-danger, .enable-shadow .btn-outline-danger:focus, .enable-shadow .focus.btn-outline-danger {
  box-shadow: 0 12px 20px -16px #cc0000;
}

.enable-shadow .btn-light, .enable-shadow input.btn-light[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(235, 235, 235, 0.6);
}

.enable-shadow .btn-light:hover {
  box-shadow: 0 14px 22px -14px rgba(240, 240, 240, 0.6);
}

.enable-shadow .disabled.btn-light, .enable-shadow .btn-light:disabled {
  box-shadow: none;
}

.enable-shadow .btn-light:active, .enable-shadow .active.btn-light, .enable-shadow .btn-light:focus, .enable-shadow .focus.btn-light {
  box-shadow: 0 12px 20px -16px #dfdfdf;
}

.enable-shadow .btn-outline-light, .enable-shadow input.btn-outline-light[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(235, 235, 235, 0.6);
}

.enable-shadow .btn-outline-light:hover {
  box-shadow: 0 14px 22px -14px rgba(240, 240, 240, 0.6);
}

.enable-shadow .disabled.btn-outline-light, .enable-shadow .btn-outline-light:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-light:active, .enable-shadow .active.btn-outline-light, .enable-shadow .btn-outline-light:focus, .enable-shadow .focus.btn-outline-light {
  box-shadow: 0 12px 20px -16px #dfdfdf;
}

.enable-shadow .btn-dark, .enable-shadow input.btn-dark[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(0, 0, 0, 0.6);
}

.enable-shadow .btn-dark:hover {
  box-shadow: 0 14px 22px -14px rgba(0, 0, 0, 0.6);
}

.enable-shadow .disabled.btn-dark, .enable-shadow .btn-dark:disabled {
  box-shadow: none;
}

.enable-shadow .btn-dark:active, .enable-shadow .active.btn-dark, .enable-shadow .btn-dark:focus, .enable-shadow .focus.btn-dark {
  box-shadow: 0 12px 20px -16px black;
}

.enable-shadow .btn-outline-dark, .enable-shadow input.btn-outline-dark[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(0, 0, 0, 0.6);
}

.enable-shadow .btn-outline-dark:hover {
  box-shadow: 0 14px 22px -14px rgba(0, 0, 0, 0.6);
}

.enable-shadow .disabled.btn-outline-dark, .enable-shadow .btn-outline-dark:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-dark:active, .enable-shadow .active.btn-outline-dark, .enable-shadow .btn-outline-dark:focus, .enable-shadow .focus.btn-outline-dark {
  box-shadow: 0 12px 20px -16px black;
}

.enable-shadow .btn-tertiary, .enable-shadow input.btn-tertiary[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(60, 70, 255, 0.6);
}

.enable-shadow .btn-tertiary:hover {
  box-shadow: 0 14px 22px -14px rgba(70, 80, 255, 0.6);
}

.enable-shadow .disabled.btn-tertiary, .enable-shadow .btn-tertiary:disabled {
  box-shadow: none;
}

.enable-shadow .btn-tertiary:active, .enable-shadow .active.btn-tertiary, .enable-shadow .btn-tertiary:focus, .enable-shadow .focus.btn-tertiary {
  box-shadow: 0 12px 20px -16px #222eff;
}

.enable-shadow .btn-outline-tertiary, .enable-shadow input.btn-outline-tertiary[type="submit"] {
  box-shadow: 0 12px 20px -16px rgba(60, 70, 255, 0.6);
}

.enable-shadow .btn-outline-tertiary:hover {
  box-shadow: 0 14px 22px -14px rgba(70, 80, 255, 0.6);
}

.enable-shadow .disabled.btn-outline-tertiary, .enable-shadow .btn-outline-tertiary:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-tertiary:active, .enable-shadow .active.btn-outline-tertiary, .enable-shadow .btn-outline-tertiary:focus, .enable-shadow .focus.btn-outline-tertiary {
  box-shadow: 0 12px 20px -16px #222eff;
}

.btn-link, .widget_bp_core_login_widget .bp-login-widget-register-link a {
  font-weight: 400;
  color: #F21483;
  background-color: transparent;
}

.btn-link:hover, .widget_bp_core_login_widget .bp-login-widget-register-link a:hover {
  color: #b00a5d;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .widget_bp_core_login_widget .bp-login-widget-register-link a:focus, .focus.btn-link, .widget_bp_core_login_widget .bp-login-widget-register-link a.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .widget_bp_core_login_widget .bp-login-widget-register-link a:disabled, .disabled.btn-link, .widget_bp_core_login_widget .bp-login-widget-register-link a.disabled {
  color: #666666;
}

.enable-shadow .btn-link, .enable-shadow .widget_bp_core_login_widget .bp-login-widget-register-link a, .widget_bp_core_login_widget .bp-login-widget-register-link .enable-shadow a {
  box-shadow: none !important;
}

.btn.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  border-radius: 0.6rem;
}

.btn.btn-xs, input.btn-xs[type="submit"], .activity-list .activity-comments .show-all a, .activity-list .activity-meta .button, .activity-list .activity-meta .view, .acomment-reply, .acomment-delete, .bp-secondary-action, .widget_bp_core_login_widget .bp-login-widget-user-logout a.logout, .widget_bp_core_login_widget input#bp-login-widget-submit {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.6rem;
  min-height: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.btn-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #F8F8F8;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  vertical-align: middle;
  color: #333;
  background: #F8F8F8;
  padding: 0.3125rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 1rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.15s ease-in-out, background-color 0.185s ease-in-out;
}

.btn-tag:hover {
  text-decoration: none;
  color: #fff;
  background-color: #F21483;
}

/* Buttons */
.btn:focus, .btn.focus, input[type="submit"]:focus, input[type="submit"].focus, input[type="button"]:focus, input[type="button"].focus, input[type="reset"]:focus, input[type="reset"].focus, button:focus, button.focus {
  outline: 0;
}

.btn.disabled, .btn:disabled, input[type="submit"].disabled, input[type="submit"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, button.disabled, button:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled), input[type="submit"]:not([disabled]):not(.disabled), input[type="button"]:not([disabled]):not(.disabled), input[type="reset"]:not([disabled]):not(.disabled), button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled).active, input[type="button"]:not([disabled]):not(.disabled):active, input[type="button"]:not([disabled]):not(.disabled).active, input[type="reset"]:not([disabled]):not(.disabled):active, input[type="reset"]:not([disabled]):not(.disabled).active, button:not([disabled]):not(.disabled):active, button:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn.btn-outline-facebook {
  color: #4469B0;
  background-color: transparent;
  background-image: none;
  border-color: #4469B0;
}

.btn.btn-outline-facebook:hover {
  color: #fff;
  background-color: #4469B0;
  border-color: #4469B0;
}

.btn.btn-outline-facebook.disabled, .btn.btn-outline-facebook:disabled {
  color: #4469B0;
  background-color: transparent;
  border-color: #4469B0;
}

.btn.btn-outline-facebook:not([disabled]):not(.disabled):active, .btn.btn-outline-facebook:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #4469B0;
  border-color: #4469B0;
}

.btn.btn-outline-google {
  color: #EA4335;
  background-color: transparent;
  background-image: none;
  border-color: #EA4335;
}

.btn.btn-outline-google:hover {
  color: #fff;
  background-color: #EA4335;
  border-color: #EA4335;
}

.btn.btn-outline-google.disabled, .btn.btn-outline-google:disabled {
  color: #EA4335;
  background-color: transparent;
  border-color: #EA4335;
}

.btn.btn-outline-google:not([disabled]):not(.disabled):active, .btn.btn-outline-google:not([disabled]):not(.disabled).active {
  color: #fff;
  background-color: #EA4335;
  border-color: #EA4335;
}

.svq-facebook-connect.btn-outline-facebook .icon-facebook-fill:before {
  background: #4469B0;
  color: #ffffff;
  padding-bottom: 0;
  display: inline-block;
  line-height: 17px;
  padding-top: 5px;
  width: 24px;
  transform: translateY(3px);
  border-radius: 2px;
}

.svq-facebook-connect.btn-outline-facebook:hover .icon-facebook-fill:before {
  background: #ffffff;
  color: #4469B0;
}

.btn-xs .icon {
  font-size: calc(1.6rem - 0.25rem * 2 - 2px);
  height: calc(1.6rem - 0.25rem * 2 - 2px);
}

.btn-xs span {
  vertical-align: middle;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.btn-square {
  padding: 0.5rem;
}

.btn-square.btn-lg {
  padding: 0.75rem;
}

.btn-gradient-primary {
  color: #fff;
  border-color: transparent;
  border-width: 0px;
  background-image: linear-gradient(-135deg, #FF19A0, #F21483);
  background-repeat: repeat-x;
}

.btn-gradient-primary:not([disabled]):not(.disabled):hover, .btn-gradient-primary:not([disabled]):not(.disabled):focus, .btn-gradient-primary:not([disabled]):not(.disabled).focus, .btn-gradient-primary:not([disabled]):not(.disabled):active, .btn-gradient-primary:not([disabled]):not(.disabled).active {
  background-image: linear-gradient(-160deg, #FF19A0, #F21483);
  background-repeat: repeat-x;
  color: #fff;
}

.btn-gradient-secondary {
  color: #191919;
  border-color: transparent;
  border-width: 0px;
  background-image: linear-gradient(-135deg, #CCCCCC, #7c7c7c);
  background-repeat: repeat-x;
}

.btn-gradient-secondary:not([disabled]):not(.disabled):hover, .btn-gradient-secondary:not([disabled]):not(.disabled):focus, .btn-gradient-secondary:not([disabled]):not(.disabled).focus, .btn-gradient-secondary:not([disabled]):not(.disabled):active, .btn-gradient-secondary:not([disabled]):not(.disabled).active {
  background-image: linear-gradient(-160deg, #CCCCCC, #7c7c7c);
  background-repeat: repeat-x;
  color: #191919;
}

.btn-gradient-tertiary {
  color: #fff;
  border-color: transparent;
  border-width: 0px;
  background-image: linear-gradient(-135deg, #A764CD, #555EFF);
  background-repeat: repeat-x;
}

.btn-gradient-tertiary:not([disabled]):not(.disabled):hover, .btn-gradient-tertiary:not([disabled]):not(.disabled):focus, .btn-gradient-tertiary:not([disabled]):not(.disabled).focus, .btn-gradient-tertiary:not([disabled]):not(.disabled):active, .btn-gradient-tertiary:not([disabled]):not(.disabled).active {
  background-image: linear-gradient(-160deg, #A764CD, #555EFF);
  background-repeat: repeat-x;
  color: #fff;
}

.btn-gradient-danger {
  color: #fff;
  border-color: transparent;
  border-width: 0px;
  background-image: linear-gradient(-135deg, #FC7425, #FF0000);
  background-repeat: repeat-x;
}

.btn-gradient-danger:not([disabled]):not(.disabled):hover, .btn-gradient-danger:not([disabled]):not(.disabled):focus, .btn-gradient-danger:not([disabled]):not(.disabled).focus, .btn-gradient-danger:not([disabled]):not(.disabled):active, .btn-gradient-danger:not([disabled]):not(.disabled).active {
  background-image: linear-gradient(-160deg, #FC7425, #FF0000);
  background-repeat: repeat-x;
  color: #fff;
}

.btn[class*="btn-gradient-"] {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}

.btn-sm[class*="btn-gradient-"] {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}

.btn-tag-sm {
  font-size: 0.75rem;
}

.btn-tag.btn-tag-violet, .btn.btn-tag-violet, .btn-tag-violet {
  color: #A66FF7;
  background-color: rgba(166, 111, 247, 0.1);
}

.btn-tag.btn-tag-violet:hover, .btn.btn-tag-violet:hover, .btn-tag-violet:hover {
  color: #fff;
  background-color: #A66FF7;
}

.btn-tag.btn-tag-sky, .btn.btn-tag-sky, .btn-tag-sky {
  color: #04bbf1;
  background-color: rgba(4, 187, 241, 0.1);
}

.btn-tag.btn-tag-sky:hover, .btn.btn-tag-sky:hover, .btn-tag-sky:hover {
  color: #fff;
  background-color: #04bbf1;
}

.btn-tag.btn-tag-salmon, .btn.btn-tag-salmon, .btn-tag-salmon {
  color: #FF788C;
  background-color: rgba(255, 120, 140, 0.1);
}

.btn-tag.btn-tag-salmon:hover, .btn.btn-tag-salmon:hover, .btn-tag-salmon:hover {
  color: #fff;
  background-color: #FF788C;
}

.btn-tag.btn-tag-emerald, .btn.btn-tag-emerald, .btn-tag-emerald {
  color: #1ad6ac;
  background-color: rgba(26, 214, 172, 0.1);
}

.btn-tag.btn-tag-emerald:hover, .btn.btn-tag-emerald:hover, .btn-tag-emerald:hover {
  color: #fff;
  background-color: #1ad6ac;
}

.btn-tag.btn-tag-yellow, .btn.btn-tag-yellow, .btn-tag-yellow {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}

.btn-tag.btn-tag-yellow:hover, .btn.btn-tag-yellow:hover, .btn-tag-yellow:hover {
  color: #fff;
  background-color: #ffc107;
}

.btn-tag.btn-tag-orange, .btn.btn-tag-orange, .btn-tag-orange {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.1);
}

.btn-tag.btn-tag-orange:hover, .btn.btn-tag-orange:hover, .btn-tag-orange:hover {
  color: #fff;
  background-color: #fd7e14;
}

.btn-tag.btn-tag-green, .btn.btn-tag-green, .btn-tag-green {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
}

.btn-tag.btn-tag-green:hover, .btn.btn-tag-green:hover, .btn-tag-green:hover {
  color: #fff;
  background-color: #28a745;
}

.btn-tag.btn-tag-blue, .btn.btn-tag-blue, .btn-tag-blue {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.1);
}

.btn-tag.btn-tag-blue:hover, .btn.btn-tag-blue:hover, .btn-tag-blue:hover {
  color: #fff;
  background-color: #007bff;
}

.btn-tag.btn-tag-electric, .btn.btn-tag-electric, .btn-tag-electric {
  color: #a026ff;
  background-color: rgba(160, 38, 255, 0.1);
}

.btn-tag.btn-tag-electric:hover, .btn.btn-tag-electric:hover, .btn-tag-electric:hover {
  color: #fff;
  background-color: #a026ff;
}

.btn-tag.btn-tag-lime, .btn.btn-tag-lime, .btn-tag-lime {
  color: #B6E215;
  background-color: rgba(182, 226, 21, 0.1);
}

.btn-tag.btn-tag-lime:hover, .btn.btn-tag-lime:hover, .btn-tag-lime:hover {
  color: #fff;
  background-color: #B6E215;
}

.btn-tag.btn-tag-fossil, .btn.btn-tag-fossil, .btn-tag-fossil {
  color: #9e989d;
  background-color: rgba(158, 152, 157, 0.1);
}

.btn-tag.btn-tag-fossil:hover, .btn.btn-tag-fossil:hover, .btn-tag-fossil:hover {
  color: #fff;
  background-color: #9e989d;
}

.btn-tag.btn-tag-red, .btn.btn-tag-red, .btn-tag-red {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}

.btn-tag.btn-tag-red:hover, .btn.btn-tag-red:hover, .btn-tag-red:hover {
  color: #fff;
  background-color: #dc3545;
}

.btn-tag.btn-tag-sapphire, .btn.btn-tag-sapphire, .btn-tag-sapphire {
  color: #416aef;
  background-color: rgba(65, 106, 239, 0.1);
}

.btn-tag.btn-tag-sapphire:hover, .btn.btn-tag-sapphire:hover, .btn-tag-sapphire:hover {
  color: #fff;
  background-color: #416aef;
}

.btn-tag.btn-tag-magenta, .btn.btn-tag-magenta, .btn-tag-magenta {
  color: #F81895;
  background-color: rgba(248, 24, 149, 0.1);
}

.btn-tag.btn-tag-magenta:hover, .btn.btn-tag-magenta:hover, .btn-tag-magenta:hover {
  color: #fff;
  background-color: #F81895;
}

.btn-tag.btn-tag-brown, .btn.btn-tag-brown, .btn-tag-brown {
  color: #cc7401;
  background-color: rgba(204, 116, 1, 0.1);
}

.btn-tag.btn-tag-brown:hover, .btn.btn-tag-brown:hover, .btn-tag-brown:hover {
  color: #fff;
  background-color: #cc7401;
}

.btn-tag.btn-tag-indigo, .btn.btn-tag-indigo, .btn-tag-indigo {
  color: #6610f2;
  background-color: rgba(102, 16, 242, 0.1);
}

.btn-tag.btn-tag-indigo:hover, .btn.btn-tag-indigo:hover, .btn-tag-indigo:hover {
  color: #fff;
  background-color: #6610f2;
}

.btn-tag.btn-tag-purple, .btn.btn-tag-purple, .btn-tag-purple {
  color: #6f42c1;
  background-color: rgba(111, 66, 193, 0.1);
}

.btn-tag.btn-tag-purple:hover, .btn.btn-tag-purple:hover, .btn-tag-purple:hover {
  color: #fff;
  background-color: #6f42c1;
}

.btn-tag.btn-tag-pink, .btn.btn-tag-pink, .btn-tag-pink {
  color: #e83e8c;
  background-color: rgba(232, 62, 140, 0.1);
}

.btn-tag.btn-tag-pink:hover, .btn.btn-tag-pink:hover, .btn-tag-pink:hover {
  color: #fff;
  background-color: #e83e8c;
}

.btn-tag.btn-tag-teal, .btn.btn-tag-teal, .btn-tag-teal {
  color: #20c997;
  background-color: rgba(32, 201, 151, 0.1);
}

.btn-tag.btn-tag-teal:hover, .btn.btn-tag-teal:hover, .btn-tag-teal:hover {
  color: #fff;
  background-color: #20c997;
}

.btn-tag.btn-tag-cyan, .btn.btn-tag-cyan, .btn-tag-cyan {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.1);
}

.btn-tag.btn-tag-cyan:hover, .btn.btn-tag-cyan:hover, .btn-tag-cyan:hover {
  color: #fff;
  background-color: #17a2b8;
}

.btn-tag.btn-tag-white, .btn.btn-tag-white, .btn-tag-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-tag.btn-tag-white:hover, .btn.btn-tag-white:hover, .btn-tag-white:hover {
  color: #191919;
  background-color: #fff;
}

.btn-tag.btn-tag-gray, .btn.btn-tag-gray, .btn-tag-gray {
  color: #666666;
  background-color: rgba(102, 102, 102, 0.1);
}

.btn-tag.btn-tag-gray:hover, .btn.btn-tag-gray:hover, .btn-tag-gray:hover {
  color: #fff;
  background-color: #666666;
}

.btn-tag.btn-tag-gray-dark, .btn.btn-tag-gray-dark, .btn-tag-gray-dark {
  color: #333333;
  background-color: rgba(51, 51, 51, 0.1);
}

.btn-tag.btn-tag-gray-dark:hover, .btn.btn-tag-gray-dark:hover, .btn-tag-gray-dark:hover {
  color: #fff;
  background-color: #333333;
}

/* Transitions */
.fade {
  opacity: 0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: height 0.35s ease;
}

/* Dropdown */
.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.5rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.5rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 1.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e0e0e0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: border-color 0.185s ease-in-out, box-shadow 0.225s ease-in-out;
}

.navbar .dropdown-menu a.nav-link {
  padding: 0.25rem 2rem;
}

.dropdown-menu li {
  margin: 0;
  width: 100%;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 1rem 2rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #9A9A9A;
  white-space: nowrap;
}

/* Button Group */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* Input Group */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control, .input-group .custom-select, .input-group .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .custom-select:focus, .input-group .custom-file:focus {
  z-index: 3;
}

.input-group .form-control + .form-control, .input-group .custom-select + .form-control, .input-group .custom-file + .form-control {
  margin-left: -1px;
}

.input-group .form-control:not(:last-child), .input-group .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:not(:first-child), .input-group .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .custom-file {
  display: flex;
  align-items: center;
}

.input-group .custom-file:not(:last-child) .custom-file-control, .input-group .custom-file:not(:last-child) .custom-file-control::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .custom-file:not(:first-child) .custom-file-control, .input-group .custom-file:not(:first-child) .custom-file-control::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
  display: flex;
  align-items: center;
}

.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  text-align: center;
  white-space: nowrap;
  background-color: #EEEEEE;
  border: 1px solid #e0e0e0;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Navigation elements */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #666666;
}

.nav-link.active {
  font-weight: 700;
}

.nav-tabs {
  border-bottom: 1px solid #B2B2B2;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #CCCCCC #CCCCCC #B2B2B2;
}

.nav-tabs .nav-link.disabled {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #4C4C4C;
  background-color: #fff;
  border-color: #B2B2B2 #B2B2B2 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.6rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F21483;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

/* Navigation bar */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5;
  white-space: nowrap;
  height: 100%;
}

.navbar-brand img.seeko-logo {
  height: 100%;
  width: auto;
  max-width: inherit;
  max-height: calc(60px - 2 * 0.5rem - 2 * 0.3rem);
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav .dropdown-menu .dropdown-menu {
  display: none !important;
  top: 0;
  left: -100%;
}

.navbar-nav .dropdown-menu .dropdown-menu.show {
  display: block !important;
}

@media (max-width: 1149.9px) {
  .navbar-nav .dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}

@media (max-width: 1149.9px) {
  .enable-shadow .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .enable-shadow .navbar-nav .dropdown-menu:hover {
    box-shadow: none;
  }
  .enable-shadow .navbar-nav .dropdown-menu .dropdown-menu a.nav-link {
    padding: .25rem 2rem .25rem 4rem;
  }
}

.collapse:not(.show) .navbar-nav li.dropdown:hover > .dropdown-menu {
  display: block !important;
}

@media (min-width: 1150px) {
  #header .navbar-expand-lg {
    height: 60px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #header .navbar-expand-lg > li {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.65rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  margin-bottom: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.1em;
  height: 1.3em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.9px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
    height: 100%;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.9px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
    height: 100%;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1149.9px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1150px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
    height: 100%;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1439.9px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
    height: 100%;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
  height: 100%;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .75rem;
  padding-left: .75rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-basis: auto;
  height: 100%;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: #F21483;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #F21483;
}

.navbar-light .navbar-nav .nav-link {
  color: #4d4d4d;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: gray;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #F21483;
}

.navbar-light .navbar-toggler {
  color: #4d4d4d;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%234d4d4d' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: #4d4d4d;
}

.navbar-light .navbar-text a {
  color: #F21483;
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: #F21483;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.svq-ajax-notifications-nav.has-submenu > .submenu {
  left: auto !important;
  right: 0;
  min-width: 360px !important;
  white-space: normal;
}

.svq-ajax-notifications-nav.has-submenu > a {
  margin-right: 5px !important;
}

.svq-ajax-notifications-nav.has-submenu > a:after {
  display: none !important;
}

.svq-ajax-notifications-nav.has-submenu .notify-items {
  position: relative;
}

.svq-ajax-notifications-nav.has-submenu .svq-mark-as-read {
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 15px;
  display: inline-block;
  font-size: 12px;
  margin: 10px 0;
}

.svq-ajax-notifications-nav.has-submenu .svq-mark-as-read:hover {
  text-decoration: none;
}

.svq-ajax-notifications-nav.has-submenu .svq-submenu-item {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.svq-ajax-notifications-nav.has-submenu .svq-submenu-item:last-child {
  border-bottom: none;
}

.svq-ajax-notifications-nav.has-submenu .svq-submenu-item a {
  text-transform: none !important;
}

.svq-notifications-count:not(:empty) {
  border-radius: 50%;
  background: red;
  color: #fff;
  padding: 2px;
  font-size: 11px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  top: -5px;
  position: absolute;
  margin-left: -5px;
}

/* Breadcrumb */
.svq-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  font-size: 0.75rem;
}

.svq-breadcrumb li {
  padding-left: 0;
}

.svq-breadcrumb li a {
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.2s ease-in;
}

.svq-breadcrumb li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #666666;
  content: "/";
}

.svq-breadcrumb li + li:hover::before {
  text-decoration: underline;
}

.svq-breadcrumb li + li:hover::before {
  text-decoration: none;
}

.svq-breadcrumb li.active {
  color: #666666;
}

.svq-breadcrumb + .entry-title {
  margin-top: 0;
}

/* Pagination and Page Links */
.pagination, .page-links, .pagination-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}

.pagination-links {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (max-width: 575.9px) {
  .pagination {
    margin-bottom: 2rem;
  }
}

.page-numbers, .page-links > *:not(.page-links-title) {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.0625rem 0.625rem;
  margin: 0 0.5rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: border-color 0.25s ease-out, color 0.25s ease-out;
}

.page-numbers:hover, .page-links > *:not(.page-links-title):hover {
  text-decoration: none;
  background-color: transparent;
  border-color: #DADADA;
}

.page-numbers:not([disabled]):not(.disabled), .page-links > *:not(.page-links-title):not([disabled]):not(.disabled) {
  cursor: pointer;
}

.page-links .page-links-title {
  margin-right: 0.5rem;
}

.page-numbers.current, .page-numbers:focus, .page-links > span:not(.page-links-title), .page-links > span:not(.page-links-title):hover {
  z-index: 1;
  background-color: transparent;
}

.page-numbers.disabled {
  color: #666666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: transparent;
}

.prev.page-numbers:focus, .prev.page-numbers:hover, .next.page-numbers:focus, .next.page-numbers:hover {
  border-color: transparent;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.6rem;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* Alert */
.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

/* Progress */
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #CCCCCC;
  border-radius: 0.6rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #F21483;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* Media */
.media {
  display: flex;
  align-items: flex-start;
}

body.media {
  display: block;
  align-items: initial;
}

.media-body {
  flex: 1;
}

.media-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.media-vertical .media-body {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.media-vertical .media-body h6 {
  margin: 1.5rem 0 0 0;
  font-weight: 700;
}

.media-vertical .media-body small {
  opacity: .8;
}

.svq-menu-avatar-img {
  width: 30px;
  border-radius: 15px;
}

a span.svq-menu-avatar-text {
  margin-left: 7px;
  display: inline-block;
}

/* Close button */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not([disabled]):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 1.0rem;
  outline: 0;
}

/* Modal */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #CCCCCC;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow: hidden;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #CCCCCC;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.svq-modal .modal-content .close {
  position: absolute;
  right: 1rem;
  top: .5rem;
  z-index: 1;
}

.svq-modal .modal-content .close:hover {
  background: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1150px) {
  .modal-lg {
    max-width: 800px;
  }
}

.terms-and-services {
  font-size: 0.875rem;
}

.terms-and-services a {
  text-decoration: underline;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.2s ease-out;
}

.svq-booster-footer {
  text-align: center;
}

.terms-and-services, .already-account {
  text-align: center;
}

.svq-login-form .text-sm-right, .svq-login-form .form-check-label {
  line-height: 2;
}

.svq-login-form .btn {
  justify-content: center;
}

.svq-register .btn {
  justify-content: center;
}

.svq-register .btn span {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

.svq-lost-pass .btn {
  justify-content: center;
}

.svq-login h3, .svq-register h3, .svq-lost-pass h3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.svq-login hr, .svq-login input[type="text"], .svq-login input[type="password"], .svq-register hr, .svq-register input[type="text"], .svq-register input[type="password"], .svq-lost-pass hr, .svq-lost-pass input[type="text"], .svq-lost-pass input[type="password"] {
  border-color: rgba(80, 227, 194, 0.56);
}

.svq-login:before, .svq-register:before, .svq-lost-pass:before {
  content: "";
  background: rgba(80, 227, 194, 0.15);
  width: 800px;
  height: 500px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(20deg);
  border-radius: 20px;
}

.svq-login:after, .svq-register:after, .svq-lost-pass:after {
  content: "";
  background: rgba(80, 227, 194, 0.15);
  width: 200px;
  height: 200px;
  position: absolute;
  top: -154px;
  left: 0;
  transform: rotate(-20deg);
  border-radius: 10px;
}

.already-account .icon {
  margin-left: .5rem;
  margin-right: .5rem;
}

.svq-modal .svq-facebook-connect {
  width: 100%;
}

.svq-modal hr {
  margin: 1rem 0;
}

[data-svq-title] {
  position: relative;
}

[data-svq-title]:before, [data-svq-title]:after {
  position: absolute;
  display: block;
  z-index: 1070;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
  pointer-events: none;
}

[data-svq-title]:before {
  content: attr(data-svq-title);
  bottom: calc(100% + 0.4rem + 4px);
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  white-space: nowrap;
  max-width: 200px;
  padding: 0.125rem 0.625rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.5rem;
}

[data-svq-title]:after {
  content: '';
  top: calc(-0.4rem - 5px);
  border-color: transparent;
  border-style: solid;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

[data-svq-title]:hover:before, [data-svq-title]:hover:after {
  opacity: 1;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out 0.25s, background 0.25s ease-out, border-color 0.25s ease-out;
}

/* Tooltip */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
  pointer-events: none;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.125rem 0.625rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

[data-svq-title].activity-time-since {
  position: absolute;
}

/* Popover */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(1.0rem - 1px);
  border-top-right-radius: calc(1.0rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333;
}

/* Utilities */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border {
  border: 1px solid #EEEEEE !important;
}

.border-top {
  border-top: 1px solid #EEEEEE !important;
}

.border-right {
  border-right: 1px solid #EEEEEE !important;
}

.border-bottom {
  border-bottom: 1px solid #EEEEEE !important;
}

.border-left {
  border-left: 1px solid #EEEEEE !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #F21483 !important;
}

.border-secondary {
  border-color: #7c7c7c !important;
}

.border-success {
  border-color: #1FCB41 !important;
}

.border-info {
  border-color: #10B8C1 !important;
}

.border-warning {
  border-color: #FFB91A !important;
}

.border-danger {
  border-color: #FF0000 !important;
}

.border-light {
  border-color: #F8F8F8 !important;
}

.border-dark {
  border-color: #000000 !important;
}

.border-tertiary {
  border-color: #555EFF !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.6rem !important;
}

.rounded-top {
  border-top-left-radius: 0.6rem !important;
  border-top-right-radius: 0.6rem !important;
}

.rounded-right {
  border-top-right-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.6rem !important;
  border-bottom-left-radius: 0.6rem !important;
}

.rounded-left {
  border-top-left-radius: 0.6rem !important;
  border-bottom-left-radius: 0.6rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1150px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1150px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1150px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 6rem !important;
}

.mt-9,
.my-9 {
  margin-top: 6rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 6rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 6rem !important;
}

.pt-9,
.py-9 {
  padding-top: 6rem !important;
}

.pr-9,
.px-9 {
  padding-right: 6rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}

.pl-9,
.px-9 {
  padding-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1150px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-underline {
  text-decoration: underline;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #F21483 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #c80b6a !important;
}

.text-secondary {
  color: #7c7c7c !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #636363 !important;
}

.text-success {
  color: #1FCB41 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #189f33 !important;
}

.text-info {
  color: #10B8C1 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #0c8b92 !important;
}

.text-warning {
  color: #FFB91A !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #e6a000 !important;
}

.text-danger {
  color: #FF0000 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #cc0000 !important;
}

.text-light {
  color: #F8F8F8 !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dfdfdf !important;
}

.text-dark {
  color: #000000 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: black !important;
}

.text-tertiary {
  color: #555EFF !important;
}

a.text-tertiary:focus, a.text-tertiary:hover {
  color: #222eff !important;
}

.text-muted {
  color: #9A9A9A !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.ovfl-hidden {
  overflow: hidden;
}

/* Custom Utilities */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: calc( 1s);
  animation-duration: calc( 1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: calc( 1s * 2);
  animation-duration: calc( 1s * 2);
}

.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc( 1s * 0.75);
  animation-duration: calc( 1s * 0.75);
}

.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc( 1s * 0.75);
  animation-duration: calc( 1s * 0.75);
}

.animated [class*="ae-"]:not(.done) {
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.animated [class*="ae-"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
}

[class*='ae-'] {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Print */
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .wp-block-table th, .table-bordered td, .wp-block-table td {
    border: 1px solid #ddd !important;
  }
}

/* Layout */
.svq-breadcrumb-wrap {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.content-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.svq-breadcrumb-wrap + .content-wrapper {
  padding-top: 0;
}

#header {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 999;
}

#header + .content-wrapper, .elementor-location-header + .content-wrapper, .stax-zone + .content-wrapper {
  padding-top: 0;
}

#page-wrapper {
  width: 100%;
}

.svq-page-header {
  padding-top: 3rem;
  /*padding-bottom: spacer(5);*/
}

h1.page-title {
  margin-top: 0;
}

@media (min-width: 1150px) {
  .layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .layout .col-main, .layout .col-sidebar {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .layout .col-sidebar {
    margin-top: 3rem;
  }
  .layout.sidebar-right .col-main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .layout.sidebar-right .col-sidebar {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .layout.sidebar-left .col-main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .layout.sidebar-left .col-sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .layout-custom {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .layout-custom.sidebar-right .col-header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .layout-custom.sidebar-right .col-main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .layout-custom.sidebar-right .col-sidebar {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .layout-custom.sidebar-left .col-header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .layout-custom.sidebar-left .col-main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .layout-custom.sidebar-left .col-sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-top: 3rem;
  }
  .layout-custom.sidebar-single .col-header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .layout-custom.sidebar-single .col-main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .layout-custom.sidebar-single .col-sidebar {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .col-sidebar {
    font-size: 0.875rem;
  }
  .ie-10 .layout:not(.sidebar-left):not(.sidebar-right), .ie-11 .layout:not(.sidebar-left):not(.sidebar-right), .ie-10 .layout-custom:not(.sidebar-left):not(.sidebar-right):not(.sidebar-single), .ie-11 .layout-custom:not(.sidebar-left):not(.sidebar-right):not(.sidebar-single) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

input[type="checkbox"] + label:after, input[type="checkbox"] + .check-icon:after, .activity-list .activity-meta .button:before, .activity-list .activity-meta .view:before, .acomment-reply:before, .acomment-delete:before, .bp-secondary-action:before, .slick-arrow:before, .nav2-post:after, .entry-title a:after, .quote-post-card .entry-content blockquote:after, .widget_recent_entries > ul > li:before, .widget_pages ul.children li:before, .widget_categories ul.children li:before, .widget_recent_comments ul li:before, .widget_rss ul li .rsswidget:before {
  font-family: "icon" !important;
}

.icon, .nav2-post:after, .entry-title a:after, .quote-post-card .entry-content blockquote:after {
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  line-height: 1;
}

input[type="checkbox"] + label:after, input[type="checkbox"] + .check-icon:after, .activity-list .activity-meta .button:before, .activity-list .activity-meta .view:before, .acomment-reply:before, .acomment-delete:before, .bp-secondary-action:before, .widget_recent_entries > ul > li:before, .widget_pages ul.children li:before, .widget_categories ul.children li:before, .widget_recent_comments ul li:before, .widget_rss ul li .rsswidget:before {
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn.btn-sm .icon, input[type="submit"].btn.btn-sm .icon, .icon-sm, .widget_recent_entries > ul > li:before, .widget_pages ul.children li:before, .widget_categories ul.children li:before, .widget_recent_comments ul li:before, .widget_rss ul li .rsswidget:before {
  font-size: 1.4rem;
}

.icon-lg {
  font-size: 3rem;
  height: 3rem;
}

.activity-list .activity-meta .button:before, .activity-list .activity-meta .view:before, .acomment-reply:before, .acomment-delete:before, .bp-secondary-action:before {
  line-height: 1;
  font-size: calc(1.6rem - 0.25rem * 2 - .125rem);
  height: calc(1.6rem - 0.25rem * 2 - .125rem);
}

/* Font Icons */
.icon-google-color:before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><g fill='none' fill-rule='evenodd'><path fill='%23FBBC05' d='M7.04769211,21.0868876 C6.37646228,19.6926132 6,18.1206768 6,16.4545455 C6,14.7884141 6.37646228,13.2164777 7.04769211,11.8222033 L10.4892381,14.511068 C10.2924544,15.121732 10.1860465,15.7750178 10.1860465,16.4545455 C10.1860465,17.1340731 10.2924544,17.7873589 10.4892381,18.3980229 L7.04769211,21.0868876 Z'/><path fill='%23EA4335' d='M7.04769211,11.8222033 C8.71209378,8.36491854 12.188893,6 16.2325581,6 C18.8372093,6 21.1627907,6.99793388 22.9767442,8.61363636 L20,11.6549587 C18.9767442,10.7995868 17.6744186,10.2768595 16.2325581,10.2768595 C13.5488198,10.2768595 11.2832794,12.0469796 10.4892381,14.511068 L7.04769211,11.8222033 Z'/><path fill='%2334A853' d='M7.04630728,21.0840099 L10.4864502,18.3893498 C11.2779655,20.8579566 13.5456721,22.6322314 16.2325581,22.6322314 C19.0697674,22.6322314 21.2093023,21.1590909 21.7209302,18.5929752 L16.2325581,18.5929752 L16.2325581,14.553719 L20.7906977,14.553719 L24.6046512,14.553719 L25.7674419,14.553719 C25.9069767,15.1714876 26,15.8367769 26,16.4545455 C26,23.107438 21.3488372,26.9090909 16.2325581,26.9090909 C12.1877711,26.9090909 8.71016471,24.54286 7.04630728,21.0840099 Z'/><path fill='%234285F4' d='M22.902071,24.3053705 L19.6348402,21.7210266 C20.7031199,21.032209 21.4463921,19.9699459 21.7209302,18.5929752 L16.2325581,18.5929752 L16.2325581,14.553719 L20.7906977,14.553719 L24.6046512,14.553719 L25.7674419,14.553719 C25.9069767,15.1714876 26,15.8367769 26,16.4545455 C26,19.8620045 24.7798821,22.5215111 22.902071,24.3053705 Z'/></g></svg>");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
}

.btn:hover .icon-google-color:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'><path fill='%23FFFFFF' fill-rule='evenodd' d='M25.7674419,14.553719 L24.6046512,14.553719 L20.7906977,14.553719 L16.2325581,14.553719 L16.2325581,18.5929752 L21.7209302,18.5929752 C21.2093023,21.1590909 19.0697674,22.6322314 16.2325581,22.6322314 C12.8837209,22.6322314 10.1860465,19.8760331 10.1860465,16.4545455 C10.1860465,13.0330579 12.8837209,10.2768595 16.2325581,10.2768595 C17.6744186,10.2768595 18.9767442,10.7995868 20,11.6549587 L22.9767442,8.61363636 C21.1627907,6.99793388 18.8372093,6 16.2325581,6 C10.5581395,6 6,10.6570248 6,16.4545455 C6,22.2520661 10.5581395,26.9090909 16.2325581,26.9090909 C21.3488372,26.9090909 26,23.107438 26,16.4545455 C26,15.8367769 25.9069767,15.1714876 25.7674419,14.553719 L25.7674419,14.553719 Z'/></svg>");
}

/* Enable Shadow */
.enable-shadow input:not([type])[disabled], .enable-shadow input:not([type])[readonly], .enable-shadow input:not([type]).form-control-plaintext,
.enable-shadow input[type="date"][disabled],
.enable-shadow input[type="date"][readonly],
.enable-shadow input[type="date"].form-control-plaintext,
.enable-shadow input[type="datetime-local"][disabled],
.enable-shadow input[type="datetime-local"][readonly],
.enable-shadow input[type="datetime-local"].form-control-plaintext,
.enable-shadow input[type="email"][disabled],
.enable-shadow input[type="email"][readonly],
.enable-shadow input[type="email"].form-control-plaintext,
.enable-shadow input[type="number"][disabled],
.enable-shadow input[type="number"][readonly],
.enable-shadow input[type="number"].form-control-plaintext,
.enable-shadow input[type="password"][disabled],
.enable-shadow input[type="password"][readonly],
.enable-shadow input[type="password"].form-control-plaintext,
.enable-shadow input[type="search"][disabled],
.enable-shadow input[type="search"][readonly],
.enable-shadow input[type="search"].form-control-plaintext,
.enable-shadow input[type="tel"][disabled],
.enable-shadow input[type="tel"][readonly],
.enable-shadow input[type="tel"].form-control-plaintext,
.enable-shadow input[type="time"][disabled],
.enable-shadow input[type="time"][readonly],
.enable-shadow input[type="time"].form-control-plaintext,
.enable-shadow input[type="text"][disabled],
.enable-shadow input[type="text"][readonly],
.enable-shadow input[type="text"].form-control-plaintext,
.enable-shadow input[type="url"][disabled],
.enable-shadow input[type="url"][readonly],
.enable-shadow input[type="url"].form-control-plaintext,
.enable-shadow textarea[disabled],
.enable-shadow textarea[readonly],
.enable-shadow textarea.form-control-plaintext,
.enable-shadow select[disabled],
.enable-shadow select[readonly],
.enable-shadow select.form-control-plaintext,
.enable-shadow .form-control[disabled],
.enable-shadow .form-control[readonly],
.enable-shadow .form-control.form-control-plaintext {
  box-shadow: none !important;
}

.enable-shadow .fluid-width-video-wrapper, .enable-shadow .sq-big-shadow {
  box-shadow: 0 12px 20px -16px rgba(225, 225, 225, 0.6);
}

.enable-shadow .fluid-width-video-wrapper:hover, .enable-shadow .sq-big-shadow:hover {
  box-shadow: 0 14px 22px -14px rgba(230, 230, 230, 0.6);
}

.enable-shadow .fluid-width-video-wrapper.disabled, .enable-shadow .fluid-width-video-wrapper:disabled, .enable-shadow .sq-big-shadow.disabled, .enable-shadow .sq-big-shadow:disabled {
  box-shadow: none;
}

.enable-shadow .enable-dark input:not([type]),
.enable-shadow .enable-dark input[type="date"],
.enable-shadow .enable-dark input[type="datetime-local"],
.enable-shadow .enable-dark input[type="email"],
.enable-shadow .enable-dark input[type="number"],
.enable-shadow .enable-dark input[type="password"],
.enable-shadow .enable-dark input[type="search"],
.enable-shadow .enable-dark input[type="tel"],
.enable-shadow .enable-dark input[type="time"],
.enable-shadow .enable-dark input[type="text"],
.enable-shadow .enable-dark input[type="url"],
.enable-shadow .enable-dark textarea,
.enable-shadow .enable-dark select,
.enable-shadow .enable-dark .form-control, .enable-shadow.enable-dark input:not([type]),
.enable-shadow.enable-dark input[type="date"],
.enable-shadow.enable-dark input[type="datetime-local"],
.enable-shadow.enable-dark input[type="email"],
.enable-shadow.enable-dark input[type="number"],
.enable-shadow.enable-dark input[type="password"],
.enable-shadow.enable-dark input[type="search"],
.enable-shadow.enable-dark input[type="tel"],
.enable-shadow.enable-dark input[type="time"],
.enable-shadow.enable-dark input[type="text"],
.enable-shadow.enable-dark input[type="url"],
.enable-shadow.enable-dark textarea,
.enable-shadow.enable-dark select,
.enable-shadow.enable-dark .form-control, .enable-dark .enable-shadow input:not([type]),
.enable-dark .enable-shadow input[type="date"],
.enable-dark .enable-shadow input[type="datetime-local"],
.enable-dark .enable-shadow input[type="email"],
.enable-dark .enable-shadow input[type="number"],
.enable-dark .enable-shadow input[type="password"],
.enable-dark .enable-shadow input[type="search"],
.enable-dark .enable-shadow input[type="tel"],
.enable-dark .enable-shadow input[type="time"],
.enable-dark .enable-shadow input[type="text"],
.enable-dark .enable-shadow input[type="url"],
.enable-dark .enable-shadow textarea,
.enable-dark .enable-shadow select,
.enable-dark .enable-shadow .form-control {
  box-shadow: none;
}

.enable-shadow .btn-outline-facebook {
  box-shadow: 0 12px 20px -16px rgba(61, 94, 158, 0.6);
}

.enable-shadow .btn-outline-facebook:hover {
  box-shadow: 0 14px 22px -14px rgba(64, 98, 165, 0.6);
}

.enable-shadow .btn-outline-facebook.disabled, .enable-shadow .btn-outline-facebook:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-facebook:active, .enable-shadow .btn-outline-facebook.active, .enable-shadow .btn-outline-facebook:focus, .enable-shadow .btn-outline-facebook.focus {
  box-shadow: 0 12px 20px -16px #36538b;
}

.enable-shadow .btn-outline-google {
  box-shadow: 0 12px 20px -16px rgba(232, 46, 30, 0.6);
}

.enable-shadow .btn-outline-google:hover {
  box-shadow: 0 14px 22px -14px rgba(233, 54, 39, 0.6);
}

.enable-shadow .btn-outline-google.disabled, .enable-shadow .btn-outline-google:disabled {
  box-shadow: none;
}

.enable-shadow .btn-outline-google:active, .enable-shadow .btn-outline-google.active, .enable-shadow .btn-outline-google:focus, .enable-shadow .btn-outline-google.focus {
  box-shadow: 0 12px 20px -16px #d62516;
}

.enable-shadow .no-shadow {
  box-shadow: none !important;
}

.enable-shadow .accordion-card.show {
  box-shadow: 0 12px 20px -16px rgba(225, 225, 225, 0.6);
}

.enable-shadow .accordion-card.show:hover {
  box-shadow: 0 14px 22px -14px rgba(230, 230, 230, 0.6);
}

.enable-shadow .accordion-card.show.disabled, .enable-shadow .accordion-card.show:disabled {
  box-shadow: none;
}

.enable-shadow .accordion-card.show:active, .enable-shadow .accordion-card.show.active, .enable-shadow .accordion-card.show:focus, .enable-shadow .accordion-card.show.focus {
  box-shadow: 0 12px 20px -16px #d5d5d5;
}

.enable-shadow .accordion-card input:not([type]),
.enable-shadow .accordion-card input[type="date"],
.enable-shadow .accordion-card input[type="datetime-local"],
.enable-shadow .accordion-card input[type="email"],
.enable-shadow .accordion-card input[type="number"],
.enable-shadow .accordion-card input[type="password"],
.enable-shadow .accordion-card input[type="search"],
.enable-shadow .accordion-card input[type="tel"],
.enable-shadow .accordion-card input[type="time"],
.enable-shadow .accordion-card input[type="text"],
.enable-shadow .accordion-card input[type="url"],
.enable-shadow .accordion-card textarea,
.enable-shadow .accordion-card select,
.enable-shadow .accordion-card .form-control {
  box-shadow: none !important;
}

.enable-shadow .page-numbers:hover, .enable-shadow .page-links > *:not(.page-links-title):hover {
  box-shadow: 0 6px 7px -1px rgba(178, 178, 178, 0.2);
}

.enable-shadow .next.page-numbers:focus, .enable-shadow .next.page-numbers:hover, .enable-shadow .prev.page-numbers:focus, .enable-shadow .prev.page-numbers:hover {
  box-shadow: none;
}

/* Accordion */
.accordion-card {
  border: 1px solid transparent;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: border-color 0.4s ease-in, box-shadow 0.4s ease-in, margin 0.35s ease-in, padding 0.35s ease-out;
}

.accordion-header a[data-toggle="collapse"], .accordion-header .accordion-head {
  position: relative;
  display: block;
  padding: 0.5rem 1.75rem 0.5rem 1.75rem;
  text-decoration: none;
  font-weight: 700;
  opacity: .8;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: padding 0.3s ease-out, font-size 0.3s ease-out, line-height 0.3s ease-out, color 0.2s ease-out;
}

.accordion-header a[data-toggle="collapse"]:before, .accordion-header .accordion-head:before {
  content: '';
  display: block;
  position: absolute;
  top: calc((1.6*1rem - 2px)/2 + 0.5rem);
  left: 0;
  height: 2px;
  width: 0.75rem;
}

.accordion-header a[data-toggle="collapse"]:after, .accordion-header .accordion-head:after {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: calc((1.6*1rem - 1rem)/2 + 0.5rem);
  right: 1rem;
  opacity: 0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.35s ease-in;
}

.accordion-body {
  padding: 0.5rem 0.5rem 0.5rem 1.75rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: padding 0.5s ease-out;
}

.accordion-card.show {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}

.accordion-card.show .accordion-header a[data-toggle="collapse"], .accordion-card.show .accordion-header .accordion-head {
  font-size: 1.125rem;
}

.accordion-card.show .accordion-header a[data-toggle="collapse"]:before, .accordion-card.show .accordion-header .accordion-head:before {
  top: calc((1.6*1.125rem - 2px)/2 + 0.5rem);
}

.accordion-card.show .accordion-header a[data-toggle="collapse"]:after, .accordion-card.show .accordion-header .accordion-head:after {
  opacity: 1;
}

.accordion-card.accordion-validation .accordion-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.accordion-card.accordion-validation .accordion-header a[data-toggle="collapse"], .accordion-card.accordion-validation .accordion-header .accordion-head {
  padding-left: 0;
  outline: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.accordion-card.accordion-validation .accordion-header a[data-toggle="collapse"]:before, .accordion-card.accordion-validation .accordion-header .accordion-head:before {
  display: none;
}

.remove-existing-filters, .accordion-remove-trigger {
  display: block;
  position: relative;
  width: 1.75rem;
  outline: none;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.remove-existing-filters:before, .accordion-remove-trigger:before {
  transition: background 0.3s ease-out, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.remove-existing-filters:after, .accordion-remove-trigger:after {
  opacity: 0;
  transition: background 0.3s ease-out, opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.remove-existing-filters:before, .remove-existing-filters:after, .accordion-remove-trigger:before, .accordion-remove-trigger:after {
  content: '';
  display: block;
  position: absolute;
  top: calc((1.6*1rem - 2px)/2 + 0.5rem);
  left: 0;
  height: 2px;
  width: 0.75rem;
}

.label-applied-filters > li.is-valid .remove-existing-filters:before, .label-remove-filters.is-valid .remove-existing-filters:before, .accordion-card.is-valid .accordion-remove-trigger:before {
  transform: rotate(225deg);
  transition: background 0.3s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out;
}

.label-applied-filters > li.is-valid .remove-existing-filters:after, .label-remove-filters.is-valid .remove-existing-filters:after, .accordion-card.is-valid .accordion-remove-trigger:after {
  opacity: 1;
  transform: rotate(-45deg);
  transition: background 0.3s ease-out, opacity 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out;
}

.accordion-card.accordion-validation.show .accordion-header .accordion-remove-trigger:before, .accordion-card.accordion-validation.show .accordion-header .accordion-remove-trigger:after {
  top: calc((1.6*1.125rem - 2px)/2 + 0.5rem);
}

/* Image Avatar */
.img-dynamic {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.img-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.aspect-ratio .img-card > img {
  max-width: none;
  width: 100%;
  height: 100%;
}

.img-shadow {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: -0.5rem;
  height: 50%;
  z-index: 1;
  text-align: center;
}

.img-shadow img {
  height: 100% !important;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: .8;
}

.shadow-on .img-shadow {
  animation: shadowIn .75s forwards;
}

.img-shadow img, .svq-slick .img-dynamic .img-shadow img {
  width: 80%;
  margin: 0 auto;
}

.img-dynamic.aspect-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-dynamic.aspect-ratio .img-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: none;
}

.img-dynamic.aspect-ratio .img-card > img {
  position: absolute;
  top: 0;
  left: 0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: transform 0.3s ease-out;
  object-fit: cover;
  -o-object-fit: cover;
}

.img-dynamic.aspect-ratio .img-card > img.avatar {
  border-radius: 0;
}

.ie-11 .img-dynamic.aspect-ratio .img-card > img {
  width: auto;
  height: auto;
}

.aspect-ratio.ratio-2-1:before {
  padding-top: 50%;
}

.aspect-ratio.ratio-3-2:before {
  padding-top: 66.66667%;
}

.aspect-ratio.ratio-3-4:before {
  padding-top: 133.33333%;
}

.aspect-ratio.ratio-4-3:before {
  padding-top: 75%;
}

.aspect-ratio.ratio-16-9:before {
  padding-top: 56.25%;
}

.progressive--not-loaded {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.05);
}

.progressive--is-loaded {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  animation: sharpen .5s forwards;
  transform: scale(1);
}

@-webkit-keyframes sharpen {
  0% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  50% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes sharpen {
  0% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  50% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1.3);
  }
}

@keyframes scale {
  0% {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1.3);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes shadowIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes progFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
  }
}

@keyframes progFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes progFadeInOverlay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes progFadeInOverlay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 0.7;
  }
}

.avatar-status.is-online .img-card:after {
  background: #56E40F;
}

.avatar-square-xs {
  height: 1.5rem;
  line-height: 1;
  overflow: hidden;
}

.avatar-square .img-shadow, .avatar-square-lg .img-shadow {
  bottom: -.125rem;
}

.avatar-square .img-shadow img, .avatar-square-lg .img-shadow img {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.no-js .img-dynamic noscript .img-card {
  opacity: 1;
}

.no-js .img-dynamic noscript, .no-js .img-dynamic noscript > span {
  display: block;
  width: 100%;
  height: 100%;
}

.no-js .img-dynamic noscript > span {
  background-size: cover;
  background-repeat: no-repeat;
}

/* Dark elements */
/* Slick slider */
.slick-loading .slick-list {
  background: #ffffff url("https://www.matchmyschool.net/wp-content/themes/seeko/assets/./img/ajax-loader.gif") center center no-repeat;
}

.svq-slick:not(.slick-initialized) > *:not(:first-child) {
  visibility: hidden;
  height: 0;
}

.slick-slide[class^="col-"] {
  max-width: none;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-slide img {
  width: 100%;
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.svq-slick .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
  outline: none;
}

@media (min-width: 1150px) {
  .svq-slick .slick-slide {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.svq-sh-carousel .btn-xs {
  background: transparent;
}

.svq-sh-carousel .svq-slick-prev {
  margin-right: .5rem;
}

.svq-sh-carousel .svq-slick-filter {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.svq-sh-carousel .svq-slick-filter.btn {
  padding: .5rem 1rem;
}

.svq-sh-carousel .svq-slick-filter i.fa.icon {
  font-family: FontAwesome !important;
}

.svq-sh-carousel .media .media-body .activity-read-more {
  display: none;
}

.svq-sh-carousel.svq-sh-carousel-full .svq-slick .slick-list {
  overflow: visible;
}

@media (min-width: 576px) {
  .svq-sh-carousel .svq-slick-filter {
    margin-left: .5rem;
  }
}

.svq-slick-inner-arrows .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

.svq-slick-inner-arrows .slick-arrow {
  z-index: 3;
  bottom: 1rem;
  top: inherit;
  transform: none;
  color: rgba(255, 255, 255, 0.8);
}

.svq-slick-inner-arrows .slick-arrow:before {
  display: none;
}

.svq-slick-inner-arrows .slick-arrow:hover, .svq-slick-inner-arrows .slick-arrow:focus {
  color: #fff;
}

.svq-slick-inner-arrows .slick-prev {
  left: inherit;
  right: calc(1.6rem - 0.25rem * 2 - 2px + 0.75rem * 2 + 1.5rem);
}

.svq-slick-inner-arrows .slick-next {
  right: 1rem;
}

.svq-slick-inner-arrows .slick-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: -.5rem;
  width: .5rem;
}

.enable-shadow.tpl-left .svq-slick .post-card, .enable-shadow.tpl-right .svq-slick .post-card, .svq-slick.item-list .item-container, .enable-shadow .svq-slick .post-card {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.enable-shadow.tpl-left .svq-slick .post-card:hover, .enable-shadow.tpl-right .svq-slick .post-card:hover, .svq-slick.item-list .item-container:hover, .enable-shadow .svq-slick .post-card:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.activity-list .activity-header .time-since, .activity-time-since, .comment-date, #message-thread .message-metadata .activity {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-bottom: .5rem;
}

.activity-list .activity-header .time-since, .activity-time-since, .comment-date, #message-thread .message-metadata .activity, .post-card .entry-date, .widget_rss ul li .rss-date, .widget_bp_groups_widget .item-list li .item-meta, .widget_bp_core_members_widget .item-list li .item-meta, .widget_bp_core_friends_widget .item-list li .item-meta {
  font-size: 0.75rem;
}

.activity-list .activity-header .time-since, .activity-time-since, .comment-date, #message-thread .message-metadata .activity, .post-card .entry-date, .widget_rss ul li .rss-date, .widget_bp_groups_widget .item-list li .item-meta, .widget_bp_core_members_widget .item-list li .item-meta, .widget_bp_core_friends_widget .item-list li .item-meta, .activity-list .activity-header .time-since:hover, .activity-time-since:hover, .comment-date:hover, #message-thread .message-metadata .activity:hover, .post-card .entry-date:hover, .widget_rss ul li .rss-date:hover, .widget_bp_groups_widget .item-list li .item-meta:hover, .widget_bp_core_members_widget .item-list li .item-meta:hover, .widget_bp_core_friends_widget .item-list li .item-meta:hover {
  color: #9A9A9A;
}

@media (min-width: 1150px) {
  body.single .col-inner .standard-post-img, body.single .col-inner .quote-highlight, body.single .col-inner .video-highlight, body.single .col-inner .gallery-highlight, body.single.tpl-right .alignfull, body.single.tpl-left .alignfull, body.single .alignwide, body.page:not(.tpl-left):not(.tpl-right) .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width: 575.9px) {
  .comments-area, .author-bio, .related-articles, .tpl-full .alignfull {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}

@media (min-width: 576px) and (max-width: 1149.9px) {
  .tpl-left .author-bio, .tpl-left .comments-area, .tpl-left .related-articles, .tpl-right .author-bio, .tpl-right .comments-area, .tpl-right .related-articles, .tpl-right .alignfull, .tpl-left .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
}

@media (min-width: 576px) {
  .tpl-full .author-bio, .tpl-full .comments-area, .tpl-full .related-articles, .tpl-full .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
}

/* Post Card */
.blog-filters {
  margin-bottom: 1.5rem;
}

.post-card {
  background: #fff;
  margin-bottom: 30px;
}

@media (min-width: 1150px) {
  .post-card {
    margin-bottom: 50px;
  }
}

.post-card a {
  text-decoration: none;
}

.post-card a:hover {
  text-decoration: none;
}

.post-card .img-card-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.post-card .post-thumbnail {
  display: block;
  background: transparent;
}

.post-card .img-dynamic .img-card > img {
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: transform 0.3s ease-out 0.1s;
}

.post-card .img-dynamic .img-card .progressive--not-loaded {
  transform: scale(1.3);
}

.post-card .img-dynamic .img-card .progressive--is-loaded {
  transform: scale(1);
}

.post-card .entry-wrapper {
  position: relative;
}

.post-card .entry-wrapper:after {
  content: '';
  display: block;
  height: 13.8425rem;
}

@media (min-width: 1150px) {
  .post-card .entry-wrapper:after {
    height: 14.12885rem;
  }
}

.post-card .entry-all {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 2rem;
  height: 100%;
}

.post-card .entry-top {
  height: 2.405rem;
}

.post-card .entry-middle {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.post-card .entry-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
}

.post-card .meta-category {
  display: block;
  margin-bottom: 0.5rem;
}

.post-card .meta-category .btn-tag {
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
  font-size: 0.65rem;
}

.post-card .meta-category .btn-tag:not(:first-child) {
  display: none;
}

.post-card .entry-content .meta-excerpt {
  line-height: 1.35;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 2.7rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-card .author-and-date {
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.post-card .meta-author {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.post-card .meta-author .avatar-square-xs {
  position: relative;
  margin-right: 0.5rem;
}

.post-card .meta-author .avatar-square-xs img.avatar {
  border-radius: 0;
}

.post-card .meta-author .author-name {
  font-size: 0.75rem;
  font-weight: 700;
  opacity: .8;
  margin-bottom: .1875rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
}

.post-card .meta-author .author-name:hover {
  opacity: 1;
}

.post-card .meta-author .entry-date {
  font-size: .6875rem;
}

.post-card .meta-tags {
  margin-bottom: .5rem;
}

.post-card .meta-tags > a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  min-height: inherit !important;
}

.post-card .post-btn {
  margin-left: .5rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.post-card .post-btn, .post-card .post-btn .icon {
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.25s ease-out;
}

body:not(.single) .post-card, .svq-slick .post-card {
  overflow: hidden;
}

body:not(.single) .post-card.format-standard:not(.has-post-thumbnail):before, .svq-slick .post-card.format-standard:not(.has-post-thumbnail):before {
  content: "";
  background: rgba(80, 227, 194, 0.15);
  width: 800px;
  height: 500px;
  position: absolute;
  bottom: 0;
  right: -820px;
  transform: rotate(20deg);
  border-radius: 20px;
}

body:not(.single) .post-card.format-standard:not(.has-post-thumbnail):after, .svq-slick .post-card.format-standard:not(.has-post-thumbnail):after {
  content: "";
  background: rgba(80, 227, 194, 0.15);
  width: 200px;
  height: 200px;
  position: absolute;
  top: 154px;
  right: -180px;
  transform: rotate(-20deg);
  border-radius: 10px;
}

body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky:before, .svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky:before {
  width: 1000px;
  background: rgba(255, 255, 255, 0.15);
  bottom: -69px;
  left: -790px;
}

body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky:after, .svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky:after {
  background: rgba(255, 255, 255, 0.15);
  top: 444px;
  right: 436px;
  width: 400px;
  height: 400px;
}

body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky .btn-tag, .svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky .btn-tag {
  color: #ffffff;
  background-color: #ff788c;
}

body:not(.single) .post-card.format-image:before, .svq-slick .post-card.format-image:before {
  content: "";
  background: rgba(253, 126, 20, 0.15);
  width: 60px;
  height: 50px;
  position: absolute;
  top: 35px;
  left: 171px;
  transform: rotate(20deg);
  border-radius: 3px;
}

body:not(.single) .post-card.format-image:after, .svq-slick .post-card.format-image:after {
  content: "";
  background: rgba(253, 126, 20, 0.15);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 100px;
  right: 90px;
  transform: rotate(-20deg);
  border-radius: 4px;
}

body:not(.single) .post-card.format-standard.has-post-thumbnail:before, .svq-slick .post-card.format-standard.has-post-thumbnail:before {
  content: "";
  background: rgba(30, 83, 255, 0.15);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 75px;
  left: 129px;
  transform: rotate(20deg);
  border-radius: 3px;
}

body:not(.single) .post-card.format-standard.has-post-thumbnail:after, .svq-slick .post-card.format-standard.has-post-thumbnail:after {
  content: "";
  background: rgba(30, 83, 255, 0.15);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 100px;
  right: 160px;
  transform: rotate(-20deg);
  border-radius: 4px;
}

body:not(.single) .post-card.format-gallery:before, .svq-slick .post-card.format-gallery:before {
  content: "";
  background: rgba(255, 120, 140, 0.15);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 75px;
  left: 129px;
  transform: rotate(20deg);
  border-radius: 50%;
}

body:not(.single) .post-card.format-gallery:after, .svq-slick .post-card.format-gallery:after {
  content: "";
  background: rgba(255, 120, 140, 0.15);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 70px;
  right: 106px;
  transform: rotate(-20deg);
  border-radius: 50%;
}

body:not(.single) .post-card.format-video:before, .svq-slick .post-card.format-video:before {
  content: "";
  background: rgba(80, 227, 194, 0.15);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 75px;
  left: 139px;
  transform: rotate(15deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-video:after, .svq-slick .post-card.format-video:after {
  content: "";
  background: rgba(80, 227, 194, 0.15);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 80px;
  right: 147px;
  transform: rotate(-20deg);
  border-radius: 50%;
}

body:not(.single) .post-card.format-audio:before, .svq-slick .post-card.format-audio:before {
  content: "";
  background: rgba(166, 111, 247, 0.15);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 85px;
  left: 127px;
  transform: rotate(15deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-audio:after, .svq-slick .post-card.format-audio:after {
  content: "";
  background: rgba(166, 111, 247, 0.15);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 147px;
  transform: rotate(-20deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-status:before, .svq-slick .post-card.format-status:before {
  content: "";
  background: rgba(61, 211, 255, 0.15);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 95px;
  left: 177px;
  transform: rotate(15deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-status:after, .svq-slick .post-card.format-status:after {
  content: "";
  background: rgba(61, 211, 255, 0.15);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 147px;
  transform: rotate(-20deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-link:before, .svq-slick .post-card.format-link:before {
  content: "";
  background: rgba(125, 71, 0, 0.15);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 105px;
  left: 148px;
  transform: rotate(40deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-link:after, .svq-slick .post-card.format-link:after {
  content: "";
  background: rgba(125, 71, 0, 0.15);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 147px;
  transform: rotate(-20deg);
  border-radius: 50%;
}

body:not(.single) .post-card.format-aside:before, .svq-slick .post-card.format-aside:before {
  content: "";
  background: rgba(253, 126, 20, 0.15);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 115px;
  left: 67px;
  transform: rotate(15deg);
  border-radius: 50%;
}

body:not(.single) .post-card.format-aside:after, .svq-slick .post-card.format-aside:after {
  content: "";
  background: rgba(253, 126, 20, 0.15);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 107px;
  transform: rotate(-20deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-chat:before, .svq-slick .post-card.format-chat:before {
  content: "";
  background: rgba(40, 167, 69, 0.15);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 85px;
  left: 157px;
  transform: rotate(15deg);
  border-radius: 50%;
}

body:not(.single) .post-card.format-chat:after, .svq-slick .post-card.format-chat:after {
  content: "";
  background: rgba(40, 167, 69, 0.15);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 147px;
  transform: rotate(-20deg);
  border-radius: 50%;
}

body:not(.single) .post-card.format-quote:before, .svq-slick .post-card.format-quote:before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 95px;
  left: 177px;
  transform: rotate(15deg);
  border-radius: 2px;
}

body:not(.single) .post-card.format-quote:after, .svq-slick .post-card.format-quote:after {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 10;
  top: 80px;
  right: 147px;
  transform: rotate(-20deg);
  border-radius: 2px;
}

@media (min-width: 1150px) {
  .post-card .img-dynamic .img-card > img:hover {
    transform: scale(1.3);
  }
  .post-card:not(.quote-post-card):hover .img-card > img, .post-card:not(.quote-post-card):hover .img-card .progressive--is-loaded {
    transform: scale(1.3);
  }
}

.enable-shadow .post-card {
  box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.1);
}

.enable-shadow .post-card .img-shadow {
  bottom: 0;
}

.enable-shadow .post-card .img-shadow img {
  width: 95%;
}

.enable-shadow .post-card:hover {
  box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.1);
}

.post-card:not(.entire-post-card) .post-thumbnail .img-card {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post-card:not(.entire-post-card) .meta-excerpt {
  display: none !important;
}

.post-card:not(.entire-post-card) .entry-title {
  margin-bottom: 0;
}

.post-card:not(.entire-post-card) .img-shadow {
  display: none;
}

.post-card.entire-post-card, .col-main > .row > *:first-child .post-card.sticky {
  position: relative;
}

.post-card.entire-post-card .entry-wrapper:before, .col-main > .row > *:first-child .post-card.sticky .entry-wrapper:before {
  content: '';
  padding-top: 56.25%;
  display: block;
}

.post-card.entire-post-card .entry-middle, .col-main > .row > *:first-child .post-card.sticky .entry-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: auto;
}

.post-card.entire-post-card.image-post-card .img-dynamic, .post-card.entire-post-card.video-post-card .img-dynamic, .post-card.entire-post-card.gallery-post-card .img-dynamic {
  position: static;
  margin-bottom: 0;
}

.post-card.entire-post-card.image-post-card .img-dynamic:before, .post-card.entire-post-card.video-post-card .img-dynamic:before, .post-card.entire-post-card.gallery-post-card .img-dynamic:before {
  padding-top: 0;
}

.post-card.entire-post-card.image-post-card .img-dynamic .img-card, .post-card.entire-post-card.video-post-card .img-dynamic .img-card, .post-card.entire-post-card.gallery-post-card .img-dynamic .img-card {
  background: #000;
  z-index: 2;
}

.post-card.entire-post-card.image-post-card .img-dynamic .img-card > img, .post-card.entire-post-card.video-post-card .img-dynamic .img-card > img, .post-card.entire-post-card.gallery-post-card .img-dynamic .img-card > img {
  opacity: 0.7;
}

.post-card.entire-post-card.image-post-card .meta-category, .post-card.entire-post-card.image-post-card .meta-category a, .post-card.entire-post-card.image-post-card .entry-content > *, .post-card.entire-post-card.image-post-card .author-name, .post-card.entire-post-card.image-post-card .entry-date, .post-card.entire-post-card.video-post-card .meta-category, .post-card.entire-post-card.video-post-card .meta-category a, .post-card.entire-post-card.video-post-card .entry-content > *, .post-card.entire-post-card.video-post-card .author-name, .post-card.entire-post-card.video-post-card .entry-date, .post-card.entire-post-card.gallery-post-card .meta-category, .post-card.entire-post-card.gallery-post-card .meta-category a, .post-card.entire-post-card.gallery-post-card .entry-content > *, .post-card.entire-post-card.gallery-post-card .author-name, .post-card.entire-post-card.gallery-post-card .entry-date {
  color: #fff;
}

.post-card.entire-post-card.image-post-card .entry-title a, .post-card.entire-post-card.video-post-card .entry-title a, .post-card.entire-post-card.gallery-post-card .entry-title a {
  opacity: .95;
}

.post-card.entire-post-card.image-post-card .entry-date, .post-card.entire-post-card.video-post-card .entry-date, .post-card.entire-post-card.gallery-post-card .entry-date {
  opacity: .8;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-violet, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-violet, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-violet {
  background-color: rgba(166, 111, 247, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-violet:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-violet:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-violet:hover {
  background-color: #A66FF7;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sky, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sky, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sky {
  background-color: rgba(4, 187, 241, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sky:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sky:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sky:hover {
  background-color: #04bbf1;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-salmon, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-salmon, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-salmon {
  background-color: rgba(255, 120, 140, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-salmon:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-salmon:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-salmon:hover {
  background-color: #FF788C;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-emerald, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-emerald, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-emerald {
  background-color: rgba(26, 214, 172, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-emerald:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-emerald:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-emerald:hover {
  background-color: #1ad6ac;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-yellow, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-yellow, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-yellow {
  background-color: rgba(255, 193, 7, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-yellow:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-yellow:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-yellow:hover {
  background-color: #ffc107;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-orange, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-orange, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-orange {
  background-color: rgba(253, 126, 20, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-orange:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-orange:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-orange:hover {
  background-color: #fd7e14;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-green, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-green, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-green {
  background-color: rgba(40, 167, 69, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-green:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-green:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-green:hover {
  background-color: #28a745;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-blue, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-blue, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-blue {
  background-color: rgba(0, 123, 255, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-blue:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-blue:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-blue:hover {
  background-color: #007bff;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-electric, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-electric, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-electric {
  background-color: rgba(160, 38, 255, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-electric:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-electric:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-electric:hover {
  background-color: #a026ff;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-lime, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-lime, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-lime {
  background-color: rgba(182, 226, 21, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-lime:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-lime:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-lime:hover {
  background-color: #B6E215;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-fossil, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-fossil, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-fossil {
  background-color: rgba(158, 152, 157, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-fossil:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-fossil:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-fossil:hover {
  background-color: #9e989d;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-red, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-red, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-red {
  background-color: rgba(220, 53, 69, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-red:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-red:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-red:hover {
  background-color: #dc3545;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sapphire, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sapphire, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sapphire {
  background-color: rgba(65, 106, 239, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sapphire:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sapphire:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sapphire:hover {
  background-color: #416aef;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-magenta, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-magenta, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-magenta {
  background-color: rgba(248, 24, 149, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-magenta:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-magenta:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-magenta:hover {
  background-color: #F81895;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-brown, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-brown, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-brown {
  background-color: rgba(204, 116, 1, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-brown:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-brown:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-brown:hover {
  background-color: #cc7401;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-indigo, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-indigo, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-indigo {
  background-color: rgba(102, 16, 242, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-indigo:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-indigo:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-indigo:hover {
  background-color: #6610f2;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-purple, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-purple, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-purple {
  background-color: rgba(111, 66, 193, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-purple:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-purple:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-purple:hover {
  background-color: #6f42c1;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-pink, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-pink, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-pink {
  background-color: rgba(232, 62, 140, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-pink:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-pink:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-pink:hover {
  background-color: #e83e8c;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-teal, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-teal, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-teal {
  background-color: rgba(32, 201, 151, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-teal:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-teal:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-teal:hover {
  background-color: #20c997;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-cyan, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-cyan, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-cyan {
  background-color: rgba(23, 162, 184, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-cyan:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-cyan:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-cyan:hover {
  background-color: #17a2b8;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-white, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-white, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-white:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-white:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-white:hover {
  background-color: #fff;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray {
  background-color: rgba(102, 102, 102, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray:hover {
  background-color: #666666;
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray-dark, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray-dark, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray-dark {
  background-color: rgba(51, 51, 51, 0.7);
}

.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray-dark:hover, .post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray-dark:hover, .post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray-dark:hover {
  background-color: #333333;
}

.post-card.image-post-card .entry-title a, .post-card.video-post-card .entry-title a, .post-card.gallery-post-card .entry-title a {
  color: #fff;
}

.post-card.video-post-card .entry-middle:before {
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'><path fill='%23fff' d='M18,34.875 C27.3198052,34.875 34.875,27.3198052 34.875,18 C34.875,8.68019484 27.3198052,1.125 18,1.125 C8.68019484,1.125 1.125,8.68019484 1.125,18 C1.125,27.3198052 8.68019484,34.875 18,34.875 Z M18,36 C8.0588745,36 0,27.9411255 0,18 C0,8.0588745 8.0588745,0 18,0 C27.9411255,0 36,8.0588745 36,18 C36,27.9411255 27.9411255,36 18,36 Z M24.2732531,19.2919449 C24.4909715,19.1830857 24.6675093,19.0065479 24.7763684,18.7888296 C25.0542313,18.2331038 24.8289789,17.5573466 24.2732531,17.2794837 L15.342401,12.8140576 C15.1861886,12.7359515 15.0139365,12.6952882 14.8392857,12.6952882 C14.2179654,12.6952882 13.7142857,13.1989679 13.7142857,13.8202882 L13.7142857,22.7511403 C13.7142857,22.9257911 13.754949,23.0980432 13.8330551,23.2542556 C14.110918,23.8099814 14.7866752,24.0352338 15.342401,23.7573709 L24.2732531,19.2919449 Z'/></svg>");
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .8;
}

.post-card.video-post-card .entry-middle .entry-header, .post-card.video-post-card .entry-middle .entry-content {
  pointer-events: auto;
}

@-webkit-keyframes sharpenScale {
  0% {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transform: scale(1.3);
  }
  50% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes sharpenScale {
  0% {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transform: scale(1.3);
  }
  50% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
  }
}

.post-card.entire-post-card.quote-post-card .post-btn, .post-card.entire-post-card.quote-post-card .meta-tags > a {
  color: rgba(255, 255, 255, 0.8);
}

.post-card.entire-post-card.quote-post-card blockquote {
  font-style: normal;
  padding-left: 0;
  border: none;
}

.post-card.entire-post-card.quote-post-card .entry-all, .quote-highlight {
  background-image: linear-gradient(226deg, #96CE4E 0%, #0ACD7E 100%);
}

.post-card.entire-post-card.quote-post-card:before, .quote-highlight:before {
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: transform 0.3s ease-out;
}

.post-card.entire-post-card.quote-post-card:hover:before, .quote-highlight:hover:before {
  transform: scale(2);
}

.post-card.entire-post-card.quote-post-card blockquote:before, .quote-highlight blockquote:before {
  content: '“';
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 3rem;
  display: block;
  height: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .gallery-post-card .meta-category .btn-tag {
    max-width: 120px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.gallery-post-card .slick-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-post-card .slick-slider .slick-list, .gallery-post-card .slick-slider .slick-track, .gallery-post-card .slick-slider .slick-slide {
  height: 100%;
}

.gallery-post-card .slick-slider .img-dynamic {
  position: static;
}

.gallery-post-card .slick-slider .img-shadow {
  display: none;
}

.gallery-post-card .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.gallery-post-card .svq-slick-inner-arrows .slick-arrow {
  min-height: inherit;
  margin: 0;
  bottom: inherit;
  top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.gallery-post-card .svq-slick-inner-arrows .slick-arrow .icon {
  font-size: 1rem;
  height: 14px;
  line-height: 14px;
}

.gallery-post-card .svq-slick-inner-arrows .slick-prev {
  left: auto;
  right: calc(1rem * 2 + 0.75rem * 2 + 1rem);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.gallery-post-card .svq-slick-inner-arrows .slick-next {
  right: 2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
  .col-main > .row > *:first-child .post-card.sticky .entry-wrapper {
    width: calc((720px - 2 * 30px)/2);
  }
}

@media (min-width: 1150px) {
  .col-main > .row > *:first-child .post-card.sticky .entry-wrapper {
    width: calc((1100px - 3 * 50px)/3);
  }
}

@media (min-width: 1440px) {
  .col-main > .row > *:first-child .post-card.sticky .entry-wrapper {
    width: calc((1390px - 4 * 50px)/4);
  }
}

@media (max-width: 767.9px) {
  .col-main > .row > *:first-child .post-card.sticky:not(.entire-post-card) .entry-wrapper:before {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-main > .row > *:first-child .post-card.sticky:not(.entire-post-card) .entry-wrapper {
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .col-main > .row > *:first-child .post-card.sticky .entry-wrapper {
    position: static;
  }
  .col-main > .row > *:first-child .post-card.sticky:not(.entire-post-card) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .col-main > .row > *:first-child .post-card.sticky:not(.entire-post-card) .post-thumbnail .img-card {
    border-top-left-radius: 0;
  }
  .col-main > .row > *:first-child .post-card.sticky:not(.entire-post-card) .meta-excerpt {
    display: block;
  }
  .col-main > .row > *:first-child .post-card.entire-post-card.sticky .entry-all {
    width: 100%;
  }
  .col-main > .row > *:first-child .post-card.entire-post-card.sticky .entry-middle {
    width: 70%;
    margin: 0 auto;
  }
}

/* Post Page */
.single-post .col-inner.entry-content {
  padding-bottom: 4rem;
}

.single-post .entry-content > div:last-of-type {
  margin-bottom: 0;
}

.standard-post-meta > *:first-child {
  margin-top: 3rem;
}

.standard-post-meta .entry-title {
  margin-bottom: 1rem;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.standard-post-meta .meta-category {
  margin-bottom: 0.5rem;
}

.standard-post-meta .author-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3rem;
}

.standard-post-meta .avatar {
  margin-right: 0.5rem;
}

.standard-post-meta .author-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.standard-post-meta .entry-date {
  display: block;
  color: #9A9A9A;
  line-height: 1;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  body.single .svq-breadcrumb + .entry-header {
    padding-top: 1rem;
  }
}

.standard-post-img, .video-highlight, .quote-highlight, .gallery-highlight .img-dynamic {
  margin-bottom: 2rem;
}

.standard-post-img .img-shadow img {
  width: 90%;
}

@media (min-width: 1150px) {
  .standard-post-meta .entry-title {
    margin-bottom: 2rem;
  }
  .standard-post-meta .author-wrapper {
    margin-bottom: 4rem;
  }
  .standard-post-meta .standard-post-img {
    margin-bottom: 3rem;
  }
}

.tpl-full .standard-post-meta {
  text-align: center;
}

.tpl-full .standard-post-meta .svq-breadcrumb {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tpl-full .standard-post-meta .author-wrapper {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
}

@media (min-width: 1150px) {
  body.single .col-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.entry-content .meta-tags {
  margin-bottom: 1.5rem;
  clear: both;
}

.entry-content .meta-tags .btn-tag {
  text-transform: none;
}

.entry-content .meta-tags .btn-tag:hover {
  background: #EEEEEE;
}

.entry-content .meta-tags:empty {
  display: none;
}

.entry-content .page-links {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.entry-content + .page-links {
  margin-top: 1.5rem;
}

.entry-content .like-and-share {
  margin-bottom: 1.5rem;
}

.like-and-share {
  display: flex;
  align-items: center;
}

.like-and-share h5 {
  margin-bottom: 0;
}

.like-and-share .btn.btn-sm {
  height: 24px;
  padding: 0 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

.like-and-share .btn.btn-sm, .like-and-share .btn.btn-sm:hover, .like-and-share .btn.btn-sm:active {
  background: transparent !important;
}

.like-and-share .btn.btn-sm .icon {
  color: #dc3545;
}

.like-and-share .btn.btn-sm:hover {
  color: #dc3545;
}

.like-and-share .btn.btn-sm.vote .icon:before {
  content: '\e925';
}

@media (min-width: 1150px) {
  .author-bio {
    border-top: none;
  }
}

.author-bio .author-name {
  font-weight: 700;
}

.author-bio .author-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.author-bio .name-and-entitling {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.author-bio .author-social-links {
  margin-bottom: 0;
}

.author-bio .author-social-links.list-inline li {
  display: inline-flex;
}

.author-bio .author-social-links a {
  background: #000;
  color: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  text-align: center;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
}

.author-bio .author-social-links a .icon {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.author-bio .author-social-links a:hover {
  opacity: .7;
}

.comments-area {
  background-repeat: no-repeat;
  background-position: bottom center;
}

.comments-area .comment-meta-actions .comment-reply-link {
  background: #fff;
}

.comments-area .comments-pagination {
  margin: 2rem 0;
}

.comments-area .comments-pagination .nav-links {
  display: inline-flex;
}

.related-articles {
  background: #ffffff;
  padding-top: 4rem;
}

.related-articles .col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0;
}

.related-articles .col-inner h2 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

.related-articles .col-inner .btn {
  margin-bottom: 0;
}

@media (max-width: 767.9px) {
  .related-articles .svq-slick-prev, .related-articles .svq-slick-next {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .related-articles .svq-slick.row .slick-slide {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

.related-articles .svq-slick.row .post-card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.author-bio + .related-articles {
  border-top: none;
}

.sidebar-right .svq-slick .slick-track, .sidebar-left .svq-slick .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.comments-area, .author-bio, .related-articles {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.comments-area {
  padding-bottom: 0;
}

.comments-area h2.svq-section-title, .author-bio h2.svq-section-title {
  margin-bottom: 3rem;
}

.tpl-full .author-bio {
  text-align: center;
}

.tpl-full .author-bio .img-dynamic {
  margin-bottom: 1rem;
}

.tpl-full .author-bio .author-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}

.tpl-full .comments-area h2.svq-section-title, .tpl-full .related-articles h2.svq-section-title {
  text-align: center;
}

.tpl-full .related-articles .svq-slick.row > .slick-list {
  overflow: visible;
}

@media (min-width: 1150px) {
  .tpl-left .author-bio > .container, .tpl-left .comments-area > .container, .tpl-left .related-articles > .container, .tpl-right .author-bio > .container, .tpl-right .comments-area > .container, .tpl-right .related-articles > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.tpl-left .author-bio .author-wrapper, .tpl-right .author-bio .author-wrapper {
  margin-bottom: 1rem;
}

.tpl-left .author-bio .img-dynamic, .tpl-right .author-bio .img-dynamic {
  margin-right: 1.5rem;
}

@media (min-width: 768px) {
  .tpl-left .author-bio .author-desc, .tpl-left .author-bio .author-social-links, .tpl-right .author-bio .author-desc, .tpl-right .author-bio .author-social-links {
    margin-left: 5.5rem;
  }
}

.tpl-left .related-articles .col-inner .btn, .tpl-right .related-articles .col-inner .btn {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 0.5rem;
}

.tpl-left .related-articles .col-inner h2, .tpl-right .related-articles .col-inner h2 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

@media (max-width: 1149.9px) {
  .tpl-left .related-articles .svq-slick.row > .slick-list, .tpl-right .related-articles .svq-slick.row > .slick-list {
    overflow: visible;
  }
}

.quote-highlight {
  position: relative;
  padding: 3rem;
}

.quote-highlight blockquote {
  border: none;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 0;
  padding: 3rem 0 0 0;
}

.quote-highlight blockquote:before {
  top: 3rem;
  left: 3rem;
}

.gallery-highlight .img-dynamic {
  display: block;
}

.gallery-highlight .slick-list {
  overflow: visible;
}

.gallery-highlight .slick-arrow {
  bottom: 2rem;
}

@media (min-width: 768px) {
  .quote-highlight {
    padding: 5rem;
  }
  .quote-highlight blockquote {
    padding: 3rem 0 0 0;
  }
  .quote-highlight blockquote:before {
    top: 5rem;
    left: 5rem;
  }
}

/* Page post type */
.page .entry-content + .comments-area {
  margin-top: 4rem;
}

/* Post Navigation */
.standard-post {
  position: relative;
}

.standard-post .col-main {
  position: static;
}

.standard-post:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1060;
  opacity: 0;
  pointer-events: none;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.15s ease-out 0.15s;
}

.standard-post.overlay:before {
  opacity: .8;
}

@media (max-width: 1149.9px) {
  .svq-post-nav {
    margin-bottom: 3rem;
  }
  .nav2-post {
    position: relative;
  }
  .nav2-post:before {
    content: attr(data-text);
    display: block;
    font-weight: 500;
    padding-bottom: 1rem;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1149.9px) {
  .svq-post-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav2-post {
    width: 50%;
  }
  .nav2-post:after {
    top: 0;
    position: absolute;
  }
  .nav2-post-prev:before {
    text-align: left;
  }
  .nav2-post-prev:after {
    content: '\e900';
    left: 0;
  }
  .nav2-post-next:before {
    text-align: right;
  }
  .nav2-post-next:after {
    content: '\e901';
    right: 0;
  }
}

@media (min-width: 1150px) {
  .svq-post-nav {
    position: absolute;
    top: 0;
    left: 2rem;
    right: 2rem;
  }
  .tpl-full .svq-post-nav, .tpl-left .svq-post-nav {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .nav2-post:not(.is-hover) .post-card {
    background: transparent;
  }
  .nav2-post:not(.is-hover) .post-card, .nav2-post:not(.is-hover) .post-card:hover, .nav2-post:not(.is-hover) .post-card:not(.image-post-card):not(.gallery-post-card):not(.quote-post-card), .nav2-post:not(.is-hover) .post-card:not(.image-post-card):not(.gallery-post-card):not(.quote-post-card):hover {
    box-shadow: none;
  }
  .nav2-post {
    position: absolute !important;
    z-index: 99;
    top: 110px;
    width: 4rem;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: width 0.25s ease-out;
  }
  .nav2-post .post-card {
    margin-bottom: 0;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: transform 0.6s ease-out;
  }
  .nav2-post .post-card.quote-post-card .entry-all {
    background-image: none;
  }
  .nav2-post .post-card .post-thumbnail {
    opacity: 0;
  }
  .nav2-post .img-card-hover {
    pointer-events: none;
  }
  .nav2-post .entry-all, .nav2-post .entry-middle, .nav2-post .entry-content blockquote:after, .nav2-post .entry-content blockquote:before, .nav2-post .svq-slick-inner-arrows {
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: all 0.25s ease-out 0.15s, height 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), max-height 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .nav2-post .entry-content, .nav2-post .video-post-card .entry-middle:before, .nav2-post .svq-slick-inner-arrows, .nav2-post .quote-post-card .entry-content blockquote:before {
    opacity: 0;
  }
  .nav2-post .entry-top {
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: height 0.3s ease-out;
  }
  .nav2-post .entry-top, .nav2-post .entry-footer {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  .nav2-post .entry-middle {
    width: calc(300px - (1rem * 4));
    transform: scale(0.65, 0.65);
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: transform 0.25s ease-out;
  }
  .nav2-post .entry-content {
    max-height: 0;
  }
  .nav2-post .post-card.entire-post-card .entry-middle:after {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .nav2-post .post-card:not(.entire-post-card) .post-thumbnail {
    position: absolute;
    z-index: 3;
  }
  .nav2-post .post-card:not(.entire-post-card) .entry-wrapper:before {
    content: '';
    padding-top: 56.25%;
    display: block;
  }
  .nav2-post .post-card:not(.entire-post-card) .entry-top {
    position: absolute;
    top: calc(2rem + 168.75px);
    left: 2rem;
    z-index: 3;
  }
  .nav2-post .post-card:not(.entire-post-card) .entry-middle:before {
    height: 0;
  }
  .nav2-post .post-card:not(.entire-post-card) .entry-content {
    display: none;
  }
  .nav2-post .post-card.entire-post-card .entry-middle:after, .nav2-post .post-card:not(.entire-post-card) .entry-middle:before {
    content: '';
    display: block;
    width: 100%;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: all 0.25s ease-out;
  }
  .nav2-post .video-post-card .entry-middle:before {
    height: 0;
    margin-bottom: 0;
  }
  .nav2-post .slick-slide {
    width: 300px !important;
  }
  .nav2-post .quote-post-card .entry-content {
    opacity: 1;
    max-height: inherit !important;
  }
  .nav2-post .quote-post-card .entry-content > a {
    pointer-events: none;
  }
  .nav2-post .quote-post-card .entry-content blockquote:before {
    top: -2rem;
    left: 0;
    pointer-events: none;
  }
  .nav2-post .post-card .entry-title a, .nav2-post .post-card.quote-post-card .entry-content blockquote > *, .nav2-post .post-card.quote-post-card .entry-content blockquote:after {
    color: #9A9A9A;
  }
  .nav2-post:not(.is-hover) .entry-title a, .nav2-post:not(.is-hover) .quote-post-card .entry-content blockquote {
    -webkit-line-clamp: 2;
  }
  .nav2-post .entry-title, .nav2-post .quote-post-card .entry-content {
    position: relative;
  }
  .nav2-post .entry-title a:after, .nav2-post .quote-post-card .entry-content blockquote:after {
    content: '';
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    pointer-events: none;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: opacity 0.25s ease-out 0.2s;
  }
  .nav2-post .quote-post-card .entry-content blockquote {
    margin: 0;
  }
  .nav2-post-prev {
    left: 0;
  }
  .nav2-post-prev .post-card {
    transform: translateX(-70px);
  }
  .nav2-post-prev .entry-title a:after, .nav2-post-prev .quote-post-card .entry-content blockquote:after {
    content: '\e904';
    right: -3rem;
  }
  .nav2-post-next {
    right: 0;
    direction: rtl;
  }
  .nav2-post-next .post-card {
    transform: translateX(70px);
  }
  .nav2-post-next .entry-top, .nav2-post-next .entry-middle, .nav2-post-next .entry-footer, .nav2-post-next .svq-slick, .nav2-post-next .post-thumbnail {
    direction: ltr;
  }
  .nav2-post-next .entry-top {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
  }
  .nav2-post-next .entry-title a:after, .nav2-post-next .quote-post-card .entry-content blockquote:after {
    content: '\e903';
    left: -3rem;
  }
  .nav2-post.is-hover {
    width: 300px;
    z-index: 1061;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: width 0.2s ease-out;
  }
  .nav2-post.is-hover .img-card-hover {
    pointer-events: auto;
  }
  .nav2-post.is-hover .post-thumbnail {
    opacity: 1;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s;
  }
  .nav2-post.is-hover .post-card {
    background: #fff;
    transform: translateX(0);
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s, transform 0.6s ease-out;
  }
  .nav2-post.is-hover .entry-all, .nav2-post.is-hover .entry-middle, .nav2-post.is-hover .entry-middle:before, .nav2-post.is-hover .entry-content blockquote, .nav2-post.is-hover .quote-post-card blockquote > *, .nav2-post.is-hover .svq-slick-inner-arrows {
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: all 0.25s ease-out, height 0.3s ease-out, opacity 0.25s ease-out 0.25s;
  }
  .nav2-post.is-hover .entry-content, .nav2-post.is-hover .video-post-card .entry-middle:before, .nav2-post.is-hover .svq-slick-inner-arrows, .nav2-post.is-hover .quote-post-card .entry-content blockquote:before {
    opacity: 1;
  }
  .nav2-post.is-hover .entry-top {
    height: 2.405rem;
  }
  .nav2-post.is-hover .entry-footer {
    height: 2.125rem;
  }
  .nav2-post.is-hover .entry-top, .nav2-post.is-hover .entry-footer {
    opacity: 1;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: height 0.3s ease-out, opacity 0.25s ease-out 0.3s;
  }
  .nav2-post.is-hover .post-card .entry-middle:after {
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: height 0.6s ease-out;
  }
  .nav2-post.is-hover .entry-middle {
    transform: scale(1);
  }
  .nav2-post.is-hover .entry-content {
    max-height: 3.7rem;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: max-height 0.3s ease-out, opacity 0.25s ease-out 0.3s;
  }
  .nav2-post.is-hover .entry-title a {
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: max-height 0.3s ease-out, opacity 0.25s ease-out 0.3s, color 0.25s ease-out 0.15s;
  }
  .nav2-post.is-hover .entry-title a:after, .nav2-post.is-hover .quote-post-card .entry-content blockquote:after {
    opacity: 0;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: none;
  }
  .nav2-post.is-hover .post-card.entire-post-card .entry-middle:after {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: all 0.3s ease-out;
  }
  .nav2-post.is-hover .post-card:not(.entire-post-card) .entry-middle:before {
    height: calc(168.75px + 2.405rem);
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: height 0.3s ease-out;
  }
  .nav2-post.is-hover .image-post-card .entry-title a, .nav2-post.is-hover .video-post-card .entry-title a, .nav2-post.is-hover .gallery-post-card .entry-title a, .nav2-post.is-hover .post-card.quote-post-card blockquote > * {
    color: #fff;
  }
  .nav2-post.is-hover .video-post-card .entry-middle:before {
    height: 3rem;
    margin-bottom: 1rem;
  }
  .nav2-post.is-hover .quote-post-card .entry-content > a {
    pointer-events: auto;
  }
  .nav2-post.is-hover .quote-post-card .entry-content blockquote {
    max-height: 10rem;
    -webkit-line-clamp: 20;
  }
  .tpl-right .svq-post-nav {
    left: 0;
    right: 0;
  }
  .tpl-right .nav2-post-next .entry-middle {
    transform-origin: center left;
  }
  .tpl-right .nav2-post-next .post-card {
    transform: translateX(5px);
  }
  .tpl-right .nav2-post-prev, .tpl-left .nav2-post-prev {
    display: none;
  }
  .ie-11 .nav2-post .img-card {
    opacity: 0 !important;
  }
  .ie-11 .nav2-post.is-hover .img-card {
    opacity: 1 !important;
  }
}

@media (min-width: 1150px) and (max-width: 1700px) {
  .tpl-left .svq-post-nav {
    left: 0;
    right: 0;
  }
  .tpl-left .nav2-post-next {
    right: -4rem;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: width 0.25s ease-out, right 0.25s ease-out;
  }
  .tpl-left .nav2-post-next.is-hover {
    right: 0;
  }
}

@media (min-width: 1440px) {
  .tpl-right .nav2-post-next .post-card {
    transform: translateX(-14px);
  }
}

/* WP Default */
.tags-links {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
}

.tags-links a {
  background: #fafafa none repeat scroll 0 0;
}

.post-password-form {
  padding: 2rem;
  margin-bottom: 2rem;
}

.post-password-form > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.post-password-form label {
  margin-bottom: 0;
  margin-right: 1rem;
}

.post-password-form input[type="submit"], .post-password-form label input[type="password"] {
  margin-top: .5rem;
}

.post-password-form input[type="submit"] {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.assistive-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Text meant only for screen readers */
span.screen-reader-text, label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* Img alignment */
body .alignleft, .entry-content a:hover .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

body .alignright, .entry-content a:hover .alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

body .aligncenter, .entry-content a:hover .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .article-content .aligncenter, .article-content a:hover .aligncenter {
  clear: none;
}

.alignleft img, .alignright img {
  display: block;
}

/* Gallery */
.gallery {
  margin-bottom: 20px;
  overflow: auto;
}

.gallery-item {
  float: left;
  margin: 0 1px 1px 0 !important;
  overflow: hidden;
  position: relative;
}

.gallery-item img.attachment-thumbnail {
  border: none !important;
  width: 100%;
  height: auto;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  width: 32%;
  width: -webkit-calc(33.3% - 4px);
  width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  width: -webkit-calc(25% - 4px);
  width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  width: 19%;
  width: -webkit-calc(20% - 4px);
  width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  width: 15%;
  width: -webkit-calc(16.7% - 4px);
  width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  width: 13%;
  width: -webkit-calc(14.28% - 4px);
  width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  width: 11%;
  width: -webkit-calc(12.5% - 4px);
  width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  width: 9%;
  width: -webkit-calc(11.1% - 4px);
  width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author a {
  text-decoration: underline;
}

.gallery-icon {
  margin: 0;
}

.gallery-item {
  margin: 0;
}

/*** Image caption ***/
div .wp-caption {
  max-width: 100%;
  position: relative;
  font-size: 0.875rem;
  font-style: italic;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
  padding: .5rem;
}

div .wp-caption img {
  height: auto;
  padding: 0;
  border: medium none;
  display: block;
  padding: .25rem;
  margin: 0;
  width: 100%;
}

.wp-caption-text {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin: 0 auto;
  padding: 3px 10px 5px;
  text-align: center;
  font-family: sans-serif;
}

/* Smiley */
.wp-smiley {
  display: inline-block;
  border: none;
}

/* Search form default */
.search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-form > label {
  margin-right: 1rem;
  margin-bottom: 0;
}

/* Gutenberg */
@media (min-width: 768px) {
  .tpl-full .alignfull {
    display: block;
  }
  .tpl-full .alignfull img {
    width: 100%;
    height: auto;
  }
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-style: normal;
  text-transform: uppercase;
  line-height: .85;
  font-weight: 500;
  margin: .05em .15em 0 0;
}

.entry-content p.has-drop-cap:not(:focus)::after {
  display: none;
}

.wp-block-image {
  margin-bottom: 1.5rem;
  max-width: none;
}

p + .wp-block-image, ul + .wp-block-image, ol + .wp-block-image {
  margin-top: 2rem;
}

.wp-block-image .alignleft {
  margin-right: 1.5rem;
}

.wp-block-image .alignright {
  margin-left: 1.5rem;
}

.wp-block-gallery figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, figcaption {
  text-align: center;
  font-size: 0.875rem !important;
  font-style: italic;
  opacity: .7;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  color: #fff !important;
  padding-top: 1.5rem;
}

.wp-block-embed {
  margin-bottom: 1.5rem;
}

.wp-block-embed figcaption, .wp-block-image figcaption, .wp-block-gallery figcaption {
  margin: 0 !important;
  padding-bottom: 0;
}

.wp-block-image.alignfull figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-block-embed.alignwide .wp-block-embed__wrapper, body.tpl-left .wp-block-embed.alignfull .wp-block-embed__wrapper, body.tpl-left .wp-block-embed.alignfull .wp-block-embed__wrapper, .wp-block-cover-image, .wp-block-gallery img {
  overflow: hidden;
}

.wp-block-embed.alignfull .fluid-width-video-wrapper {
  border-radius: 0;
}

.wp-block-gallery {
  padding-left: 0;
  margin-bottom: 1rem;
}

.wp-block-gallery figcaption {
  padding-top: 1.5rem;
}

.wp-block-gallery.alignfull {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1150px) {
  body.single .wp-block-image .alignright, body.single .wp-block-cover-image.alignright, body.page:not(.tpl-left):not(.tpl-right) .wp-block-image .alignright, body.page:not(.tpl-left):not(.tpl-right) .wp-block-cover-image.alignright {
    margin-right: -50px;
  }
  body.single .wp-block-image .alignleft, body.single .wp-block-cover-image.alignleft, body.page:not(.tpl-left):not(.tpl-right) .wp-block-image .alignleft, body.page:not(.tpl-left):not(.tpl-right) .wp-block-cover-image.alignleft {
    margin-left: -50px;
  }
}

@media (min-width: 1150px) {
  body.single.tpl-right .alignfull figcaption, body.single.tpl-left .alignfull figcaption, body.single .alignwide figcaption, body.page:not(.tpl-left):not(.tpl-right) .alignwide figcaption {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.wp-block-pullquote {
  border-bottom: 4px solid #555d66;
  border-top: 4px solid #555d66;
  color: #40464d;
}

.wp-block-quote p {
  margin-bottom: 0;
}

.wp-block-quote.is-large {
  padding-left: 0;
}

.wp-block-pullquote blockquote, .wp-block-pullquote blockquote p, .wp-block-quote.is-large, .wp-block-quote.is-large p, .wp-block-quote.is-style-large, .wp-block-quote.is-style-large p {
  font-style: normal;
  margin-bottom: 1rem;
}

.wp-block-cover.alignfull {
  display: flex;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
  font-size: 0.875rem;
}

.wp-block-pullquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.wp-block-pullquote blockquote {
  border: none;
  margin-bottom: 0;
  padding: 2rem 0;
}

.wp-block-pullquote cite {
  display: block;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 400px;
}

.wp-block-pullquote p {
  font-size: 2rem !important;
  margin-bottom: 0;
}

.wp-block-pullquote p + cite {
  margin-top: 1rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  text-align: center;
}

@media (max-width: 767.9px) {
  .wp-block-pullquote p {
    font-size: calc(2rem / 1.3) !important;
  }
}

.wp-block-quote.is-large, .wp-block-quote.is-large p, .wp-block-quote.is-style-large, .wp-block-quote.is-style-large p {
  font-size: 1.75rem;
}

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  text-align: left;
}

.wp-block-quote.is-style-large cite:after, .wp-block-quote.is-large cite:after {
  left: 0;
  transform: translateX(0);
}

.wp-block-quote.is-style-large[style*="center"] cite:after, .wp-block-quote.is-large[style*="center"] cite:after {
  left: 50%;
  transform: translateX(-50%);
}

.wp-block-quote.is-style-large[style*="right"] cite:after, .wp-block-quote.is-large[style*="right"] cite:after {
  left: inherit;
  right: 0;
  transform: translateX(0);
}

.wp-block-verse {
  font-family: "Fira Sans";
  font-size: 100%;
  font-style: italic;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
}

.wp-block-separator.is-style-dots {
  border: none;
  font-size: 1.5rem;
  letter-spacing: 1rem;
  color: rgba(0, 0, 0, 0.2);
}

.wp-block-audio audio {
  margin-top: 1rem;
}

.wp-block-audio.aligncenter audio {
  width: 100%;
}

.is-style-default .wp-block-button__link, .is-style-square .wp-block-button__link {
  border-color: transparent;
}

.is-style-outline .wp-block-button__link {
  border-width: 1px;
}

/* Theme colors in Gutenberg */
.wp-block-archives, .wp-block-categories {
  text-align: left !important;
}

.wp-block-archives.align-center, .wp-block-categories.align-center {
  text-align: left;
}

.wp-block-columns > .wp-block-column {
  padding-left: .5rem;
  padding-right: .5rem;
}

.wp-block-columns {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.wp-block-cover.alignwide, .wp-block-cover-image.alignwide {
  width: auto;
}

.wp-block-cover-image {
  margin-bottom: 1rem;
}

.wp-block-cover-image.alignwide {
  width: auto;
}

.wp-block-cover-image.alignfull, .wp-block-cover-image.alignright, .wp-block-cover-image.alignleft, .wp-block-cover-image.aligncenter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tpl-full .wp-block-cover-image.alignfull {
  border-radius: 0;
}

/* Contact Form 7 */
.wpcf7-form textarea {
  max-height: 6rem;
}

.wp-block-media-text {
  margin-bottom: 1rem;
}

.wp-block-media-text.alignfull {
  display: -ms-grid;
  display: grid;
}

@media (max-width: 767.9px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right) {
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
  .wp-block-media-text.is-stacked-on-mobile.alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: auto;
  }
  .wp-block-media-text.is-stacked-on-mobile.alignfull .wp-block-media-text__media {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1rem;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content p:last-child {
    margin-bottom: 0;
  }
}

.wp-block-latest-comments {
  padding-left: 0;
}

.wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link {
  font-weight: 700;
}

ul.rainbow-categories li {
  display: inline-block;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  list-style-type: square;
}

.akismet_comment_form_privacy_notice {
  font-size: 80%;
  text-align: center;
}

/* Comments */
.activity-list > li, .comment-list > li, #message-thread .message-box {
  padding: 1rem;
  margin-bottom: 1rem;
}

.activity-list > li:last-of-type, .comment-list > li:last-of-type, #message-thread .message-box:last-of-type {
  border-bottom: none;
}

p.must-log-in {
  margin-bottom: 0;
}

.comment-list > li {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  border-radius: 0 !important;
}

.comment-list > li:last-of-type {
  border-bottom: none;
}

.activity-list > li.load-more {
  padding-top: 1rem;
  border-bottom: none;
}

#message-thread .message-box:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}

.activity-list .activity-comments ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.activity-list .activity-comments ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.pingback .comment-avatar {
  display: none;
}

.activity-list .activity-comments form.ac-form {
  display: none;
}

.comment-list .children li {
  padding-left: 0;
}

.activity-list .activity-comments > ul ul > li, .comment-list .children li, .comment-list .children .children li {
  position: relative;
}

.activity-list .activity-comments > ul ul > li:before, .comment-list .children li:before, .comment-list .children .children li:before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -1rem;
  display: block;
  width: 1rem;
  height: 2rem;
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'><path fill='%239A9A9A' d='M4.06,17.2 C1.82164014,17.2 0,15.3783599 0,13.14 L0,4 L0.84,4 L0.84,13.14 C0.84,14.9157201 2.28427986,16.36 4.06,16.36 L8.2860901,16.36 L6.20332505,14.2772349 C6.03945165,14.1133615 6.03945165,13.8471985 6.20332505,13.6833251 C6.36719845,13.5194516 6.63336155,13.5194516 6.79723495,13.6833251 L9.59667495,16.4827651 C9.63571655,16.5218066 9.66679981,16.5684315 9.68841383,16.6203189 C9.73015539,16.7230032 9.73015539,16.8375568 9.68826272,16.9406113 C9.66724291,16.9918996 9.63616241,17.0383075 9.59667495,17.0777949 L6.79672599,19.8777413 C6.71675885,19.9568925 6.61020584,20 6.5,20 C6.38979416,20 6.28324115,19.9568925 6.20276505,19.8772349 C6.03889165,19.7133615 6.03889165,19.4471985 6.20276505,19.2833251 L8.2860901,17.2 L4.06,17.2 Z'/></svg>");
  background-repeat: no-repeat;
}

.comment-list .children, .comment-list .children .children, .activity-list .activity-comments > ul ul:not(.rtmedia-list) {
  list-style: none;
}

.comment-list .children .children, .activity-list .activity-comments > ul ul:not(.rtmedia-list) {
  padding-left: 1rem;
}

.comment-list .children .comment-avatar, .acomment-avatar, .activity-list .activity-comments > ul .ac-reply-avatar, #send-reply .message avatar {
  margin-right: 1rem;
}

.comment-list .children .comment-avatar .img-card img, .acomment-avatar .img-card img {
  height: auto;
}

.comment-list .children .comment-avatar .img-card img.avatar, .acomment-avatar .img-card img.avatar {
  border-radius: 0;
}

.activity-list .has-comments li {
  padding-left: 0;
}

#send-reply {
  padding-left: 5rem;
}

.comment-list > li > .children, .activity-list > li > .activity-comments > ul, .activity-list > li > .activity-comments > .ac-form {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .comment-list > li > .children, .activity-list > li > .activity-comments > ul, .activity-list > li > .activity-comments > .ac-form {
    padding-left: 5rem;
  }
  .activity-list .activity-comments > ul ul:not(.rtmedia-list), .comment-list .children .children {
    padding-left: 4rem;
  }
}

.activity-list .activity-comments ul li, .comment-wrap, .comment-meta, .comment-meta-actions, #message-thread .message-box, #message-thread .message-metadata {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.comment-list {
  margin-bottom: 1rem;
}

.comment-list > li {
  padding: 0;
}

.comment-list > li .comment-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.comment-list li.comment + .comment-respond {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list li.comment + .comment-respond:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2rem;
  top: -2rem;
  left: 0;
}

.comment-list li.comment + .comment-respond:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 2rem;
  bottom: -2rem;
  left: -100%;
}

.comment-list li.depth-1:last-of-type + .comment-respond {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.activity-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-content {
  width: 100%;
}

.comment-body {
  font-size: 0.875rem;
}

.comment-body p {
  margin-bottom: 0.5rem;
}

.activity-avatar, .comment-avatar, .ac-reply-avatar, .message-avatar {
  margin-right: 1rem;
}

.comment-meta {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-author {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 90%;
}

.activity-header a:not(.activity-time-since), .comment-author, .acomment-meta > a:not(.activity-time-since), #message-thread .message-metadata strong a, #message-recipients .highlight a {
  font-weight: 700;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
}

.activity-header a:not(.activity-time-since), .activity-header a:not(.activity-time-since) > *, .activity-header a:not(.activity-time-since) > *:hover, .comment-author, .comment-author > *, .comment-author > *:hover, .acomment-meta > a:not(.activity-time-since), .acomment-meta > a:not(.activity-time-since) > *, .acomment-meta > a:not(.activity-time-since) > *:hover, #message-thread .message-metadata strong a, #message-thread .message-metadata strong a > *, #message-thread .message-metadata strong a > *:hover, #message-recipients .highlight a, #message-recipients .highlight a > *, #message-recipients .highlight a > *:hover {
  text-decoration: none;
}

.activity-header a:not(.activity-time-since):hover, .comment-author:hover, .acomment-meta > a:not(.activity-time-since):hover, #message-thread .message-metadata strong a:hover, #message-recipients .highlight a:hover {
  opacity: .8;
}

.edit-link {
  position: relative;
  display: block;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.comment-edit-link {
  display: block;
  font-size: .75rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.1s ease-out;
  opacity: .6;
}

.comment-edit-link, .comment-edit-link:hover {
  text-decoration: none;
}

.comment-edit-link:hover {
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out 0.25s;
  opacity: 1;
}

@media (min-width: 768px) {
  .edit-link {
    font-weight: 700;
  }
  .edit-link:before, .edit-link:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: .25rem;
    pointer-events: none;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: border-radius 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.25s, margin 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), left 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), right 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), bottom 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), height 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, color 0.1s ease-out;
  }
  .edit-link:before {
    left: 50%;
    margin-left: 2px;
  }
  .edit-link:after {
    right: 50%;
    margin-right: 2px;
  }
  .edit-link:hover:before, .edit-link:hover:after {
    border-radius: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
    transition: margin 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), left 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), right 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, bottom 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, height 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, color 0.25s ease-out;
  }
  .edit-link:hover:before {
    margin-left: 0;
    left: 0;
  }
  .edit-link:hover:after {
    margin-right: 0;
    right: 0;
  }
  .comment-edit-link {
    opacity: 0;
  }
}

.comment-date {
  width: 100%;
}

.comment-meta-actions .comment-reply .btn {
  margin-bottom: 0;
}

.comment-body img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-body > h1 {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.comment-respond {
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.comment-respond figure.avatar {
  margin-right: 1rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.comment-respond .comment-form {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 0.875rem;
}

.comment-respond .logged-in-as {
  font-size: 0.875rem;
}

.comment-respond textarea {
  min-height: 100px;
}

.comment-respond textarea, .comment-respond .form-control, .comment-respond input[type="text"] {
  box-shadow: none;
  border-color: #e0e0e0;
}

.comment-respond .svq-comments-info {
  margin-bottom: .5rem;
}

.comment-respond .svq-comments-title {
  margin-top: 0 !important;
  margin-bottom: 2rem;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.comment-respond p input.form-control {
  margin-bottom: 0;
}

.activity-header a:not(.activity-time-since) {
  font-weight: 700;
}

.activity-header a:not(.activity-time-since) img {
  display: none;
}

.activity-time-since {
  display: inline-block;
  margin-bottom: 0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
}

.activity-time-since:hover {
  text-decoration: none;
  opacity: .8;
}

.activity-list .activity-header + .activity-meta {
  margin-top: 1rem;
}

.activity-list .activity-header > p, .activity-list .acomment-meta {
  position: relative;
  margin-bottom: 0.5rem;
}

body.activity-permalink .activity-list .activity-header > p, body.activity-permalink .activity-list .acomment-meta {
  padding-bottom: 1rem;
}

.activity-list .acomment-meta {
  margin-bottom: .5rem;
}

.activity-list .acomment-content {
  margin-bottom: 1rem;
}

.activity-list .activity-header .time-since, .activity-list .activity-comments .activity-time-since {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: auto;
}

.activity-inner > p, .acomment-content > p {
  margin-bottom: 0;
}

#item-body .activity-list .activity-header .activity-time-since > .time-since, #buddypress .activity-list .activity-header .activity-time-since > .time-since {
  position: static;
  left: inherit;
  bottom: inherit;
  display: inline-block;
}

.activity-header .avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: .25rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.activity-list .activity-comments ul li, .activity-item, .ac-reply-content, #message-thread .message-box, #message-thread .message-metadata {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.acomment-meta, .activity-content, .ac-reply-content, #message-thread .message-metadata > strong, #send-reply .message-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.acomment-content, .acomment-options, .activity-comments, .activity-comments ul {
  width: 100%;
}

.activity-content, #message-thread .message-body {
  width: calc(100% - 4rem - 1rem);
}

.acomment-meta {
  width: calc(100% - 2rem - 1rem);
}

.acomment-content, .acomment-options {
  margin-left: 3rem;
}

.activity-meta:empty {
  display: none;
}

@media (min-width: 576px) {
  .activity-meta, .activity-meta .button, .acomment-options, .acomment-reply, .acomment-delete {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.activity-meta .rtm-form-select.privacy {
  width: 100%;
}

@media (min-width: 576px) {
  .activity-meta .rtm-form-select.privacy {
    width: auto;
  }
}

.activity-list .activity-meta .button, .activity-list .activity-meta .view, .acomment-reply, .acomment-delete, .bp-secondary-action {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 .5rem 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: background 0.25s ease-out, color 0.25s ease-out;
}

@media (min-width: 576px) {
  .activity-list .activity-meta .button, .activity-list .activity-meta .view, .acomment-reply, .acomment-delete, .bp-secondary-action {
    margin-right: .5rem;
  }
}

.activity-list .activity-meta .button:hover, .activity-list .activity-meta .view:hover, .acomment-reply:hover, .acomment-delete:hover, .bp-secondary-action:hover {
  text-decoration: none;
}

.activity-list .activity-meta .button:before, .activity-list .activity-meta .view:before, .acomment-reply:before, .acomment-delete:before, .bp-secondary-action:before {
  content: "";
  margin-right: .5rem;
}

.activity-list .activity-meta select {
  margin-bottom: .5rem;
  font-size: 0.75rem !important;
}

.acomment-delete, .activity-list .activity-meta .delete-activity, .activity-list .activity-meta .delete-activity-single, .activity-list .activity-meta .button.fav {
  width: calc(1.6rem - 0.25rem * 2 + 0.75rem * 2);
  overflow: hidden;
}

.acomment-delete:before, .activity-list .activity-meta .delete-activity:before, .activity-list .activity-meta .delete-activity-single:before, .activity-list .activity-meta .button.fav:before {
  margin-right: 1.5rem;
}

.acomment-delete:hover, .activity-list .activity-meta .delete-activity:hover, .activity-list .activity-meta .delete-activity-single:hover, .activity-list .activity-meta .button.fav:hover {
  background: transparent;
}

.acomment-delete, .activity-list .activity-meta .delete-activity-single, .activity-list .activity-meta .delete-activity {
  margin-left: auto;
}

.activity-list .activity-meta .acomment-reply span {
  display: inline-block;
  padding: .25rem .5rem;
  font-weight: 700;
  border-radius: 6px;
  margin-left: 1rem;
  background: #fff;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: background-color 0.3s ease-out, color 0.25 ease-out;
}

.activity-list .activity-meta .acomment-reply:before {
  content: "\e90c";
}

.activity-list .activity-meta .acomment-reply:hover span, .activity-list .activity-meta .acomment-reply:focus span {
  color: #fff;
}

.activity-list .acomment-options .acomment-reply:before {
  content: "\e908";
}

.activity-list .activity-meta .view:before {
  content: '\e929';
}

.acomment-delete:before, .activity-list .activity-meta .delete-activity-single:before, .activity-list .activity-meta .delete-activity:before {
  content: "\e912";
}

.activity-list .activity-meta .button.fav:before {
  content: '\e911';
}

.activity-list .activity-meta .button.fav:hover:before, .activity-list .activity-meta .button.unfav:before {
  content: '\e910';
}

.ac-form {
  width: 100%;
}

.ac-form .ac-reply-wrapper, .ac-form .ac-reply-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ac-form .ac-textarea label {
  display: none;
}

.ac-form input[type="submit"], .ac-form .ac-reply-cancel {
  font-size: 0.875rem;
}

.ac-form .rtmedia-uploader-div {
  display: none;
}

.ac-form .ac-reply-content .rtmedia-comment-media-upload {
  margin-left: auto;
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.ac-form .ac-reply-avatar .img-card > img {
  border-radius: inherit;
}

.ac-form .ac-textarea, #send-reply .message-content textarea {
  margin-bottom: 1rem;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#send-reply .message-box {
  border-bottom: none;
}

#message-thread {
  margin-bottom: 1.5rem;
}

/* Video */
.fluid-width-video-wrapper {
  overflow: hidden;
}

/* Flex Menu */
.flexMenu-popup.dropdown-menu {
  right: 0;
  left: inherit;
}

.flexMenu-popup > li {
  padding-left: 0;
  padding-right: 0;
}

.flex-menu-overflow {
  overflow: hidden;
}

.flexMenu-viewMore {
  position: relative;
}

#header .flexMenu-viewMore > a {
  display: block;
  color: #4d4d4d;
  padding: 0.5rem 0.75rem;
}

#header .flexMenu-viewMore > a .icon {
  font-size: calc(1.6rem - 0.25rem * 2);
  height: calc(1.6rem - 0.25rem * 2);
}

/* Widgets */
.widgets-container .widget {
  margin-bottom: 2rem;
}

.widgets-container .widget:last-child {
  border-bottom: none;
}

.widgets-container .widget .widget-title {
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.widgets-container .widget .wp-caption {
  margin-bottom: 1rem;
}

.widgets-container .widget ul {
  font-size: 0.875rem;
}

.widgets-container .widget .item-avatar img, .widgets-container .widget .bp-login-widget-user-avatar img {
  width: 3rem;
}

.widgets-container .widget ul:last-child, .widgets-container .widget.widget_bp_core_members_widget ul:last-of-type, .widgets-container .widget.widget_bp_groups_widget ul:last-of-type, .widgets-container .widget table:last-child {
  margin-bottom: 0;
}

.widgets-container .widget.widget_search input[type="search"], .widgets-container .widget.widget_search .search-submit {
  margin-bottom: .5rem;
}

.widgets-container .widget.widget_text select:last-of-type, .widgets-container .widget.widget_archive select:last-of-type, .widgets-container .widget.widget_categories select:last-of-type {
  margin-bottom: 0;
}

.widget_recent_entries > ul > li {
  position: relative;
  padding: 0.25rem 0 0.25rem calc(1.4rem + .25rem);
}

.widget_recent_entries > ul > li:before {
  content: '\e953';
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.widget_categories > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_categories > ul > li > a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.widget_categories > ul > li ul {
  list-style: none;
  padding-left: 0;
}

.widget_categories > ul > li ul.children {
  padding-left: .5rem;
  width: 100%;
}

.widget_pages > ul > li ul {
  list-style: none;
  padding-left: 0;
}

.widget_pages > ul > li ul.children {
  margin-top: .25rem;
  padding-left: .5rem;
  width: 100%;
}

.widget_pages ul.children li, .widget_categories ul.children li {
  position: relative;
  padding: 0.25rem 0 0.25rem calc(1.4rem + .25rem);
}

.widget_pages ul.children li:before, .widget_categories ul.children li:before {
  content: '\e903';
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.widget_tag_cloud .tagcloud a {
  font-weight: 700;
}

.widget_calendar table {
  font-size: 0.875rem;
}

.widget_calendar table caption {
  caption-side: top;
  text-align: center;
  font-weight: 700;
  padding: 0.25rem 1rem;
}

.widget_calendar table th, .widget_calendar table td {
  padding: .3rem 0;
  border-color: transparent !important;
}

.widget_calendar table tbody tr:first-child td {
  border-color: #EEEEEE;
}

.widget_calendar table tbody th, .widget_calendar table tbody td {
  text-align: center;
}

.widget_calendar table #today {
  border-radius: 0.6rem;
  font-weight: 700;
}

.widget_calendar table #next {
  text-align: right;
}

.widget_text .textwidget {
  font-size: 0.875rem;
}

.widget_recent_comments ul .recentcomments a {
  font-weight: 700;
}

.widget_recent_comments ul li, .widget_rss ul li .rsswidget {
  position: relative;
  padding: 0.25rem 0 0.25rem calc(1.4rem + 0.25rem);
}

.widget_recent_comments ul li:last-of-type {
  padding-bottom: 0;
}

.widget_recent_comments ul li:before, .widget_rss ul li .rsswidget:before {
  content: '\e90c';
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.widget_rss ul li {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}

.widget_rss ul li .rsswidget {
  font-weight: 700;
  display: block;
}

.widget_rss ul li .rsswidget:before {
  content: '\e927';
  font-weight: 400;
}

.widget_rss ul li .rss-date, .widget_rss ul li .rssSummary, .widget_rss ul li cite {
  padding-left: calc(1.4rem + 0.5rem);
}

.widget_rss ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget .activity-inner {
  word-wrap: break-word;
}

.widget_nav_menu .menu a {
  display: block;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.25s ease-out;
  text-decoration: none;
}

.widget_nav_menu .menu > li {
  margin-bottom: .5rem;
}

.widget_nav_menu .menu > li > a {
  white-space: normal !important;
  padding: .25rem 1rem;
  font-size: .875rem;
  line-height: 1.6;
  border-radius: .5rem;
  transition: color .15s ease-in-out, background-color .185s ease-in-out, background-image .5s ease-out, border-color .185s ease-in-out, box-shadow .225s ease-in-out, transform .4s ease-in-out;
}

.widget_nav_menu .menu > li > a.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.widget_nav_menu .menu > li > .sub-menu > li {
  padding-left: 1rem;
}

.widget_nav_menu .menu > li > .sub-menu > li > .sub-menu li {
  padding-left: .5rem;
}

.widget_nav_menu .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 2rem;
}

.widget_nav_menu .menu .menu-item-has-children > a:before, .widget_nav_menu .menu .menu-item-has-children > a:after {
  content: '';
  display: block;
  position: absolute;
  top: calc((1.6*1rem - 2px)/2 + 0.5rem);
  left: 0;
  height: 2px;
  width: 0.75rem;
  left: inherit;
  right: 1rem;
  transition: background 0.3s ease-out, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.widget_nav_menu .menu .menu-item-has-children > a:before {
  transform: rotate(180deg);
}

.widget_nav_menu .menu .menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.widget_nav_menu .menu .menu-item-has-children > a.active:before, .widget_nav_menu .menu .menu-item-has-children > a.active:after {
  transition: color 0.15s ease-in-out, background 0.3s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}

.widget_nav_menu .menu .sub-menu {
  margin-bottom: 0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: margin-bottom 0.25s ease-out;
}

.widget_nav_menu .menu .sub-menu > li > a {
  height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.25s ease-out, height 0.25s ease-out 0.15s, padding 0.25s ease-out 0.15s, opacity 0.25s ease-out;
}

.widget_nav_menu .menu .sub-menu.open {
  margin-bottom: .5rem;
}

.widget_nav_menu .menu .sub-menu.open > li > a:not(:empty) {
  padding-top: .25rem;
  padding-bottom: .25rem;
  opacity: 1;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.25s ease-out, height 0.25s ease-out, padding 0.25s ease-out, opacity 0.25s ease-out 0.15s;
}

.widget.widget_nav_menu .menu > li > a {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  box-shadow: none !important;
  font-weight: 700;
}

.widget.widget_nav_menu .sub-menu.open > li {
  background: rgba(204, 204, 204, 0.2);
}

.widget.widget_nav_menu .sub-menu.open > li:first-of-type {
  padding-top: .25rem;
}

.widget.widget_nav_menu .sub-menu.open > li:first-of-type li {
  padding-top: 0;
}

.widget.widget_nav_menu .sub-menu.open > li:last-of-type {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  padding-bottom: .25rem;
}

.widget.widget_nav_menu .sub-menu.open > li:last-of-type li {
  padding-bottom: 0;
}

.widget.widget_nav_menu .sub-menu.open > li li {
  background: transparent;
}

.widgets-container .widget_bp_core_recently_active_widget, .widgets-container .widget_bp_core_whos_online_widget {
  padding-bottom: 1rem;
}

.widget_bp_core_recently_active_widget .avatar-block, .widget_bp_core_whos_online_widget .avatar-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_bp_core_recently_active_widget .avatar-block .item-avatar, .widget_bp_core_whos_online_widget .avatar-block .item-avatar {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.widget_bp_core_recently_active_widget .avatar-block .item-avatar a, .widget_bp_core_whos_online_widget .avatar-block .item-avatar a {
  display: block;
}

.widget_bp_groups_widget .item-options, .widget_bp_core_members_widget .item-options, .widget_bp_core_friends_widget .item-options {
  margin-bottom: 0.5rem;
}

.widget_bp_groups_widget .item-list li, .widget_bp_core_members_widget .item-list li, .widget_bp_core_friends_widget .item-list li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget_bp_groups_widget .item-list li .item-avatar, .widget_bp_core_members_widget .item-list li .item-avatar, .widget_bp_core_friends_widget .item-list li .item-avatar {
  margin-right: 1rem;
}

.widget_bp_groups_widget .item-list li .item-avatar a, .widget_bp_core_members_widget .item-list li .item-avatar a, .widget_bp_core_friends_widget .item-list li .item-avatar a {
  display: block;
}

.widget_bp_groups_widget .item-list li .item, .widget_bp_core_members_widget .item-list li .item, .widget_bp_core_friends_widget .item-list li .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.widget_bp_groups_widget .item-list li .item-title, .widget_bp_groups_widget .item-list li .item-title a, .widget_bp_core_members_widget .item-list li .item-title, .widget_bp_core_members_widget .item-list li .item-title a, .widget_bp_core_friends_widget .item-list li .item-title, .widget_bp_core_friends_widget .item-list li .item-title a {
  font-weight: 700;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
}

.widget_bp_groups_widget .item-list li .item-title:hover, .widget_bp_groups_widget .item-list li .item-title a:hover, .widget_bp_core_members_widget .item-list li .item-title:hover, .widget_bp_core_members_widget .item-list li .item-title a:hover, .widget_bp_core_friends_widget .item-list li .item-title:hover, .widget_bp_core_friends_widget .item-list li .item-title a:hover {
  text-decoration: none;
  opacity: .8;
}

.widget_bp_groups_widget .item-list li .item-title, .widget_bp_core_members_widget .item-list li .item-title, .widget_bp_core_friends_widget .item-list li .item-title {
  margin-bottom: 0.25rem;
}

.widget_bp_groups_widget .item-list li .item-meta, .widget_bp_core_members_widget .item-list li .item-meta, .widget_bp_core_friends_widget .item-list li .item-meta {
  line-height: 1;
}

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

.widget_bp_core_login_widget .widget-title {
  width: 100%;
  display: block;
}

.widget_bp_core_login_widget .bp-login-widget-user-avatar {
  margin-right: 1rem;
}

.widget_bp_core_login_widget .bp-login-widget-user-link {
  font-weight: 700;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
  margin-bottom: 0.25rem;
}

.widget_bp_core_login_widget .bp-login-widget-user-link:hover {
  text-decoration: none;
  opacity: .8;
}

.widget_bp_core_login_widget .bp-login-widget-user-logout .logout {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  min-height: 1.5rem;
  margin-bottom: 0;
}

.widget_bp_core_login_widget .bp-login-widget-register-link a {
  border-width: 0;
}

.widget_bp_blogs_widget ul li {
  margin-bottom: 1rem;
}

.widget_bp_blogs_widget .activity-content {
  width: 100%;
}

.widget_bp_blogs_widget .activity-content .activity-header a {
  font-size: 0.875rem;
}

.widget_bp_blogs_widget .activity-content .activity-header .time-since {
  position: static;
  left: inherit;
  bottom: inherit;
  display: inline-block;
}

.widget_bp_blogs_widget .activity-content .activity-header p {
  padding-bottom: 0;
}

.widget_bp_blogs_widget .activity-content .activity-inner p img {
  margin-top: 1rem;
}

.widget_bp_core_sitewide_messages .notice {
  position: relative;
  padding-right: 2rem;
}

.widget_bp_core_sitewide_messages .notice button {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.widget_categories > ul li, .widget_pages > ul li, .widget_archive > ul li, .widget_meta > ul li {
  padding: 0.25rem 0;
}

.widget_categories > ul li:last-of-type, .widget_pages > ul li:last-of-type, .widget_archive > ul li:last-of-type, .widget_meta > ul li:last-of-type {
  padding-bottom: 0;
}

/* Elementor styling */
.elementor-page #page-wrapper > .content-wrapper {
  padding-bottom: 0;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1150px) {
  .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1150px) {
  .elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
    margin-right: -25px;
    margin-left: -25px;
  }
}

@media (min-width: 576px) and (max-width: 767.9px) {
  .elementor-section-wrap > .elementor-element > .elementor-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575.9px) {
  .elementor-section-wrap > .elementor-element > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.seeko-button-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.seeko-button-content-wrapper .seeko-button-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.seeko-button-content-wrapper .elementor-align-icon-right {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 0.5rem;
}

.seeko-button-content-wrapper .elementor-align-icon-right + .seeko-button-text {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.seeko-button-content-wrapper .elementor-align-icon-left {
  margin-right: 0.5rem;
}

.elementor-heading-title i {
  font-size: inherit;
  vertical-align: middle;
  height: auto;
}

.elementor-align-justify .seeko-button {
  display: block;
  width: 100%;
}

.sko-bg-outside-left > .elementor-column-wrap {
  width: 100vw;
  margin-left: -15px !important;
}

.sko-bg-outside-left > .elementor-column-wrap > .elementor-widget-wrap {
  padding-left: 15px;
}

@media (min-width: 576px) {
  .sko-bg-outside-left > .elementor-column-wrap {
    width: 200vw;
    margin-left: -100vw !important;
  }
  .sko-bg-outside-left > .elementor-column-wrap > .elementor-widget-wrap {
    padding-left: 100vw;
  }
}

.sko-bg-outside-right > .elementor-column-wrap {
  margin-right: -15px !important;
  width: 100vw;
}

.sko-bg-outside-right > .elementor-column-wrap > .elementor-widget-wrap {
  padding-right: 15px;
}

@media (min-width: 576px) {
  .sko-bg-outside-right > .elementor-column-wrap {
    width: 200vw;
    margin-right: -100vw !important;
  }
  .sko-bg-outside-right > .elementor-column-wrap > .elementor-widget-wrap {
    padding-right: 100vw;
  }
}

.elementor-counter .elementor-counter-number-wrapper.h1 {
  margin-bottom: 0;
  font-weight: 500;
}

.elementor-widget-counterbp .elementor-counter-title {
  font-family: inherit;
  font-size: 1rem;
}

.elementor-widget-heading .elementor-widget-container {
  margin-bottom: 1rem;
}

.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
  line-height: inherit;
}

.elementor-widget-heading .elementor-widget-container .display.elementor-heading-title, .elementor-widget-heading .elementor-widget-container h1.elementor-heading-title, .elementor-widget-heading .elementor-widget-container h2.elementor-heading-title, .elementor-widget-heading .elementor-widget-container h3.elementor-heading-title, .elementor-widget-heading .elementor-widget-container h4.elementor-heading-title, .elementor-widget-heading .elementor-widget-container h5.elementor-heading-title, .elementor-widget-heading .elementor-widget-container h6.elementor-heading-title {
  line-height: 1.2;
}

.elementor-icon i.icon {
  font-size: inherit;
}

.sko-icon .fa.icon-lg {
  font-size: 3rem;
}

.footer-elementor-tpl {
  position: relative;
}

a.svq-hover-edit-notify {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

a.svq-hover-edit-notify:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

/* Seeko Photo Gallery */
.sko-photo-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 2rem;
  margin: -15px -15px calc(2rem - 30px/2) -15px;
}

@media (min-width: 1150px) {
  .sko-photo-gallery {
    margin: -25px -25px calc(2rem - 50px/2) -25px;
  }
}

.sko-photo-gallery .sko-item {
  position: relative;
  min-height: 200px;
  margin: 15px;
}

@media (min-width: 1150px) {
  .sko-photo-gallery .sko-item {
    margin: 25px;
  }
}

.sko-photo-gallery .sko-item:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sko-photo-gallery .img-dynamic {
  position: static;
  height: 100%;
}

.sko-photo-gallery .img-dynamic:before {
  padding-top: inherit;
}

.sko-photo-gallery .img-dynamic img:hover {
  transform: scale(1.3);
}

.sko-photo-gallery .sko-item-caption {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  padding: 2rem;
  pointer-events: none;
}

.sko-photo-gallery .sko-item-caption > * {
  color: #fff;
  margin: 0;
}

@media (min-width: 576px) and (max-width: 1149.9px) {
  .sko-photo-gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .sko-photo-gallery .sko-item:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .sko-photo-gallery .sko-item:nth-child(2), .sko-photo-gallery .sko-item:nth-child(4), .sko-photo-gallery .sko-item:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .sko-photo-gallery .sko-item:nth-child(3), .sko-photo-gallery .sko-item:nth-child(5), .sko-photo-gallery .sko-item:nth-child(7) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .sko-photo-gallery .sko-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .sko-photo-gallery .sko-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
  .sko-photo-gallery .sko-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
  }
  .sko-photo-gallery .sko-item:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
  }
  .sko-photo-gallery .sko-item:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5/7;
  }
  .sko-photo-gallery .sko-item:nth-child(7) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .sko-photo-gallery.sko-tpl-6 .sko-item:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
  .sko-photo-gallery.sko-tpl-5 .sko-item:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .sko-photo-gallery.sko-tpl-4 .sko-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .sko-photo-gallery.sko-tpl-3 .sko-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .sko-photo-gallery.sko-tpl-2 .sko-item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

@media (min-width: 1150px) {
  .sko-photo-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .sko-photo-gallery[class*="sko-tpl-"] {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .sko-photo-gallery .sko-item:first-child, .sko-photo-gallery .sko-item:nth-child(2), .sko-photo-gallery.sko-tpl-3 .sko-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .sko-photo-gallery .sko-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .sko-photo-gallery .sko-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
  .sko-photo-gallery .sko-item:nth-child(5) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .sko-photo-gallery .sko-item:nth-child(6), .sko-photo-gallery .sko-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .sko-photo-gallery .sko-item:first-child, .sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(7), .sko-photo-gallery.sko-tpl-reverse.sko-tpl-2 .sko-item:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .sko-photo-gallery .sko-item:nth-child(2), .sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .sko-photo-gallery .sko-item:nth-child(3), .sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
  }
  .sko-photo-gallery .sko-item:nth-child(4), .sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .sko-photo-gallery .sko-item:nth-child(6), .sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .sko-photo-gallery .sko-item:nth-child(7), .sko-photo-gallery.sko-tpl-reverse .sko-item:first-child, .sko-photo-gallery.sko-tpl-2 .sko-item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }
  .sko-photo-gallery.sko-tpl-6 .sko-item:nth-child(6), .sko-photo-gallery.sko-tpl-reverse.sko-tpl-4 .sko-item:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/5;
  }
  .sko-photo-gallery.sko-tpl-6.sko-tpl-reverse .sko-item:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .sko-photo-gallery.sko-tpl-5 .sko-item:nth-child(4), .sko-photo-gallery.sko-tpl-4 .sko-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .sko-photo-gallery.sko-tpl-4 .sko-item:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}

@media (min-width: 1440px) {
  .sko-photo-gallery .sko-item {
    min-height: 300px;
  }
}

/* Seeko Feature List */
.sko-feature-list .sko-item-title {
  position: relative;
}

.sko-feature-list .sko-item-title:before {
  content: '';
  position: absolute;
  top: calc((1.77689rem * 1.2 - 1rem/2) / 2);
  left: calc(-0.5rem / 2);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.sko-feature-list .sko-item-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
}

.sko-feature-list .sko-item-right, .sko-feature-list .sko-item-left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.sko-feature-list .sko-item-left {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.sko-feature-list .sko-item-right {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sko-feature-list .sko-item-right:before, .sko-feature-list .sko-item-right:after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 2rem;
}

.sko-feature-list .sko-item-content > h3 {
  margin: 0;
  padding-bottom: 1rem;
}

.sko-feature-list .sko-item-content > h3, .sko-feature-list .sko-item-content > div, .sko-feature-list .sko-item-left {
  padding-left: 3rem;
  padding-right: 3rem;
}

.sko-feature-list .sko-item-left {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1150px) {
  .sko-feature-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sko-feature-list li .sko-item-left, .sko-feature-list li .sko-item-right {
    width: 50%;
  }
  .sko-feature-list li:nth-child(2n) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sko-feature-list li:nth-child(2n) .sko-item-right {
    margin-right: -1px;
    text-align: right;
  }
  .sko-feature-list li:nth-child(2n) .sko-item-right:before, .sko-feature-list li:nth-child(2n) .sko-item-right:after, .sko-feature-list li:nth-child(2n) .sko-item-content > div {
    border-left: none;
  }
  .sko-feature-list li:nth-child(2n) .sko-item-title:before, .sko-feature-list li:nth-child(2n) .sko-item-title:after {
    left: inherit;
  }
  .sko-feature-list li:nth-child(2n) .sko-item-title:before {
    right: calc(-0.5rem / 2);
  }
  .sko-feature-list li:nth-child(2n) .sko-item-title:after {
    right: 0;
  }
  .sko-feature-list li:first-child .sko-item-right:before {
    border: none;
  }
  .sko-feature-list li:last-child .sko-item-right:after, .sko-feature-list li:last-child .sko-item-content > div, .sko-feature-list li:last-child .sko-item-title:after {
    border: none;
  }
  .sko-feature-list .sko-item-left {
    border: none;
  }
}

.sko-icon {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.sko-icon .sko-icon-hover + * {
  position: relative;
  z-index: 2;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: all 0.25s ease-out;
}

.sko-icon .sko-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #dde1fa;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: all 0.25s ease-out 0.1s;
}

.sko-icon .sko-icon-hover:not(.icon) {
  opacity: 0;
}

.sko-icon:hover .sko-icon-hover + *:not(.icon), .sko-nav-tabs li > a:hover .sko-icon-hover + *:not(.icon), .sko-nav-tabs li > a.active .sko-icon-hover + *:not(.icon) {
  opacity: 0;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: all 0.25s ease-out 0.1s;
}

.sko-icon:hover .sko-icon-hover:not(.icon), .sko-nav-tabs li > a:hover .sko-icon-hover:not(.icon), .sko-nav-tabs li > a.active .sko-icon-hover:not(.icon) {
  opacity: 1;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: all 0.25s ease-out;
}

/* Seeko Tabs */
.sko-nav-tabs {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.5rem;
}

.sko-nav-tabs .sko-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.25rem;
  transform: translateY(1px);
}

.sko-nav-tabs .sko-item .icon.sko-icon-hover {
  color: #B2B2B2;
}

.sko-nav-tabs .sko-item .icon, .sko-nav-tabs .sko-item .sko-title {
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.25s ease-out;
}

.sko-nav-tabs .sko-item .sko-title {
  margin: 0;
}

.sko-nav-tabs .sko-item .sko-icon {
  margin-right: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sko-nav-tabs li > a:hover, .sko-nav-tabs li > a.active {
  text-decoration: none;
}

.sko-nav-tabs li > a:hover .sko-item .sko-title, .sko-nav-tabs li > a.active .sko-item .sko-title {
  text-decoration: none;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: color 0.25s ease-out 0.1s;
}

.sko-nav-tabs li > a.active .sko-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.sko-nav-tabs {
  border-color: #EEEEEE;
}

.sko-nav-tabs .sko-item .sko-title, .sko-nav-tabs .sko-item .sko-icon .icon:not(.sko-icon-hover) {
  color: #000;
}

.sko-nav-tabs .sko-item .sko-icon .sko-icon-hover {
  color: #dde1fa;
}

.sko-nav-tabs li > a:hover .sko-item .sko-title, .sko-nav-tabs li > a:hover .sko-item .sko-icon-hover, .sko-nav-tabs li > a.active .sko-item .sko-title, .sko-nav-tabs li > a.active .sko-item .sko-icon-hover {
  color: #F21483;
}

.sko-nav-tabs li > a.active .sko-item {
  border-color: #F21483;
}

@media (max-width: 1149.9px) {
  .sko-nav-tabs .sko-item {
    padding: 0.25rem;
  }
  .sko-nav-tabs li > a.active .sko-item {
    border-bottom: none;
  }
}

@media (min-width: 1150px) {
  .sko-nav-tabs {
    padding-bottom: 0;
  }
  .sko-nav-tabs .sko-item {
    padding: 1rem 1rem 2rem 1rem;
  }
}

.sko-nav-tabs.sko-tabs-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.sko-nav-tabs.sko-tabs-full {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.sko-nav-tabs.sko-tabs-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.sko-tab-content {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}

/* Footer */
.svq-footer {
  background: linear-gradient(0deg, #333333 12%, #242424 100%);
}

@media (min-width: 1150px) {
  .svq-footer .footer-sidebar > .widget:last-of-type {
    margin-bottom: 0;
  }
}

.svq-footer .svq-footer-inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.svq-footer .svq-contact-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
}

.svq-footer .svq-contact-inline .icon {
  margin-right: 0.5rem;
}

.svq-footer .svq-contact-inline:hover {
  text-decoration: none;
  opacity: .8;
}

.svq-footer, .svq-footer a, .svq-footer .widget a:not(.btn-tag), .svq-footer h4, .svq-footer h5 {
  color: #EFEFEF;
}

.svq-footer p + h5 {
  margin-top: 2rem !important;
}

.svq-footer .bp-separator {
  color: rgba(239, 239, 239, 0.25);
}

.svq-footer .widgets-container .widget {
  border-color: rgba(239, 239, 239, 0.25);
}

.svq-footer .widgets-container .widget .widget-title:after {
  background: rgba(239, 239, 239, 0.25);
}

.svq-footer .widgets-container .widget input:not([type]), .svq-footer .widgets-container .widget input[type="date"], .svq-footer .widgets-container .widget input[type="datetime-local"], .svq-footer .widgets-container .widget input[type="email"], .svq-footer .widgets-container .widget input[type="number"], .svq-footer .widgets-container .widget input[type="password"], .svq-footer .widgets-container .widget input[type="search"], .svq-footer .widgets-container .widget input[type="tel"], .svq-footer .widgets-container .widget input[type="time"], .svq-footer .widgets-container .widget input[type="text"], .svq-footer .widgets-container .widget input[type="url"], .svq-footer .widgets-container .widget textarea, .svq-footer .widgets-container .widget select, .svq-footer .widgets-container .widget .form-control {
  background-color: rgba(239, 239, 239, 0.1);
  color: #EFEFEF;
  box-shadow: none;
  border-color: rgba(239, 239, 239, 0.25);
}

.svq-footer .widgets-container .widget input:not([type]):focus, .svq-footer .widgets-container .widget input[type="date"]:focus, .svq-footer .widgets-container .widget input[type="datetime-local"]:focus, .svq-footer .widgets-container .widget input[type="email"]:focus, .svq-footer .widgets-container .widget input[type="number"]:focus, .svq-footer .widgets-container .widget input[type="password"]:focus, .svq-footer .widgets-container .widget input[type="search"]:focus, .svq-footer .widgets-container .widget input[type="tel"]:focus, .svq-footer .widgets-container .widget input[type="time"]:focus, .svq-footer .widgets-container .widget input[type="text"]:focus, .svq-footer .widgets-container .widget input[type="url"]:focus, .svq-footer .widgets-container .widget textarea:focus, .svq-footer .widgets-container .widget select:focus, .svq-footer .widgets-container .widget .form-control:focus {
  box-shadow: none;
}

.svq-footer .widgets-container .widget select:not([size]):not([multiple]), .svq-footer .widgets-container .widget select.form-control:not([size]):not([multiple]) {
  background-color: rgba(239, 239, 239, 0.1);
  color: #EFEFEF;
  border: none;
}

.svq-footer .widget_recent_comments > ul > li:last-child, .svq-footer .widget_categories > ul > li:last-child, .svq-footer .widget_pages > ul > li:last-child, .svq-footer .widget_rss > ul > li:last-child {
  border: none;
}

.svq-footer .widget_rss > ul > li {
  border-color: rgba(239, 239, 239, 0.25);
}

.svq-footer .wp-caption {
  border-color: rgba(239, 239, 239, 0.25);
}

.svq-footer .widget_calendar table th {
  border: none;
}

.svq-footer .widget_calendar tbody tr:first-child td {
  border-color: rgba(239, 239, 239, 0.25);
}

.svq-footer .widget_calendar table caption {
  background: rgba(239, 239, 239, 0.1);
  color: #EFEFEF;
}

.svq-footer .widget_recent_entries > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-color: rgba(239, 239, 239, 0.25);
}

.svq-footer .widget_recent_entries > ul > li figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}

.svq-footer .widget_recent_entries > ul > li > figure, .svq-footer .widget_recent_entries > ul > li > span {
  margin-bottom: 1rem;
}

.svq-footer .widget_recent_entries > ul > li .entry-date {
  font-size: .6875rem;
}

.svq-footer .svq-header-bottom {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.svq-footer .svq-header-bottom p, .svq-footer .svq-header-bottom a {
  opacity: .6;
  /*  -webkit-transition: $transition;
        -moz-transition: $transition;
        -o-transition: $transition;
        -ms-transition: $transition;*/
  transition: opacity 0.25s ease-out;
}

.svq-footer .sko-social-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.svq-footer .sko-social-list li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.svq-footer .sko-social-list li a:hover {
  opacity: 1;
}

#footer .widget.widget_nav_menu .menu > li > a {
  background: rgba(239, 239, 239, 0.1);
}

#footer .widget.widget_nav_menu .menu > li > a.active {
  color: #EFEFEF;
  background: rgba(239, 239, 239, 0.2);
}

#footer .widget.widget_nav_menu .menu > li > a:hover, #footer .widget.widget_nav_menu .menu > li > a:focus {
  background: rgba(239, 239, 239, 0.2);
}

#footer .widget.widget_nav_menu .menu .menu-item-has-children > a:before, #footer .widget.widget_nav_menu .menu .menu-item-has-children > a:after {
  background: rgba(239, 239, 239, 0.4);
}

body.svq-footer-round .svq-footer {
  clip-path: polygon(50% 0%, 100% 20px, 100% 100%, 0 100%, 0 20px);
  -webkit-clip-path: polygon(50% 0%, 100% 20px, 100% 100%, 0 100%, 0 20px);
  position: relative;
}

body.svq-footer-round .svq-footer .svq-footer-inner {
  padding-top: 6rem;
}

@media (min-width: 768px) {
  body.svq-footer-round .svq-footer {
    clip-path: polygon(50% 0%, 100% 40px, 100% 100%, 0 100%, 0 40px);
    -webkit-clip-path: polygon(50% 0%, 100% 40px, 100% 100%, 0 100%, 0 40px);
  }
}

@media (min-width: 1440px) {
  body.svq-footer-round .svq-footer {
    clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0 60px);
    -webkit-clip-path: polygon(50% 0%, 100% 60px, 100% 100%, 0 100%, 0 60px);
  }
}

body.svq-footer-round .content-wrapper {
  min-height: 400px;
}

body.svq-footer-round.elementor-page .content-wrapper {
  min-height: 600px;
}

@media (min-width: 1150px) {
  .sko-social-list {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

body.svq-footer-round.elementor-page.single:not(.elementor-editor-active) .svq-footer {
  margin-top: 0;
}

.svq-footer-socket {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.svq-footer-socket p {
  margin-bottom: 0;
}

/* Checkout page */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  flex: none;
  max-width: none;
  padding: 0;
}

.woocommerce form.checkout .form-row label {
  display: block;
  width: 100%;
}

.woocommerce form.checkout .woocommerce-input-wrapper {
  width: 100%;
}

::selection {
  background: #ffb7b7;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #ffb7b7;
  /* Gecko Browsers */
}

@font-face {
  font-family: 'icon';
  src:  url('https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.eot?i7re9j');
  src:  url('https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.eot?i7re9j#iefix') format('embedded-opentype'),
    url('https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.ttf?i7re9j') format('truetype'),
    url('https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.woff?i7re9j') format('woff'),
    url('https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.svg?i7re9j#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
  content: "\e965";
}
.icon-eye-off:before {
  content: "\e95c";
}
.icon-eye:before {
  content: "\e95d";
}
.icon-flag:before {
  content: "\e964";
}
.icon-shield-off:before {
  content: "\e95e";
}
.icon-shield:before {
  content: "\e95f";
}
.icon-user-check:before {
  content: "\e95a";
}
.icon-user-minus:before {
  content: "\e960";
}
.icon-user-plus:before {
  content: "\e95b";
}
.icon-user-x:before {
  content: "\e961";
}
.icon-user:before {
  content: "\e962";
}
.icon-users:before {
  content: "\e963";
}
.icon-search:before {
  content: "\e917";
}
.icon-filter-search:before {
  content: "\e924";
}
.icon-heart:before {
  content: "\e90d";
}
.icon-heart-fill:before {
  content: "\e925";
}
.icon-star:before {
  content: "\e911";
}
.icon-star-fill:before {
  content: "\e910";
}
.icon-member:before {
  content: "\e91d";
}
.icon-member-fill:before {
  content: "\e92d";
}
.icon-members:before {
  content: "\e919";
}
.icon-members-fill:before {
  content: "\e92f";
}
.icon-moderator:before {
  content: "\e91c";
}
.icon-moderator-fill:before {
  content: "\e930";
}
.icon-admin:before {
  content: "\e91b";
}
.icon-admin-fill:before {
  content: "\e931";
}
.icon-comment:before {
  content: "\e90c";
}
.icon-comment-fill:before {
  content: "\e907";
}
.icon-message:before {
  content: "\e91a";
}
.icon-more:before {
  content: "\e913";
}
.icon-more-fill:before {
  content: "\e914";
}
.icon-lock:before {
  content: "\e920";
}
.icon-lock-fill:before {
  content: "\e92e";
}
.icon-female:before {
  content: "\e902";
}
.icon-male:before {
  content: "\e905";
}
.icon-public-fill:before {
  content: "\e932";
}
.icon-settings:before {
  content: "\e915";
}
.icon-location:before {
  content: "\e959";
}
.icon-view:before {
  content: "\e929";
}
.icon-mail:before {
  content: "\e922";
}
.icon-print:before {
  content: "\e921";
}
.icon-image:before {
  content: "\e926";
}
.icon-phone:before {
  content: "\e935";
}
.icon-login:before {
  content: "\e923";
}
.icon-share:before {
  content: "\e92b";
}
.icon-facebook-fill:before {
  content: "\e928";
}
.icon-twitter-fill:before {
  content: "\e92a";
}
.icon-linkedin-fill:before {
  content: "\e92c";
}
.icon-pinterest-fill:before {
  content: "\e937";
}
.icon-insta-fill:before {
  content: "\e938";
}
.icon-dribbble-fill:before {
  content: "\e936";
}
.icon-rss:before {
  content: "\e927";
}
.icon-close-sign-secondary:before {
  content: "\e91e";
}
.icon-check-sign-secondary:before {
  content: "\e91f";
}
.icon-public-message:before {
  content: "\e906";
}
.icon-edit:before {
  content: "\e918";
}
.icon-load-more:before {
  content: "\e916";
}
.icon-trash:before {
  content: "\e912";
}
.icon-enter:before {
  content: "\e90e";
}
.icon-attach:before {
  content: "\e90f";
}
.icon-check-sign:before {
  content: "\e909";
}
.icon-minus:before {
  content: "\e90a";
}
.icon-plus:before {
  content: "\e90b";
}
.icon-reply:before {
  content: "\e908";
}
.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-round-arrow-right:before {
  content: "\e903";
}
.icon-round-arrow-left:before {
  content: "\e904";
}
.icon-dual-what:before {
  content: "\e956";
}
.icon-dual-what-hover:before {
  content: "\e934";
}
.icon-dual-cool:before {
  content: "\e942";
}
.icon-dual-cool-hover:before {
  content: "\e941";
}
.icon-dual-who:before {
  content: "\e948";
}
.icon-dual-who-hover:before {
  content: "\e947";
}
.icon-dual-filter:before {
  content: "\e946";
}
.icon-dual-filter-hover:before {
  content: "\e945";
}
.icon-dual-how:before {
  content: "\e94c";
}
.icon-dual-how-hover:before {
  content: "\e94b";
}
.icon-dual-ux:before {
  content: "\e933";
}
.icon-dual-ux-hover:before {
  content: "\e957";
}
.icon-dual-match:before {
  content: "\e944";
}
.icon-dual-match-hover:before {
  content: "\e943";
}
.icon-dual-why:before {
  content: "\e94a";
}
.icon-dual-why-hover:before {
  content: "\e949";
}
.icon-dual-bookmark:before {
  content: "\e953";
}
.icon-dual-bookmark-hover:before {
  content: "\e952";
}
.icon-dual-download:before {
  content: "\e955";
}
.icon-dual-download-hover:before {
  content: "\e954";
}
.icon-dual-photo-camera:before {
  content: "\e94f";
}
.icon-dual-photo-camera-hover:before {
  content: "\e958";
}
.icon-dual-settings:before {
  content: "\e951";
}
.icon-dual-settings-hover:before {
  content: "\e950";
}
.icon-dual-share:before {
  content: "\e94e";
}
.icon-dual-share-hover:before {
  content: "\e94d";
}
.icon-dual-star:before {
  content: "\e93e";
}
.icon-dual-star-hover:before {
  content: "\e93d";
}
.icon-dual-video-camera:before {
  content: "\e940";
}
.icon-dual-video-camera-hover:before {
  content: "\e93f";
}
.icon-dual-down:before {
  content: "\e93a";
}
.icon-dual-down-hover:before {
  content: "\e939";
}
.icon-dual-arrow-up:before {
  content: "\e93c";
}
.icon-dual-arrow-up-hover:before {
  content: "\e93b";
}

/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url("https://www.matchmyschool.net/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("https://www.matchmyschool.net/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url("https://www.matchmyschool.net/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal;font-display: swap;
}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
:root{--bp-verified-members-tooltip-color:#fff;--bp-verified-members-tooltip-background-color:rgba(0,0,0,0.75);--bp-verified-members-tooltip-border-radius:3px;--bp-verified-members-tooltip-padding:5px 8px;--bp-verified-members-tooltip-padding-x:12px;--bp-verified-members-tooltip-padding-y:3px;--bp-verified-members-tooltip-font-family:inherit;--bp-verified-members-tooltip-font-weight:400;--bp-verified-members-tooltip-font-size:.8rem;--bp-verified-members-tooltip-max-width:200px;--bp-verified-members-tooltip-box-shadow:none;--bp-verified-members-tooltip-arrow-size:6px;--bp-verified-members-verified-badge-shape:url("https://www.matchmyschool.net/wp-content/plugins/bp-verified-member/assets/css/../images/mask-circle.svg");--bp-verified-members-unverified-badge-shape:url("https://www.matchmyschool.net/wp-content/plugins/bp-verified-member/assets/css/../images/mask-circle.svg")}.bp-verified-badge,.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name-item>a:after,.bp-verified-member:not(.bp-verified-member-badge-loaded) .item-title>a:after,.bp-verified-member:not(.bp-verified-member-badge-loaded)>.author>a:after,.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name>a:after,.bp-unverified-badge,.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name-item>a:after,.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .item-title>a:after,.bp-unverified-member:not(.bp-unverified-member-badge-loaded)>.author>a:after,.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name>a:after{display:inline-block;position:relative;top:-.05em;margin-left:.2em;width:20px;height:20px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.activity .bp-verified-badge,.activity .bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name-item>a:after,.activity .bp-verified-member:not(.bp-verified-member-badge-loaded) .item-title>a:after,.activity .bp-verified-member:not(.bp-verified-member-badge-loaded)>.author>a:after,.activity .bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name>a:after,.activity .bp-unverified-badge,.activity .bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name-item>a:after,.activity .bp-unverified-member:not(.bp-unverified-member-badge-loaded) .item-title>a:after,.activity .bp-unverified-member:not(.bp-unverified-member-badge-loaded)>.author>a:after,.activity .bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name>a:after{margin-right:.2em}.widget img:not(.emoji)~.bp-verified-badge,.widget img:not(.emoji)~.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name-item>a:after,.widget img:not(.emoji)~.bp-verified-member:not(.bp-verified-member-badge-loaded) .item-title>a:after,.widget img:not(.emoji)~.bp-verified-member:not(.bp-verified-member-badge-loaded)>.author>a:after,.widget img:not(.emoji)~.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name>a:after,.widget img:not(.emoji)~.bp-unverified-badge,.widget img:not(.emoji)~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name-item>a:after,.widget img:not(.emoji)~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .item-title>a:after,.widget img:not(.emoji)~.bp-unverified-member:not(.bp-unverified-member-badge-loaded)>.author>a:after,.widget img:not(.emoji)~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name>a:after{position:absolute;bottom:-6px;right:-6px;top:auto;margin:0!important;display:none}.widget.widget_bp_core_recently_active_widget img~.bp-verified-badge,.widget.widget_bp_core_whos_online_widget img~.bp-verified-badge,.widget.widget_bp_core_recently_active_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name-item>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name-item>a:after,.widget.widget_bp_core_recently_active_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded) .item-title>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded) .item-title>a:after,.widget.widget_bp_core_recently_active_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded)>.author>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded)>.author>a:after,.widget.widget_bp_core_recently_active_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name>a:after,.widget.widget_bp_core_recently_active_widget img~.bp-unverified-badge,.widget.widget_bp_core_whos_online_widget img~.bp-unverified-badge,.widget.widget_bp_core_recently_active_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name-item>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name-item>a:after,.widget.widget_bp_core_recently_active_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .item-title>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .item-title>a:after,.widget.widget_bp_core_recently_active_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded)>.author>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded)>.author>a:after,.widget.widget_bp_core_recently_active_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name>a:after,.widget.widget_bp_core_whos_online_widget img~.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name>a:after{display:inline-block}.bp-verified-badge,.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name-item>a:after,.bp-verified-member:not(.bp-verified-member-badge-loaded) .item-title>a:after,.bp-verified-member:not(.bp-verified-member-badge-loaded)>.author>a:after,.bp-verified-member:not(.bp-verified-member-badge-loaded) .member-name>a:after{background:#1da1f2 url(https://www.matchmyschool.net/wp-content/plugins/bp-verified-member/assets/css/../images/verified-check.svg)no-repeat 50%;-webkit-mask:var(--bp-verified-members-verified-badge-shape);mask:var(--bp-verified-members-verified-badge-shape)}.bp-unverified-badge,.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name-item>a:after,.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .item-title>a:after,.bp-unverified-member:not(.bp-unverified-member-badge-loaded)>.author>a:after,.bp-unverified-member:not(.bp-unverified-member-badge-loaded) .member-name>a:after{background:#1da1f2 url(https://www.matchmyschool.net/wp-content/plugins/bp-verified-member/assets/css/../images/unverified-warning.svg)no-repeat 50%;-webkit-mask:var(--bp-verified-members-unverified-badge-shape);mask:var(--bp-verified-members-unverified-badge-shape)}#item-header-content .bp-verified-badge,#item-header-content .bp-unverified-badge,#profile-header .bp-verified-badge,#profile-header .bp-unverified-badge{width:24px;height:24px;background-size:12px;margin-left:.3em}.bp-verified-member .item-title>a,.bp-verified-member .member-name>a,.bp-verified-member>.author>a,.bp-verified-member .member-name-item>a,.bp-unverified-member .item-title>a,.bp-unverified-member .member-name>a,.bp-unverified-member>.author>a,.bp-unverified-member .member-name-item>a{display:inline-block}.bp-verified-member .item-title>a:after,.bp-verified-member .member-name>a:after,.bp-verified-member>.author>a:after,.bp-verified-member .member-name-item>a:after,.bp-unverified-member .item-title>a:after,.bp-unverified-member .member-name>a:after,.bp-unverified-member>.author>a:after,.bp-unverified-member .member-name-item>a:after{content:''}.bp-verified-member .item-title>a~span.bp-verified-badge,.bp-verified-member .item-title>a~span.bp-unverified-badge,.bp-verified-member .member-name>a~span.bp-verified-badge,.bp-verified-member .member-name>a~span.bp-unverified-badge,.bp-verified-member>.author>a~span.bp-verified-badge,.bp-verified-member>.author>a~span.bp-unverified-badge,.bp-verified-member .member-name-item>a~span.bp-verified-badge,.bp-verified-member .member-name-item>a~span.bp-unverified-badge,.bp-unverified-member .item-title>a~span.bp-verified-badge,.bp-unverified-member .item-title>a~span.bp-unverified-badge,.bp-unverified-member .member-name>a~span.bp-verified-badge,.bp-unverified-member .member-name>a~span.bp-unverified-badge,.bp-unverified-member>.author>a~span.bp-verified-badge,.bp-unverified-member>.author>a~span.bp-unverified-badge,.bp-unverified-member .member-name-item>a~span.bp-verified-badge,.bp-unverified-member .member-name-item>a~span.bp-unverified-badge{display:none!important}.bp-verified-badge-tooltip,.bp-unverified-badge-tooltip{color:var(--bp-verified-members-tooltip-color);background-color:var(--bp-verified-members-tooltip-background-color);padding:var(--bp-verified-members-tooltip-padding-y)var(--bp-verified-members-tooltip-padding-x);border-radius:var(--bp-verified-members-tooltip-border-radius);font-family:var(--bp-verified-members-tooltip-font-family);font-weight:var(--bp-verified-members-tooltip-font-weight);font-size:var(--bp-verified-members-tooltip-font-size);max-width:var(--bp-verified-members-tooltip-max-width);box-shadow:var(--bp-verified-members-tooltip-box-shadow);border:none;font-style:normal;display:block;transition:.2s ease-in-out;position:absolute;z-index:1070;margin:0;line-height:1.5;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;word-wrap:break-word;opacity:1;pointer-events:none}.bp-verified-badge-tooltip[style*=hidden],.bp-unverified-badge-tooltip[style*=hidden]{opacity:0}.bp-verified-badge-tooltip .bp-verified-badge-tooltip-arrow,.bp-verified-badge-tooltip .bp-unverified-badge-tooltip-arrow,.bp-unverified-badge-tooltip .bp-verified-badge-tooltip-arrow,.bp-unverified-badge-tooltip .bp-unverified-badge-tooltip-arrow{position:absolute;content:'';border-color:transparent;border-style:solid;width:0;height:0;left:calc(50% - var(--bp-verified-members-tooltip-arrow-size))}.bp-verified-badge-tooltip[x-placement=top] .bp-verified-badge-tooltip-arrow,.bp-verified-badge-tooltip[x-placement=top] .bp-unverified-badge-tooltip-arrow,.bp-verified-badge-tooltip[data-popper-placement=top] .bp-verified-badge-tooltip-arrow,.bp-verified-badge-tooltip[data-popper-placement=top] .bp-unverified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[x-placement=top] .bp-verified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[x-placement=top] .bp-unverified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[data-popper-placement=top] .bp-verified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[data-popper-placement=top] .bp-unverified-badge-tooltip-arrow{top:calc(100% - 1px);border-width:var(--bp-verified-members-tooltip-arrow-size)var(--bp-verified-members-tooltip-arrow-size)0;border-top-color:var(--bp-verified-members-tooltip-background-color)}.bp-verified-badge-tooltip[x-placement=bottom] .bp-verified-badge-tooltip-arrow,.bp-verified-badge-tooltip[x-placement=bottom] .bp-unverified-badge-tooltip-arrow,.bp-verified-badge-tooltip[data-popper-placement=bottom] .bp-verified-badge-tooltip-arrow,.bp-verified-badge-tooltip[data-popper-placement=bottom] .bp-unverified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[x-placement=bottom] .bp-verified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[x-placement=bottom] .bp-unverified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[data-popper-placement=bottom] .bp-verified-badge-tooltip-arrow,.bp-unverified-badge-tooltip[data-popper-placement=bottom] .bp-unverified-badge-tooltip-arrow{bottom:calc(100% - 1px);border-width:0 var(--bp-verified-members-tooltip-arrow-size)var(--bp-verified-members-tooltip-arrow-size);border-bottom-color:var(--bp-verified-members-tooltip-background-color)}.wp-list-table .column-bp-verified-member{text-align:center}.dashicons.bp-verified-member-spin{-webkit-animation:bp-verified-member-spin 1s infinite;animation:bp-verified-member-spin 1s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes bp-verified-member-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes bp-verified-member-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.bp-verified-member-toggle.bp-verified-by-role,.bp-verified-member-toggle.bp-verified-by-member-type{cursor:not-allowed}.bp-verified-member-toggle.bp-verified-by-role .bp-verified-badge,.bp-verified-member-toggle.bp-verified-by-member-type .bp-verified-badge{opacity:.5}.bp-verified-member-toggle:focus{outline:none;box-shadow:none}.bp-verified-member-request-button{background-color:#fff;border-radius:8px;color:#000;display:inline-block;margin:0;padding:.4rem .8rem;font-size:.8rem;text-align:center;vertical-align:middle}.bp-verified-member-request-button.bp-verified-member-verification-pending{opacity:.7;cursor:not-allowed}.bp-verified-member-request-button .bp-verified-badge{width:20px!important;height:20px!important;background-size:inherit!important}.bp-verified-member-new-requests-notice p{display:flex;justify-content:space-between;align-items:center}.bp-verified-member-new-requests-notice .notice-dismiss{top:5px}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
html[dir=rtl] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu .wp-block-navigation-submenu__toggle img{margin-left:12px}html[dir=rtl] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{text-align:right}html[dir=rtl] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a img{margin-left:12px}.wpml-language-switcher-block{display:flex;box-sizing:border-box;width:100%!important}.wpml-language-switcher-block>.wp-block-navigation-item,.wpml-language-switcher-block>.wp-block-navigation-item>div{display:flex;width:100%!important}.wpml-language-switcher-block .wp-block-navigation__container{background:unset!important}.wpml-language-switcher-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wpml-language-switcher-block .wpml-ls-dropdown ul li button{padding:0}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal{min-width:inherit!important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li{width:inherit!important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal{margin:0;min-width:inherit!important}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{width:inherit!important;text-align:left}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block ul{list-style-type:none!important;padding:0!important;width:100%}.wpml-language-switcher-block ul li{margin:0!important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container{border:inherit!important;background-color:unset!important;min-width:unset!important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item{border-radius:0!important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item a{display:flex;align-items:center;min-width:max-content;padding:1px}.wpml-language-switcher-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0!important;gap:1em!important}.wpml-language-switcher-block ul.horizontal-list li{display:inline-block;margin:0;line-height:100%}.wpml-language-switcher-block ul.horizontal-list li a{line-height:100%}.wpml-language-switcher-block ul.center-justify{justify-content:center}.wpml-language-switcher-block ul.center-justify .wp-block-navigation-item{justify-content:center}.wpml-language-switcher-block ul.right-justify{justify-content:right}.wpml-language-switcher-block ul.right-justify .wp-block-navigation-item{justify-content:right}.wpml-language-switcher-block ul.space_between-justify{justify-content:space-between}.wpml-language-switcher-block ul.space_between-justify li>div{white-space:nowrap}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color)!important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color)!important}.wpml-language-switcher-block ul.isHorizontal{padding-left:0;list-style:none}.wpml-language-switcher-block ul.isHorizontal li{display:inline;margin-left:0}.wpml-language-switcher-block ul.isHorizontal li div{display:inline-block}.wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child){margin-right:var(--language-spacing)!important}.wpml-language-switcher-block ul.hasSpacing.isVertical li:not(:last-child){margin-bottom:var(--language-spacing)!important}.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div,.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div>a{display:inline-flex;align-items:center}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color)!important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color)!important}.wpml-language-switcher-block .hasFontSize{font-size:var(--font-size)!important}.wpml-language-switcher-block .hasLetterSpacing{letter-spacing:var(--letter-spacing)!important}.wpml-language-switcher-block .hasTextTransform{text-transform:var(--text-transform)!important}.wpml-language-switcher-block .hasFontFamily{font-family:var(--font-family)!important}.wpml-ls-flag{display:inline-block}.wpml-ls-flag-style-btn{border:0 transparent;padding-top:3px!important}.wpml-ls-flag-style-btn.black-bg{background-color:#000}.wpml-ls-flag-style-btn.transparent-bg{background-color:initial}.wpml-ls-control-row{border:solid 1px #949494;border-radius:2px;margin-bottom:8px}.wpml-ls-control-row-with-padding{padding:1px}.wpml-ls-number-control{max-width:100%;width:100%}.wpml-ls-slider-control-alert{margin-top:5px!important}.wpml-ls-slider .ant-slider-track{background-color:#3858e9}.wpml-ls-slider .ant-slider-handle{border:solid 1px #000}.wpml-ls-control-blue{color:#3858e9!important}.wpml-ls-number-with-unit-select select{color:#3858e9!important;font-weight:900!important}.wpml-ls-control-grey{color:#757575}.wpml-ls-control-bg-grey{background-color:#a6a6a6}.wpml-ls-control-font{font-family:sf pro text,sans-serif;font-style:normal;font-weight:400!important;font-size:13px!important;line-height:140%!important}.wpml-ls-option-btn-col{padding:.5px}.wpml-ls-no-borders{border:none}.ant-col-8.wpml-ls-option-btn-col{display:inline-flex}.wpml-ls-three-btn-row .wpml-ls-option-btn-wrap{white-space:normal;word-break:break-word}.wpml-ls-three-btn-row .ant-btn-no-height-less-padding{height:unset;padding-right:10px;padding-left:10px}.wpml-ls-full-width{width:100%}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__track{background-color:#3858e9;border-color:#3858e9}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__thumb{background-color:#fff}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__track{background-color:#fff;border-color:#000}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__thumb{background-color:#000}.ant-select-dropdown{min-width:45px!important;max-width:45px!important;width:45px!important}.wpml-ls-color-control{border:1px solid #ddd;border-bottom:0;padding:10px;box-sizing:border-box}.wpml-ls-color-control.wpml-ls-with-bottom-border{border-bottom:1px solid #ddd}.wpml-ls-color-control .wpml-ls-icon-no-color:hover{cursor:pointer}.wpml-ls-color-control .component-color-indicator{width:25px;height:25px;box-shadow:0 0 2px 1px lightgrey}.wpml-ls-color-control .component-color-indicator:hover{cursor:pointer}.wpml-ls-color-control .wpml-ls-color-title{top:3px}.wpml-ls-dimension-control{border-top:solid 1px #e0e0e0}.wpml-ls-dimension-control .components-panel__arrow{visibility:hidden}.wpml-ls-panel-settings-dropdown-container{position:absolute;right:0}.wpml-ls-icon-link{width:24px;height:24px;top:3px;border-radius:2px}.ant-input-number-handler-wrap{display:none!important}.ant-input-number-input{padding-right:0!important;padding-left:3px!important}.block-editor-contrast-checker+.block-editor-contrast-checker{display:none}.current-language-item{display:flex;align-items:center;min-height:30px}.current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wpml-ls-fontLetterCase-control button.components-button.has-icon{margin-right:0!important;min-width:30px!important;height:30px!important}.wpml-ls-fontLetterSpacing-control div.components-input-control__container{top:4px}[data-wpml=language-item]:first-of-type{margin-top:5px!important}.wpml-ls-dimension-panel .components-panel__arrow{display:none}.wpml-ls-typography-panel .components-panel__arrow{display:none}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-more{font-size:large;margin-right:10px}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-plus{font-size:medium;margin-right:10px}.wp-block-navigation.is-content-justification-space-between .wp-block-page-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher']{display:contents!important}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item{display:flex}.wp-block-navigation .wpml-block-navigation-language-switcher,.wp-block-navigation [data-type='wpml/navigation-language-switcher']{display:flex!important;flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);flex-wrap:var(--navigation-layout-wrap,wrap);background-color:inherit;gap:inherit;margin:0;width:fit-content;max-width:fit-content}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-dropdown{flex:inherit;display:flex!important}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-list{flex:inherit;display:contents!important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-dropdown,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:flex!important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-list,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:contents!important}.wp-block-navigation .wpml-block-navigation-item{background-color:inherit}.wp-block-navigation .wpml-block-navigation-item .current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wp-block-navigation__submenu-container li{margin:0}.wp-block-navigation .wpml-language-switcher-navigation-block{width:unset!important;flex:initial!important}.wp-block-navigation .wpml-language-switcher-navigation-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation .wpml-language-switcher-navigation-block ul li a{display:flex;align-items:center}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0!important;gap:1.5em!important}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li{display:inline-block;line-height:100%}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li a,.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li div{line-height:100%;display:inline-flex;align-items:center}.ant-input-number{-webkit-box-sizing:border-box;box-sizing:border-box;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;width:100%;min-width:0;padding:4px 11px;color:rgba(0,0,0,.85);font-size:14px;line-height:1.5715;background-color:#fff;background-image:none;-webkit-transition:all .3s;transition:all .3s;display:inline-block;width:90px;margin:0;padding:0;border:1px solid #d9d9d9;border-radius:2px}.ant-input-number::-moz-placeholder{opacity:1}.ant-input-number::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number:-ms-input-placeholder{color:#bfbfbf}.ant-input-number::-ms-input-placeholder{color:#bfbfbf}.ant-input-number::placeholder{color:#bfbfbf}.ant-input-number:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number:placeholder-shown{text-overflow:ellipsis}.ant-input-number:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input-number:focus,.ant-input-number-focused{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-number-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-number[disabled]{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number[disabled]:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-number-borderless,.ant-input-number-borderless:hover,.ant-input-number-borderless:focus,.ant-input-number-borderless-focused,.ant-input-number-borderless-disabled,.ant-input-number-borderless[disabled]{background-color:initial;border:none;-webkit-box-shadow:none;box-shadow:none}textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;line-height:1.5715;vertical-align:bottom;-webkit-transition:all .3s,height 0s;transition:all .3s,height 0s}.ant-input-number-lg{padding:6.5px 11px;font-size:16px}.ant-input-number-sm{padding:0 7px}.ant-input-number-handler{position:relative;display:block;width:100%;height:50%;overflow:hidden;color:rgba(0,0,0,.45);font-weight:700;line-height:0;text-align:center;-webkit-transition:all .1s linear;transition:all .1s linear}.ant-input-number-handler:active{background:#f4f4f4}.ant-input-number-handler:hover .ant-input-number-handler-up-inner,.ant-input-number-handler:hover .ant-input-number-handler-down-inner{color:#40a9ff}.ant-input-number-handler-up-inner,.ant-input-number-handler-down-inner{display:inline-block;color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:4px;width:12px;height:12px;color:rgba(0,0,0,.45);line-height:12px;-webkit-transition:all .1s linear;transition:all .1s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-input-number-handler-up-inner>*,.ant-input-number-handler-down-inner>*{line-height:1}.ant-input-number-handler-up-inner svg,.ant-input-number-handler-down-inner svg{display:inline-block}.ant-input-number-handler-up-inner::before,.ant-input-number-handler-down-inner::before{display:none}.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon{display:block}.ant-input-number:hover{border-color:#40a9ff;border-right-width:1px!important}.ant-input-number:hover+.ant-form-item-children-icon{opacity:0;-webkit-transition:opacity .24s linear .24s;transition:opacity .24s linear .24s}.ant-input-number-focused{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-input-number-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}.ant-input-number-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important}.ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.ant-input-number-disabled .ant-input-number-handler-wrap{display:none}.ant-input-number-readonly .ant-input-number-handler-wrap{display:none}.ant-input-number-input{width:100%;height:30px;padding:0 11px;text-align:left;background-color:initial;border:0;border-radius:2px;outline:0;-webkit-transition:all .3s linear;transition:all .3s linear;-moz-appearance:textfield!important}.ant-input-number-input::-moz-placeholder{opacity:1}.ant-input-number-input::-webkit-input-placeholder{color:#bfbfbf}.ant-input-number-input:-ms-input-placeholder{color:#bfbfbf}.ant-input-number-input::-ms-input-placeholder{color:#bfbfbf}.ant-input-number-input::placeholder{color:#bfbfbf}.ant-input-number-input:-moz-placeholder-shown{text-overflow:ellipsis}.ant-input-number-input:-ms-input-placeholder{text-overflow:ellipsis}.ant-input-number-input:placeholder-shown{text-overflow:ellipsis}.ant-input-number-input[type=number]::-webkit-inner-spin-button,.ant-input-number-input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.ant-input-number-lg{padding:0;font-size:16px}.ant-input-number-lg input{height:38px}.ant-input-number-sm{padding:0}.ant-input-number-sm input{height:22px;padding:0 7px}.ant-input-number-handler-wrap{position:absolute;top:0;right:0;width:22px;height:100%;background:#fff;border-left:1px solid #d9d9d9;border-radius:0 2px 2px 0;opacity:0;-webkit-transition:opacity .24s linear .1s;transition:opacity .24s linear .1s}.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner{min-width:auto;margin-right:0;font-size:7px}.ant-input-number-borderless .ant-input-number-handler-wrap{border-left-width:0}.ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.ant-input-number-handler-up{border-top-right-radius:2px;cursor:pointer}.ant-input-number-handler-up-inner{top:50%;margin-top:-5px;text-align:center}.ant-input-number-handler-up:hover{height:60%!important}.ant-input-number-handler-down{top:0;border-top:1px solid #d9d9d9;border-bottom-right-radius:2px;cursor:pointer}.ant-input-number-handler-down-inner{top:50%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ant-input-number-handler-down:hover{height:60%!important}.ant-input-number-borderless .ant-input-number-handler-down{border-top-width:0}.ant-input-number-handler-up-disabled,.ant-input-number-handler-down-disabled{cursor:not-allowed}.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner{color:rgba(0,0,0,.25)}.ant-input-number-borderless{-webkit-box-shadow:none;box-shadow:none}.ant-input-number-rtl{direction:rtl}.ant-input-number-rtl .ant-input-number-handler-wrap{right:auto;left:0;border-right:1px solid #d9d9d9;border-left:0;border-radius:2px 0 0 2px}.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap{border-right-width:0}.ant-input-number-rtl .ant-input-number-input{direction:ltr;text-align:right}.ant-select-single .ant-select-selector{display:-webkit-box;display:-ms-flexbox;display:flex}.ant-select-single .ant-select-selector .ant-select-selection-search{position:absolute;top:0;right:11px;bottom:0;left:11px}.ant-select-single .ant-select-selector .ant-select-selection-search-input{width:100%}.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{padding:0;line-height:30px;-webkit-transition:all .3s;transition:all .3s}@supports(-moz-appearance:meterbar){.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-single .ant-select-selector .ant-select-selection-placeholder{line-height:30px}}.ant-select-single .ant-select-selector .ant-select-selection-item{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-select-single .ant-select-selector .ant-select-selection-placeholder{pointer-events:none}.ant-select-single .ant-select-selector::after,.ant-select-single .ant-select-selector .ant-select-selection-item::after,.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after{display:inline-block;width:0;visibility:hidden;content:'\a0'}.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:25px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:18px}.ant-select-single.ant-select-open .ant-select-selection-item{color:#bfbfbf}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{width:100%;height:32px;padding:0 11px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{height:30px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after{line-height:30px}.ant-select-single.ant-select-customize-input .ant-select-selector::after{display:none}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search{position:static;width:100%}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder{position:absolute;right:0;left:0;padding:0 11px}.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after{display:none}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:40px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder{line-height:38px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:38px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:24px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder{line-height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input{height:22px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search{right:7px;left:7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{padding:0 7px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:28px}.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:21px}.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{padding:0 11px}.ant-select-selection-overflow{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:auto;flex:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.ant-select-selection-overflow-item{-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-item-align:center;align-self:center;max-width:100%}.ant-select-multiple .ant-select-selector{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1px 4px}.ant-select-show-search.ant-select-multiple .ant-select-selector{cursor:text}.ant-select-disabled.ant-select-multiple .ant-select-selector{background:#f5f5f5;cursor:not-allowed}.ant-select-multiple .ant-select-selector::after{display:inline-block;width:0;margin:2px 0;line-height:24px;content:'\a0'}.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-multiple.ant-select-allow-clear .ant-select-selector{padding-right:24px}.ant-select-multiple .ant-select-selection-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:none;flex:none;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;height:24px;margin-top:2px;margin-bottom:2px;line-height:22px;background:#f5f5f5;border:1px solid #f0f0f0;border-radius:2px;cursor:default;-webkit-transition:font-size .3s,line-height .3s,height .3s;transition:font-size .3s,line-height .3s,height .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-margin-end:4px;margin-inline-end:4px;-webkit-padding-start:8px;padding-inline-start:8px;-webkit-padding-end:4px;padding-inline-end:4px}.ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:#bfbfbf;border-color:#d9d9d9;cursor:not-allowed}.ant-select-multiple .ant-select-selection-item-content{display:inline-block;margin-right:4px;overflow:hidden;white-space:pre;text-overflow:ellipsis}.ant-select-multiple .ant-select-selection-item-remove{color:inherit;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;color:rgba(0,0,0,.45);font-weight:700;font-size:10px;line-height:inherit;cursor:pointer}.ant-select-multiple .ant-select-selection-item-remove>*{line-height:1}.ant-select-multiple .ant-select-selection-item-remove svg{display:inline-block}.ant-select-multiple .ant-select-selection-item-remove::before{display:none}.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon{display:block}.ant-select-multiple .ant-select-selection-item-remove>.anticon{vertical-align:-.2em}.ant-select-multiple .ant-select-selection-item-remove:hover{color:rgba(0,0,0,.75)}.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search{-webkit-margin-start:0;margin-inline-start:0}.ant-select-multiple .ant-select-selection-search{position:relative;max-width:100%;margin-top:2px;margin-bottom:2px;-webkit-margin-start:7px;margin-inline-start:7px}.ant-select-multiple .ant-select-selection-search-input,.ant-select-multiple .ant-select-selection-search-mirror{height:24px;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;line-height:24px;-webkit-transition:all .3s;transition:all .3s}.ant-select-multiple .ant-select-selection-search-input{width:100%;min-width:4.1px}.ant-select-multiple .ant-select-selection-search-mirror{position:absolute;top:0;left:0;z-index:999;white-space:pre;visibility:hidden}.ant-select-multiple .ant-select-selection-placeholder{position:absolute;top:50%;right:11px;left:11px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s;transition:all .3s}.ant-select-multiple.ant-select-lg .ant-select-selector::after{line-height:32px}.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:32px;line-height:30px}.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:33px;line-height:33px}.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror{height:32px;line-height:30px}.ant-select-multiple.ant-select-sm .ant-select-selector::after{line-height:16px}.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:17px;line-height:17px}.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror{height:16px;line-height:14px}.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{left:7px}.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input{margin-left:3px}.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:32px;line-height:32px}.ant-select-disabled .ant-select-selection-item-remove{display:none}.ant-select{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;display:inline-block;cursor:pointer}.ant-select:not(.ant-select-customize-input) .ant-select-selector{position:relative;background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:pointer}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:text}.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:auto}.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:#40a9ff;border-right-width:1px!important;outline:0;-webkit-box-shadow:0 0 0 2px rgba(24,144,255,.2);box-shadow:0 0 0 2px rgba(24,144,255,.2)}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{color:rgba(0,0,0,.25);background:#f5f5f5;cursor:not-allowed}.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector{background:#f5f5f5}.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input{cursor:not-allowed}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{margin:0;padding:0;background:0 0;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button{display:none;-webkit-appearance:none}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#40a9ff;border-right-width:1px!important}.ant-select-selection-item{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media all and (-ms-high-contrast:none){.ant-select-selection-item *::-ms-backdrop,.ant-select-selection-item{-ms-flex:auto;flex:auto}}.ant-select-selection-placeholder{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;color:#bfbfbf;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}@media all and (-ms-high-contrast:none){.ant-select-selection-placeholder *::-ms-backdrop,.ant-select-selection-placeholder{-ms-flex:auto;flex:auto}}.ant-select-arrow{display:inline-block;color:inherit;font-style:normal;line-height:0;text-transform:none;vertical-align:-.125em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:53%;right:11px;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;line-height:1;text-align:center;pointer-events:none}.ant-select-arrow>*{line-height:1}.ant-select-arrow svg{display:inline-block}.ant-select-arrow::before{display:none}.ant-select-arrow .ant-select-arrow-icon{display:block}.ant-select-arrow .anticon{vertical-align:top;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ant-select-arrow .anticon>svg{vertical-align:top}.ant-select-arrow .anticon:not(.ant-select-suffix){pointer-events:auto}.ant-select-disabled .ant-select-arrow{cursor:not-allowed}.ant-select-clear{position:absolute;top:50%;right:11px;z-index:1;display:inline-block;width:12px;height:12px;margin-top:-6px;color:rgba(0,0,0,.25);font-size:12px;font-style:normal;line-height:1;text-align:center;text-transform:none;background:#fff;cursor:pointer;opacity:0;-webkit-transition:color .3s ease,opacity .15s ease;transition:color .3s ease,opacity .15s ease;text-rendering:auto}.ant-select-clear::before{display:block}.ant-select-clear:hover{color:rgba(0,0,0,.45)}.ant-select:hover .ant-select-clear{opacity:1}.ant-select-dropdown{margin:0;padding:0;color:rgba(0,0,0,.85);font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:absolute;top:-9999px;left:-9999px;z-index:1050;-webkit-box-sizing:border-box;box-sizing:border-box;padding:4px 0;overflow:hidden;font-size:14px;font-variant:initial;background-color:#fff;border-radius:2px;outline:none;-webkit-box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,8%),0 9px 28px 8px rgba(0,0,0,5%);box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,8%),0 9px 28px 8px rgba(0,0,0,5%)}.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpIn;animation-name:antSlideUpIn}.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownIn;animation-name:antSlideDownIn}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{-webkit-animation-name:antSlideUpOut;animation-name:antSlideUpOut}.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{-webkit-animation-name:antSlideDownOut;animation-name:antSlideDownOut}.ant-select-dropdown-hidden{display:none}.ant-select-dropdown-empty{color:rgba(0,0,0,.25)}.ant-select-item-empty{position:relative;display:block;min-height:32px;padding:5px 12px;color:rgba(0,0,0,.85);font-weight:400;font-size:14px;line-height:22px;color:rgba(0,0,0,.25)}.ant-select-item{position:relative;display:block;min-height:32px;padding:5px 12px;color:rgba(0,0,0,.85);font-weight:400;font-size:14px;line-height:22px;cursor:pointer;-webkit-transition:background .3s ease;transition:background .3s ease}.ant-select-item-group{color:rgba(0,0,0,.45);font-size:12px;cursor:default}.ant-select-item-option{display:-webkit-box;display:-ms-flexbox;display:flex}.ant-select-item-option-content{-webkit-box-flex:1;-ms-flex:auto;flex:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ant-select-item-option-state{-webkit-box-flex:0;-ms-flex:none;flex:none}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#f5f5f5}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:rgba(0,0,0,.85);font-weight:600;background-color:#e6f7ff}.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state{color:#1890ff}.ant-select-item-option-disabled{color:rgba(0,0,0,.25);cursor:not-allowed}.ant-select-item-option-grouped{padding-left:24px}.ant-select-lg{font-size:16px}.ant-select-borderless .ant-select-selector{background-color:initial!important;border-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ant-select-rtl{direction:rtl}.ant-select-rtl .ant-select-arrow{right:initial;left:11px}.ant-select-rtl .ant-select-clear{right:initial;left:11px}.ant-select-dropdown-rtl{direction:rtl}.ant-select-dropdown-rtl .ant-select-item-option-grouped{padding-right:24px;padding-left:12px}.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector{padding-right:4px;padding-left:24px}.ant-select-rtl.ant-select-multiple .ant-select-selection-item{text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content{margin-right:0;margin-left:4px;text-align:right}.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror{right:0;left:auto}.ant-select-rtl.ant-select-multiple .ant-select-selection-search:first-child>.ant-select-selection-search-input{margin-right:5px!important;margin-left:0!important}.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder{right:11px;left:auto}.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder{right:7px}.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder{right:0;left:9px;text-align:right}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search{right:11px;left:25px}.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:18px}.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{padding:0 11px}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search{right:0}.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder{padding-right:0;padding-left:21px}.ant-slider{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;height:12px;margin:10px 6px;padding:4px 0;cursor:pointer;-ms-touch-action:none;touch-action:none}.ant-slider-vertical{width:12px;height:100%;margin:6px 10px;padding:0 4px}.ant-slider-vertical .ant-slider-rail{width:4px;height:100%}.ant-slider-vertical .ant-slider-track{width:4px}.ant-slider-vertical .ant-slider-handle{margin-top:-6px;margin-left:-5px}.ant-slider-vertical .ant-slider-mark{top:0;left:12px;width:18px;height:100%}.ant-slider-vertical .ant-slider-mark-text{left:4px;white-space:nowrap}.ant-slider-vertical .ant-slider-step{width:4px;height:100%}.ant-slider-vertical .ant-slider-dot{top:auto;left:2px;margin-bottom:-4px}.ant-slider-tooltip .ant-tooltip-inner{min-width:unset}.ant-slider-rtl.ant-slider-vertical .ant-slider-handle{margin-right:-5px;margin-left:0}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark{right:12px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text{right:4px;left:auto}.ant-slider-rtl.ant-slider-vertical .ant-slider-dot{right:2px;left:auto}.ant-slider-with-marks{margin-bottom:28px}.ant-slider-rail{position:absolute;width:100%;height:4px;background-color:#f5f5f5;border-radius:2px;-webkit-transition:background-color .3s;transition:background-color .3s}.ant-slider-track{position:absolute;height:4px;background-color:#91d5ff;border-radius:2px;-webkit-transition:background-color .3s;transition:background-color .3s}.ant-slider-handle{position:absolute;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #91d5ff;border-radius:50%;-webkit-box-shadow:0;box-shadow:0;cursor:pointer;-webkit-transition:border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);transition:border-color .3s,-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28);transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28);transition:border-color .3s,box-shadow .6s,transform .3s cubic-bezier(.18,.89,.32,1.28),-webkit-box-shadow .6s,-webkit-transform .3s cubic-bezier(.18,.89,.32,1.28)}.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging{border-color:#46a6ff;-webkit-box-shadow:0 0 0 5px rgba(24,144,255,.12);box-shadow:0 0 0 5px rgba(24,144,255,.12)}.ant-slider-handle:focus{border-color:#46a6ff;outline:none;-webkit-box-shadow:0 0 0 5px rgba(24,144,255,.12);box-shadow:0 0 0 5px rgba(24,144,255,.12)}.ant-slider-handle.ant-tooltip-open{border-color:#1890ff}.ant-slider:hover .ant-slider-rail{background-color:#e1e1e1}.ant-slider:hover .ant-slider-track{background-color:#69c0ff}.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open){border-color:#69c0ff}.ant-slider-mark{position:absolute;top:14px;left:0;width:100%;font-size:14px}.ant-slider-mark-text{position:absolute;display:inline-block;color:rgba(0,0,0,.45);text-align:center;word-break:keep-all;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ant-slider-mark-text-active{color:rgba(0,0,0,.85)}.ant-slider-step{position:absolute;width:100%;height:4px;background:0 0}.ant-slider-dot{position:absolute;top:-2px;width:8px;height:8px;margin-left:-4px;background-color:#fff;border:2px solid #f0f0f0;border-radius:50%;cursor:pointer}.ant-slider-dot:first-child{margin-left:-4px}.ant-slider-dot:last-child{margin-left:-4px}.ant-slider-dot-active{border-color:#8cc8ff}.ant-slider-disabled{cursor:not-allowed}.ant-slider-disabled .ant-slider-track{background-color:rgba(0,0,0,.25)!important}.ant-slider-disabled .ant-slider-handle,.ant-slider-disabled .ant-slider-dot{background-color:#fff;border-color:rgba(0,0,0,.25)!important;-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed}.ant-slider-disabled .ant-slider-mark-text,.ant-slider-disabled .ant-slider-dot{cursor:not-allowed!important}.ant-slider-rtl{direction:rtl}.ant-slider-rtl .ant-slider-mark{right:0;left:auto}.ant-slider-rtl .ant-slider-dot{margin-right:-4px;margin-left:0}.ant-slider-rtl .ant-slider-dot:first-child{margin-right:-4px;margin-left:0}.ant-slider-rtl .ant-slider-dot:last-child{margin-right:-4px;margin-left:0}.ant-alert{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.85);font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;-webkit-font-feature-settings:'tnum';font-feature-settings:'tnum';position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 15px;word-wrap:break-word;border-radius:2px}.ant-alert-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.ant-alert-icon{margin-right:8px}.ant-alert-description{display:none;font-size:14px;line-height:22px}.ant-alert-success{background-color:#f6ffed;border:1px solid #b7eb8f}.ant-alert-success .ant-alert-icon{color:#52c41a}.ant-alert-info{background-color:#e6f7ff;border:1px solid #91d5ff}.ant-alert-info .ant-alert-icon{color:#1890ff}.ant-alert-warning{background-color:#fffbe6;border:1px solid #ffe58f}.ant-alert-warning .ant-alert-icon{color:#faad14}.ant-alert-error{background-color:#fff2f0;border:1px solid #ffccc7}.ant-alert-error .ant-alert-icon{color:#ff4d4f}.ant-alert-error .ant-alert-description>pre{margin:0;padding:0}.ant-alert-action{margin-left:8px}.ant-alert-close-icon{margin-left:8px;padding:0;overflow:hidden;font-size:12px;line-height:12px;background-color:initial;border:none;outline:none;cursor:pointer}.ant-alert-close-icon .anticon-close{color:rgba(0,0,0,.45);-webkit-transition:color .3s;transition:color .3s}.ant-alert-close-icon .anticon-close:hover{color:rgba(0,0,0,.75)}.ant-alert-close-text{color:rgba(0,0,0,.45);-webkit-transition:color .3s;transition:color .3s}.ant-alert-close-text:hover{color:rgba(0,0,0,.75)}.ant-alert-with-description{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:15px 15px 15px 24px}.ant-alert-with-description.ant-alert-no-icon{padding:15px}.ant-alert-with-description .ant-alert-icon{margin-right:15px;font-size:24px}.ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;color:rgba(0,0,0,.85);font-size:16px}.ant-alert-message{color:rgba(0,0,0,.85)}.ant-alert-with-description .ant-alert-description{display:block}.ant-alert.ant-alert-motion-leave{overflow:hidden;opacity:1;-webkit-transition:max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86);transition:max-height .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),padding-top .3s cubic-bezier(.78,.14,.15,.86),padding-bottom .3s cubic-bezier(.78,.14,.15,.86),margin-bottom .3s cubic-bezier(.78,.14,.15,.86)}.ant-alert.ant-alert-motion-leave-active{max-height:0;margin-bottom:0!important;padding-top:0;padding-bottom:0;opacity:0}.ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.ant-alert.ant-alert-rtl{direction:rtl}.ant-alert-rtl.ant-alert.ant-alert-no-icon{padding:8px 15px}.ant-alert-rtl .ant-alert-icon{margin-right:auto;margin-left:8px}.ant-alert-rtl .ant-alert-action{margin-right:8px;margin-left:auto}.ant-alert-rtl .ant-alert-close-icon{margin-right:8px;margin-left:auto}.ant-alert-rtl.ant-alert-with-description .ant-alert-icon{margin-right:auto;margin-left:15px}html[dir=rtl] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu .wp-block-navigation-submenu__toggle img{margin-left:12px}html[dir=rtl] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{text-align:right}html[dir=rtl] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a img{margin-left:12px}.wpml-language-switcher-block{display:flex;box-sizing:border-box;width:100%!important}.wpml-language-switcher-block>.wp-block-navigation-item,.wpml-language-switcher-block>.wp-block-navigation-item>div{display:flex;width:100%!important}.wpml-language-switcher-block .wp-block-navigation__container{background:unset!important}.wpml-language-switcher-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wpml-language-switcher-block .wpml-ls-dropdown ul li button{padding:0}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal{min-width:inherit!important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li{width:inherit!important}.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal{margin:0;min-width:inherit!important}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li{width:inherit!important;text-align:left}.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a{display:flex;align-items:center;min-width:max-content}.wpml-language-switcher-block ul{list-style-type:none!important;padding:0!important;width:100%}.wpml-language-switcher-block ul li{margin:0!important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container{border:inherit!important;background-color:unset!important;min-width:unset!important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item{border-radius:0!important}.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item a{display:flex;align-items:center;min-width:max-content;padding:1px}.wpml-language-switcher-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0!important;gap:1em!important}.wpml-language-switcher-block ul.horizontal-list li{display:inline-block;margin:0;line-height:100%}.wpml-language-switcher-block ul.horizontal-list li a{line-height:100%}.wpml-language-switcher-block ul.center-justify{justify-content:center}.wpml-language-switcher-block ul.center-justify .wp-block-navigation-item{justify-content:center}.wpml-language-switcher-block ul.right-justify{justify-content:right}.wpml-language-switcher-block ul.right-justify .wp-block-navigation-item{justify-content:right}.wpml-language-switcher-block ul.space_between-justify{justify-content:space-between}.wpml-language-switcher-block ul.space_between-justify li>div{white-space:nowrap}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color)!important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color)!important}.wpml-language-switcher-block ul.isHorizontal{padding-left:0;list-style:none}.wpml-language-switcher-block ul.isHorizontal li{display:inline;margin-left:0}.wpml-language-switcher-block ul.isHorizontal li div{display:inline-block}.wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child){margin-right:var(--language-spacing)!important}.wpml-language-switcher-block ul.hasSpacing.isVertical li:not(:last-child){margin-bottom:var(--language-spacing)!important}.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div,.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div>a{display:inline-flex;align-items:center}.wpml-language-switcher-block .hasHoverColor:hover{color:var(--hover-color)!important}.wpml-language-switcher-block .hasHoverBackgroundColor:hover{background-color:var(--hover-background-color)!important}.wpml-language-switcher-block .hasFontSize{font-size:var(--font-size)!important}.wpml-language-switcher-block .hasLetterSpacing{letter-spacing:var(--letter-spacing)!important}.wpml-language-switcher-block .hasTextTransform{text-transform:var(--text-transform)!important}.wpml-language-switcher-block .hasFontFamily{font-family:var(--font-family)!important}.wpml-ls-flag{display:inline-block}.wpml-ls-flag-style-btn{border:0 transparent;padding-top:3px!important}.wpml-ls-flag-style-btn.black-bg{background-color:#000}.wpml-ls-flag-style-btn.transparent-bg{background-color:initial}.wpml-ls-control-row{border:solid 1px #949494;border-radius:2px;margin-bottom:8px}.wpml-ls-control-row-with-padding{padding:1px}.wpml-ls-number-control{max-width:100%;width:100%}.wpml-ls-slider-control-alert{margin-top:5px!important}.wpml-ls-slider .ant-slider-track{background-color:#3858e9}.wpml-ls-slider .ant-slider-handle{border:solid 1px #000}.wpml-ls-control-blue{color:#3858e9!important}.wpml-ls-number-with-unit-select select{color:#3858e9!important;font-weight:900!important}.wpml-ls-control-grey{color:#757575}.wpml-ls-control-bg-grey{background-color:#a6a6a6}.wpml-ls-control-font{font-family:sf pro text,sans-serif;font-style:normal;font-weight:400!important;font-size:13px!important;line-height:140%!important}.wpml-ls-option-btn-col{padding:.5px}.wpml-ls-no-borders{border:none}.ant-col-8.wpml-ls-option-btn-col{display:inline-flex}.wpml-ls-three-btn-row .wpml-ls-option-btn-wrap{white-space:normal;word-break:break-word}.wpml-ls-three-btn-row .ant-btn-no-height-less-padding{height:unset;padding-right:10px;padding-left:10px}.wpml-ls-full-width{width:100%}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__track{background-color:#3858e9;border-color:#3858e9}.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__thumb{background-color:#fff}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__track{background-color:#fff;border-color:#000}.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__thumb{background-color:#000}.ant-select-dropdown{min-width:45px!important;max-width:45px!important;width:45px!important}.wpml-ls-color-control{border:1px solid #ddd;border-bottom:0;padding:10px;box-sizing:border-box}.wpml-ls-color-control.wpml-ls-with-bottom-border{border-bottom:1px solid #ddd}.wpml-ls-color-control .wpml-ls-icon-no-color:hover{cursor:pointer}.wpml-ls-color-control .component-color-indicator{width:25px;height:25px;box-shadow:0 0 2px 1px lightgrey}.wpml-ls-color-control .component-color-indicator:hover{cursor:pointer}.wpml-ls-color-control .wpml-ls-color-title{top:3px}.wpml-ls-dimension-control{border-top:solid 1px #e0e0e0}.wpml-ls-dimension-control .components-panel__arrow{visibility:hidden}.wpml-ls-panel-settings-dropdown-container{position:absolute;right:0}.wpml-ls-icon-link{width:24px;height:24px;top:3px;border-radius:2px}.ant-input-number-handler-wrap{display:none!important}.ant-input-number-input{padding-right:0!important;padding-left:3px!important}.block-editor-contrast-checker+.block-editor-contrast-checker{display:none}.current-language-item{display:flex;align-items:center;min-height:30px}.current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wpml-ls-fontLetterCase-control button.components-button.has-icon{margin-right:0!important;min-width:30px!important;height:30px!important}.wpml-ls-fontLetterSpacing-control div.components-input-control__container{top:4px}[data-wpml=language-item]:first-of-type{margin-top:5px!important}.wpml-ls-dimension-panel .components-panel__arrow{display:none}.wpml-ls-typography-panel .components-panel__arrow{display:none}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-more{font-size:large;margin-right:10px}.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-plus{font-size:medium;margin-right:10px}.wp-block-navigation.is-content-justification-space-between .wp-block-page-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher']{display:contents!important}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list{display:contents}.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div li.wp-block-navigation-item,.wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item{display:flex}.wp-block-navigation .wpml-block-navigation-language-switcher,.wp-block-navigation [data-type='wpml/navigation-language-switcher']{display:flex!important;flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);flex-wrap:var(--navigation-layout-wrap,wrap);background-color:inherit;gap:inherit;margin:0;width:fit-content;max-width:fit-content}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-dropdown{flex:inherit;display:flex!important}.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-list{flex:inherit;display:contents!important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-dropdown,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:flex!important}.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-list,.wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher']{flex:inherit;display:contents!important}.wp-block-navigation .wpml-block-navigation-item{background-color:inherit}.wp-block-navigation .wpml-block-navigation-item .current-language-item .wp-block-navigation-item__content>div{display:flex;align-items:center}.wp-block-navigation__submenu-container li{margin:0}.wp-block-navigation .wpml-language-switcher-navigation-block{width:unset!important;flex:initial!important}.wp-block-navigation .wpml-language-switcher-navigation-block .hide-arrow .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation .wpml-language-switcher-navigation-block ul li a{display:flex;align-items:center}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0!important;gap:1.5em!important}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li{display:inline-block;line-height:100%}.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li a,.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li div{line-height:100%;display:inline-flex;align-items:center}


.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
.bp-screen-reader-text,#group-settings-form>h2{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0;word-wrap:normal !important}ul.activity-list .load-more>a:before,#sitewide-notice #message button#close-notice span,.notices #buddypress .messages-notices .button:before{font-family:"icon" !important}ul.activity-list .load-more>a:before,#sitewide-notice #message button#close-notice span,.notices #buddypress .messages-notices .button:before{line-height:1;font-size:calc(1.6rem - .25rem * 2 - .125rem);height:calc(1.6rem - .25rem * 2 - .125rem)}#item-actions #group-admins,#item-actions #group-mods,#friend-list,#blogs-list,ul.activity-list,#subnav ul,ul.avatar-nav-items,.ac_results ul,#invite-list ul,.item-list-tabs:not(#object-nav) ul,.bboss_search_page .bboss-results-list{padding-left:0;list-style:none}.sq-round-avatar.sq-small-avatar .item-list .item-avatar:after{content:'';display:block;position:absolute;z-index:3;width:.3rem;height:.3rem;border-radius:50%;background:transparent}#object-nav>ul>li .dropdown-menu a,#buddypress table.messages-notices.sitewide-notices .activity,#profile-edit-form .editfield .field-visibility-settings-notoggle,#profile-edit-form .accordion-head{font-size:.8rem;font-weight:400}.standard-form.single-fields .datebox-selects select,.standard-form.multi-fields .datebox-selects select{margin-bottom:1rem}.form-group .description{display:block;margin-top:.25rem;font-size:.875rem}.pag-count,.standard-form .form-group:not(.form-check) label,.pmpro_form .form-group:not(.form-check) label{font-size:.875rem;color:#7c7c7c}ul.activity-list .load-more>a,.notices #buddypress .messages-notices .button,#blogs-list .action .blog-button a.blog-button,#profile-edit-form .editfield .form-group .clear-value{padding:.25rem .75rem;font-size:.75rem;line-height:1;border-radius:.6rem;min-height:1.6rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.activity-list li #message.error.bp-ajax-message p,#sitewide-notice #message,#buddypress .bp-cover-image-status p.warning,.activate .bp-template-notice,.group-create .bp-template-notice,#buddypress .bp-avatar-status .warning,body.change-avatar #buddypress p.warning,body.change-cover-image #buddypress p.warning,#buddypress .bp-avatar-status .success,body.change-avatar #buddypress p.success,body.change-cover-image #buddypress p.success,div.bp-avatar-status p.success,div.bp-cover-image-status p.success,.bp-uploader-progress div.error{position:relative;padding:.75rem 1.25rem;margin-bottom:1.5rem;border:1px solid transparent;border-radius:.6rem}.activate .bp-template-notice.updated,.group-create .bp-template-notice.updated,#buddypress .bp-avatar-status .success,body.change-avatar #buddypress p.success,body.change-cover-image #buddypress p.success,div.bp-avatar-status p.success,div.bp-cover-image-status p.success{color:#106a22;background-color:#d2f5d9;border-color:#c0f0ca}.activate .bp-template-notice.updated hr,.group-create .bp-template-notice.updated hr,#buddypress .bp-avatar-status .success hr,body.change-avatar #buddypress p.success hr,body.change-cover-image #buddypress p.success hr,div.bp-avatar-status p.success hr,div.bp-cover-image-status p.success hr{border-top-color:#abebb9}.activate .bp-template-notice.updated .alert-link,.group-create .bp-template-notice.updated .alert-link,#buddypress .bp-avatar-status .success .alert-link,body.change-avatar #buddypress p.success .alert-link,body.change-cover-image #buddypress p.success .alert-link,div.bp-avatar-status p.success .alert-link,div.bp-cover-image-status p.success .alert-link{color:#093e14}#sitewide-notice #message.info,.messages ul.acfb-holder li.friend-tab{color:#086064;background-color:#cff1f3;border-color:#bcebee}#sitewide-notice #message.info hr,.messages ul.acfb-holder li.friend-tab hr{border-top-color:#a8e5e9}#sitewide-notice #message.info .alert-link,.messages ul.acfb-holder li.friend-tab .alert-link{color:#043335}#buddypress .bp-cover-image-status p.warning,.activate .bp-template-notice.error,.group-create .bp-template-notice.error,#buddypress .bp-avatar-status .warning,body.change-avatar #buddypress p.warning,body.change-cover-image #buddypress p.warning{color:#85600e;background-color:#fff1d1;border-color:#ffebbf}#buddypress .bp-cover-image-status p.warning hr,.activate .bp-template-notice.error hr,.group-create .bp-template-notice.error hr,#buddypress .bp-avatar-status .warning hr,body.change-avatar #buddypress p.warning hr,body.change-cover-image #buddypress p.warning hr{border-top-color:#ffe3a6}#buddypress .bp-cover-image-status p.warning .alert-link,.activate .bp-template-notice.error .alert-link,.group-create .bp-template-notice.error .alert-link,#buddypress .bp-avatar-status .warning .alert-link,body.change-avatar #buddypress p.warning .alert-link,body.change-cover-image #buddypress p.warning .alert-link{color:#573f09}.activity-list li #message.error.bp-ajax-message p,.bp-uploader-progress div.error{color:#850000;background-color:#fcc;border-color:#ffb8b8}.activity-list li #message.error.bp-ajax-message p hr,.bp-uploader-progress div.error hr{border-top-color:#ff9f9f}.activity-list li #message.error.bp-ajax-message p .alert-link,.bp-uploader-progress div.error .alert-link{color:#520000}#sitewide-notice #message{padding-right:4rem}#item-header-avatar .activity,#buddypress table.messages-notices .thread-from .activity,#friend-list li .activity,#blogs-list li .activity{font-size:.75rem}#item-header-avatar .activity,#buddypress table.messages-notices .thread-from .activity,#friend-list li .activity,#blogs-list li .activity,#item-header-avatar .activity:hover,#buddypress table.messages-notices .thread-from .activity:hover,#friend-list li .activity:hover,#blogs-list li .activity:hover{color:#9A9A9A}@media (max-width: 575.9px){#item-nav,#item-body{margin-left:-30px;margin-right:-30px;width:auto}}@media (min-width: 576px) and (max-width: 1149.9px){#item-nav,#item-body{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;max-width:1000%}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 1150px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1440px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-extra-bold{font-weight:800 !important}.font-weight-black{font-weight:900 !important}.font-italic{font-style:italic !important}.text-underline{text-decoration:underline}.text-white{color:#fff !important}.text-primary{color:#F21483 !important}a.text-primary:focus,a.text-primary:hover{color:#c80b6a !important}.text-secondary{color:#7c7c7c !important}a.text-secondary:focus,a.text-secondary:hover{color:#636363 !important}.text-success{color:#1FCB41 !important}a.text-success:focus,a.text-success:hover{color:#189f33 !important}.text-info{color:#10B8C1 !important}a.text-info:focus,a.text-info:hover{color:#0c8b92 !important}.text-warning{color:#FFB91A !important}a.text-warning:focus,a.text-warning:hover{color:#e6a000 !important}.text-danger{color:red !important}a.text-danger:focus,a.text-danger:hover{color:#c00 !important}.text-light{color:#F8F8F8 !important}a.text-light:focus,a.text-light:hover{color:#dfdfdf !important}.text-dark{color:#000 !important}a.text-dark:focus,a.text-dark:hover{color:#000 !important}.text-tertiary{color:#555EFF !important}a.text-tertiary:focus,a.text-tertiary:hover{color:#222eff !important}.text-muted,.form-group .description{color:#9A9A9A !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.btn.bp-btn,.btn.btn-sm.bp-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:100%;transition:background 0.25s ease-out,color 0.25s ease-out,padding 0.25s ease-out,box-shadow 0.25s ease-out;border:none}.btn.bp-btn:hover,.btn.btn-sm.bp-btn:hover{text-decoration:none;color:#333}.btn.bp-btn .icon+span,.btn.bp-btn .fa+span,.btn.btn-sm.bp-btn .icon+span,.btn.btn-sm.bp-btn .fa+span{margin-left:.5rem}.bp-btn.btn-square.btn-sm{padding:5px}.user-avatar-wrapper{position:relative}.user-avatar-wrapper .bp-btn.btn.btn-square{position:absolute;bottom:0;margin:0;padding:9px}.bp-btn.friendship-button,.bp-btn.group-button{position:relative;z-index:4;text-align:center;background:#FAFAFA;margin-right:.25rem}.bp-btn.friendship-button span,.bp-btn.group-button span{display:block;position:relative;margin:0 auto}.bp-btn.friendship-button span:before,.bp-btn.friendship-button span:after,.bp-btn.group-button span:before,.bp-btn.group-button span:after{content:'';position:absolute;display:block;top:50%;left:50%;margin-top:-1px;height:2px}.bp-btn.friendship-button.btn span,.bp-btn.group-button.btn span{width:26px;height:26px}.bp-btn.friendship-button.btn span:before,.bp-btn.friendship-button.btn span:after,.bp-btn.group-button.btn span:before,.bp-btn.group-button.btn span:after{margin-left:-8px;width:16px}.bp-btn.not_friends,.bp-btn.group-button.join-group,.bp-btn.group-button.request-membership{border-color:#F21483;background-color:#F21483;color:#F21483;box-shadow:0 0.65rem 1.5rem -0.25rem rgba(242,20,131,0.5)}.bp-btn.not_friends span:before,.bp-btn.not_friends span:after,.bp-btn.group-button.join-group span:before,.bp-btn.group-button.join-group span:after,.bp-btn.group-button.request-membership span:before,.bp-btn.group-button.request-membership span:after{background:#fff}.bp-btn.not_friends span:before,.bp-btn.group-button.join-group span:before,.bp-btn.group-button.request-membership span:before{transform:rotate(0)}.bp-btn.not_friends span:after,.bp-btn.group-button.join-group span:after,.bp-btn.group-button.request-membership span:after{transform:rotate(90deg)}.bp-btn.not_friends:hover,.bp-btn.group-button.join-group:hover,.bp-btn.group-button.request-membership:hover{background-color:#e00c76;border-color:#e00c76}.bp-btn.not_friends[data-svq-title]:hover:before,.bp-btn.group-button.join-group[data-svq-title]:hover:before,.bp-btn.group-button.request-membership[data-svq-title]:hover:before{background:#F21483}.bp-btn.not_friends[data-svq-title]:hover:after,.bp-btn.group-button.join-group[data-svq-title]:hover:after,.bp-btn.group-button.request-membership[data-svq-title]:hover:after{border-top-color:#F21483}.bp-btn.awaiting_response_friend{border-color:#FFB91A;color:#FFB91A;background:#FFB91A;box-shadow:0 1rem 2rem -0.75rem rgba(255,185,26,0.6)}.bp-btn.awaiting_response_friend span{transform:translateX(-0.25rem) rotate(180deg)}.bp-btn.awaiting_response_friend span:before,.bp-btn.awaiting_response_friend span:after{background:#fff;margin-left:-0.5rem !important}.bp-btn.awaiting_response_friend span:before{transform:translate3d(-4.0396px, -3.9604px, 0) rotate(-45deg) scale(.7, 1)}.bp-btn.awaiting_response_friend span:after{transform:translate3d(-4.0396px, 3.9604px, 0) rotate(45deg) scale(.7, 1)}.bp-btn.awaiting_response_friend[data-svq-title]:hover:before{background:#FFB91A}.bp-btn.awaiting_response_friend[data-svq-title]:hover:after{border-top-color:#FFB91A}.bp-btn.pending_friend,.bp-btn.group-button.membership-requested{border-color:#f772b5;background:#f772b5}.bp-btn.pending_friend span,.bp-btn.group-button.membership-requested span{transform:rotate(180deg);transition:transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)}.bp-btn.pending_friend span:before,.bp-btn.pending_friend span:after,.bp-btn.group-button.membership-requested span:before,.bp-btn.group-button.membership-requested span:after{background:#fff;transition:background 0.3s ease-out 0.3s,transform 0.25s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1)}.bp-btn.pending_friend span:before,.bp-btn.group-button.membership-requested span:before{z-index:4;transform:rotate(360deg);animation:minimize .25s forwards .25s, pulseDotReversed .8s ease-out .5s infinite}.bp-btn.pending_friend span:after,.bp-btn.group-button.membership-requested span:after{z-index:3;transform:rotate(270deg);animation:minimize .25s forwards .25s, pulseDot .8s ease-out .5s infinite}.bp-btn.pending_friend:hover,.bp-btn.group-button.membership-requested:hover{border-color:#7c7c7c;background:#7c7c7c}.bp-btn.pending_friend:hover span:before,.bp-btn.group-button.membership-requested:hover span:before{animation:minimize .25s forwards .25s, pulseDotReversed .8s ease-out .5s forwards, minimizeReversed .25s forwards .25s}.bp-btn.pending_friend:hover span:after,.bp-btn.group-button.membership-requested:hover span:after{animation:minimize .25s forwards .25s, pulseDot .8s ease-out .5s forwards, minimizeReversed .25s forwards .25s}.bp-btn.is_friend,.bp-btn.group-button.leave-group,.bp-btn.accept{border-color:#555EFF;background-color:#555EFF;color:#fff;box-shadow:0 0.65rem 1.5rem -0.25rem rgba(85,94,255,0.5)}.bp-btn.is_friend span,.bp-btn.group-button.leave-group span,.bp-btn.accept span{animation:checkRotate .25s forwards .15s}.bp-btn.is_friend span:before,.bp-btn.is_friend span:after,.bp-btn.group-button.leave-group span:before,.bp-btn.group-button.leave-group span:after,.bp-btn.accept span:before,.bp-btn.accept span:after{background:#fff}.bp-btn.is_friend span:before,.bp-btn.group-button.leave-group span:before,.bp-btn.accept span:before{animation:minimizeReversed .15s forwards}.bp-btn.is_friend span:after,.bp-btn.group-button.leave-group span:after,.bp-btn.accept span:after{opacity:0;transform-origin:center left;animation:miniStepOne .15s forwards .15s, miniStepTwo .35s forwards .25s}.bp-btn.is_friend:hover,.bp-btn.group-button.leave-group:hover{border-color:#7c7c7c;background:#7c7c7c;box-shadow:none}.bp-btn.is_friend:hover span,.bp-btn.group-button.leave-group:hover span{animation:checkRotateReversed .25s forwards}.bp-btn.is_friend:hover span:after,.bp-btn.group-button.leave-group:hover span:after{opacity:1;animation:miniStepOne .15s forwards .15s, miniStepTwoReversed .15s forwards}.bp-btn.accept:hover{border-color:#555EFF;background:#555EFF;box-shadow:none}.bp-btn.accept[data-svq-title]:hover:before{background:#555EFF}.bp-btn.accept[data-svq-title]:hover:after{border-top-color:#555EFF}.bp-btn.reject{border-color:#7c7c7c;background:#7c7c7c;box-shadow:none}.bp-btn.reject span{animation:checkRotateReversed .25s forwards}.bp-btn.reject span:before,.bp-btn.reject span:after{background:#fff}.bp-btn.reject span:before{animation:minimizeReversed .15s forwards}.bp-btn.reject span:after{opacity:0;transform-origin:center left;animation:miniStepOne .15s forwards .15s}.bp-btn.mention{color:#7c7c7c}.bp-btn.mention:hover{padding-left:.5rem;padding-right:.5rem;color:#333;background:#eee}#post-mention{width:100%}@media (min-width: 1150px){#post-mention{width:calc(100% - 3.25rem)}}[data-svq-title].not_friends:before{background:#F21483}[data-svq-title].not_friends:after{border-top-color:#F21483}[data-svq-title].pending_friend:before,[data-svq-title].is_friend:before,[data-svq-title].request-membership:before,[data-svq-title].leave-group:before{background:#7c7c7c}[data-svq-title].pending_friend:after,[data-svq-title].is_friend:after,[data-svq-title].request-membership:after,[data-svq-title].leave-group:after{border-top-color:#7c7c7c}[data-svq-pending].pending_friend:before,[data-svq-pending].request-membership:before{content:attr(data-svq-pending);background:#f772b5}[data-svq-pending].pending_friend:after,[data-svq-pending].request-membership:after{border-top-color:#f772b5}[data-svq-pending].pending_friend:before,[data-svq-pending].pending_friend:after,[data-svq-pending].request-membership:before,[data-svq-pending].request-membership:after{animation:opacityTooltip 2s ease-out .5s}[data-svq-pending].pending_friend:hover:before,[data-svq-pending].request-membership:hover:before{content:attr(data-svq-title);background:#7c7c7c}[data-svq-pending].pending_friend:hover:after,[data-svq-pending].request-membership:hover:after{border-top-color:#7c7c7c}.member-promote-to-admin:before,.mod-promote-to-admin:before{background:#555EFF}.member-promote-to-admin:after,.mod-promote-to-admin:after{border-top-color:#555EFF}@-webkit-keyframes minimize{0%{transform:rotate(270deg) scale(1);border-radius:0}100%{transform:rotate(270deg) scale(.25, 2);border-radius:50%}}@keyframes minimize{0%{transform:rotate(270deg) scale(1);border-radius:0}100%{transform:rotate(270deg) scale(.25, 2);border-radius:50%}}@-webkit-keyframes minimizeReversed{0%{transform:rotate(0) scale(.25, 2);border-radius:50%}100%{transform:rotate(0) scale(1);border-radius:0}}@keyframes minimizeReversed{0%{transform:rotate(0) scale(.25, 2);border-radius:50%}100%{transform:rotate(0) scale(1);border-radius:0}}@-webkit-keyframes miniStepOne{0%{transform:rotate(0) scale(.25, 2);opacity:0}100%{transform:rotate(0) scale(0.5, 1);opacity:1}}@keyframes miniStepOne{0%{transform:rotate(0) scale(.25, 2);opacity:0}100%{transform:rotate(0) scale(0.5, 1);opacity:1}}@-webkit-keyframes miniStepTwo{0%{transform:rotate(0) scale(0.5, 1)}100%{transform:rotate(-60deg) scale(0.5, 1)}}@keyframes miniStepTwo{0%{transform:rotate(0) scale(0.5, 1)}100%{transform:rotate(-60deg) scale(0.5, 1)}}@-webkit-keyframes miniStepTwoReversed{0%{transform:rotate(-60deg) scale(0.5, 1)}100%{transform:rotate(0) scale(0.5, 1)}}@keyframes miniStepTwoReversed{0%{transform:rotate(-60deg) scale(0.5, 1)}100%{transform:rotate(0) scale(0.5, 1)}}@-webkit-keyframes checkRotate{0%{transform:translateX(0) rotate(180deg)}100%{transform:translateX(1px) rotate(-60deg)}}@keyframes checkRotate{0%{transform:translateX(0) rotate(180deg)}100%{transform:translateX(1px) rotate(-60deg)}}@-webkit-keyframes checkRotateReversed{0%{transform:translateX(1px) rotate(-60deg)}100%{transform:translateX(0) rotate(180deg)}}@keyframes checkRotateReversed{0%{transform:translateX(1px) rotate(-60deg)}100%{transform:translateX(0) rotate(180deg)}}@-webkit-keyframes pulseDot{0%{transform:rotate(270deg) scale(.25, 2);opacity:.1;border-radius:50%}65%{transform:rotate(270deg) scale(1, 8);border-radius:50%}100%{transform:rotate(270deg) scale(.5, 4);opacity:.6;border-radius:50%}}@keyframes pulseDot{0%{transform:rotate(270deg) scale(.25, 2);opacity:.1;border-radius:50%}65%{transform:rotate(270deg) scale(1, 8);border-radius:50%}100%{transform:rotate(270deg) scale(.5, 4);opacity:.6;border-radius:50%}}@-webkit-keyframes pulseDotReversed{0%{transform:rotate(270deg) scale(.125, 1);opacity:.4;border-radius:50%}45%{transform:rotate(270deg) scale(.5, 4);opacity:1;border-radius:50%}100%{transform:rotate(270deg) scale(.25, 2);opacity:.8;border-radius:50%}}@keyframes pulseDotReversed{0%{transform:rotate(270deg) scale(.125, 1);opacity:.4;border-radius:50%}45%{transform:rotate(270deg) scale(.5, 4);opacity:1;border-radius:50%}100%{transform:rotate(270deg) scale(.25, 2);opacity:.8;border-radius:50%}}@-webkit-keyframes opacityTooltip{0%{opacity:1}90%{opacity:1}100%{opacity:0}}@keyframes opacityTooltip{0%{opacity:1}90%{opacity:1}100%{opacity:0}}.button-nav,#buddypress .avatar-nav-items{margin:1.5rem 0;padding-bottom:.75rem;border-bottom:1px solid #eee}.button-nav .current a,#buddypress .avatar-nav-items .current a{background:#F8F8F8}.button-nav li,#buddypress .avatar-nav-items li{display:inline-block;margin-right:.75rem}.button-nav li>a,#buddypress .avatar-nav-items li>a{display:block;color:#333;text-decoration:none;background-color:#fff;transition:background-color 0.25s ease-out;padding-top:.25rem;padding-bottom:.25rem;margin-bottom:.75rem}.button-nav li>a:hover,#buddypress .avatar-nav-items li>a:hover{background-color:#F8F8F8}.item-list-tabs:not(#object-nav) ul li.last,#item-body .notifications-options-nav,#item-body .messages-options-nav,#whats-new-post-in-box{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.item-list-tabs:not(#object-nav) ul li.last label,#item-body .notifications-options-nav label,#item-body .messages-options-nav label,#whats-new-post-in-box label,.item-list-tabs:not(#object-nav) ul li.last select,#item-body .notifications-options-nav select,#item-body .messages-options-nav select,#whats-new-post-in-box select{font-size:.875rem}.item-list-tabs:not(#object-nav) ul li.last label,#item-body .notifications-options-nav label,#item-body .messages-options-nav label,#whats-new-post-in-box label{margin:0 .5rem 0 0;-webkit-flex-shrink:0;flex-shrink:0}.item-list-tabs:not(#object-nav) ul li.last select,#item-body .notifications-options-nav select,#item-body .messages-options-nav select,#whats-new-post-in-box select{padding-top:calc(0.25rem - 1px);padding-bottom:calc(0.25rem - 1px);padding-left:.5rem;padding-right:2rem;background-color:#F8F8F8;border-color:transparent;box-shadow:none;height:auto;background-position-x:calc(100% - .5rem);width:auto;margin-left:.5rem;margin-bottom:0}ul.activity-list .load-more{text-align:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}ul.activity-list .load-more>a{border-width:1px;border-style:solid;border-color:#eee;background:transparent;text-decoration:none;color:#333;cursor:pointer;transition:background-color 0.25s ease-out}ul.activity-list .load-more>a,ul.activity-list .load-more>a:before{line-height:1.4rem}ul.activity-list .load-more>a:hover{background-color:#F8F8F8}ul.activity-list .load-more>a:before{content:"\e916";margin-right:.5rem;font-weight:normal}@media (min-width: 768px){.bp-member-layout{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.bp-member-layout>.container-fluid,.bp-member-layout>.container-fluid>.row,.bp-member-layout .sq-bp-sidebar,.bp-member-layout .sq-bp-sidebar ~ *{min-height:100%}.bp-member-layout .sq-bp-sidebar ~ *{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.bp-member-layout #item-body{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}}.bp-single-page #header+.content-wrapper{padding-top:0;padding-bottom:0}.bp-single-page #item-body .col-inner .messages:last-child p{margin-bottom:0}.bp-single-page #item-body .col-inner #pag-bottom:last-child{margin-bottom:0}.bp-single-page #item-body .col-inner #pag-bottom:last-child .pag-count{padding-bottom:0}.bp-single-page .svq-footer{position:relative;z-index:4}@media (max-width: 1149.9px){textarea#message_content{max-height:180px !important;height:180px !important}}.screen-heading{font-size:1.5rem}#buddypress .bp-member-layout{overflow-x:hidden;padding-top:3rem;position:relative}#buddypress .bp-member-layout .col-header{position:static;z-index:4}#buddypress .bp-member-layout .col-main{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}@media (min-width: 1150px){#buddypress .bp-member-layout .col-inner{padding-left:calc(2rem - 50px / 2);padding-right:calc(2rem - 50px / 2)}}#item-header{padding-bottom:2rem}@media (min-width: 1150px){#item-header{padding-bottom:1rem;margin-bottom:2rem}}#header-cover-image{position:absolute;top:0;left:0;right:0;bottom:0;display:block;width:100%;background-repeat:no-repeat;background-size:cover;z-index:1}@media (max-width: 1149.9px){#item-nav .svq-breadcrumb{display:none}}#object-nav>ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:calc(1.25rem * 1.2 + 2 * 1rem)}@media (min-width: 1150px){#object-nav>ul{height:calc(1.333rem * 1.2 + 2 * 1rem)}}#object-nav>ul>li{position:relative}#object-nav>ul>li>a{position:relative;z-index:4;text-decoration:none;padding-top:.5rem;padding-bottom:.5rem;opacity:.8;line-height:inherit;transition:opacity 0.25s ease-out;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}#object-nav>ul>li>a:before{content:'';position:absolute;bottom:1.5rem;left:50%;width:0;height:2px;border-radius:1px;z-index:4}#object-nav>ul>li>a:hover{opacity:1}#object-nav>ul>li>a:hover:before{bottom:-1px;width:100%;left:0;transition:width 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),left 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19),bottom 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19)}#object-nav>ul>li .dropdown-menu a{font-weight:700}#object-nav>ul>li .dropdown-menu a:before{top:12px}#object-nav>ul>li.flexMenu-viewMore>a:before{display:none}#object-nav>ul>li:not(:last-child){margin-right:2rem}#object-nav>ul>li.selected a{opacity:1}#object-nav>ul>li.selected a:before{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:2px;border-radius:1px;z-index:4}#object-nav ul{margin-bottom:0}#object-nav .flexMenu-popup li a{opacity:.65}#object-nav .flexMenu-popup span{background:rgba(178,178,178,0.2);color:#4C4C4C;right:20px}.item-list-tabs:not(#object-nav) ul li a,#object-nav a{position:relative}.item-list-tabs:not(#object-nav) ul li a span,#object-nav a span{display:inline-block;vertical-align:middle;line-height:1;font-size:.75rem;border-radius:6px}#object-nav a span{background:rgba(178,178,178,0.2);padding:.25rem .5rem;margin-left:.5rem;position:absolute;top:0;right:-28px}.buddypress.activity.directory .buddypress.activity.bp-single-page,.buddypress.activity.directory .item-list-tabs:not(#object-nav) ul li.last select{background-color:#ffffff}.item-list-tabs:not(#object-nav) ul li a span{padding:.15rem .5rem;background:rgba(178,178,178,0.2);margin-left:.3rem;font-weight:700}@media (min-width: 1150px){.bp-member-layout .svq-breadcrumb{opacity:1}.bp-member-layout .svq-breadcrumb+#object-nav.item-list-tabs{margin-top:0}}.bp-member-layout #object-nav.item-list-tabs{margin-top:39px}@media (min-width: 1150px){.bp-member-layout #item-nav{padding-top:7rem}}.bp-member-layout #header-cover-image:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.bp-member-layout #header-cover-image:after{content:'';width:100%;height:40px}.bp-member-layout.bp-has-cover #header-cover-image:before{background:rgba(0,0,0,0.5)}@media (min-width: 1150px){.sq-small-avatar .bp-member-layout #item-nav{padding-top:1rem}}.item-list-tabs:not(#object-nav) ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;list-style:none;padding-left:0}.item-list-tabs:not(#object-nav) ul li{-webkit-flex-shrink:0;flex-shrink:0;margin-bottom:.5rem;padding-left:0}.item-list-tabs:not(#object-nav) ul li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-decoration:none;opacity:.75;padding:.3125rem .5rem;font-size:.875rem;font-weight:700;border-radius:8px}.item-list-tabs:not(#object-nav) ul li a,.item-list-tabs:not(#object-nav) ul li a span{transition:all 0.25s ease-out}.item-list-tabs:not(#object-nav) ul li a:hover{opacity:1}.item-list-tabs:not(#object-nav) ul li.last>form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.item-list-tabs:not(#object-nav) ul li.current a,.item-list-tabs:not(#object-nav) ul li.selected a{font-weight:700;opacity:1;padding-left:1rem;padding-right:1rem;margin:0 .5rem}.item-list-tabs:not(#object-nav) ul li.current:first-child a,.item-list-tabs:not(#object-nav) ul li.selected:first-child a{margin-left:0}#item-body .notifications-options-nav,#item-body .messages-options-nav{margin-top:1.5rem}#item-body .notifications-options-nav select,#item-body .messages-options-nav select{margin-right:1rem;margin-bottom:1rem}body.directory .item-list-tabs:not(#object-nav) ul li.current a,body.directory .item-list-tabs:not(#object-nav) ul li.selected a,body.bp-user.media .item-list-tabs:not(#object-nav) ul li.current a,body.bp-user.media .item-list-tabs:not(#object-nav) ul li.selected a,body.groups.media .item-list-tabs:not(#object-nav) ul li.current a,body.groups.media .item-list-tabs:not(#object-nav) ul li.selected a{padding-right:.5rem}.item-list-tabs:not(#object-nav).last-but-one ul li:nth-last-child(2){-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.profile-settings{margin-bottom:2rem}.profile-settings th{border:none}.profile-settings td{border:none}.profile-settings .field-name{width:50%}.profile-settings select{margin:0}#item-body{padding-top:2rem;padding-bottom:2rem;margin-bottom:1rem}@media (min-width: 1150px){#item-body{margin-top:2rem}}#item-body .item-list-tabs:not(#object-nav){margin-bottom:1rem}#groups-dir-search,#members-dir-search,#whats-new-form{margin-bottom:.5rem}.item-list-tabs+#whats-new-form{margin-bottom:2rem}.item-list-tabs+#members-dir-search{margin-bottom:2rem}.bp-user.my-activity #item-body{background:transparent;padding-top:0}.svq-match{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.svq-match>span{font-size:.75rem;font-weight:700;line-height:1;padding:.2rem 0 .25rem 0;margin-right:.5rem}.svq-match .progress{height:3px;width:2rem}.svq-match .progress,.svq-match .progress-bar{border-radius:2px}#user-avatar .img-card:after{top:1rem;right:1rem}#user-avatar,.svq-match{margin-bottom:2rem}#user-name{margin-bottom:.5rem;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}#user-name a{text-decoration:none}.user-meta-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.user-meta-wrapper{-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:1rem}.user-nicename{font-size:.75rem;color:#4C4C4C;display:inline-block;margin-right:.5rem;padding-right:.5rem;border-right:1px solid #4C4C4C;line-height:1}#item-buttons{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}#item-buttons>*{width:calc((100% - 1rem) / 2)}#item-buttons>*:nth-child(1),#item-buttons>*:nth-child(3),#item-buttons>*:nth-child(5){margin-right:1rem}#item-buttons .generic-button:not(.friendship-button) a{padding-left:.5rem;background:#fff;box-shadow:0 0.25rem 1rem 0 rgba(212,212,212,0.26);width:100%;opacity:1;height:inherit}#item-buttons .btn{padding-left:.5rem;background:#fff;box-shadow:0 0.25rem 1rem 0 rgba(212,212,212,0.26);width:100%}#user-name+#item-buttons:not(:empty){margin-top:1rem}#item-thumbs{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:1rem;margin-bottom:1.5rem}#item-thumbs li{margin-right:.5rem;margin-bottom:.5rem}#item-thumbs li .img-dynamic{display:block}#item-thumbs li.bp-matching{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-ms-flex-align:center;-webkit-align-items:center;align-items:center}#item-thumbs .bp-more-photos{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;background:#333;color:#fff;text-decoration:none;font-size:.65rem;height:3rem;width:3rem;padding-left:.5rem;line-height:1;transition:background 0.25s ease-out}#item-thumbs .bp-more-photos span{display:block;font-weight:700;font-size:.75rem}@media (min-width: 1150px){#item-thumbs .img-card img:hover{transform:scale(1.2)}}@media (min-width: 1150px){#item-header-content{font-size:.875rem}}#item-header-content #item-meta{word-break:break-word}@media (min-width: 1150px){#item-thumbs{max-width:calc((3rem + 1rem / 2) * 3)}}@media (max-width: 1149.9px){#item-header-avatar{max-width:calc(280px + (2 * 3rem));margin-left:auto;margin-right:auto;margin-bottom:2rem;padding:3rem;background:#fff;border-radius:10px;position:relative;z-index:2;box-shadow:0 10px 100px 0 rgba(0,0,0,0.1)}#item-buttons,#item-buttons .btn{margin-bottom:0}}@media (max-width: 575.9px){#item-header-avatar{padding:1.5rem}}.activity-list .activity-inner{margin-bottom:1rem;word-break:break-word}.activity-list .activity-inner img{max-width:100%}.activity-list .activity-inner p>img{margin-top:.5rem}.activity-list li #message.error.bp-ajax-message{width:100%;margin-bottom:1rem}.activity-list>li:nth-last-child(2){border:none}.activity-inner iframe{width:100%}.activity-list>.info{padding-top:.5rem;padding-bottom:.5rem}.activity-type-tabs{margin-bottom:1rem}#sitewide-notice #message{left:2%;position:fixed;top:auto !important;bottom:3em;z-index:9999;max-width:340px}#sitewide-notice #message p{margin-bottom:0}#sitewide-notice.admin-bar-on #message{top:5.3em}#sitewide-notice #message #close-notice{padding:.2rem;border-radius:50%;position:absolute;top:.2rem;right:.2rem;color:inherit}#sitewide-notice #message button#close-notice{top:.2rem;right:.2rem;font-size:1rem}#sitewide-notice #message button#close-notice span{display:block;width:calc(1.6rem - .25rem * 2 - .125rem);overflow:hidden}#sitewide-notice #message button#close-notice span:before{content:'\e91e';margin-right:2rem}.notices #buddypress .messages-notices .activity{color:#9A9A9A}.notices #buddypress .messages-notices strong{font-size:1rem;display:block;margin-bottom:.5rem}.notices #buddypress .messages-notices .button{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;margin-bottom:.5rem;background:transparent}.notices #buddypress .messages-notices .button:before{content:''}.notices #buddypress .messages-notices .button:last-child{width:calc(1.6rem - .25rem * 2 - .125rem + 2 * .75rem);overflow:hidden}.notices #buddypress .messages-notices .button:last-child:before{content:'\e912';margin-right:2rem}.notices #buddypress .messages-notices .button:last-child:hover{background:transparent}@media (min-width: 1150px){.notices #buddypress .messages-notices tr .button{opacity:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,background-image 0.5s ease-out,border-color 0.15s ease-in-out,box-shadow 0.225s ease-in-out,transform 0.4s ease-in-out,opacity 0.25s ease-out}.notices #buddypress .messages-notices tr:hover .button{opacity:1}}#message.alert p{margin-bottom:0}@media (min-width: 1150px){.bp-member-layout>.container-fluid>.row>.sq-bp-sidebar+*{background:transparent}#item-header-cover-image,#item-body{position:relative;z-index:3}#item-nav{position:relative;z-index:4}#object-nav{padding-bottom:0;margin-bottom:0;border:none}#item-nav{-webkit-flex-shrink:0;flex-shrink:0;padding-top:1rem}#item-body>*{position:relative;z-index:3}}#item-actions h5{font-size:1rem;font-weight:700}#item-actions #group-admins,#item-actions #group-mods{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}#item-actions #group-admins li,#item-actions #group-mods li{margin-right:.5rem;margin-bottom:.5rem}#item-actions #group-admins a,#item-actions #group-mods a{display:block}#item-actions #group-admins img,#item-actions #group-mods img{width:2rem;height:auto}.wp-profile-fields,.profile-fields{margin-top:1.5rem}.bp-cover-image-status{margin:1rem 0}.pag-count{padding:1rem 0}#buddypress table.notifications input[type="checkbox"]+label,#buddypress table.messages-notices input[type="checkbox"]+label{margin-bottom:0;margin-right:0}#buddypress table.notifications th:first-child,#buddypress table.notifications td:first-child,#buddypress table.messages-notices th:first-child,#buddypress table.messages-notices td:first-child{width:20px}#buddypress table.notifications th,#buddypress table.messages-notices th{font-weight:400}#buddypress table.notifications th,#buddypress table.notifications td,#buddypress table.messages-notices th,#buddypress table.messages-notices td{font-size:.875rem}#buddypress table.notifications .notification-actions,#buddypress table.messages-notices .notification-actions{text-align:center}#buddypress table.notifications .notification-actions a,#buddypress table.messages-notices .notification-actions a{margin-bottom:0}#buddypress table.notifications td p,#buddypress table.messages-notices td p{margin-bottom:0}#buddypress table.notifications .notification-description{font-size:1rem}#buddypress table.notifications .notification-description a{font-weight:700;text-decoration:none;transition:color 0.25s ease-out}#buddypress table.notifications th.actions,#buddypress table.notifications .notification-actions{text-align:right}#buddypress table.messages-notices .thread-from{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}#buddypress table.messages-notices .thread-from .from{margin-right:.5rem}#buddypress table.messages-notices .thread-from .thread-count{margin-left:.5rem}#buddypress table.messages-notices .thread-from .img-dynamic{margin-right:1rem;flex-shrink:0;width:2.5rem}#buddypress table.messages-notices .thread-from .activity{width:100%;display:block}#buddypress table.messages-notices .thread-info a{font-size:1rem;font-weight:700;text-decoration:none;transition:color 0.25s ease-out}#buddypress table.messages-notices .thread-info p{margin-bottom:0}#buddypress table.messages-notices .thread-options{text-align:right}#buddypress table.messages-notices th.thread-star .icon{display:none}#buddypress table.messages-notices .message-action-star,#message-thread .message-action-star{transition:color 0.25s ease-out}#buddypress table.messages-notices .message-action-star:hover .icon:before,#message-thread .message-action-star:hover .icon:before{content:'\e910'}#buddypress table.notification-settings .title{width:100%}#buddypress table.notification-settings tr td:first-child,#buddypress table.notification-settings tr th:first-child{display:none}#buddypress table.notification-settings td label{margin:0}#buddypress table.notification-settings th{border:none}#buddypress table.notification-settings td{border:none}#buddypress table.notification-settings,#buddypress table.profile-settings{margin-bottom:2rem}#buddypress table.notifications .notification-actions,#buddypress table.messages-notices .thread-options{transition:opacity 0.25s ease-out}#buddypress table.notifications .notification-actions .btn,#buddypress table.messages-notices .thread-options .btn{background:transparent;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}#buddypress table.messages-notices thead{display:none}#buddypress table.messages-notices tbody td{border:none}#buddypress table.messages-notices tbody tr{display:-ms-grid;display:grid;-ms-grid-rows:auto auto;grid-template-rows:auto auto;-ms-grid-columns:40px auto 1fr 1fr;grid-template-columns:40px auto 1fr 1fr;padding-bottom:0;margin-bottom:.5rem}#buddypress table.messages-notices tbody tr.unread .bp-tooltip{font-weight:400}#buddypress table.messages-notices tbody tr:last-of-type{border:none}#buddypress table.messages-notices tbody td.bulk-select-check{-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3}#buddypress table.messages-notices tbody td.thread-info{-ms-grid-column:2;grid-column-start:2;-ms-grid-column-span:3;grid-column-end:5;-ms-grid-row:2;grid-row-start:2;-ms-grid-row-span:1;grid-row-end:3;padding-top:0;padding-bottom:1rem}#buddypress table.messages-notices tbody td.thread-star{-ms-grid-column:3;grid-column-start:3;-ms-grid-column-span:1;grid-column-end:4;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:2}#buddypress table.messages-notices tbody td.thread-options{-ms-grid-column:4;grid-column-start:4;-ms-grid-column-span:1;grid-column-end:5;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:2}#buddypress table.messages-notices tbody td.thread-options .read{display:none}#buddypress table.messages-notices tbody td.thread-from{-ms-grid-column:2;grid-column-start:2;-ms-grid-column-span:1;grid-column-end:3;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:2}#buddypress table.messages-notices.sitewide-notices{border-bottom:none}#buddypress table.messages-notices.sitewide-notices .btn-sm{margin-bottom:.5rem}#buddypress table.messages-notices.sitewide-notices tbody tr{grid-template-columns:0 3fr 1fr 1fr}#buddypress table.messages-notices.sitewide-notices tbody tr td:nth-child(2){padding-left:0}#buddypress table.messages-notices.sitewide-notices tbody tr td:first-of-type{padding:0}@media (max-width: 575.9px){#buddypress table.messages-notices.sitewide-notices tbody tr{grid-template-columns:0 2fr 1fr}#buddypress table.messages-notices.sitewide-notices tbody tr td:nth-child(3){grid-column-start:1;grid-column-end:4;grid-row-start:2;grid-row-end:3;padding-left:0;padding-top:0}#buddypress table.messages-notices.sitewide-notices tbody tr td:last-of-type{grid-column-start:1;grid-column-end:4;grid-row-start:3;grid-row-end:4;padding-left:0;padding-top:0}}@media (min-width: 1150px){#buddypress table.notifications th.actions,#buddypress table.notifications .notification-actions,#buddypress table.messages-notices .thread-star,#buddypress table.messages-notices .thread-options{white-space:nowrap}}#search-message-form,#search-members-form,#search-groups-form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}#search-message-form{margin-top:1.5rem}#search-message-form input[type="text"],#search-members-form input[type="text"],#search-groups-form input[type="text"],#rtm-media-options .media_search input[type="text"]{margin-right:1.5rem}.groups-members-search{width:100%}.bp-screen-reader-text:focus{background-color:#f1f1f1;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,0.6);box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}input[type=radio]+label.bp-screen-reader-text,input[type=checkbox]+label.bp-screen-reader-text{position:relative;clip-path:initial}#message-recipients{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#message-recipients .highlight{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}#message-recipients .btn-xs{transition:color 0.25s ease-out}.standard-form legend{font-weight:700}.item-list .item-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;background:#fff;box-shadow:0 10px 50px 0 rgba(0,0,0,0.1);margin-bottom:30px}@media (min-width: 1150px){.item-list .item-container{margin-bottom:50px}}.item-list .item-container:hover{box-shadow:0 10px 60px 0 rgba(0,0,0,0.15);position:relative;z-index:10}.item-list .item-avatar .avatar{display:block}.item-list .img-card:after{top:1rem;right:1rem}.item-list .item-card{position:relative;z-index:2;padding:1.5rem;-webkit-flex-shrink:0;flex-shrink:0;background:#fff;will-change:transform;transition:transform .5s ease}.item-list .item-meta .activity,.item-list .item-meta .meta,.item-list .item-meta .joined{display:block;font-size:.65rem;margin-bottom:.5rem}.item-list .item-meta .activity,.item-list .item-meta .activity:hover,.item-list .item-meta .meta,.item-list .item-meta .meta:hover,.item-list .item-meta .joined,.item-list .item-meta .joined:hover{color:#9A9A9A}.item-list .item-title{margin-bottom:.5rem}.item-list .item-title a{display:block;text-decoration:none;transition:opacity 0.25s ease-out}.item-list .item-title a:hover{opacity:.75}.item-list .item-desc p{font-size:.875rem;line-height:1.35;display:block;display:-webkit-box;max-height:2.3625rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}@media (min-width: 576px){.item-list .item-desc p{height:2.3625rem}}.item-list .bp-btn{position:absolute;top:0;z-index:2;margin:0}.item-list .btn.send-message{width:100%}.item-list .btn-sm{font-size:.75rem}@keyframes show_button{0%{opacity:0;min-height:0;margin-top:0;height:0}100%{opacity:1;min-height:32px;margin-top:.5rem;height:100%}}.entry-content .item-list .item-title{margin-top:0}#members-list .generic-button:not(.friendship-button) a{margin-bottom:0 !important;margin-top:.5rem;min-height:32px;display:flex !important;height:100%;padding:0 !important;border-width:0 !important}#members-list>*,.bp-member-layout #item-buttons>*{margin-top:1rem}#members-list .generic-button:not(.friendship-button) a,.bp-member-layout #item-buttons .generic-button:not(.friendship-button) a{position:relative;margin-bottom:0}#members-list .generic-button:not(.friendship-button) a:before,.bp-member-layout #item-buttons .generic-button:not(.friendship-button) a:before{font-family:'icon' !important;content:'';font-size:1rem;margin-right:.5rem;line-height:1}#members-list .generic-button a.send-message:before,.bp-member-layout #item-buttons .generic-button a.send-message:before{content:'\e90c';font-size:1.2rem}#members-list .generic-button a.mention:before,.bp-member-layout #item-buttons .generic-button a.mention:before{content:'\e906';font-size:1.2rem}#members-list .generic-button.bptk-block-list a:before,#members-list .generic-button.bptk-block-profile a:before,.bp-member-layout #item-buttons .generic-button.bptk-block-list a:before,.bp-member-layout #item-buttons .generic-button.bptk-block-profile a:before{content:'\e95e'}#members-list .generic-button.bptk-suspend-list a:before,#members-list .generic-button.bptk-suspend-profile a:before,.bp-member-layout #item-buttons .generic-button.bptk-suspend-list a:before,.bp-member-layout #item-buttons .generic-button.bptk-suspend-profile a:before{content:'\e95d'}#members-list .generic-button.bptk-report-profile a:before,.bp-member-layout #item-buttons .generic-button.bptk-report-profile a:before{content:'\e964'}#members-list .generic-button.follow-button .follow:before,.bp-member-layout #item-buttons .generic-button.follow-button .follow:before{content:'\e95b'}#members-list .generic-button.follow-button .unfollow:before,.bp-member-layout #item-buttons .generic-button.follow-button .unfollow:before{content:'\e960'}.bp-member-layout #item-buttons .generic-button:not(.friendship-button) a{background:#fff;box-shadow:0 0.25rem 1rem 0 rgba(212,212,212,0.26);width:100%}.bp-member-layout #item-buttons .generic-button:not(.friendship-button) a:hover{background:#fff}@media (min-width: 1150px){#members-list .item-title{margin-bottom:0}#members-list .generic-button:not(.friendship-button) a{opacity:0 !important;height:0 !important;min-height:0 !important;margin:0 !important}#members-list .item-card .item{position:relative;z-index:10}#members-list .item-card .action{position:absolute;top:0;left:0;right:0;background:#fff;padding:4rem 1.5rem 1.5rem;z-index:5;border-bottom-left-radius:1.0rem;border-bottom-right-radius:1.0rem}.sq-messages-active #members-list :not(.is-current-user) .item-container:hover .generic-button:not(.friendship-button) a{animation:show_button .25s forwards ease}.sq-messages-active #members-list :not(.is-current-user) .item-container:hover .item-card{transform:translateY(-2.2rem);transition:transform .5s ease}.sq-messages-active #members-list :not(.is-current-user) .item-container:hover .action{padding:4.5rem 1.5rem 1.5rem}.sq-messages-active li.is-current-user:hover .item-card,.sq-messages-active li.group-request-list:hover .item-card,.sq-messages-active .groups.dir-list .item-container .item-card,.sq-messages-active .group-members-list .item-container .item-card,.sq-messages-active .group_members.dir-list .item-container .item-card{transform:none !important}.sq-messages-active li.is-current-user:hover div.action,.sq-messages-active li.group-request-list:hover div.action,.sq-messages-active .groups.dir-list .item-container div.action,.sq-messages-active .group-members-list .item-container div.action,.sq-messages-active .group_members.dir-list .item-container div.action{margin-bottom:0}}.group-members-list .item-list .item-card .action{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.group-members-list .item-list .item-card .action .member-promote-to-mod,.group-members-list .item-list .item-card .action .mod-demote-to-member,.group-members-list .item-list .item-card .action .admin-demote-to-member{margin-top:.5rem;margin-bottom:.5rem;width:100%}.group-members-list .item-list .item-card .action .admin-demote-to-member{margin-bottom:0}.group-members-list .item-list .item-card .action .member-promote-to-admin,.group-members-list .item-list .item-card .action .mod-promote-to-admin{text-align:center}.group-members-list .item-list .item-card .action .member-promote-to-admin:hover,.group-members-list .item-list .item-card .action .mod-promote-to-admin:hover{color:#fff}.group-members-list .item-list .item-card .action .confirm:not(.btn){display:block;font-size:.65rem;margin-top:.25rem}.group-members-list .item-list .item-card .action .member-ban{margin-right:.75rem}.group-admins-list .mod-demote-to-member{margin-right:0}.groups.dir-list .item-container .action{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.groups.dir-list .item-container .action .meta{font-size:.65rem}.groups.dir-list .item-container .action .meta .icon{margin-right:.25rem}.groups.dir-list .item-container .action .meta.privacy{margin-right:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.groups.dir-list .item-container .action .meta.privacy.private .icon:before{content:'\e92e'}.groups.dir-list .item-container .action .meta.btn-tag{padding-left:.5rem;padding-right:.5rem;margin:0}.bp_group #item-header-avatar .btn.btn-sm:not(.bp-btn){padding-left:0;background:transparent;cursor:auto}.sq-large-avatar #header-cover-image{height:430px;pointer-events:none}@media (min-width: 576px){.sq-large-avatar #header-cover-image{height:460px}}@media (min-width: 1150px){.sq-large-avatar #header-cover-image{height:290px}}.sq-large-avatar .user-avatar-wrapper .btn{right:1.5rem;transform:translateY(50%)}.sq-large-avatar .item-list:not(#friends-list) .item-avatar .avatar,.sq-large-avatar .item-list:not(#friends-list) .item-avatar .avatar .img-card{border-bottom-left-radius:0;border-bottom-right-radius:0}.sq-large-avatar .item-list:not(#friends-list) .bp-btn{transform:translateY(-50%);right:1.5rem}@media (min-width: 1150px){.sq-large-avatar .item-list .item-container:hover .img-card img{transform:scale(1.2)}}@media (max-width: 1149.9px){.sq-large-avatar #user-avatar{margin-top:calc(-280px / 2 - 3rem)}.sq-large-avatar #item-header-avatar{margin-top:140px}}@media (max-width: 575.9px){.sq-large-avatar #user-avatar{margin-top:calc(-280px / 2 - 1.5rem)}.sq-large-avatar #item-header-avatar{margin-top:140px}}.sq-small-avatar #header-cover-image{height:310px}@media (min-width: 576px){.sq-small-avatar #header-cover-image{height:380px}}@media (min-width: 1150px){.sq-small-avatar #header-cover-image{height:180px}}.sq-small-avatar #user-avatar{max-width:150px;margin-left:auto;margin-right:auto}.sq-small-avatar .user-meta-wrapper,.sq-small-avatar .svq-match{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.sq-small-avatar #user-name{text-align:center}.sq-small-avatar .user-avatar-wrapper .btn{transform:translateX(-50%) translateY(50%);left:50%}.sq-small-avatar .user-avatar-wrapper .btn span:before,.sq-small-avatar .user-avatar-wrapper .btn span:after{margin-left:-.4375rem;width:.875rem}.sq-small-avatar .item-list .bp-btn{left:50%}.sq-small-avatar #buddypress .item-list .item-avatar{padding:1.5rem 1.5rem 0 1.5rem}.sq-small-avatar .item-list .item-container .item-meta,.sq-small-avatar .item-list .item-container .item-title{text-align:center}.sq-small-avatar .item-list .item-avatar .avatar{max-width:120px;margin:0 auto}.sq-small-avatar .item-list .bp-btn{transform:translateY(-50%) translateX(-50%)}.sq-small-avatar:not(.sq-round-avatar) .item-list .item-container{margin-top:1.5rem}.sq-small-avatar:not(.sq-round-avatar) .item-list .item-avatar{margin-top:-3rem}@media (min-width: 576px) and (max-width: 1149.9px){.sq-small-avatar:not(.sq-round-avatar) #item-header-avatar{margin-top:3rem}.sq-small-avatar:not(.sq-round-avatar) .user-avatar-wrapper{margin-top:-6rem}}@media (max-width: 575.9px){.sq-small-avatar:not(.sq-round-avatar) #item-header-avatar{margin-top:2.25rem}.sq-small-avatar:not(.sq-round-avatar) .user-avatar-wrapper{margin-top:-4.5rem}}.sq-round-avatar #user-avatar,.sq-round-avatar #user-avatar .img-card,.sq-round-avatar #user-avatar .img-shadow img{border-radius:100%}.sq-round-avatar.sq-small-avatar .user-avatar-wrapper .btn{transform:translateX(-50%) translateY(0);margin-left:3rem;padding:.3em}.sq-round-avatar.sq-small-avatar .item-list .item-container{position:relative}.sq-round-avatar.sq-small-avatar .item-list .item-avatar .avatar,.sq-round-avatar.sq-small-avatar .item-list .item-avatar .avatar .img-card{border-radius:100%}.sq-round-avatar.sq-small-avatar .item-list .item-avatar .img-card:after{display:none}.sq-round-avatar.sq-small-avatar .item-list .item-avatar:after{top:1rem;right:1rem}.sq-round-avatar.sq-small-avatar .item-list .bp-btn{transform:translateY(-100%) translateX(-50%);transition:transform 0.3s ease-out 0.075s;margin-left:2.5rem}@media (min-width: 1150px){.sq-round-avatar.sq-small-avatar .item-list .item-container:hover .bp-btn{transform:translateY(-50%) translateX(-50%);transition:transform 0.37514s ease-out 0.075s}}.sq-round-avatar.sq-small-avatar .item-list .avatar-status.is-online .item-avatar:after{background:#56E40F}.sq-round-avatar.sq-small-avatar .groups.dir-list .item-container:hover .bp-btn,.sq-round-avatar.sq-small-avatar .group-members-list .item-container:hover .bp-btn,.sq-round-avatar.sq-small-avatar .group_members.dir-list .item-container:hover .bp-btn{transform:translateY(-100%) translateX(-50%)}#members-group-list .style-02.item-list .item-card .item{margin-bottom:.75rem}#members-group-list .style-02.item-list .item-card .action{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.directory.members #members-list.style-02 .item-card .item-title{-ms-flex-align:flex-end;-webkit-align-items:flex-end;align-items:flex-end}#friend-list li,#blogs-list li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:1rem}#friend-list li .item-avatar,#blogs-list li .item-avatar{margin-right:1rem;-webkit-flex-shrink:0;flex-shrink:0}#friend-list li .item-avatar>a,#blogs-list li .item-avatar>a{display:block}#friend-list li .item-avatar img,#blogs-list li .item-avatar img{height:auto;width:3rem}#friend-list li .item,#blogs-list li .item{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:0;flex-shrink:0;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}#friend-list li .item,#friend-list li .action,#blogs-list li .item,#blogs-list li .action{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#friend-list li .item-title>a,#blogs-list li .item-title>a{font-weight:700;transition:opacity 0.25s ease-out}#friend-list li .item-title>a:hover,#blogs-list li .item-title>a:hover{text-decoration:none}#friend-list li .item-title>a:hover,#blogs-list li .item-title>a:hover{opacity:.8}#friend-list li .action,#blogs-list li .action{-ms-flex-align:center;-webkit-align-items:center;align-items:center}#friend-list li .action .accept,#blogs-list li .action .accept{margin-right:.5rem}#blogs-list .action .meta{display:none}#invite-list ul li{padding:.75rem 0}#invite-list ul li label{margin-bottom:0}.item-list-tabs-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.item-list-tabs-wrapper>.item-list-tabs:first-child{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.group-create .item-list-tabs li span{padding:.3125rem .5rem}.group-create.tpl-full .content-wrapper{max-width:1024px}#group-create-tabs{margin-bottom:1.5rem}#group-create-body #header-cover-image:not([style*="background-image"]){height:auto}#group-create-body .main-column .bg-light{padding:1.5rem;height:100%}#group-create-body #header-cover-image{position:static;margin-bottom:1rem}.current-visibility-level{font-weight:700;margin-left:.5rem}#profile-edit-form .accordion-header .accordion-head,#profile-details-section .accordion-header .accordion-head{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start;font-weight:400}#profile-edit-form .accordion-header .accordion-head .btn-xs,#profile-details-section .accordion-header .accordion-head .btn-xs{margin-left:2rem}#profile-edit-form .accordion-card.show .accordion-head .btn-xs,#profile-details-section .accordion-card.show .accordion-head .btn-xs{display:none}#profile-edit-form .form-group select,#profile-edit-form .form-group input[type="text"],#profile-edit-form .form-group input[type="number"]{display:inline-flex;width:auto;min-width:50%;margin-bottom:0}#profile-edit-form .form-group .input-options label{display:block}#profile-edit-form .form-group .input-options select+label{margin-top:1rem}#profile-edit-form .editfield{padding-top:1rem;padding-bottom:1rem}#profile-edit-form .field_name{padding-top:0}#profile-edit-form .editfield+.submit{margin-top:1rem}#profile-edit-form .editfield .form-group .clear-value{margin:0}#profile-edit-form .accordion-head{font-style:italic;align-items:center !important;padding-left:0}#profile-edit-form .accordion-head:before{display:none}#profile-edit-form .accordion-head .btn{margin-bottom:0}#profile-edit-form .accordion-body fieldset{margin:1rem 0}.bp_register .img-dynamic{margin-bottom:1rem}@media (min-width: 768px){.bp_register .img-dynamic,.svq-login .img-dynamic{height:100%;display:block;max-height:1100px}}.activate .bp-template-notice p,.group-create .bp-template-notice p{margin-bottom:0}.form-group .error{margin:0 0 10px;font-size:.9rem}#group-settings-form fieldset{margin-bottom:1rem}#group-settings-form .form-check{margin-bottom:1rem}#group-settings-form #group-desc{min-height:150px}.wp-switch-editor{border-radius:0;border:none}.wp-editor-wrap{margin-bottom:1rem}.standard-form.single-fields .editfield,.standard-form.multi-fields .editfield{padding-bottom:1rem}.standard-form.single-fields label.label-checkbox,.standard-form.multi-fields label.label-checkbox{font-size:1rem;color:rgba(51,51,51,0.7)}@media (min-width: 576px){.standard-form.single-fields .datebox-selects,.standard-form.multi-fields .datebox-selects{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.standard-form.single-fields .datebox-selects label,.standard-form.single-fields .datebox-selects select,.standard-form.multi-fields .datebox-selects label,.standard-form.multi-fields .datebox-selects select{width:calc((100% - 3rem) / 3)}.standard-form.single-fields .datebox-selects label,.standard-form.multi-fields .datebox-selects label{margin-right:1.5rem}.standard-form.single-fields .datebox-selects label:nth-child(5),.standard-form.multi-fields .datebox-selects label:nth-child(5){margin-right:0}.standard-form.single-fields .datebox-selects select,.standard-form.multi-fields .datebox-selects select{position:absolute;bottom:0}.standard-form.single-fields .datebox-selects select:nth-child(2),.standard-form.multi-fields .datebox-selects select:nth-child(2){left:0}.standard-form.single-fields .datebox-selects select:nth-child(4),.standard-form.multi-fields .datebox-selects select:nth-child(4){left:calc((100% - 3rem) / 3 + 1.5rem)}.standard-form.single-fields .datebox-selects select:nth-child(6),.standard-form.multi-fields .datebox-selects select:nth-child(6){left:calc(2 * ((100% - 3rem) / 3 + 1.5rem))}}.form-group .description{margin-bottom:.5rem}body .bp-avatar-nav{overflow:visible}body .bp-avatar-nav ul.avatar-nav-items li a{font-weight:400;opacity:1}body .bp-avatar-nav ul.avatar-nav-items li.current{border:none}#avatar-crop-actions a.button{display:inline-block}#buddypress #avatar-crop-pane{margin-bottom:1rem}#avatar-crop-pane.avatar:after{display:none}#buddypress #pass-strength-result{background-color:#eeeeee;border-color:#dddddd;border-style:solid;border-width:1px;display:none;margin:5px 5px 5px 0;padding:5px;text-align:center;width:150px}#buddypress #pass-strength-result.error,#buddypress #pass-strength-result.bad{background-color:#ffb78c;border-color:#ff853c !important;display:block}#buddypress #pass-strength-result.good{background-color:#ffec8b;border-color:#ffcc00 !important;display:block}#buddypress #pass-strength-result.short{background-color:#ffa0a0;border-color:#f04040 !important;display:block}#buddypress #pass-strength-result.strong{background-color:#c3ff88;border-color:#8dff1c !important;display:block}#template-notices{padding:0}#template-notices #message{padding:.75rem 1.25rem}.bp-single-page #template-notices{position:fixed;z-index:100;bottom:0;width:100vw;left:50%;margin-left:-50vw;margin-bottom:0;text-align:center;border:none;animation:noticeInOut 1s forwards 10s}.bp-single-page #template-notices p{margin-bottom:0}.bp-single-page #template-notices:empty{display:none}@-webkit-keyframes noticeInOut{0%{opacity:1}100%{opacity:0}}@keyframes noticeInOut{0%{opacity:1}100%{opacity:0}}ul.activity-list .load-more>a:before{height:auto}#buddypress ul.acfb-holder{overflow:visible}#buddypress ul.acfb-holder>li:not(.friend-tab){width:100%}#buddypress ul.acfb-holder>li{float:none}#buddypress ul.acfb-holder>li input#send-to-input{width:100% !important}.messages .ac_results ul:not(.row)>li{padding-left:2rem}.messages .ac_results ul li{background:transparent}.messages .ac_results ul li img{width:2rem !important}.messages ul.acfb-holder li.friend-tab{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:.25rem .5rem;margin-bottom:1rem}.messages ul.acfb-holder li.friend-tab>span{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.messages ul.acfb-holder li.friend-tab a{display:block;font-size:.875rem;font-weight:700}.messages ul.acfb-holder li.friend-tab a:hover{text-decoration:none}.messages ul.acfb-holder li.friend-tab span.p{padding:0 .5rem}.messages ul.acfb-holder li.friend-tab img{width:1.5rem !important}.messages ul.acfb-holder li.friend-tab img.avatar{margin-right:.75rem}#item-header-avatar .img-dynamic{display:block}#whats-new-form{display:block}@media (min-width: 576px){#whats-new-form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}#whats-new-form #message{width:100%}#whats-new-avatar{margin-right:1rem;float:left;display:none}#whats-new-avatar .img-dynamic{display:block;z-index:3}.activity-greeting{font-weight:700;font-size:1.125rem;margin-bottom:0}#whats-new-content{margin-top:.5rem;padding-top:.5rem;padding-bottom:.5rem;padding-right:1rem;width:auto;background:#fff;border-width:1px;border-style:solid;border-color:#e0e0e0;transition:border-color 0.185s ease-in-out,box-shadow 0.225s ease-in-out;position:relative}@media (min-width: 576px){#whats-new-content{width:100%}}#whats-new-content:hover{border-color:#DADADA}#whats-new-form #whats-new-textarea{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:flex-end;-webkit-align-items:flex-end;align-items:flex-end;margin-bottom:0;position:static !important;margin-bottom:0;transition:margin-bottom 0.25s ease-out}#whats-new{min-height:3.1rem;margin-right:1rem;box-shadow:none;border:none;resize:none}#whats-new-submit button{opacity:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,background-image 0.5s ease-out,border-color 0.15s ease-in-out,box-shadow 0.225s ease-in-out,transform 0.4s ease-in-out,opacity 0.25s ease-out}#whats-new-options{display:-webkit-box !important;display:-moz-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;transition:padding 0.25s ease-out;-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start;overflow:hidden;padding-left:1rem;padding-bottom:.5rem}#rtmedia-action-update{display:flex;align-items:center}@media (min-width: 768px){#whats-new-options{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}#whats-new-post-in-box{margin-right:1rem}}#whats-new-post-in-box{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;-webkit-flex-shrink:0;flex-shrink:0;font-size:.875rem}#whats-new-post-in-box,#whats-new-options .rtmedia-plupload-container{margin-bottom:0;opacity:0;height:0;transition:height 0.2s ease-out 0.25s,margin-bottom 0.2s ease-out 0.25s,opacity 0.2s ease-out}#whats-new-content.active #whats-new-submit button{opacity:1}#whats-new-content.active #whats-new-post-in-box,#whats-new-content.active .rtmedia-plupload-container{padding-top:.1875rem;padding-bottom:.1875rem;opacity:1;margin-bottom:1rem;transition:height 0.25s ease-out,margin-bottom 0.25s ease-out,opacity 0.25s ease-out 0.3s}#latest-update{display:none}.bp-widget table{margin-bottom:2rem}.bp-widget table td{vertical-align:middle}.bp-widget table .data>p{margin-bottom:0}.bp-widget table .label{width:12rem}#groups-list-options,#members-list-options{font-size:.875rem}.bboss_search_form_wrapper label br{display:none}.bboss_search_page .search_filters{margin-bottom:1.5rem}.bboss_search_page p:empty{display:none}.bboss_search_page .bboss_search_item_activity_comment,.bboss_search_page .bboss_search_item_member,.bboss_search_page .bboss_search_item_group{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.bboss_search_page .bboss_search_item_activity_comment .action,.bboss_search_page .bboss_search_item_member .action,.bboss_search_page .bboss_search_item_group .action{margin-left:auto}.bboss_search_page .bboss_search_item .item-avatar{padding:0 1rem 0 0 !important;margin-right:0}.bboss_search_page .bboss_search_item .item-desc p{margin-bottom:0}.bboss_search_page .bboss_search_item_activity .activity-avatar{float:left}

/*! elementor-icons - v5.29.0 - 15-02-2024 */
@font-face{font-family:eicons;src:url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.29.0);src:url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.29.0#iefix) format("embedded-opentype"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.29.0) format("woff2"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.29.0) format("woff"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.29.0) format("truetype"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.29.0#eicon) format("svg");font-weight:400;font-style:normal;font-display: swap;
}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
/*! elementor - v3.20.0 - 26-03-2024 */
.dialog-widget-content{background-color:var(--e-a-bg-default);position:absolute;border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{line-height:1.5;box-sizing:border-box}.dialog-close-button{cursor:pointer;position:absolute;margin-block-start:15px;right:15px;color:var(--e-a-color-txt);font-size:15px;line-height:1;transition:var(--e-a-transition-hover)}.dialog-close-button:hover{color:var(--e-a-color-txt-hover)}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-editor-active .elementor-popup-modal{background-color:initial}.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content{margin:auto;width:400px;padding:20px}.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header{font-size:15px;font-weight:500}.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after{content:"";display:block;border-block-end:var(--e-a-border);padding-block-end:10px;margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message{min-height:50px}.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper{padding-block-start:10px;display:flex;justify-content:flex-end;gap:15px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button{font-size:12px;font-weight:500;line-height:1.2;padding:8px 16px;outline:none;border:none;border-radius:var(--e-a-border-radius);background-color:var(--e-a-btn-bg);color:var(--e-a-btn-color-invert);transition:var(--e-a-transition-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{border:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover{background-color:var(--e-a-btn-bg-hover);color:var(--e-a-btn-color-invert)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active{background-color:var(--e-a-btn-bg-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]){cursor:pointer}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled{background-color:var(--e-a-btn-bg-disabled);color:var(--e-a-btn-color-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon{display:none}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt{background:transparent;color:var(--e-a-color-txt)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover{background:var(--e-a-bg-hover);color:var(--e-a-color-txt-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled{background:transparent;color:var(--e-a-color-txt-disabled)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border{border:1px solid var(--e-a-color-txt-muted)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success{background-color:var(--e-a-btn-bg-success)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover{background-color:var(--e-a-btn-bg-success-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary{background-color:var(--e-a-btn-bg-primary);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover{background-color:var(--e-a-btn-bg-primary-hover);color:var(--e-a-btn-color)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt{background:transparent;color:var(--e-a-color-primary-bold)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover{background:var(--e-a-bg-primary)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro{background-color:var(--e-a-btn-bg-accent)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover{background-color:var(--e-a-btn-bg-accent-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active{background-color:var(--e-a-btn-bg-accent-active)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info{background-color:var(--e-a-btn-bg-info)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover{background-color:var(--e-a-btn-bg-info-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning{background-color:var(--e-a-btn-bg-warning)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover{background-color:var(--e-a-btn-bg-warning-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger{background-color:var(--e-a-btn-bg-danger)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover{background-color:var(--e-a-btn-bg-danger-hover)}.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i{margin-inline-end:5px}.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited{color:initial}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-block-start-width:0px;--border-inline-end-width:0px;--border-block-end-width:0px;--border-inline-start-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-block-start:0px;--margin-inline-end:0px;--margin-block-end:0px;--margin-inline-start:0px;--padding-block-start:var(--container-default-padding-block-start,10px);--padding-inline-end:var(--container-default-padding-inline-end,10px);--padding-block-end:var(--container-default-padding-block-end,10px);--padding-inline-start:var(--container-default-padding-inline-start,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);margin-block-start:var(--bc-margin-block-start,var(--margin-block-start));margin-inline-end:var(--bc-margin-inline-end,var(--margin-inline-end));margin-block-end:var(--bc-margin-block-end,var(--margin-block-end));margin-inline-start:var(--bc-margin-inline-start,var(--margin-inline-start));padding-inline-start:var(--bc-padding-inline-start,var(--padding-inline-start));padding-inline-end:var(--bc-padding-inline-end,var(--padding-inline-end));z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--bc-padding-block-start,var(--padding-block-start));padding-block-end:var(--bc-padding-block-end,var(--padding-block-end))}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-inline-end:auto;--margin-inline-start:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-block-start-width));left:calc(0px - var(--border-inline-start-width));width:max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);height:max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-block-start-width));left:calc(0px - var(--border-inline-start-width));width:max(100% + var(--border-inline-end-width) + var(--border-inline-start-width),100%);height:max(100% + var(--border-block-start-width) + var(--border-block-end-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:wrap}}.e-con{--bc-margin-block-start:var(--margin-top);--bc-margin-block-end:var(--margin-bottom);--bc-margin-inline-start:var(--margin-left);--bc-margin-inline-end:var(--margin-right);--bc-padding-block-start:var(--padding-top);--bc-padding-block-end:var(--padding-bottom);--bc-padding-inline-start:var(--padding-left);--bc-padding-inline-end:var(--padding-right)}[dir=rtl] .e-con{--bc-margin-inline-start:var(--margin-right);--bc-margin-inline-end:var(--margin-left);--bc-padding-inline-start:var(--padding-right);--bc-padding-inline-end:var(--padding-left)}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:flex;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center}.elementor-button-icon{flex-grow:0;order:5}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{flex-grow:1;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;order:5}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{animation-duration:.3s;height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1;display:flex}.elementor-lightbox .dialog-lightbox-close-button svg{height:1em;width:1em}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg{fill:var(--lightbox-ui-color)}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg{fill:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper,.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:flex;align-items:center;justify-content:center;position:relative;padding:70px;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image{box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);border-radius:2px}.elementor-lightbox .elementor-video-container{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{width:100%;height:100%;margin:auto}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe{border:0;background-color:#000}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{aspect-ratio:var(--video-aspect-ratio,1.77777)}@supports not (aspect-ratio:1/1){.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square{position:relative;overflow:hidden;height:0;padding-bottom:calc(100% / var(--video-aspect-ratio, 1.77777))}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{position:absolute;top:0;right:0;bottom:0;left:0}}.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video{width:min(90vh,90vw);height:min(90vh,90vw)}.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video{width:100%;max-height:90vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video{height:100%;max-width:90vw}@media (min-width:1025px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:85vw;max-height:85vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:85vh;max-width:85vw}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container .elementor-video-landscape{width:95vw;max-height:95vh}.elementor-lightbox .elementor-video-container .elementor-video-portrait{height:95vh;max-width:95vw}}.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev{left:0}.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next{right:0}.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction{width:-moz-max-content;width:max-content;color:#fff}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:flex;align-items:center;width:15%;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button:focus{outline:none}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:flex;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;align-items:center;z-index:10}.elementor-slideshow__header>i,.elementor-slideshow__header>svg{cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i{font-size:inherit}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header>svg{box-sizing:content-box;fill:var(--lightbox-ui-color);height:1em;width:1em}.elementor-slideshow__header>svg:hover{fill:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#0c0d0e}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;border-radius:3px;padding:14px 20px;transform:scale(0);opacity:0;transform-origin:90% 10%;transition:all .25s .1s;box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#3f444b;font-size:12px;line-height:2.5;display:block;opacity:0;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg{margin-right:.75em}.elementor-slideshow__share-links a i{font-size:1.25em}.elementor-slideshow__share-links a svg{height:1.25em;width:1.25em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#9da5ae}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter{fill:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook{fill:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest{fill:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold{fill:#9da5ae}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;transform-origin:center;transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#3f444b;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;border-radius:3px}#wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}#wpadminbar *{font-style:normal}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-widget-text-path{font-size:20px;text-align:var(--alignment,left)}.elementor-widget-text-path svg{width:var(--width);max-width:100%;height:auto;overflow:visible;word-spacing:var(--word-spacing);transform:rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))}.elementor-widget-text-path svg path{vector-effect:non-scaling-stroke;fill:var(--path-fill,transparent);stroke:var(--stroke-color,transparent);stroke-width:var(--stroke-width,1px);transition:var(--stroke-transition) stroke,var(--stroke-transition) fill}.elementor-widget-text-path svg:hover path{--path-fill:var(--path-fill-hover);--stroke-color:var(--stroke-color-hover);--stroke-width:var(--stroke-width-hover)}.elementor-widget-text-path svg text{--fill:var(--text-color);fill:var(--fill);direction:var(--direction,ltr);transition:var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill}.elementor-widget-text-path svg text:hover{--color:var(--text-color-hover,var(--text-color));--fill:var(--color);color:var(--color)}.elementor-widget-n-tabs{--n-tabs-color-accent-fallback:#61ce70;--n-tabs-color-secondary-fallback:#54595f;--n-tabs-default-padding-block:15px;--n-tabs-default-padding-inline:35px;--n-tabs-background-color:transparent;--n-tabs-display:flex;--n-tabs-direction:column;--n-tabs-gap:10px;--n-tabs-heading-display:flex;--n-tabs-heading-direction:row;--n-tabs-heading-grow:initial;--n-tabs-heading-justify-content:center;--n-tabs-heading-width:initial;--n-tabs-heading-overflow-x:initial;--n-tabs-heading-wrap:nowrap;--n-tabs-border-width:1px;--n-tabs-border-color:#d5d8dc;--n-tabs-content-display:flex;--n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:#fff;--n-tabs-title-color-active:#fff;--n-tabs-title-background-color:#f1f2f3;--n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));--n-tabs-title-width:initial;--n-tabs-title-height:initial;--n-tabs-title-font-size:1rem;--n-tabs-title-white-space:initial;--n-tabs-title-justify-content-toggle:initial;--n-tabs-title-align-items-toggle:center;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-text-align:center;--n-tabs-title-direction:row;--n-tabs-title-gap:10px;--n-tabs-title-flex-grow:0;--n-tabs-title-flex-basis:content;--n-tabs-title-flex-shrink:initial;--n-tabs-title-order:initial;--n-tabs-title-padding-block-start:var(--n-tabs-default-padding-block);--n-tabs-title-padding-inline-end:var(--n-tabs-default-padding-inline);--n-tabs-title-padding-block-end:var(--n-tabs-default-padding-block);--n-tabs-title-padding-inline-start:var(--n-tabs-default-padding-inline);--n-tabs-title-border-radius:initial;--n-tabs-title-transition:0.3s;--n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));--n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);--n-tabs-icon-color-active:#fff;--n-tabs-icon-gap:5px;width:100%;max-width:100%}.elementor-widget-n-tabs .e-n-tabs{display:var(--n-tabs-display);flex-direction:var(--n-tabs-direction);gap:var(--n-tabs-gap);text-align:start;min-width:0}.elementor-widget-n-tabs .e-n-tabs-heading{display:var(--n-tabs-heading-display);flex-basis:var(--n-tabs-heading-width);flex-direction:var(--n-tabs-heading-direction);flex-shrink:0;justify-content:var(--n-tabs-heading-justify-content);gap:var(--n-tabs-title-gap);overflow-x:var(--n-tabs-heading-overflow-x);flex-wrap:var(--n-tabs-heading-wrap);-ms-overflow-style:none;scrollbar-width:none}.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar{display:none}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll{cursor:grabbing;cursor:-webkit-grabbing}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active{position:relative}.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before{content:"";position:absolute;inset-block:0;inset-inline:-1000vw;z-index:2}.elementor-widget-n-tabs .e-n-tabs-content{display:var(--n-tabs-content-display);flex-grow:1;min-width:0}.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active){display:none}.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child{display:flex}.elementor-widget-n-tabs .e-n-tab-title{all:unset;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));flex-direction:var(--n-tabs-title-direction);justify-content:var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));gap:var(--n-tabs-icon-gap);border-width:var(--n-tabs-border-width);position:relative;cursor:pointer;outline:none;flex-grow:var(--n-tabs-title-flex-grow);flex-basis:var(--n-tabs-title-flex-basis);flex-shrink:var(--n-tabs-title-flex-shrink);padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end:var(--n-tabs-title-padding-inline-end);padding-block-end:var(--n-tabs-title-padding-block-end);padding-inline-start:var(--n-tabs-title-padding-inline-start);border-radius:var(--n-tabs-title-border-radius);height:var(--n-tabs-title-height);width:var(--n-tabs-title-width);white-space:var(--n-tabs-title-white-space);transition:background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title:focus-visible{outline:5px auto -webkit-focus-ring-color}.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg{transition:color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)}.elementor-widget-n-tabs .e-n-tab-title-text{display:flex;align-items:center;font-size:var(--n-tabs-title-font-size);text-align:var(--n-tabs-title-text-align)}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{display:flex;align-items:center;flex-direction:column;flex-shrink:0;order:var(--n-tabs-icon-order);overflow:hidden}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i{font-size:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{width:var(--n-tabs-icon-size,var(--n-tabs-title-font-size));height:var(--n-tabs-icon-size,var(--n-tabs-title-font-size))}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty{display:none}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{background-color:var(--n-tabs-title-background-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a{color:var(--n-tabs-title-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i{color:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-hover)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a{color:var(--n-tabs-title-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i{color:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg{fill:var(--n-tabs-icon-color-active)}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child{transform:translateY(-100vh);height:0;opacity:0}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover{transform:none;animation:initial}.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child{transform:none;height:auto;opacity:1}.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-hover);background-image:none}.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color:var(--n-tabs-title-background-color-active);background-image:none}@media (max-width:767px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:1024px){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}@media (max-width:-1){.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop{--n-tabs-direction:column;--n-tabs-heading-display:contents;--n-tabs-content-display:contents}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs{gap:0}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con{order:var(--n-tabs-title-order)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title{order:var(--n-tabs-title-order);width:auto}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child){margin-block-start:var(--n-tabs-title-gap)}.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true]{margin-block-end:var(--n-tabs-gap)}}.elementor-widget-n-accordion{--n-accordion-title-font-size:20px;--n-accordion-title-flex-grow:initial;--n-accordion-title-justify-content:initial;--n-accordion-title-icon-order:-1;--n-accordion-border-width:1px;--n-accordion-border-color:#d5d8dc;--n-accordion-border-style:solid;--n-accordion-item-title-flex-grow:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-padding:10px;--n-accordion-border-radius:0px;--n-accordion-icon-size:15px;--n-accordion-title-normal-color:#1f2124;--n-accordion-title-hover-color:#1f2124;--n-accordion-title-active-color:#1f2124;--n-accordion-icon-normal-color:var(--n-accordion-title-normal-color);--n-accordion-icon-hover-color:var(--n-accordion-title-hover-color);--n-accordion-icon-active-color:var(--n-accordion-title-active-color);--n-accordion-icon-gap:0 10px;width:100%}.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker{display:none}.elementor-widget-n-accordion .e-n-accordion-item{display:flex;flex-direction:column;position:relative}.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child){margin-block-end:var(--n-accordion-item-title-space-between)}.elementor-widget-n-accordion .e-n-accordion-item-title,:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)}.elementor-widget-n-accordion .e-n-accordion-item-title{display:flex;flex-direction:row;list-style:none;padding:var(--n-accordion-padding);justify-content:var(--n-accordion-title-justify-content);border-radius:var(--n-accordion-border-radius);flex-grow:var(--n-menu-title-flex-grow);gap:var(--n-accordion-icon-gap);color:var(--n-accordion-title-normal-color);align-items:center;cursor:pointer}.elementor-widget-n-accordion .e-n-accordion-item-title-header{display:flex}.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p{margin-block-start:0;margin-block-end:0}.elementor-widget-n-accordion .e-n-accordion-item-title-text{font-size:var(--n-accordion-title-font-size);align-items:center}.elementor-widget-n-accordion .e-n-accordion-item-title-icon{display:flex;flex-direction:row;align-items:center;order:var(--n-accordion-title-icon-order);position:relative;width:-moz-fit-content;width:fit-content}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span{height:var(--n-accordion-icon-size);width:auto}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color);font-size:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color);height:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title>span{cursor:pointer}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title{margin-block-end:var(--n-accordion-item-title-distance-from-content);color:var(--n-accordion-title-active-color)}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened{display:flex}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed{display:none}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title{color:var(--n-accordion-title-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened{display:none}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed{display:flex}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item>span{cursor:pointer}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal;font-display: swap;
}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/*! elementor-pro - v3.20.0 - 26-03-2024 */
.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{transform:scale(1);opacity:1}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-color:var(--e-p-border-global)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting{background-color:var(--e-p-border-global);color:var(--e-p-border-global-invert)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:var(--e-p-border-global-hover)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-sticky--active{z-index:99}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,[data-elementor-type=popup]:not(.elementor-edit-area){display:none}.elementor-popup-modal{display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-close-button svg{fill:#1f2124;height:1em;width:1em}.elementor-popup-modal .dialog-widget-content{background-color:#fff;width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}
.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );}.elementor-widget-seeko-tabs .sko-nav-tabs .sko-item .sko-icon .icon:not(.sko-icon-hover), .sko-nav-tabs .sko-item .sko-title{color:var( --e-global-color-primary );}.elementor-widget-seeko-tabs .sko-nav-tabs li > a:hover .sko-item .sko-title, .elementor-widget-seeko-tabs .sko-nav-tabs li > a:hover .sko-item .sko-icon-hover, .elementor-widget-seeko-tabs .sko-nav-tabs li > a.active .sko-item .sko-title, .elementor-widget-seeko-tabs .sko-nav-tabs li > a.active .sko-item .sko-icon-hover{color:var( --e-global-color-accent );}.elementor-widget-seeko-tabs .sko-nav-tabs li > a.active .sko-item{border-color:var( --e-global-color-accent );}.elementor-widget-seeko-tabs .sko-nav-tabs .sko-item .sko-icon .sko-icon-hover{color:var( --e-global-color-primary );}.elementor-widget-seeko-tabs .sko-tab-content .tab-pane{color:var( --e-global-color-text );}.elementor-widget-counterbp .elementor-counter-number-wrapper{color:var( --e-global-color-primary );}.elementor-widget-counterbp .elementor-counter-title{color:var( --e-global-color-secondary );}.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link, 
					.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a{color:var( --e-global-color-text );}.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a:hover,
					.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown a:focus,
					.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
					.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link:hover,
					.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link.wpml-ls-link__active,
					.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link.highlighted,
					.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link:focus{color:var( --e-global-color-accent );}.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-statics-post_translations{color:var( --e-global-color-text );}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );}.elementor-widget-theme-site-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-widget-theme-page-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-widget-theme-post-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-widget-theme-post-excerpt .elementor-widget-container{color:var( --e-global-color-text );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-widget-theme-archive-title .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );}.elementor-widget-archive-posts .elementor-button{background-color:var( --e-global-color-accent );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );}.elementor-widget-posts .elementor-button{background-color:var( --e-global-color-accent );}.elementor-widget-portfolio a .elementor-portfolio-item__overlay{background-color:var( --e-global-color-accent );}.elementor-widget-portfolio .elementor-portfolio__filter{color:var( --e-global-color-text );}.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{color:var( --e-global-color-primary );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-form .elementor-field-group > label, .elementor-widget-form .elementor-field-subgroup label{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-type-html{color:var( --e-global-color-text );}.elementor-widget-form .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-form .e-form__buttons__wrapper__button-next{background-color:var( --e-global-color-accent );}.elementor-widget-form .elementor-button[type="submit"]{background-color:var( --e-global-color-accent );}.elementor-widget-form .e-form__buttons__wrapper__button-previous{background-color:var( --e-global-color-accent );}.elementor-widget-form{--e-form-steps-indicator-inactive-primary-color:var( --e-global-color-text );--e-form-steps-indicator-active-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-completed-primary-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-color:var( --e-global-color-accent );--e-form-steps-indicator-progress-background-color:var( --e-global-color-text );--e-form-steps-indicator-progress-meter-color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group > a{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group > a:hover{color:var( --e-global-color-accent );}.elementor-widget-login .elementor-form-fields-wrapper label{color:var( --e-global-color-text );}.elementor-widget-login .elementor-field-group .elementor-field{color:var( --e-global-color-text );}.elementor-widget-login .elementor-button{background-color:var( --e-global-color-accent );}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-hotspot{--hotspot-color:var( --e-global-color-primary );--hotspot-box-color:var( --e-global-color-secondary );--tooltip-color:var( --e-global-color-secondary );}.elementor-widget-price-list .elementor-price-list-header{color:var( --e-global-color-primary );}.elementor-widget-price-list .elementor-price-list-price{color:var( --e-global-color-primary );}.elementor-widget-price-list .elementor-price-list-description{color:var( --e-global-color-text );}.elementor-widget-price-list .elementor-price-list-separator{border-bottom-color:var( --e-global-color-secondary );}.elementor-widget-price-table{--e-price-table-header-background-color:var( --e-global-color-secondary );}.elementor-widget-price-table .elementor-price-table__original-price{color:var( --e-global-color-secondary );}.elementor-widget-price-table .elementor-price-table__period{color:var( --e-global-color-secondary );}.elementor-widget-price-table .elementor-price-table__features-list{--e-price-table-features-list-color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__features-list li:before{border-top-color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__button{background-color:var( --e-global-color-accent );}.elementor-widget-price-table .elementor-price-table__additional_info{color:var( --e-global-color-text );}.elementor-widget-price-table .elementor-price-table__ribbon-inner{background-color:var( --e-global-color-accent );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-countdown .elementor-countdown-item{background-color:var( --e-global-color-primary );}.elementor-widget-countdown .elementor-countdown-expire--message{color:var( --e-global-color-text );}.elementor-widget-search-form .elementor-search-form__input,
					.elementor-widget-search-form .elementor-search-form__icon,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
					.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
					.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-search-form .elementor-search-form__submit{background-color:var( --e-global-color-secondary );}.elementor-widget-author-box .elementor-author-box__name{color:var( --e-global-color-secondary );}.elementor-widget-author-box .elementor-author-box__bio{color:var( --e-global-color-text );}.elementor-widget-author-box .elementor-author-box__button{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:var( --e-global-color-secondary );color:var( --e-global-color-secondary );}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__next--label{color:var( --e-global-color-text );}.elementor-widget-post-navigation span.post-navigation__prev--title, .elementor-widget-post-navigation span.post-navigation__next--title{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-sitemap .elementor-sitemap-title{color:var( --e-global-color-primary );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{color:var( --e-global-color-text );}.elementor-widget-sitemap .elementor-sitemap-item{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-title{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg{fill:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tab-title .e-tab-title-text a{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tab-title .e-tab-duration{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-title-text a{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where( .e-active, :hover ) .e-tab-duration{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button{color:var( --e-global-color-text );}.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover{color:var( --e-global-color-text );}.elementor-widget-paypal-button .elementor-button{background-color:var( --e-global-color-accent );}.elementor-widget-stripe-button .elementor-button{background-color:var( --e-global-color-accent );}
.elementor-4739 .elementor-element.elementor-element-b3050b9:not(.elementor-motion-effects-element-type-background), .elementor-4739 .elementor-element.elementor-element-b3050b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-4739 .elementor-element.elementor-element-b3050b9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4739 .elementor-element.elementor-element-b3050b9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4739 .elementor-element.elementor-element-69d6bba{text-align:center;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-menu-toggle{margin:0 auto;background-color:#FFFFFF;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu .elementor-item{font-size:16px;text-decoration:none;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--main .elementor-item{color:#7A7A7A;fill:#7A7A7A;padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--main .elementor-item:focus{color:#ED4026;fill:#ED4026;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#ED4026;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a, .elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-menu-toggle{color:#7A7A7A;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown{background-color:#FFFFFF;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a:hover,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a.highlighted,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-menu-toggle:hover{color:#ED4026;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a:hover,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a.highlighted{background-color:#FFFFFF;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a.elementor-item-active{color:#ED4026;background-color:#FFFFFF;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown .elementor-item, .elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:16px;text-decoration:none;}.elementor-4739 .elementor-element.elementor-element-aee3019 .elementor-nav-menu--dropdown a{padding-top:15px;padding-bottom:15px;}.elementor-4739 .elementor-element.elementor-element-d9ed27e > .elementor-widget-container{padding:5px 5px 5px 5px;}.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-menu-toggle{margin:0 auto;background-color:#FFFFFF;}.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu .elementor-item{font-size:16px;text-decoration:none;}.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--main .elementor-item{color:#7A7A7A;fill:#7A7A7A;}.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--main .elementor-item:focus{color:#ED4026;fill:#ED4026;}.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:#ED4026;}.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--dropdown{background-color:#FFFFFF;}.elementor-4739 .elementor-element.elementor-element-5d4f075{text-align:center;}@media(max-width:767px){.elementor-4739 .elementor-element.elementor-element-9b365c4{width:20%;}.elementor-4739 .elementor-element.elementor-element-5f167d0 .elementor-nav-menu--main .elementor-item{padding-top:10px;padding-bottom:10px;}.elementor-4739 .elementor-element.elementor-element-83d8828{width:60%;}.elementor-4739 .elementor-element.elementor-element-6e664d6{width:20%;}}
@font-face{font-family:icon;src:url(https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.eot?i7re9j);src:url(https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.eot?i7re9j#iefix)format('embedded-opentype'),url(https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.ttf?i7re9j)format('truetype'),url(https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.woff?i7re9j)format('woff'),url(https://www.matchmyschool.net/wp-content/themes/seeko/assets/icon/fonts/icon.svg?i7re9j#icon)format('svg');font-weight:400;font-style:normal;font-display: swap}.icon{font-family:icon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-bell:before{content:"\e965"}.icon-eye-off:before{content:"\e95c"}.icon-eye:before{content:"\e95d"}.icon-flag:before{content:"\e964"}.icon-shield-off:before{content:"\e95e"}.icon-shield:before{content:"\e95f"}.icon-user-check:before{content:"\e95a"}.icon-user-minus:before{content:"\e960"}.icon-user-plus:before{content:"\e95b"}.icon-user-x:before{content:"\e961"}.icon-user:before{content:"\e962"}.icon-users:before{content:"\e963"}.icon-search:before{content:"\e917"}.icon-filter-search:before{content:"\e924"}.icon-heart:before{content:"\e90d"}.icon-heart-fill:before{content:"\e925"}.icon-star:before{content:"\e911"}.icon-star-fill:before{content:"\e910"}.icon-member:before{content:"\e91d"}.icon-member-fill:before{content:"\e92d"}.icon-members:before{content:"\e919"}.icon-members-fill:before{content:"\e92f"}.icon-moderator:before{content:"\e91c"}.icon-moderator-fill:before{content:"\e930"}.icon-admin:before{content:"\e91b"}.icon-admin-fill:before{content:"\e931"}.icon-comment:before{content:"\e90c"}.icon-comment-fill:before{content:"\e907"}.icon-message:before{content:"\e91a"}.icon-more:before{content:"\e913"}.icon-more-fill:before{content:"\e914"}.icon-lock:before{content:"\e920"}.icon-lock-fill:before{content:"\e92e"}.icon-female:before{content:"\e902"}.icon-male:before{content:"\e905"}.icon-public-fill:before{content:"\e932"}.icon-settings:before{content:"\e915"}.icon-location:before{content:"\e959"}.icon-view:before{content:"\e929"}.icon-mail:before{content:"\e922"}.icon-print:before{content:"\e921"}.icon-image:before{content:"\e926"}.icon-phone:before{content:"\e935"}.icon-login:before{content:"\e923"}.icon-share:before{content:"\e92b"}.icon-facebook-fill:before{content:"\e928"}.icon-twitter-fill:before{content:"\e92a"}.icon-linkedin-fill:before{content:"\e92c"}.icon-pinterest-fill:before{content:"\e937"}.icon-insta-fill:before{content:"\e938"}.icon-dribbble-fill:before{content:"\e936"}.icon-rss:before{content:"\e927"}.icon-close-sign-secondary:before{content:"\e91e"}.icon-check-sign-secondary:before{content:"\e91f"}.icon-public-message:before{content:"\e906"}.icon-edit:before{content:"\e918"}.icon-load-more:before{content:"\e916"}.icon-trash:before{content:"\e912"}.icon-enter:before{content:"\e90e"}.icon-attach:before{content:"\e90f"}.icon-check-sign:before{content:"\e909"}.icon-minus:before{content:"\e90a"}.icon-plus:before{content:"\e90b"}.icon-reply:before{content:"\e908"}.icon-arrow-left:before{content:"\e900"}.icon-arrow-right:before{content:"\e901"}.icon-round-arrow-right:before{content:"\e903"}.icon-round-arrow-left:before{content:"\e904"}.icon-dual-what:before{content:"\e956"}.icon-dual-what-hover:before{content:"\e934"}.icon-dual-cool:before{content:"\e942"}.icon-dual-cool-hover:before{content:"\e941"}.icon-dual-who:before{content:"\e948"}.icon-dual-who-hover:before{content:"\e947"}.icon-dual-filter:before{content:"\e946"}.icon-dual-filter-hover:before{content:"\e945"}.icon-dual-how:before{content:"\e94c"}.icon-dual-how-hover:before{content:"\e94b"}.icon-dual-ux:before{content:"\e933"}.icon-dual-ux-hover:before{content:"\e957"}.icon-dual-match:before{content:"\e944"}.icon-dual-match-hover:before{content:"\e943"}.icon-dual-why:before{content:"\e94a"}.icon-dual-why-hover:before{content:"\e949"}.icon-dual-bookmark:before{content:"\e953"}.icon-dual-bookmark-hover:before{content:"\e952"}.icon-dual-download:before{content:"\e955"}.icon-dual-download-hover:before{content:"\e954"}.icon-dual-photo-camera:before{content:"\e94f"}.icon-dual-photo-camera-hover:before{content:"\e958"}.icon-dual-settings:before{content:"\e951"}.icon-dual-settings-hover:before{content:"\e950"}.icon-dual-share:before{content:"\e94e"}.icon-dual-share-hover:before{content:"\e94d"}.icon-dual-star:before{content:"\e93e"}.icon-dual-star-hover:before{content:"\e93d"}.icon-dual-video-camera:before{content:"\e940"}.icon-dual-video-camera-hover:before{content:"\e93f"}.icon-dual-down:before{content:"\e93a"}.icon-dual-down-hover:before{content:"\e939"}.icon-dual-arrow-up:before{content:"\e93c"}.icon-dual-arrow-up-hover:before{content:"\e93b"}
@charset "UTF-8";.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%);border:0;word-wrap:normal!important}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#666666;--gray-dark:#333333;--primary:#F21483;--secondary:#7c7c7c;--success:#1FCB41;--info:#10B8C1;--warning:#FFB91A;--danger:#FF0000;--light:#F8F8F8;--dark:#000000;--tertiary:#555EFF;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:1150px;--breakpoint-xl:1440px;--font-family-sans-serif:"Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;height:100%;overflow-x:hidden}@-ms-viewport{width: device-width;
}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-size:1rem;text-align:left;overflow-x:hidden}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0}p{margin-top:0}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1.5rem;font-style:italic;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1.5rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:none;background-color:initial;-webkit-text-decoration-skip:objects}a:hover{text-decoration:underline}a:not([href]):not([tabindex]):not(.wp-block-button__link){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):not(.wp-block-button__link):focus,a:not([href]):not([tabindex]):not(.wp-block-button__link):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):not(.wp-block-button__link):focus{outline:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1.5rem;overflow:auto;-ms-overflow-style:scrollbar;padding:2rem 1rem}figure{margin:0 0 1.5rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#9a9a9a;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+h1,blockquote+h1,img+h1,figure+h1,pre+h1,ul+h1,ol+h1,dl+h1,table+h1,.wp-block-cover+h1,.entry-content div+h1,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+h2,blockquote+h2,img+h2,figure+h2,pre+h2,ul+h2,ol+h2,dl+h2,table+h2,.wp-block-cover+h2,.entry-content div+h2,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+h3,blockquote+h3,img+h3,figure+h3,pre+h3,ul+h3,ol+h3,dl+h3,table+h3,.wp-block-cover+h3,.entry-content div+h3,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+h4,blockquote+h4,img+h4,figure+h4,pre+h4,ul+h4,ol+h4,dl+h4,table+h4,.wp-block-cover+h4,.entry-content div+h4,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+h5,blockquote+h5,img+h5,figure+h5,pre+h5,ul+h5,ol+h5,dl+h5,table+h5,.wp-block-cover+h5,.entry-content div+h5,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+h6,blockquote+h6,img+h6,figure+h6,pre+h6,ul+h6,ol+h6,dl+h6,table+h6,.wp-block-cover+h6,.entry-content div+h6,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+.h1,blockquote+.h1,img+.h1,figure+.h1,pre+.h1,ul+.h1,ol+.h1,dl+.h1,table+.h1,.wp-block-cover+.h1,.entry-content div+.h1,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+.h2,blockquote+.h2,img+.h2,figure+.h2,pre+.h2,ul+.h2,ol+.h2,dl+.h2,table+.h2,.wp-block-cover+.h2,.entry-content div+.h2,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+.h3,blockquote+.h3,img+.h3,figure+.h3,pre+.h3,ul+.h3,ol+.h3,dl+.h3,table+.h3,.wp-block-cover+.h3,.entry-content div+.h3,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+.h4,blockquote+.h4,img+.h4,figure+.h4,pre+.h4,ul+.h4,ol+.h4,dl+.h4,table+.h4,.wp-block-cover+.h4,.entry-content div+.h4,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+.h5,blockquote+.h5,img+.h5,figure+.h5,pre+.h5,ul+.h5,ol+.h5,dl+.h5,table+.h5,.wp-block-cover+.h5,.entry-content div+.h5,p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6)+.h6,blockquote+.h6,img+.h6,figure+.h6,pre+.h6,ul+.h6,ol+.h6,dl+.h6,table+.h6,.wp-block-cover+.h6,.entry-content div+.h6{margin-top:2rem}.lead,big,.wp-block-subhead{font-family:fira sans;font-size:1.2rem;font-weight:400;font-style:italic;opacity:.9}.list-inline,.list-unstyled,.pagination,.widgets-container .widget>ul,.widget_nav_menu ul,.sko-feature-list{padding-left:0;list-style:none}.list-inline li{display:inline-block}.list-inline li:not(:last-child){margin-right:.5rem}.bq-center,blockquote[style="text-align:center"],.wp-block-quote.is-style-large,.wp-block-quote.is-large{border:none;text-align:center;padding-left:0}.bq-center cite,blockquote[style="text-align:center"] cite,.wp-block-quote.is-style-large cite,.wp-block-quote.is-large cite{padding-top:1rem;position:relative}.bq-center cite::before,blockquote[style="text-align:center"] cite::before,.wp-block-quote.is-style-large cite::before,.wp-block-quote.is-large cite::before{display:none}.bq-center cite::after,blockquote[style="text-align:center"] cite::after,.wp-block-quote.is-style-large cite::after,.wp-block-quote.is-large cite::after{content:'';position:absolute;height:0;top:0;left:50%;transform:translateX(-50%);width:1rem;border-bottom:1px solid #f21483}@media(min-width:1150px){.bq-center,blockquote[style="text-align:center"],.wp-block-pullquote blockquote,.wp-block-quote.is-style-large,.wp-block-quote.is-large{padding-left:2rem;padding-right:2rem}}hr,.hr,.wp-block-separator.is-style-wide{border:0;border-top:1px solid rgba(0,0,0,.2)}.wp-block-pullquote blockquote,.wp-block-quote.is-large,.wp-block-quote.is-style-large{font-family:merriweather,serif;font-size:2rem;line-height:1.4;font-weight:300;margin-bottom:2rem}.avatar-status .img-card:after{content:'';display:block;position:absolute;z-index:3;width:.3rem;height:.3rem;border-radius:50%;background:0 0}small,.small{font-size:.8rem;font-weight:400}html{font-size:16px}@media(min-width:768px){html{font-size:17px}}@media(min-width:1150px){html{font-size:18px}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{clear:both}h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6,p{margin-bottom:1.5rem}hr{margin:1.5rem 0}.hr{position:relative}.hr span{display:inline-block;padding:0 1.5rem;position:absolute;top:0;left:50%;transform:translate3d(-50%,-50%,0)}.hr-label{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hr-label::before,.hr-label::after{content:'';display:inline-block;height:1px;width:20px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;vertical-align:middle}.hr-label span{text-transform:uppercase;white-space:nowrap;padding:0 .5rem}mark,.mark{padding:.2em;background-color:#fbdbe5}ul.list-styled,ul.list-styled ul{list-style:none;padding:0}ul.list-styled li{padding-left:2rem;margin:0;position:relative}ul.list-styled li:before{content:'';display:block;position:absolute;top:.5em;left:.25rem;width:.5rem;height:.5rem;border-radius:50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}ul.list-styled li li::before{background-color:initial}ul.list-styled li li li:before{border-width:1px}ul{padding-left:2rem}ol{padding-left:2rem}ol>li{padding-left:.25rem}ol>li:before{content:'';display:none;position:inherit;top:inherit;left:inherit;width:inherit;height:inherit;background-color:inherit;border-radius:inherit;box-shadow:inherit;box-sizing:inherit;-moz-box-sizing:inherit;-webkit-box-sizing:inherit}.initialism{font-size:90%;text-transform:uppercase}.blockquote,blockquote{margin-bottom:2rem;font-size:1.5rem;font-style:italic;font-weight:400;word-wrap:break-word;padding-left:2rem}p+blockquote{margin-top:2rem}blockquote+cite,blockquote+p cite{padding-left:2rem}blockquote+cite,blockquote+p cite,blockquote cite{padding-top:0;margin-top:0}blockquote+cite:after,blockquote+p cite:after,blockquote cite:after{top:-1.5rem;height:calc(50% + 1.5rem)}.bq-right,blockquote[style="text-align:right"]{border-left:none;padding-left:0;padding-right:2rem}.bq-right .blockquote-footer::before,.bq-right .blockquote-footer::after,blockquote[style="text-align:right"] .blockquote-footer::before,blockquote[style="text-align:right"] .blockquote-footer::after{left:inherit;right:calc(-2rem - 1px)}.bq-right .blockquote-footer::after,blockquote[style="text-align:right"] .blockquote-footer::after{border-left:none}q{font-size:1.5rem;font-style:italic}cite,cite a{font-weight:400;font-size:.875rem;color:#666}cite a:hover{text-decoration:none}img{max-width:100%;height:auto}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #b2b2b2;border-radius:.6rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#666}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#191919}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#191919;white-space:pre-wrap;word-wrap:break-word;padding:1rem}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-left:30px;padding-right:30px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{padding-left:35px;padding-right:35px}}@media(min-width:768px){.container{padding-left:15px;padding-right:15px}}@media(min-width:1150px){.container{padding-left:25px;padding-right:25px}}@media(min-width:576px){.container,body .elementor-section.elementor-section-boxed>.elementor-container{max-width:570px}}@media(min-width:768px){.container,body .elementor-section.elementor-section-boxed>.elementor-container{max-width:720px}}@media(min-width:1150px){.container,body .elementor-section.elementor-section-boxed>.elementor-container{max-width:1100px}}@media(min-width:1440px){.container,body .elementor-section.elementor-section-boxed>.elementor-container{max-width:1390px}}.container-fluid{width:100%;padding-left:30px;padding-right:30px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container-fluid{padding-left:35px;padding-right:35px}}@media(min-width:768px){.container-fluid{padding-left:15px;padding-right:15px}}@media(min-width:1150px){.container-fluid{padding-left:25px;padding-right:25px}}.container-finite{max-width:1440px}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media(min-width:1150px){.row{margin-right:-25px;margin-left:-25px}}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-1p5,.col-2p5,.col-3p5,.col-4p5,.col,.col-auto,.col-sidebar,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-1p5,.col-sm-2p5,.col-sm-3p5,.col-sm-4p5,.col-sm,.col-sm-auto,.col-sm-sidebar,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-1p5,.col-md-2p5,.col-md-3p5,.col-md-4p5,.col-md,.col-md-auto,.col-md-sidebar,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-1p5,.col-lg-2p5,.col-lg-3p5,.col-lg-4p5,.col-lg,.col-lg-auto,.col-lg-sidebar,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-1p5,.col-xl-2p5,.col-xl-3p5,.col-xl-4p5,.col-xl,.col-xl-auto,.col-xl-sidebar{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}@media(min-width:1150px){.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-1p5,.col-2p5,.col-3p5,.col-4p5,.col,.col-auto,.col-sidebar,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-1p5,.col-sm-2p5,.col-sm-3p5,.col-sm-4p5,.col-sm,.col-sm-auto,.col-sm-sidebar,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-1p5,.col-md-2p5,.col-md-3p5,.col-md-4p5,.col-md,.col-md-auto,.col-md-sidebar,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-1p5,.col-lg-2p5,.col-lg-3p5,.col-lg-4p5,.col-lg,.col-lg-auto,.col-lg-sidebar,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-1p5,.col-xl-2p5,.col-xl-3p5,.col-xl-4p5,.col-xl,.col-xl-auto,.col-xl-sidebar{padding-right:25px;padding-left:25px}}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:none;width:auto;max-width:none}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.col-1p5{flex:0 0 20%;max-width:20%}.col-2p5{flex:0 0 40%;max-width:40%}.col-3p5{flex:0 0 60%;max-width:60%}.col-4p5{flex:0 0 80%;max-width:80%}.order-first{order:-1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.offset-1p5{margin-left:20%}.offset-2p5{margin-left:40%}.offset-3p5{margin-left:60%}.offset-4p5{margin-left:80%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:none;width:auto;max-width:none}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.col-sm-1p5{flex:0 0 20%;max-width:20%}.col-sm-2p5{flex:0 0 40%;max-width:40%}.col-sm-3p5{flex:0 0 60%;max-width:60%}.col-sm-4p5{flex:0 0 80%;max-width:80%}.order-sm-first{order:-1}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}.offset-sm-1p5{margin-left:20%}.offset-sm-2p5{margin-left:40%}.offset-sm-3p5{margin-left:60%}.offset-sm-4p5{margin-left:80%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:none;width:auto;max-width:none}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.col-md-1p5{flex:0 0 20%;max-width:20%}.col-md-2p5{flex:0 0 40%;max-width:40%}.col-md-3p5{flex:0 0 60%;max-width:60%}.col-md-4p5{flex:0 0 80%;max-width:80%}.order-md-first{order:-1}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}.offset-md-1p5{margin-left:20%}.offset-md-2p5{margin-left:40%}.offset-md-3p5{margin-left:60%}.offset-md-4p5{margin-left:80%}}@media(min-width:1150px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:none;width:auto;max-width:none}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.col-lg-1p5{flex:0 0 20%;max-width:20%}.col-lg-2p5{flex:0 0 40%;max-width:40%}.col-lg-3p5{flex:0 0 60%;max-width:60%}.col-lg-4p5{flex:0 0 80%;max-width:80%}.order-lg-first{order:-1}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}.offset-lg-1p5{margin-left:20%}.offset-lg-2p5{margin-left:40%}.offset-lg-3p5{margin-left:60%}.offset-lg-4p5{margin-left:80%}}@media(min-width:1440px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:none;width:auto;max-width:none}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.col-xl-1p5{flex:0 0 20%;max-width:20%}.col-xl-2p5{flex:0 0 40%;max-width:40%}.col-xl-3p5{flex:0 0 60%;max-width:60%}.col-xl-4p5{flex:0 0 80%;max-width:80%}.order-xl-first{order:-1}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}.offset-xl-1p5{margin-left:20%}.offset-xl-2p5{margin-left:40%}.offset-xl-3p5{margin-left:60%}.offset-xl-4p5{margin-left:80%}}.table,table{width:100%;max-width:100%;margin-bottom:1rem;background-color:initial}.table th,.table td,table th,table td{padding:.75rem;vertical-align:top;border-top:1px solid #eee}.table thead th,table thead th{vertical-align:bottom}.table-sm th,.table-sm td{padding:.3rem}.table-bordered,.wp-block-table{border:1px solid #eee}.table-bordered th,.wp-block-table th,.table-bordered td,.wp-block-table td{border:1px solid #eee}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,2%)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#fbbddc}.table-hover .table-primary:hover{background-color:#faa5cf}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#faa5cf}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#dadada}.table-hover .table-secondary:hover{background-color:#cdcdcd}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cdcdcd}.table-success,.table-success>th,.table-success>td{background-color:#c0f0ca}.table-hover .table-success:hover{background-color:#abebb9}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#abebb9}.table-info,.table-info>th,.table-info>td{background-color:#bcebee}.table-hover .table-info:hover{background-color:#a8e5e9}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a8e5e9}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffebbf}.table-hover .table-warning:hover{background-color:#ffe3a6}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe3a6}.table-danger,.table-danger>th,.table-danger>td{background-color:#ffb8b8}.table-hover .table-danger:hover{background-color:#ff9f9f}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ff9f9f}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfd}.table-hover .table-light:hover{background-color:#f0f0f0}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f0f0f0}.table-dark,.table-dark>th,.table-dark>td{background-color:#b8b8b8}.table-hover .table-dark:hover{background-color:#ababab}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#ababab}.table-tertiary,.table-tertiary>th,.table-tertiary>td{background-color:#cfd2ff}.table-hover .table-tertiary:hover{background-color:#b6baff}.table-hover .table-tertiary:hover>td,.table-hover .table-tertiary:hover>th{background-color:#b6baff}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#191919;border-color:#2c2c2c}.table .thead-light th{color:#4c4c4c;background-color:#ccc;border-color:#eee}.table-dark{color:#fff;background-color:#191919}.table-dark th,.table-dark td,.table-dark thead th{border-color:#2c2c2c}.table-dark.table-bordered,.table-dark.wp-block-table{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,5%)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media(max-width:575.9px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered,.table-responsive-sm>.wp-block-table{border:0}}@media(max-width:767.9px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered,.table-responsive-md>.wp-block-table{border:0}}@media(max-width:1149.9px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered,.table-responsive-lg>.wp-block-table{border:0}}@media(max-width:1439.9px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered,.table-responsive-xl>.wp-block-table{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered,.table-responsive>.wp-block-table{border:0}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem;font-size:.875rem}input.form-control-sm,.form-control-sm,select.form-control-sm:not([size]):not([multiple]),.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn,.search-form>label input[type=search],.widgets-container .widget select{padding:.25rem 1rem;font-size:.875rem;line-height:1.6;border-radius:.5rem}input:not([type]),input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=time],input[type=text],input[type=url],textarea,select,.form-control{display:block;width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.6;background-clip:padding-box;border-width:1px;border-style:solid;outline:none;margin-bottom:1rem;transition:border-color .185s ease-in-out,box-shadow .225s ease-in-out}input:not([type]):hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=time]:hover,input[type=text]:hover,input[type=url]:hover,textarea:hover,select:hover,.form-control:hover{border-color:#dadada}input:not([type])::-ms-expand,input[type=date]::-ms-expand,input[type=datetime-local]::-ms-expand,input[type=email]::-ms-expand,input[type=number]::-ms-expand,input[type=password]::-ms-expand,input[type=search]::-ms-expand,input[type=tel]::-ms-expand,input[type=time]::-ms-expand,input[type=text]::-ms-expand,input[type=url]::-ms-expand,textarea::-ms-expand,select::-ms-expand,.form-control::-ms-expand{background-color:initial;border:0}input:not([type])::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder,.form-control::-moz-placeholder{opacity:1;font-style:italic}input:not([type]):-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder,.form-control:-ms-input-placeholder{opacity:1;font-style:italic}input:not([type])::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{opacity:1;font-style:italic}input:not([type]):disabled,input:not([type])[readonly],input[type=date]:disabled,input[type=date][readonly],input[type=datetime-local]:disabled,input[type=datetime-local][readonly],input[type=email]:disabled,input[type=email][readonly],input[type=number]:disabled,input[type=number][readonly],input[type=password]:disabled,input[type=password][readonly],input[type=search]:disabled,input[type=search][readonly],input[type=tel]:disabled,input[type=tel][readonly],input[type=time]:disabled,input[type=time][readonly],input[type=text]:disabled,input[type=text][readonly],input[type=url]:disabled,input[type=url][readonly],textarea:disabled,textarea[readonly],select:disabled,select[readonly],.form-control:disabled,.form-control[readonly]{opacity:1}input:not([type]),input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=time],input[type=text],input[type=url],select:not([size]):not([multiple]),.form-control{max-height:calc(2.6rem + 2px)}select:not([size]):not([multiple]),select.form-control:not([size]):not([multiple]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpath fill=%22%237f7f7f%22 fill-rule=%22evenodd%22 d=%22M3.42547774 11.0929521C3.33143351 11.0929521 3.23696374 11.0637059 3.15823893 11.0027764 2.97525694 10.8614199 2.94674579 10.6059221 3.09483354 10.4316637L7.56299841 5.15110521C7.64257429 5.05686755 7.7621509 5.00162479 7.88896167 5 8.00385734 5.00974872 8.13662567 5.0511808 8.21832925 5.14379367L12.8992639 10.4243521C13.0511815 10.595361 13.0286279 10.8516712 12.8494758 10.9966834 12.6698981 11.1408833 12.4013826 11.1205735 12.2498906 10.9487522L7.90172786 6.04351959 3.75654748 10.9418469C3.6727162 11.0413651 3.54930974 11.0929521 3.42547774 11.0929521z%22 transform=%22matrix(1 0 0 -1 0 16.093)%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:calc(100% - 1rem);background-position-y:50%}select:focus::-ms-value,select.form-control:focus::-ms-value{background-color:#fff}select[multiple] option,select.form-control[multiple] option{padding:.25rem;margin-bottom:.25rem}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.6}.col-form-label-lg{padding-top:calc(.75rem + 1px);padding-bottom:calc(.75rem + 1px);font-size:1.125rem;line-height:1.6}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.6}input.form-control-plaintext,.form-control-plaintext{display:block;width:100%;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.6;border:solid transparent;border-width:1px}input.form-control-plaintext,input.form-control-plaintext:disabled,input.form-control-plaintext[readonly],.form-control-plaintext,.form-control-plaintext:disabled,.form-control-plaintext[readonly]{background-color:initial}input.form-control-plaintext.form-control-sm,input.form-control-plaintext.form-control-lg,.input-group-lg>input.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>input.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>input.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>input.form-control-plaintext.btn,.input-group-lg>.input-group-append>input.form-control-plaintext.btn,.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}input.form-control-sm,.form-control-sm,select:not([size]):not([multiple]).form-control-sm{max-height:calc(1.9rem + 2px)}input.form-control-lg,.input-group-lg>input.form-control,.input-group-lg>.input-group-prepend>input.input-group-text,.input-group-lg>.input-group-append>input.input-group-text,.input-group-lg>.input-group-prepend>input.btn,.input-group-lg>.input-group-append>input.btn,.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn,select:not([size]):not([multiple]).form-control-lg,.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){padding:.75rem 1rem;font-size:1.125rem;line-height:1.6;max-height:calc(3.3rem + 2px)}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-right:1.5rem}.form-check-inline .form-check-input{margin-top:0;margin-right:.3125rem;margin-left:0}input[type=checkbox],input[type=radio],.form-check-input{position:absolute;opacity:0;width:auto}input[type=checkbox]+label,input[type=radio]+label,.form-check-label,.form-check-wrapper{position:relative}input[type=checkbox]+label:hover,input[type=radio]+label:hover,.form-check-label:hover,.form-check-wrapper:hover{cursor:pointer}.form-check-wrapper{display:block!important}input[type=checkbox]+label,input[type=radio]+label,.form-check-label,.form-check-wrapper{display:block;font-size:1rem;line-height:1.6;min-height:1.6rem;font-weight:400;padding-left:calc(20px + .5rem);margin-right:2rem;transition:color .2s ease-out,font-weight .2s ease-out}input[type=checkbox]+label:empty,input[type=radio]+label:empty,.form-check-label:empty,.form-check-wrapper:empty{padding-left:20px}input[type=checkbox]+label:before,input[type=checkbox]+label:after,input[type=radio]+label:before,input[type=radio]+label:after,.form-check-label:before,.form-check-label:after,.form-check-wrapper>.check-icon:before,.form-check-wrapper>.check-icon:after{content:'';display:block;position:absolute}input[type=checkbox]+label:before,input[type=radio]+label:before,.form-check-label:before,.form-check-wrapper>.check-icon:before{top:calc((1.6*1rem - 20px)/2);left:0;width:20px;height:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transform:scale(.7,.7);border-width:1px;border-style:solid;transition:transform .2s ease-out,border-width .08s ease-out,border-color .2s ease-out,box-shadow .3s ease-in}input[type=checkbox]+label:after,input[type=radio]+label:after,.form-check-label:after,.form-check-wrapper>.check-icon:after{opacity:0}input[type=checkbox]+label:before,input[type=checkbox]+.check-icon:before{border-radius:4px}input[type=checkbox]+label:after,input[type=checkbox]+.check-icon:after{top:calc((1.6*1rem - 20px)/2);left:0;width:20px;height:20px;content:'\e91f';line-height:20px;font-size:20px}input[type=radio]+label:before,input[type=radio]+label:after,input[type=radio]+.check-icon:before,input[type=radio]+.check-icon:after{border-radius:50%}input[type=radio]+label:after,input[type=radio]+.check-icon:after{top:calc((1.6*1rem - 10px)/2);left:calc((20px - 10px)/2);width:10px;height:10px}input[type=checkbox]:not([disabled])+label:hover:before,input[type=radio]:not([disabled])+label:hover:before,.form-check-input:not([disabled])~.form-check-label:hover:before,.form-check-wrapper:hover>.check-icon:before{transform:scale(1,1);border-width:1px}input[type=checkbox]:checked+label:before,input[type=radio]:checked+label:before,input[type=checkbox]:checked+.check-icon:before,input[type=radio]:checked+.check-icon:before{transform:scale(1,1);border-width:1px;animation:bounceInCheck .5s forwards}input[type=checkbox]:checked+label:after,input[type=radio]:checked+label:after,input[type=checkbox]:checked+.check-icon:after,input[type=radio]:checked+.check-icon:after{opacity:1;animation:bounceInCheck .2s forwards}@-webkit-keyframes bounceInCheck{0%{-webkit-transform:scale(.5)}50%{-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@keyframes bounceInCheck{0%{-webkit-transform:scale(.5)}50%{-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.8rem;color:#1cb53a}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(31,203,65,.8);border-radius:.2rem}.was-validated .form-control:not([disabled]):not([readonly]):valid,.form-control:not([disabled]):not([readonly]).is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:rgba(31,203,65,.5)}.was-validated .form-control:not([disabled]):not([readonly]):valid:focus,.form-control:not([disabled]):not([readonly]).is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:rgba(31,203,65,.5)}.was-validated .form-control:not([disabled]):not([readonly]):valid~.valid-feedback,.was-validated .form-control:not([disabled]):not([readonly]):valid~.valid-tooltip,.form-control:not([disabled]):not([readonly]).is-valid~.valid-feedback,.form-control:not([disabled]):not([readonly]).is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip{display:block}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#1cb53a}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#1cb53a}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{background-color:#7eeb94}.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{background-color:#3ce15d}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:rgba(31,203,65,.5)}.was-validated .custom-file-input:valid~.custom-file-label::before,.custom-file-input.is-valid~.custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip{display:block}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.8rem;color:#e60000}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(255,0,0,.8);border-radius:.2rem}.was-validated .form-control:not([disabled]):not([readonly]):invalid,.form-control:not([disabled]):not([readonly]).is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:rgba(255,0,0,.5)}.was-validated .form-control:not([disabled]):not([readonly]):invalid:focus,.form-control:not([disabled]):not([readonly]).is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:rgba(255,0,0,.5)}.was-validated .form-control:not([disabled]):not([readonly]):invalid~.invalid-feedback,.was-validated .form-control:not([disabled]):not([readonly]):invalid~.invalid-tooltip,.form-control:not([disabled]):not([readonly]).is-invalid~.invalid-feedback,.form-control:not([disabled]):not([readonly]).is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip{display:block}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#e60000}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#e60000}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{background-color:#ff8080}.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{background-color:#f33}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:rgba(255,0,0,.5)}.was-validated .custom-file-input:invalid~.custom-file-label::before,.custom-file-input.is-invalid~.custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip{display:block}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:none;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.wp-block-button__link,.widget_bp_core_login_widget .bp-login-widget-register-link a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;font-weight:400;width:auto;white-space:nowrap;vertical-align:middle;user-select:none;box-shadow:none;border-width:1px;border-style:solid;text-align:center;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem;line-height:1.6;border-radius:.6rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,background-image .5s ease-out,border-color .15s ease-in-out,box-shadow .225s ease-in-out,transform .4s ease-in-out}.wp-block-button__link:focus,.widget_bp_core_login_widget .bp-login-widget-register-link a:focus,.wp-block-button__link:hover,.widget_bp_core_login_widget .bp-login-widget-register-link a:hover{text-decoration:none}.btn .icon+span,.btn span+.icon{margin-left:.5rem}.btn-primary,input.btn-primary[type=submit]{color:#fff;background-color:#f21483;border-color:#f21483}.btn-primary:hover,input.btn-primary:hover[type=submit]{color:#fff;background-color:#ea0d7b;border-color:#ea0d7b}.btn-primary:focus,input.btn-primary:focus[type=submit],.focus.btn-primary,input.focus.btn-primary[type=submit]{box-shadow:0 0 rgba(242,20,131,.5)}.disabled.btn-primary,input.disabled.btn-primary[type=submit],.btn-primary:disabled,input.btn-primary:disabled[type=submit]{background-color:#f21483;border-color:#f21483}.btn-primary:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active{color:#fff;background-color:#e50d79;border-color:#e50d79}.btn-secondary,input.btn-secondary[type=submit]{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.btn-secondary:hover,input.btn-secondary:hover[type=submit]{color:#fff;background-color:#747474;border-color:#747474}.btn-secondary:focus,input.btn-secondary:focus[type=submit],.focus.btn-secondary,input.focus.btn-secondary[type=submit]{box-shadow:0 0 rgba(124,124,124,.5)}.disabled.btn-secondary,input.disabled.btn-secondary[type=submit],.btn-secondary:disabled,input.btn-secondary:disabled[type=submit]{background-color:#7c7c7c;border-color:#7c7c7c}.btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active{color:#fff;background-color:#727272;border-color:#727272}.btn-success,input.btn-success[type=submit]{color:#fff;background-color:#1fcb41;border-color:#1fcb41}.btn-success:hover,input.btn-success:hover[type=submit]{color:#fff;background-color:#1dbe3d;border-color:#1dbe3d}.btn-success:focus,input.btn-success:focus[type=submit],.focus.btn-success,input.focus.btn-success[type=submit]{box-shadow:0 0 rgba(31,203,65,.5)}.disabled.btn-success,input.disabled.btn-success[type=submit],.btn-success:disabled,input.btn-success:disabled[type=submit]{background-color:#1fcb41;border-color:#1fcb41}.btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active{color:#fff;background-color:#1cb93b;border-color:#1cb93b}.btn-info,input.btn-info[type=submit]{color:#fff;background-color:#10b8c1;border-color:#10b8c1}.btn-info:hover,input.btn-info:hover[type=submit]{color:#fff;background-color:#0fabb3;border-color:#0fabb3}.btn-info:focus,input.btn-info:focus[type=submit],.focus.btn-info,input.focus.btn-info[type=submit]{box-shadow:0 0 rgba(16,184,193,.5)}.disabled.btn-info,input.disabled.btn-info[type=submit],.btn-info:disabled,input.btn-info:disabled[type=submit]{background-color:#10b8c1;border-color:#10b8c1}.btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active{color:#fff;background-color:#0ea6ae;border-color:#0ea6ae}.btn-warning,input.btn-warning[type=submit]{color:#191919;background-color:#ffb91a;border-color:#ffb91a}.btn-warning:hover,input.btn-warning:hover[type=submit]{color:#191919;background-color:#ffb40b;border-color:#ffb40b}.btn-warning:focus,input.btn-warning:focus[type=submit],.focus.btn-warning,input.focus.btn-warning[type=submit]{box-shadow:0 0 rgba(255,185,26,.5)}.disabled.btn-warning,input.disabled.btn-warning[type=submit],.btn-warning:disabled,input.btn-warning:disabled[type=submit]{background-color:#ffb91a;border-color:#ffb91a}.btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active{color:#191919;background-color:#ffb306;border-color:#ffb306}.btn-danger,input.btn-danger[type=submit]{color:#fff;background-color:red;border-color:red}.btn-danger:hover,input.btn-danger:hover[type=submit]{color:#fff;background-color:#f00000;border-color:#f00000}.btn-danger:focus,input.btn-danger:focus[type=submit],.focus.btn-danger,input.focus.btn-danger[type=submit]{box-shadow:0 0 rgba(255,0,0,.5)}.disabled.btn-danger,input.disabled.btn-danger[type=submit],.btn-danger:disabled,input.btn-danger:disabled[type=submit]{background-color:red;border-color:red}.btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active{color:#fff;background-color:#eb0000;border-color:#eb0000}.btn-light,input.btn-light[type=submit]{color:#191919;background-color:#f8f8f8;border-color:#f8f8f8}.btn-light:hover,input.btn-light:hover[type=submit]{color:#191919;background-color:#f0f0f0;border-color:#f0f0f0}.btn-light:focus,input.btn-light:focus[type=submit],.focus.btn-light,input.focus.btn-light[type=submit]{box-shadow:0 0 rgba(248,248,248,.5)}.disabled.btn-light,input.disabled.btn-light[type=submit],.btn-light:disabled,input.btn-light:disabled[type=submit]{background-color:#f8f8f8;border-color:#f8f8f8}.btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active{color:#191919;background-color:#eee;border-color:#eee}.btn-dark,input.btn-dark[type=submit]{color:#fff;background-color:#000;border-color:#000}.btn-dark:hover,input.btn-dark:hover[type=submit]{color:#fff;background-color:#000;border-color:#000}.btn-dark:focus,input.btn-dark:focus[type=submit],.focus.btn-dark,input.focus.btn-dark[type=submit]{box-shadow:0 0 rgba(0,0,0,.5)}.disabled.btn-dark,input.disabled.btn-dark[type=submit],.btn-dark:disabled,input.btn-dark:disabled[type=submit]{background-color:#000;border-color:#000}.btn-dark:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled).active{color:#fff;background-color:#000;border-color:#000}.btn-tertiary,input.btn-tertiary[type=submit]{color:#fff;background-color:#555eff;border-color:#555eff}.btn-tertiary:hover,input.btn-tertiary:hover[type=submit]{color:#fff;background-color:#4650ff;border-color:#4650ff}.btn-tertiary:focus,input.btn-tertiary:focus[type=submit],.focus.btn-tertiary,input.focus.btn-tertiary[type=submit]{box-shadow:0 0 rgba(85,94,255,.5)}.disabled.btn-tertiary,input.disabled.btn-tertiary[type=submit],.btn-tertiary:disabled,input.btn-tertiary:disabled[type=submit]{background-color:#555eff;border-color:#555eff}.btn-tertiary:not([disabled]):not(.disabled):active,.btn-tertiary:not([disabled]):not(.disabled).active{color:#fff;background-color:#414bff;border-color:#414bff}.btn-outline-primary,input.btn-outline-primary[type=submit]{color:#f21483;background-color:initial;background-image:none;border-color:#f21483}.btn-outline-primary:hover,input.btn-outline-primary:hover[type=submit]{color:#fff;background-color:#f21483;border-color:#f21483}.disabled.btn-outline-primary,input.disabled.btn-outline-primary[type=submit],.btn-outline-primary:disabled,input.btn-outline-primary:disabled[type=submit]{color:#f21483;background-color:initial;border-color:#f21483}.btn-outline-primary:not([disabled]):not(.disabled):active,.btn-outline-primary:not([disabled]):not(.disabled).active{color:#191919;background-color:#f21483;border-color:#f21483}.btn-outline-secondary,input.btn-outline-secondary[type=submit]{color:#7c7c7c;background-color:initial;background-image:none;border-color:#7c7c7c}.btn-outline-secondary:hover,input.btn-outline-secondary:hover[type=submit]{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.disabled.btn-outline-secondary,input.disabled.btn-outline-secondary[type=submit],.btn-outline-secondary:disabled,input.btn-outline-secondary:disabled[type=submit]{color:#7c7c7c;background-color:initial;border-color:#7c7c7c}.btn-outline-secondary:not([disabled]):not(.disabled):active,.btn-outline-secondary:not([disabled]):not(.disabled).active{color:#191919;background-color:#7c7c7c;border-color:#7c7c7c}.btn-outline-success,input.btn-outline-success[type=submit]{color:#1fcb41;background-color:initial;background-image:none;border-color:#1fcb41}.btn-outline-success:hover,input.btn-outline-success:hover[type=submit]{color:#fff;background-color:#1fcb41;border-color:#1fcb41}.disabled.btn-outline-success,input.disabled.btn-outline-success[type=submit],.btn-outline-success:disabled,input.btn-outline-success:disabled[type=submit]{color:#1fcb41;background-color:initial;border-color:#1fcb41}.btn-outline-success:not([disabled]):not(.disabled):active,.btn-outline-success:not([disabled]):not(.disabled).active{color:#191919;background-color:#1fcb41;border-color:#1fcb41}.btn-outline-info,input.btn-outline-info[type=submit]{color:#10b8c1;background-color:initial;background-image:none;border-color:#10b8c1}.btn-outline-info:hover,input.btn-outline-info:hover[type=submit]{color:#fff;background-color:#10b8c1;border-color:#10b8c1}.disabled.btn-outline-info,input.disabled.btn-outline-info[type=submit],.btn-outline-info:disabled,input.btn-outline-info:disabled[type=submit]{color:#10b8c1;background-color:initial;border-color:#10b8c1}.btn-outline-info:not([disabled]):not(.disabled):active,.btn-outline-info:not([disabled]):not(.disabled).active{color:#191919;background-color:#10b8c1;border-color:#10b8c1}.btn-outline-warning,input.btn-outline-warning[type=submit]{color:#ffb91a;background-color:initial;background-image:none;border-color:#ffb91a}.btn-outline-warning:hover,input.btn-outline-warning:hover[type=submit]{color:#191919;background-color:#ffb91a;border-color:#ffb91a}.disabled.btn-outline-warning,input.disabled.btn-outline-warning[type=submit],.btn-outline-warning:disabled,input.btn-outline-warning:disabled[type=submit]{color:#ffb91a;background-color:initial;border-color:#ffb91a}.btn-outline-warning:not([disabled]):not(.disabled):active,.btn-outline-warning:not([disabled]):not(.disabled).active{color:#191919;background-color:#ffb91a;border-color:#ffb91a}.btn-outline-danger,input.btn-outline-danger[type=submit]{color:red;background-color:initial;background-image:none;border-color:red}.btn-outline-danger:hover,input.btn-outline-danger:hover[type=submit]{color:#fff;background-color:red;border-color:red}.disabled.btn-outline-danger,input.disabled.btn-outline-danger[type=submit],.btn-outline-danger:disabled,input.btn-outline-danger:disabled[type=submit]{color:red;background-color:initial;border-color:red}.btn-outline-danger:not([disabled]):not(.disabled):active,.btn-outline-danger:not([disabled]):not(.disabled).active{color:#191919;background-color:red;border-color:red}.btn-outline-light,input.btn-outline-light[type=submit]{color:#f8f8f8;background-color:initial;background-image:none;border-color:#f8f8f8}.btn-outline-light:hover,input.btn-outline-light:hover[type=submit]{color:#191919;background-color:#f8f8f8;border-color:#f8f8f8}.disabled.btn-outline-light,input.disabled.btn-outline-light[type=submit],.btn-outline-light:disabled,input.btn-outline-light:disabled[type=submit]{color:#f8f8f8;background-color:initial;border-color:#f8f8f8}.btn-outline-light:not([disabled]):not(.disabled):active,.btn-outline-light:not([disabled]):not(.disabled).active{color:#fff;background-color:#f8f8f8;border-color:#f8f8f8}.btn-outline-dark,input.btn-outline-dark[type=submit]{color:#000;background-color:initial;background-image:none;border-color:#000}.btn-outline-dark:hover,input.btn-outline-dark:hover[type=submit]{color:#fff;background-color:#000;border-color:#000}.disabled.btn-outline-dark,input.disabled.btn-outline-dark[type=submit],.btn-outline-dark:disabled,input.btn-outline-dark:disabled[type=submit]{color:#000;background-color:initial;border-color:#000}.btn-outline-dark:not([disabled]):not(.disabled):active,.btn-outline-dark:not([disabled]):not(.disabled).active{color:#191919;background-color:#000;border-color:#000}.btn-outline-tertiary,input.btn-outline-tertiary[type=submit]{color:#555eff;background-color:initial;background-image:none;border-color:#555eff}.btn-outline-tertiary:hover,input.btn-outline-tertiary:hover[type=submit]{color:#fff;background-color:#555eff;border-color:#555eff}.disabled.btn-outline-tertiary,input.disabled.btn-outline-tertiary[type=submit],.btn-outline-tertiary:disabled,input.btn-outline-tertiary:disabled[type=submit]{color:#555eff;background-color:initial;border-color:#555eff}.btn-outline-tertiary:not([disabled]):not(.disabled):active,.btn-outline-tertiary:not([disabled]):not(.disabled).active{color:#191919;background-color:#555eff;border-color:#555eff}.enable-shadow .btn-primary,.enable-shadow input.btn-primary[type=submit]{box-shadow:0 12px 20px -16px rgba(224,12,118,.6)}.enable-shadow .btn-primary:hover{box-shadow:0 14px 22px -14px rgba(234,13,123,.6)}.enable-shadow .disabled.btn-primary,.enable-shadow .btn-primary:disabled{box-shadow:none}.enable-shadow .btn-primary:active,.enable-shadow .active.btn-primary,.enable-shadow .btn-primary:focus,.enable-shadow .focus.btn-primary{box-shadow:0 12px 20px -16px #c80b6a}.enable-shadow .btn-outline-primary,.enable-shadow input.btn-outline-primary[type=submit]{box-shadow:0 12px 20px -16px rgba(224,12,118,.6)}.enable-shadow .btn-outline-primary:hover{box-shadow:0 14px 22px -14px rgba(234,13,123,.6)}.enable-shadow .disabled.btn-outline-primary,.enable-shadow .btn-outline-primary:disabled{box-shadow:none}.enable-shadow .btn-outline-primary:active,.enable-shadow .active.btn-outline-primary,.enable-shadow .btn-outline-primary:focus,.enable-shadow .focus.btn-outline-primary{box-shadow:0 12px 20px -16px #c80b6a}.enable-shadow .btn-secondary,.enable-shadow input.btn-secondary[type=submit]{box-shadow:0 12px 20px -16px rgba(111,111,111,.6)}.enable-shadow .btn-secondary:hover{box-shadow:0 14px 22px -14px rgba(116,116,116,.6)}.enable-shadow .disabled.btn-secondary,.enable-shadow .btn-secondary:disabled{box-shadow:none}.enable-shadow .btn-secondary:active,.enable-shadow .active.btn-secondary,.enable-shadow .btn-secondary:focus,.enable-shadow .focus.btn-secondary{box-shadow:0 12px 20px -16px #636363}.enable-shadow .btn-outline-secondary,.enable-shadow input.btn-outline-secondary[type=submit]{box-shadow:0 12px 20px -16px rgba(111,111,111,.6)}.enable-shadow .btn-outline-secondary:hover{box-shadow:0 14px 22px -14px rgba(116,116,116,.6)}.enable-shadow .disabled.btn-outline-secondary,.enable-shadow .btn-outline-secondary:disabled{box-shadow:none}.enable-shadow .btn-outline-secondary:active,.enable-shadow .active.btn-outline-secondary,.enable-shadow .btn-outline-secondary:focus,.enable-shadow .focus.btn-outline-secondary{box-shadow:0 12px 20px -16px #636363}.enable-shadow .btn-success,.enable-shadow input.btn-success[type=submit]{box-shadow:0 12px 20px -16px rgba(28,181,58,.6)}.enable-shadow .btn-success:hover{box-shadow:0 14px 22px -14px rgba(29,190,61,.6)}.enable-shadow .disabled.btn-success,.enable-shadow .btn-success:disabled{box-shadow:none}.enable-shadow .btn-success:active,.enable-shadow .active.btn-success,.enable-shadow .btn-success:focus,.enable-shadow .focus.btn-success{box-shadow:0 12px 20px -16px #189f33}.enable-shadow .btn-outline-success,.enable-shadow input.btn-outline-success[type=submit]{box-shadow:0 12px 20px -16px rgba(28,181,58,.6)}.enable-shadow .btn-outline-success:hover{box-shadow:0 14px 22px -14px rgba(29,190,61,.6)}.enable-shadow .disabled.btn-outline-success,.enable-shadow .btn-outline-success:disabled{box-shadow:none}.enable-shadow .btn-outline-success:active,.enable-shadow .active.btn-outline-success,.enable-shadow .btn-outline-success:focus,.enable-shadow .focus.btn-outline-success{box-shadow:0 12px 20px -16px #189f33}.enable-shadow .btn-info,.enable-shadow input.btn-info[type=submit]{box-shadow:0 12px 20px -16px rgba(14,162,169,.6)}.enable-shadow .btn-info:hover{box-shadow:0 14px 22px -14px rgba(15,171,179,.6)}.enable-shadow .disabled.btn-info,.enable-shadow .btn-info:disabled{box-shadow:none}.enable-shadow .btn-info:active,.enable-shadow .active.btn-info,.enable-shadow .btn-info:focus,.enable-shadow .focus.btn-info{box-shadow:0 12px 20px -16px #0c8b92}.enable-shadow .btn-outline-info,.enable-shadow input.btn-outline-info[type=submit]{box-shadow:0 12px 20px -16px rgba(14,162,169,.6)}.enable-shadow .btn-outline-info:hover{box-shadow:0 14px 22px -14px rgba(15,171,179,.6)}.enable-shadow .disabled.btn-outline-info,.enable-shadow .btn-outline-info:disabled{box-shadow:none}.enable-shadow .btn-outline-info:active,.enable-shadow .active.btn-outline-info,.enable-shadow .btn-outline-info:focus,.enable-shadow .focus.btn-outline-info{box-shadow:0 12px 20px -16px #0c8b92}.enable-shadow .btn-warning,.enable-shadow input.btn-warning[type=submit]{box-shadow:0 12px 20px -16px rgba(255,177,1,.6)}.enable-shadow .btn-warning:hover{box-shadow:0 14px 22px -14px rgba(255,180,11,.6)}.enable-shadow .disabled.btn-warning,.enable-shadow .btn-warning:disabled{box-shadow:none}.enable-shadow .btn-warning:active,.enable-shadow .active.btn-warning,.enable-shadow .btn-warning:focus,.enable-shadow .focus.btn-warning{box-shadow:0 12px 20px -16px #e6a000}.enable-shadow .btn-outline-warning,.enable-shadow input.btn-outline-warning[type=submit]{box-shadow:0 12px 20px -16px rgba(255,177,1,.6)}.enable-shadow .btn-outline-warning:hover{box-shadow:0 14px 22px -14px rgba(255,180,11,.6)}.enable-shadow .disabled.btn-outline-warning,.enable-shadow .btn-outline-warning:disabled{box-shadow:none}.enable-shadow .btn-outline-warning:active,.enable-shadow .active.btn-outline-warning,.enable-shadow .btn-outline-warning:focus,.enable-shadow .focus.btn-outline-warning{box-shadow:0 12px 20px -16px #e6a000}.enable-shadow .btn-danger,.enable-shadow input.btn-danger[type=submit]{box-shadow:0 12px 20px -16px rgba(230,0,0,.6)}.enable-shadow .btn-danger:hover{box-shadow:0 14px 22px -14px rgba(240,0,0,.6)}.enable-shadow .disabled.btn-danger,.enable-shadow .btn-danger:disabled{box-shadow:none}.enable-shadow .btn-danger:active,.enable-shadow .active.btn-danger,.enable-shadow .btn-danger:focus,.enable-shadow .focus.btn-danger{box-shadow:0 12px 20px -16px #cc0000}.enable-shadow .btn-outline-danger,.enable-shadow input.btn-outline-danger[type=submit]{box-shadow:0 12px 20px -16px rgba(230,0,0,.6)}.enable-shadow .btn-outline-danger:hover{box-shadow:0 14px 22px -14px rgba(240,0,0,.6)}.enable-shadow .disabled.btn-outline-danger,.enable-shadow .btn-outline-danger:disabled{box-shadow:none}.enable-shadow .btn-outline-danger:active,.enable-shadow .active.btn-outline-danger,.enable-shadow .btn-outline-danger:focus,.enable-shadow .focus.btn-outline-danger{box-shadow:0 12px 20px -16px #cc0000}.enable-shadow .btn-light,.enable-shadow input.btn-light[type=submit]{box-shadow:0 12px 20px -16px rgba(235,235,235,.6)}.enable-shadow .btn-light:hover{box-shadow:0 14px 22px -14px rgba(240,240,240,.6)}.enable-shadow .disabled.btn-light,.enable-shadow .btn-light:disabled{box-shadow:none}.enable-shadow .btn-light:active,.enable-shadow .active.btn-light,.enable-shadow .btn-light:focus,.enable-shadow .focus.btn-light{box-shadow:0 12px 20px -16px #dfdfdf}.enable-shadow .btn-outline-light,.enable-shadow input.btn-outline-light[type=submit]{box-shadow:0 12px 20px -16px rgba(235,235,235,.6)}.enable-shadow .btn-outline-light:hover{box-shadow:0 14px 22px -14px rgba(240,240,240,.6)}.enable-shadow .disabled.btn-outline-light,.enable-shadow .btn-outline-light:disabled{box-shadow:none}.enable-shadow .btn-outline-light:active,.enable-shadow .active.btn-outline-light,.enable-shadow .btn-outline-light:focus,.enable-shadow .focus.btn-outline-light{box-shadow:0 12px 20px -16px #dfdfdf}.enable-shadow .btn-dark,.enable-shadow input.btn-dark[type=submit]{box-shadow:0 12px 20px -16px rgba(0,0,0,.6)}.enable-shadow .btn-dark:hover{box-shadow:0 14px 22px -14px rgba(0,0,0,.6)}.enable-shadow .disabled.btn-dark,.enable-shadow .btn-dark:disabled{box-shadow:none}.enable-shadow .btn-dark:active,.enable-shadow .active.btn-dark,.enable-shadow .btn-dark:focus,.enable-shadow .focus.btn-dark{box-shadow:0 12px 20px -16px black}.enable-shadow .btn-outline-dark,.enable-shadow input.btn-outline-dark[type=submit]{box-shadow:0 12px 20px -16px rgba(0,0,0,.6)}.enable-shadow .btn-outline-dark:hover{box-shadow:0 14px 22px -14px rgba(0,0,0,.6)}.enable-shadow .disabled.btn-outline-dark,.enable-shadow .btn-outline-dark:disabled{box-shadow:none}.enable-shadow .btn-outline-dark:active,.enable-shadow .active.btn-outline-dark,.enable-shadow .btn-outline-dark:focus,.enable-shadow .focus.btn-outline-dark{box-shadow:0 12px 20px -16px black}.enable-shadow .btn-tertiary,.enable-shadow input.btn-tertiary[type=submit]{box-shadow:0 12px 20px -16px rgba(60,70,255,.6)}.enable-shadow .btn-tertiary:hover{box-shadow:0 14px 22px -14px rgba(70,80,255,.6)}.enable-shadow .disabled.btn-tertiary,.enable-shadow .btn-tertiary:disabled{box-shadow:none}.enable-shadow .btn-tertiary:active,.enable-shadow .active.btn-tertiary,.enable-shadow .btn-tertiary:focus,.enable-shadow .focus.btn-tertiary{box-shadow:0 12px 20px -16px #222eff}.enable-shadow .btn-outline-tertiary,.enable-shadow input.btn-outline-tertiary[type=submit]{box-shadow:0 12px 20px -16px rgba(60,70,255,.6)}.enable-shadow .btn-outline-tertiary:hover{box-shadow:0 14px 22px -14px rgba(70,80,255,.6)}.enable-shadow .disabled.btn-outline-tertiary,.enable-shadow .btn-outline-tertiary:disabled{box-shadow:none}.enable-shadow .btn-outline-tertiary:active,.enable-shadow .active.btn-outline-tertiary,.enable-shadow .btn-outline-tertiary:focus,.enable-shadow .focus.btn-outline-tertiary{box-shadow:0 12px 20px -16px #222eff}.btn-link,.widget_bp_core_login_widget .bp-login-widget-register-link a{font-weight:400;color:#f21483;background-color:initial}.btn-link:hover,.widget_bp_core_login_widget .bp-login-widget-register-link a:hover{color:#b00a5d;text-decoration:underline;background-color:initial;border-color:transparent}.btn-link:focus,.widget_bp_core_login_widget .bp-login-widget-register-link a:focus,.focus.btn-link,.widget_bp_core_login_widget .bp-login-widget-register-link a.focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link:disabled,.widget_bp_core_login_widget .bp-login-widget-register-link a:disabled,.disabled.btn-link,.widget_bp_core_login_widget .bp-login-widget-register-link a.disabled{color:#666}.enable-shadow .btn-link,.enable-shadow .widget_bp_core_login_widget .bp-login-widget-register-link a,.widget_bp_core_login_widget .bp-login-widget-register-link .enable-shadow a{box-shadow:none!important}.btn.btn-lg,.btn-group-lg>.btn{padding:.75rem 1rem;font-size:1.125rem;line-height:1.6;border-radius:.6rem}.btn.btn-xs,input.btn-xs[type=submit],.activity-list .activity-comments .show-all a,.activity-list .activity-meta .button,.activity-list .activity-meta .view,.acomment-reply,.acomment-delete,.bp-secondary-action,.widget_bp_core_login_widget .bp-login-widget-user-logout a.logout,.widget_bp_core_login_widget input#bp-login-widget-submit{padding:.25rem .75rem;font-size:.75rem;line-height:1;border-radius:.6rem;min-height:1.6rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.btn-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:#f8f8f8;text-transform:uppercase;text-decoration:none;font-weight:700;margin-right:.5rem;margin-bottom:.5rem;vertical-align:middle;color:#333;background:#f8f8f8;padding:.3125rem 1rem;font-size:.875rem;line-height:1.2;border-radius:1rem;transition:color .15s ease-in-out,background-color .185s ease-in-out}.btn-tag:hover{text-decoration:none;color:#fff;background-color:#f21483}.btn:focus,.btn.focus,input[type=submit]:focus,input[type=submit].focus,input[type=button]:focus,input[type=button].focus,input[type=reset]:focus,input[type=reset].focus,button:focus,button.focus{outline:0}.btn.disabled,.btn:disabled,input[type=submit].disabled,input[type=submit]:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,button.disabled,button:disabled{opacity:.65}.btn:not([disabled]):not(.disabled),input[type=submit]:not([disabled]):not(.disabled),input[type=button]:not([disabled]):not(.disabled),input[type=reset]:not([disabled]):not(.disabled),button:not([disabled]):not(.disabled){cursor:pointer}.btn:not([disabled]):not(.disabled):active,.btn:not([disabled]):not(.disabled).active,input[type=submit]:not([disabled]):not(.disabled):active,input[type=submit]:not([disabled]):not(.disabled).active,input[type=button]:not([disabled]):not(.disabled):active,input[type=button]:not([disabled]):not(.disabled).active,input[type=reset]:not([disabled]):not(.disabled):active,input[type=reset]:not([disabled]):not(.disabled).active,button:not([disabled]):not(.disabled):active,button:not([disabled]):not(.disabled).active{background-image:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn.btn-outline-facebook{color:#4469b0;background-color:initial;background-image:none;border-color:#4469b0}.btn.btn-outline-facebook:hover{color:#fff;background-color:#4469b0;border-color:#4469b0}.btn.btn-outline-facebook.disabled,.btn.btn-outline-facebook:disabled{color:#4469b0;background-color:initial;border-color:#4469b0}.btn.btn-outline-facebook:not([disabled]):not(.disabled):active,.btn.btn-outline-facebook:not([disabled]):not(.disabled).active{color:#fff;background-color:#4469b0;border-color:#4469b0}.btn.btn-outline-google{color:#ea4335;background-color:initial;background-image:none;border-color:#ea4335}.btn.btn-outline-google:hover{color:#fff;background-color:#ea4335;border-color:#ea4335}.btn.btn-outline-google.disabled,.btn.btn-outline-google:disabled{color:#ea4335;background-color:initial;border-color:#ea4335}.btn.btn-outline-google:not([disabled]):not(.disabled):active,.btn.btn-outline-google:not([disabled]):not(.disabled).active{color:#fff;background-color:#ea4335;border-color:#ea4335}.svq-facebook-connect.btn-outline-facebook .icon-facebook-fill:before{background:#4469b0;color:#fff;padding-bottom:0;display:inline-block;line-height:17px;padding-top:5px;width:24px;transform:translateY(3px);border-radius:2px}.svq-facebook-connect.btn-outline-facebook:hover .icon-facebook-fill:before{background:#fff;color:#4469b0}.btn-xs .icon{font-size:calc(1.6rem - .25rem * 2 - 2px);height:calc(1.6rem - .25rem * 2 - 2px)}.btn-xs span{vertical-align:middle}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.btn-square{padding:.5rem}.btn-square.btn-lg{padding:.75rem}.btn-gradient-primary{color:#fff;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#FF19A0,#F21483);background-repeat:repeat-x}.btn-gradient-primary:not([disabled]):not(.disabled):hover,.btn-gradient-primary:not([disabled]):not(.disabled):focus,.btn-gradient-primary:not([disabled]):not(.disabled).focus,.btn-gradient-primary:not([disabled]):not(.disabled):active,.btn-gradient-primary:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#FF19A0,#F21483);background-repeat:repeat-x;color:#fff}.btn-gradient-secondary{color:#191919;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#CCCCCC,#7c7c7c);background-repeat:repeat-x}.btn-gradient-secondary:not([disabled]):not(.disabled):hover,.btn-gradient-secondary:not([disabled]):not(.disabled):focus,.btn-gradient-secondary:not([disabled]):not(.disabled).focus,.btn-gradient-secondary:not([disabled]):not(.disabled):active,.btn-gradient-secondary:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#CCCCCC,#7c7c7c);background-repeat:repeat-x;color:#191919}.btn-gradient-tertiary{color:#fff;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#A764CD,#555EFF);background-repeat:repeat-x}.btn-gradient-tertiary:not([disabled]):not(.disabled):hover,.btn-gradient-tertiary:not([disabled]):not(.disabled):focus,.btn-gradient-tertiary:not([disabled]):not(.disabled).focus,.btn-gradient-tertiary:not([disabled]):not(.disabled):active,.btn-gradient-tertiary:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#A764CD,#555EFF);background-repeat:repeat-x;color:#fff}.btn-gradient-danger{color:#fff;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#FC7425,#FF0000);background-repeat:repeat-x}.btn-gradient-danger:not([disabled]):not(.disabled):hover,.btn-gradient-danger:not([disabled]):not(.disabled):focus,.btn-gradient-danger:not([disabled]):not(.disabled).focus,.btn-gradient-danger:not([disabled]):not(.disabled):active,.btn-gradient-danger:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#FC7425,#FF0000);background-repeat:repeat-x;color:#fff}.btn[class*=btn-gradient-]{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px)}.btn-sm[class*=btn-gradient-]{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px)}.btn-tag-sm{font-size:.75rem}.btn-tag.btn-tag-violet,.btn.btn-tag-violet,.btn-tag-violet{color:#a66ff7;background-color:rgba(166,111,247,.1)}.btn-tag.btn-tag-violet:hover,.btn.btn-tag-violet:hover,.btn-tag-violet:hover{color:#fff;background-color:#a66ff7}.btn-tag.btn-tag-sky,.btn.btn-tag-sky,.btn-tag-sky{color:#04bbf1;background-color:rgba(4,187,241,.1)}.btn-tag.btn-tag-sky:hover,.btn.btn-tag-sky:hover,.btn-tag-sky:hover{color:#fff;background-color:#04bbf1}.btn-tag.btn-tag-salmon,.btn.btn-tag-salmon,.btn-tag-salmon{color:#ff788c;background-color:rgba(255,120,140,.1)}.btn-tag.btn-tag-salmon:hover,.btn.btn-tag-salmon:hover,.btn-tag-salmon:hover{color:#fff;background-color:#ff788c}.btn-tag.btn-tag-emerald,.btn.btn-tag-emerald,.btn-tag-emerald{color:#1ad6ac;background-color:rgba(26,214,172,.1)}.btn-tag.btn-tag-emerald:hover,.btn.btn-tag-emerald:hover,.btn-tag-emerald:hover{color:#fff;background-color:#1ad6ac}.btn-tag.btn-tag-yellow,.btn.btn-tag-yellow,.btn-tag-yellow{color:#ffc107;background-color:rgba(255,193,7,.1)}.btn-tag.btn-tag-yellow:hover,.btn.btn-tag-yellow:hover,.btn-tag-yellow:hover{color:#fff;background-color:#ffc107}.btn-tag.btn-tag-orange,.btn.btn-tag-orange,.btn-tag-orange{color:#fd7e14;background-color:rgba(253,126,20,.1)}.btn-tag.btn-tag-orange:hover,.btn.btn-tag-orange:hover,.btn-tag-orange:hover{color:#fff;background-color:#fd7e14}.btn-tag.btn-tag-green,.btn.btn-tag-green,.btn-tag-green{color:#28a745;background-color:rgba(40,167,69,.1)}.btn-tag.btn-tag-green:hover,.btn.btn-tag-green:hover,.btn-tag-green:hover{color:#fff;background-color:#28a745}.btn-tag.btn-tag-blue,.btn.btn-tag-blue,.btn-tag-blue{color:#007bff;background-color:rgba(0,123,255,.1)}.btn-tag.btn-tag-blue:hover,.btn.btn-tag-blue:hover,.btn-tag-blue:hover{color:#fff;background-color:#007bff}.btn-tag.btn-tag-electric,.btn.btn-tag-electric,.btn-tag-electric{color:#a026ff;background-color:rgba(160,38,255,.1)}.btn-tag.btn-tag-electric:hover,.btn.btn-tag-electric:hover,.btn-tag-electric:hover{color:#fff;background-color:#a026ff}.btn-tag.btn-tag-lime,.btn.btn-tag-lime,.btn-tag-lime{color:#b6e215;background-color:rgba(182,226,21,.1)}.btn-tag.btn-tag-lime:hover,.btn.btn-tag-lime:hover,.btn-tag-lime:hover{color:#fff;background-color:#b6e215}.btn-tag.btn-tag-fossil,.btn.btn-tag-fossil,.btn-tag-fossil{color:#9e989d;background-color:rgba(158,152,157,.1)}.btn-tag.btn-tag-fossil:hover,.btn.btn-tag-fossil:hover,.btn-tag-fossil:hover{color:#fff;background-color:#9e989d}.btn-tag.btn-tag-red,.btn.btn-tag-red,.btn-tag-red{color:#dc3545;background-color:rgba(220,53,69,.1)}.btn-tag.btn-tag-red:hover,.btn.btn-tag-red:hover,.btn-tag-red:hover{color:#fff;background-color:#dc3545}.btn-tag.btn-tag-sapphire,.btn.btn-tag-sapphire,.btn-tag-sapphire{color:#416aef;background-color:rgba(65,106,239,.1)}.btn-tag.btn-tag-sapphire:hover,.btn.btn-tag-sapphire:hover,.btn-tag-sapphire:hover{color:#fff;background-color:#416aef}.btn-tag.btn-tag-magenta,.btn.btn-tag-magenta,.btn-tag-magenta{color:#f81895;background-color:rgba(248,24,149,.1)}.btn-tag.btn-tag-magenta:hover,.btn.btn-tag-magenta:hover,.btn-tag-magenta:hover{color:#fff;background-color:#f81895}.btn-tag.btn-tag-brown,.btn.btn-tag-brown,.btn-tag-brown{color:#cc7401;background-color:rgba(204,116,1,.1)}.btn-tag.btn-tag-brown:hover,.btn.btn-tag-brown:hover,.btn-tag-brown:hover{color:#fff;background-color:#cc7401}.btn-tag.btn-tag-indigo,.btn.btn-tag-indigo,.btn-tag-indigo{color:#6610f2;background-color:rgba(102,16,242,.1)}.btn-tag.btn-tag-indigo:hover,.btn.btn-tag-indigo:hover,.btn-tag-indigo:hover{color:#fff;background-color:#6610f2}.btn-tag.btn-tag-purple,.btn.btn-tag-purple,.btn-tag-purple{color:#6f42c1;background-color:rgba(111,66,193,.1)}.btn-tag.btn-tag-purple:hover,.btn.btn-tag-purple:hover,.btn-tag-purple:hover{color:#fff;background-color:#6f42c1}.btn-tag.btn-tag-pink,.btn.btn-tag-pink,.btn-tag-pink{color:#e83e8c;background-color:rgba(232,62,140,.1)}.btn-tag.btn-tag-pink:hover,.btn.btn-tag-pink:hover,.btn-tag-pink:hover{color:#fff;background-color:#e83e8c}.btn-tag.btn-tag-teal,.btn.btn-tag-teal,.btn-tag-teal{color:#20c997;background-color:rgba(32,201,151,.1)}.btn-tag.btn-tag-teal:hover,.btn.btn-tag-teal:hover,.btn-tag-teal:hover{color:#fff;background-color:#20c997}.btn-tag.btn-tag-cyan,.btn.btn-tag-cyan,.btn-tag-cyan{color:#17a2b8;background-color:rgba(23,162,184,.1)}.btn-tag.btn-tag-cyan:hover,.btn.btn-tag-cyan:hover,.btn-tag-cyan:hover{color:#fff;background-color:#17a2b8}.btn-tag.btn-tag-white,.btn.btn-tag-white,.btn-tag-white{color:#fff;background-color:rgba(255,255,255,.1)}.btn-tag.btn-tag-white:hover,.btn.btn-tag-white:hover,.btn-tag-white:hover{color:#191919;background-color:#fff}.btn-tag.btn-tag-gray,.btn.btn-tag-gray,.btn-tag-gray{color:#666;background-color:rgba(102,102,102,.1)}.btn-tag.btn-tag-gray:hover,.btn.btn-tag-gray:hover,.btn-tag-gray:hover{color:#fff;background-color:#666}.btn-tag.btn-tag-gray-dark,.btn.btn-tag-gray-dark,.btn-tag-gray-dark{color:#333;background-color:rgba(51,51,51,.1)}.btn-tag.btn-tag-gray-dark:hover,.btn.btn-tag-gray-dark:hover,.btn-tag-gray-dark:hover{color:#fff;background-color:#333}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropup .dropdown-menu{margin-top:0;margin-bottom:.5rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.5rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.5rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:1.5rem 0;overflow:hidden;border-top:1px solid #e0e0e0;transition:border-color .185s ease-in-out,box-shadow .225s ease-in-out}.navbar .dropdown-menu a.nav-link{padding:.25rem 2rem}.dropdown-menu li{margin:0;width:100%}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:1rem 2rem;margin-bottom:0;font-size:.875rem;color:#9a9a9a;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:initial}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group .form-control,.input-group .custom-select,.input-group .custom-file{position:relative;flex:auto;width:1%;margin-bottom:0}.input-group .form-control:focus,.input-group .custom-select:focus,.input-group .custom-file:focus{z-index:3}.input-group .form-control+.form-control,.input-group .custom-select+.form-control,.input-group .custom-file+.form-control{margin-left:-1px}.input-group .form-control:not(:last-child),.input-group .custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group .form-control:not(:first-child),.input-group .custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group .custom-file{display:flex;align-items:center}.input-group .custom-file:not(:last-child) .custom-file-control,.input-group .custom-file:not(:last-child) .custom-file-control::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group .custom-file:not(:first-child) .custom-file-control,.input-group .custom-file:not(:first-child) .custom-file-control::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:flex;align-items:center}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.6;color:#333;text-align:center;white-space:nowrap;background-color:#eee;border:1px solid #e0e0e0}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#666}.nav-link.active{font-weight:700}.nav-tabs{border-bottom:1px solid #b2b2b2}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.6rem;border-top-right-radius:.6rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#ccc #ccc #b2b2b2}.nav-tabs .nav-link.disabled{color:#666;background-color:initial;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#4c4c4c;background-color:#fff;border-color:#b2b2b2 #b2b2b2 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.6rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#f21483}.nav-fill .nav-item{flex:auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3rem;padding-bottom:.3rem;margin-right:1rem;font-size:1.25rem!important;font-weight:700!important;line-height:1.5;white-space:nowrap;height:100%}.navbar-brand img.seeko-logo{height:100%;width:auto;max-width:inherit;max-height:calc(60px - 2 * .5rem - 2 * .3rem)}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-nav .dropdown-menu .dropdown-menu{display:none!important;top:0;left:-100%}.navbar-nav .dropdown-menu .dropdown-menu.show{display:block!important}@media(max-width:1149.9px){.navbar-nav .dropdown-menu .show>.dropdown-toggle::after{transform:rotate(-90deg)}}@media(max-width:1149.9px){.enable-shadow .navbar-nav .dropdown-menu{border:none;box-shadow:none;padding:0}.enable-shadow .navbar-nav .dropdown-menu:hover{box-shadow:none}.enable-shadow .navbar-nav .dropdown-menu .dropdown-menu a.nav-link{padding:.25rem 2rem .25rem 4rem}}.collapse:not(.show) .navbar-nav li.dropdown:hover>.dropdown-menu{display:block!important}@media(min-width:1150px){#header .navbar-expand-lg{height:60px;-ms-flex-align:center;-webkit-align-items:center;align-items:center}#header .navbar-expand-lg>li{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .65rem;font-size:1.125rem;line-height:1;background-color:initial;border:1px solid transparent;border-radius:.6rem;margin-bottom:0}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not([disabled]):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.1em;height:1.3em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media(max-width:575.9px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row;height:100%}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-moz-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-basis:auto;height:100%}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media(max-width:767.9px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row;height:100%}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-moz-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-basis:auto;height:100%}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media(max-width:1149.9px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1150px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row;height:100%}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-moz-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-basis:auto;height:100%}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media(max-width:1439.9px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media(min-width:1440px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row;height:100%}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-moz-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-basis:auto;height:100%}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row;height:100%}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.75rem;padding-left:.75rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-moz-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;flex-basis:auto;height:100%}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#f21483}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#f21483}.navbar-light .navbar-nav .nav-link{color:#4d4d4d}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:gray}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#f21483}.navbar-light .navbar-toggler{color:#4d4d4d;border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%220 0 30 30%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath stroke=%22%234d4d4d%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-miterlimit=%2210%22 d=%22M4 7h22M4 15h22M4 23h22%22/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#4d4d4d}.navbar-light .navbar-text a{color:#f21483}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#f21483}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%220 0 30 30%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath stroke=%22rgba(255, 255, 255, 0.5)%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-miterlimit=%2210%22 d=%22M4 7h22M4 15h22M4 23h22%22/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.svq-ajax-notifications-nav.has-submenu>.submenu{left:auto!important;right:0;min-width:360px!important;white-space:normal}.svq-ajax-notifications-nav.has-submenu>a{margin-right:5px!important}.svq-ajax-notifications-nav.has-submenu>a:after{display:none!important}.svq-ajax-notifications-nav.has-submenu .notify-items{position:relative}.svq-ajax-notifications-nav.has-submenu .svq-mark-as-read{text-align:center;border:1px solid #ccc;padding:5px 15px;display:inline-block;font-size:12px;margin:10px 0}.svq-ajax-notifications-nav.has-submenu .svq-mark-as-read:hover{text-decoration:none}.svq-ajax-notifications-nav.has-submenu .svq-submenu-item{padding:5px;border-bottom:1px solid #ccc}.svq-ajax-notifications-nav.has-submenu .svq-submenu-item:last-child{border-bottom:none}.svq-ajax-notifications-nav.has-submenu .svq-submenu-item a{text-transform:none!important}.svq-notifications-count:not(:empty){border-radius:50%;background:red;color:#fff;padding:2px;font-size:11px;display:inline-block;width:20px;height:20px;text-align:center;line-height:16px;top:-5px;position:absolute;margin-left:-5px}.svq-breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none;background-color:initial;font-size:.75rem}.svq-breadcrumb li{padding-left:0}.svq-breadcrumb li a{transition:color .2s ease-in}.svq-breadcrumb li+li::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#666;content:"/"}.svq-breadcrumb li+li:hover::before{text-decoration:underline}.svq-breadcrumb li+li:hover::before{text-decoration:none}.svq-breadcrumb li.active{color:#666}.svq-breadcrumb+.entry-title{margin-top:0}.pagination,.page-links,.pagination-links{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.pagination{-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:1rem}.pagination-links{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}@media(max-width:575.9px){.pagination{margin-bottom:2rem}}.page-numbers,.page-links>*:not(.page-links-title){position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:.0625rem .625rem;margin:0 .5rem;background-color:initial;border:1px solid transparent;border-radius:.6rem;transition:border-color .25s ease-out,color .25s ease-out}.page-numbers:hover,.page-links>*:not(.page-links-title):hover{text-decoration:none;background-color:initial;border-color:#dadada}.page-numbers:not([disabled]):not(.disabled),.page-links>*:not(.page-links-title):not([disabled]):not(.disabled){cursor:pointer}.page-links .page-links-title{margin-right:.5rem}.page-numbers.current,.page-numbers:focus,.page-links>span:not(.page-links-title),.page-links>span:not(.page-links-title):hover{z-index:1;background-color:initial}.page-numbers.disabled{color:#666;pointer-events:none;cursor:auto;background-color:#fff;border-color:transparent}.prev.page-numbers:focus,.prev.page-numbers:hover,.next.page-numbers:focus,.next.page-numbers:hover{border-color:transparent}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1.5rem;border:1px solid transparent;border-radius:.6rem}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:.2rem;right:.2rem;padding:.75rem 1.25rem;color:inherit}.alert-heading{color:inherit}.alert-link{font-weight:700}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#ccc;border-radius:.6rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;background-color:#f21483;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{display:flex;align-items:flex-start}body.media{display:block;align-items:initial}.media-body{flex:1}.media-vertical{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.media-vertical .media-body{width:100%;text-align:center;margin-bottom:1rem}.media-vertical .media-body h6{margin:1.5rem 0 0;font-weight:700}.media-vertical .media-body small{opacity:.8}.svq-menu-avatar-img{width:30px;border-radius:15px}a span.svq-menu-avatar-text{margin-left:7px;display:inline-block}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not([disabled]):not(.disabled){cursor:pointer}button.close{padding:0;background-color:initial;border:0;-webkit-appearance:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border-radius:1rem;outline:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}.modal.show .modal-dialog{transform:translate(0,0)}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #ccc}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.6}.modal-body{position:relative;flex:auto;padding:1rem;overflow:hidden}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #ccc}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.svq-modal .modal-content .close{position:absolute;right:1rem;top:.5rem;z-index:1}.svq-modal .modal-content .close:hover{background:0 0}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media(min-width:1150px){.modal-lg{max-width:800px}}.terms-and-services{font-size:.875rem}.terms-and-services a{text-decoration:underline;transition:color .2s ease-out}.svq-booster-footer{text-align:center}.terms-and-services,.already-account{text-align:center}.svq-login-form .text-sm-right,.svq-login-form .form-check-label{line-height:2}.svq-login-form .btn{justify-content:center}.svq-register .btn{justify-content:center}.svq-register .btn span{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.svq-lost-pass .btn{justify-content:center}.svq-login h3,.svq-register h3,.svq-lost-pass h3{padding-top:2rem;padding-bottom:2rem}.svq-login hr,.svq-login input[type=text],.svq-login input[type=password],.svq-register hr,.svq-register input[type=text],.svq-register input[type=password],.svq-lost-pass hr,.svq-lost-pass input[type=text],.svq-lost-pass input[type=password]{border-color:rgba(80,227,194,.56)}.svq-login:before,.svq-register:before,.svq-lost-pass:before{content:"";background:rgba(80,227,194,.15);width:800px;height:500px;position:absolute;bottom:0;right:0;transform:rotate(20deg);border-radius:20px}.svq-login:after,.svq-register:after,.svq-lost-pass:after{content:"";background:rgba(80,227,194,.15);width:200px;height:200px;position:absolute;top:-154px;left:0;transform:rotate(-20deg);border-radius:10px}.already-account .icon{margin-left:.5rem;margin-right:.5rem}.svq-modal .svq-facebook-connect{width:100%}.svq-modal hr{margin:1rem 0}[data-svq-title]{position:relative}[data-svq-title]:before,[data-svq-title]:after{position:absolute;display:block;z-index:1070;transform:translateX(-50%);left:50%;opacity:0;pointer-events:none}[data-svq-title]:before{content:attr(data-svq-title);bottom:calc(100% + .4rem + 4px);font-family:muli,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.75rem;word-wrap:break-word;white-space:nowrap;max-width:200px;padding:.125rem .625rem;color:#fff;text-align:center;background-color:#000;border-radius:.5rem}[data-svq-title]:after{content:'';top:calc(-.4rem - 5px);border-color:transparent;border-style:solid;border-width:.4rem .4rem 0;border-top-color:#000}[data-svq-title]:hover:before,[data-svq-title]:hover:after{opacity:1;transition:opacity .25s ease-out .25s,background .25s ease-out,border-color .25s ease-out}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:muli,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.75rem;word-wrap:break-word;opacity:0;pointer-events:none}.tooltip.show{opacity:1}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.125rem .625rem;color:#fff;text-align:center;background-color:#000}[data-svq-title].activity-time-since{position:absolute}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:muli,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2)}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^=top] .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::after{border-width:.5rem .5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^=top] .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^=right] .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::after{border-width:.5rem .5rem .5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^=right] .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::after{left:1px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^=bottom] .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::after{border-width:0 .5rem .5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^=bottom] .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^=left] .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::after{border-width:.5rem 0 .5rem .5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^=left] .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:#000;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(1rem - 1px);border-top-right-radius:calc(1rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#333}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.border{border:1px solid #eee!important}.border-top{border-top:1px solid #eee!important}.border-right{border-right:1px solid #eee!important}.border-bottom{border-bottom:1px solid #eee!important}.border-left{border-left:1px solid #eee!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#f21483!important}.border-secondary{border-color:#7c7c7c!important}.border-success{border-color:#1fcb41!important}.border-info{border-color:#10b8c1!important}.border-warning{border-color:#ffb91a!important}.border-danger{border-color:red!important}.border-light{border-color:#f8f8f8!important}.border-dark{border-color:#000!important}.border-tertiary{border-color:#555eff!important}.border-white{border-color:#fff!important}.rounded{border-radius:.6rem!important}.rounded-top{border-top-left-radius:.6rem!important;border-top-right-radius:.6rem!important}.rounded-right{border-top-right-radius:.6rem!important;border-bottom-right-radius:.6rem!important}.rounded-bottom{border-bottom-right-radius:.6rem!important;border-bottom-left-radius:.6rem!important}.rounded-left{border-top-left-radius:.6rem!important;border-bottom-left-radius:.6rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:1150px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1440px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}.d-print-block{display:none!important}@media print{.d-print-block{display:block!important}}.d-print-inline{display:none!important}@media print{.d-print-inline{display:inline!important}}.d-print-inline-block{display:none!important}@media print{.d-print-inline-block{display:inline-block!important}}@media print{.d-print-none{display:none!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:1150px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1440px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:1150px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1440px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:2rem!important}.mt-5,.my-5{margin-top:2rem!important}.mr-5,.mx-5{margin-right:2rem!important}.mb-5,.my-5{margin-bottom:2rem!important}.ml-5,.mx-5{margin-left:2rem!important}.m-6{margin:3rem!important}.mt-6,.my-6{margin-top:3rem!important}.mr-6,.mx-6{margin-right:3rem!important}.mb-6,.my-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.m-7{margin:4rem!important}.mt-7,.my-7{margin-top:4rem!important}.mr-7,.mx-7{margin-right:4rem!important}.mb-7,.my-7{margin-bottom:4rem!important}.ml-7,.mx-7{margin-left:4rem!important}.m-8{margin:5rem!important}.mt-8,.my-8{margin-top:5rem!important}.mr-8,.mx-8{margin-right:5rem!important}.mb-8,.my-8{margin-bottom:5rem!important}.ml-8,.mx-8{margin-left:5rem!important}.m-9{margin:6rem!important}.mt-9,.my-9{margin-top:6rem!important}.mr-9,.mx-9{margin-right:6rem!important}.mb-9,.my-9{margin-bottom:6rem!important}.ml-9,.mx-9{margin-left:6rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:2rem!important}.pt-5,.py-5{padding-top:2rem!important}.pr-5,.px-5{padding-right:2rem!important}.pb-5,.py-5{padding-bottom:2rem!important}.pl-5,.px-5{padding-left:2rem!important}.p-6{padding:3rem!important}.pt-6,.py-6{padding-top:3rem!important}.pr-6,.px-6{padding-right:3rem!important}.pb-6,.py-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.p-7{padding:4rem!important}.pt-7,.py-7{padding-top:4rem!important}.pr-7,.px-7{padding-right:4rem!important}.pb-7,.py-7{padding-bottom:4rem!important}.pl-7,.px-7{padding-left:4rem!important}.p-8{padding:5rem!important}.pt-8,.py-8{padding-top:5rem!important}.pr-8,.px-8{padding-right:5rem!important}.pb-8,.py-8{padding-bottom:5rem!important}.pl-8,.px-8{padding-left:5rem!important}.p-9{padding:6rem!important}.pt-9,.py-9{padding-top:6rem!important}.pr-9,.px-9{padding-right:6rem!important}.pb-9,.py-9{padding-bottom:6rem!important}.pl-9,.px-9{padding-left:6rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:2rem!important}.mt-sm-5,.my-sm-5{margin-top:2rem!important}.mr-sm-5,.mx-sm-5{margin-right:2rem!important}.mb-sm-5,.my-sm-5{margin-bottom:2rem!important}.ml-sm-5,.mx-sm-5{margin-left:2rem!important}.m-sm-6{margin:3rem!important}.mt-sm-6,.my-sm-6{margin-top:3rem!important}.mr-sm-6,.mx-sm-6{margin-right:3rem!important}.mb-sm-6,.my-sm-6{margin-bottom:3rem!important}.ml-sm-6,.mx-sm-6{margin-left:3rem!important}.m-sm-7{margin:4rem!important}.mt-sm-7,.my-sm-7{margin-top:4rem!important}.mr-sm-7,.mx-sm-7{margin-right:4rem!important}.mb-sm-7,.my-sm-7{margin-bottom:4rem!important}.ml-sm-7,.mx-sm-7{margin-left:4rem!important}.m-sm-8{margin:5rem!important}.mt-sm-8,.my-sm-8{margin-top:5rem!important}.mr-sm-8,.mx-sm-8{margin-right:5rem!important}.mb-sm-8,.my-sm-8{margin-bottom:5rem!important}.ml-sm-8,.mx-sm-8{margin-left:5rem!important}.m-sm-9{margin:6rem!important}.mt-sm-9,.my-sm-9{margin-top:6rem!important}.mr-sm-9,.mx-sm-9{margin-right:6rem!important}.mb-sm-9,.my-sm-9{margin-bottom:6rem!important}.ml-sm-9,.mx-sm-9{margin-left:6rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:2rem!important}.pt-sm-5,.py-sm-5{padding-top:2rem!important}.pr-sm-5,.px-sm-5{padding-right:2rem!important}.pb-sm-5,.py-sm-5{padding-bottom:2rem!important}.pl-sm-5,.px-sm-5{padding-left:2rem!important}.p-sm-6{padding:3rem!important}.pt-sm-6,.py-sm-6{padding-top:3rem!important}.pr-sm-6,.px-sm-6{padding-right:3rem!important}.pb-sm-6,.py-sm-6{padding-bottom:3rem!important}.pl-sm-6,.px-sm-6{padding-left:3rem!important}.p-sm-7{padding:4rem!important}.pt-sm-7,.py-sm-7{padding-top:4rem!important}.pr-sm-7,.px-sm-7{padding-right:4rem!important}.pb-sm-7,.py-sm-7{padding-bottom:4rem!important}.pl-sm-7,.px-sm-7{padding-left:4rem!important}.p-sm-8{padding:5rem!important}.pt-sm-8,.py-sm-8{padding-top:5rem!important}.pr-sm-8,.px-sm-8{padding-right:5rem!important}.pb-sm-8,.py-sm-8{padding-bottom:5rem!important}.pl-sm-8,.px-sm-8{padding-left:5rem!important}.p-sm-9{padding:6rem!important}.pt-sm-9,.py-sm-9{padding-top:6rem!important}.pr-sm-9,.px-sm-9{padding-right:6rem!important}.pb-sm-9,.py-sm-9{padding-bottom:6rem!important}.pl-sm-9,.px-sm-9{padding-left:6rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:2rem!important}.mt-md-5,.my-md-5{margin-top:2rem!important}.mr-md-5,.mx-md-5{margin-right:2rem!important}.mb-md-5,.my-md-5{margin-bottom:2rem!important}.ml-md-5,.mx-md-5{margin-left:2rem!important}.m-md-6{margin:3rem!important}.mt-md-6,.my-md-6{margin-top:3rem!important}.mr-md-6,.mx-md-6{margin-right:3rem!important}.mb-md-6,.my-md-6{margin-bottom:3rem!important}.ml-md-6,.mx-md-6{margin-left:3rem!important}.m-md-7{margin:4rem!important}.mt-md-7,.my-md-7{margin-top:4rem!important}.mr-md-7,.mx-md-7{margin-right:4rem!important}.mb-md-7,.my-md-7{margin-bottom:4rem!important}.ml-md-7,.mx-md-7{margin-left:4rem!important}.m-md-8{margin:5rem!important}.mt-md-8,.my-md-8{margin-top:5rem!important}.mr-md-8,.mx-md-8{margin-right:5rem!important}.mb-md-8,.my-md-8{margin-bottom:5rem!important}.ml-md-8,.mx-md-8{margin-left:5rem!important}.m-md-9{margin:6rem!important}.mt-md-9,.my-md-9{margin-top:6rem!important}.mr-md-9,.mx-md-9{margin-right:6rem!important}.mb-md-9,.my-md-9{margin-bottom:6rem!important}.ml-md-9,.mx-md-9{margin-left:6rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:2rem!important}.pt-md-5,.py-md-5{padding-top:2rem!important}.pr-md-5,.px-md-5{padding-right:2rem!important}.pb-md-5,.py-md-5{padding-bottom:2rem!important}.pl-md-5,.px-md-5{padding-left:2rem!important}.p-md-6{padding:3rem!important}.pt-md-6,.py-md-6{padding-top:3rem!important}.pr-md-6,.px-md-6{padding-right:3rem!important}.pb-md-6,.py-md-6{padding-bottom:3rem!important}.pl-md-6,.px-md-6{padding-left:3rem!important}.p-md-7{padding:4rem!important}.pt-md-7,.py-md-7{padding-top:4rem!important}.pr-md-7,.px-md-7{padding-right:4rem!important}.pb-md-7,.py-md-7{padding-bottom:4rem!important}.pl-md-7,.px-md-7{padding-left:4rem!important}.p-md-8{padding:5rem!important}.pt-md-8,.py-md-8{padding-top:5rem!important}.pr-md-8,.px-md-8{padding-right:5rem!important}.pb-md-8,.py-md-8{padding-bottom:5rem!important}.pl-md-8,.px-md-8{padding-left:5rem!important}.p-md-9{padding:6rem!important}.pt-md-9,.py-md-9{padding-top:6rem!important}.pr-md-9,.px-md-9{padding-right:6rem!important}.pb-md-9,.py-md-9{padding-bottom:6rem!important}.pl-md-9,.px-md-9{padding-left:6rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:1150px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:2rem!important}.mt-lg-5,.my-lg-5{margin-top:2rem!important}.mr-lg-5,.mx-lg-5{margin-right:2rem!important}.mb-lg-5,.my-lg-5{margin-bottom:2rem!important}.ml-lg-5,.mx-lg-5{margin-left:2rem!important}.m-lg-6{margin:3rem!important}.mt-lg-6,.my-lg-6{margin-top:3rem!important}.mr-lg-6,.mx-lg-6{margin-right:3rem!important}.mb-lg-6,.my-lg-6{margin-bottom:3rem!important}.ml-lg-6,.mx-lg-6{margin-left:3rem!important}.m-lg-7{margin:4rem!important}.mt-lg-7,.my-lg-7{margin-top:4rem!important}.mr-lg-7,.mx-lg-7{margin-right:4rem!important}.mb-lg-7,.my-lg-7{margin-bottom:4rem!important}.ml-lg-7,.mx-lg-7{margin-left:4rem!important}.m-lg-8{margin:5rem!important}.mt-lg-8,.my-lg-8{margin-top:5rem!important}.mr-lg-8,.mx-lg-8{margin-right:5rem!important}.mb-lg-8,.my-lg-8{margin-bottom:5rem!important}.ml-lg-8,.mx-lg-8{margin-left:5rem!important}.m-lg-9{margin:6rem!important}.mt-lg-9,.my-lg-9{margin-top:6rem!important}.mr-lg-9,.mx-lg-9{margin-right:6rem!important}.mb-lg-9,.my-lg-9{margin-bottom:6rem!important}.ml-lg-9,.mx-lg-9{margin-left:6rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:2rem!important}.pt-lg-5,.py-lg-5{padding-top:2rem!important}.pr-lg-5,.px-lg-5{padding-right:2rem!important}.pb-lg-5,.py-lg-5{padding-bottom:2rem!important}.pl-lg-5,.px-lg-5{padding-left:2rem!important}.p-lg-6{padding:3rem!important}.pt-lg-6,.py-lg-6{padding-top:3rem!important}.pr-lg-6,.px-lg-6{padding-right:3rem!important}.pb-lg-6,.py-lg-6{padding-bottom:3rem!important}.pl-lg-6,.px-lg-6{padding-left:3rem!important}.p-lg-7{padding:4rem!important}.pt-lg-7,.py-lg-7{padding-top:4rem!important}.pr-lg-7,.px-lg-7{padding-right:4rem!important}.pb-lg-7,.py-lg-7{padding-bottom:4rem!important}.pl-lg-7,.px-lg-7{padding-left:4rem!important}.p-lg-8{padding:5rem!important}.pt-lg-8,.py-lg-8{padding-top:5rem!important}.pr-lg-8,.px-lg-8{padding-right:5rem!important}.pb-lg-8,.py-lg-8{padding-bottom:5rem!important}.pl-lg-8,.px-lg-8{padding-left:5rem!important}.p-lg-9{padding:6rem!important}.pt-lg-9,.py-lg-9{padding-top:6rem!important}.pr-lg-9,.px-lg-9{padding-right:6rem!important}.pb-lg-9,.py-lg-9{padding-bottom:6rem!important}.pl-lg-9,.px-lg-9{padding-left:6rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1440px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:2rem!important}.mt-xl-5,.my-xl-5{margin-top:2rem!important}.mr-xl-5,.mx-xl-5{margin-right:2rem!important}.mb-xl-5,.my-xl-5{margin-bottom:2rem!important}.ml-xl-5,.mx-xl-5{margin-left:2rem!important}.m-xl-6{margin:3rem!important}.mt-xl-6,.my-xl-6{margin-top:3rem!important}.mr-xl-6,.mx-xl-6{margin-right:3rem!important}.mb-xl-6,.my-xl-6{margin-bottom:3rem!important}.ml-xl-6,.mx-xl-6{margin-left:3rem!important}.m-xl-7{margin:4rem!important}.mt-xl-7,.my-xl-7{margin-top:4rem!important}.mr-xl-7,.mx-xl-7{margin-right:4rem!important}.mb-xl-7,.my-xl-7{margin-bottom:4rem!important}.ml-xl-7,.mx-xl-7{margin-left:4rem!important}.m-xl-8{margin:5rem!important}.mt-xl-8,.my-xl-8{margin-top:5rem!important}.mr-xl-8,.mx-xl-8{margin-right:5rem!important}.mb-xl-8,.my-xl-8{margin-bottom:5rem!important}.ml-xl-8,.mx-xl-8{margin-left:5rem!important}.m-xl-9{margin:6rem!important}.mt-xl-9,.my-xl-9{margin-top:6rem!important}.mr-xl-9,.mx-xl-9{margin-right:6rem!important}.mb-xl-9,.my-xl-9{margin-bottom:6rem!important}.ml-xl-9,.mx-xl-9{margin-left:6rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:2rem!important}.pt-xl-5,.py-xl-5{padding-top:2rem!important}.pr-xl-5,.px-xl-5{padding-right:2rem!important}.pb-xl-5,.py-xl-5{padding-bottom:2rem!important}.pl-xl-5,.px-xl-5{padding-left:2rem!important}.p-xl-6{padding:3rem!important}.pt-xl-6,.py-xl-6{padding-top:3rem!important}.pr-xl-6,.px-xl-6{padding-right:3rem!important}.pb-xl-6,.py-xl-6{padding-bottom:3rem!important}.pl-xl-6,.px-xl-6{padding-left:3rem!important}.p-xl-7{padding:4rem!important}.pt-xl-7,.py-xl-7{padding-top:4rem!important}.pr-xl-7,.px-xl-7{padding-right:4rem!important}.pb-xl-7,.py-xl-7{padding-bottom:4rem!important}.pl-xl-7,.px-xl-7{padding-left:4rem!important}.p-xl-8{padding:5rem!important}.pt-xl-8,.py-xl-8{padding-top:5rem!important}.pr-xl-8,.px-xl-8{padding-right:5rem!important}.pb-xl-8,.py-xl-8{padding-bottom:5rem!important}.pl-xl-8,.px-xl-8{padding-left:5rem!important}.p-xl-9{padding:6rem!important}.pt-xl-9,.py-xl-9{padding-top:6rem!important}.pr-xl-9,.px-xl-9{padding-right:6rem!important}.pb-xl-9,.py-xl-9{padding-bottom:6rem!important}.pl-xl-9,.px-xl-9{padding-left:6rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:1150px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1440px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-extra-bold{font-weight:800!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-underline{text-decoration:underline}.text-white{color:#fff!important}.text-primary{color:#f21483!important}a.text-primary:focus,a.text-primary:hover{color:#c80b6a!important}.text-secondary{color:#7c7c7c!important}a.text-secondary:focus,a.text-secondary:hover{color:#636363!important}.text-success{color:#1fcb41!important}a.text-success:focus,a.text-success:hover{color:#189f33!important}.text-info{color:#10b8c1!important}a.text-info:focus,a.text-info:hover{color:#0c8b92!important}.text-warning{color:#ffb91a!important}a.text-warning:focus,a.text-warning:hover{color:#e6a000!important}.text-danger{color:red!important}a.text-danger:focus,a.text-danger:hover{color:#c00!important}.text-light{color:#f8f8f8!important}a.text-light:focus,a.text-light:hover{color:#dfdfdf!important}.text-dark{color:#000!important}a.text-dark:focus,a.text-dark:hover{color:#000!important}.text-tertiary{color:#555eff!important}a.text-tertiary:focus,a.text-tertiary:hover{color:#222eff!important}.text-muted{color:#9a9a9a!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:initial;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.ovfl-hidden{overflow:hidden}/*!Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden*/body{-webkit-backface-visibility:hidden}.animated{-webkit-animation-duration:calc( 1s);animation-duration:calc( 1s);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:calc( 1s * 2);animation-duration:calc( 1s * 2)}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:calc( 1s * .75);animation-duration:calc( 1s * .75)}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:calc( 1s * .75);animation-duration:calc( 1s * .75)}.animated [class*=ae-]:not(.done){visibility:hidden;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0);opacity:0}.animated [class*=ae-]{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-timing-function:cubic-bezier(.25,.1,.2,1);transition-timing-function:cubic-bezier(.25,.1,.2,1)}[class*=ae-]{transform:translateZ(0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0)}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2e3px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2e3px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2e3px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2e3px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2e3px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2e3px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2e3px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2e3px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2e3px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2e3px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2e3px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2e3px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2e3px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2e3px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2e3px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2e3px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2e3px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2e3px)}100%{opacity:1;transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}100%{transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}100%{transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}100%{transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}100%{transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{transform:translate3d(0,0,0);visibility:visible}100%{transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);visibility:visible}100%{-webkit-transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{transform:translate3d(0,0,0);visibility:visible}100%{transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);visibility:visible}100%{-webkit-transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{transform:translate3d(0,0,0);visibility:visible}100%{transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{transform:translate3d(0,0,0);visibility:visible}100%{transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@media print{*,*::before,*::after{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title)")"}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.wp-block-table th,.table-bordered td,.wp-block-table td{border:1px solid #ddd!important}}.svq-breadcrumb-wrap{padding-top:2rem;padding-bottom:.5rem}.content-wrapper{padding-top:2rem;padding-bottom:2rem}.svq-breadcrumb-wrap+.content-wrapper{padding-top:0}#header{box-shadow:1px 1px 6px rgba(0,0,0,5%);position:relative;z-index:999}#header+.content-wrapper,.elementor-location-header+.content-wrapper,.stax-zone+.content-wrapper{padding-top:0}#page-wrapper{width:100%}.svq-page-header{padding-top:3rem}h1.page-title{margin-top:0}@media(min-width:1150px){.layout{display:-ms-grid;display:grid;-ms-grid-rows:1fr;grid-template-rows:1fr}.layout .col-main,.layout .col-sidebar{-ms-grid-row:1;grid-row:1}.layout .col-sidebar{margin-top:3rem}.layout.sidebar-right .col-main{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2}.layout.sidebar-right .col-sidebar{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3}.layout.sidebar-left .col-main{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3}.layout.sidebar-left .col-sidebar{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2}.layout-custom{display:-ms-grid;display:grid;-ms-grid-rows:auto 1fr;grid-template-rows:auto 1fr}.layout-custom.sidebar-right .col-header{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.layout-custom.sidebar-right .col-main{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.layout-custom.sidebar-right .col-sidebar{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.layout-custom.sidebar-left .col-header{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.layout-custom.sidebar-left .col-main{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.layout-custom.sidebar-left .col-sidebar{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3;margin-top:3rem}.layout-custom.sidebar-single .col-header{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.layout-custom.sidebar-single .col-main{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3}.layout-custom.sidebar-single .col-sidebar{-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.col-sidebar{font-size:.875rem}.ie-10 .layout:not(.sidebar-left):not(.sidebar-right),.ie-11 .layout:not(.sidebar-left):not(.sidebar-right),.ie-10 .layout-custom:not(.sidebar-left):not(.sidebar-right):not(.sidebar-single),.ie-11 .layout-custom:not(.sidebar-left):not(.sidebar-right):not(.sidebar-single){display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}input[type=checkbox]+label:after,input[type=checkbox]+.check-icon:after,.activity-list .activity-meta .button:before,.activity-list .activity-meta .view:before,.acomment-reply:before,.acomment-delete:before,.bp-secondary-action:before,.slick-arrow:before,.nav2-post:after,.entry-title a:after,.quote-post-card .entry-content blockquote:after,.widget_recent_entries>ul>li:before,.widget_pages ul.children li:before,.widget_categories ul.children li:before,.widget_recent_comments ul li:before,.widget_rss ul li .rsswidget:before{font-family:icon!important}.icon,.nav2-post:after,.entry-title a:after,.quote-post-card .entry-content blockquote:after{display:inline-block;width:auto;font-size:1.6rem;line-height:1}input[type=checkbox]+label:after,input[type=checkbox]+.check-icon:after,.activity-list .activity-meta .button:before,.activity-list .activity-meta .view:before,.acomment-reply:before,.acomment-delete:before,.bp-secondary-action:before,.widget_recent_entries>ul>li:before,.widget_pages ul.children li:before,.widget_categories ul.children li:before,.widget_recent_comments ul li:before,.widget_rss ul li .rsswidget:before{display:inline-block;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn.btn-sm .icon,input[type=submit].btn.btn-sm .icon,.icon-sm,.widget_recent_entries>ul>li:before,.widget_pages ul.children li:before,.widget_categories ul.children li:before,.widget_recent_comments ul li:before,.widget_rss ul li .rsswidget:before{font-size:1.4rem}.icon-lg{font-size:3rem;height:3rem}.activity-list .activity-meta .button:before,.activity-list .activity-meta .view:before,.acomment-reply:before,.acomment-delete:before,.bp-secondary-action:before{line-height:1;font-size:calc(1.6rem - .25rem * 2 - .125rem);height:calc(1.6rem - .25rem * 2 - .125rem)}.icon-google-color:before{content:'';display:inline-block;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E%3Cpath fill=%22%23fbbc05%22 d=%22M7.04769211 21.0868876C6.37646228 19.6926132 6 18.1206768 6 16.4545455c0-1.6661314.37646228-3.2380678 1.04769211-4.6323422L10.4892381 14.511068c-.196783699999999.610664-.3031916 1.2639498-.3031916 1.9434775.0.6795276.106407900000001 1.3328134.3031916 1.9434774L7.04769211 21.0868876z%22/%3E%3Cpath fill=%22%23ea4335%22 d=%22M7.04769211 11.8222033C8.71209378 8.36491854 12.188893 6 16.2325581 6c2.6046512.0 4.9302326.99793388 6.7441861 2.61363636L20 11.6549587c-1.0232558-.8553719-2.3255814-1.3780992-3.7674419-1.3780992-2.6837383.0-4.9492787 1.7701201-5.74332 4.2342085L7.04769211 11.8222033z%22/%3E%3Cpath fill=%22%2334a853%22 d=%22M7.04630728 21.0840099l3.44014292-2.6946601c.7915153 2.4686068 3.0592219 4.2428816 5.7461079 4.2428816 2.8372093.0 4.9767442-1.4731405 5.4883721-4.0392562H16.2325581V14.553719h4.5581396 3.8139535 1.1627907C25.9069767 15.1714876 26 15.8367769 26 16.4545455c0 6.6528925-4.6511628 10.4545454-9.7674419 10.4545454-4.044787.0-7.52239339-2.3662309-9.18625082-5.825081z%22/%3E%3Cpath fill=%22%234285f4%22 d=%22M22.902071 24.3053705l-3.2672308-2.5843439C20.7031199 21.032209 21.4463921 19.9699459 21.7209302 18.5929752H16.2325581V14.553719h4.5581396 3.8139535 1.1627907C25.9069767 15.1714876 26 15.8367769 26 16.4545455c0 3.407459-1.2201179 6.0669656-3.097929 7.850825z%22/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:0;background-position-y:0}.btn:hover .icon-google-color:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2232%22 height=%2232%22 viewBox=%220 0 32 32%22%3E%3Cpath fill=%22%23fff%22 fill-rule=%22evenodd%22 d=%22M25.7674419 14.553719H24.6046512 20.7906977 16.2325581v4.0392562h5.4883721C21.2093023 21.1590909 19.0697674 22.6322314 16.2325581 22.6322314c-3.3488372.0-6.0465116-2.7561983-6.0465116-6.1776859.0-3.4214876 2.6976744-6.177686 6.0465116-6.177686 1.4418605.0 2.7441861.5227273 3.7674419 1.3780992l2.9767442-3.04132234C21.1627907 6.99793388 18.8372093 6 16.2325581 6 10.5581395 6 6 10.6570248 6 16.4545455c0 5.7975206 4.5581395 10.4545454 10.2325581 10.4545454C21.3488372 26.9090909 26 23.107438 26 16.4545455 26 15.8367769 25.9069767 15.1714876 25.7674419 14.553719z%22/%3E%3C/svg%3E")}.enable-shadow input:not([type])[disabled],.enable-shadow input:not([type])[readonly],.enable-shadow input:not([type]).form-control-plaintext,.enable-shadow input[type=date][disabled],.enable-shadow input[type=date][readonly],.enable-shadow input[type=date].form-control-plaintext,.enable-shadow input[type=datetime-local][disabled],.enable-shadow input[type=datetime-local][readonly],.enable-shadow input[type=datetime-local].form-control-plaintext,.enable-shadow input[type=email][disabled],.enable-shadow input[type=email][readonly],.enable-shadow input[type=email].form-control-plaintext,.enable-shadow input[type=number][disabled],.enable-shadow input[type=number][readonly],.enable-shadow input[type=number].form-control-plaintext,.enable-shadow input[type=password][disabled],.enable-shadow input[type=password][readonly],.enable-shadow input[type=password].form-control-plaintext,.enable-shadow input[type=search][disabled],.enable-shadow input[type=search][readonly],.enable-shadow input[type=search].form-control-plaintext,.enable-shadow input[type=tel][disabled],.enable-shadow input[type=tel][readonly],.enable-shadow input[type=tel].form-control-plaintext,.enable-shadow input[type=time][disabled],.enable-shadow input[type=time][readonly],.enable-shadow input[type=time].form-control-plaintext,.enable-shadow input[type=text][disabled],.enable-shadow input[type=text][readonly],.enable-shadow input[type=text].form-control-plaintext,.enable-shadow input[type=url][disabled],.enable-shadow input[type=url][readonly],.enable-shadow input[type=url].form-control-plaintext,.enable-shadow textarea[disabled],.enable-shadow textarea[readonly],.enable-shadow textarea.form-control-plaintext,.enable-shadow select[disabled],.enable-shadow select[readonly],.enable-shadow select.form-control-plaintext,.enable-shadow .form-control[disabled],.enable-shadow .form-control[readonly],.enable-shadow .form-control.form-control-plaintext{box-shadow:none!important}.enable-shadow .fluid-width-video-wrapper,.enable-shadow .sq-big-shadow{box-shadow:0 12px 20px -16px rgba(225,225,225,.6)}.enable-shadow .fluid-width-video-wrapper:hover,.enable-shadow .sq-big-shadow:hover{box-shadow:0 14px 22px -14px rgba(230,230,230,.6)}.enable-shadow .fluid-width-video-wrapper.disabled,.enable-shadow .fluid-width-video-wrapper:disabled,.enable-shadow .sq-big-shadow.disabled,.enable-shadow .sq-big-shadow:disabled{box-shadow:none}.enable-shadow .enable-dark input:not([type]),.enable-shadow .enable-dark input[type=date],.enable-shadow .enable-dark input[type=datetime-local],.enable-shadow .enable-dark input[type=email],.enable-shadow .enable-dark input[type=number],.enable-shadow .enable-dark input[type=password],.enable-shadow .enable-dark input[type=search],.enable-shadow .enable-dark input[type=tel],.enable-shadow .enable-dark input[type=time],.enable-shadow .enable-dark input[type=text],.enable-shadow .enable-dark input[type=url],.enable-shadow .enable-dark textarea,.enable-shadow .enable-dark select,.enable-shadow .enable-dark .form-control,.enable-shadow.enable-dark input:not([type]),.enable-shadow.enable-dark input[type=date],.enable-shadow.enable-dark input[type=datetime-local],.enable-shadow.enable-dark input[type=email],.enable-shadow.enable-dark input[type=number],.enable-shadow.enable-dark input[type=password],.enable-shadow.enable-dark input[type=search],.enable-shadow.enable-dark input[type=tel],.enable-shadow.enable-dark input[type=time],.enable-shadow.enable-dark input[type=text],.enable-shadow.enable-dark input[type=url],.enable-shadow.enable-dark textarea,.enable-shadow.enable-dark select,.enable-shadow.enable-dark .form-control,.enable-dark .enable-shadow input:not([type]),.enable-dark .enable-shadow input[type=date],.enable-dark .enable-shadow input[type=datetime-local],.enable-dark .enable-shadow input[type=email],.enable-dark .enable-shadow input[type=number],.enable-dark .enable-shadow input[type=password],.enable-dark .enable-shadow input[type=search],.enable-dark .enable-shadow input[type=tel],.enable-dark .enable-shadow input[type=time],.enable-dark .enable-shadow input[type=text],.enable-dark .enable-shadow input[type=url],.enable-dark .enable-shadow textarea,.enable-dark .enable-shadow select,.enable-dark .enable-shadow .form-control{box-shadow:none}.enable-shadow .btn-outline-facebook{box-shadow:0 12px 20px -16px rgba(61,94,158,.6)}.enable-shadow .btn-outline-facebook:hover{box-shadow:0 14px 22px -14px rgba(64,98,165,.6)}.enable-shadow .btn-outline-facebook.disabled,.enable-shadow .btn-outline-facebook:disabled{box-shadow:none}.enable-shadow .btn-outline-facebook:active,.enable-shadow .btn-outline-facebook.active,.enable-shadow .btn-outline-facebook:focus,.enable-shadow .btn-outline-facebook.focus{box-shadow:0 12px 20px -16px #36538b}.enable-shadow .btn-outline-google{box-shadow:0 12px 20px -16px rgba(232,46,30,.6)}.enable-shadow .btn-outline-google:hover{box-shadow:0 14px 22px -14px rgba(233,54,39,.6)}.enable-shadow .btn-outline-google.disabled,.enable-shadow .btn-outline-google:disabled{box-shadow:none}.enable-shadow .btn-outline-google:active,.enable-shadow .btn-outline-google.active,.enable-shadow .btn-outline-google:focus,.enable-shadow .btn-outline-google.focus{box-shadow:0 12px 20px -16px #d62516}.enable-shadow .no-shadow{box-shadow:none!important}.enable-shadow .accordion-card.show{box-shadow:0 12px 20px -16px rgba(225,225,225,.6)}.enable-shadow .accordion-card.show:hover{box-shadow:0 14px 22px -14px rgba(230,230,230,.6)}.enable-shadow .accordion-card.show.disabled,.enable-shadow .accordion-card.show:disabled{box-shadow:none}.enable-shadow .accordion-card.show:active,.enable-shadow .accordion-card.show.active,.enable-shadow .accordion-card.show:focus,.enable-shadow .accordion-card.show.focus{box-shadow:0 12px 20px -16px #d5d5d5}.enable-shadow .accordion-card input:not([type]),.enable-shadow .accordion-card input[type=date],.enable-shadow .accordion-card input[type=datetime-local],.enable-shadow .accordion-card input[type=email],.enable-shadow .accordion-card input[type=number],.enable-shadow .accordion-card input[type=password],.enable-shadow .accordion-card input[type=search],.enable-shadow .accordion-card input[type=tel],.enable-shadow .accordion-card input[type=time],.enable-shadow .accordion-card input[type=text],.enable-shadow .accordion-card input[type=url],.enable-shadow .accordion-card textarea,.enable-shadow .accordion-card select,.enable-shadow .accordion-card .form-control{box-shadow:none!important}.enable-shadow .page-numbers:hover,.enable-shadow .page-links>*:not(.page-links-title):hover{box-shadow:0 6px 7px -1px rgba(178,178,178,.2)}.enable-shadow .next.page-numbers:focus,.enable-shadow .next.page-numbers:hover,.enable-shadow .prev.page-numbers:focus,.enable-shadow .prev.page-numbers:hover{box-shadow:none}.accordion-card{border:1px solid transparent;background-color:initial;margin-bottom:0;padding:0;transition:border-color .4s ease-in,box-shadow .4s ease-in,margin .35s ease-in,padding .35s ease-out}.accordion-header a[data-toggle=collapse],.accordion-header .accordion-head{position:relative;display:block;padding:.5rem 1.75rem;text-decoration:none;font-weight:700;opacity:.8;transition:padding .3s ease-out,font-size .3s ease-out,line-height .3s ease-out,color .2s ease-out}.accordion-header a[data-toggle=collapse]:before,.accordion-header .accordion-head:before{content:'';display:block;position:absolute;top:calc((1.6*1rem - 2px)/2 + .5rem);left:0;height:2px;width:.75rem}.accordion-header a[data-toggle=collapse]:after,.accordion-header .accordion-head:after{content:'';display:block;position:absolute;width:1rem;height:1rem;top:calc((1.6*1rem - 1rem)/2 + .5rem);right:1rem;opacity:0;transition:opacity .35s ease-in}.accordion-body{padding:.5rem .5rem .5rem 1.75rem;transition:padding .5s ease-out}.accordion-card.show{margin-top:.5rem;margin-bottom:.5rem;padding:.5rem 1rem .5rem 1.5rem}.accordion-card.show .accordion-header a[data-toggle=collapse],.accordion-card.show .accordion-header .accordion-head{font-size:1.125rem}.accordion-card.show .accordion-header a[data-toggle=collapse]:before,.accordion-card.show .accordion-header .accordion-head:before{top:calc((1.6*1.125rem - 2px)/2 + .5rem)}.accordion-card.show .accordion-header a[data-toggle=collapse]:after,.accordion-card.show .accordion-header .accordion-head:after{opacity:1}.accordion-card.accordion-validation .accordion-header{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.accordion-card.accordion-validation .accordion-header a[data-toggle=collapse],.accordion-card.accordion-validation .accordion-header .accordion-head{padding-left:0;outline:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.accordion-card.accordion-validation .accordion-header a[data-toggle=collapse]:before,.accordion-card.accordion-validation .accordion-header .accordion-head:before{display:none}.remove-existing-filters,.accordion-remove-trigger{display:block;position:relative;width:1.75rem;outline:none;-webkit-flex-shrink:0;flex-shrink:0}.remove-existing-filters:before,.accordion-remove-trigger:before{transition:background .3s ease-out,transform .3s cubic-bezier(.55,.055,.675,.19),transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)}.remove-existing-filters:after,.accordion-remove-trigger:after{opacity:0;transition:background .3s ease-out,opacity .3s cubic-bezier(.55,.055,.675,.19),transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)}.remove-existing-filters:before,.remove-existing-filters:after,.accordion-remove-trigger:before,.accordion-remove-trigger:after{content:'';display:block;position:absolute;top:calc((1.6*1rem - 2px)/2 + .5rem);left:0;height:2px;width:.75rem}.label-applied-filters>li.is-valid .remove-existing-filters:before,.label-remove-filters.is-valid .remove-existing-filters:before,.accordion-card.is-valid .accordion-remove-trigger:before{transform:rotate(225deg);transition:background .3s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1),color .3s ease-out}.label-applied-filters>li.is-valid .remove-existing-filters:after,.label-remove-filters.is-valid .remove-existing-filters:after,.accordion-card.is-valid .accordion-remove-trigger:after{opacity:1;transform:rotate(-45deg);transition:background .3s ease-out,opacity .3s .14s cubic-bezier(.215,.61,.355,1),transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1),color .3s ease-out}.accordion-card.accordion-validation.show .accordion-header .accordion-remove-trigger:before,.accordion-card.accordion-validation.show .accordion-header .accordion-remove-trigger:after{top:calc((1.6*1.125rem - 2px)/2 + .5rem)}.img-dynamic{position:relative;display:inline-block;width:100%;margin:0}.img-card{position:relative;z-index:2;overflow:hidden}.aspect-ratio .img-card>img{max-width:none;width:100%;height:100%}.img-shadow{position:absolute;left:.5rem;right:.5rem;bottom:-.5rem;height:50%;z-index:1;text-align:center}.img-shadow img{height:100%!important;-webkit-filter:blur(20px);filter:blur(20px);opacity:.8}.shadow-on .img-shadow{animation:shadowIn .75s forwards}.img-shadow img,.svq-slick .img-dynamic .img-shadow img{width:80%;margin:0 auto}.img-dynamic.aspect-ratio:before{display:block;content:"";width:100%;padding-top:100%}.img-dynamic.aspect-ratio .img-card{position:absolute;top:0;left:0;right:0;bottom:0;outline:none}.img-dynamic.aspect-ratio .img-card>img{position:absolute;top:0;left:0;transition:transform .3s ease-out;object-fit:cover;-o-object-fit:cover}.img-dynamic.aspect-ratio .img-card>img.avatar{border-radius:0}.ie-11 .img-dynamic.aspect-ratio .img-card>img{width:auto;height:auto}.aspect-ratio.ratio-2-1:before{padding-top:50%}.aspect-ratio.ratio-3-2:before{padding-top:66.66667%}.aspect-ratio.ratio-3-4:before{padding-top:133.33333%}.aspect-ratio.ratio-4-3:before{padding-top:75%}.aspect-ratio.ratio-16-9:before{padding-top:56.25%}.progressive--not-loaded{-webkit-filter:blur(20px);filter:blur(20px);transform:scale(1.05)}.progressive--is-loaded{-webkit-filter:blur(20px);filter:blur(20px);animation:sharpen .5s forwards;transform:scale(1)}@-webkit-keyframes sharpen{0%{-webkit-filter:blur(20px);filter:blur(20px)}50%{-webkit-filter:blur(10px);filter:blur(10px)}100%{-webkit-filter:blur(0);filter:blur(0)}}@keyframes sharpen{0%{-webkit-filter:blur(20px);filter:blur(20px)}50%{-webkit-filter:blur(10px);filter:blur(10px)}100%{-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes scale{0%{-webkit-filter:blur(0);filter:blur(0);transform:scale(1)}100%{-webkit-filter:blur(0);filter:blur(0);transform:scale(1.3)}}@keyframes scale{0%{-webkit-filter:blur(0);filter:blur(0);transform:scale(1)}100%{-webkit-filter:blur(0);filter:blur(0);transform:scale(1.3)}}@-webkit-keyframes shadowIn{0%{opacity:0;transform:translate3d(0,-30%,0)}50%{opacity:.25}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes shadowIn{0%{opacity:0;transform:translate3d(0,-30%,0)}50%{opacity:.25}100%{opacity:1;transform:translate3d(0,0,0)}}@-webkit-keyframes progFadeIn{0%{opacity:0}50%{opacity:.25}100%{opacity:1}}@keyframes progFadeIn{0%{opacity:0}50%{opacity:.25}100%{opacity:1}}@-webkit-keyframes progFadeInOverlay{0%{opacity:0}50%{opacity:.25}100%{opacity:.7}}@keyframes progFadeInOverlay{0%{opacity:0}50%{opacity:.25}100%{opacity:.7}}.avatar-status.is-online .img-card:after{background:#56e40f}.avatar-square-xs{height:1.5rem;line-height:1;overflow:hidden}.avatar-square .img-shadow,.avatar-square-lg .img-shadow{bottom:-.125rem}.avatar-square .img-shadow img,.avatar-square-lg .img-shadow img{-webkit-filter:blur(8px);filter:blur(8px)}.no-js .img-dynamic noscript .img-card{opacity:1}.no-js .img-dynamic noscript,.no-js .img-dynamic noscript>span{display:block;width:100%;height:100%}.no-js .img-dynamic noscript>span{background-size:cover;background-repeat:no-repeat}.slick-loading .slick-list{background:#fff url(https://www.matchmyschool.net/wp-content/themes/seeko/assets/./img/ajax-loader.gif)50% no-repeat}.svq-slick:not(.slick-initialized)>*:not(:first-child){visibility:hidden;height:0}.slick-slide[class^=col-]{max-width:none}.slick-prev,.slick-next{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:0 0;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:""}[dir=rtl] .slick-prev:before{content:""}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:""}[dir=rtl] .slick-next:before{content:""}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slide img{width:100%}.slick-prev:before,.slick-next:before{color:#000}.svq-slick .slick-slide{padding-right:15px;padding-left:15px;outline:none}@media(min-width:1150px){.svq-slick .slick-slide{padding-right:25px;padding-left:25px}}.svq-sh-carousel .btn-xs{background:0 0}.svq-sh-carousel .svq-slick-prev{margin-right:.5rem}.svq-sh-carousel .svq-slick-filter{margin-left:.5rem;margin-right:.5rem}.svq-sh-carousel .svq-slick-filter.btn{padding:.5rem 1rem}.svq-sh-carousel .svq-slick-filter i.fa.icon{font-family:FontAwesome!important}.svq-sh-carousel .media .media-body .activity-read-more{display:none}.svq-sh-carousel.svq-sh-carousel-full .svq-slick .slick-list{overflow:visible}@media(min-width:576px){.svq-sh-carousel .svq-slick-filter{margin-left:.5rem}}.svq-slick-inner-arrows .slick-slide{padding-left:0;padding-right:0}.svq-slick-inner-arrows .slick-arrow{z-index:3;bottom:1rem;top:inherit;transform:none;color:rgba(255,255,255,.8)}.svq-slick-inner-arrows .slick-arrow:before{display:none}.svq-slick-inner-arrows .slick-arrow:hover,.svq-slick-inner-arrows .slick-arrow:focus{color:#fff}.svq-slick-inner-arrows .slick-prev{left:inherit;right:calc(1.6rem - .25rem * 2 - 2px + .75rem * 2 + 1.5rem)}.svq-slick-inner-arrows .slick-next{right:1rem}.svq-slick-inner-arrows .slick-next:after{content:'';position:absolute;top:0;left:-.5rem;width:.5rem}.enable-shadow.tpl-left .svq-slick .post-card,.enable-shadow.tpl-right .svq-slick .post-card,.svq-slick.item-list .item-container,.enable-shadow .svq-slick .post-card{box-shadow:0 10px 30px rgba(0,0,0,5%)}.enable-shadow.tpl-left .svq-slick .post-card:hover,.enable-shadow.tpl-right .svq-slick .post-card:hover,.svq-slick.item-list .item-container:hover,.enable-shadow .svq-slick .post-card:hover{box-shadow:0 10px 30px rgba(0,0,0,5%)}.activity-list .activity-header .time-since,.activity-time-since,.comment-date,#message-thread .message-metadata .activity{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3;margin-bottom:.5rem}.activity-list .activity-header .time-since,.activity-time-since,.comment-date,#message-thread .message-metadata .activity,.post-card .entry-date,.widget_rss ul li .rss-date,.widget_bp_groups_widget .item-list li .item-meta,.widget_bp_core_members_widget .item-list li .item-meta,.widget_bp_core_friends_widget .item-list li .item-meta{font-size:.75rem}.activity-list .activity-header .time-since,.activity-time-since,.comment-date,#message-thread .message-metadata .activity,.post-card .entry-date,.widget_rss ul li .rss-date,.widget_bp_groups_widget .item-list li .item-meta,.widget_bp_core_members_widget .item-list li .item-meta,.widget_bp_core_friends_widget .item-list li .item-meta,.activity-list .activity-header .time-since:hover,.activity-time-since:hover,.comment-date:hover,#message-thread .message-metadata .activity:hover,.post-card .entry-date:hover,.widget_rss ul li .rss-date:hover,.widget_bp_groups_widget .item-list li .item-meta:hover,.widget_bp_core_members_widget .item-list li .item-meta:hover,.widget_bp_core_friends_widget .item-list li .item-meta:hover{color:#9a9a9a}@media(min-width:1150px){body.single .col-inner .standard-post-img,body.single .col-inner .quote-highlight,body.single .col-inner .video-highlight,body.single .col-inner .gallery-highlight,body.single.tpl-right .alignfull,body.single.tpl-left .alignfull,body.single .alignwide,body.page:not(.tpl-left):not(.tpl-right) .alignwide{margin-left:-50px;margin-right:-50px}}@media(max-width:575.9px){.comments-area,.author-bio,.related-articles,.tpl-full .alignfull{margin-left:-30px;margin-right:-30px;width:auto}}@media(min-width:576px) and (max-width:1149.9px){.tpl-left .author-bio,.tpl-left .comments-area,.tpl-left .related-articles,.tpl-right .author-bio,.tpl-right .comments-area,.tpl-right .related-articles,.tpl-right .alignfull,.tpl-left .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;max-width:1e3%}}@media(min-width:576px){.tpl-full .author-bio,.tpl-full .comments-area,.tpl-full .related-articles,.tpl-full .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;max-width:1e3%}}.blog-filters{margin-bottom:1.5rem}.post-card{background:#fff;margin-bottom:30px}@media(min-width:1150px){.post-card{margin-bottom:50px}}.post-card a{text-decoration:none}.post-card a:hover{text-decoration:none}.post-card .img-card-hover{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.post-card .post-thumbnail{display:block;background:0 0}.post-card .img-dynamic .img-card>img{transition:transform .3s ease-out .1s}.post-card .img-dynamic .img-card .progressive--not-loaded{transform:scale(1.3)}.post-card .img-dynamic .img-card .progressive--is-loaded{transform:scale(1)}.post-card .entry-wrapper{position:relative}.post-card .entry-wrapper:after{content:'';display:block;height:13.8425rem}@media(min-width:1150px){.post-card .entry-wrapper:after{height:14.12885rem}}.post-card .entry-all{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:2rem;height:100%}.post-card .entry-top{height:2.405rem}.post-card .entry-middle{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.post-card .entry-footer{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:.5rem}.post-card .meta-category{display:block;margin-bottom:.5rem}.post-card .meta-category .btn-tag{position:relative;z-index:2;letter-spacing:1px;font-size:.65rem}.post-card .meta-category .btn-tag:not(:first-child){display:none}.post-card .entry-content .meta-excerpt{line-height:1.35;display:block;display:-webkit-box;max-height:2.7rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}.post-card .author-and-date{line-height:1;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.post-card .meta-author{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;-webkit-flex-shrink:0;flex-shrink:0;position:relative;z-index:2}.post-card .meta-author .avatar-square-xs{position:relative;margin-right:.5rem}.post-card .meta-author .avatar-square-xs img.avatar{border-radius:0}.post-card .meta-author .author-name{font-size:.75rem;font-weight:700;opacity:.8;margin-bottom:.1875rem;transition:opacity .25s ease-out}.post-card .meta-author .author-name:hover{opacity:1}.post-card .meta-author .entry-date{font-size:.6875rem}.post-card .meta-tags{margin-bottom:.5rem}.post-card .meta-tags>a{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;min-height:inherit!important}.post-card .post-btn{margin-left:.5rem;-webkit-flex-shrink:0;flex-shrink:0}.post-card .post-btn,.post-card .post-btn .icon{transition:color .25s ease-out}body:not(.single) .post-card,.svq-slick .post-card{overflow:hidden}body:not(.single) .post-card.format-standard:not(.has-post-thumbnail):before,.svq-slick .post-card.format-standard:not(.has-post-thumbnail):before{content:"";background:rgba(80,227,194,.15);width:800px;height:500px;position:absolute;bottom:0;right:-820px;transform:rotate(20deg);border-radius:20px}body:not(.single) .post-card.format-standard:not(.has-post-thumbnail):after,.svq-slick .post-card.format-standard:not(.has-post-thumbnail):after{content:"";background:rgba(80,227,194,.15);width:200px;height:200px;position:absolute;top:154px;right:-180px;transform:rotate(-20deg);border-radius:10px}body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky:before,.svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky:before{width:1e3px;background:rgba(255,255,255,.15);bottom:-69px;left:-790px}body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky:after,.svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky:after{background:rgba(255,255,255,.15);top:444px;right:436px;width:400px;height:400px}body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky .btn-tag,.svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky .btn-tag{color:#fff;background-color:#ff788c}body:not(.single) .post-card.format-image:before,.svq-slick .post-card.format-image:before{content:"";background:rgba(253,126,20,.15);width:60px;height:50px;position:absolute;top:35px;left:171px;transform:rotate(20deg);border-radius:3px}body:not(.single) .post-card.format-image:after,.svq-slick .post-card.format-image:after{content:"";background:rgba(253,126,20,.15);width:30px;height:30px;position:absolute;top:100px;right:90px;transform:rotate(-20deg);border-radius:4px}body:not(.single) .post-card.format-standard.has-post-thumbnail:before,.svq-slick .post-card.format-standard.has-post-thumbnail:before{content:"";background:rgba(30,83,255,.15);width:50px;height:50px;position:absolute;top:75px;left:129px;transform:rotate(20deg);border-radius:3px}body:not(.single) .post-card.format-standard.has-post-thumbnail:after,.svq-slick .post-card.format-standard.has-post-thumbnail:after{content:"";background:rgba(30,83,255,.15);width:30px;height:30px;position:absolute;top:100px;right:160px;transform:rotate(-20deg);border-radius:4px}body:not(.single) .post-card.format-gallery:before,.svq-slick .post-card.format-gallery:before{content:"";background:rgba(255,120,140,.15);width:50px;height:50px;position:absolute;top:75px;left:129px;transform:rotate(20deg);border-radius:50%}body:not(.single) .post-card.format-gallery:after,.svq-slick .post-card.format-gallery:after{content:"";background:rgba(255,120,140,.15);width:14px;height:14px;position:absolute;top:70px;right:106px;transform:rotate(-20deg);border-radius:50%}body:not(.single) .post-card.format-video:before,.svq-slick .post-card.format-video:before{content:"";background:rgba(80,227,194,.15);width:40px;height:40px;position:absolute;top:75px;left:139px;transform:rotate(15deg);border-radius:2px}body:not(.single) .post-card.format-video:after,.svq-slick .post-card.format-video:after{content:"";background:rgba(80,227,194,.15);width:40px;height:40px;position:absolute;top:80px;right:147px;transform:rotate(-20deg);border-radius:50%}body:not(.single) .post-card.format-audio:before,.svq-slick .post-card.format-audio:before{content:"";background:rgba(166,111,247,.15);width:30px;height:30px;position:absolute;top:85px;left:127px;transform:rotate(15deg);border-radius:2px}body:not(.single) .post-card.format-audio:after,.svq-slick .post-card.format-audio:after{content:"";background:rgba(166,111,247,.15);width:60px;height:60px;position:absolute;top:80px;right:147px;transform:rotate(-20deg);border-radius:2px}body:not(.single) .post-card.format-status:before,.svq-slick .post-card.format-status:before{content:"";background:rgba(61,211,255,.15);width:30px;height:30px;position:absolute;top:95px;left:177px;transform:rotate(15deg);border-radius:2px}body:not(.single) .post-card.format-status:after,.svq-slick .post-card.format-status:after{content:"";background:rgba(61,211,255,.15);width:60px;height:60px;position:absolute;top:80px;right:147px;transform:rotate(-20deg);border-radius:2px}body:not(.single) .post-card.format-link:before,.svq-slick .post-card.format-link:before{content:"";background:rgba(125,71,0,.15);width:20px;height:20px;position:absolute;top:105px;left:148px;transform:rotate(40deg);border-radius:2px}body:not(.single) .post-card.format-link:after,.svq-slick .post-card.format-link:after{content:"";background:rgba(125,71,0,.15);width:60px;height:60px;position:absolute;top:80px;right:147px;transform:rotate(-20deg);border-radius:50%}body:not(.single) .post-card.format-aside:before,.svq-slick .post-card.format-aside:before{content:"";background:rgba(253,126,20,.15);width:20px;height:20px;position:absolute;top:115px;left:67px;transform:rotate(15deg);border-radius:50%}body:not(.single) .post-card.format-aside:after,.svq-slick .post-card.format-aside:after{content:"";background:rgba(253,126,20,.15);width:60px;height:60px;position:absolute;top:80px;right:107px;transform:rotate(-20deg);border-radius:2px}body:not(.single) .post-card.format-chat:before,.svq-slick .post-card.format-chat:before{content:"";background:rgba(40,167,69,.15);width:30px;height:30px;position:absolute;top:85px;left:157px;transform:rotate(15deg);border-radius:50%}body:not(.single) .post-card.format-chat:after,.svq-slick .post-card.format-chat:after{content:"";background:rgba(40,167,69,.15);width:60px;height:60px;position:absolute;top:80px;right:147px;transform:rotate(-20deg);border-radius:50%}body:not(.single) .post-card.format-quote:before,.svq-slick .post-card.format-quote:before{content:"";background:rgba(255,255,255,.15);width:30px;height:30px;position:absolute;z-index:10;top:95px;left:177px;transform:rotate(15deg);border-radius:2px}body:not(.single) .post-card.format-quote:after,.svq-slick .post-card.format-quote:after{content:"";background:rgba(255,255,255,.15);width:60px;height:60px;position:absolute;z-index:10;top:80px;right:147px;transform:rotate(-20deg);border-radius:2px}@media(min-width:1150px){.post-card .img-dynamic .img-card>img:hover{transform:scale(1.3)}.post-card:not(.quote-post-card):hover .img-card>img,.post-card:not(.quote-post-card):hover .img-card .progressive--is-loaded{transform:scale(1.3)}}.enable-shadow .post-card{box-shadow:0 10px 100px rgba(0,0,0,.1)}.enable-shadow .post-card .img-shadow{bottom:0}.enable-shadow .post-card .img-shadow img{width:95%}.enable-shadow .post-card:hover{box-shadow:0 10px 100px rgba(0,0,0,.1)}.post-card:not(.entire-post-card) .post-thumbnail .img-card{border-bottom-left-radius:0;border-bottom-right-radius:0}.post-card:not(.entire-post-card) .meta-excerpt{display:none!important}.post-card:not(.entire-post-card) .entry-title{margin-bottom:0}.post-card:not(.entire-post-card) .img-shadow{display:none}.post-card.entire-post-card,.col-main>.row>*:first-child .post-card.sticky{position:relative}.post-card.entire-post-card .entry-wrapper:before,.col-main>.row>*:first-child .post-card.sticky .entry-wrapper:before{content:'';padding-top:56.25%;display:block}.post-card.entire-post-card .entry-middle,.col-main>.row>*:first-child .post-card.sticky .entry-middle{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;height:auto}.post-card.entire-post-card.image-post-card .img-dynamic,.post-card.entire-post-card.video-post-card .img-dynamic,.post-card.entire-post-card.gallery-post-card .img-dynamic{position:static;margin-bottom:0}.post-card.entire-post-card.image-post-card .img-dynamic:before,.post-card.entire-post-card.video-post-card .img-dynamic:before,.post-card.entire-post-card.gallery-post-card .img-dynamic:before{padding-top:0}.post-card.entire-post-card.image-post-card .img-dynamic .img-card,.post-card.entire-post-card.video-post-card .img-dynamic .img-card,.post-card.entire-post-card.gallery-post-card .img-dynamic .img-card{background:#000;z-index:2}.post-card.entire-post-card.image-post-card .img-dynamic .img-card>img,.post-card.entire-post-card.video-post-card .img-dynamic .img-card>img,.post-card.entire-post-card.gallery-post-card .img-dynamic .img-card>img{opacity:.7}.post-card.entire-post-card.image-post-card .meta-category,.post-card.entire-post-card.image-post-card .meta-category a,.post-card.entire-post-card.image-post-card .entry-content>*,.post-card.entire-post-card.image-post-card .author-name,.post-card.entire-post-card.image-post-card .entry-date,.post-card.entire-post-card.video-post-card .meta-category,.post-card.entire-post-card.video-post-card .meta-category a,.post-card.entire-post-card.video-post-card .entry-content>*,.post-card.entire-post-card.video-post-card .author-name,.post-card.entire-post-card.video-post-card .entry-date,.post-card.entire-post-card.gallery-post-card .meta-category,.post-card.entire-post-card.gallery-post-card .meta-category a,.post-card.entire-post-card.gallery-post-card .entry-content>*,.post-card.entire-post-card.gallery-post-card .author-name,.post-card.entire-post-card.gallery-post-card .entry-date{color:#fff}.post-card.entire-post-card.image-post-card .entry-title a,.post-card.entire-post-card.video-post-card .entry-title a,.post-card.entire-post-card.gallery-post-card .entry-title a{opacity:.95}.post-card.entire-post-card.image-post-card .entry-date,.post-card.entire-post-card.video-post-card .entry-date,.post-card.entire-post-card.gallery-post-card .entry-date{opacity:.8}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-violet,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-violet,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-violet{background-color:rgba(166,111,247,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-violet:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-violet:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-violet:hover{background-color:#a66ff7}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sky,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sky,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sky{background-color:rgba(4,187,241,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sky:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sky:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sky:hover{background-color:#04bbf1}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-salmon,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-salmon,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-salmon{background-color:rgba(255,120,140,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-salmon:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-salmon:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-salmon:hover{background-color:#ff788c}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-emerald,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-emerald,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-emerald{background-color:rgba(26,214,172,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-emerald:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-emerald:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-emerald:hover{background-color:#1ad6ac}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-yellow,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-yellow,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-yellow{background-color:rgba(255,193,7,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-yellow:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-yellow:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-yellow:hover{background-color:#ffc107}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-orange,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-orange,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-orange{background-color:rgba(253,126,20,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-orange:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-orange:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-orange:hover{background-color:#fd7e14}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-green,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-green,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-green{background-color:rgba(40,167,69,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-green:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-green:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-green:hover{background-color:#28a745}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-blue,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-blue,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-blue{background-color:rgba(0,123,255,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-blue:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-blue:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-blue:hover{background-color:#007bff}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-electric,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-electric,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-electric{background-color:rgba(160,38,255,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-electric:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-electric:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-electric:hover{background-color:#a026ff}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-lime,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-lime,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-lime{background-color:rgba(182,226,21,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-lime:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-lime:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-lime:hover{background-color:#b6e215}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-fossil,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-fossil,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-fossil{background-color:rgba(158,152,157,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-fossil:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-fossil:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-fossil:hover{background-color:#9e989d}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-red,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-red,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-red{background-color:rgba(220,53,69,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-red:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-red:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-red:hover{background-color:#dc3545}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sapphire,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sapphire,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sapphire{background-color:rgba(65,106,239,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-sapphire:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-sapphire:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-sapphire:hover{background-color:#416aef}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-magenta,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-magenta,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-magenta{background-color:rgba(248,24,149,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-magenta:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-magenta:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-magenta:hover{background-color:#f81895}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-brown,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-brown,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-brown{background-color:rgba(204,116,1,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-brown:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-brown:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-brown:hover{background-color:#cc7401}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-indigo,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-indigo,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-indigo{background-color:rgba(102,16,242,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-indigo:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-indigo:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-indigo:hover{background-color:#6610f2}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-purple,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-purple,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-purple{background-color:rgba(111,66,193,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-purple:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-purple:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-purple:hover{background-color:#6f42c1}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-pink,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-pink,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-pink{background-color:rgba(232,62,140,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-pink:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-pink:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-pink:hover{background-color:#e83e8c}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-teal,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-teal,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-teal{background-color:rgba(32,201,151,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-teal:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-teal:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-teal:hover{background-color:#20c997}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-cyan,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-cyan,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-cyan{background-color:rgba(23,162,184,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-cyan:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-cyan:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-cyan:hover{background-color:#17a2b8}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-white,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-white,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-white{background-color:rgba(255,255,255,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-white:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-white:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-white:hover{background-color:#fff}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray{background-color:rgba(102,102,102,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray:hover{background-color:#666}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray-dark,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray-dark,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray-dark{background-color:rgba(51,51,51,.7)}.post-card.entire-post-card.image-post-card .btn-tag.btn-tag-gray-dark:hover,.post-card.entire-post-card.video-post-card .btn-tag.btn-tag-gray-dark:hover,.post-card.entire-post-card.gallery-post-card .btn-tag.btn-tag-gray-dark:hover{background-color:#333}.post-card.image-post-card .entry-title a,.post-card.video-post-card .entry-title a,.post-card.gallery-post-card .entry-title a{color:#fff}.post-card.video-post-card .entry-middle:before{content:'';display:block;width:3rem;height:3rem;margin-bottom:1rem;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 36 36%22%3E%3Cpath fill=%22%23fff%22 d=%22M18 34.875c9.3198052.0 16.875-7.5551948 16.875-16.875C34.875 8.68019484 27.3198052 1.125 18 1.125 8.68019484 1.125 1.125 8.68019484 1.125 18c0 9.3198052 7.55519484 16.875 16.875 16.875zM18 36C8.0588745 36 0 27.9411255.0 18 0 8.0588745 8.0588745.0 18 0S36 8.0588745 36 18 27.9411255 36 18 36zm6.2732531-16.7080551C24.4909715 19.1830857 24.6675093 19.0065479 24.7763684 18.7888296 25.0542313 18.2331038 24.8289789 17.5573466 24.2732531 17.2794837L15.342401 12.8140576C15.1861886 12.7359515 15.0139365 12.6952882 14.8392857 12.6952882c-.621320299999999.0-1.125.503679699999999-1.125 1.125v8.9308521C13.7142857 22.9257911 13.754949 23.0980432 13.8330551 23.2542556 14.110918 23.8099814 14.7866752 24.0352338 15.342401 23.7573709l8.9308521-4.465426z%22/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;opacity:.8}.post-card.video-post-card .entry-middle .entry-header,.post-card.video-post-card .entry-middle .entry-content{pointer-events:auto}@-webkit-keyframes sharpenScale{0%{-webkit-filter:blur(30px);filter:blur(30px);transform:scale(1.3)}50%{-webkit-filter:blur(15px);filter:blur(15px)}100%{-webkit-filter:blur(0);filter:blur(0);transform:scale(1)}}@keyframes sharpenScale{0%{-webkit-filter:blur(30px);filter:blur(30px);transform:scale(1.3)}50%{-webkit-filter:blur(15px);filter:blur(15px)}100%{-webkit-filter:blur(0);filter:blur(0);transform:scale(1)}}.post-card.entire-post-card.quote-post-card .post-btn,.post-card.entire-post-card.quote-post-card .meta-tags>a{color:rgba(255,255,255,.8)}.post-card.entire-post-card.quote-post-card blockquote{font-style:normal;padding-left:0;border:none}.post-card.entire-post-card.quote-post-card .entry-all,.quote-highlight{background-image:linear-gradient(226deg,#96CE4E 0%,#0ACD7E 100%)}.post-card.entire-post-card.quote-post-card:before,.quote-highlight:before{transition:transform .3s ease-out}.post-card.entire-post-card.quote-post-card:hover:before,.quote-highlight:hover:before{transform:scale(2)}.post-card.entire-post-card.quote-post-card blockquote:before,.quote-highlight blockquote:before{content:'“';position:absolute;top:2rem;left:2rem;font-size:3rem;display:block;height:2rem;line-height:1;margin-bottom:1rem}@media(min-width:768px){.gallery-post-card .meta-category .btn-tag{max-width:120px;display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.gallery-post-card .slick-slider{position:absolute;top:0;bottom:0;left:0;right:0}.gallery-post-card .slick-slider .slick-list,.gallery-post-card .slick-slider .slick-track,.gallery-post-card .slick-slider .slick-slide{height:100%}.gallery-post-card .slick-slider .img-dynamic{position:static}.gallery-post-card .slick-slider .img-shadow{display:none}.gallery-post-card .slick-track{margin-left:0;margin-right:0}.gallery-post-card .svq-slick-inner-arrows .slick-arrow{min-height:inherit;margin:0;bottom:inherit;top:2rem;padding-top:0;padding-bottom:0}.gallery-post-card .svq-slick-inner-arrows .slick-arrow .icon{font-size:1rem;height:14px;line-height:14px}.gallery-post-card .svq-slick-inner-arrows .slick-prev{left:auto;right:calc(1rem * 2 + .75rem * 2 + 1rem);border-top-right-radius:0;border-bottom-right-radius:0}.gallery-post-card .svq-slick-inner-arrows .slick-next{right:2rem;border-top-left-radius:0;border-bottom-left-radius:0}@media(min-width:768px){.col-main>.row>*:first-child .post-card.sticky .entry-wrapper{width:calc((720px - 2 * 30px)/2)}}@media(min-width:1150px){.col-main>.row>*:first-child .post-card.sticky .entry-wrapper{width:calc((1100px - 3 * 50px)/3)}}@media(min-width:1440px){.col-main>.row>*:first-child .post-card.sticky .entry-wrapper{width:calc((1390px - 4 * 50px)/4)}}@media(max-width:767.9px){.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card) .entry-wrapper:before{display:none}}@media(min-width:768px){.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card) .entry-wrapper{position:relative;-webkit-flex-shrink:0;flex-shrink:0}}@media(min-width:768px){.col-main>.row>*:first-child .post-card.sticky .entry-wrapper{position:static}.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card){display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card) .post-thumbnail .img-card{border-top-left-radius:0}.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card) .meta-excerpt{display:block}.col-main>.row>*:first-child .post-card.entire-post-card.sticky .entry-all{width:100%}.col-main>.row>*:first-child .post-card.entire-post-card.sticky .entry-middle{width:70%;margin:0 auto}}.single-post .col-inner.entry-content{padding-bottom:4rem}.single-post .entry-content>div:last-of-type{margin-bottom:0}.standard-post-meta>*:first-child{margin-top:3rem}.standard-post-meta .entry-title{margin-bottom:1rem;-ms-word-wrap:break-word;word-wrap:break-word}.standard-post-meta .meta-category{margin-bottom:.5rem}.standard-post-meta .author-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:3rem}.standard-post-meta .avatar{margin-right:.5rem}.standard-post-meta .author-name{display:block;font-size:.875rem;font-weight:600}.standard-post-meta .entry-date{display:block;color:#9a9a9a;line-height:1;font-size:.75rem}@media(min-width:576px){body.single .svq-breadcrumb+.entry-header{padding-top:1rem}}.standard-post-img,.video-highlight,.quote-highlight,.gallery-highlight .img-dynamic{margin-bottom:2rem}.standard-post-img .img-shadow img{width:90%}@media(min-width:1150px){.standard-post-meta .entry-title{margin-bottom:2rem}.standard-post-meta .author-wrapper{margin-bottom:4rem}.standard-post-meta .standard-post-img{margin-bottom:3rem}}.tpl-full .standard-post-meta{text-align:center}.tpl-full .standard-post-meta .svq-breadcrumb{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.tpl-full .standard-post-meta .author-wrapper{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;text-align:left}@media(min-width:1150px){body.single .col-inner{padding-left:50px;padding-right:50px}}.entry-content .meta-tags{margin-bottom:1.5rem;clear:both}.entry-content .meta-tags .btn-tag{text-transform:none}.entry-content .meta-tags .btn-tag:hover{background:#eee}.entry-content .meta-tags:empty{display:none}.entry-content .page-links{margin-bottom:1.5rem;margin-top:1.5rem}.entry-content+.page-links{margin-top:1.5rem}.entry-content .like-and-share{margin-bottom:1.5rem}.like-and-share{display:flex;align-items:center}.like-and-share h5{margin-bottom:0}.like-and-share .btn.btn-sm{height:24px;padding:0 1rem;margin-right:1rem;margin-bottom:0}.like-and-share .btn.btn-sm,.like-and-share .btn.btn-sm:hover,.like-and-share .btn.btn-sm:active{background:0 0!important}.like-and-share .btn.btn-sm .icon{color:#dc3545}.like-and-share .btn.btn-sm:hover{color:#dc3545}.like-and-share .btn.btn-sm.vote .icon:before{content:'\e925'}@media(min-width:1150px){.author-bio{border-top:none}}.author-bio .author-name{font-weight:700}.author-bio .author-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.author-bio .name-and-entitling{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.author-bio .author-social-links{margin-bottom:0}.author-bio .author-social-links.list-inline li{display:inline-flex}.author-bio .author-social-links a{background:#000;color:#fff;height:28px;width:28px;border-radius:50%;text-align:center;transition:opacity .25s ease-out}.author-bio .author-social-links a .icon{font-size:1.3rem;line-height:1.5rem}.author-bio .author-social-links a:hover{opacity:.7}.comments-area{background-repeat:no-repeat;background-position:50% 100%}.comments-area .comment-meta-actions .comment-reply-link{background:#fff}.comments-area .comments-pagination{margin:2rem 0}.comments-area .comments-pagination .nav-links{display:inline-flex}.related-articles{background:#fff;padding-top:4rem}.related-articles .col-inner{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:2rem;padding:0}.related-articles .col-inner h2{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-bottom:0}.related-articles .col-inner .btn{margin-bottom:0}@media(max-width:767.9px){.related-articles .svq-slick-prev,.related-articles .svq-slick-next{display:none}}@media(max-width:767.9px){.related-articles .svq-slick.row .slick-slide{padding-left:.5rem;padding-right:.5rem}}.related-articles .svq-slick.row .post-card{margin-top:2rem;margin-bottom:2rem}.author-bio+.related-articles{border-top:none}.sidebar-right .svq-slick .slick-track,.sidebar-left .svq-slick .slick-track{margin-left:0;margin-right:0}.comments-area,.author-bio,.related-articles{padding-top:4rem;padding-bottom:4rem}.comments-area{padding-bottom:0}.comments-area h2.svq-section-title,.author-bio h2.svq-section-title{margin-bottom:3rem}.tpl-full .author-bio{text-align:center}.tpl-full .author-bio .img-dynamic{margin-bottom:1rem}.tpl-full .author-bio .author-wrapper{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;margin-bottom:2rem}.tpl-full .comments-area h2.svq-section-title,.tpl-full .related-articles h2.svq-section-title{text-align:center}.tpl-full .related-articles .svq-slick.row>.slick-list{overflow:visible}@media(min-width:1150px){.tpl-left .author-bio>.container,.tpl-left .comments-area>.container,.tpl-left .related-articles>.container,.tpl-right .author-bio>.container,.tpl-right .comments-area>.container,.tpl-right .related-articles>.container{padding-left:0;padding-right:0}}.tpl-left .author-bio .author-wrapper,.tpl-right .author-bio .author-wrapper{margin-bottom:1rem}.tpl-left .author-bio .img-dynamic,.tpl-right .author-bio .img-dynamic{margin-right:1.5rem}@media(min-width:768px){.tpl-left .author-bio .author-desc,.tpl-left .author-bio .author-social-links,.tpl-right .author-bio .author-desc,.tpl-right .author-bio .author-social-links{margin-left:5.5rem}}.tpl-left .related-articles .col-inner .btn,.tpl-right .related-articles .col-inner .btn{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;margin-left:.5rem}.tpl-left .related-articles .col-inner h2,.tpl-right .related-articles .col-inner h2{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}@media(max-width:1149.9px){.tpl-left .related-articles .svq-slick.row>.slick-list,.tpl-right .related-articles .svq-slick.row>.slick-list{overflow:visible}}.quote-highlight{position:relative;padding:3rem}.quote-highlight blockquote{border:none;font-size:2rem;line-height:1.4;font-weight:300;margin-bottom:0;padding:3rem 0 0}.quote-highlight blockquote:before{top:3rem;left:3rem}.gallery-highlight .img-dynamic{display:block}.gallery-highlight .slick-list{overflow:visible}.gallery-highlight .slick-arrow{bottom:2rem}@media(min-width:768px){.quote-highlight{padding:5rem}.quote-highlight blockquote{padding:3rem 0 0}.quote-highlight blockquote:before{top:5rem;left:5rem}}.page .entry-content+.comments-area{margin-top:4rem}.standard-post{position:relative}.standard-post .col-main{position:static}.standard-post:before{content:'';display:block;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:1060;opacity:0;pointer-events:none;transition:opacity .15s ease-out .15s}.standard-post.overlay:before{opacity:.8}@media(max-width:1149.9px){.svq-post-nav{margin-bottom:3rem}.nav2-post{position:relative}.nav2-post:before{content:attr(data-text);display:block;font-weight:500;padding-bottom:1rem;text-align:center}}@media(min-width:768px) and (max-width:1149.9px){.svq-post-nav{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.nav2-post{width:50%}.nav2-post:after{top:0;position:absolute}.nav2-post-prev:before{text-align:left}.nav2-post-prev:after{content:'\e900';left:0}.nav2-post-next:before{text-align:right}.nav2-post-next:after{content:'\e901';right:0}}@media(min-width:1150px){.svq-post-nav{position:absolute;top:0;left:2rem;right:2rem}.tpl-full .svq-post-nav,.tpl-left .svq-post-nav{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;max-width:1e3%}.nav2-post:not(.is-hover) .post-card{background:0 0}.nav2-post:not(.is-hover) .post-card,.nav2-post:not(.is-hover) .post-card:hover,.nav2-post:not(.is-hover) .post-card:not(.image-post-card):not(.gallery-post-card):not(.quote-post-card),.nav2-post:not(.is-hover) .post-card:not(.image-post-card):not(.gallery-post-card):not(.quote-post-card):hover{box-shadow:none}.nav2-post{position:absolute!important;z-index:99;top:110px;width:4rem;transition:width .25s ease-out}.nav2-post .post-card{margin-bottom:0;transition:transform .6s ease-out}.nav2-post .post-card.quote-post-card .entry-all{background-image:none}.nav2-post .post-card .post-thumbnail{opacity:0}.nav2-post .img-card-hover{pointer-events:none}.nav2-post .entry-all,.nav2-post .entry-middle,.nav2-post .entry-content blockquote:after,.nav2-post .entry-content blockquote:before,.nav2-post .svq-slick-inner-arrows{transition:all .25s ease-out .15s,height .25s cubic-bezier(.55,.055,.675,.19),max-height .25s cubic-bezier(.55,.055,.675,.19)}.nav2-post .entry-content,.nav2-post .video-post-card .entry-middle:before,.nav2-post .svq-slick-inner-arrows,.nav2-post .quote-post-card .entry-content blockquote:before{opacity:0}.nav2-post .entry-top{transition:height .3s ease-out}.nav2-post .entry-top,.nav2-post .entry-footer{opacity:0;height:0;overflow:hidden}.nav2-post .entry-middle{width:calc(300px - (1rem * 4));transform:scale(.65,.65);transition:transform .25s ease-out}.nav2-post .entry-content{max-height:0}.nav2-post .post-card.entire-post-card .entry-middle:after{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.nav2-post .post-card:not(.entire-post-card) .post-thumbnail{position:absolute;z-index:3}.nav2-post .post-card:not(.entire-post-card) .entry-wrapper:before{content:'';padding-top:56.25%;display:block}.nav2-post .post-card:not(.entire-post-card) .entry-top{position:absolute;top:calc(2rem + 168.75px);left:2rem;z-index:3}.nav2-post .post-card:not(.entire-post-card) .entry-middle:before{height:0}.nav2-post .post-card:not(.entire-post-card) .entry-content{display:none}.nav2-post .post-card.entire-post-card .entry-middle:after,.nav2-post .post-card:not(.entire-post-card) .entry-middle:before{content:'';display:block;width:100%;transition:all .25s ease-out}.nav2-post .video-post-card .entry-middle:before{height:0;margin-bottom:0}.nav2-post .slick-slide{width:300px!important}.nav2-post .quote-post-card .entry-content{opacity:1;max-height:inherit!important}.nav2-post .quote-post-card .entry-content>a{pointer-events:none}.nav2-post .quote-post-card .entry-content blockquote:before{top:-2rem;left:0;pointer-events:none}.nav2-post .post-card .entry-title a,.nav2-post .post-card.quote-post-card .entry-content blockquote>*,.nav2-post .post-card.quote-post-card .entry-content blockquote:after{color:#9a9a9a}.nav2-post:not(.is-hover) .entry-title a,.nav2-post:not(.is-hover) .quote-post-card .entry-content blockquote{-webkit-line-clamp:2}.nav2-post .entry-title,.nav2-post .quote-post-card .entry-content{position:relative}.nav2-post .entry-title a:after,.nav2-post .quote-post-card .entry-content blockquote:after{content:'';display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);height:2rem;line-height:2rem;width:2rem;text-align:center;border-radius:50%;opacity:1;pointer-events:none;transition:opacity .25s ease-out .2s}.nav2-post .quote-post-card .entry-content blockquote{margin:0}.nav2-post-prev{left:0}.nav2-post-prev .post-card{transform:translateX(-70px)}.nav2-post-prev .entry-title a:after,.nav2-post-prev .quote-post-card .entry-content blockquote:after{content:'\e904';right:-3rem}.nav2-post-next{right:0;direction:rtl}.nav2-post-next .post-card{transform:translateX(70px)}.nav2-post-next .entry-top,.nav2-post-next .entry-middle,.nav2-post-next .entry-footer,.nav2-post-next .svq-slick,.nav2-post-next .post-thumbnail{direction:ltr}.nav2-post-next .entry-top{-ms-flex-item-align:end;-webkit-align-self:flex-end;align-self:flex-end}.nav2-post-next .entry-title a:after,.nav2-post-next .quote-post-card .entry-content blockquote:after{content:'\e903';left:-3rem}.nav2-post.is-hover{width:300px;z-index:1061;transition:width .2s ease-out}.nav2-post.is-hover .img-card-hover{pointer-events:auto}.nav2-post.is-hover .post-thumbnail{opacity:1;transition:opacity .3s cubic-bezier(.55,.055,.675,.19).1s}.nav2-post.is-hover .post-card{background:#fff;transform:translateX(0);transition:all .3s cubic-bezier(.55,.055,.675,.19).1s,transform .6s ease-out}.nav2-post.is-hover .entry-all,.nav2-post.is-hover .entry-middle,.nav2-post.is-hover .entry-middle:before,.nav2-post.is-hover .entry-content blockquote,.nav2-post.is-hover .quote-post-card blockquote>*,.nav2-post.is-hover .svq-slick-inner-arrows{transition:all .25s ease-out,height .3s ease-out,opacity .25s ease-out .25s}.nav2-post.is-hover .entry-content,.nav2-post.is-hover .video-post-card .entry-middle:before,.nav2-post.is-hover .svq-slick-inner-arrows,.nav2-post.is-hover .quote-post-card .entry-content blockquote:before{opacity:1}.nav2-post.is-hover .entry-top{height:2.405rem}.nav2-post.is-hover .entry-footer{height:2.125rem}.nav2-post.is-hover .entry-top,.nav2-post.is-hover .entry-footer{opacity:1;transition:height .3s ease-out,opacity .25s ease-out .3s}.nav2-post.is-hover .post-card .entry-middle:after{transition:height .6s ease-out}.nav2-post.is-hover .entry-middle{transform:scale(1)}.nav2-post.is-hover .entry-content{max-height:3.7rem;transition:max-height .3s ease-out,opacity .25s ease-out .3s}.nav2-post.is-hover .entry-title a{transition:max-height .3s ease-out,opacity .25s ease-out .3s,color .25s ease-out .15s}.nav2-post.is-hover .entry-title a:after,.nav2-post.is-hover .quote-post-card .entry-content blockquote:after{opacity:0;transition:none}.nav2-post.is-hover .post-card.entire-post-card .entry-middle:after{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0;transition:all .3s ease-out}.nav2-post.is-hover .post-card:not(.entire-post-card) .entry-middle:before{height:calc(168.75px + 2.405rem);transition:height .3s ease-out}.nav2-post.is-hover .image-post-card .entry-title a,.nav2-post.is-hover .video-post-card .entry-title a,.nav2-post.is-hover .gallery-post-card .entry-title a,.nav2-post.is-hover .post-card.quote-post-card blockquote>*{color:#fff}.nav2-post.is-hover .video-post-card .entry-middle:before{height:3rem;margin-bottom:1rem}.nav2-post.is-hover .quote-post-card .entry-content>a{pointer-events:auto}.nav2-post.is-hover .quote-post-card .entry-content blockquote{max-height:10rem;-webkit-line-clamp:20}.tpl-right .svq-post-nav{left:0;right:0}.tpl-right .nav2-post-next .entry-middle{transform-origin:center left}.tpl-right .nav2-post-next .post-card{transform:translateX(5px)}.tpl-right .nav2-post-prev,.tpl-left .nav2-post-prev{display:none}.ie-11 .nav2-post .img-card{opacity:0!important}.ie-11 .nav2-post.is-hover .img-card{opacity:1!important}}@media(min-width:1150px) and (max-width:1700px){.tpl-left .svq-post-nav{left:0;right:0}.tpl-left .nav2-post-next{right:-4rem;transition:width .25s ease-out,right .25s ease-out}.tpl-left .nav2-post-next.is-hover{right:0}}@media(min-width:1440px){.tpl-right .nav2-post-next .post-card{transform:translateX(-14px)}}.tags-links{letter-spacing:.1em;text-transform:uppercase;font-weight:700}.tags-links a{background:#fafafa repeat}.post-password-form{padding:2rem;margin-bottom:2rem}.post-password-form>p{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.post-password-form label{margin-bottom:0;margin-right:1rem}.post-password-form input[type=submit],.post-password-form label input[type=password]{margin-top:.5rem}.post-password-form input[type=submit]{-ms-flex-item-align:end;-webkit-align-self:flex-end;align-self:flex-end}.assistive-text{clip:rect(1px,1px,1px,1px);position:absolute!important}span.screen-reader-text,label.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}body .alignleft,.entry-content a:hover .alignleft{display:inline;float:left;margin-right:1.5rem}body .alignright,.entry-content a:hover .alignright{display:inline;float:right;margin-left:1.5rem}body .aligncenter,.entry-content a:hover .aligncenter{text-align:center;clear:both;display:block;margin-left:auto;margin-right:auto}body .article-content .aligncenter,.article-content a:hover .aligncenter{clear:none}.alignleft img,.alignright img{display:block}.gallery{margin-bottom:20px;overflow:auto}.gallery-item{float:left;margin:0 1px 1px 0!important;overflow:hidden;position:relative}.gallery-item img.attachment-thumbnail{border:none!important;width:100%;height:auto}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:48%;width:-webkit-calc(50% - 4px);width:calc(50% - 4px)}.gallery-columns-3 .gallery-item{width:32%;width:-webkit-calc(33.3% - 4px);width:calc(33.3% - 4px)}.gallery-columns-4 .gallery-item{width:23%;width:-webkit-calc(25% - 4px);width:calc(25% - 4px)}.gallery-columns-5 .gallery-item{width:19%;width:-webkit-calc(20% - 4px);width:calc(20% - 4px)}.gallery-columns-6 .gallery-item{width:15%;width:-webkit-calc(16.7% - 4px);width:calc(16.7% - 4px)}.gallery-columns-7 .gallery-item{width:13%;width:-webkit-calc(14.28% - 4px);width:calc(14.28% - 4px)}.gallery-columns-8 .gallery-item{width:11%;width:-webkit-calc(12.5% - 4px);width:calc(12.5% - 4px)}.gallery-columns-9 .gallery-item{width:9%;width:-webkit-calc(11.1% - 4px);width:calc(11.1% - 4px)}.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0}.gallery-caption{background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:12px;line-height:1.5;margin:0;max-height:50%;opacity:0;padding:6px 8px;position:absolute;bottom:0;left:0;text-align:left;width:100%}.gallery-caption:before{content:"";height:100%;min-height:49px;position:absolute;top:0;left:0;width:100%}.gallery-item:hover .gallery-caption{opacity:1}.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.bypostauthor>.comment-body>.comment-meta>.comment-author a{text-decoration:underline}.gallery-icon{margin:0}.gallery-item{margin:0}div .wp-caption{max-width:100%;position:relative;font-size:.875rem;font-style:italic;border-width:1px;border-style:solid;overflow:auto;padding:.5rem}div .wp-caption img{height:auto;padding:0;border:none;display:block;padding:.25rem;margin:0;width:100%}.wp-caption-text{display:block;font-size:11px;font-style:italic;margin:0 auto;padding:3px 10px 5px;text-align:center;font-family:sans-serif}.wp-smiley{display:inline-block;border:none}.search-form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.search-form>label{margin-right:1rem;margin-bottom:0}@media(min-width:768px){.tpl-full .alignfull{display:block}.tpl-full .alignfull img{width:100%;height:auto}}p.has-drop-cap:not(:focus):first-letter{float:left;font-style:normal;text-transform:uppercase;line-height:.85;font-weight:500;margin:.05em .15em 0 0}.entry-content p.has-drop-cap:not(:focus)::after{display:none}.wp-block-image{margin-bottom:1.5rem;max-width:none}p+.wp-block-image,ul+.wp-block-image,ol+.wp-block-image{margin-top:2rem}.wp-block-image .alignleft{margin-right:1.5rem}.wp-block-image .alignright{margin-left:1.5rem}.wp-block-gallery figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption,figcaption{text-align:center;font-size:.875rem!important;font-style:italic;opacity:.7;padding-top:.5rem;padding-bottom:1rem}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{color:#fff!important;padding-top:1.5rem}.wp-block-embed{margin-bottom:1.5rem}.wp-block-embed figcaption,.wp-block-image figcaption,.wp-block-gallery figcaption{margin:0!important;padding-bottom:0}.wp-block-image.alignfull figcaption{padding-left:1rem;padding-right:1rem}.wp-block-embed.alignwide .wp-block-embed__wrapper,body.tpl-left .wp-block-embed.alignfull .wp-block-embed__wrapper,body.tpl-left .wp-block-embed.alignfull .wp-block-embed__wrapper,.wp-block-cover-image,.wp-block-gallery img{overflow:hidden}.wp-block-embed.alignfull .fluid-width-video-wrapper{border-radius:0}.wp-block-gallery{padding-left:0;margin-bottom:1rem}.wp-block-gallery figcaption{padding-top:1.5rem}.wp-block-gallery.alignfull{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media(min-width:1150px){body.single .wp-block-image .alignright,body.single .wp-block-cover-image.alignright,body.page:not(.tpl-left):not(.tpl-right) .wp-block-image .alignright,body.page:not(.tpl-left):not(.tpl-right) .wp-block-cover-image.alignright{margin-right:-50px}body.single .wp-block-image .alignleft,body.single .wp-block-cover-image.alignleft,body.page:not(.tpl-left):not(.tpl-right) .wp-block-image .alignleft,body.page:not(.tpl-left):not(.tpl-right) .wp-block-cover-image.alignleft{margin-left:-50px}}@media(min-width:1150px){body.single.tpl-right .alignfull figcaption,body.single.tpl-left .alignfull figcaption,body.single .alignwide figcaption,body.page:not(.tpl-left):not(.tpl-right) .alignwide figcaption{padding-left:50px;padding-right:50px}}.wp-block-pullquote{border-bottom:4px solid #555d66;border-top:4px solid #555d66;color:#40464d}.wp-block-quote p{margin-bottom:0}.wp-block-quote.is-large{padding-left:0}.wp-block-pullquote blockquote,.wp-block-pullquote blockquote p,.wp-block-quote.is-large,.wp-block-quote.is-large p,.wp-block-quote.is-style-large,.wp-block-quote.is-style-large p{font-style:normal;margin-bottom:1rem}.wp-block-cover.alignfull{display:flex}.wp-block-quote.is-large cite,.wp-block-quote.is-style-large cite{font-size:.875rem}.wp-block-pullquote{margin-top:2rem;margin-bottom:2rem;padding:0 1rem}.wp-block-pullquote blockquote{border:none;margin-bottom:0;padding:2rem 0}.wp-block-pullquote cite{display:block}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:400px}.wp-block-pullquote p{font-size:2rem!important;margin-bottom:0}.wp-block-pullquote p+cite{margin-top:1rem}.wp-block-pullquote.is-style-solid-color blockquote{max-width:100%;text-align:center}@media(max-width:767.9px){.wp-block-pullquote p{font-size:calc(2rem/1.3)!important}}.wp-block-quote.is-large,.wp-block-quote.is-large p,.wp-block-quote.is-style-large,.wp-block-quote.is-style-large p{font-size:1.75rem}.wp-block-quote.is-style-large,.wp-block-quote.is-large{text-align:left}.wp-block-quote.is-style-large cite:after,.wp-block-quote.is-large cite:after{left:0;transform:translateX(0)}.wp-block-quote.is-style-large[style*=center] cite:after,.wp-block-quote.is-large[style*=center] cite:after{left:50%;transform:translateX(-50%)}.wp-block-quote.is-style-large[style*=right] cite:after,.wp-block-quote.is-large[style*=right] cite:after{left:inherit;right:0;transform:translateX(0)}.wp-block-verse{font-family:fira sans;font-size:100%;font-style:italic}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:4rem;margin-left:auto;margin-right:auto;border-width:2px}.wp-block-separator.is-style-dots{border:none;font-size:1.5rem;letter-spacing:1rem;color:rgba(0,0,0,.2)}.wp-block-audio audio{margin-top:1rem}.wp-block-audio.aligncenter audio{width:100%}.is-style-default .wp-block-button__link,.is-style-square .wp-block-button__link{border-color:transparent}.is-style-outline .wp-block-button__link{border-width:1px}.wp-block-archives,.wp-block-categories{text-align:left!important}.wp-block-archives.align-center,.wp-block-categories.align-center{text-align:left}.wp-block-columns>.wp-block-column{padding-left:.5rem;padding-right:.5rem}.wp-block-columns{margin-left:-.5rem;margin-right:-.5rem}.wp-block-cover.alignwide,.wp-block-cover-image.alignwide{width:auto}.wp-block-cover-image{margin-bottom:1rem}.wp-block-cover-image.alignwide{width:auto}.wp-block-cover-image.alignfull,.wp-block-cover-image.alignright,.wp-block-cover-image.alignleft,.wp-block-cover-image.aligncenter{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tpl-full .wp-block-cover-image.alignfull{border-radius:0}.wpcf7-form textarea{max-height:6rem}.wp-block-media-text{margin-bottom:1rem}.wp-block-media-text.alignfull{display:-ms-grid;display:grid}@media(max-width:767.9px){.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding-left:0}.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile:not(.has-media-on-the-right){grid-template-areas:"media-text-media" "media-text-content"}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right{grid-template-areas:"media-text-content" "media-text-media"}.wp-block-media-text.is-stacked-on-mobile.alignfull{margin-left:0;margin-right:0;max-width:none;width:auto}.wp-block-media-text.is-stacked-on-mobile.alignfull .wp-block-media-text__media{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;max-width:1e3%}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{margin-bottom:1rem}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{padding:0}}@media(min-width:576px){.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content p:last-child{margin-bottom:0}}.wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment-author,.wp-block-latest-comments__comment-link{font-weight:700}ul.rainbow-categories li{display:inline-block}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}ol ol ul,ol ul ul,ul ol ul,ul ul ul{list-style-type:square}.akismet_comment_form_privacy_notice{font-size:80%;text-align:center}.activity-list>li,.comment-list>li,#message-thread .message-box{padding:1rem;margin-bottom:1rem}.activity-list>li:last-of-type,.comment-list>li:last-of-type,#message-thread .message-box:last-of-type{border-bottom:none}p.must-log-in{margin-bottom:0}.comment-list>li{padding-bottom:0;padding-top:0;margin-bottom:0;border-radius:0!important}.comment-list>li:last-of-type{border-bottom:none}.activity-list>li.load-more{padding-top:1rem;border-bottom:none}#message-thread .message-box:nth-last-child(2){border-bottom:none;padding-bottom:0}.activity-list .activity-comments ul li{padding-top:1rem;padding-bottom:1rem}.activity-list .activity-comments ul li:last-child{border:none;padding-bottom:0}.pingback .comment-avatar{display:none}.activity-list .activity-comments form.ac-form{display:none}.comment-list .children li{padding-left:0}.activity-list .activity-comments>ul ul>li,.comment-list .children li,.comment-list .children .children li{position:relative}.activity-list .activity-comments>ul ul>li:before,.comment-list .children li:before,.comment-list .children .children li:before{content:'';position:absolute;top:1rem;left:-1rem;display:block;width:1rem;height:2rem;border:none;background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2232%22 viewBox=%220 0 16 32%22%3E%3Cpath fill=%22%239a9a9a%22 d=%22M4.06 17.2C1.82164014 17.2.0 15.3783599.0 13.14V4H.84v9.14c0 1.7757201 1.44427986 3.22 3.22 3.22H8.2860901L6.20332505 14.2772349c-.1638734-.1638734-.1638734-.430036400000001.0-.593909800000001.1638734-.163873499999999.4300365-.163873499999999.5939099.0l2.79944 2.79944C9.63571655 16.5218066 9.66679981 16.5684315 9.68841383 16.6203189 9.73015539 16.7230032 9.73015539 16.8375568 9.68826272 16.9406113 9.66724291 16.9918996 9.63616241 17.0383075 9.59667495 17.0777949L6.79672599 19.8777413C6.71675885 19.9568925 6.61020584 20 6.5 20S6.28324115 19.9568925 6.20276505 19.8772349c-.1638734-.1638734-.1638734-.430036400000002.0-.593909800000002L8.2860901 17.2H4.06z%22/%3E%3C/svg%3E");background-repeat:no-repeat}.comment-list .children,.comment-list .children .children,.activity-list .activity-comments>ul ul:not(.rtmedia-list){list-style:none}.comment-list .children .children,.activity-list .activity-comments>ul ul:not(.rtmedia-list){padding-left:1rem}.comment-list .children .comment-avatar,.acomment-avatar,.activity-list .activity-comments>ul .ac-reply-avatar,#send-reply .message avatar{margin-right:1rem}.comment-list .children .comment-avatar .img-card img,.acomment-avatar .img-card img{height:auto}.comment-list .children .comment-avatar .img-card img.avatar,.acomment-avatar .img-card img.avatar{border-radius:0}.activity-list .has-comments li{padding-left:0}#send-reply{padding-left:5rem}.comment-list>li>.children,.activity-list>li>.activity-comments>ul,.activity-list>li>.activity-comments>.ac-form{padding-left:1rem}@media(min-width:768px){.comment-list>li>.children,.activity-list>li>.activity-comments>ul,.activity-list>li>.activity-comments>.ac-form{padding-left:5rem}.activity-list .activity-comments>ul ul:not(.rtmedia-list),.comment-list .children .children{padding-left:4rem}}.activity-list .activity-comments ul li,.comment-wrap,.comment-meta,.comment-meta-actions,#message-thread .message-box,#message-thread .message-metadata{display:-webkit-box!important;display:-moz-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.comment-list{margin-bottom:1rem}.comment-list>li{padding:0}.comment-list>li .comment-wrap{padding-top:1rem;padding-bottom:1rem}.comment-list li.comment+.comment-respond{margin-top:1rem;margin-bottom:1rem}.comment-list li.comment+.comment-respond:before{content:"";position:absolute;width:100%;height:2rem;top:-2rem;left:0}.comment-list li.comment+.comment-respond:after{content:"";position:absolute;width:200%;height:2rem;bottom:-2rem;left:-100%}.comment-list li.depth-1:last-of-type+.comment-respond{padding-bottom:2rem;margin-bottom:2rem}.activity-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.comment-content{width:100%}.comment-body{font-size:.875rem}.comment-body p{margin-bottom:.5rem}.activity-avatar,.comment-avatar,.ac-reply-avatar,.message-avatar{margin-right:1rem}.comment-meta{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.comment-author{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;width:90%}.activity-header a:not(.activity-time-since),.comment-author,.acomment-meta>a:not(.activity-time-since),#message-thread .message-metadata strong a,#message-recipients .highlight a{font-weight:700;transition:opacity .25s ease-out}.activity-header a:not(.activity-time-since),.activity-header a:not(.activity-time-since)>*,.activity-header a:not(.activity-time-since)>*:hover,.comment-author,.comment-author>*,.comment-author>*:hover,.acomment-meta>a:not(.activity-time-since),.acomment-meta>a:not(.activity-time-since)>*,.acomment-meta>a:not(.activity-time-since)>*:hover,#message-thread .message-metadata strong a,#message-thread .message-metadata strong a>*,#message-thread .message-metadata strong a>*:hover,#message-recipients .highlight a,#message-recipients .highlight a>*,#message-recipients .highlight a>*:hover{text-decoration:none}.activity-header a:not(.activity-time-since):hover,.comment-author:hover,.acomment-meta>a:not(.activity-time-since):hover,#message-thread .message-metadata strong a:hover,#message-recipients .highlight a:hover{opacity:.8}.edit-link{position:relative;display:block;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;-webkit-flex-shrink:0;flex-shrink:0;-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start}.comment-edit-link{display:block;font-size:.75rem;transition:opacity .1s ease-out;opacity:.6}.comment-edit-link,.comment-edit-link:hover{text-decoration:none}.comment-edit-link:hover{transition:opacity .25s ease-out .25s;opacity:1}@media(min-width:768px){.edit-link{font-weight:700}.edit-link:before,.edit-link:after{content:'';position:absolute;display:block;bottom:50%;margin-top:-2px;width:4px;height:4px;border-radius:50%;margin-right:.25rem;pointer-events:none;transition:border-radius .1s cubic-bezier(.55,.055,.675,.19).25s,margin .1s cubic-bezier(.55,.055,.675,.19),left .25s cubic-bezier(.55,.055,.675,.19),right .25s cubic-bezier(.55,.055,.675,.19),width .25s cubic-bezier(.55,.055,.675,.19),bottom .25s cubic-bezier(.55,.055,.675,.19),height .1s cubic-bezier(.55,.055,.675,.19).15s,color .1s ease-out}.edit-link:before{left:50%;margin-left:2px}.edit-link:after{right:50%;margin-right:2px}.edit-link:hover:before,.edit-link:hover:after{border-radius:0;width:100%;bottom:0;height:2px;transition:margin .25s cubic-bezier(.55,.055,.675,.19),left .25s cubic-bezier(.55,.055,.675,.19),right .25s cubic-bezier(.55,.055,.675,.19),width .25s cubic-bezier(.55,.055,.675,.19).15s,bottom .25s cubic-bezier(.55,.055,.675,.19).15s,height .25s cubic-bezier(.55,.055,.675,.19).15s,color .25s ease-out}.edit-link:hover:before{margin-left:0;left:0}.edit-link:hover:after{margin-right:0;right:0}.comment-edit-link{opacity:0}}.comment-date{width:100%}.comment-meta-actions .comment-reply .btn{margin-bottom:0}.comment-body img{margin-top:1rem;margin-bottom:1rem}.comment-body>h1{margin-top:0!important;margin-bottom:1rem!important}.comment-respond{position:relative;padding:2rem;margin-bottom:2rem;border-radius:10px;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start}.comment-respond figure.avatar{margin-right:1rem;-webkit-flex-shrink:0;flex-shrink:0}.comment-respond .comment-form{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;font-size:.875rem}.comment-respond .logged-in-as{font-size:.875rem}.comment-respond textarea{min-height:100px}.comment-respond textarea,.comment-respond .form-control,.comment-respond input[type=text]{box-shadow:none;border-color:#e0e0e0}.comment-respond .svq-comments-info{margin-bottom:.5rem}.comment-respond .svq-comments-title{margin-top:0!important;margin-bottom:2rem}.comment-respond .form-submit{margin-bottom:0}.comment-respond p input.form-control{margin-bottom:0}.activity-header a:not(.activity-time-since){font-weight:700}.activity-header a:not(.activity-time-since) img{display:none}.activity-time-since{display:inline-block;margin-bottom:0;transition:opacity .25s ease-out}.activity-time-since:hover{text-decoration:none;opacity:.8}.activity-list .activity-header+.activity-meta{margin-top:1rem}.activity-list .activity-header>p,.activity-list .acomment-meta{position:relative;margin-bottom:.5rem}body.activity-permalink .activity-list .activity-header>p,body.activity-permalink .activity-list .acomment-meta{padding-bottom:1rem}.activity-list .acomment-meta{margin-bottom:.5rem}.activity-list .acomment-content{margin-bottom:1rem}.activity-list .activity-header .time-since,.activity-list .activity-comments .activity-time-since{display:inline-block;position:absolute;bottom:0;left:0;margin:0;width:auto}.activity-inner>p,.acomment-content>p{margin-bottom:0}#item-body .activity-list .activity-header .activity-time-since>.time-since,#buddypress .activity-list .activity-header .activity-time-since>.time-since{position:static;left:inherit;bottom:inherit;display:inline-block}.activity-header .avatar{width:1.5rem;height:1.5rem;border-radius:.25rem;margin-left:.25rem;margin-right:.25rem}.activity-list .activity-comments ul li,.activity-item,.ac-reply-content,#message-thread .message-box,#message-thread .message-metadata{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.acomment-meta,.activity-content,.ac-reply-content,#message-thread .message-metadata>strong,#send-reply .message-content{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.acomment-content,.acomment-options,.activity-comments,.activity-comments ul{width:100%}.activity-content,#message-thread .message-body{width:calc(100% - 4rem - 1rem)}.acomment-meta{width:calc(100% - 2rem - 1rem)}.acomment-content,.acomment-options{margin-left:3rem}.activity-meta:empty{display:none}@media(min-width:576px){.activity-meta,.activity-meta .button,.acomment-options,.acomment-reply,.acomment-delete{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}}.activity-meta .rtm-form-select.privacy{width:100%}@media(min-width:576px){.activity-meta .rtm-form-select.privacy{width:auto}}.activity-list .activity-meta .button,.activity-list .activity-meta .view,.acomment-reply,.acomment-delete,.bp-secondary-action{-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin:0 0 .5rem;border-width:1px;border-style:solid;border-color:transparent;transition:background .25s ease-out,color .25s ease-out}@media(min-width:576px){.activity-list .activity-meta .button,.activity-list .activity-meta .view,.acomment-reply,.acomment-delete,.bp-secondary-action{margin-right:.5rem}}.activity-list .activity-meta .button:hover,.activity-list .activity-meta .view:hover,.acomment-reply:hover,.acomment-delete:hover,.bp-secondary-action:hover{text-decoration:none}.activity-list .activity-meta .button:before,.activity-list .activity-meta .view:before,.acomment-reply:before,.acomment-delete:before,.bp-secondary-action:before{content:"";margin-right:.5rem}.activity-list .activity-meta select{margin-bottom:.5rem;font-size:.75rem!important}.acomment-delete,.activity-list .activity-meta .delete-activity,.activity-list .activity-meta .delete-activity-single,.activity-list .activity-meta .button.fav{width:calc(1.6rem - .25rem * 2 + .75rem * 2);overflow:hidden}.acomment-delete:before,.activity-list .activity-meta .delete-activity:before,.activity-list .activity-meta .delete-activity-single:before,.activity-list .activity-meta .button.fav:before{margin-right:1.5rem}.acomment-delete:hover,.activity-list .activity-meta .delete-activity:hover,.activity-list .activity-meta .delete-activity-single:hover,.activity-list .activity-meta .button.fav:hover{background:0 0}.acomment-delete,.activity-list .activity-meta .delete-activity-single,.activity-list .activity-meta .delete-activity{margin-left:auto}.activity-list .activity-meta .acomment-reply span{display:inline-block;padding:.25rem .5rem;font-weight:700;border-radius:6px;margin-left:1rem;background:#fff;transition:background-color .3s ease-out,color .25 ease-out}.activity-list .activity-meta .acomment-reply:before{content:"\e90c"}.activity-list .activity-meta .acomment-reply:hover span,.activity-list .activity-meta .acomment-reply:focus span{color:#fff}.activity-list .acomment-options .acomment-reply:before{content:"\e908"}.activity-list .activity-meta .view:before{content:'\e929'}.acomment-delete:before,.activity-list .activity-meta .delete-activity-single:before,.activity-list .activity-meta .delete-activity:before{content:"\e912"}.activity-list .activity-meta .button.fav:before{content:'\e911'}.activity-list .activity-meta .button.fav:hover:before,.activity-list .activity-meta .button.unfav:before{content:'\e910'}.ac-form{width:100%}.ac-form .ac-reply-wrapper,.ac-form .ac-reply-content{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ac-form .ac-textarea label{display:none}.ac-form input[type=submit],.ac-form .ac-reply-cancel{font-size:.875rem}.ac-form .rtmedia-uploader-div{display:none}.ac-form .ac-reply-content .rtmedia-comment-media-upload{margin-left:auto;-webkit-box-ordinal-group:8;-moz-box-ordinal-group:8;-ms-flex-order:8;-webkit-order:8;order:8}.ac-form .ac-reply-avatar .img-card>img{border-radius:inherit}.ac-form .ac-textarea,#send-reply .message-content textarea{margin-bottom:1rem;width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}#send-reply .message-box{border-bottom:none}#message-thread{margin-bottom:1.5rem}.fluid-width-video-wrapper{overflow:hidden}.flexMenu-popup.dropdown-menu{right:0;left:inherit}.flexMenu-popup>li{padding-left:0;padding-right:0}.flex-menu-overflow{overflow:hidden}.flexMenu-viewMore{position:relative}#header .flexMenu-viewMore>a{display:block;color:#4d4d4d;padding:.5rem .75rem}#header .flexMenu-viewMore>a .icon{font-size:calc(1.6rem - .25rem * 2);height:calc(1.6rem - .25rem * 2)}.widgets-container .widget{margin-bottom:2rem}.widgets-container .widget:last-child{border-bottom:none}.widgets-container .widget .widget-title{margin-bottom:1.5rem;position:relative;overflow:hidden}.widgets-container .widget .wp-caption{margin-bottom:1rem}.widgets-container .widget ul{font-size:.875rem}.widgets-container .widget .item-avatar img,.widgets-container .widget .bp-login-widget-user-avatar img{width:3rem}.widgets-container .widget ul:last-child,.widgets-container .widget.widget_bp_core_members_widget ul:last-of-type,.widgets-container .widget.widget_bp_groups_widget ul:last-of-type,.widgets-container .widget table:last-child{margin-bottom:0}.widgets-container .widget.widget_search input[type=search],.widgets-container .widget.widget_search .search-submit{margin-bottom:.5rem}.widgets-container .widget.widget_text select:last-of-type,.widgets-container .widget.widget_archive select:last-of-type,.widgets-container .widget.widget_categories select:last-of-type{margin-bottom:0}.widget_recent_entries>ul>li{position:relative;padding:.25rem 0 .25rem calc(1.4rem + .25rem)}.widget_recent_entries>ul>li:before{content:'\e953';display:inline-block;line-height:1;position:absolute;left:0;transform:translateY(-50%)}.widget_categories>ul>li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.widget_categories>ul>li>a{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.widget_categories>ul>li ul{list-style:none;padding-left:0}.widget_categories>ul>li ul.children{padding-left:.5rem;width:100%}.widget_pages>ul>li ul{list-style:none;padding-left:0}.widget_pages>ul>li ul.children{margin-top:.25rem;padding-left:.5rem;width:100%}.widget_pages ul.children li,.widget_categories ul.children li{position:relative;padding:.25rem 0 .25rem calc(1.4rem + .25rem)}.widget_pages ul.children li:before,.widget_categories ul.children li:before{content:'\e903';display:inline-block;line-height:1;position:absolute;left:0;transform:translateY(-50%)}.widget_tag_cloud .tagcloud a{font-weight:700}.widget_calendar table{font-size:.875rem}.widget_calendar table caption{caption-side:top;text-align:center;font-weight:700;padding:.25rem 1rem}.widget_calendar table th,.widget_calendar table td{padding:.3rem 0;border-color:transparent!important}.widget_calendar table tbody tr:first-child td{border-color:#eee}.widget_calendar table tbody th,.widget_calendar table tbody td{text-align:center}.widget_calendar table #today{border-radius:.6rem;font-weight:700}.widget_calendar table #next{text-align:right}.widget_text .textwidget{font-size:.875rem}.widget_recent_comments ul .recentcomments a{font-weight:700}.widget_recent_comments ul li,.widget_rss ul li .rsswidget{position:relative;padding:.25rem 0 .25rem calc(1.4rem + .25rem)}.widget_recent_comments ul li:last-of-type{padding-bottom:0}.widget_recent_comments ul li:before,.widget_rss ul li .rsswidget:before{content:'\e90c';display:inline-block;line-height:1;position:absolute;left:0;transform:translateY(-50%)}.widget_rss ul li{padding-bottom:1.5rem;margin-bottom:1rem}.widget_rss ul li .rsswidget{font-weight:700;display:block}.widget_rss ul li .rsswidget:before{content:'\e927';font-weight:400}.widget_rss ul li .rss-date,.widget_rss ul li .rssSummary,.widget_rss ul li cite{padding-left:calc(1.4rem + .5rem)}.widget_rss ul li:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.widget .activity-inner{word-wrap:break-word}.widget_nav_menu .menu a{display:block;transition:color .25s ease-out;text-decoration:none}.widget_nav_menu .menu>li{margin-bottom:.5rem}.widget_nav_menu .menu>li>a{white-space:normal!important;padding:.25rem 1rem;font-size:.875rem;line-height:1.6;border-radius:.5rem;transition:color .15s ease-in-out,background-color .185s ease-in-out,background-image .5s ease-out,border-color .185s ease-in-out,box-shadow .225s ease-in-out,transform .4s ease-in-out}.widget_nav_menu .menu>li>a.active{border-bottom-left-radius:0;border-bottom-right-radius:0}.widget_nav_menu .menu>li>.sub-menu>li{padding-left:1rem}.widget_nav_menu .menu>li>.sub-menu>li>.sub-menu li{padding-left:.5rem}.widget_nav_menu .menu .menu-item-has-children>a{position:relative;padding-right:2rem}.widget_nav_menu .menu .menu-item-has-children>a:before,.widget_nav_menu .menu .menu-item-has-children>a:after{content:'';display:block;position:absolute;top:calc((1.6*1rem - 2px)/2 + .5rem);left:0;height:2px;width:.75rem;left:inherit;right:1rem;transition:background .3s ease-out,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)}.widget_nav_menu .menu .menu-item-has-children>a:before{transform:rotate(180deg)}.widget_nav_menu .menu .menu-item-has-children>a:after{transform:rotate(-90deg)}.widget_nav_menu .menu .menu-item-has-children>a.active:before,.widget_nav_menu .menu .menu-item-has-children>a.active:after{transition:color .15s ease-in-out,background .3s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);transform:rotate(0)}.widget_nav_menu .menu .sub-menu{margin-bottom:0;transition:margin-bottom .25s ease-out}.widget_nav_menu .menu .sub-menu>li>a{height:0;padding:0;opacity:0;overflow:hidden;transition:color .25s ease-out,height .25s ease-out .15s,padding .25s ease-out .15s,opacity .25s ease-out}.widget_nav_menu .menu .sub-menu.open{margin-bottom:.5rem}.widget_nav_menu .menu .sub-menu.open>li>a:not(:empty){padding-top:.25rem;padding-bottom:.25rem;opacity:1;transition:color .25s ease-out,height .25s ease-out,padding .25s ease-out,opacity .25s ease-out .15s}.widget.widget_nav_menu .menu>li>a{display:block;width:100%;text-align:left;margin-bottom:0;box-shadow:none!important;font-weight:700}.widget.widget_nav_menu .sub-menu.open>li{background:rgba(204,204,204,.2)}.widget.widget_nav_menu .sub-menu.open>li:first-of-type{padding-top:.25rem}.widget.widget_nav_menu .sub-menu.open>li:first-of-type li{padding-top:0}.widget.widget_nav_menu .sub-menu.open>li:last-of-type{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;padding-bottom:.25rem}.widget.widget_nav_menu .sub-menu.open>li:last-of-type li{padding-bottom:0}.widget.widget_nav_menu .sub-menu.open>li li{background:0 0}.widgets-container .widget_bp_core_recently_active_widget,.widgets-container .widget_bp_core_whos_online_widget{padding-bottom:1rem}.widget_bp_core_recently_active_widget .avatar-block,.widget_bp_core_whos_online_widget .avatar-block{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.widget_bp_core_recently_active_widget .avatar-block .item-avatar,.widget_bp_core_whos_online_widget .avatar-block .item-avatar{margin-right:1rem;margin-bottom:1rem}.widget_bp_core_recently_active_widget .avatar-block .item-avatar a,.widget_bp_core_whos_online_widget .avatar-block .item-avatar a{display:block}.widget_bp_groups_widget .item-options,.widget_bp_core_members_widget .item-options,.widget_bp_core_friends_widget .item-options{margin-bottom:.5rem}.widget_bp_groups_widget .item-list li,.widget_bp_core_members_widget .item-list li,.widget_bp_core_friends_widget .item-list li{padding-top:.5rem;padding-bottom:.5rem;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.widget_bp_groups_widget .item-list li .item-avatar,.widget_bp_core_members_widget .item-list li .item-avatar,.widget_bp_core_friends_widget .item-list li .item-avatar{margin-right:1rem}.widget_bp_groups_widget .item-list li .item-avatar a,.widget_bp_core_members_widget .item-list li .item-avatar a,.widget_bp_core_friends_widget .item-list li .item-avatar a{display:block}.widget_bp_groups_widget .item-list li .item,.widget_bp_core_members_widget .item-list li .item,.widget_bp_core_friends_widget .item-list li .item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.widget_bp_groups_widget .item-list li .item-title,.widget_bp_groups_widget .item-list li .item-title a,.widget_bp_core_members_widget .item-list li .item-title,.widget_bp_core_members_widget .item-list li .item-title a,.widget_bp_core_friends_widget .item-list li .item-title,.widget_bp_core_friends_widget .item-list li .item-title a{font-weight:700;transition:opacity .25s ease-out}.widget_bp_groups_widget .item-list li .item-title:hover,.widget_bp_groups_widget .item-list li .item-title a:hover,.widget_bp_core_members_widget .item-list li .item-title:hover,.widget_bp_core_members_widget .item-list li .item-title a:hover,.widget_bp_core_friends_widget .item-list li .item-title:hover,.widget_bp_core_friends_widget .item-list li .item-title a:hover{text-decoration:none;opacity:.8}.widget_bp_groups_widget .item-list li .item-title,.widget_bp_core_members_widget .item-list li .item-title,.widget_bp_core_friends_widget .item-list li .item-title{margin-bottom:.25rem}.widget_bp_groups_widget .item-list li .item-meta,.widget_bp_core_members_widget .item-list li .item-meta,.widget_bp_core_friends_widget .item-list li .item-meta{line-height:1}.widget_bp_core_login_widget{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.widget_bp_core_login_widget .widget-title{width:100%;display:block}.widget_bp_core_login_widget .bp-login-widget-user-avatar{margin-right:1rem}.widget_bp_core_login_widget .bp-login-widget-user-link{font-weight:700;transition:opacity .25s ease-out;margin-bottom:.25rem}.widget_bp_core_login_widget .bp-login-widget-user-link:hover{text-decoration:none;opacity:.8}.widget_bp_core_login_widget .bp-login-widget-user-logout .logout{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;min-height:1.5rem;margin-bottom:0}.widget_bp_core_login_widget .bp-login-widget-register-link a{border-width:0}.widget_bp_blogs_widget ul li{margin-bottom:1rem}.widget_bp_blogs_widget .activity-content{width:100%}.widget_bp_blogs_widget .activity-content .activity-header a{font-size:.875rem}.widget_bp_blogs_widget .activity-content .activity-header .time-since{position:static;left:inherit;bottom:inherit;display:inline-block}.widget_bp_blogs_widget .activity-content .activity-header p{padding-bottom:0}.widget_bp_blogs_widget .activity-content .activity-inner p img{margin-top:1rem}.widget_bp_core_sitewide_messages .notice{position:relative;padding-right:2rem}.widget_bp_core_sitewide_messages .notice button{position:absolute;top:0;right:0;padding-left:.5rem;padding-right:.5rem}.widget_categories>ul li,.widget_pages>ul li,.widget_archive>ul li,.widget_meta>ul li{padding:.25rem 0}.widget_categories>ul li:last-of-type,.widget_pages>ul li:last-of-type,.widget_archive>ul li:last-of-type,.widget_meta>ul li:last-of-type{padding-bottom:0}.elementor-page #page-wrapper>.content-wrapper{padding-bottom:0}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding-right:15px;padding-left:15px}@media(min-width:1150px){.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding-right:25px;padding-left:25px}}.elementor-section.elementor-section-boxed>.elementor-container .elementor-container{margin-right:-15px;margin-left:-15px}@media(min-width:1150px){.elementor-section.elementor-section-boxed>.elementor-container .elementor-container{margin-right:-25px;margin-left:-25px}}@media(min-width:576px) and (max-width:767.9px){.elementor-section-wrap>.elementor-element>.elementor-container{padding-left:20px;padding-right:20px}}@media(max-width:575.9px){.elementor-section-wrap>.elementor-element>.elementor-container{padding-left:15px;padding-right:15px}}.seeko-button-content-wrapper{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.seeko-button-content-wrapper .seeko-button-icon{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.seeko-button-content-wrapper .elementor-align-icon-right{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;margin-left:.5rem}.seeko-button-content-wrapper .elementor-align-icon-right+.seeko-button-text{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}.seeko-button-content-wrapper .elementor-align-icon-left{margin-right:.5rem}.elementor-heading-title i{font-size:inherit;vertical-align:middle;height:auto}.elementor-align-justify .seeko-button{display:block;width:100%}.sko-bg-outside-left>.elementor-column-wrap{width:100vw;margin-left:-15px!important}.sko-bg-outside-left>.elementor-column-wrap>.elementor-widget-wrap{padding-left:15px}@media(min-width:576px){.sko-bg-outside-left>.elementor-column-wrap{width:200vw;margin-left:-100vw!important}.sko-bg-outside-left>.elementor-column-wrap>.elementor-widget-wrap{padding-left:100vw}}.sko-bg-outside-right>.elementor-column-wrap{margin-right:-15px!important;width:100vw}.sko-bg-outside-right>.elementor-column-wrap>.elementor-widget-wrap{padding-right:15px}@media(min-width:576px){.sko-bg-outside-right>.elementor-column-wrap{width:200vw;margin-right:-100vw!important}.sko-bg-outside-right>.elementor-column-wrap>.elementor-widget-wrap{padding-right:100vw}}.elementor-counter .elementor-counter-number-wrapper.h1{margin-bottom:0;font-weight:500}.elementor-widget-counterbp .elementor-counter-title{font-family:inherit;font-size:1rem}.elementor-widget-heading .elementor-widget-container{margin-bottom:1rem}.elementor-widget-heading .elementor-widget-container .elementor-heading-title{line-height:inherit}.elementor-widget-heading .elementor-widget-container .display.elementor-heading-title,.elementor-widget-heading .elementor-widget-container h1.elementor-heading-title,.elementor-widget-heading .elementor-widget-container h2.elementor-heading-title,.elementor-widget-heading .elementor-widget-container h3.elementor-heading-title,.elementor-widget-heading .elementor-widget-container h4.elementor-heading-title,.elementor-widget-heading .elementor-widget-container h5.elementor-heading-title,.elementor-widget-heading .elementor-widget-container h6.elementor-heading-title{line-height:1.2}.elementor-icon i.icon{font-size:inherit}.sko-icon .fa.icon-lg{font-size:3rem}.footer-elementor-tpl{position:relative}a.svq-hover-edit-notify{position:absolute;left:0;right:0;top:0;bottom:0;font-size:20px;opacity:0;display:flex;align-items:center;justify-content:center;z-index:6}a.svq-hover-edit-notify:hover{background-color:rgba(0,0,0,.6);color:#fff;opacity:1;text-decoration:none}.sko-photo-gallery{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:1fr;grid-template-rows:1fr;margin-bottom:2rem;margin:-15px -15px calc(2rem - 30px/2)}@media(min-width:1150px){.sko-photo-gallery{margin:-25px -25px calc(2rem - 50px/2)}}.sko-photo-gallery .sko-item{position:relative;min-height:200px;margin:15px}@media(min-width:1150px){.sko-photo-gallery .sko-item{margin:25px}}.sko-photo-gallery .sko-item:first-child{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.sko-photo-gallery .img-dynamic{position:static;height:100%}.sko-photo-gallery .img-dynamic:before{padding-top:inherit}.sko-photo-gallery .img-dynamic img:hover{transform:scale(1.3)}.sko-photo-gallery .sko-item-caption{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:2;padding:2rem;pointer-events:none}.sko-photo-gallery .sko-item-caption>*{color:#fff;margin:0}@media(min-width:576px) and (max-width:1149.9px){.sko-photo-gallery{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.sko-photo-gallery .sko-item:first-child{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.sko-photo-gallery .sko-item:nth-child(2),.sko-photo-gallery .sko-item:nth-child(4),.sko-photo-gallery .sko-item:nth-child(6){-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2}.sko-photo-gallery .sko-item:nth-child(3),.sko-photo-gallery .sko-item:nth-child(5),.sko-photo-gallery .sko-item:nth-child(7){-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3}.sko-photo-gallery .sko-item:nth-child(2){-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.sko-photo-gallery .sko-item:nth-child(3){-ms-grid-row:2;-ms-grid-row-span:2;grid-row:2/4}.sko-photo-gallery .sko-item:nth-child(4){-ms-grid-row:3;-ms-grid-row-span:2;grid-row:3/5}.sko-photo-gallery .sko-item:nth-child(5){-ms-grid-row:4;-ms-grid-row-span:2;grid-row:4/6}.sko-photo-gallery .sko-item:nth-child(6){-ms-grid-row:5;-ms-grid-row-span:2;grid-row:5/7}.sko-photo-gallery .sko-item:nth-child(7){-ms-grid-row:6;-ms-grid-row-span:1;grid-row:6/7}.sko-photo-gallery.sko-tpl-6 .sko-item:nth-child(6){-ms-grid-row:5;-ms-grid-row-span:1;grid-row:5/6}.sko-photo-gallery.sko-tpl-5 .sko-item:nth-child(5){-ms-grid-row:4;-ms-grid-row-span:1;grid-row:4/5}.sko-photo-gallery.sko-tpl-4 .sko-item:nth-child(4){-ms-grid-row:3;-ms-grid-row-span:1;grid-row:3/4}.sko-photo-gallery.sko-tpl-3 .sko-item:nth-child(3){-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.sko-photo-gallery.sko-tpl-2 .sko-item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3}}@media(min-width:1150px){.sko-photo-gallery{-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:1fr;grid-template-rows:1fr}.sko-photo-gallery[class*=sko-tpl-]{-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr 1fr}.sko-photo-gallery .sko-item:first-child,.sko-photo-gallery .sko-item:nth-child(2),.sko-photo-gallery.sko-tpl-3 .sko-item:nth-child(3){-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.sko-photo-gallery .sko-item:nth-child(3){-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3}.sko-photo-gallery .sko-item:nth-child(4){-ms-grid-row:2;-ms-grid-row-span:2;grid-row:2/4}.sko-photo-gallery .sko-item:nth-child(5){-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2/4;-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.sko-photo-gallery .sko-item:nth-child(6),.sko-photo-gallery .sko-item:nth-child(7){-ms-grid-row:3;-ms-grid-row-span:1;grid-row:3/4}.sko-photo-gallery .sko-item:first-child,.sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(7),.sko-photo-gallery.sko-tpl-reverse.sko-tpl-2 .sko-item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3}.sko-photo-gallery .sko-item:nth-child(2),.sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(6){-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4}.sko-photo-gallery .sko-item:nth-child(3),.sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(4){-ms-grid-column:4;-ms-grid-column-span:1;grid-column:4/5}.sko-photo-gallery .sko-item:nth-child(4),.sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(3){-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2}.sko-photo-gallery .sko-item:nth-child(6),.sko-photo-gallery.sko-tpl-reverse .sko-item:nth-child(2){-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3}.sko-photo-gallery .sko-item:nth-child(7),.sko-photo-gallery.sko-tpl-reverse .sko-item:first-child,.sko-photo-gallery.sko-tpl-2 .sko-item:nth-child(2){-ms-grid-column:3;-ms-grid-column-span:2;grid-column:3/5}.sko-photo-gallery.sko-tpl-6 .sko-item:nth-child(6),.sko-photo-gallery.sko-tpl-reverse.sko-tpl-4 .sko-item:nth-child(4){-ms-grid-column:2;-ms-grid-column-span:3;grid-column:2/5}.sko-photo-gallery.sko-tpl-6.sko-tpl-reverse .sko-item:nth-child(6){-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1/4}.sko-photo-gallery.sko-tpl-5 .sko-item:nth-child(4),.sko-photo-gallery.sko-tpl-4 .sko-item:nth-child(4){-ms-grid-row:2;-ms-grid-row-span:1;grid-row:2/3}.sko-photo-gallery.sko-tpl-4 .sko-item:nth-child(4){-ms-grid-column:1;-ms-grid-column-span:3;grid-column:1/4}}@media(min-width:1440px){.sko-photo-gallery .sko-item{min-height:300px}}.sko-feature-list .sko-item-title{position:relative}.sko-feature-list .sko-item-title:before{content:'';position:absolute;top:calc((1.77689rem * 1.2 - 1rem/2)/2);left:calc(-.5rem/2);width:.5rem;height:.5rem;border-radius:50%}.sko-feature-list .sko-item-title:after{content:'';position:absolute;bottom:0;left:0;width:1px}.sko-feature-list .sko-item-right,.sko-feature-list .sko-item-left{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.sko-feature-list .sko-item-left{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.sko-feature-list .sko-item-right{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.sko-feature-list .sko-item-right:before,.sko-feature-list .sko-item-right:after{content:'';display:block;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding-top:2rem}.sko-feature-list .sko-item-content>h3{margin:0;padding-bottom:1rem}.sko-feature-list .sko-item-content>h3,.sko-feature-list .sko-item-content>div,.sko-feature-list .sko-item-left{padding-left:3rem;padding-right:3rem}.sko-feature-list .sko-item-left{padding-top:2rem;padding-bottom:2rem}@media(min-width:1150px){.sko-feature-list li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.sko-feature-list li .sko-item-left,.sko-feature-list li .sko-item-right{width:50%}.sko-feature-list li:nth-child(2n){-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.sko-feature-list li:nth-child(2n) .sko-item-right{margin-right:-1px;text-align:right}.sko-feature-list li:nth-child(2n) .sko-item-right:before,.sko-feature-list li:nth-child(2n) .sko-item-right:after,.sko-feature-list li:nth-child(2n) .sko-item-content>div{border-left:none}.sko-feature-list li:nth-child(2n) .sko-item-title:before,.sko-feature-list li:nth-child(2n) .sko-item-title:after{left:inherit}.sko-feature-list li:nth-child(2n) .sko-item-title:before{right:calc(-.5rem/2)}.sko-feature-list li:nth-child(2n) .sko-item-title:after{right:0}.sko-feature-list li:first-child .sko-item-right:before{border:none}.sko-feature-list li:last-child .sko-item-right:after,.sko-feature-list li:last-child .sko-item-content>div,.sko-feature-list li:last-child .sko-item-title:after{border:none}.sko-feature-list .sko-item-left{border:none}}.sko-icon{position:relative;display:inline-block;line-height:1}.sko-icon .sko-icon-hover+*{position:relative;z-index:2;transition:all .25s ease-out}.sko-icon .sko-icon-hover{position:absolute;top:0;left:0;z-index:1;color:#dde1fa;transition:all .25s ease-out .1s}.sko-icon .sko-icon-hover:not(.icon){opacity:0}.sko-icon:hover .sko-icon-hover+*:not(.icon),.sko-nav-tabs li>a:hover .sko-icon-hover+*:not(.icon),.sko-nav-tabs li>a.active .sko-icon-hover+*:not(.icon){opacity:0;transition:all .25s ease-out .1s}.sko-icon:hover .sko-icon-hover:not(.icon),.sko-nav-tabs li>a:hover .sko-icon-hover:not(.icon),.sko-nav-tabs li>a.active .sko-icon-hover:not(.icon){opacity:1;transition:all .25s ease-out}.sko-nav-tabs{border-bottom-width:1px;border-bottom-style:solid;padding-bottom:.5rem}.sko-nav-tabs .sko-item{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:.25rem;transform:translateY(1px)}.sko-nav-tabs .sko-item .icon.sko-icon-hover{color:#b2b2b2}.sko-nav-tabs .sko-item .icon,.sko-nav-tabs .sko-item .sko-title{transition:color .25s ease-out}.sko-nav-tabs .sko-item .sko-title{margin:0}.sko-nav-tabs .sko-item .sko-icon{margin-right:1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.sko-nav-tabs li>a:hover,.sko-nav-tabs li>a.active{text-decoration:none}.sko-nav-tabs li>a:hover .sko-item .sko-title,.sko-nav-tabs li>a.active .sko-item .sko-title{text-decoration:none;transition:color .25s ease-out .1s}.sko-nav-tabs li>a.active .sko-item{border-bottom-width:1px;border-bottom-style:solid}.sko-nav-tabs{border-color:#eee}.sko-nav-tabs .sko-item .sko-title,.sko-nav-tabs .sko-item .sko-icon .icon:not(.sko-icon-hover){color:#000}.sko-nav-tabs .sko-item .sko-icon .sko-icon-hover{color:#dde1fa}.sko-nav-tabs li>a:hover .sko-item .sko-title,.sko-nav-tabs li>a:hover .sko-item .sko-icon-hover,.sko-nav-tabs li>a.active .sko-item .sko-title,.sko-nav-tabs li>a.active .sko-item .sko-icon-hover{color:#f21483}.sko-nav-tabs li>a.active .sko-item{border-color:#f21483}@media(max-width:1149.9px){.sko-nav-tabs .sko-item{padding:.25rem}.sko-nav-tabs li>a.active .sko-item{border-bottom:none}}@media(min-width:1150px){.sko-nav-tabs{padding-bottom:0}.sko-nav-tabs .sko-item{padding:1rem 1rem 2rem}}.sko-nav-tabs.sko-tabs-right{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.sko-nav-tabs.sko-tabs-full{-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.sko-nav-tabs.sko-tabs-center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.sko-tab-content{padding-top:2rem;display:inline-block;width:100%}.svq-footer{background:linear-gradient(0deg,#333333 12%,#242424 100%)}@media(min-width:1150px){.svq-footer .footer-sidebar>.widget:last-of-type{margin-bottom:0}}.svq-footer .svq-footer-inner{padding-top:4rem;padding-bottom:4rem}.svq-footer .svq-contact-inline{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:1rem;transition:opacity .25s ease-out}.svq-footer .svq-contact-inline .icon{margin-right:.5rem}.svq-footer .svq-contact-inline:hover{text-decoration:none;opacity:.8}.svq-footer,.svq-footer a,.svq-footer .widget a:not(.btn-tag),.svq-footer h4,.svq-footer h5{color:#efefef}.svq-footer p+h5{margin-top:2rem!important}.svq-footer .bp-separator{color:rgba(239,239,239,.25)}.svq-footer .widgets-container .widget{border-color:rgba(239,239,239,.25)}.svq-footer .widgets-container .widget .widget-title:after{background:rgba(239,239,239,.25)}.svq-footer .widgets-container .widget input:not([type]),.svq-footer .widgets-container .widget input[type=date],.svq-footer .widgets-container .widget input[type=datetime-local],.svq-footer .widgets-container .widget input[type=email],.svq-footer .widgets-container .widget input[type=number],.svq-footer .widgets-container .widget input[type=password],.svq-footer .widgets-container .widget input[type=search],.svq-footer .widgets-container .widget input[type=tel],.svq-footer .widgets-container .widget input[type=time],.svq-footer .widgets-container .widget input[type=text],.svq-footer .widgets-container .widget input[type=url],.svq-footer .widgets-container .widget textarea,.svq-footer .widgets-container .widget select,.svq-footer .widgets-container .widget .form-control{background-color:rgba(239,239,239,.1);color:#efefef;box-shadow:none;border-color:rgba(239,239,239,.25)}.svq-footer .widgets-container .widget input:not([type]):focus,.svq-footer .widgets-container .widget input[type=date]:focus,.svq-footer .widgets-container .widget input[type=datetime-local]:focus,.svq-footer .widgets-container .widget input[type=email]:focus,.svq-footer .widgets-container .widget input[type=number]:focus,.svq-footer .widgets-container .widget input[type=password]:focus,.svq-footer .widgets-container .widget input[type=search]:focus,.svq-footer .widgets-container .widget input[type=tel]:focus,.svq-footer .widgets-container .widget input[type=time]:focus,.svq-footer .widgets-container .widget input[type=text]:focus,.svq-footer .widgets-container .widget input[type=url]:focus,.svq-footer .widgets-container .widget textarea:focus,.svq-footer .widgets-container .widget select:focus,.svq-footer .widgets-container .widget .form-control:focus{box-shadow:none}.svq-footer .widgets-container .widget select:not([size]):not([multiple]),.svq-footer .widgets-container .widget select.form-control:not([size]):not([multiple]){background-color:rgba(239,239,239,.1);color:#efefef;border:none}.svq-footer .widget_recent_comments>ul>li:last-child,.svq-footer .widget_categories>ul>li:last-child,.svq-footer .widget_pages>ul>li:last-child,.svq-footer .widget_rss>ul>li:last-child{border:none}.svq-footer .widget_rss>ul>li{border-color:rgba(239,239,239,.25)}.svq-footer .wp-caption{border-color:rgba(239,239,239,.25)}.svq-footer .widget_calendar table th{border:none}.svq-footer .widget_calendar tbody tr:first-child td{border-color:rgba(239,239,239,.25)}.svq-footer .widget_calendar table caption{background:rgba(239,239,239,.1);color:#efefef}.svq-footer .widget_recent_entries>ul>li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-color:rgba(239,239,239,.25)}.svq-footer .widget_recent_entries>ul>li figure{-webkit-flex-shrink:0;flex-shrink:0;margin-right:1rem}.svq-footer .widget_recent_entries>ul>li>figure,.svq-footer .widget_recent_entries>ul>li>span{margin-bottom:1rem}.svq-footer .widget_recent_entries>ul>li .entry-date{font-size:.6875rem}.svq-footer .svq-header-bottom{margin-top:.5rem;font-size:.75rem}.svq-footer .svq-header-bottom p,.svq-footer .svq-header-bottom a{opacity:.6;transition:opacity .25s ease-out}.svq-footer .sko-social-list{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.svq-footer .sko-social-list li{margin-left:.25rem;margin-right:.25rem}.svq-footer .sko-social-list li a:hover{opacity:1}#footer .widget.widget_nav_menu .menu>li>a{background:rgba(239,239,239,.1)}#footer .widget.widget_nav_menu .menu>li>a.active{color:#efefef;background:rgba(239,239,239,.2)}#footer .widget.widget_nav_menu .menu>li>a:hover,#footer .widget.widget_nav_menu .menu>li>a:focus{background:rgba(239,239,239,.2)}#footer .widget.widget_nav_menu .menu .menu-item-has-children>a:before,#footer .widget.widget_nav_menu .menu .menu-item-has-children>a:after{background:rgba(239,239,239,.4)}body.svq-footer-round .svq-footer{clip-path:polygon(50% 0%,100% 20px,100% 100%,0 100%,0 20px);-webkit-clip-path:polygon(50% 0%,100% 20px,100% 100%,0 100%,0 20px);position:relative}body.svq-footer-round .svq-footer .svq-footer-inner{padding-top:6rem}@media(min-width:768px){body.svq-footer-round .svq-footer{clip-path:polygon(50% 0%,100% 40px,100% 100%,0 100%,0 40px);-webkit-clip-path:polygon(50% 0%,100% 40px,100% 100%,0 100%,0 40px)}}@media(min-width:1440px){body.svq-footer-round .svq-footer{clip-path:polygon(50% 0%,100% 60px,100% 100%,0 100%,0 60px);-webkit-clip-path:polygon(50% 0%,100% 60px,100% 100%,0 100%,0 60px)}}body.svq-footer-round .content-wrapper{min-height:400px}body.svq-footer-round.elementor-page .content-wrapper{min-height:600px}@media(min-width:1150px){.sko-social-list{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}}body.svq-footer-round.elementor-page.single:not(.elementor-editor-active) .svq-footer{margin-top:0}.svq-footer-socket{border-top:1px solid rgba(255,255,255,.17)}.svq-footer-socket p{margin-bottom:0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{flex:none;max-width:none;padding:0}.woocommerce form.checkout .form-row label{display:block;width:100%}.woocommerce form.checkout .woocommerce-input-wrapper{width:100%}::selection{background:#ffb7b7}::-moz-selection{background:#ffb7b7}
.trigger-wrapper{position:relative}.trigger-wrapper .trigger-trace{position:absolute;z-index:2;display:block;top:50%;left:50%;opacity:0;pointer-events:none;border-radius:50%;width:50px;height:50px;margin:-25px 0 0 -25px}.trigger-wrapper.is-trigger{z-index:1032;position:relative}.trigger-wrapper.is-trigger [data-toggle="modal"]{z-index:1}.trigger-wrapper.is-trigger.active{animation:triggerOpen .3s forwards}.trigger-wrapper.is-trigger.active .trigger-trace{animation:traceOpen .9s forwards;z-index:1000;transition:background 0.3s ease-out 0.2s}.filter-search{display:block;width:0;height:0;opacity:0;padding-left:0 !important;padding-right:0 !important;transition:opacity 0.1s ease-out 0.4s;pointer-events:none;z-index:-1}.filter-search .filter-search-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100%}.filter-search .close-filters{position:fixed;z-index:3;top:1.5rem;left:30px;opacity:0;width:2rem;height:2rem}.filter-search .close-filters:before,.filter-search .close-filters:after{content:'';display:block;position:absolute;top:14px;left:0;height:2px;width:1.25rem}.filter-search .close-filters:before{transition:transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.6s}.filter-search .close-filters:after{opacity:0;transition:opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.6s,transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.6s}.filter-search .close-filters:hover{text-decoration:none}.filter-search .close-filters span{padding-left:1.5rem;font-size:.75rem;opacity:0;display:none}.filter-search label{font-size:.875rem}.filter-search a[data-toggle="collapse"]{opacity:1}.filter-search a[data-toggle="collapse"] .chosen{position:relative;display:inline;line-height:1.4;text-decoration:underline}.filter-search .accordion-card.show a[data-toggle="collapse"]{max-height:inherit;-webkit-line-clamp:inherit;-webkit-box-orient:inherit;overflow:visible;text-overflow:unset}.filter-search .accordion-card.show a[data-toggle="collapse"] .chosen{display:none}.sks-description{font-size:.875rem;opacity:.7}.filter-search.enable-dark a[data-toggle="collapse"] .chosen,.filter-search.enable-dark .tab-header .tab-applied-nr{transition:all .3s ease}.search-col{position:fixed;top:0;bottom:0;left:0;right:0;z-index:2}.search-col-inner{height:100%;width:100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;padding-top:3rem}.search-col-inner>*{opacity:0}.suggestions-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + (30px * 2))}@media (min-width: 576px){.suggestions-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + (30px * 2))}}@media (min-width: 768px){.suggestions-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + (30px * 2))}}@media (min-width: 1150px){.suggestions-col-inner{padding-left:50px;padding-right:50px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + (50px * 2))}}@media (min-width: 1440px){.suggestions-col-inner{padding-left:50px;padding-right:50px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + (50px * 2))}}.filter-search.show .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + (30px * 2))}@media (min-width: 576px){.filter-search.show .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + (30px * 2))}}@media (min-width: 768px){.filter-search.show .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:30px}}@media (min-width: 1150px){.filter-search.show .filters-col-inner{padding-left:50px;padding-right:50px;padding-bottom:50px}}@media (min-width: 1440px){.filter-search.show .filters-col-inner{padding-left:50px;padding-right:50px;padding-bottom:50px}}.filters-footer{position:fixed;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;left:0;right:0;bottom:0;padding-left:30px;padding-right:30px;height:calc(1rem * 1.6 + (.5rem * 2) + 0.125rem + 30px);padding-bottom:30px;z-index:3}@media (min-width: 576px){.filters-footer{padding-left:30px;padding-right:30px}}@media (min-width: 768px){.filters-footer{padding-left:30px;padding-right:30px}}@media (min-width: 1150px){.filters-footer{padding-left:50px;padding-right:50px}}@media (min-width: 1440px){.filters-footer{padding-left:50px;padding-right:50px}}@media (min-width: 576px){.filters-footer{height:calc(1rem * 1.6 + (.5rem * 2) + 0.125rem + 30px);padding-bottom:30px}}@media (min-width: 768px){.filters-footer{height:calc(1rem * 1.6 + (.5rem * 2) + 0.125rem + 30px);padding-bottom:30px}}@media (min-width: 1150px){.filters-footer{height:calc(1rem * 1.6 + (.5rem * 2) + 0.125rem + 50px);padding-bottom:50px}}@media (min-width: 1440px){.filters-footer{height:calc(1rem * 1.6 + (.5rem * 2) + 0.125rem + 50px);padding-bottom:50px}}.filters-footer>*{opacity:0}.filters-footer-btn,.filters-footer-categ{position:relative}.filters-footer-btn>*,.filters-footer-categ>*{position:absolute;bottom:0;left:0;right:0}.filters-footer-btn{z-index:1}.filters-footer-btn a{margin-bottom:0;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.filters-footer-btn>*{opacity:0;pointer-events:none}.filters-footer-categ{z-index:2}.filters-footer-categ label,.filters-footer-categ ul{margin:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;overflow-y:auto;-webkit-overflow-scrolling:touch}.filters-footer-categ label li,.filters-footer-categ ul li{margin-right:1rem}.filters-footer-categ ul a{text-decoration:underline}.scroll-container-h{position:relative;overflow:hidden}.scroll-container-h:after{content:'';display:block;position:absolute;pointer-events:none;right:0;top:0;width:1.5rem;height:100%}.view-all .filters-footer-btn{z-index:2}.view-all .filters-footer-btn>*{opacity:1;pointer-events:auto}.view-all .filters-footer-categ{z-index:2}.view-all .filters-footer-categ>*{opacity:0;pointer-events:none}.filter-search.show{width:100%;height:100%;opacity:1;pointer-events:auto;z-index:1050}.filter-search.show .search-col-inner>*,.filter-search.show .filters-footer>*{animation:fadeIn .22s forwards .4s}.filter-search.show .suggestions-col-inner>*{animation:fadeIn .22s forwards .65s}.filter-search.show .close-filters{animation:fadeIn .22s forwards .6s}.filter-search.show .close-filters[data-dismiss="modal"]:before{transform:rotate(225deg);transition:transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1)}.filter-search.show .close-filters[data-dismiss="modal"]:after{opacity:1;transform:rotate(-45deg);transition:opacity 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1),transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1)}.filter-search.show .close-filters[data-back="true"]:before{transform:translate3d(-.31559rem, -.30941rem, 0) rotate(-45deg) scale(.7, 1);transition:transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1)}.filter-search.show .close-filters[data-back="true"]:after{opacity:1;transform:translate3d(-.31559rem, .30941rem, 0) rotate(45deg) scale(.7, 1);transition:opacity 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1),transform 0.3s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1)}.filter-search.show .close-filters[data-back="true"] span{display:inline-block;animation:fadeIn .3s forwards}.enable-dark .scroll-container:before,.enable-dark .scroll-container:after{opacity:0;animation:fadeInSecond .25s forwards .5s}.scroll-container{position:relative;overflow:hidden;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.scroll-container:before,.scroll-container:after{content:'';display:block;position:absolute;left:0;width:100%;height:1.5rem;z-index:4;pointer-events:none;opacity:0;animation:fadeIn .25s forwards .5s}.scroll-container:before{top:0}.scroll-container:after{bottom:0}.scroll-container .scroll-content{overflow-y:auto;width:calc(100% + 20px);margin-right:-20px;padding-right:20px;padding-top:1rem;-webkit-overflow-scrolling:touch;-ms-word-wrap:break-word;word-wrap:break-word;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;position:absolute;top:0;bottom:0}.scroll-container .scroll-content>h5:not(:first-child){margin-top:3rem}.filters-top{-webkit-flex-shrink:0;flex-shrink:0}.filters-bottom{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.filters-bottom .tab-pane{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;width:100%}input[type="text"].filter-search-input{border-radius:0;padding-left:0;padding-right:0;font-size:2rem;font-weight:700;background-color:transparent;max-height:calc(2rem * 1.6 + 2 * .5rem + 1px)}input[type="text"].filter-search-input::-moz-placeholder{font-weight:700;font-style:normal}input[type="text"].filter-search-input:-ms-input-placeholder{font-weight:700;font-style:normal}input[type="text"].filter-search-input::-webkit-input-placeholder{font-weight:700;font-style:normal}input[type="text"].filter-search-input,input[type="text"].filter-search-input:not([disabled]):not([readonly]):hover,input[type="text"].filter-search-input:not([disabled]):not([readonly]):focus{box-shadow:none;border-top:none;border-left:none;border-right:none}.filters-nav{margin:1.5rem 0}.filters-nav .nav li:last-child .btn-filters{margin-right:2rem}.filters-nav .btn-filters{padding:.5rem 1rem;background-color:#eee;display:inline-block;margin-right:.75rem}.filters-nav .btn-filters:hover{background-color:#DADADA}.filters-nav .btn-filters.active{color:#fff}.filters-nav .btn-filters,.filter-search-module .nav li a{font-size:.875rem;text-decoration:none;color:#7F7F7F;font-weight:700;transition:background-color 0.25s ease-out,color 0.25s ease-out}.search-col-inner .tab-content .active{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.tab-header{-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tab-header a{font-size:.875rem;margin-bottom:0;display:inline-block}.tab-header .tab-title{opacity:.65;-webkit-flex-shrink:0;flex-shrink:0;transition:opacity 0.3s ease-out;font-weight:700}.tab-header .tab-title:before{content:attr(data-title)}.tab-header .tab-title:hover{text-decoration:none}.tab-header .tab-trigger{width:0;overflow:hidden;transition:width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.tab-header .tab-trigger:hover{text-decoration:none}.tab-header .tab-applied-nr{font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.selected-filters .tab-header .tab-title{text-decoration:underline;font-weight:400}.selected-filters .tab-header .tab-title:before{content:attr(data-remove)}.selected-filters .tab-header .tab-title:hover{opacity:1}.selected-filters .tab-header .tab-trigger{width:100%;transition:width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)}.filter-search .media figure{margin-bottom:0;position:relative}.filter-search .media-body h5{font-size:.875rem;margin:0}.filter-search .media-body small{font-size:.75rem;opacity:.8}.filter-search-side .sks-single-context .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:30px}@media (min-width: 576px){.filter-search-side .sks-single-context .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:30px}}@media (min-width: 768px){.filter-search-side .sks-single-context .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:30px}}@media (min-width: 1150px){.filter-search-side .sks-single-context .filters-col-inner{padding-left:50px;padding-right:50px;padding-bottom:50px}}@media (min-width: 1440px){.filter-search-side .sks-single-context .filters-col-inner{padding-left:50px;padding-right:50px;padding-bottom:50px}}.filter-search-side .sks-single-context .filters-footer{display:none}.device-xs .filter-search-side .sks-single-context .filters-footer,.device-sm .filter-search-side .sks-single-context .filters-footer{display:block}.ie-10 .filter-search-side .sks-single-context,.ie-11 .filter-search-side .sks-single-context{width:0;overflow:hidden}@media (max-width: 767.9px){.filter-search:not(.filter-search-side) .sks-single-context .tab-header{padding-top:1.5rem}.filter-search.show-filters-xs .sks-single-context .suggestions-col{top:100%}}@media (max-width: 767.9px){.filters-search,.search-col,.scroll-container:before,.scroll-container:after,.filters-nav:after{transition:background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),top 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.tab-applied-nr:after{content:'';background-position-x:50%;background-position-y:50%;display:inline-block;width:1rem;height:1rem;line-height:1;margin-left:.5rem;opacity:1;transition:opacity 0.3s ease-out}.show-filters-xs.filters-search,.show-filters-xs .search-col,.show-filters-xs .scroll-container:before,.show-filters-xs .scroll-container:after{transition:background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),top 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)}.show-filters-xs .tab-header .tab-applied-nr:after{opacity:0}.suggestions-col{width:100%}.suggestions-col-inner{padding-top:0}.filter-search.show-filters-xs .suggestions-col{top:100%}.enable-dark .filters-nav:after{opacity:0;animation:fadeInSecond .25s forwards .5s}.filters-nav{position:relative;overflow-y:hidden}.filters-nav:after{content:'';display:block;position:absolute;pointer-events:none;right:0;top:0;width:1.5rem;height:100%;opacity:0;animation:fadeIn .25s forwards .5s}.filters-nav .nav{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.filter-search .media{margin-bottom:1rem}}@-webkit-keyframes fadeInSecond{0%{opacity:0}100%{opacity:1}}@keyframes fadeInSecond{0%{opacity:0}100%{opacity:1}}@media (min-width: 576px) and (max-width: 767.9px){.filter-search .close-filters{left:40px}}@media (min-width: 768px) and (max-width: 1439.9px){.filters-col{width:60%}.suggestions-col{width:40%;left:60%}.filter-search.show .search-col-inner>*,.filter-search.show .filters-footer>*{animation:fadeIn .22s forwards .8s}.filter-search.show .close-filters{animation:fadeIn .22s forwards 1s}.filter-search.show .filters-col-inner{animation:bounceInFilters 1s forwards}.filters-footer{width:40%;left:inherit}}@media (min-width: 768px){.filter-search .close-filters{top:1rem;right:1rem;left:inherit}.filters-nav{margin:1.5rem 0 0 0}.filters-nav .btn-filters{background-color:transparent;margin-bottom:.75rem}.tab-header{padding-top:1.5rem}.filter-search .media{margin-bottom:1.5rem}}@media (min-width: 1440px){.search-col{width:50%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.filters-col{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.suggestions-col{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;left:50%;z-index:1}.search-col-inner{-webkit-flex-shrink:0;flex-shrink:0}.filter-search:not(.filter-search-side) .filters-col-inner{width:864px}.filters-footer,.suggestions-col-inner{width:576px;transform:translateX(144px)}.filters-footer{left:50%}.filter-search.show .filters-col-inner{animation:bounceInFiltersXL 1.2s forwards}}@-webkit-keyframes traceOpen{15%{opacity:0;transform:scale(1, 1)}40%{opacity:1}70%{border-radius:0}80%{opacity:1;transform:scale(100, 100)}100%{opacity:0;transform:scale(1, 1)}}@keyframes traceOpen{15%{opacity:0;transform:scale(1, 1)}40%{opacity:1}70%{border-radius:0}80%{opacity:1;transform:scale(100, 100)}100%{opacity:0;transform:scale(1, 1)}}@-webkit-keyframes triggerOpen{0%{transform:scale(1, 1)}45%{transform:scale(0.92, 0.92)}100%{transform:scale(1, 1)}}@keyframes triggerOpen{0%{transform:scale(1, 1)}45%{transform:scale(0.92, 0.92)}100%{transform:scale(1, 1)}}@-webkit-keyframes bounceInFilters{0%{opacity:0;transform:translateX(-50%)}60%{opacity:1;transform:translateX(15px)}80%{transform:translateX(-10px)}100%{transform:translateX(0);opacity:1}}@keyframes bounceInFilters{0%{opacity:0;transform:translateX(-50%)}60%{opacity:1;transform:translateX(15px)}80%{transform:translateX(-10px)}100%{transform:translateX(0);opacity:1}}@-webkit-keyframes bounceInFiltersXL{0%{transform:translateX(-10%)}60%{transform:translateX(159px)}80%{transform:translateX(-10);transform:translateX(134px)}100%{opacity:1;transform:translateX(144px)}}@keyframes bounceInFiltersXL{0%{transform:translateX(-10%)}60%{transform:translateX(159px)}80%{transform:translateX(-10);transform:translateX(134px)}100%{opacity:1;transform:translateX(144px)}}.filter-search .accordion-card .accordion-body{padding-left:0}.filter-search .accordion-card .accordion-body input[type="text"],.filter-search .accordion-card .accordion-body input[type="number"],.filter-search .accordion-card .accordion-body .form-check,.filter-search .accordion-card .accordion-body select{margin-bottom:1rem}.filter-search .accordion-card .accordion-remove-trigger{width:calc(20px + .5rem)}.filter-search .accordion-card .accordion-remove-trigger:before,.filter-search .accordion-card .accordion-remove-trigger:after{left:4px}.filter-search-side input[type="checkbox"]+label,.filter-search-side input[type="radio"]+label,.filter-search-side .form-check-label{margin-right:0}.filter-search-side .filters-footer-btn>*{opacity:1;pointer-events:auto}.filter-search-side .filters-footer-categ>*{position:static}.filter-search-side .filters-footer-categ>* label{opacity:.65}.filter-search-side .filters-footer-btn .btn{margin-bottom:1rem;box-shadow:none}.filter-search-side .tab-header{padding-top:1.5em}.filter-search-side .search-col-inner>*,.filter-search-side .filters-footer>*,.filter-search-side .close-filters{animation:none}.filter-search-side.show .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + 30px + 1rem)}@media (min-width: 576px){.filter-search-side.show .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + 30px + 1rem)}}@media (min-width: 768px){.filter-search-side.show .filters-col-inner{padding-left:30px;padding-right:30px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + 30px + 1rem)}}@media (min-width: 1150px){.filter-search-side.show .filters-col-inner{padding-left:50px;padding-right:50px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + 50px + 1rem)}}@media (min-width: 1440px){.filter-search-side.show .filters-col-inner{padding-left:50px;padding-right:50px;padding-bottom:calc(.875rem * 1.6 + (.25rem * 2) + 0.125rem + 50px + 1rem)}}.filter-search-side.show .search-col-inner>*,.filter-search-side.show .filters-footer>*,.filter-search-side.show .close-filters{animation:fadeIn .18s forwards 0s}@media (min-width: 768px){.filter-search-side{opacity:1}.filter-search-side .filters-col{transform:translateX(-100%)}.filter-search-side .filters-col:before{content:'';position:absolute;display:block;top:0;left:-30px;width:30px;height:100%}.filter-search-side.show{width:0;overflow:visible}.filter-search-side.show .filters-col{animation:bounceInSide .4s forwards}.filter-search-side.show .search-col-inner>*,.filter-search-side.show .filters-footer>*{animation:fadeIn .22s forwards .3s}.filter-search-side.show .close-filters{animation:fadeIn .22s forwards .78s}.filter-search-side.show .filters-col-inner{width:100%;animation:none}.filter-search-side.show .close-filters{left:30px}.filter-search-side.show .filters-footer{left:0;transform:none}.filter-search-side.reverse-effect .filters-col{animation:bounceInSideReverse .6s forwards}}body.filter-search-side-open{overflow-x:hidden}@-webkit-keyframes bounceInSide{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes bounceInSide{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@-webkit-keyframes bounceInSideReverse{0%{transform:translateX(0)}60%{transform:translateX(-10px)}80%{transform:translateX(30px)}100%{transform:translateX(-100%)}}@keyframes bounceInSideReverse{0%{transform:translateX(0)}60%{transform:translateX(-10px)}80%{transform:translateX(30px)}100%{transform:translateX(-100%)}}@-webkit-keyframes bounceInBody-md{0%{transform:translateX(0)}100%{transform:translateX(400px)}}@keyframes bounceInBody-md{0%{transform:translateX(0)}100%{transform:translateX(400px)}}@-webkit-keyframes bounceInBodyReverse-md{0%{transform:translateX(400px)}60%{transform:translateX(390px)}80%{transform:translateX(430px)}100%{transform:translateX(0)}}@keyframes bounceInBodyReverse-md{0%{transform:translateX(400px)}60%{transform:translateX(390px)}80%{transform:translateX(430px)}100%{transform:translateX(0)}}@media (min-width: 768px){.filter-search-side .filters-col,.filter-search-side .filters-footer{width:400px}body.filter-search-side-open #page-wrapper{animation:none;animation:bounceInBody-md 0.4s forwards}body.reverse-effect #page-wrapper{animation:none;animation:bounceInBodyReverse-md 0.6s forwards}}@-webkit-keyframes bounceInBody-xl{0%{transform:translateX(0)}100%{transform:translateX(500px)}}@keyframes bounceInBody-xl{0%{transform:translateX(0)}100%{transform:translateX(500px)}}@-webkit-keyframes bounceInBodyReverse-xl{0%{transform:translateX(500px)}60%{transform:translateX(490px)}80%{transform:translateX(530px)}100%{transform:translateX(0)}}@keyframes bounceInBodyReverse-xl{0%{transform:translateX(500px)}60%{transform:translateX(490px)}80%{transform:translateX(530px)}100%{transform:translateX(0)}}@media (min-width: 1440px){.filter-search-side .filters-col,.filter-search-side .filters-footer{width:500px}body.filter-search-side-open #page-wrapper{animation:none;animation:bounceInBody-xl 0.4s forwards}body.reverse-effect #page-wrapper{animation:none;animation:bounceInBodyReverse-xl 0.6s forwards}}.filter-search-module{position:relative;z-index:99;width:100%}body.directory .filter-search-module{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:flex-start;-webkit-align-items:flex-start;align-items:flex-start;margin-bottom:1rem}@media (max-width: 1149.9px){body.directory .filter-search-module{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}body.directory .sko-bp-side-trigger{margin-bottom:1rem}}.filter-search-module .dir-search{-webkit-flex-shrink:0;flex-shrink:0}.sko-bp-side-trigger{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-shrink:0;flex-shrink:0;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding-right:1rem;padding-left:.5rem;text-decoration:none;margin-right:1rem;transition:background 0.25s ease-out,color 0.25s ease-out}.sko-bp-side-trigger .icon{margin-right:.25rem}.sko-bp-side-trigger span{font-weight:700;transition:all 0.25s ease-out}.sko-bp-side-trigger:hover{text-decoration:none}.label-applied-filters{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.label-applied-filters li{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.label-remove-filters{-webkit-flex-shrink:0;flex-shrink:0}.filter-tag{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:auto;opacity:0;height:0;max-width:0;padding:0;margin:0;overflow:hidden;transition:opacity 0.25s ease-out 0.3s,background-color 0.25s ease-out,height 0.15s ease-out 0.5s,max-width 0.15s ease-out 0.5s,padding 0.15s ease-out 0.5s,margin 0.15s ease-out 0.5s}.filter-tag>span{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center;font-size:.875rem;font-weight:700}.filter-tag>span>span{margin-left:.4rem}.filter-tag>span:hover,.filter-tag .remove-existing-filters:hover{cursor:pointer}.filter-tag .remove-existing-filters{width:1.25rem}.filter-tag .remove-existing-filters:before,.filter-tag .remove-existing-filters:after{top:50%}.filter-tag:hover>span:hover>span{text-decoration:underline}.label-remove-filters .filter-tag{background:transparent}.filter-search-module .is-valid .filter-tag{opacity:1;max-width:200px;padding:.3125rem 1rem;margin-right:.5rem;margin-bottom:.5rem;transition:opacity 0.25s ease-out 0.3s,height 0.25s ease-out,max-width 0.25s ease-out,padding 0.25s ease-out,margin 0.25s ease-out,background 0.25s ease-out,color 0.3s ease-out}@media (min-width: 576px){body.directory .filter-search-module{transition:margin 0.25s ease-out}body.directory .filter-search-module i.icon{transition:opacity 0.25s ease-out 0.5s}body.directory .filter-search-module .sko-bp-side-trigger,body.directory .filter-search-module .label-applied-filters li{transition:background 0.25s ease-out,opacity 0.25s ease-out 0.5s,height 0.25s ease-out,margin 0.25s ease-out,padding 0.25s ease-out}body.directory .filter-search-module.is-active{margin:0;transition:margin 0.25s ease-out 0.4s}body.directory .filter-search-module.is-active .sko-bp-side-trigger,body.directory .filter-search-module.is-active .label-applied-filters .filter-tag,body.directory .filter-search-module.is-active .label-remove-filters .filter-tag{opacity:0;height:0;padding:0;margin-bottom:0;transition:opacity 0.25s ease-out,height 0.25s ease-out 0.4s,margin 0.25s ease-out 0.4s,padding 0.25s ease-out 0.4s}}.filter-search-module.filter-search-shortcode input[data-toggle="modal"]{cursor:pointer}.filter-search-module.filter-search-shortcode input[data-toggle="modal"]::-moz-placeholder{font-weight:700;font-style:normal;font-size:1.25rem}.filter-search-module.filter-search-shortcode input[data-toggle="modal"]:-ms-input-placeholder{font-weight:700;font-style:normal;font-size:1.25rem}.filter-search-module.filter-search-shortcode input[data-toggle="modal"]::-webkit-input-placeholder{font-weight:700;font-style:normal;font-size:1.25rem}.filter-search-module.filter-search-shortcode>i.icon,.filter-search-module.filter-search-shortcode .trigger-wrapper>i.icon{position:absolute;left:1.25rem;pointer-events:none}.filter-search-module.filter-search-shortcode .nav{margin-top:1.5rem}.filter-search-module.filter-search-shortcode .nav li{margin-right:.75rem}.filter-search-module.filter-search-shortcode .nav li a{padding:.25rem 1rem;display:block;outline:none}.filter-search-collapsed .filter-search-row{padding-bottom:1rem}.filter-search-collapsed .filter-search-row:not(:first-child){padding-top:1rem}.filter-search-collapsed .filter-search-row:nth-last-child(2){border-bottom:0;padding-bottom:0}.filter-search-collapsed .filter-search-row>label,.filter-search-collapsed .filter-search-row>.form-row,.filter-search-collapsed .filter-search-row .sks-description,.filter-search-collapsed .filter-search-row button{width:100%}.filter-search-collapsed .filter-search-row .sks-description{margin-bottom:0;font-size:.75rem}.filter-search-collapsed .filter-search-row>div{width:100%}.filter-search-collapsed .filter-search-row>.form-row .col:nth-child(2){-webkit-flex-shrink:1;flex-shrink:1;-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0;-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.filter-search-collapsed .filter-search-row>.form-row .icon{font-size:1.2rem}.filter-search-collapsed .filter-search-row select,.filter-search-collapsed .filter-search-row input[type="text"],.filter-search-collapsed .filter-search-row input[type="number"]{box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1)}.filter-search-collapsed .filter-search-row>label,.filter-search-collapsed .filter-search-row select,.filter-search-collapsed .filter-search-row input[type="text"],.filter-search-collapsed .filter-search-row input[type="number"]{margin-bottom:.5rem}.filter-search-collapsed .filter-search-row>label{font-weight:700}.filter-search-collapsed .filter-search-row button{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.filter-search-collapsed.seeko-inline-form .filter-search-row{display:flex;align-items:center}.filter-search-collapsed.seeko-inline-form .filter-search-row>label{width:auto;min-width:140px}.filter-search-collapsed.seeko-inline-form .filter-search-row label,.filter-search-collapsed.seeko-inline-form .filter-search-row select,.filter-search-collapsed.seeko-inline-form .filter-search-row input[type="text"],.filter-search-collapsed.seeko-inline-form .filter-search-row input[type="number"]{margin-bottom:0}.seeko-default-form input[type="checkbox"]+label{width:190px;font-size:90%}.seeko-default-form input[type="radio"]+label{width:130px}.seeko-default-form select{font-size:90%}.js .seeko-one-by-one .seeko-el-appear{opacity:0;transform:scale(0.5)}.js .show .seeko-one-by-one .seeko-el-appear.seeko-start-anim{-webkit-animation:fadeIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);animation:fadeIn 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.sks-spinner{width:40px;height:40px;margin:100px auto;background-color:#000;border-radius:100%;-webkit-animation:sk-scaleout 1.0s infinite ease-in-out;animation:sk-scaleout 1.0s infinite ease-in-out}.enable-dark .sks-spinner{background-color:#fff}@-webkit-keyframes sk-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes sk-scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@media (max-width: 767.9px){.admin-bar .modal .filters-col,.admin-bar .filter-search .filters-col{top:2.875rem}.admin-bar .modal .suggestions-col,.admin-bar .filter-search .suggestions-col{top:calc(3rem + 2rem * 1.6 + (.5rem * 2) + .125rem + .875rem * 1.6 + 1rem + 3rem + 2.875rem)}.admin-bar .filter-search.selected-filters-xs .sks-single-context .suggestions-col{top:calc(3rem + 2rem * 1.6 + (.5rem * 2) + .125rem + .875rem * 1.6 + 2.5rem + 2.875rem)}.admin-bar .filter-search.show-filters-xs .sks-single-context .suggestions-col{top:100%}.admin-bar .filter-search .close-filters{top:3.875rem}.admin-bar .filter-search.show-filters-xs .suggestions-col{top:100%}}@media (min-width: 768px) and (max-width: 782px){.admin-bar .modal,.admin-bar .filter-search .search-col{top:2.875rem}.admin-bar .filter-search .close-filters{top:calc(1rem + 2.875rem)}}@media (min-width: 782px){.admin-bar .modal,.admin-bar .filter-search .search-col{top:32px}.admin-bar .filter-search .close-filters{top:calc(1rem + 32px)}}

.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}

body:not(.logged-in) .hide-for-logged-out{display:none!important}
body{font-family:muli,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;font-weight:400;line-height:1.6;font-style:normal;color:#333;background-color:#fff}a{color:#ed4026}a:hover{color:#b7250f}h1,.h1,h2,.h2,h3,.h3,.comments-area .comments-pagination>h2,.bboss_search_page .results-group h2,h4,.h4,body #item-body .profile h2,.bboss_search_page h3.entry-title,.rtmedia-image-editor h2,h2.rtmedia-title,h5,.h5,#object-nav>ul>li>a,.profile-settings th,#buddypress table.notification-settings th,.item-list .item-title,h6,.h6{font-family:fira sans;line-height:1.2}h1,.h1{font-size:2.44140625rem;font-weight:500;margin-bottom:2rem}@media(min-width:1150px){h1,.h1{font-size:3.1573345183rem}}h2,.h2{font-size:1.953125rem;font-weight:500}@media(min-width:1150px){h2,.h2{font-size:2.368593037rem}}h3,.h3,.comments-area .comments-pagination>h2,.bboss_search_page .results-group h2{font-size:1.5625rem;font-weight:500}@media(min-width:1150px){h3,.h3,.comments-area .comments-pagination>h2,.bboss_search_page .results-group h2{font-size:1.776889rem}}h4,.h4,body #item-body .profile h2,.bboss_search_page h3.entry-title,.rtmedia-image-editor h2,h2.rtmedia-title{font-size:1.25rem;font-weight:500}@media(min-width:1150px){h4,.h4,body #item-body .profile h2,.bboss_search_page h3.entry-title,.rtmedia-image-editor h2,h2.rtmedia-title{font-size:1.333rem}}h5,.h5,#object-nav>ul>li>a,.profile-settings th,#buddypress table.notification-settings th,.item-list .item-title{font-size:1rem;font-weight:500}h6,.h6{font-size:.8rem;font-weight:500}@media(min-width:1150px){h6,.h6{font-size:.7501875469rem}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:#000}.display{font-size:3.0517578125rem}@media(min-width:1150px){.display{font-size:4.2087269129rem}}.hr span{background:#fff}.hr-label::before,.hr-label::after{background:#eee}ul.list-styled li:before{background-color:#ed4026;box-shadow:0 4px 7px rgba(237,64,38,.34)}ul.list-styled li li::before{border:2px solid #ed4026}.blockquote,blockquote{font-family:fira sans;border-left:4px solid #ed4026;color:#000}.bq-right,blockquote[style="text-align:right"]{border-right:4px solid #ed4026}.bq-right .blockquote-footer::before,blockquote[style="text-align:right"] .blockquote-footer::before,.bq-right .blockquote-footer::after,blockquote[style="text-align:right"] .blockquote-footer::after{right:calc(-2rem - 1px)}.bq-right .blockquote-footer::after,blockquote[style="text-align:right"] .blockquote-footer::after{border-radius:0 0 .5rem 0;border-right:1px solid #ed4026;border-bottom:1px solid #ed4026}cite,cite a{font-family:muli}kbd{border-radius:.4166666667rem}pre{border-radius:.5rem;background:#f8f8f8}.table .table,table .table{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#facac2}.table-hover .table-primary:hover{background-color:#f8b5ab}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#f8b5ab}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#dadada}.table-hover .table-secondary:hover{background-color:#cecece}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cecece}.table-success,.table-success>th,.table-success>td{background-color:#c0f0ca}.table-hover .table-success:hover{background-color:#acecb8}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#acecb8}.table-info,.table-info>th,.table-info>td{background-color:#bcebee}.table-hover .table-info:hover{background-color:#a8e5e8}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#a8e5e8}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffebbf}.table-hover .table-warning:hover{background-color:#ffe4a5}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe4a5}.table-danger,.table-danger>th,.table-danger>td{background-color:#ffb8b8}.table-hover .table-danger:hover{background-color:#ff9e9e}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ff9e9e}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfd}.table-hover .table-light:hover{background-color:#f0f0f0}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f0f0f0}.table-dark,.table-dark>th,.table-dark>td{background-color:#b8b8b8}.table-hover .table-dark:hover{background-color:#ababab}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#ababab}.table-tertiary,.table-tertiary>th,.table-tertiary>td{background-color:#d2bad0}.table-hover .table-tertiary:hover{background-color:#c8abc5}.table-hover .table-tertiary:hover>td,.table-hover .table-tertiary:hover>th{background-color:#c8abc5}input:not([type]),input[type=date],input[type=datetime-local],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=time],input[type=text],input[type=url],textarea,select,.form-control{background-color:#fff;color:#333;border-color:#e0e0e0;border-radius:.5rem}input:not([type])::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder,.form-control::-moz-placeholder{color:#9a9a9a}input:not([type]):-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder,.form-control:-ms-input-placeholder{color:#9a9a9a}input:not([type])::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{color:#9a9a9a}input:not([type]):disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=time]:disabled,input[type=text]:disabled,input[type=url]:disabled,textarea:disabled,select:disabled,.form-control:disabled,input:not([type])[readonly],input[type=date][readonly],input[type=datetime-local][readonly],input[type=email][readonly],input[type=number][readonly],input[type=password][readonly],input[type=search][readonly],input[type=tel][readonly],input[type=time][readonly],input[type=text][readonly],input[type=url][readonly],textarea[readonly],select[readonly],.form-control[readonly]{background-color:#f8f8f8}.enable-dark input:not([type]),.enable-dark input[type=date],.enable-dark input[type=datetime-local],.enable-dark input[type=email],.enable-dark input[type=number],.enable-dark input[type=password],.enable-dark input[type=search],.enable-dark input[type=tel],.enable-dark input[type=time],.enable-dark input[type=text],.enable-dark input[type=url],.enable-dark textarea,.enable-dark select,.enable-dark .form-control{background-color:#54084e;color:#fff;border-color:rgba(255,255,255,.2)}.enable-dark input:not([type])::-moz-placeholder,.enable-dark input[type=date]::-moz-placeholder,.enable-dark input[type=datetime-local]::-moz-placeholder,.enable-dark input[type=email]::-moz-placeholder,.enable-dark input[type=number]::-moz-placeholder,.enable-dark input[type=password]::-moz-placeholder,.enable-dark input[type=search]::-moz-placeholder,.enable-dark input[type=tel]::-moz-placeholder,.enable-dark input[type=time]::-moz-placeholder,.enable-dark input[type=text]::-moz-placeholder,.enable-dark input[type=url]::-moz-placeholder,.enable-dark textarea::-moz-placeholder,.enable-dark select::-moz-placeholder,.enable-dark .form-control::-moz-placeholder{color:rgba(255,255,255,.5)}.enable-dark input:not([type]):-ms-input-placeholder,.enable-dark input[type=date]:-ms-input-placeholder,.enable-dark input[type=datetime-local]:-ms-input-placeholder,.enable-dark input[type=email]:-ms-input-placeholder,.enable-dark input[type=number]:-ms-input-placeholder,.enable-dark input[type=password]:-ms-input-placeholder,.enable-dark input[type=search]:-ms-input-placeholder,.enable-dark input[type=tel]:-ms-input-placeholder,.enable-dark input[type=time]:-ms-input-placeholder,.enable-dark input[type=text]:-ms-input-placeholder,.enable-dark input[type=url]:-ms-input-placeholder,.enable-dark textarea:-ms-input-placeholder,.enable-dark select:-ms-input-placeholder,.enable-dark .form-control:-ms-input-placeholder{color:rgba(255,255,255,.5)}.enable-dark input:not([type])::-webkit-input-placeholder,.enable-dark input[type=date]::-webkit-input-placeholder,.enable-dark input[type=datetime-local]::-webkit-input-placeholder,.enable-dark input[type=email]::-webkit-input-placeholder,.enable-dark input[type=number]::-webkit-input-placeholder,.enable-dark input[type=password]::-webkit-input-placeholder,.enable-dark input[type=search]::-webkit-input-placeholder,.enable-dark input[type=tel]::-webkit-input-placeholder,.enable-dark input[type=time]::-webkit-input-placeholder,.enable-dark input[type=text]::-webkit-input-placeholder,.enable-dark input[type=url]::-webkit-input-placeholder,.enable-dark textarea::-webkit-input-placeholder,.enable-dark select::-webkit-input-placeholder,.enable-dark .form-control::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.enable-dark input:not([type]):disabled,.enable-dark input[type=date]:disabled,.enable-dark input[type=datetime-local]:disabled,.enable-dark input[type=email]:disabled,.enable-dark input[type=number]:disabled,.enable-dark input[type=password]:disabled,.enable-dark input[type=search]:disabled,.enable-dark input[type=tel]:disabled,.enable-dark input[type=time]:disabled,.enable-dark input[type=text]:disabled,.enable-dark input[type=url]:disabled,.enable-dark textarea:disabled,.enable-dark select:disabled,.enable-dark .form-control:disabled,.enable-dark input:not([type])[readonly],.enable-dark input[type=date][readonly],.enable-dark input[type=datetime-local][readonly],.enable-dark input[type=email][readonly],.enable-dark input[type=number][readonly],.enable-dark input[type=password][readonly],.enable-dark input[type=search][readonly],.enable-dark input[type=tel][readonly],.enable-dark input[type=time][readonly],.enable-dark input[type=text][readonly],.enable-dark input[type=url][readonly],.enable-dark textarea[readonly],.enable-dark select[readonly],.enable-dark .form-control[readonly]{background-color:rgba(255,255,255,5%)}.enable-dark input:not([type]):hover,.enable-dark input[type=date]:hover,.enable-dark input[type=datetime-local]:hover,.enable-dark input[type=email]:hover,.enable-dark input[type=number]:hover,.enable-dark input[type=password]:hover,.enable-dark input[type=search]:hover,.enable-dark input[type=tel]:hover,.enable-dark input[type=time]:hover,.enable-dark input[type=text]:hover,.enable-dark input[type=url]:hover,.enable-dark textarea:hover,.enable-dark select:hover,.enable-dark .form-control:hover{border-color:rgba(255,255,255,.3)}input:not([type]):focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus,select:focus,.form-control:focus,input:not([type]):hover:focus,input[type=date]:hover:focus,input[type=datetime-local]:hover:focus,input[type=email]:hover:focus,input[type=number]:hover:focus,input[type=password]:hover:focus,input[type=search]:hover:focus,input[type=tel]:hover:focus,input[type=time]:hover:focus,input[type=text]:hover:focus,input[type=url]:hover:focus,textarea:hover:focus,select:hover:focus,.form-control:hover:focus{border-color:rgba(237,64,38,.6);outline:0}.enable-accent input:not([type]):focus,.enable-accent input[type=date]:focus,.enable-accent input[type=datetime-local]:focus,.enable-accent input[type=email]:focus,.enable-accent input[type=number]:focus,.enable-accent input[type=password]:focus,.enable-accent input[type=search]:focus,.enable-accent input[type=tel]:focus,.enable-accent input[type=time]:focus,.enable-accent input[type=text]:focus,.enable-accent input[type=url]:focus,.enable-accent textarea:focus,.enable-accent select:focus,.enable-accent .form-control:focus,.enable-accent input:not([type]):hover:focus,.enable-accent input[type=date]:hover:focus,.enable-accent input[type=datetime-local]:hover:focus,.enable-accent input[type=email]:hover:focus,.enable-accent input[type=number]:hover:focus,.enable-accent input[type=password]:hover:focus,.enable-accent input[type=search]:hover:focus,.enable-accent input[type=tel]:hover:focus,.enable-accent input[type=time]:hover:focus,.enable-accent input[type=text]:hover:focus,.enable-accent input[type=url]:hover:focus,.enable-accent textarea:hover:focus,.enable-accent select:hover:focus,.enable-accent .form-control:hover:focus{border-color:rgba(93,9,87,.7);outline:0}select:not([size]):not([multiple]),select.form-control:not([size]):not([multiple]){background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpath fill=%22%237f7f7f%22 fill-rule=%22evenodd%22 d=%22M3.42547774 11.0929521C3.33143351 11.0929521 3.23696374 11.0637059 3.15823893 11.0027764 2.97525694 10.8614199 2.94674579 10.6059221 3.09483354 10.4316637L7.56299841 5.15110521C7.64257429 5.05686755 7.7621509 5.00162479 7.88896167 5 8.00385734 5.00974872 8.13662567 5.0511808 8.21832925 5.14379367L12.8992639 10.4243521C13.0511815 10.595361 13.0286279 10.8516712 12.8494758 10.9966834 12.6698981 11.1408833 12.4013826 11.1205735 12.2498906 10.9487522L7.90172786 6.04351959 3.75654748 10.9418469C3.6727162 11.0413651 3.54930974 11.0929521 3.42547774 11.0929521z%22 transform=%22matrix(1 0 0 -1 0 16.093)%22/%3E%3C/svg%3E");background-position-x:calc(100% - 1rem)}select:focus::-ms-value,select.form-control:focus::-ms-value{color:#333}select[multiple] option,select.form-control[multiple] option{border-radius:.375rem}.col-form-label{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px)}.col-form-label-lg{padding-top:calc(.75rem + 1px);padding-bottom:calc(.75rem + 1px)}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px)}input.form-control-lg,.form-control-lg,select:not([size]):not([multiple]).form-control-lg{border-radius:.5rem}input[type=checkbox]+label,input[type=radio]+label,.form-check-label,.form-check-wrapper{padding-left:calc(20px + .5rem)}input[type=checkbox]+label:before,input[type=radio]+label:before,.form-check-label:before,.form-check-wrapper>.check-icon:before{top:calc((1.6*1rem - 20px)/2)}input[type=checkbox]+label:after,input[type=checkbox]+.check-icon:after{top:calc((1.6*1rem - 20px)/2)}input[type=radio]+label:after,input[type=radio]+.check-icon:after{top:calc((1.6*1rem - 10px)/2);left:calc((20px - 10px)/2)}input[type=checkbox]+label,input[type=radio]+label,.form-check-label,.form-check-wrapper{color:rgba(51,51,51,.7)}input[type=checkbox]+.check-icon:before,input[type=radio]+.check-icon:before,input[type=checkbox]+label:before,input[type=radio]+label:before,.form-check-label:before{background-color:#fff;border-color:#666}input[type=checkbox]:not([disabled])+label:hover:hover,input[type=radio]:not([disabled])+label:hover:hover,.form-check-input:not([disabled])~.form-check-label:hover:hover,.form-check-wrapper:hover:hover{color:#333}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label,.form-check-input:disabled~.form-check-label{color:#9a9a9a}input[type=checkbox]:disabled+label:before,input[type=radio]:disabled+label:before,.form-check-input:disabled~.form-check-label:before,input[type=checkbox]:disabled+.check-icon:before,input[type=radio]:disabled+.check-icon:before{border-color:#ccc}.enable-dark input[type=checkbox]+label,.enable-dark input[type=radio]+label,.enable-dark .form-check-label,.enable-dark .form-check-wrapper{color:rgba(255,255,255,.5)}.enable-dark input[type=checkbox]+.check-icon:before,.enable-dark input[type=radio]+.check-icon:before,.enable-dark input[type=checkbox]+label:before,.enable-dark input[type=radio]+label:before,.enable-dark .form-check-label:before{background-color:#54084e;border-color:rgba(255,255,255,.5)}.enable-dark input[type=checkbox]:not([disabled])+label:hover:hover,.enable-dark input[type=radio]:not([disabled])+label:hover:hover,.enable-dark .form-check-input:not([disabled])~.form-check-label:hover:hover,.enable-dark .form-check-wrapper:hover:hover{color:#fff}.enable-dark input[type=checkbox]:disabled+label,.enable-dark input[type=radio]:disabled+label,.enable-dark .form-check-input:disabled~.form-check-label{color:rgba(255,255,255,.4)}.enable-dark input[type=checkbox]:disabled+label:before,.enable-dark input[type=radio]:disabled+label:before,.enable-dark .form-check-input:disabled~.form-check-label:before,.enable-dark input[type=checkbox]:disabled+.check-icon:before,.enable-dark input[type=radio]:disabled+.check-icon:before{border-color:rgba(255,255,255,.3)}input[type=checkbox]+label:after,input[type=checkbox]+.check-icon:after{color:#ed4026}input[type=radio]+label:after,input[type=radio]+.check-icon:after{background-color:#ed4026}input[type=checkbox]:checked+label,input[type=radio]:checked+label,input[type=checkbox]:checked+.check-icon,input[type=radio]:checked+.check-icon{color:#333}input[type=checkbox]:checked+label:before,input[type=radio]:checked+label:before,input[type=checkbox]:checked+.check-icon:before,input[type=radio]:checked+.check-icon:before{border-color:#ed4026}.enable-accent input[type=checkbox]+label:after,.enable-accent input[type=checkbox]+.check-icon:after{color:#5d0957}.enable-accent input[type=radio]+label:after,.enable-accent input[type=radio]+.check-icon:after{background-color:#5d0957}.enable-accent input[type=checkbox]:checked+label,.enable-accent input[type=radio]:checked+label,.enable-accent input[type=checkbox]:checked+.check-icon,.enable-accent input[type=radio]:checked+.check-icon{color:#fff}.enable-accent input[type=checkbox]:checked+label:before,.enable-accent input[type=radio]:checked+label:before,.enable-accent input[type=checkbox]:checked+.check-icon:before,.enable-accent input[type=radio]:checked+.check-icon:before{border-color:rgba(93,9,87,.5)}.btn,input[type=submit],input[type=button],input[type=reset],button,#item-buttons .generic-button:not(.friendship-button) a,.notices #buddypress .messages-notices .button,#members-list .generic-button:not(.friendship-button) a,#blogs-list .action .blog-button a,#profile-edit-form .form-group .clear-value,body .bp-avatar-nav ul.avatar-nav-items li a,#avatar-crop-actions a.button,.pmpro-account .pmpro_actionlinks a,#pmpro_cancel .pmpro_yeslink,#pmpro_cancel .pmpro_cancel,.previous-pagination a,.next-pagination a,.rtm-tabs a,.rtmedia-editor-buttons .rtm-button-back,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;font-weight:400;width:auto;white-space:nowrap;vertical-align:middle;user-select:none;box-shadow:none;border-width:1px;border-style:solid;text-align:center;margin-bottom:1rem;padding:.5rem 1rem;font-size:1rem;line-height:1.6;border-radius:.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,background-image .5s ease-out,border-color .15s ease-in-out,box-shadow .225s ease-in-out,transform .4s ease-in-out}.btn:focus,input[type=submit]:focus,input[type=button]:focus,input[type=reset]:focus,button:focus,#item-buttons .generic-button:not(.friendship-button) a:focus,.notices #buddypress .messages-notices .button:focus,#members-list .generic-button:not(.friendship-button) a:focus,#blogs-list .action .blog-button a:focus,#profile-edit-form .form-group .clear-value:focus,body .bp-avatar-nav ul.avatar-nav-items li a:focus,#avatar-crop-actions a.button:focus,.pmpro-account .pmpro_actionlinks a:focus,#pmpro_cancel .pmpro_yeslink:focus,#pmpro_cancel .pmpro_cancel:focus,.previous-pagination a:focus,.next-pagination a:focus,.rtm-tabs a:focus,.rtmedia-editor-buttons .rtm-button-back:focus,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout:focus,.btn:hover,input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,#item-buttons .generic-button:not(.friendship-button) a:hover,.notices #buddypress .messages-notices .button:hover,#members-list .generic-button:not(.friendship-button) a:hover,#blogs-list .action .blog-button a:hover,#profile-edit-form .form-group .clear-value:hover,body .bp-avatar-nav ul.avatar-nav-items li a:hover,#avatar-crop-actions a.button:hover,.pmpro-account .pmpro_actionlinks a:hover,#pmpro_cancel .pmpro_yeslink:hover,#pmpro_cancel .pmpro_cancel:hover,.previous-pagination a:hover,.next-pagination a:hover,.rtm-tabs a:hover,.rtmedia-editor-buttons .rtm-button-back:hover,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout:hover{text-decoration:none}.btn,input[type=submit],input[type=button],input[type=reset],button,#item-buttons .generic-button:not(.friendship-button) a,.notices #buddypress .messages-notices .button,#members-list .generic-button:not(.friendship-button) a,#blogs-list .action .blog-button a,#profile-edit-form .form-group .clear-value,body .bp-avatar-nav ul.avatar-nav-items li a,#avatar-crop-actions a.button,.pmpro-account .pmpro_actionlinks a,#pmpro_cancel .pmpro_yeslink,#pmpro_cancel .pmpro_cancel,.previous-pagination a,.next-pagination a,.rtm-tabs a,.rtmedia-editor-buttons .rtm-button-back,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout{color:#191919;background-color:#f8f8f8;border-color:transparent}.btn:hover,input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,#item-buttons .generic-button:not(.friendship-button) a:hover,.notices #buddypress .messages-notices .button:hover,#members-list .generic-button:not(.friendship-button) a:hover,#blogs-list .action .blog-button a:hover,#profile-edit-form .form-group .clear-value:hover,body .bp-avatar-nav ul.avatar-nav-items li a:hover,#avatar-crop-actions a.button:hover,.pmpro-account .pmpro_actionlinks a:hover,#pmpro_cancel .pmpro_yeslink:hover,#pmpro_cancel .pmpro_cancel:hover,.previous-pagination a:hover,.next-pagination a:hover,.rtm-tabs a:hover,.rtmedia-editor-buttons .rtm-button-back:hover,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout:hover{color:#191919;background-color:#f0f0f0;border-color:transparent}.btn:focus,input[type=submit]:focus,input[type=button]:focus,input[type=reset]:focus,button:focus,#item-buttons .generic-button:not(.friendship-button) a:focus,.notices #buddypress .messages-notices .button:focus,#members-list .generic-button:not(.friendship-button) a:focus,#blogs-list .action .blog-button a:focus,#profile-edit-form .form-group .clear-value:focus,body .bp-avatar-nav ul.avatar-nav-items li a:focus,#avatar-crop-actions a.button:focus,.pmpro-account .pmpro_actionlinks a:focus,#pmpro_cancel .pmpro_yeslink:focus,#pmpro_cancel .pmpro_cancel:focus,.previous-pagination a:focus,.next-pagination a:focus,.rtm-tabs a:focus,.rtmedia-editor-buttons .rtm-button-back:focus,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout:focus,.btn.focus,input[type=submit].focus,input[type=button].focus,input[type=reset].focus,button.focus,#item-buttons .generic-button:not(.friendship-button) a.focus,.notices #buddypress .messages-notices .button.focus,#members-list .generic-button:not(.friendship-button) a.focus,#blogs-list .action .blog-button a.focus,#profile-edit-form .form-group .clear-value.focus,body .bp-avatar-nav ul.avatar-nav-items li a.focus,#avatar-crop-actions a.button.focus,.pmpro-account .pmpro_actionlinks a.focus,#pmpro_cancel .pmpro_yeslink.focus,#pmpro_cancel .pmpro_cancel.focus,.previous-pagination a.focus,.next-pagination a.focus,.rtm-tabs a.focus,.rtmedia-editor-buttons .rtm-button-back.focus,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout.focus{box-shadow:0 0 rgba(0,0,0,.5)}.btn.disabled,input[type=submit].disabled,input[type=button].disabled,input[type=reset].disabled,button.disabled,#item-buttons .generic-button:not(.friendship-button) a.disabled,.notices #buddypress .messages-notices .button.disabled,#members-list .generic-button:not(.friendship-button) a.disabled,#blogs-list .action .blog-button a.disabled,#profile-edit-form .form-group .clear-value.disabled,body .bp-avatar-nav ul.avatar-nav-items li a.disabled,#avatar-crop-actions a.button.disabled,.pmpro-account .pmpro_actionlinks a.disabled,#pmpro_cancel .pmpro_yeslink.disabled,#pmpro_cancel .pmpro_cancel.disabled,.previous-pagination a.disabled,.next-pagination a.disabled,.rtm-tabs a.disabled,.rtmedia-editor-buttons .rtm-button-back.disabled,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout.disabled,.btn:disabled,input[type=submit]:disabled,input[type=button]:disabled,input[type=reset]:disabled,button:disabled,#item-buttons .generic-button:not(.friendship-button) a:disabled,.notices #buddypress .messages-notices .button:disabled,#members-list .generic-button:not(.friendship-button) a:disabled,#blogs-list .action .blog-button a:disabled,#profile-edit-form .form-group .clear-value:disabled,body .bp-avatar-nav ul.avatar-nav-items li a:disabled,#avatar-crop-actions a.button:disabled,.pmpro-account .pmpro_actionlinks a:disabled,#pmpro_cancel .pmpro_yeslink:disabled,#pmpro_cancel .pmpro_cancel:disabled,.previous-pagination a:disabled,.next-pagination a:disabled,.rtm-tabs a:disabled,.rtmedia-editor-buttons .rtm-button-back:disabled,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout:disabled{background-color:#f8f8f8;border-color:transparent}.btn:not([disabled]):not(.disabled):active,input[type=submit]:not([disabled]):not(.disabled):active,input[type=button]:not([disabled]):not(.disabled):active,input[type=reset]:not([disabled]):not(.disabled):active,button:not([disabled]):not(.disabled):active,#item-buttons .generic-button:not(.friendship-button) a:not([disabled]):not(.disabled):active,.notices #buddypress .messages-notices .button:not([disabled]):not(.disabled):active,#members-list .generic-button:not(.friendship-button) a:not([disabled]):not(.disabled):active,#blogs-list .action .blog-button a:not([disabled]):not(.disabled):active,#profile-edit-form .form-group .clear-value:not([disabled]):not(.disabled):active,body .bp-avatar-nav ul.avatar-nav-items li a:not([disabled]):not(.disabled):active,#avatar-crop-actions a.button:not([disabled]):not(.disabled):active,.pmpro-account .pmpro_actionlinks a:not([disabled]):not(.disabled):active,#pmpro_cancel .pmpro_yeslink:not([disabled]):not(.disabled):active,#pmpro_cancel .pmpro_cancel:not([disabled]):not(.disabled):active,.previous-pagination a:not([disabled]):not(.disabled):active,.next-pagination a:not([disabled]):not(.disabled):active,.rtm-tabs a:not([disabled]):not(.disabled):active,.rtmedia-editor-buttons .rtm-button-back:not([disabled]):not(.disabled):active,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout:not([disabled]):not(.disabled):active,.btn:not([disabled]):not(.disabled).active,input[type=submit]:not([disabled]):not(.disabled).active,input[type=button]:not([disabled]):not(.disabled).active,input[type=reset]:not([disabled]):not(.disabled).active,button:not([disabled]):not(.disabled).active,#item-buttons .generic-button:not(.friendship-button) a:not([disabled]):not(.disabled).active,.notices #buddypress .messages-notices .button:not([disabled]):not(.disabled).active,#members-list .generic-button:not(.friendship-button) a:not([disabled]):not(.disabled).active,#blogs-list .action .blog-button a:not([disabled]):not(.disabled).active,#profile-edit-form .form-group .clear-value:not([disabled]):not(.disabled).active,body .bp-avatar-nav ul.avatar-nav-items li a:not([disabled]):not(.disabled).active,#avatar-crop-actions a.button:not([disabled]):not(.disabled).active,.pmpro-account .pmpro_actionlinks a:not([disabled]):not(.disabled).active,#pmpro_cancel .pmpro_yeslink:not([disabled]):not(.disabled).active,#pmpro_cancel .pmpro_cancel:not([disabled]):not(.disabled).active,.previous-pagination a:not([disabled]):not(.disabled).active,.next-pagination a:not([disabled]):not(.disabled).active,.rtm-tabs a:not([disabled]):not(.disabled).active,.rtmedia-editor-buttons .rtm-button-back:not([disabled]):not(.disabled).active,.widget_bp_core_login_widget .bp-login-widget-user-logout .logout:not([disabled]):not(.disabled).active{color:#191919;background-color:#eee;border-color:transparent}.btn-primary,input[type=submit].btn-primary,.post-password-form input[type=submit],.search-form .search-submit,.wpcf7-form .wpcf7-submit,#messages_search_submit,#blogs-list .action .blog-button a.blog-button,#profile-group-edit-submit,#bp-browse-button,#avatar-crop-actions a.button,#pmpro_cancel .pmpro_yeslink,#media_search,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload,#rtmedia_create_new_album,#rt_media_comment_submit,.rtmedia-editor-buttons .rtm-button-save{color:#fff;background-color:#ed4026;border-color:#ed4026}.btn-primary:hover,input[type=submit].btn-primary:hover,.post-password-form input[type=submit]:hover,.search-form .search-submit:hover,.wpcf7-form .wpcf7-submit:hover,#messages_search_submit:hover,#blogs-list .action .blog-button a.blog-button:hover,#profile-group-edit-submit:hover,#bp-browse-button:hover,#avatar-crop-actions a.button:hover,#pmpro_cancel .pmpro_yeslink:hover,#media_search:hover,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload:hover,#rtmedia_create_new_album:hover,#rt_media_comment_submit:hover,.rtmedia-editor-buttons .rtm-button-save:hover{color:#fff;background-color:#ec3418;border-color:#ec3418}.btn-primary:focus,input[type=submit].btn-primary:focus,.post-password-form input[type=submit]:focus,.search-form .search-submit:focus,.wpcf7-form .wpcf7-submit:focus,#messages_search_submit:focus,#blogs-list .action .blog-button a.blog-button:focus,#profile-group-edit-submit:focus,#bp-browse-button:focus,#avatar-crop-actions a.button:focus,#pmpro_cancel .pmpro_yeslink:focus,#media_search:focus,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload:focus,#rtmedia_create_new_album:focus,#rt_media_comment_submit:focus,.rtmedia-editor-buttons .rtm-button-save:focus,.btn-primary.focus,input[type=submit].btn-primary.focus,.post-password-form input[type=submit].focus,.search-form .search-submit.focus,.wpcf7-form .wpcf7-submit.focus,#messages_search_submit.focus,#blogs-list .action .blog-button a.blog-button.focus,#profile-group-edit-submit.focus,#bp-browse-button.focus,#avatar-crop-actions a.button.focus,#pmpro_cancel .pmpro_yeslink.focus,#media_search.focus,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload.focus,#rtmedia_create_new_album.focus,#rt_media_comment_submit.focus,.rtmedia-editor-buttons .rtm-button-save.focus{box-shadow:0 0 rgba(237,64,38,.5)}.btn-primary.disabled,input[type=submit].btn-primary.disabled,.post-password-form input[type=submit].disabled,.search-form .search-submit.disabled,.wpcf7-form .wpcf7-submit.disabled,#messages_search_submit.disabled,#blogs-list .action .blog-button a.blog-button.disabled,#profile-group-edit-submit.disabled,#bp-browse-button.disabled,#avatar-crop-actions a.button.disabled,#pmpro_cancel .pmpro_yeslink.disabled,#media_search.disabled,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload.disabled,#rtmedia_create_new_album.disabled,#rt_media_comment_submit.disabled,.rtmedia-editor-buttons .rtm-button-save.disabled,.btn-primary:disabled,input[type=submit].btn-primary:disabled,.post-password-form input[type=submit]:disabled,.search-form .search-submit:disabled,.wpcf7-form .wpcf7-submit:disabled,#messages_search_submit:disabled,#blogs-list .action .blog-button a.blog-button:disabled,#profile-group-edit-submit:disabled,#bp-browse-button:disabled,#avatar-crop-actions a.button:disabled,#pmpro_cancel .pmpro_yeslink:disabled,#media_search:disabled,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload:disabled,#rtmedia_create_new_album:disabled,#rt_media_comment_submit:disabled,.rtmedia-editor-buttons .rtm-button-save:disabled{background-color:#ed4026;border-color:#ed4026}.btn-primary:not([disabled]):not(.disabled):active,input[type=submit].btn-primary:not([disabled]):not(.disabled):active,.post-password-form input[type=submit]:not([disabled]):not(.disabled):active,.search-form .search-submit:not([disabled]):not(.disabled):active,.wpcf7-form .wpcf7-submit:not([disabled]):not(.disabled):active,#messages_search_submit:not([disabled]):not(.disabled):active,#blogs-list .action .blog-button a.blog-button:not([disabled]):not(.disabled):active,#profile-group-edit-submit:not([disabled]):not(.disabled):active,#bp-browse-button:not([disabled]):not(.disabled):active,#avatar-crop-actions a.button:not([disabled]):not(.disabled):active,#pmpro_cancel .pmpro_yeslink:not([disabled]):not(.disabled):active,#media_search:not([disabled]):not(.disabled):active,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload:not([disabled]):not(.disabled):active,#rtmedia_create_new_album:not([disabled]):not(.disabled):active,#rt_media_comment_submit:not([disabled]):not(.disabled):active,.rtmedia-editor-buttons .rtm-button-save:not([disabled]):not(.disabled):active,.btn-primary:not([disabled]):not(.disabled).active,input[type=submit].btn-primary:not([disabled]):not(.disabled).active,.post-password-form input[type=submit]:not([disabled]):not(.disabled).active,.search-form .search-submit:not([disabled]):not(.disabled).active,.wpcf7-form .wpcf7-submit:not([disabled]):not(.disabled).active,#messages_search_submit:not([disabled]):not(.disabled).active,#blogs-list .action .blog-button a.blog-button:not([disabled]):not(.disabled).active,#profile-group-edit-submit:not([disabled]):not(.disabled).active,#bp-browse-button:not([disabled]):not(.disabled).active,#avatar-crop-actions a.button:not([disabled]):not(.disabled).active,#pmpro_cancel .pmpro_yeslink:not([disabled]):not(.disabled).active,#media_search:not([disabled]):not(.disabled).active,#rtm-media-gallery-uploader #drag-drop-area .start-media-upload:not([disabled]):not(.disabled).active,#rtmedia_create_new_album:not([disabled]):not(.disabled).active,#rt_media_comment_submit:not([disabled]):not(.disabled).active,.rtmedia-editor-buttons .rtm-button-save:not([disabled]):not(.disabled).active{color:#fff;background-color:#eb3014;border-color:#eb3014}.btn-secondary,input[type=submit].btn-secondary{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.btn-secondary:hover,input[type=submit].btn-secondary:hover{color:#fff;background-color:#747474;border-color:#747474}.btn-secondary:focus,input[type=submit].btn-secondary:focus,.btn-secondary.focus,input[type=submit].btn-secondary.focus{box-shadow:0 0 rgba(124,124,124,.5)}.btn-secondary.disabled,input[type=submit].btn-secondary.disabled,.btn-secondary:disabled,input[type=submit].btn-secondary:disabled{background-color:#7c7c7c;border-color:#7c7c7c}.btn-secondary:not([disabled]):not(.disabled):active,input[type=submit].btn-secondary:not([disabled]):not(.disabled):active,.btn-secondary:not([disabled]):not(.disabled).active,input[type=submit].btn-secondary:not([disabled]):not(.disabled).active{color:#fff;background-color:#727272;border-color:#727272}.btn-success,input[type=submit].btn-success{color:#fff;background-color:#1fcb41;border-color:#1fcb41}.btn-success:hover,input[type=submit].btn-success:hover{color:#fff;background-color:#1dbe3d;border-color:#1dbe3d}.btn-success:focus,input[type=submit].btn-success:focus,.btn-success.focus,input[type=submit].btn-success.focus{box-shadow:0 0 rgba(31,203,65,.5)}.btn-success.disabled,input[type=submit].btn-success.disabled,.btn-success:disabled,input[type=submit].btn-success:disabled{background-color:#1fcb41;border-color:#1fcb41}.btn-success:not([disabled]):not(.disabled):active,input[type=submit].btn-success:not([disabled]):not(.disabled):active,.btn-success:not([disabled]):not(.disabled).active,input[type=submit].btn-success:not([disabled]):not(.disabled).active{color:#fff;background-color:#1cb93b;border-color:#1cb93b}.btn-info,input[type=submit].btn-info{color:#fff;background-color:#10b8c1;border-color:#10b8c1}.btn-info:hover,input[type=submit].btn-info:hover{color:#fff;background-color:#0fabb3;border-color:#0fabb3}.btn-info:focus,input[type=submit].btn-info:focus,.btn-info.focus,input[type=submit].btn-info.focus{box-shadow:0 0 rgba(16,184,193,.5)}.btn-info.disabled,input[type=submit].btn-info.disabled,.btn-info:disabled,input[type=submit].btn-info:disabled{background-color:#10b8c1;border-color:#10b8c1}.btn-info:not([disabled]):not(.disabled):active,input[type=submit].btn-info:not([disabled]):not(.disabled):active,.btn-info:not([disabled]):not(.disabled).active,input[type=submit].btn-info:not([disabled]):not(.disabled).active{color:#fff;background-color:#0ea6ae;border-color:#0ea6ae}.btn-warning,input[type=submit].btn-warning{color:#191919;background-color:#ffb91a;border-color:#ffb91a}.btn-warning:hover,input[type=submit].btn-warning:hover{color:#191919;background-color:#ffb40b;border-color:#ffb40b}.btn-warning:focus,input[type=submit].btn-warning:focus,.btn-warning.focus,input[type=submit].btn-warning.focus{box-shadow:0 0 rgba(255,185,26,.5)}.btn-warning.disabled,input[type=submit].btn-warning.disabled,.btn-warning:disabled,input[type=submit].btn-warning:disabled{background-color:#ffb91a;border-color:#ffb91a}.btn-warning:not([disabled]):not(.disabled):active,input[type=submit].btn-warning:not([disabled]):not(.disabled):active,.btn-warning:not([disabled]):not(.disabled).active,input[type=submit].btn-warning:not([disabled]):not(.disabled).active{color:#191919;background-color:#ffb306;border-color:#ffb306}.btn-danger,input[type=submit].btn-danger{color:#fff;background-color:red;border-color:red}.btn-danger:hover,input[type=submit].btn-danger:hover{color:#fff;background-color:#f00000;border-color:#f00000}.btn-danger:focus,input[type=submit].btn-danger:focus,.btn-danger.focus,input[type=submit].btn-danger.focus{box-shadow:0 0 rgba(255,0,0,.5)}.btn-danger.disabled,input[type=submit].btn-danger.disabled,.btn-danger:disabled,input[type=submit].btn-danger:disabled{background-color:red;border-color:red}.btn-danger:not([disabled]):not(.disabled):active,input[type=submit].btn-danger:not([disabled]):not(.disabled):active,.btn-danger:not([disabled]):not(.disabled).active,input[type=submit].btn-danger:not([disabled]):not(.disabled).active{color:#fff;background-color:#eb0000;border-color:#eb0000}.btn-light,input[type=submit].btn-light{color:#191919;background-color:#f8f8f8;border-color:#f8f8f8}.btn-light:hover,input[type=submit].btn-light:hover{color:#191919;background-color:#f0f0f0;border-color:#f0f0f0}.btn-light:focus,input[type=submit].btn-light:focus,.btn-light.focus,input[type=submit].btn-light.focus{box-shadow:0 0 rgba(248,248,248,.5)}.btn-light.disabled,input[type=submit].btn-light.disabled,.btn-light:disabled,input[type=submit].btn-light:disabled{background-color:#f8f8f8;border-color:#f8f8f8}.btn-light:not([disabled]):not(.disabled):active,input[type=submit].btn-light:not([disabled]):not(.disabled):active,.btn-light:not([disabled]):not(.disabled).active,input[type=submit].btn-light:not([disabled]):not(.disabled).active{color:#191919;background-color:#eee;border-color:#eee}.btn-dark,input[type=submit].btn-dark{color:#fff;background-color:#000;border-color:#000}.btn-dark:hover,input[type=submit].btn-dark:hover{color:#fff;background-color:#000;border-color:#000}.btn-dark:focus,input[type=submit].btn-dark:focus,.btn-dark.focus,input[type=submit].btn-dark.focus{box-shadow:0 0 rgba(0,0,0,.5)}.btn-dark.disabled,input[type=submit].btn-dark.disabled,.btn-dark:disabled,input[type=submit].btn-dark:disabled{background-color:#000;border-color:#000}.btn-dark:not([disabled]):not(.disabled):active,input[type=submit].btn-dark:not([disabled]):not(.disabled):active,.btn-dark:not([disabled]):not(.disabled).active,input[type=submit].btn-dark:not([disabled]):not(.disabled).active{color:#fff;background-color:#000;border-color:#000}.btn-tertiary,input[type=submit].btn-tertiary{color:#fff;background-color:#5d0957;border-color:#5d0957}.btn-tertiary:hover,input[type=submit].btn-tertiary:hover{color:#fff;background-color:#4f084a;border-color:#4f084a}.btn-tertiary:focus,input[type=submit].btn-tertiary:focus,.btn-tertiary.focus,input[type=submit].btn-tertiary.focus{box-shadow:0 0 rgba(93,9,87,.5)}.btn-tertiary.disabled,input[type=submit].btn-tertiary.disabled,.btn-tertiary:disabled,input[type=submit].btn-tertiary:disabled{background-color:#5d0957;border-color:#5d0957}.btn-tertiary:not([disabled]):not(.disabled):active,input[type=submit].btn-tertiary:not([disabled]):not(.disabled):active,.btn-tertiary:not([disabled]):not(.disabled).active,input[type=submit].btn-tertiary:not([disabled]):not(.disabled).active{color:#fff;background-color:#4a0746;border-color:#4a0746}.btn-outline-primary,input[type=submit].btn-outline-primary{color:#ed4026;background-color:initial;background-image:none;border-color:#ed4026}.btn-outline-primary:hover,input[type=submit].btn-outline-primary:hover{color:#fff;background-color:#ed4026;border-color:#ed4026}.btn-outline-primary.disabled,input[type=submit].btn-outline-primary.disabled,.btn-outline-primary:disabled,input[type=submit].btn-outline-primary:disabled{color:#ed4026;background-color:initial;border-color:#ed4026}.btn-outline-primary:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-primary:not([disabled]):not(.disabled):active,.btn-outline-primary:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-primary:not([disabled]):not(.disabled).active{color:#191919;background-color:#ed4026;border-color:#ed4026}.btn-outline-secondary,input[type=submit].btn-outline-secondary{color:#7c7c7c;background-color:initial;background-image:none;border-color:#7c7c7c}.btn-outline-secondary:hover,input[type=submit].btn-outline-secondary:hover{color:#fff;background-color:#7c7c7c;border-color:#7c7c7c}.btn-outline-secondary.disabled,input[type=submit].btn-outline-secondary.disabled,.btn-outline-secondary:disabled,input[type=submit].btn-outline-secondary:disabled{color:#7c7c7c;background-color:initial;border-color:#7c7c7c}.btn-outline-secondary:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-secondary:not([disabled]):not(.disabled):active,.btn-outline-secondary:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-secondary:not([disabled]):not(.disabled).active{color:#191919;background-color:#7c7c7c;border-color:#7c7c7c}.btn-outline-success,input[type=submit].btn-outline-success{color:#1fcb41;background-color:initial;background-image:none;border-color:#1fcb41}.btn-outline-success:hover,input[type=submit].btn-outline-success:hover{color:#fff;background-color:#1fcb41;border-color:#1fcb41}.btn-outline-success.disabled,input[type=submit].btn-outline-success.disabled,.btn-outline-success:disabled,input[type=submit].btn-outline-success:disabled{color:#1fcb41;background-color:initial;border-color:#1fcb41}.btn-outline-success:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-success:not([disabled]):not(.disabled):active,.btn-outline-success:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-success:not([disabled]):not(.disabled).active{color:#191919;background-color:#1fcb41;border-color:#1fcb41}.btn-outline-info,input[type=submit].btn-outline-info{color:#10b8c1;background-color:initial;background-image:none;border-color:#10b8c1}.btn-outline-info:hover,input[type=submit].btn-outline-info:hover{color:#fff;background-color:#10b8c1;border-color:#10b8c1}.btn-outline-info.disabled,input[type=submit].btn-outline-info.disabled,.btn-outline-info:disabled,input[type=submit].btn-outline-info:disabled{color:#10b8c1;background-color:initial;border-color:#10b8c1}.btn-outline-info:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-info:not([disabled]):not(.disabled):active,.btn-outline-info:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-info:not([disabled]):not(.disabled).active{color:#191919;background-color:#10b8c1;border-color:#10b8c1}.btn-outline-warning,input[type=submit].btn-outline-warning{color:#ffb91a;background-color:initial;background-image:none;border-color:#ffb91a}.btn-outline-warning:hover,input[type=submit].btn-outline-warning:hover{color:#191919;background-color:#ffb91a;border-color:#ffb91a}.btn-outline-warning.disabled,input[type=submit].btn-outline-warning.disabled,.btn-outline-warning:disabled,input[type=submit].btn-outline-warning:disabled{color:#ffb91a;background-color:initial;border-color:#ffb91a}.btn-outline-warning:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-warning:not([disabled]):not(.disabled):active,.btn-outline-warning:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-warning:not([disabled]):not(.disabled).active{color:#191919;background-color:#ffb91a;border-color:#ffb91a}.btn-outline-danger,input[type=submit].btn-outline-danger{color:red;background-color:initial;background-image:none;border-color:red}.btn-outline-danger:hover,input[type=submit].btn-outline-danger:hover{color:#fff;background-color:red;border-color:red}.btn-outline-danger.disabled,input[type=submit].btn-outline-danger.disabled,.btn-outline-danger:disabled,input[type=submit].btn-outline-danger:disabled{color:red;background-color:initial;border-color:red}.btn-outline-danger:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-danger:not([disabled]):not(.disabled):active,.btn-outline-danger:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-danger:not([disabled]):not(.disabled).active{color:#191919;background-color:red;border-color:red}.btn-outline-light,input[type=submit].btn-outline-light{color:#f8f8f8;background-color:initial;background-image:none;border-color:#f8f8f8}.btn-outline-light:hover,input[type=submit].btn-outline-light:hover{color:#191919;background-color:#f8f8f8;border-color:#f8f8f8}.btn-outline-light.disabled,input[type=submit].btn-outline-light.disabled,.btn-outline-light:disabled,input[type=submit].btn-outline-light:disabled{color:#f8f8f8;background-color:initial;border-color:#f8f8f8}.btn-outline-light:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-light:not([disabled]):not(.disabled):active,.btn-outline-light:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-light:not([disabled]):not(.disabled).active{color:#fff;background-color:#f8f8f8;border-color:#f8f8f8}.btn-outline-dark,input[type=submit].btn-outline-dark{color:#000;background-color:initial;background-image:none;border-color:#000}.btn-outline-dark:hover,input[type=submit].btn-outline-dark:hover{color:#fff;background-color:#000;border-color:#000}.btn-outline-dark.disabled,input[type=submit].btn-outline-dark.disabled,.btn-outline-dark:disabled,input[type=submit].btn-outline-dark:disabled{color:#000;background-color:initial;border-color:#000}.btn-outline-dark:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-dark:not([disabled]):not(.disabled):active,.btn-outline-dark:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-dark:not([disabled]):not(.disabled).active{color:#191919;background-color:#000;border-color:#000}.btn-outline-tertiary,input[type=submit].btn-outline-tertiary{color:#5d0957;background-color:initial;background-image:none;border-color:#5d0957}.btn-outline-tertiary:hover,input[type=submit].btn-outline-tertiary:hover{color:#fff;background-color:#5d0957;border-color:#5d0957}.btn-outline-tertiary.disabled,input[type=submit].btn-outline-tertiary.disabled,.btn-outline-tertiary:disabled,input[type=submit].btn-outline-tertiary:disabled{color:#5d0957;background-color:initial;border-color:#5d0957}.btn-outline-tertiary:not([disabled]):not(.disabled):active,input[type=submit].btn-outline-tertiary:not([disabled]):not(.disabled):active,.btn-outline-tertiary:not([disabled]):not(.disabled).active,input[type=submit].btn-outline-tertiary:not([disabled]):not(.disabled).active{color:#191919;background-color:#5d0957;border-color:#5d0957}.enable-shadow .btn-primary,.enable-shadow input[type=submit].btn-primary,.enable-shadow .post-password-form input[type=submit],.post-password-form .enable-shadow input[type=submit],.enable-shadow .search-form .search-submit,.search-form .enable-shadow .search-submit,.enable-shadow .wpcf7-form .wpcf7-submit,.wpcf7-form .enable-shadow .wpcf7-submit,.enable-shadow #messages_search_submit,.enable-shadow #blogs-list .action .blog-button a.blog-button,#blogs-list .action .blog-button .enable-shadow a.blog-button,.enable-shadow #profile-group-edit-submit,.enable-shadow #bp-browse-button,.enable-shadow #avatar-crop-actions a.button,#avatar-crop-actions .enable-shadow a.button,.enable-shadow #pmpro_cancel .pmpro_yeslink,#pmpro_cancel .enable-shadow .pmpro_yeslink,.enable-shadow #media_search,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload,.enable-shadow #rtmedia_create_new_album,.enable-shadow #rt_media_comment_submit,.enable-shadow .rtmedia-editor-buttons .rtm-button-save,.rtmedia-editor-buttons .enable-shadow .rtm-button-save{box-shadow:0 12px 20px -16px rgba(230,47,19,.6)}.enable-shadow .btn-primary:hover,.enable-shadow input[type=submit].btn-primary:hover,.enable-shadow .post-password-form input[type=submit]:hover,.post-password-form .enable-shadow input[type=submit]:hover,.enable-shadow .search-form .search-submit:hover,.search-form .enable-shadow .search-submit:hover,.enable-shadow .wpcf7-form .wpcf7-submit:hover,.wpcf7-form .enable-shadow .wpcf7-submit:hover,.enable-shadow #messages_search_submit:hover,.enable-shadow #blogs-list .action .blog-button a.blog-button:hover,#blogs-list .action .blog-button .enable-shadow a.blog-button:hover,.enable-shadow #profile-group-edit-submit:hover,.enable-shadow #bp-browse-button:hover,.enable-shadow #avatar-crop-actions a.button:hover,#avatar-crop-actions .enable-shadow a.button:hover,.enable-shadow #pmpro_cancel .pmpro_yeslink:hover,#pmpro_cancel .enable-shadow .pmpro_yeslink:hover,.enable-shadow #media_search:hover,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload:hover,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload:hover,.enable-shadow #rtmedia_create_new_album:hover,.enable-shadow #rt_media_comment_submit:hover,.enable-shadow .rtmedia-editor-buttons .rtm-button-save:hover,.rtmedia-editor-buttons .enable-shadow .rtm-button-save:hover{box-shadow:0 14px 22px -14px rgba(236,52,24,.6)}.enable-shadow .btn-primary.disabled,.enable-shadow input[type=submit].btn-primary.disabled,.enable-shadow .post-password-form input[type=submit].disabled,.post-password-form .enable-shadow input[type=submit].disabled,.enable-shadow .search-form .search-submit.disabled,.search-form .enable-shadow .search-submit.disabled,.enable-shadow .wpcf7-form .wpcf7-submit.disabled,.wpcf7-form .enable-shadow .wpcf7-submit.disabled,.enable-shadow #messages_search_submit.disabled,.enable-shadow #blogs-list .action .blog-button a.blog-button.disabled,#blogs-list .action .blog-button .enable-shadow a.blog-button.disabled,.enable-shadow #profile-group-edit-submit.disabled,.enable-shadow #bp-browse-button.disabled,.enable-shadow #avatar-crop-actions a.button.disabled,#avatar-crop-actions .enable-shadow a.button.disabled,.enable-shadow #pmpro_cancel .pmpro_yeslink.disabled,#pmpro_cancel .enable-shadow .pmpro_yeslink.disabled,.enable-shadow #media_search.disabled,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload.disabled,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload.disabled,.enable-shadow #rtmedia_create_new_album.disabled,.enable-shadow #rt_media_comment_submit.disabled,.enable-shadow .rtmedia-editor-buttons .rtm-button-save.disabled,.rtmedia-editor-buttons .enable-shadow .rtm-button-save.disabled,.enable-shadow .btn-primary:disabled,.enable-shadow input[type=submit].btn-primary:disabled,.enable-shadow .post-password-form input[type=submit]:disabled,.post-password-form .enable-shadow input[type=submit]:disabled,.enable-shadow .search-form .search-submit:disabled,.search-form .enable-shadow .search-submit:disabled,.enable-shadow .wpcf7-form .wpcf7-submit:disabled,.wpcf7-form .enable-shadow .wpcf7-submit:disabled,.enable-shadow #messages_search_submit:disabled,.enable-shadow #blogs-list .action .blog-button a.blog-button:disabled,#blogs-list .action .blog-button .enable-shadow a.blog-button:disabled,.enable-shadow #profile-group-edit-submit:disabled,.enable-shadow #bp-browse-button:disabled,.enable-shadow #avatar-crop-actions a.button:disabled,#avatar-crop-actions .enable-shadow a.button:disabled,.enable-shadow #pmpro_cancel .pmpro_yeslink:disabled,#pmpro_cancel .enable-shadow .pmpro_yeslink:disabled,.enable-shadow #media_search:disabled,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload:disabled,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload:disabled,.enable-shadow #rtmedia_create_new_album:disabled,.enable-shadow #rt_media_comment_submit:disabled,.enable-shadow .rtmedia-editor-buttons .rtm-button-save:disabled,.rtmedia-editor-buttons .enable-shadow .rtm-button-save:disabled{box-shadow:none}.enable-shadow .btn-primary:active,.enable-shadow input[type=submit].btn-primary:active,.enable-shadow .post-password-form input[type=submit]:active,.post-password-form .enable-shadow input[type=submit]:active,.enable-shadow .search-form .search-submit:active,.search-form .enable-shadow .search-submit:active,.enable-shadow .wpcf7-form .wpcf7-submit:active,.wpcf7-form .enable-shadow .wpcf7-submit:active,.enable-shadow #messages_search_submit:active,.enable-shadow #blogs-list .action .blog-button a.blog-button:active,#blogs-list .action .blog-button .enable-shadow a.blog-button:active,.enable-shadow #profile-group-edit-submit:active,.enable-shadow #bp-browse-button:active,.enable-shadow #avatar-crop-actions a.button:active,#avatar-crop-actions .enable-shadow a.button:active,.enable-shadow #pmpro_cancel .pmpro_yeslink:active,#pmpro_cancel .enable-shadow .pmpro_yeslink:active,.enable-shadow #media_search:active,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload:active,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload:active,.enable-shadow #rtmedia_create_new_album:active,.enable-shadow #rt_media_comment_submit:active,.enable-shadow .rtmedia-editor-buttons .rtm-button-save:active,.rtmedia-editor-buttons .enable-shadow .rtm-button-save:active,.enable-shadow .btn-primary.active,.enable-shadow input[type=submit].btn-primary.active,.enable-shadow .post-password-form input[type=submit].active,.post-password-form .enable-shadow input[type=submit].active,.enable-shadow .search-form .search-submit.active,.search-form .enable-shadow .search-submit.active,.enable-shadow .wpcf7-form .wpcf7-submit.active,.wpcf7-form .enable-shadow .wpcf7-submit.active,.enable-shadow #messages_search_submit.active,.enable-shadow #blogs-list .action .blog-button a.blog-button.active,#blogs-list .action .blog-button .enable-shadow a.blog-button.active,.enable-shadow #profile-group-edit-submit.active,.enable-shadow #bp-browse-button.active,.enable-shadow #avatar-crop-actions a.button.active,#avatar-crop-actions .enable-shadow a.button.active,.enable-shadow #pmpro_cancel .pmpro_yeslink.active,#pmpro_cancel .enable-shadow .pmpro_yeslink.active,.enable-shadow #media_search.active,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload.active,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload.active,.enable-shadow #rtmedia_create_new_album.active,.enable-shadow #rt_media_comment_submit.active,.enable-shadow .rtmedia-editor-buttons .rtm-button-save.active,.rtmedia-editor-buttons .enable-shadow .rtm-button-save.active,.enable-shadow .btn-primary:focus,.enable-shadow input[type=submit].btn-primary:focus,.enable-shadow .post-password-form input[type=submit]:focus,.post-password-form .enable-shadow input[type=submit]:focus,.enable-shadow .search-form .search-submit:focus,.search-form .enable-shadow .search-submit:focus,.enable-shadow .wpcf7-form .wpcf7-submit:focus,.wpcf7-form .enable-shadow .wpcf7-submit:focus,.enable-shadow #messages_search_submit:focus,.enable-shadow #blogs-list .action .blog-button a.blog-button:focus,#blogs-list .action .blog-button .enable-shadow a.blog-button:focus,.enable-shadow #profile-group-edit-submit:focus,.enable-shadow #bp-browse-button:focus,.enable-shadow #avatar-crop-actions a.button:focus,#avatar-crop-actions .enable-shadow a.button:focus,.enable-shadow #pmpro_cancel .pmpro_yeslink:focus,#pmpro_cancel .enable-shadow .pmpro_yeslink:focus,.enable-shadow #media_search:focus,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload:focus,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload:focus,.enable-shadow #rtmedia_create_new_album:focus,.enable-shadow #rt_media_comment_submit:focus,.enable-shadow .rtmedia-editor-buttons .rtm-button-save:focus,.rtmedia-editor-buttons .enable-shadow .rtm-button-save:focus,.enable-shadow .btn-primary.focus,.enable-shadow input[type=submit].btn-primary.focus,.enable-shadow .post-password-form input[type=submit].focus,.post-password-form .enable-shadow input[type=submit].focus,.enable-shadow .search-form .search-submit.focus,.search-form .enable-shadow .search-submit.focus,.enable-shadow .wpcf7-form .wpcf7-submit.focus,.wpcf7-form .enable-shadow .wpcf7-submit.focus,.enable-shadow #messages_search_submit.focus,.enable-shadow #blogs-list .action .blog-button a.blog-button.focus,#blogs-list .action .blog-button .enable-shadow a.blog-button.focus,.enable-shadow #profile-group-edit-submit.focus,.enable-shadow #bp-browse-button.focus,.enable-shadow #avatar-crop-actions a.button.focus,#avatar-crop-actions .enable-shadow a.button.focus,.enable-shadow #pmpro_cancel .pmpro_yeslink.focus,#pmpro_cancel .enable-shadow .pmpro_yeslink.focus,.enable-shadow #media_search.focus,.enable-shadow #rtm-media-gallery-uploader #drag-drop-area .start-media-upload.focus,#rtm-media-gallery-uploader #drag-drop-area .enable-shadow .start-media-upload.focus,.enable-shadow #rtmedia_create_new_album.focus,.enable-shadow #rt_media_comment_submit.focus,.enable-shadow .rtmedia-editor-buttons .rtm-button-save.focus,.rtmedia-editor-buttons .enable-shadow .rtm-button-save.focus{box-shadow:0 12px 20px -16px #cf2a11}.enable-shadow .btn-outline-primary,.enable-shadow input[type=submit].btn-outline-primary{box-shadow:0 12px 20px -16px rgba(230,47,19,.6)}.enable-shadow .btn-outline-primary:hover,.enable-shadow input[type=submit].btn-outline-primary:hover{box-shadow:0 14px 22px -14px rgba(236,52,24,.6)}.enable-shadow .btn-outline-primary.disabled,.enable-shadow input[type=submit].btn-outline-primary.disabled,.enable-shadow .btn-outline-primary:disabled,.enable-shadow input[type=submit].btn-outline-primary:disabled{box-shadow:none}.enable-shadow .btn-outline-primary:active,.enable-shadow input[type=submit].btn-outline-primary:active,.enable-shadow .btn-outline-primary.active,.enable-shadow input[type=submit].btn-outline-primary.active,.enable-shadow .btn-outline-primary:focus,.enable-shadow input[type=submit].btn-outline-primary:focus,.enable-shadow .btn-outline-primary.focus,.enable-shadow input[type=submit].btn-outline-primary.focus{box-shadow:0 12px 20px -16px #cf2a11}.enable-shadow .btn-secondary,.enable-shadow input[type=submit].btn-secondary{box-shadow:0 12px 20px -16px rgba(111,111,111,.6)}.enable-shadow .btn-secondary:hover,.enable-shadow input[type=submit].btn-secondary:hover{box-shadow:0 14px 22px -14px rgba(116,116,116,.6)}.enable-shadow .btn-secondary.disabled,.enable-shadow input[type=submit].btn-secondary.disabled,.enable-shadow .btn-secondary:disabled,.enable-shadow input[type=submit].btn-secondary:disabled{box-shadow:none}.enable-shadow .btn-secondary:active,.enable-shadow input[type=submit].btn-secondary:active,.enable-shadow .btn-secondary.active,.enable-shadow input[type=submit].btn-secondary.active,.enable-shadow .btn-secondary:focus,.enable-shadow input[type=submit].btn-secondary:focus,.enable-shadow .btn-secondary.focus,.enable-shadow input[type=submit].btn-secondary.focus{box-shadow:0 12px 20px -16px #636363}.enable-shadow .btn-outline-secondary,.enable-shadow input[type=submit].btn-outline-secondary{box-shadow:0 12px 20px -16px rgba(111,111,111,.6)}.enable-shadow .btn-outline-secondary:hover,.enable-shadow input[type=submit].btn-outline-secondary:hover{box-shadow:0 14px 22px -14px rgba(116,116,116,.6)}.enable-shadow .btn-outline-secondary.disabled,.enable-shadow input[type=submit].btn-outline-secondary.disabled,.enable-shadow .btn-outline-secondary:disabled,.enable-shadow input[type=submit].btn-outline-secondary:disabled{box-shadow:none}.enable-shadow .btn-outline-secondary:active,.enable-shadow input[type=submit].btn-outline-secondary:active,.enable-shadow .btn-outline-secondary.active,.enable-shadow input[type=submit].btn-outline-secondary.active,.enable-shadow .btn-outline-secondary:focus,.enable-shadow input[type=submit].btn-outline-secondary:focus,.enable-shadow .btn-outline-secondary.focus,.enable-shadow input[type=submit].btn-outline-secondary.focus{box-shadow:0 12px 20px -16px #636363}.enable-shadow .btn-success,.enable-shadow input[type=submit].btn-success{box-shadow:0 12px 20px -16px rgba(28,181,58,.6)}.enable-shadow .btn-success:hover,.enable-shadow input[type=submit].btn-success:hover{box-shadow:0 14px 22px -14px rgba(29,190,61,.6)}.enable-shadow .btn-success.disabled,.enable-shadow input[type=submit].btn-success.disabled,.enable-shadow .btn-success:disabled,.enable-shadow input[type=submit].btn-success:disabled{box-shadow:none}.enable-shadow .btn-success:active,.enable-shadow input[type=submit].btn-success:active,.enable-shadow .btn-success.active,.enable-shadow input[type=submit].btn-success.active,.enable-shadow .btn-success:focus,.enable-shadow input[type=submit].btn-success:focus,.enable-shadow .btn-success.focus,.enable-shadow input[type=submit].btn-success.focus{box-shadow:0 12px 20px -16px #189f33}.enable-shadow .btn-outline-success,.enable-shadow input[type=submit].btn-outline-success{box-shadow:0 12px 20px -16px rgba(28,181,58,.6)}.enable-shadow .btn-outline-success:hover,.enable-shadow input[type=submit].btn-outline-success:hover{box-shadow:0 14px 22px -14px rgba(29,190,61,.6)}.enable-shadow .btn-outline-success.disabled,.enable-shadow input[type=submit].btn-outline-success.disabled,.enable-shadow .btn-outline-success:disabled,.enable-shadow input[type=submit].btn-outline-success:disabled{box-shadow:none}.enable-shadow .btn-outline-success:active,.enable-shadow input[type=submit].btn-outline-success:active,.enable-shadow .btn-outline-success.active,.enable-shadow input[type=submit].btn-outline-success.active,.enable-shadow .btn-outline-success:focus,.enable-shadow input[type=submit].btn-outline-success:focus,.enable-shadow .btn-outline-success.focus,.enable-shadow input[type=submit].btn-outline-success.focus{box-shadow:0 12px 20px -16px #189f33}.enable-shadow .btn-info,.enable-shadow input[type=submit].btn-info{box-shadow:0 12px 20px -16px rgba(14,162,169,.6)}.enable-shadow .btn-info:hover,.enable-shadow input[type=submit].btn-info:hover{box-shadow:0 14px 22px -14px rgba(15,171,179,.6)}.enable-shadow .btn-info.disabled,.enable-shadow input[type=submit].btn-info.disabled,.enable-shadow .btn-info:disabled,.enable-shadow input[type=submit].btn-info:disabled{box-shadow:none}.enable-shadow .btn-info:active,.enable-shadow input[type=submit].btn-info:active,.enable-shadow .btn-info.active,.enable-shadow input[type=submit].btn-info.active,.enable-shadow .btn-info:focus,.enable-shadow input[type=submit].btn-info:focus,.enable-shadow .btn-info.focus,.enable-shadow input[type=submit].btn-info.focus{box-shadow:0 12px 20px -16px #0c8b92}.enable-shadow .btn-outline-info,.enable-shadow input[type=submit].btn-outline-info{box-shadow:0 12px 20px -16px rgba(14,162,169,.6)}.enable-shadow .btn-outline-info:hover,.enable-shadow input[type=submit].btn-outline-info:hover{box-shadow:0 14px 22px -14px rgba(15,171,179,.6)}.enable-shadow .btn-outline-info.disabled,.enable-shadow input[type=submit].btn-outline-info.disabled,.enable-shadow .btn-outline-info:disabled,.enable-shadow input[type=submit].btn-outline-info:disabled{box-shadow:none}.enable-shadow .btn-outline-info:active,.enable-shadow input[type=submit].btn-outline-info:active,.enable-shadow .btn-outline-info.active,.enable-shadow input[type=submit].btn-outline-info.active,.enable-shadow .btn-outline-info:focus,.enable-shadow input[type=submit].btn-outline-info:focus,.enable-shadow .btn-outline-info.focus,.enable-shadow input[type=submit].btn-outline-info.focus{box-shadow:0 12px 20px -16px #0c8b92}.enable-shadow .btn-warning,.enable-shadow input[type=submit].btn-warning{box-shadow:0 12px 20px -16px rgba(255,177,0,.6)}.enable-shadow .btn-warning:hover,.enable-shadow input[type=submit].btn-warning:hover{box-shadow:0 14px 22px -14px rgba(255,180,11,.6)}.enable-shadow .btn-warning.disabled,.enable-shadow input[type=submit].btn-warning.disabled,.enable-shadow .btn-warning:disabled,.enable-shadow input[type=submit].btn-warning:disabled{box-shadow:none}.enable-shadow .btn-warning:active,.enable-shadow input[type=submit].btn-warning:active,.enable-shadow .btn-warning.active,.enable-shadow input[type=submit].btn-warning.active,.enable-shadow .btn-warning:focus,.enable-shadow input[type=submit].btn-warning:focus,.enable-shadow .btn-warning.focus,.enable-shadow input[type=submit].btn-warning.focus{box-shadow:0 12px 20px -16px #e6a000}.enable-shadow .btn-outline-warning,.enable-shadow input[type=submit].btn-outline-warning{box-shadow:0 12px 20px -16px rgba(255,177,0,.6)}.enable-shadow .btn-outline-warning:hover,.enable-shadow input[type=submit].btn-outline-warning:hover{box-shadow:0 14px 22px -14px rgba(255,180,11,.6)}.enable-shadow .btn-outline-warning.disabled,.enable-shadow input[type=submit].btn-outline-warning.disabled,.enable-shadow .btn-outline-warning:disabled,.enable-shadow input[type=submit].btn-outline-warning:disabled{box-shadow:none}.enable-shadow .btn-outline-warning:active,.enable-shadow input[type=submit].btn-outline-warning:active,.enable-shadow .btn-outline-warning.active,.enable-shadow input[type=submit].btn-outline-warning.active,.enable-shadow .btn-outline-warning:focus,.enable-shadow input[type=submit].btn-outline-warning:focus,.enable-shadow .btn-outline-warning.focus,.enable-shadow input[type=submit].btn-outline-warning.focus{box-shadow:0 12px 20px -16px #e6a000}.enable-shadow .btn-danger,.enable-shadow input[type=submit].btn-danger{box-shadow:0 12px 20px -16px rgba(230,0,0,.6)}.enable-shadow .btn-danger:hover,.enable-shadow input[type=submit].btn-danger:hover{box-shadow:0 14px 22px -14px rgba(240,0,0,.6)}.enable-shadow .btn-danger.disabled,.enable-shadow input[type=submit].btn-danger.disabled,.enable-shadow .btn-danger:disabled,.enable-shadow input[type=submit].btn-danger:disabled{box-shadow:none}.enable-shadow .btn-danger:active,.enable-shadow input[type=submit].btn-danger:active,.enable-shadow .btn-danger.active,.enable-shadow input[type=submit].btn-danger.active,.enable-shadow .btn-danger:focus,.enable-shadow input[type=submit].btn-danger:focus,.enable-shadow .btn-danger.focus,.enable-shadow input[type=submit].btn-danger.focus{box-shadow:0 12px 20px -16px #c00}.enable-shadow .btn-outline-danger,.enable-shadow input[type=submit].btn-outline-danger{box-shadow:0 12px 20px -16px rgba(230,0,0,.6)}.enable-shadow .btn-outline-danger:hover,.enable-shadow input[type=submit].btn-outline-danger:hover{box-shadow:0 14px 22px -14px rgba(240,0,0,.6)}.enable-shadow .btn-outline-danger.disabled,.enable-shadow input[type=submit].btn-outline-danger.disabled,.enable-shadow .btn-outline-danger:disabled,.enable-shadow input[type=submit].btn-outline-danger:disabled{box-shadow:none}.enable-shadow .btn-outline-danger:active,.enable-shadow input[type=submit].btn-outline-danger:active,.enable-shadow .btn-outline-danger.active,.enable-shadow input[type=submit].btn-outline-danger.active,.enable-shadow .btn-outline-danger:focus,.enable-shadow input[type=submit].btn-outline-danger:focus,.enable-shadow .btn-outline-danger.focus,.enable-shadow input[type=submit].btn-outline-danger.focus{box-shadow:0 12px 20px -16px #c00}.enable-shadow .btn-light,.enable-shadow input[type=submit].btn-light{box-shadow:0 12px 20px -16px rgba(235,235,235,.6)}.enable-shadow .btn-light:hover,.enable-shadow input[type=submit].btn-light:hover{box-shadow:0 14px 22px -14px rgba(240,240,240,.6)}.enable-shadow .btn-light.disabled,.enable-shadow input[type=submit].btn-light.disabled,.enable-shadow .btn-light:disabled,.enable-shadow input[type=submit].btn-light:disabled{box-shadow:none}.enable-shadow .btn-light:active,.enable-shadow input[type=submit].btn-light:active,.enable-shadow .btn-light.active,.enable-shadow input[type=submit].btn-light.active,.enable-shadow .btn-light:focus,.enable-shadow input[type=submit].btn-light:focus,.enable-shadow .btn-light.focus,.enable-shadow input[type=submit].btn-light.focus{box-shadow:0 12px 20px -16px #dfdfdf}.enable-shadow .btn-outline-light,.enable-shadow input[type=submit].btn-outline-light{box-shadow:0 12px 20px -16px rgba(235,235,235,.6)}.enable-shadow .btn-outline-light:hover,.enable-shadow input[type=submit].btn-outline-light:hover{box-shadow:0 14px 22px -14px rgba(240,240,240,.6)}.enable-shadow .btn-outline-light.disabled,.enable-shadow input[type=submit].btn-outline-light.disabled,.enable-shadow .btn-outline-light:disabled,.enable-shadow input[type=submit].btn-outline-light:disabled{box-shadow:none}.enable-shadow .btn-outline-light:active,.enable-shadow input[type=submit].btn-outline-light:active,.enable-shadow .btn-outline-light.active,.enable-shadow input[type=submit].btn-outline-light.active,.enable-shadow .btn-outline-light:focus,.enable-shadow input[type=submit].btn-outline-light:focus,.enable-shadow .btn-outline-light.focus,.enable-shadow input[type=submit].btn-outline-light.focus{box-shadow:0 12px 20px -16px #dfdfdf}.enable-shadow .btn-dark,.enable-shadow input[type=submit].btn-dark{box-shadow:0 12px 20px -16px rgba(0,0,0,.6)}.enable-shadow .btn-dark:hover,.enable-shadow input[type=submit].btn-dark:hover{box-shadow:0 14px 22px -14px rgba(0,0,0,.6)}.enable-shadow .btn-dark.disabled,.enable-shadow input[type=submit].btn-dark.disabled,.enable-shadow .btn-dark:disabled,.enable-shadow input[type=submit].btn-dark:disabled{box-shadow:none}.enable-shadow .btn-dark:active,.enable-shadow input[type=submit].btn-dark:active,.enable-shadow .btn-dark.active,.enable-shadow input[type=submit].btn-dark.active,.enable-shadow .btn-dark:focus,.enable-shadow input[type=submit].btn-dark:focus,.enable-shadow .btn-dark.focus,.enable-shadow input[type=submit].btn-dark.focus{box-shadow:0 12px 20px -16px #000}.enable-shadow .btn-outline-dark,.enable-shadow input[type=submit].btn-outline-dark{box-shadow:0 12px 20px -16px rgba(0,0,0,.6)}.enable-shadow .btn-outline-dark:hover,.enable-shadow input[type=submit].btn-outline-dark:hover{box-shadow:0 14px 22px -14px rgba(0,0,0,.6)}.enable-shadow .btn-outline-dark.disabled,.enable-shadow input[type=submit].btn-outline-dark.disabled,.enable-shadow .btn-outline-dark:disabled,.enable-shadow input[type=submit].btn-outline-dark:disabled{box-shadow:none}.enable-shadow .btn-outline-dark:active,.enable-shadow input[type=submit].btn-outline-dark:active,.enable-shadow .btn-outline-dark.active,.enable-shadow input[type=submit].btn-outline-dark.active,.enable-shadow .btn-outline-dark:focus,.enable-shadow input[type=submit].btn-outline-dark:focus,.enable-shadow .btn-outline-dark.focus,.enable-shadow input[type=submit].btn-outline-dark.focus{box-shadow:0 12px 20px -16px #000}.enable-shadow .btn-tertiary,.enable-shadow input[type=submit].btn-tertiary{box-shadow:0 12px 20px -16px rgba(70,7,65,.6)}.enable-shadow .btn-tertiary:hover,.enable-shadow input[type=submit].btn-tertiary:hover{box-shadow:0 14px 22px -14px rgba(79,8,74,.6)}.enable-shadow .btn-tertiary.disabled,.enable-shadow input[type=submit].btn-tertiary.disabled,.enable-shadow .btn-tertiary:disabled,.enable-shadow input[type=submit].btn-tertiary:disabled{box-shadow:none}.enable-shadow .btn-tertiary:active,.enable-shadow input[type=submit].btn-tertiary:active,.enable-shadow .btn-tertiary.active,.enable-shadow input[type=submit].btn-tertiary.active,.enable-shadow .btn-tertiary:focus,.enable-shadow input[type=submit].btn-tertiary:focus,.enable-shadow .btn-tertiary.focus,.enable-shadow input[type=submit].btn-tertiary.focus{box-shadow:0 12px 20px -16px #2f052c}.enable-shadow .btn-outline-tertiary,.enable-shadow input[type=submit].btn-outline-tertiary{box-shadow:0 12px 20px -16px rgba(70,7,65,.6)}.enable-shadow .btn-outline-tertiary:hover,.enable-shadow input[type=submit].btn-outline-tertiary:hover{box-shadow:0 14px 22px -14px rgba(79,8,74,.6)}.enable-shadow .btn-outline-tertiary.disabled,.enable-shadow input[type=submit].btn-outline-tertiary.disabled,.enable-shadow .btn-outline-tertiary:disabled,.enable-shadow input[type=submit].btn-outline-tertiary:disabled{box-shadow:none}.enable-shadow .btn-outline-tertiary:active,.enable-shadow input[type=submit].btn-outline-tertiary:active,.enable-shadow .btn-outline-tertiary.active,.enable-shadow input[type=submit].btn-outline-tertiary.active,.enable-shadow .btn-outline-tertiary:focus,.enable-shadow input[type=submit].btn-outline-tertiary:focus,.enable-shadow .btn-outline-tertiary.focus,.enable-shadow input[type=submit].btn-outline-tertiary.focus{box-shadow:0 12px 20px -16px #2f052c}.btn.btn-sm,input[type=submit].btn.btn-sm,.search-form .search-submit,#item-buttons .generic-button:not(.friendship-button) a,#members-list .generic-button:not(.friendship-button) a,body .bp-avatar-nav ul.avatar-nav-items li a,#avatar-crop-actions a.button,#pmpro_account-membership>.pmpro_actionlinks>a,.rtmedia-add-media-button,.rtmedia-comment-media-upload,.previous-pagination a,.next-pagination a,.wp_attachment_image .button,.A1B1 .button,.rtmedia-image-editor .imgedit-settings .imgedit-scale .button,.rtmedia-image-editor .imgedit-settings .button,.rtmedia-image-editor .imgedit-settings button:not(.dashicons-editor-help),.rtmedia-image-editor .imgedit-panel-content button,.rtmedia-image-editor .imgedit-panel-content button:disabled,.rtmedia-image-editor .imgedit-panel-content .button,.widget_bp_core_sitewide_messages .notice button{padding:.25rem 1rem;font-size:.875rem;line-height:1.6;border-radius:.4166666667rem}.btn-xs .icon{font-size:calc(1.6rem - .25rem * 2 - 2px);height:calc(1.6rem - .25rem * 2 - 2px)}.btn-square.btn-sm{padding:.25rem}.btn-gradient-primary{color:#fff;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#ff19a0,#ed4026);background-repeat:repeat-x}.btn-gradient-primary:not([disabled]):not(.disabled):hover,.btn-gradient-primary:not([disabled]):not(.disabled):focus,.btn-gradient-primary:not([disabled]):not(.disabled).focus,.btn-gradient-primary:not([disabled]):not(.disabled):active,.btn-gradient-primary:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#ff19a0,#ed4026);background-repeat:repeat-x;color:#fff}.btn-gradient-secondary{color:#191919;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#ccc,#7c7c7c);background-repeat:repeat-x}.btn-gradient-secondary:not([disabled]):not(.disabled):hover,.btn-gradient-secondary:not([disabled]):not(.disabled):focus,.btn-gradient-secondary:not([disabled]):not(.disabled).focus,.btn-gradient-secondary:not([disabled]):not(.disabled):active,.btn-gradient-secondary:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#ccc,#7c7c7c);background-repeat:repeat-x;color:#191919}.btn-gradient-tertiary{color:#fff;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#a764cd,#5d0957);background-repeat:repeat-x}.btn-gradient-tertiary:not([disabled]):not(.disabled):hover,.btn-gradient-tertiary:not([disabled]):not(.disabled):focus,.btn-gradient-tertiary:not([disabled]):not(.disabled).focus,.btn-gradient-tertiary:not([disabled]):not(.disabled):active,.btn-gradient-tertiary:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#a764cd,#5d0957);background-repeat:repeat-x;color:#fff}.btn-gradient-danger{color:#fff;border-color:transparent;border-width:0;background-image:linear-gradient(-135deg,#fc7425,#f00);background-repeat:repeat-x}.btn-gradient-danger:not([disabled]):not(.disabled):hover,.btn-gradient-danger:not([disabled]):not(.disabled):focus,.btn-gradient-danger:not([disabled]):not(.disabled).focus,.btn-gradient-danger:not([disabled]):not(.disabled):active,.btn-gradient-danger:not([disabled]):not(.disabled).active{background-image:linear-gradient(-160deg,#fc7425,#f00);background-repeat:repeat-x;color:#fff}.btn[class*=btn-gradient-]{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px)}.btn-sm[class*=btn-gradient-]{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px)}.dropdown-menu,.messages .ac_results,.rtm-options{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:15rem;padding:1rem 0;margin:0;font-size:1rem;color:#333;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border-radius:.5rem;transition:border-color .185s ease-in-out,box-shadow .225s ease-in-out}.dropdown-menu:hover,.messages .ac_results:hover,.rtm-options:hover,.dropdown-menu:hover .dropdown-divider,.messages .ac_results:hover .dropdown-divider,.rtm-options:hover .dropdown-divider{border-color:#dadada}.dropdown-menu:active,.messages .ac_results:active,.rtm-options:active,.dropdown-menu.active,.messages .ac_results.active,.rtm-options.active,.dropdown-menu:focus,.messages .ac_results:focus,.rtm-options:focus,.dropdown-menu.focus,.messages .ac_results.focus,.rtm-options.focus{border-color:rgba(237,64,38,.6)}.enable-shadow .dropdown-menu,.enable-shadow .messages .ac_results,.messages .enable-shadow .ac_results,.enable-shadow .rtm-options{box-shadow:0 12px 20px -16px rgba(225,225,225,.6)}.enable-shadow .dropdown-menu:hover,.enable-shadow .messages .ac_results:hover,.messages .enable-shadow .ac_results:hover,.enable-shadow .rtm-options:hover{box-shadow:0 14px 22px -14px rgba(230,230,230,.6)}.enable-shadow .dropdown-menu.disabled,.enable-shadow .messages .ac_results.disabled,.messages .enable-shadow .ac_results.disabled,.enable-shadow .rtm-options.disabled,.enable-shadow .dropdown-menu:disabled,.enable-shadow .messages .ac_results:disabled,.messages .enable-shadow .ac_results:disabled,.enable-shadow .rtm-options:disabled{box-shadow:none}.enable-shadow .dropdown-menu:active,.enable-shadow .messages .ac_results:active,.messages .enable-shadow .ac_results:active,.enable-shadow .rtm-options:active,.enable-shadow .dropdown-menu.active,.enable-shadow .messages .ac_results.active,.messages .enable-shadow .ac_results.active,.enable-shadow .rtm-options.active,.enable-shadow .dropdown-menu:focus,.enable-shadow .messages .ac_results:focus,.messages .enable-shadow .ac_results:focus,.enable-shadow .rtm-options:focus,.enable-shadow .dropdown-menu.focus,.enable-shadow .messages .ac_results.focus,.messages .enable-shadow .ac_results.focus,.enable-shadow .rtm-options.focus{box-shadow:0 12px 20px -16px #e6e6e6}.dropdown-menu a,.dropdown-item,.messages .ac_results ul li,.rtm-media-options .rtm-options a{display:block;width:100%;padding:.25rem 2rem;clear:both;font-weight:400;color:#4d4d4d;text-align:inherit;white-space:nowrap;background-color:initial;border:0;position:relative;transition:color .2s ease-out,font-weight .2s ease-out,opacity .25s ease-out}.dropdown-menu a:before,.dropdown-item:before,.messages .ac_results ul li:before,.rtm-media-options .rtm-options a:before{content:'';display:block;position:absolute;top:calc((1.6*1rem - 2px)/2 + .25rem);left:.5rem;width:0;height:2px;background:#dadada;transition:width .2s ease-in}.dropdown-menu a:focus,.dropdown-item:focus,.messages .ac_results ul li:focus,.rtm-media-options .rtm-options a:focus,.dropdown-menu a:hover,.dropdown-item:hover,.messages .ac_results ul li:hover,.rtm-media-options .rtm-options a:hover{color:gray;text-decoration:none}.dropdown-menu a:focus:before,.dropdown-item:focus:before,.messages .ac_results ul li:focus:before,.rtm-media-options .rtm-options a:focus:before,.dropdown-menu a:hover:before,.dropdown-item:hover:before,.messages .ac_results ul li:hover:before,.rtm-media-options .rtm-options a:hover:before{width:.75rem}.dropdown-menu a.active,.dropdown-item.active,.messages .ac_results ul li.active,.rtm-media-options .rtm-options a.active,.dropdown-menu a:active,.dropdown-item:active,.messages .ac_results ul li:active,.rtm-media-options .rtm-options a:active{color:#ed4026;text-decoration:none;font-weight:700}.dropdown-menu a.active:before,.dropdown-item.active:before,.messages .ac_results ul li.active:before,.rtm-media-options .rtm-options a.active:before,.dropdown-menu a:active:before,.dropdown-item:active:before,.messages .ac_results ul li:active:before,.rtm-media-options .rtm-options a:active:before{width:.75rem;background:#ed4026;box-shadow:0 1px 3px rgba(237,64,38,.4)}.dropdown-menu a.disabled,.dropdown-item.disabled,.messages .ac_results ul li.disabled,.rtm-media-options .rtm-options a.disabled,.dropdown-menu a:disabled,.dropdown-item:disabled,.messages .ac_results ul li:disabled,.rtm-media-options .rtm-options a:disabled{color:#9a9a9a}.input-group-text{border-radius:.5rem}.nav-link.active{color:#333}.navbar-brand img.seeko-logo{max-height:calc(60px - 2 * .5rem - 2 * .3rem)}.svq-breadcrumb li a{color:#333}.svq-breadcrumb li a:hover{color:#ed4026}.svq-breadcrumb li+li::before{content:"/"}.page-numbers,.page-links>*:not(.page-links-title){line-height:1.6;color:#333}.page-numbers:hover,.page-links>*:not(.page-links-title):hover{color:gray}.page-numbers .icon,.page-links>*:not(.page-links-title) .icon{height:1.6rem;line-height:1.6rem}.page-numbers.current,.page-numbers:focus,.page-links>span:not(.page-links-title),.page-links>span:not(.page-links-title):hover{color:#ed4026;border-color:rgba(237,64,38,.6)}.pagination-lg .page-numbers{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.6}.pagination-lg .icon{height:1.8rem;line-height:1.8rem}.pagination-sm .page-numbers{padding:.0625rem .5rem;font-size:.875rem;line-height:1.6}.pagination-sm .icon{height:1.4rem;line-height:1.4rem}.alert-primary{color:#7b2114;background-color:#fbd9d4;border-color:#facac2}.alert-primary hr{border-top-color:#f8b5ab}.alert-primary .alert-link{color:#4f150d}.alert-secondary{color:#404040;background-color:#e5e5e5;border-color:#dadada}.alert-secondary hr{border-top-color:#cecece}.alert-secondary .alert-link{color:#272727}.alert-success{color:#106a22;background-color:#d2f5d9;border-color:#c0f0ca}.alert-success hr{border-top-color:#acecb8}.alert-success .alert-link{color:#093d14}.alert-info{color:#086064;background-color:#cff1f3;border-color:#bcebee}.alert-info hr{border-top-color:#a8e5e8}.alert-info .alert-link{color:#043335}.alert-warning{color:#85600e;background-color:#fff1d1;border-color:#ffebbf}.alert-warning hr{border-top-color:#ffe4a5}.alert-warning .alert-link{color:#563f09}.alert-danger{color:#850000;background-color:#fcc;border-color:#ffb8b8}.alert-danger hr{border-top-color:#ff9e9e}.alert-danger .alert-link{color:#520000}.alert-light{color:#818181;background-color:#fefefe;border-color:#fdfdfd}.alert-light hr{border-top-color:#f0f0f0}.alert-light .alert-link{color:#676767}.alert-dark{color:#000;background-color:#ccc;border-color:#b8b8b8}.alert-dark hr{border-top-color:#ababab}.alert-dark .alert-link{color:#000}.alert-tertiary{color:#30052d;background-color:#dfcedd;border-color:#d2bad0}.alert-tertiary hr{border-top-color:#c8abc5}.alert-tertiary .alert-link{color:#020002}.media-vertical .media-body h6{display:block;display:-webkit-box;max-height:.96rem;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}.modal-dialog-centered{min-height:calc(100% - (.5rem * 2))}.modal-header{border-top-left-radius:.833333333rem;border-top-right-radius:.833333333rem}@media(min-width:576px){.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}}.terms-and-services,.terms-and-services a{color:#7c7c7c}.terms-and-services a:hover{color:#ed4026}.svq-booster-footer{font-size:.8rem}.svq-login-form .text-sm-right,.svq-login-form .form-check-label{font-size:.8rem}.tooltip-inner{border-radius:.4166666667rem}.popover{border-radius:.833333333rem}.popover .arrow{margin:0 .833333333rem}.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);margin:.833333333rem 0}.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);margin:.833333333rem 0}.popover-header{border-top-left-radius:calc(.833333333rem - 1px);border-top-right-radius:calc(.833333333rem - 1px)}.bg-primary{background-color:#ed4026!important}a.bg-primary:focus,button.bg-primary:focus,a.bg-primary:hover,button.bg-primary:hover{background-color:#cf2a11!important}.bg-secondary{background-color:#7c7c7c!important}a.bg-secondary:focus,button.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:hover{background-color:#636363!important}.bg-success{background-color:#1fcb41!important}a.bg-success:focus,button.bg-success:focus,a.bg-success:hover,button.bg-success:hover{background-color:#189f33!important}.bg-info{background-color:#10b8c1!important}a.bg-info:focus,button.bg-info:focus,a.bg-info:hover,button.bg-info:hover{background-color:#0c8b92!important}.bg-warning{background-color:#ffb91a!important}a.bg-warning:focus,button.bg-warning:focus,a.bg-warning:hover,button.bg-warning:hover{background-color:#e6a000!important}.bg-danger{background-color:red!important}a.bg-danger:focus,button.bg-danger:focus,a.bg-danger:hover,button.bg-danger:hover{background-color:#c00!important}.bg-light{background-color:#f8f8f8!important}a.bg-light:focus,button.bg-light:focus,a.bg-light:hover,button.bg-light:hover{background-color:#dfdfdf!important}.bg-dark{background-color:#000!important}a.bg-dark:focus,button.bg-dark:focus,a.bg-dark:hover,button.bg-dark:hover{background-color:#000!important}.bg-tertiary{background-color:#5d0957!important}a.bg-tertiary:focus,button.bg-tertiary:focus,a.bg-tertiary:hover,button.bg-tertiary:hover{background-color:#2f052c!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:initial!important}.gray-100{background-color:#eee!important}a.gray-100:focus,button.gray-100:focus,a.gray-100:hover,button.gray-100:hover{background-color:#d5d5d5!important}.gray-200{background-color:#ccc!important}a.gray-200:focus,button.gray-200:focus,a.gray-200:hover,button.gray-200:hover{background-color:#b3b3b3!important}.gray-300{background-color:#b2b2b2!important}a.gray-300:focus,button.gray-300:focus,a.gray-300:hover,button.gray-300:hover{background-color:#999!important}.gray-400{background-color:#9a9a9a!important}a.gray-400:focus,button.gray-400:focus,a.gray-400:hover,button.gray-400:hover{background-color:#818181!important}.gray-500{background-color:#7f7f7f!important}a.gray-500:focus,button.gray-500:focus,a.gray-500:hover,button.gray-500:hover{background-color:#666!important}.gray-600{background-color:#666!important}a.gray-600:focus,button.gray-600:focus,a.gray-600:hover,button.gray-600:hover{background-color:#4d4d4d!important}.gray-700{background-color:#4c4c4c!important}a.gray-700:focus,button.gray-700:focus,a.gray-700:hover,button.gray-700:hover{background-color:#333!important}.gray-800{background-color:#333!important}a.gray-800:focus,button.gray-800:focus,a.gray-800:hover,button.gray-800:hover{background-color:#1a1a1a!important}.gray-900{background-color:#191919!important}a.gray-900:focus,button.gray-900:focus,a.gray-900:hover,button.gray-900:hover{background-color:#000!important}.gray-150{background-color:#dadada!important}a.gray-150:focus,button.gray-150:focus,a.gray-150:hover,button.gray-150:hover{background-color:#c1c1c1!important}@media(min-width:1150px){.sidebar-right{-ms-grid-columns:calc(100% - 310px)310px;grid-template-columns:calc(100% - 310px)310px}.sidebar-left,.sidebar-single{-ms-grid-columns:310px calc(100% - 310px);grid-template-columns:310px calc(100% - 310px)}}@media(min-width:1440px){.sidebar-right{-ms-grid-columns:calc(100% - 330px)330px;grid-template-columns:calc(100% - 330px)330px}.sidebar-left,.sidebar-single{-ms-grid-columns:330px calc(100% - 330px);grid-template-columns:330px calc(100% - 330px)}}.icon-google-color:before{width:1.6rem;height:1.6rem}.enable-shadow input:not([type]):active,.enable-shadow input[type=date]:active,.enable-shadow input[type=datetime-local]:active,.enable-shadow input[type=email]:active,.enable-shadow input[type=number]:active,.enable-shadow input[type=password]:active,.enable-shadow input[type=search]:active,.enable-shadow input[type=tel]:active,.enable-shadow input[type=time]:active,.enable-shadow input[type=text]:active,.enable-shadow input[type=url]:active,.enable-shadow textarea:active,.enable-shadow select:active,.enable-shadow .form-control:active,.enable-shadow input:not([type]).active,.enable-shadow input[type=date].active,.enable-shadow input[type=datetime-local].active,.enable-shadow input[type=email].active,.enable-shadow input[type=number].active,.enable-shadow input[type=password].active,.enable-shadow input[type=search].active,.enable-shadow input[type=tel].active,.enable-shadow input[type=time].active,.enable-shadow input[type=text].active,.enable-shadow input[type=url].active,.enable-shadow textarea.active,.enable-shadow select.active,.enable-shadow .form-control.active,.enable-shadow input:not([type]):focus,.enable-shadow input[type=date]:focus,.enable-shadow input[type=datetime-local]:focus,.enable-shadow input[type=email]:focus,.enable-shadow input[type=number]:focus,.enable-shadow input[type=password]:focus,.enable-shadow input[type=search]:focus,.enable-shadow input[type=tel]:focus,.enable-shadow input[type=time]:focus,.enable-shadow input[type=text]:focus,.enable-shadow input[type=url]:focus,.enable-shadow textarea:focus,.enable-shadow select:focus,.enable-shadow .form-control:focus,.enable-shadow input:not([type]).focus,.enable-shadow input[type=date].focus,.enable-shadow input[type=datetime-local].focus,.enable-shadow input[type=email].focus,.enable-shadow input[type=number].focus,.enable-shadow input[type=password].focus,.enable-shadow input[type=search].focus,.enable-shadow input[type=tel].focus,.enable-shadow input[type=time].focus,.enable-shadow input[type=text].focus,.enable-shadow input[type=url].focus,.enable-shadow textarea.focus,.enable-shadow select.focus,.enable-shadow .form-control.focus{box-shadow:0 12px 20px -16px #e6e6e6}.enable-shadow input[type=checkbox]:checked+label:before,.enable-shadow input[type=radio]:checked+label:before,.enable-shadow input[type=checkbox]:checked+.check-icon:before,.enable-shadow input[type=radio]:checked+.check-icon:before{box-shadow:0 6px 7px -1px rgba(237,64,38,.1)}.enable-shadow .enable-accent input[type=checkbox]:checked+label:before,.enable-shadow.enable-accent input[type=checkbox]:checked+label:before,.enable-accent .enable-shadow input[type=checkbox]:checked+label:before,.enable-shadow .enable-accent input[type=radio]:checked+label:before,.enable-shadow.enable-accent input[type=radio]:checked+label:before,.enable-accent .enable-shadow input[type=radio]:checked+label:before{box-shadow:0 6px 7px -1px rgba(84,8,78,.1)}.enable-shadow .was-validated .form-control:not([disabled]):not([readonly]):valid,.enable-shadow .form-control:not([disabled]):not([readonly]).is-valid,.enable-shadow .was-validated .custom-select:valid,.enable-shadow .custom-select.is-valid{box-shadow:0 12px 20px -16px rgba(24,159,51,.2)}.enable-shadow .was-validated .form-control:not([disabled]):not([readonly]):invalid,.enable-shadow .form-control:not([disabled]):not([readonly]).is-invalid,.enable-shadow .was-validated .custom-select:invalid,.enable-shadow .custom-select.is-invalid{box-shadow:0 12px 20px -16px rgba(204,0,0,.2)}.enable-shadow .enable-dark .accordion-card.show,.enable-shadow.enable-dark .accordion-card.show,.enable-dark .enable-shadow .accordion-card.show{box-shadow:0 12px 20px -16px rgba(71,16,67,.6)}.enable-shadow .enable-dark .accordion-card.show:hover,.enable-shadow.enable-dark .accordion-card.show:hover,.enable-dark .enable-shadow .accordion-card.show:hover{box-shadow:0 14px 22px -14px rgba(66,6,61,.6)}.enable-shadow .enable-dark .accordion-card.show.disabled,.enable-shadow.enable-dark .accordion-card.show.disabled,.enable-dark .enable-shadow .accordion-card.show.disabled,.enable-shadow .enable-dark .accordion-card.show:disabled,.enable-shadow.enable-dark .accordion-card.show:disabled,.enable-dark .enable-shadow .accordion-card.show:disabled{box-shadow:none}.enable-shadow .enable-dark .accordion-card.show:active,.enable-shadow.enable-dark .accordion-card.show:active,.enable-dark .enable-shadow .accordion-card.show:active,.enable-shadow .enable-dark .accordion-card.show.active,.enable-shadow.enable-dark .accordion-card.show.active,.enable-dark .enable-shadow .accordion-card.show.active,.enable-shadow .enable-dark .accordion-card.show:focus,.enable-shadow.enable-dark .accordion-card.show:focus,.enable-dark .enable-shadow .accordion-card.show:focus,.enable-shadow .enable-dark .accordion-card.show.focus,.enable-shadow.enable-dark .accordion-card.show.focus,.enable-dark .enable-shadow .accordion-card.show.focus{box-shadow:0 12px 20px -16px #21031f}.enable-shadow .page-numbers.current,.enable-shadow .page-numbers:focus,.enable-shadow .page-links>span:not(.page-links-title),.enable-shadow .page-links>span:not(.page-links-title):hover,.enable-shadow .widget_calendar #today{box-shadow:0 6px 7px -1px rgba(237,64,38,.1)}.enable-shadow #whats-new-content.active:active,.enable-shadow #whats-new-content.active.active,.enable-shadow #whats-new-content.active:focus,.enable-shadow #whats-new-content.active.focus{box-shadow:0 12px 20px -16px #e6e6e6}.enable-shadow .pricing-basic{box-shadow:0 12px 20px -16px rgba(230,0,0,.6)}.enable-shadow .pricing-basic:hover{box-shadow:0 14px 22px -14px rgba(240,0,0,.6)}.enable-shadow .pricing-basic.disabled,.enable-shadow .pricing-basic:disabled{box-shadow:none}.enable-shadow .pricing-intermediate{box-shadow:0 12px 20px -16px rgba(230,47,19,.6)}.enable-shadow .pricing-intermediate:hover{box-shadow:0 14px 22px -14px rgba(236,52,24,.6)}.enable-shadow .pricing-intermediate.disabled,.enable-shadow .pricing-intermediate:disabled{box-shadow:none}.enable-shadow .pricing-pro{box-shadow:0 12px 20px -16px rgba(70,7,65,.6)}.enable-shadow .pricing-pro:hover{box-shadow:0 14px 22px -14px rgba(79,8,74,.6)}.enable-shadow .pricing-pro.disabled,.enable-shadow .pricing-pro:disabled{box-shadow:none}.enable-shadow .filter-search-module input#members_search:active,.enable-shadow .filter-search-module input[data-toggle=modal]:active,.enable-shadow .filter-search-module input#members_search.active,.enable-shadow .filter-search-module input[data-toggle=modal].active,.enable-shadow .filter-search-module input#members_search:focus,.enable-shadow .filter-search-module input[data-toggle=modal]:focus,.enable-shadow .filter-search-module input#members_search.focus,.enable-shadow .filter-search-module input[data-toggle=modal].focus{box-shadow:0 12px 20px -16px #8c0e83}.enable-shadow .filter-search-module.filter-search-shortcode input[data-toggle=modal]{box-shadow:0 12px 20px -16px rgba(209,20,196,.6)}.enable-shadow .filter-search-module.filter-search-shortcode input[data-toggle=modal]:hover{box-shadow:0 14px 22px -14px rgba(219,21,204,.6)}.enable-shadow .filter-search-module.filter-search-shortcode input[data-toggle=modal].disabled,.enable-shadow .filter-search-module.filter-search-shortcode input[data-toggle=modal]:disabled{box-shadow:none}.accordion-card{border-radius:.5rem}.accordion-header a[data-toggle=collapse]:after,.accordion-header .accordion-head:after{top:calc((1.6*1rem - 1rem)/2 + .5rem)}.accordion-card.show .accordion-header a[data-toggle=collapse]:before,.accordion-card.show .accordion-header .accordion-head:before{top:calc((1.6*1.125rem - 2px)/2 + .5rem)}.accordion-header a[data-toggle=collapse],.accordion-header .accordion-head{color:rgba(51,51,51,.85)}.accordion-header a[data-toggle=collapse]:hover,.accordion-header .accordion-head:hover{color:#333}.accordion-header a[data-toggle=collapse]:before,.accordion-header .accordion-head:before{background:#7f7f7f}.accordion-header a[data-toggle=collapse]:after,.accordion-header .accordion-head:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 32 32'><polygon fill='%23b2b2b2' fill-rule='evenodd' points='16.5 9 28 20.2 25.125 23 16.5 14.6 7.875 23 5 20.2' transform='matrix(1 0 0 -1 0 32)'/></svg>")}.accordion-card.show{background-color:#fff;border-color:#e0e0e0}.accordion-card.show:hover{border-color:#dadada}.accordion-card.show .accordion-header a[data-toggle=collapse]{color:#333}.accordion-card.show .accordion-header a[data-toggle=collapse]:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 32 32'><polygon fill='%23b2b2b2' fill-rule='evenodd' points='16.5 9 28 20.2 25.125 23 16.5 14.6 7.875 23 5 20.2'/></svg>")}.accordion-remove-trigger:before,.accordion-remove-trigger:after{background:#7f7f7f}.enable-dark .accordion-header a[data-toggle=collapse],.enable-dark .accordion-header .accordion-head{color:rgba(255,255,255,.85)}.enable-dark .accordion-header a[data-toggle=collapse]:hover,.enable-dark .accordion-header .accordion-head:hover{color:#fff}.enable-dark .accordion-header a[data-toggle=collapse]:before,.enable-dark .accordion-header .accordion-head:before{background:#fff}.enable-dark .accordion-header a[data-toggle=collapse]:after,.enable-dark .accordion-header .accordion-head:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 32 32'><polygon fill='%23fff' fill-rule='evenodd' points='16.5 9 28 20.2 25.125 23 16.5 14.6 7.875 23 5 20.2' transform='matrix(1 0 0 -1 0 32)'/></svg>")}.enable-dark .accordion-card.show{background-color:#54084e;border-color:rgba(255,255,255,.2)}.enable-dark .accordion-card.show:hover{border-color:rgba(255,255,255,.3)}.enable-dark .accordion-card.show .accordion-header a[data-toggle=collapse]{color:#fff}.enable-dark .accordion-card.show .accordion-header a[data-toggle=collapse]:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 32 32'><polygon fill='%23fff' fill-rule='evenodd' points='16.5 9 28 20.2 25.125 23 16.5 14.6 7.875 23 5 20.2'/></svg>")}.enable-dark .accordion-remove-trigger:before,.enable-dark .accordion-remove-trigger:after{background:#fff}.accordion-card.is-valid .accordion-remove-trigger:hover:before,.accordion-card.is-valid .accordion-remove-trigger:hover:after{background-color:#ed4026}.enable-accent .accordion-card.is-valid .accordion-remove-trigger:hover:before,.enable-accent .accordion-card.is-valid .accordion-remove-trigger:hover:after{background-color:#5d0957}.remove-existing-filters,.accordion-remove-trigger{height:2.8rem}.accordion-card.accordion-validation.show .accordion-header .accordion-remove-trigger:before,.accordion-card.accordion-validation.show .accordion-header .accordion-remove-trigger:after{top:calc((1.6*1.125rem - 2px)/2 + .5rem)}.img-dynamic{background:#fff}.img-round .img-card{border-radius:.5rem}.avatar,.avatar .img-card{border-radius:.5rem}.avatar-square-xs{width:1.5rem}.avatar-square-xs,.avatar-square-xs .img-card{border-radius:.4rem}.avatar-square-xs.avatar-status .img-card:after{width:.25rem;height:.25rem;bottom:.25rem;right:.25rem}.avatar-square-sm{width:2rem}.avatar-square-sm,.avatar-square-sm .img-card{border-radius:.4166666667rem}.avatar-square-sm.avatar-status .img-card:after{width:.25rem;height:.25rem;bottom:.25rem;right:.25rem}.avatar-square{width:3rem}.avatar-square,.avatar-square .img-card{border-radius:.5rem}.avatar-square.avatar-status .img-card:after{width:.375rem;height:.375rem;bottom:.375rem;right:.375rem}.avatar-square-lg{width:4rem}.avatar-square-lg,.avatar-square-lg .img-card{border-radius:.5rem}.avatar-square-lg.avatar-status .img-card:after{width:.375rem;height:.375rem;bottom:.375rem;right:.375rem}.enable-dark{background:#54084e}.enable-dark h1,.enable-dark h2,.enable-dark h3,.enable-dark h4,.enable-dark h5,.enable-dark h6,.enable-dark .h1,.enable-dark .h2,.enable-dark .h3,.enable-dark .h4,.enable-dark .h5,.enable-dark .h6,.enable-dark p,.enable-dark a,.enable-dark label,.enable-dark small{color:#fff}.enable-dark hr{border-color:rgba(255,255,255,.1)}.enable-dark select:not([size]):not([multiple]),.enable-dark select.form-control:not([size]):not([multiple]){background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpath fill=%22%23fff%22 fill-rule=%22evenodd%22 d=%22M3.42547774 11.0929521C3.33143351 11.0929521 3.23696374 11.0637059 3.15823893 11.0027764 2.97525694 10.8614199 2.94674579 10.6059221 3.09483354 10.4316637L7.56299841 5.15110521C7.64257429 5.05686755 7.7621509 5.00162479 7.88896167 5 8.00385734 5.00974872 8.13662567 5.0511808 8.21832925 5.14379367L12.8992639 10.4243521C13.0511815 10.595361 13.0286279 10.8516712 12.8494758 10.9966834 12.6698981 11.1408833 12.4013826 11.1205735 12.2498906 10.9487522L7.90172786 6.04351959 3.75654748 10.9418469C3.6727162 11.0413651 3.54930974 11.0929521 3.42547774 11.0929521z%22 transform=%22matrix(1 0 0 -1 0 16.093)%22/%3E%3C/svg%3E")}.trigger-wrapper.is-trigger.active .trigger-trace{background-color:#5d0957}.filter-search.enable-dark{background:#5d0957}.filter-search.enable-dark .close-filters:before,.filter-search.enable-dark .close-filters:after{background:rgba(255,255,255,.8)}@media(min-width:576px){.filter-search.enable-dark .filters-col-inner{background:#54084e}}.filter-search{background:#fff}.filter-search .close-filters:before,.filter-search .close-filters:after{background:rgba(51,51,51,.8)}.filter-search .close-filters span{color:rgba(51,51,51,.8)}.filter-search .accordion-card.is-valid .accordion-remove-trigger:before,.filter-search .accordion-card.is-valid .accordion-remove-trigger:after{background:#5d0957}.filter-search a[data-toggle=collapse]{display:block;display:-webkit-box;max-height:1.6rem;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word;max-height:2.475rem}.filter-search a[data-toggle=collapse] .chosen{color:#5d0957}.filter-search.enable-dark a[data-toggle=collapse] .chosen,.filter-search.enable-dark .tab-header .tab-applied-nr{color:rgba(255,255,255,.5)}.filter-search.enable-dark a[data-toggle=collapse] .chosen:hover,.filter-search.enable-dark .tab-header .tab-applied-nr:hover{color:#fff}.filter-search.enable-dark .accordion-card.is-valid .accordion-remove-trigger:before,.filter-search.enable-dark .accordion-card.is-valid .accordion-remove-trigger:after{background-color:rgba(255,255,255,.5)}.filter-search.enable-dark input[type=checkbox]:checked+label,.filter-search.enable-dark input[type=radio]:checked+label,.filter-search.enable-dark input[type=checkbox]:checked+.check-icon,.filter-search.enable-dark input[type=radio]:checked+.check-icon{color:rgba(255,255,255,.5)}.filter-search.enable-dark.enable-accent input[type=radio]+label:after,.filter-search.enable-dark.enable-accent input[type=radio]+.check-icon:after{background-color:rgba(255,255,255,.5)}.filter-search.enable-dark.enable-accent input[type=checkbox]:checked+label:before,.filter-search.enable-dark.enable-accent input[type=radio]:checked+label:before,.filter-search.enable-dark.enable-accent input[type=checkbox]:checked+.check-icon:before,.filter-search.enable-dark.enable-accent input[type=radio]:checked+.check-icon:before{border-color:rgba(255,255,255,.5)}.filter-search.enable-dark.enable-accent input[type=checkbox]+label:after,.filter-search.enable-dark.enable-accent input[type=checkbox]+.check-icon:after{color:#fff}.filter-search.enable-accent:not(.enable-dark) input[type=checkbox]:checked+label,.filter-search.enable-accent:not(.enable-dark) input[type=radio]:checked+label,.filter-search.enable-accent:not(.enable-dark) input[type=checkbox]:checked+.check-icon,.filter-search.enable-accent:not(.enable-dark) input[type=radio]:checked+.check-icon{color:#5d0957}.filters-footer-categ ul a{color:#ed4026}.scroll-container-h{height:1.6rem}.enable-dark .scroll-container-h:after{background-image:-webkit-linear-gradient(left,rgba(84,8,78,0) 0%,#5d0957 100%);background-image:-o-linear-gradient(left,rgba(84,8,78,0) 0%,#5d0957 100%);background-image:linear-gradient(to right,rgba(84,8,78,0) 0%,#5d0957 100%)}.enable-dark .scroll-container:before{background-image:-webkit-linear-gradient(bottom,rgba(84,8,78,0) 0%,#54084e 100%);background-image:-o-linear-gradient(bottom,rgba(84,8,78,0) 0%,#54084e 100%);background-image:linear-gradient(to top,rgba(84,8,78,0) 0%,#54084e 100%)}.enable-dark .scroll-container:after{background-image:-webkit-linear-gradient(89deg,rgba(84,8,78,0) 0%,#54084e 100%);background-image:-o-linear-gradient(89deg,rgba(84,8,78,0) 0%,#54084e 100%);background-image:linear-gradient(179deg,rgba(84,8,78,0) 0%,#54084e 100%)}.scroll-container:before{background-image:-webkit-linear-gradient(bottom,rgba(255,255,255,0) 0%,#fff 100%);background-image:-o-linear-gradient(bottom,rgba(255,255,255,0) 0%,#fff 100%);background-image:linear-gradient(to top,rgba(255,255,255,0) 0%,#fff 100%)}.scroll-container:after{background-image:-webkit-linear-gradient(89deg,rgba(255,255,255,0) 0%,#fff 100%);background-image:-o-linear-gradient(89deg,rgba(255,255,255,0) 0%,#fff 100%);background-image:linear-gradient(179deg,rgba(255,255,255,0) 0%,#fff 100%)}input[type=text].filter-search-input{max-height:calc(2rem * 1.6 + 2 * .5rem + 1px)}.filters-nav .btn-filters.active{background-color:#5d0957}.filters-nav .btn-filters,.filter-search-module .nav li a{border-radius:.4166666667rem}.enable-dark .btn-filters{color:#fff;background-color:#611c5c}.enable-dark .btn-filters:hover{background-color:#5c1457}.tab-header a{color:#333}.tab-header .tab-trigger{height:1.4rem}.tab-header .tab-applied-nr{color:#5d0957}.enable-dark .tab-header>a{color:#fff}@media(max-width:767.9px){.filter-search.selected-filters-xs .sks-single-context .suggestions-col{top:calc(3rem + 2rem * 1.6 + (.5rem * 2) + .125rem + .875rem * 1.6 + 2.5rem)}}@media(max-width:767.9px){.search-col{background:#fff}.filter-search.enable-dark .search-col{background:#54084e}.tab-applied-nr:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' viewBox='0 0 32 32'><polygon fill='%235d0957' fill-rule='evenodd' points='16.5 9 28 20.2 25.125 23 16.5 14.6 7.875 23 5 20.2' transform='matrix(1 0 0 -1 0 32)'/></svg>")}.suggestions-col{top:calc(3rem + 2rem * 1.6 + (.5rem * 2) + 2px + .875rem * 1.6 + 1rem + 3rem)}.selected-filters-xs .suggestions-col{top:calc(3rem + 2rem * 1.6 + (.5rem * 2) + 2px + .875rem * 1.6 + 1rem + 3rem + .875rem *1.6)}.enable-dark .filters-nav:after{background-image:-webkit-linear-gradient(left,rgba(84,8,78,0) 0%,#54084e 100%);background-image:-o-linear-gradient(left,rgba(84,8,78,0) 0%,#54084e 100%);background-image:linear-gradient(to right,rgba(84,8,78,0) 0%,#54084e 100%)}.filters-nav{height:calc(.875rem * 1.6 + 1rem - 1px)}.filters-nav:after{background-image:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#fff 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,0) 0%,#fff 100%);background-image:linear-gradient(to right,rgba(255,255,255,0) 0%,#fff 100%)}}@media(min-width:768px){.enable-dark .suggestions-col .scroll-container:before{background-image:-webkit-linear-gradient(bottom,rgba(93,9,87,0) 0%,#5d0957 100%);background-image:-o-linear-gradient(bottom,rgba(93,9,87,0) 0%,#5d0957 100%);background-image:linear-gradient(to top,rgba(93,9,87,0) 0%,#5d0957 100%)}.enable-dark .suggestions-col .scroll-container:after{background-image:-webkit-linear-gradient(89deg,rgba(93,9,87,0) 0%,#5d0957 100%);background-image:-o-linear-gradient(89deg,rgba(93,9,87,0) 0%,#5d0957 100%);background-image:linear-gradient(179deg,rgba(93,9,87,0) 0%,#5d0957 100%)}}@media(min-width:1440px){.filter-search.enable-dark .filters-col{background:#54084e}}.filter-search .accordion-card .accordion-remove-trigger{width:calc(20px + .5rem)}@media(min-width:768px){.filter-search-side .filters-col:before{background:#54084e}}.sko-bp-side-trigger{border-radius:.833333333rem;background-color:#5d0957;color:#fff}.sko-bp-side-trigger .icon{font-size:1.6rem}.sko-bp-side-trigger:hover{background-color:#2f052c;color:#fff}.filter-tag{background:rgba(93,9,87,.1);border-radius:.833333333rem}.filter-tag>span{color:#333;line-height:1.2;display:block;display:-webkit-box;max-height:1.05rem;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}.filter-tag>span>span{color:#5d0957}.filter-tag .remove-existing-filters{height:1.05rem}.filter-tag .remove-existing-filters:before,.filter-tag .remove-existing-filters:after{background:#333}.filter-tag .remove-existing-filters:hover:before,.filter-tag .remove-existing-filters:hover:after{background:#5d0957}.filter-tag:hover{background:rgba(93,9,87,.2)}.label-remove-filters .filter-tag>span{color:#5d0957}.label-remove-filters .filter-tag .remove-existing-filters:before,.label-remove-filters .filter-tag .remove-existing-filters:after{background:#5d0957}.label-remove-filters .filter-tag:hover{background:rgba(255,0,0,.1)}.label-remove-filters .filter-tag:hover>span{color:red}.label-remove-filters .filter-tag:hover .remove-existing-filters:before,.label-remove-filters .filter-tag:hover .remove-existing-filters:after{background:red}.sko-bp-side-trigger,.filter-search-module .is-valid .filter-tag{height:1.675rem}.filter-search-module.filter-search-shortcode input[data-toggle=modal]{padding-left:3.6rem}.filter-search-module.filter-search-shortcode input[data-toggle=modal]:focus,.filter-search-module.filter-search-shortcode input[data-toggle=modal]:hover:focus{border-color:rgba(93,9,87,.6);outline:0}.filter-search-module.filter-search-shortcode input[data-toggle=modal]::-moz-placeholder{color:#333}.filter-search-module.filter-search-shortcode input[data-toggle=modal]:-ms-input-placeholder{color:#333}.filter-search-module.filter-search-shortcode input[data-toggle=modal]::-webkit-input-placeholder{color:#333}.filter-search-module.filter-search-shortcode>i.icon,.filter-search-module.filter-search-shortcode .trigger-wrapper>i.icon{top:calc((1.125rem * 1.6 + 2*.75rem + .125rem - 1.6rem)/2);color:#5d0957}.filter-search-module.filter-search-shortcode .nav li a{background-color:#fff}.filter-search-module.filter-search-shortcode .nav li a:hover{color:#5d0957}.filter-search-module.filter-search-shortcode.filter-search-home input[data-toggle=modal]{border-radius:1.65rem;border-color:rgba(93,9,87,.3)}.filter-search-module.filter-search-shortcode.filter-search-home input[data-toggle=modal]:hover{border-color:rgba(93,9,87,.5)}.filter-search-module.filter-search-shortcode.filter-search-home input[data-toggle=modal]:focus{border-color:rgba(93,9,87,.7)}.filter-search-collapsed .filter-search-row:not(:last-child):not(:nth-last-child(2)){border-bottom:1px solid #eee}.filter-search-collapsed .filter-search-row>.form-row .icon{color:#7c7c7c}.filter-search-collapsed .filter-search-row select,.filter-search-collapsed .filter-search-row input[type=text],.filter-search-collapsed .filter-search-row input[type=number]{background-color:#f8f8f8;border-color:#f8f8f8}.filter-search-collapsed .filter-search-row select:focus,.filter-search-collapsed .filter-search-row input[type=text]:focus,.filter-search-collapsed .filter-search-row input[type=number]:focus,.filter-search-collapsed .filter-search-row select:hover:focus,.filter-search-collapsed .filter-search-row input[type=text]:hover:focus,.filter-search-collapsed .filter-search-row input[type=number]:hover:focus{border-color:rgba(93,9,87,.6);outline:0}.filter-search-collapsed .filter-search-row input[type=checkbox]:checked+label,.filter-search-collapsed .filter-search-row input[type=radio]:checked+label{color:#5d0957}@media(max-width:767.9px){.admin-bar .modal .suggestions-col,.admin-bar .filter-search .suggestions-col{top:calc(3rem + 2rem * 1.6 + (.5rem * 2) + .125rem + .875rem * 1.6 + 1rem + 3rem + 2.875rem)}.admin-bar .filter-search.selected-filters-xs .sks-single-context .suggestions-col{top:calc(3rem + 2rem * 1.6 + (.5rem * 2) + .125rem + .875rem * 1.6 + 2.5rem + 2.875rem)}}@media(min-width:768px) and (max-width:782px){.admin-bar .filter-search .close-filters{top:calc(1rem + 2.875rem)}}@media(min-width:782px){.admin-bar .filter-search .close-filters{top:calc(1rem + 32px)}}.svq-sh-carousel .btn-xs{color:#7c7c7c}.svq-sh-carousel .btn-xs:hover,.svq-sh-carousel .btn-xs:focus{background:#f8f8f8;color:#333}.svq-sh-carousel .svq-slick-filter:hover .icon,.svq-sh-carousel .svq-slick-filter.active .icon{color:#ed4026}.svq-sh-carousel .svq-slick-filter.btn.active{background:#f8f8f8}.svq-sh-carousel .media .media-body>small{display:block;display:-webkit-box;max-height:1.28rem;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word;height:1.28rem}.svq-slick-inner-arrows .slick-arrow{background:rgba(248,248,248,.15)}.svq-slick-inner-arrows .slick-arrow:hover,.svq-slick-inner-arrows .slick-arrow:focus{background:rgba(248,248,248,.25)}.svq-slick-inner-arrows .slick-prev{right:calc(1.6rem - .25rem * 2 - 2px + .75rem * 2 + 1.5rem)}.svq-slick-inner-arrows .slick-next:after{height:1.6rem}.post-card .img-card-hover{border-radius:.833333333rem}.post-card,.post-card .post-thumbnail .img-card{border-radius:.833333333rem}.post-card .entry-title a{color:#000;display:block;display:-webkit-box;max-height:4.3125rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}@media(min-width:1150px){.post-card .entry-title a{display:block;display:-webkit-box;max-height:4.59885rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}}.post-card .meta-author .author-name{color:#333}.post-card .post-btn{background:#f8f8f8;color:#7c7c7c}.post-card .post-btn:hover{color:#333}.post-card .post-btn:hover .icon{color:#ed4026}body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky,.svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky{background:#ed4026;background-image:linear-gradient(226deg,#cf2a11 0%,#f37e6d 100%);color:#fff}body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky .entry-title a,.svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky .entry-title a,body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky .author-name,.svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky .author-name,body:not(.single) .post-card.format-standard:not(.has-post-thumbnail).sticky .entry-date,.svq-slick .post-card.format-standard:not(.has-post-thumbnail).sticky .entry-date{color:#fff}.post-card.entire-post-card.image-post-card .btn-tag:hover,.post-card.entire-post-card.video-post-card .btn-tag:hover,.post-card.entire-post-card.gallery-post-card .btn-tag:hover{background:#ed4026}.post-card.entire-post-card.image-post-card .btn-tag,.post-card.entire-post-card.video-post-card .btn-tag,.post-card.entire-post-card.gallery-post-card .btn-tag{background:rgba(237,64,38,.7)}.post-card.video-post-card .entry-middle:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 36 36%22%3E%3Cpath fill=%22%23fff%22 d=%22M18 34.875c9.3198052.0 16.875-7.5551948 16.875-16.875C34.875 8.68019484 27.3198052 1.125 18 1.125 8.68019484 1.125 1.125 8.68019484 1.125 18c0 9.3198052 7.55519484 16.875 16.875 16.875zM18 36C8.0588745 36 0 27.9411255.0 18 0 8.0588745 8.0588745.0 18 0S36 8.0588745 36 18 27.9411255 36 18 36zm6.2732531-16.7080551C24.4909715 19.1830857 24.6675093 19.0065479 24.7763684 18.7888296 25.0542313 18.2331038 24.8289789 17.5573466 24.2732531 17.2794837L15.342401 12.8140576C15.1861886 12.7359515 15.0139365 12.6952882 14.8392857 12.6952882c-.621320299999999.0-1.125.503679699999999-1.125 1.125v8.9308521C13.7142857 22.9257911 13.754949 23.0980432 13.8330551 23.2542556 14.110918 23.8099814 14.7866752 24.0352338 15.342401 23.7573709l8.9308521-4.465426z%22/%3E%3C/svg%3E")}.post-card.entire-post-card.quote-post-card .post-btn,.post-card.entire-post-card.quote-post-card .meta-tags>a{background:rgba(248,248,248,.15)}.post-card.entire-post-card.quote-post-card .entry-all{border-radius:.833333333rem}.post-card.entire-post-card.quote-post-card blockquote{display:block;display:-webkit-box;max-height:10.0625rem;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}.post-card.entire-post-card.quote-post-card blockquote cite{height:1.5rem;line-height:1.5rem}@media(min-width:1150px){.post-card.entire-post-card.quote-post-card blockquote{display:block;display:-webkit-box;max-height:10.73065rem;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}}.post-card.entire-post-card.quote-post-card blockquote,.quote-highlight blockquote,.post-card.entire-post-card.quote-post-card blockquote>*,.quote-highlight blockquote>*,.post-card.entire-post-card.quote-post-card cite,.quote-highlight cite,.post-card.entire-post-card.quote-post-card cite>*,.quote-highlight cite>*,.post-card.entire-post-card.quote-post-card .author-name,.quote-highlight .author-name,.post-card.entire-post-card.quote-post-card .entry-date,.quote-highlight .entry-date{color:#fff}.gallery-post-card .svq-slick-inner-arrows .slick-arrow{height:1.405rem}.gallery-post-card .svq-slick-inner-arrows .slick-prev{right:calc(1rem * 2 + .75rem * 2 + 1rem)}@media(min-width:768px){.col-main>.row>*:first-child .post-card.sticky .entry-title a,.col-main>.row>*:first-child .post-card.sticky .entry-content blockquote{font-size:1.5625rem}.col-main>.row>*:first-child .post-card.sticky .entry-title a{max-height:5.390625rem}}@media(min-width:1150px){.col-main>.row>*:first-child .post-card.sticky .entry-title a,.col-main>.row>*:first-child .post-card.sticky .entry-content blockquote{font-size:1.776889rem}.col-main>.row>*:first-child .post-card.sticky .entry-title a{max-height:6.13026705rem}}@media(min-width:768px){.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card) .entry-wrapper{margin-right:15px}}@media(min-width:1150px){.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card) .entry-wrapper{margin-right:15px}}@media(min-width:768px){.col-main>.row>*:first-child .post-card.sticky:not(.entire-post-card) .post-thumbnail .img-card{border-bottom-right-radius:.833333333rem}}.standard-post-meta .author-name{color:#333}.entry-content .meta-tags .btn-tag{color:rgba(51,51,51,.6);background:#f8f8f8}.entry-content .meta-tags .btn-tag:hover{color:#333}.author-bio{background-color:#f8f8f8}@media(min-width:1150px){.author-bio{border-radius:.833333333rem}}.author-bio .author-name{color:#333}.comments-area{border-top:1px solid #eee}.related-articles{border-top:1px solid #eee}.quote-highlight{border-radius:.5rem}.quote-highlight blockquote{font-family:merriweather,serif}@media(max-width:1149.9px){.nav2-post:before{font-family:fira sans;font-size:1rem}}@media(min-width:768px) and (max-width:1149.9px){.nav2-post-prev{margin-right:30px}.nav2-post-prev:before{padding-left:2.4rem}.nav2-post-next:before{padding-right:2.4rem}}@media(min-width:1150px){.nav2-post .entry-all{border-radius:.833333333rem}.nav2-post .entry-middle{width:calc(300px - (1rem * 4));color:#333}.nav2-post .post-card:not(.entire-post-card) .entry-top{top:calc(2rem + 168.75px)}.nav2-post .quote-post-card .entry-content blockquote{display:block;display:-webkit-box;max-height:4.59885rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}.nav2-post:not(.is-hover) .entry-title a,.nav2-post:not(.is-hover) .quote-post-card .entry-content blockquote{max-height:3.0659rem}.nav2-post .entry-title a:after,.nav2-post .quote-post-card .entry-content blockquote:after{border:1px solid #eee}.nav2-post.is-hover .entry-title a{color:#333}.nav2-post.is-hover .post-card:not(.entire-post-card) .entry-middle:before{height:calc(168.75px + 2.405rem)}.nav2-post.is-hover .quote-post-card{background:#0acd7e}}.tags-links{font-size:.8rem}.post-password-form{border-radius:.5rem;border:1px solid #eee}div .wp-caption{border-color:#eee;border-radius:.833333333rem}div .wp-caption img{border-radius:.5rem}p.has-drop-cap:not(:focus):first-letter{font-size:calc(1.6 * 2em);font-family:fira sans}.wp-block-gallery figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption,figcaption{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.wp-block-embed.alignwide .wp-block-embed__wrapper,body.tpl-left .wp-block-embed.alignfull .wp-block-embed__wrapper,.wp-block-cover-image,.wp-block-gallery img{border-radius:.5rem}.wp-block-image:not(.alignfull) img{border-radius:.5rem}@media(min-width:1150px){.tpl-right .alignfull img,.tpl-left .alignfull img{border-radius:.5rem}}.wp-block-pullquote blockquote{color:#ed4026}.wp-block-pullquote.is-style-default{border-top:1px solid #ed4026;border-bottom:1px solid #ed4026}.wp-block-pullquote.is-style-solid-color{border-radius:.5rem}@media(max-width:767.9px){.wp-block-pullquote p{font-size:calc(2rem/1.3)!important}}.wp-block-quote.is-large,.wp-block-quote.is-large p,.wp-block-quote.is-style-large,.wp-block-quote.is-style-large p{color:#000}.has-primary-background-color.has-primary-background-color{background-color:#ed4026}.has-primary-color.has-primary-color{color:#ed4026}.has-secondary-background-color.has-secondary-background-color{background-color:#7c7c7c}.has-secondary-color.has-secondary-color{color:#7c7c7c}.has-tertiary-background-color.has-tertiary-background-color{background-color:#5d0957}.has-tertiary-color.has-tertiary-color{color:#5d0957}.wp-block-media-text__media img{border-radius:.5rem}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:.5rem}.wp-block-latest-comments__comment-author,.wp-block-latest-comments__comment-link,.wp-block-latest-comments__comment-author:hover,.wp-block-latest-comments__comment-link:hover{color:#333}.activity-list>li,.comment-list>li,#message-thread .message-box{background:#fff;border-radius:.5rem}.comment-list>li{border-bottom:1px solid #eee}.activity-list .activity-comments ul li{border-bottom:1px solid #eee}.activity-list .activity-comments>ul ul>li:before,.comment-list .children li:before,.comment-list .children .children li:before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2232%22 viewBox=%220 0 16 32%22%3E%3Cpath fill=%22%239a9a9a%22 d=%22M4.06 17.2C1.82164014 17.2.0 15.3783599.0 13.14V4H.84v9.14c0 1.7757201 1.44427986 3.22 3.22 3.22H8.2860901L6.20332505 14.2772349c-.1638734-.1638734-.1638734-.430036400000001.0-.593909800000001.1638734-.163873499999999.4300365-.163873499999999.5939099.0l2.79944 2.79944C9.63571655 16.5218066 9.66679981 16.5684315 9.68841383 16.6203189 9.73015539 16.7230032 9.73015539 16.8375568 9.68826272 16.9406113 9.66724291 16.9918996 9.63616241 17.0383075 9.59667495 17.0777949L6.79672599 19.8777413C6.71675885 19.9568925 6.61020584 20 6.5 20S6.28324115 19.9568925 6.20276505 19.8772349c-.1638734-.1638734-.1638734-.430036400000002.0-.593909800000002L8.2860901 17.2H4.06z%22/%3E%3C/svg%3E")}.comment-list li.comment+.comment-respond:before{background:#fff}.comment-list li.comment+.comment-respond:after{background:#fff}.activity-header a:not(.activity-time-since),.comment-author,.acomment-meta>a:not(.activity-time-since),#message-thread .message-metadata strong a,#message-recipients .highlight a,.activity-header a:not(.activity-time-since)>*,.comment-author>*,.acomment-meta>a:not(.activity-time-since)>*,#message-thread .message-metadata strong a>*,#message-recipients .highlight a>*,.activity-header a:not(.activity-time-since)>*:hover,.comment-author>*:hover,.acomment-meta>a:not(.activity-time-since)>*:hover,#message-thread .message-metadata strong a>*:hover,#message-recipients .highlight a>*:hover{color:#333}.edit-link{margin-top:calc((1rem * 1.6 - .75rem * 1.6)/2)}.comment-edit-link,.comment-edit-link:hover{color:#333}@media(min-width:768px){.edit-link:before,.edit-link:after{background:#7c7c7c}.edit-link:hover:before,.edit-link:hover:after{background:#333}}.comment-meta-actions .comment-reply-link{background:#f8f8f8;color:#7c7c7c}.comment-meta-actions .comment-reply-link:hover{color:#333}.comment-body img{border-radius:.5rem}.comment-respond{background-color:#f8f8f8}.activity-content,#message-thread .message-body{width:calc(100% - 4rem - 1rem)}.acomment-meta{width:calc(100% - 2rem - 1rem)}.acomment-content,.acomment-options{margin-left:3rem}.activity-list .activity-meta .button,.activity-list .activity-meta .view,.acomment-reply,.acomment-delete,.bp-secondary-action{color:#7c7c7c}.activity-list .activity-meta .button:hover,.activity-list .activity-meta .view:hover,.acomment-reply:hover,.acomment-delete:hover,.bp-secondary-action:hover{color:#333}.acomment-delete,.activity-list .activity-meta .delete-activity,.activity-list .activity-meta .delete-activity-single,.activity-list .activity-meta .button.fav{width:calc(1.6rem - .25rem * 2 + .75rem * 2)}.activity-list .activity-meta .acomment-reply,.activity-list .acomment-options .acomment-reply,.activity-list .activity-meta .view{background:#f8f8f8}.activity-list .activity-meta .acomment-reply:hover span,.activity-list .activity-meta .acomment-reply:focus span{background:#5d0957}.acomment-delete:hover,.activity-list .activity-meta .delete-activity-single:hover,.activity-list .activity-meta .delete-activity:hover,.acomment-delete:focus,.activity-list .activity-meta .delete-activity-single:focus,.activity-list .activity-meta .delete-activity:focus{color:red}.activity-list .activity-meta .button.fav:hover,.activity-list .activity-meta .button.unfav{color:#ffb91a}.ac-form input[type=submit],.ac-form .ac-reply-cancel{padding:.25rem 1rem}.fluid-width-video-wrapper{border-radius:.5rem}.btn.bp-btn:hover,.btn.btn-sm.bp-btn:hover{color:#333}.bp-btn.btn-square.btn-sm{padding:5px}.bp-btn.not_friends,.bp-btn.group-button.join-group,.bp-btn.group-button.request-membership{border-color:#ed4026;background-color:#ed4026;color:#ed4026;box-shadow:0 .65rem 1.5rem -.25rem rgba(237,64,38,.5)}.bp-btn.not_friends:hover,.bp-btn.group-button.join-group:hover,.bp-btn.group-button.request-membership:hover{background-color:#e62f13;border-color:#e62f13}.bp-btn.not_friends[data-svq-title]:hover:before,.bp-btn.group-button.join-group[data-svq-title]:hover:before,.bp-btn.group-button.request-membership[data-svq-title]:hover:before{background:#ed4026}.bp-btn.not_friends[data-svq-title]:hover:after,.bp-btn.group-button.join-group[data-svq-title]:hover:after,.bp-btn.group-button.request-membership[data-svq-title]:hover:after{border-top-color:#ed4026}.bp-btn.awaiting_response_friend{border-color:#ffb91a;color:#ffb91a;background:#ffb91a;box-shadow:0 1rem 2rem -.75rem rgba(255,185,26,.6)}.bp-btn.awaiting_response_friend[data-svq-title]:hover:before{background:#ffb91a}.bp-btn.awaiting_response_friend[data-svq-title]:hover:after{border-top-color:#ffb91a}.bp-btn.pending_friend,.bp-btn.group-button.membership-requested{border-color:#f48c7d;background:#f48c7d}.bp-btn.pending_friend:hover,.bp-btn.group-button.membership-requested:hover{border-color:#7c7c7c;background:#7c7c7c}.bp-btn.is_friend,.bp-btn.group-button.leave-group,.bp-btn.accept{border-color:#5d0957;background-color:#5d0957;box-shadow:0 .65rem 1.5rem -.25rem rgba(93,9,87,.5)}.bp-btn.is_friend:hover,.bp-btn.group-button.leave-group:hover{border-color:#7c7c7c;background:#7c7c7c}.bp-btn.accept:hover{border-color:#5d0957;background:#5d0957}.bp-btn.accept[data-svq-title]:hover:before{background:#5d0957}.bp-btn.accept[data-svq-title]:hover:after{border-top-color:#5d0957}.bp-btn.reject{border-color:#7c7c7c;background:#7c7c7c}.bp-btn.mention{color:#7c7c7c}.bp-btn.mention:hover{color:#333}[data-svq-title].not_friends:before{background:#ed4026}[data-svq-title].not_friends:after{border-top-color:#ed4026}[data-svq-title].pending_friend:before,[data-svq-title].is_friend:before,[data-svq-title].request-membership:before,[data-svq-title].leave-group:before{background:#7c7c7c}[data-svq-title].pending_friend:after,[data-svq-title].is_friend:after,[data-svq-title].request-membership:after,[data-svq-title].leave-group:after{border-top-color:#7c7c7c}[data-svq-pending].pending_friend:before,[data-svq-pending].request-membership:before{background:#f48c7d}[data-svq-pending].pending_friend:after,[data-svq-pending].request-membership:after{border-top-color:#f48c7d}[data-svq-pending].pending_friend:hover:before,[data-svq-pending].request-membership:hover:before{background:#7c7c7c}[data-svq-pending].pending_friend:hover:after,[data-svq-pending].request-membership:hover:after{border-top-color:#7c7c7c}.member-promote-to-admin:before,.mod-promote-to-admin:before{background:#5d0957}.member-promote-to-admin:after,.mod-promote-to-admin:after{border-top-color:#5d0957}.buddypress.activity.directory,.buddypress.bp-single-page{background:#f8f8f8}#buddypress .bp-member-layout{background:#f8f8f8}@media(min-width:1150px){#buddypress .bp-member-layout .col-inner{padding-left:calc(2rem - 50px/2);padding-right:calc(2rem - 50px/2)}}#object-nav>ul{line-height:1.2;height:calc(1.25rem * 1.2 + 2 * 1rem)}@media(min-width:1150px){#object-nav>ul{height:calc(1.333rem * 1.2 + 2 * 1rem)}}#object-nav>ul>li>a{color:#333}#object-nav>ul>li>a:before{background:rgba(255,255,255,.5)}@media(min-width:1150px){#object-nav>ul>li>a{color:#fff}}#object-nav>ul>li.selected a:before{background:#fff}#object-nav .flexMenu-popup li a{color:#333}@media(min-width:1150px){.bp-member-layout .svq-breadcrumb li,.bp-member-layout .svq-breadcrumb a{color:rgba(255,255,255,.8)}.bp-member-layout .svq-breadcrumb a:hover{color:#fff}.bp-member-layout .svq-breadcrumb li+li::before{color:rgba(255,255,255,.5)}}.bp-member-layout #header-cover-image:before{background:#b3240f}.item-list-tabs:not(#object-nav) ul li a{color:#333;line-height:1.2}.item-list-tabs:not(#object-nav) ul li a:hover{color:#cf2a11}.item-list-tabs:not(#object-nav) ul li a:hover span{color:#fff;background:#ed4026}.item-list-tabs:not(#object-nav) ul li.current a,.item-list-tabs:not(#object-nav) ul li.selected a{color:#cf2a11;background-color:rgba(237,64,38,.1)}.item-list-tabs:not(#object-nav) ul li.current a span,.item-list-tabs:not(#object-nav) ul li.selected a span{color:#fff;background:#ed4026}#item-body .notifications-options-nav input[type=submit]:not([disabled]),#item-body .messages-options-nav input[type=submit]:not([disabled]){background-color:#ed4026;border-color:#ed4026;color:#fff}.profile-settings th{background:#f8f8f8}#item-body{background:#fff;border-radius:.5rem}.svq-match>span{color:#5d0957}.svq-match .progress-bar{background-color:#5d0957}#user-avatar{border-radius:.833333333rem}#user-avatar .img-card{border-radius:.833333333rem}#user-name a{color:#333}#item-buttons>*{width:calc((100% - 1rem)/2)}#item-buttons .generic-button:not(.friendship-button) a{color:rgba(51,51,51,.7);border-color:rgba(238,238,238,.3)}#item-buttons .generic-button:not(.friendship-button) a:hover{color:#333;border-color:rgba(238,238,238,.4)}#item-buttons .btn{color:rgba(51,51,51,.7);border-color:rgba(238,238,238,.3)}#item-buttons .btn:hover{color:#333;border-color:rgba(238,238,238,.4)}#item-thumbs .bp-more-photos{border-radius:.5rem}#item-thumbs .bp-more-photos:hover{background:#ed4026}@media(min-width:1150px){#item-thumbs{max-width:calc((3rem + 1rem/2) * 3)}}@media(max-width:1149.9px){#item-header-avatar{max-width:calc(280px + (2 * 3rem))}}.activity-list .activity-inner p>img{border-radius:.5rem}#sitewide-notice #message button#close-notice span{width:calc(1.6rem - .25rem * 2 - .125rem)}.notices #buddypress .messages-notices .button:first-child:hover{background:#f8f8f8}.notices #buddypress .messages-notices .button:last-child{width:calc(1.6rem - .25rem * 2 - .125rem + 2 * .75rem)}.notices #buddypress .messages-notices .button:last-child:hover{color:red}#item-actions #group-admins img,#item-actions #group-mods img{border-radius:.4166666667rem}#buddypress table.notifications,#buddypress table.messages-notices{border-bottom:1px solid #eee}#buddypress table.notifications th,#buddypress table.messages-notices th{color:#7c7c7c}#buddypress table.notifications .notification-description a{color:#333}#buddypress table.messages-notices .thread-info a{color:#333}#buddypress table.messages-notices .message-action-star,#message-thread .message-action-star{color:#7c7c7c}#buddypress table.messages-notices .message-action-star:hover,#message-thread .message-action-star:hover{color:#ffb91a}#buddypress table.notification-settings th{background:#f8f8f8}#buddypress table.notifications .notification-actions .btn.delete:hover,#buddypress table.messages-notices .thread-options .btn.delete:hover{color:red}#buddypress table.notifications .notification-actions .btn.mark-read:hover,#buddypress table.messages-notices .thread-options .btn.mark-read:hover,#buddypress table.notifications .notification-actions .btn.mark-unread:hover,#buddypress table.messages-notices .thread-options .btn.mark-unread:hover,#buddypress table.notifications .notification-actions .btn.read:hover,#buddypress table.messages-notices .thread-options .btn.read:hover,#buddypress table.notifications .notification-actions .btn.unread:hover,#buddypress table.messages-notices .thread-options .btn.unread:hover{background:#f8f8f8}#buddypress table.notifications tbody tr:hover .notification-description a,#buddypress table.messages-notices tbody tr:hover .thread-from a,#buddypress table.messages-notices tbody tr:hover .thread-info a{color:#ed4026}#buddypress table.messages-notices tbody tr{border-bottom:1px solid #eee}#message-recipients .btn-xs{color:#7c7c7c}#message-recipients .btn-xs:hover,#message-recipients .btn-xs:focus{color:red}.item-list .item-container{border-radius:.833333333rem}.item-list .item-card{border-bottom-left-radius:.833333333rem;border-bottom-right-radius:.833333333rem}.item-list .item-meta .activity,.item-list .item-meta .meta,.item-list .item-meta .joined{line-height:1.2}.item-list .item-title{display:block;display:-webkit-box;max-height:1.2rem;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}.item-list .item-title a{color:#000}.item-list .btn-sm .icon{font-size:1.2rem}.item-list .btn-sm .icon+span{padding-right:1.2rem}#members-list .generic-button:not(.friendship-button) a{border-radius:.4166666667rem!important}.bp-member-layout #item-buttons .generic-button:not(.friendship-button) a{color:rgba(51,51,51,.7);border-color:rgba(238,238,238,.3)}.bp-member-layout #item-buttons .generic-button:not(.friendship-button) a:hover{color:#333;border-color:rgba(238,238,238,.4)}.group-members-list .item-list .item-card .action .member-promote-to-admin,.group-members-list .item-list .item-card .action .mod-promote-to-admin{color:#5d0957;border-color:#5d0957;box-shadow:0 1rem 2rem -.75rem #5d0957}.group-members-list .item-list .item-card .action .member-promote-to-admin:hover,.group-members-list .item-list .item-card .action .mod-promote-to-admin:hover{background:#5d0957}.group-members-list .item-list .item-card .action .member-promote-to-admin[data-title]:before,.group-members-list .item-list .item-card .action .mod-promote-to-admin[data-title]:before{background-color:#5d0957}.group-members-list .item-list .item-card .action .member-promote-to-admin[data-title]:after,.group-members-list .item-list .item-card .action .mod-promote-to-admin[data-title]:after{border-top-color:#5d0957}.group-members-list .item-list .item-card .action .confirm:not(.btn){color:#7c7c7c;line-height:1.2}.group-members-list .item-list .item-card .action .confirm:not(.btn):hover{color:red}.groups.dir-list .item-container .action .meta .icon{font-size:.78rem}.sq-large-avatar .item-list:not(#friends-list) .item-avatar .avatar,.sq-large-avatar .item-list:not(#friends-list) .item-avatar .avatar .img-card{border-top-left-radius:.833333333rem;border-top-right-radius:.833333333rem}@media(max-width:1149.9px){.sq-large-avatar #user-avatar{margin-top:calc(-280px/2 - 3rem)}}@media(max-width:575.9px){.sq-large-avatar #user-avatar{margin-top:calc(-280px/2 - 1.5rem)}}.sq-small-avatar .user-avatar-wrapper .btn span{width:1.4rem;height:1.4rem}.directory.members #members-list.style-02 .item-card .item-title{height:2.35rem}#friend-list li,#blogs-list li{border-bottom:1px solid #eee}#friend-list li .item-avatar img,#blogs-list li .item-avatar img{border-radius:.5rem!important}#friend-list li .item-title>a,#blogs-list li .item-title>a{color:#333}#blogs-list .action .blog-button a.blog-button{line-height:1.6}#invite-list ul li{border-bottom:1px solid #eee}#group-create-body .main-column .bg-light{border-radius:.5rem}#group-create-body #header-cover-image{border-radius:.5rem}#profile-edit-form .editfield{border-bottom:1px solid #eee}.form-group .error{color:red}.standard-form.single-fields .editfield,.standard-form.multi-fields .editfield{border-bottom:1px solid #eee}@media(min-width:576px){.standard-form.single-fields .datebox-selects,.standard-form.multi-fields .datebox-selects{padding-bottom:3.725rem}}body .bp-avatar-nav ul.avatar-nav-items li.current .bp-avatar-nav-item{background:#f8f8f8}.bp-single-page #template-notices{background:#ed4026;color:#fff}.messages .ac_results ul li{color:#333}.messages .ac_results ul li img{border-radius:.4166666667rem}.messages ul.acfb-holder li.friend-tab{border-radius:.5rem}.messages ul.acfb-holder li.friend-tab a{color:#333}.messages ul.acfb-holder li.friend-tab img{border-radius:.4rem}#whats-new-content{border-radius:.5rem}#whats-new-content.active{border-color:rgba(237,64,38,.6)}#whats-new{min-height:3.1rem}#whats-new-content.active #whats-new-post-in-box,#whats-new-content.active .rtmedia-plupload-container{height:1.6rem}.bp-separator{color:#eee}#header .flexMenu-viewMore>a .icon{font-size:calc(1.6rem - .25rem * 2);height:calc(1.6rem - .25rem * 2)}.pricing-card{border-radius:.833333333rem;background-image:linear-gradient(-135deg,#f3f1f5,#eff2fd);background-repeat:repeat-x}.pricing-card .pricing-title,.pricing-card .pricing-price,.pricing-card .pricing-desc,.pricing-card .pricing-description,.pricing-card .pricing-features li{color:#191919}.pricing-card .pricing-features li{border-bottom-color:rgba(25,25,25,7%)}.pricing-card .pricing-price>strong:first-child{font-size:1.953125rem}.pricing-card .pricing-features li>span:before{top:calc((1.6 * 1rem - 20px)/2 + .5rem)}.pricing-card .pricing-desc{line-height:1.2;display:block;display:-webkit-box;max-height:2.7rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}.pricing-card .btn-pricing{height:calc(.5rem*2 + 1rem * 1.6 + 2px)}@media(min-width:768px){.pricing-card .pricing-desc{height:2.7rem}}@media(min-width:1150px){.pricing-card .pricing-price{padding:calc((.5rem*2 + 1rem * 1.6 + 2px)/2)0;height:calc(1.953125rem * 1.2 + .9rem * 1.2 + .5rem*2 + 1rem * 1.6 + 2px)}.pricing-card .btn-pricing{height:0}.pricing-card:hover .pricing-price{height:calc(1.953125rem * 1.2 + .9rem * 1.2)}.pricing-card:hover .btn-pricing{height:calc(.5rem*2 + 1rem * 1.6 + 2px)}}.pricing-basic{background-image:linear-gradient(-135deg,#fc7425,#f00);background-repeat:repeat-x}.pricing-basic .pricing-title,.pricing-basic .pricing-price,.pricing-basic .pricing-desc,.pricing-basic .pricing-description,.pricing-basic .pricing-features li{color:#fff}.pricing-basic .pricing-features li{border-bottom-color:rgba(255,255,255,.15)}.pricing-intermediate{background-image:linear-gradient(-135deg,#ff19a0,#ed4026);background-repeat:repeat-x}.pricing-intermediate .pricing-title,.pricing-intermediate .pricing-price,.pricing-intermediate .pricing-desc,.pricing-intermediate .pricing-description,.pricing-intermediate .pricing-features li{color:#fff}.pricing-intermediate .pricing-features li{border-bottom-color:rgba(255,255,255,.15)}.pricing-pro{background-image:linear-gradient(-135deg,#a764cd,#5d0957);background-repeat:repeat-x}.pricing-pro .pricing-title,.pricing-pro .pricing-price,.pricing-pro .pricing-desc,.pricing-pro .pricing-description,.pricing-pro .pricing-features li{color:#fff}.pricing-pro .pricing-features li{border-bottom-color:rgba(255,255,255,.15)}.pricing-popular.pricing-card .pricing-title:after{line-height:1.6}#pmpro_account-invoices table a{color:#333}.pmpro-account #pmpro_account .pmpro_box{border:1px solid #eee}.pmpro-account #pmpro_account-profile{background:#f8f8f8}.pmpro-checkout .pmpro_form #pmpro_pricing_fields{background:#f8f8f8}.pmpro-checkout .pmpro_form #pmpro_user_fields{border:1px solid #eee}.pmpro-checkout .pmpro_form #pmpro_billing_address_fields{border:1px solid #eee}.pmpro-checkout .pmpro_form #pmpro_payment_information_fields{background:#f8f8f8}#pmpro_pricing_fields{border-radius:.5rem}.rtmedia-add-media-button:hover,.rtmedia-comment-media-upload:hover,.rtmedia-add-media-button:focus,.rtmedia-comment-media-upload:focus{background:#f8f8f8}#rtm-drop-files-title{color:#168e2e}#rtm-drop-files-title:before{width:1.6rem}#whats-new-content #rtm-drop-files-title{border-radius:.5rem;border:2px dashed #1fcb41}#drag-drop-area{border:2px dashed #eee!important;border-radius:.833333333rem}#drag-drop-area.rtm-drag-drop-active{border-color:#1fcb41}#drag-drop-area.rtm-drag-drop-active:before{background:#fff;border-radius:.5rem}#rtmedia-uploader-form .rtm-plupload-list li,form .rtmedia-container .rtm-plupload-list li,#rtmedia_uploader_filelist li{background:#f8f8f8;border-radius:.5rem;padding-right:2.6rem}.plupload_file_thumb{width:1.6rem}.plupload_file_name_wrapper,.plupload_file_name a{color:#333}.plupload_file_name .dashicons,.plupload_action_icon>.dashicons{font-size:calc(1.6rem - .25rem * 2 - .125rem);height:calc(1.6rem - .25rem * 2 - .125rem)}.plupload_file_name .dashicons{border-left:1px solid #eee;color:rgba(51,51,51,.8)}.plupload_file_name .dashicons:hover{color:#333}.plupload_file_name .dashicons.dashicons-yes{background:#1fcb41;border-radius:.5rem}.plupload_file_name .dashicons.dashicons-yes:hover{background:#1ec740}.plupload_file_size{color:#7c7c7c;right:2.6rem}.plupload_file_action{width:1.6rem;height:calc(1.6rem - .375rem)}.plupload_delete>.remove-from-queue,.plupload_action_icon>.remove-from-queue{color:red;width:1.6rem}.plupload_file_progress{background:#1fcb41}.media_search_remove>i{color:#7c7c7c}#media_search>i{height:1.6rem}#rtm-media-options .rtmedia-action-buttons,#rtm-media-options .rtmedia-upload-media-link{color:#333}#rtm-media-options .rtmedia-action-buttons:hover,#rtm-media-options .rtmedia-upload-media-link:hover{background-color:#f8f8f8}.rtmedia-list>li.rtmedia-list-item .rtmedia-item-thumbnail{border-radius:.5rem}.rtmedia-list>li.rtmedia-list-item .rtmedia-item-thumbnail>img{border-radius:.5rem}.rtmedia-container ul.rtmedia-list.rtmedia-list-media>li.rtmedia-list-item div.rtmedia-item-thumbnail{line-height:1.6}.rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a:not(.rtm-delete-media){background:rgba(248,248,248,.15)}@media(min-width:768px){.rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a:not(.rtm-delete-media):hover{background:rgba(248,248,248,.2)}.rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions .rtm-delete-media:hover{color:red}}.rtm-media-options .rtm-options a:before{top:calc((1.6*.75rem - 2px)/2 + .25rem)}.mfp-close{background-color:#ed4026!important;color:#fff!important}@media(min-width:576px){.mfp-content .rtm-lightbox-container{border-radius:.5rem}}.rtmedia-item-actions{border-bottom:1px solid #eee}.rtm-ltb-action-container .rtmedia-actions .button.rtmedia-delete-media:hover,.rtmedia-item-actions .button.rtmedia-delete-media:hover,.rtm-ltb-action-container .rtmedia-actions .button.rtmedia-delete-media:focus,.rtmedia-item-actions .button.rtmedia-delete-media:focus{color:red}.rtm-ltb-action-container .rtmedia-actions .button.rtmedia-like,.rtmedia-item-actions .button.rtmedia-like{background-color:rgba(248,248,248,.15)}.rtm-ltb-action-container .rtmedia-actions .button.rtmedia-like:hover,.rtmedia-item-actions .button.rtmedia-like:hover,.rtm-ltb-action-container .rtmedia-actions .button.rtmedia-like:focus,.rtmedia-item-actions .button.rtmedia-like:focus{background:rgba(248,248,248,.25)}.rtm-ltb-action-container .rtmedia-actions .button.rtmedia-like:hover:before,.rtmedia-item-actions .button.rtmedia-like:hover:before,.rtm-ltb-action-container .rtmedia-actions .button.rtmedia-like:focus:before,.rtmedia-item-actions .button.rtmedia-like:focus:before{color:#ed4026}.rtmedia-item-actions .button.rtmedia-edit,.rtmedia-item-actions .button.rtmedia-delete-media{color:rgba(51,51,51,.7)}.rtmedia-item-actions .button.rtmedia-edit:hover{color:#333}.userprofile img{border-radius:.4166666667rem}.rtm-user-meta-details .username,.rtm-user-meta-details .username a{color:#333}.rtmedia-actions-before-comments .rtmedia-comment-link,.rtmedia-actions-before-comments .rtmedia-view-conversation,#buddypress .rtmedia-actions-before-comments .rtmedia-like{color:#7c7c7c}.rtmedia-actions-before-comments .rtmedia-comment-link:hover,.rtmedia-actions-before-comments .rtmedia-view-conversation:hover,#buddypress .rtmedia-actions-before-comments .rtmedia-like:hover,.rtmedia-actions-before-comments .rtmedia-comment-link:focus,.rtmedia-actions-before-comments .rtmedia-view-conversation:focus,#buddypress .rtmedia-actions-before-comments .rtmedia-like:focus{color:#333}#buddypress .rtmedia-actions-before-comments .rtmedia-like:hover:before,#buddypress .rtmedia-actions-before-comments .rtmedia-like:focus:before{color:#ed4026}.rtmedia-like-info{background:#f8f8f8;border-radius:.5rem}.rtm-like-comments-info :after{border-bottom-color:#f8f8f8}.rtmedia-comment-user-pic img{border-radius:.4166666667rem}.rtm-comment-list li{background:#f8f8f8}.rtm-comment-list li:first-child{border-radius:.5rem .5rem 0 0}.rtm-comment-list li:last-child{border-radius:0 0 .5rem .5rem}.rtm-comment-wrap .rtmedia-comment-author,.rtm-comment-wrap .rtmedia-comment-author a{color:#333}.rtmedia-delete-comment{color:#7c7c7c}.rtm-tabs{border-bottom:1px solid #eee}.rtm-tabs .active a,.rtm-tabs a:hover{background:#f8f8f8}.rtm-tabs-content label{color:#7c7c7c}.rtmedia-editor-buttons{border-top:1px solid #eee}.rtmedia-editor-buttons .rtm-button-back{color:#7c7c7c}.rtmedia-image-editor .dashicons-editor-help{height:1.5rem}.rtmedia-image-editor .imgedit-settings{border-bottom:1px solid #eee}.widgets-container .widget a:not(.btn-tag){color:#333}.widgets-container .widget .item-avatar img,.widgets-container .widget .bp-login-widget-user-avatar img{border-radius:.5rem!important}.widget_recent_entries>ul>li:before{top:calc(.25rem + (.875rem * 1.6)/2)}.widget_pages ul.children li:before,.widget_categories ul.children li:before{top:calc(.25rem + (.875rem * 1.6)/2)}.widget_tag_cloud .tagcloud a:hover{color:#ed4026}.widget_calendar table caption{color:#333;background:#f8f8f8;border-radius:.5rem}.widget_calendar table #today{background:#ed4026;color:#fff}.widget_text img{border-radius:.5rem}.widget_recent_comments ul li,.widget_rss ul li .rsswidget{padding:.25rem 0 .25rem calc(1.4rem + .25rem)}.widget_recent_comments ul li:before,.widget_rss ul li .rsswidget:before{top:calc(.25rem + (.875rem * 1.6)/2)}.widget_rss ul li{border-bottom:1px solid #eee}.widget_rss ul li .rssSummary{line-height:1.6}.widget_rss ul li .rss-date,.widget_rss ul li .rssSummary,.widget_rss ul li cite{padding-left:calc(1.4rem + .5rem)}.widget_nav_menu .menu a{color:rgba(51,51,51,.85)}.widget_nav_menu .menu a:hover{color:#333}.widget_nav_menu .menu>li>a{background:#f8f8f8;color:rgba(51,51,51,.85)}.widget_nav_menu .menu>li>a:hover,.widget_nav_menu .menu>li>a:focus{background-color:#f3f3f3}.widget_nav_menu .menu>li>a.active{background-color:#ebebeb}.widget_nav_menu .menu>li ul .menu-item-has-children>a:before,.widget_nav_menu .menu>li ul .menu-item-has-children>a:after{top:.8875rem}.widget_nav_menu .menu .menu-item-has-children>a:before,.widget_nav_menu .menu .menu-item-has-children>a:after{background:#acacac;top:.8875rem}.widget_nav_menu .menu .sub-menu.open>li>a:not(:empty){height:1.9rem}.widget.widget_nav_menu .sub-menu.open>li a:hover{color:rgba(51,51,51,.65)}.widget_bp_core_login_widget .bp-login-widget-user-link{line-height:1.2}.widget_bp_blogs_widget .activity-content .activity-inner,.widget_bp_blogs_widget .activity-content .activity-header{line-height:1.6}.widget_bp_blogs_widget .activity-content .activity-inner img{border-radius:.5rem}.sko-photo-gallery .sko-item-caption{border-radius:.5rem}.sko-feature-list .sko-item-title:before{top:calc((1.776889rem * 1.2 - 1rem/2)/2);left:calc(-.5rem/2);background:#ed4026}.sko-feature-list .sko-item-title:after{top:calc(1.776889rem * 1.2)}.sko-feature-list .sko-item-left,.sko-feature-list .sko-item-right:before,.sko-feature-list .sko-item-right:after,.sko-feature-list .sko-item-content>div,.sko-feature-list .sko-item-title:after{border-left:1px solid #ed4026}@media(min-width:1150px){.sko-feature-list li:nth-child(2n) .sko-item-right:before,.sko-feature-list li:nth-child(2n) .sko-item-right:after,.sko-feature-list li:nth-child(2n) .sko-item-content>div{border-right:1px solid #ed4026}.sko-feature-list li:nth-child(2n) .sko-item-title:before{right:calc(-.5rem/2)}}.sko-icon:hover .sko-icon-hover,.sko-nav-tabs li>a:hover .sko-icon-hover,.sko-nav-tabs li>a.active .sko-icon-hover{color:#ed4026}.btn:hover .sko-icon-hover{color:#ed4026}.btn-primary .sko-icon-hover{color:#f37e6d}.btn-primary:hover .sko-icon-hover{color:#5d0957}.sko-nav-tabs .sko-item .icon{color:#000}.sko-nav-tabs .sko-item .sko-icon{height:3rem}.svq-footer .widget_recent_entries>ul>li .entry-title{display:block;display:-webkit-box;max-height:1.4rem;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-ms-word-wrap:break-word;word-wrap:break-word}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display: swap;src:url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);src:url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(https://www.matchmyschool.net/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
/*! elementor-pro - v3.20.0 - 26-03-2024 */
@charset "UTF-8";.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{height:3px;width:100%;left:0;background-color:#3f444b;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;width:0;left:50%}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{width:10px;left:-20px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{content:"";bottom:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{width:10px;inset-inline-start:100%}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;left:0;top:0;bottom:0;right:0;border:3px solid #3f444b}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{width:100%;height:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{width:100%;height:100%;transition:opacity 2ms,width .4s,height .4s}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{top:0;left:0;right:0;bottom:0;background:#3f444b;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{transform:scale(1);opacity:1}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:50%;left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:0;left:0;right:0;bottom:0;background:#3f444b;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{top:0;bottom:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:100%;bottom:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{right:0;left:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{right:100%;left:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #33373d}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#33373d transparent transparent}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(-90deg)}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap;flex-grow:1}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{left:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%);border-left:var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);border-bottom-color:var(--e-nav-menu-divider-color,#000);border-right-color:var(--e-nav-menu-divider-color,#000);border-top-color:var(--e-nav-menu-divider-color,#000);align-self:center}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto;justify-content:flex-end}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto;justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu{margin-inline-end:auto;justify-content:flex-start}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{margin-inline-start:auto;justify-content:flex-end}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{margin-inline-start:auto;margin-inline-end:auto;justify-content:center}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:" ";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{display:flex;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#88909b}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{line-height:1;padding:10px 0 10px 10px;margin-top:-10px;margin-bottom:-10px;display:flex;align-items:center}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{display:flex;align-items:center;justify-content:center;font-size:var(--nav-menu-icon-size,22px);padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#33373d}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{width:1em;height:auto;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;transition:max-height .3s,transform .3s;transform-origin:top;overflow-y:auto;overflow-x:hidden}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-left:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{transform:scaleY(0);max-height:0;overflow:hidden}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{transform:scaleY(1);max-height:var(--menu-height);animation:hide-scroll .3s backwards}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}