/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/plugins/organic-profile-block/block/profile/../../includes/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/wp-content/plugins/organic-profile-block/block/profile/../../includes/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/wp-content/plugins/organic-profile-block/block/profile/../../includes/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/wp-content/plugins/organic-profile-block/block/profile/../../includes/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/wp-content/plugins/organic-profile-block/block/profile/../../includes/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/wp-content/plugins/organic-profile-block/block/profile/../../includes/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Font Awesome Free 5.15.2 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,
.fas,
.far,
.fal,
.fad,
.fab {
  -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: 0.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: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.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: scale(-1, 1);
          transform: scale(-1, 1); }

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-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-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-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-brands-400.eot);
  src: url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-brands-400.woff) format("woff"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-regular-400.eot);
  src: url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-regular-400.woff) format("woff"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-solid-900.eot);
  src: url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/plugins/organic-widgets-pro/public/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;background-color:inherit;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-paragraph.is-style-error,.wp-block-paragraph.is-style-info,.wp-block-paragraph.is-style-success,.wp-block-paragraph.is-style-warning,p.is-style-error,p.is-style-info,p.is-style-success,p.is-style-warning{border-radius:4px;box-sizing:border-box;padding:32px}.wp-block-paragraph.is-style-error.coblocks-alert-paragraph,.wp-block-paragraph.is-style-info.coblocks-alert-paragraph,.wp-block-paragraph.is-style-success.coblocks-alert-paragraph,.wp-block-paragraph.is-style-warning.coblocks-alert-paragraph,p.is-style-error.coblocks-alert-paragraph,p.is-style-info.coblocks-alert-paragraph,p.is-style-success.coblocks-alert-paragraph,p.is-style-warning.coblocks-alert-paragraph{margin-bottom:var(--go--spacing--vertical);margin-top:var(--go--spacing--vertical)}.wp-block-paragraph:not(.has-background).is-style-info,p:not(.has-background).is-style-info{background-color:#d6efee}.wp-block-paragraph:not(.has-background).is-style-warning,p:not(.has-background).is-style-warning{background-color:#fbe7dd}.wp-block-paragraph:not(.has-background).is-style-error,p:not(.has-background).is-style-error{background-color:#ffdede}.wp-block-paragraph:not(.has-background).is-style-success,p:not(.has-background).is-style-success{background-color:#d0eac4}.wp-block-paragraph:not(.has-text-color).is-style-info,p:not(.has-text-color).is-style-info{color:#094264}.wp-block-paragraph:not(.has-text-color).is-style-warning,p:not(.has-text-color).is-style-warning{color:#8a4b30}.wp-block-paragraph:not(.has-text-color).is-style-error,p:not(.has-text-color).is-style-error{color:#8b343c}.wp-block-paragraph:not(.has-text-color).is-style-success,p:not(.has-text-color).is-style-success{color:#154a28}
.wp-block-image.is-style-bottom-wave img{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");-webkit-mask-position:bottom;mask-position:bottom}.wp-block-image.is-style-bottom-wave img,.wp-block-image.is-style-top-wave img{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-image.is-style-top-wave img{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");-webkit-mask-position:top;mask-position:top}.block-editor-block-styles__item-preview .wp-block-image{margin-top:0}.block-editor-block-styles__item-preview .wp-block-image .components-resizable-box__container{height:100%!important;width:100%!important}
.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"248\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z\"/></svg>");-webkit-mask-position:bottom;mask-position:bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-top-wave{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg width=\"250\" height=\"250\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z\"/></svg>");-webkit-mask-position:top;mask-position:top;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}
:root{--coblocks-spacing--0:0;--coblocks-spacing--1:0.5em;--coblocks-spacing--2:1em;--coblocks-spacing--3:1.5em;--coblocks-spacing--4:2em;--coblocks-spacing--5:2.5em;--coblocks-spacing--6:3em;--coblocks-spacing--7:3.5em;--coblocks-spacing--8:4em;--coblocks-spacing--9:4.5em;--coblocks-spacing--10:7em}.wp-block-media-text.is-style-card .wp-block-media-text__content{background-color:var(--wp--preset--color--background,#fff);margin-left:auto;margin-right:auto;margin-top:calc(var(--coblocks-spacing--8, 4em)*-1);padding:var(--coblocks-spacing--4,2em);width:95%}@media(min-width:600px){.wp-block-media-text.is-style-card .wp-block-media-text__content{margin-left:0;margin-right:0;margin-top:0;padding:calc(var(--coblocks-spacing--3, 1.5em)*2);right:1px;width:auto}}@media(min-width:960px){.wp-block-media-text.is-style-card .wp-block-media-text__content{padding:calc(var(--coblocks-spacing--6, 3em)*2)}}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:calc(var(--coblocks-spacing--8, 4em)*-1);margin-top:0}@media(min-width:600px){.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{margin-bottom:0}}.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:auto;margin-right:auto;margin-top:calc(var(--coblocks-spacing--4, 2em)*-1);width:90%}@media(min-width:600px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:0;margin-left:calc(var(--coblocks-spacing--8, 4em)*-1);margin-right:0;margin-top:0;width:auto}}@media(min-width:960px){.wp-block-media-text.is-style-overlap .wp-block-media-text__content{margin-left:calc(var(--coblocks-spacing--10, 7em)*-2)}}.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:0;margin-top:0;width:auto}@media(min-width:600px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(var(--coblocks-spacing--8, 4em)*-1);width:175%}}@media(min-width:960px){.wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__content{margin-right:calc(var(--coblocks-spacing--10, 7em)*-2)}}@media(min-width:600px){.wp-block-media-text.is-style-card .wp-block-media-text__content,.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(var(--coblocks-spacing--10, 7em)*-1)}.wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content,.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:0;margin-right:calc(var(--coblocks-spacing--10, 7em)*-1)}}.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:auto;margin-right:auto;width:90%}@media(min-width:600px){.wp-block-media-text.is-style-outline .wp-block-media-text__content{margin-left:calc(var(--coblocks-spacing--10, 7em)*-1);margin-right:inherit;margin-top:inherit;width:auto}}.wp-block-media-text.is-style-outline .wp-block-media-text__content h1,.wp-block-media-text.is-style-outline .wp-block-media-text__content h2,.wp-block-media-text.is-style-outline .wp-block-media-text__content h3,.wp-block-media-text.is-style-outline .wp-block-media-text__content h4,.wp-block-media-text.is-style-outline .wp-block-media-text__content h5,.wp-block-media-text.is-style-outline .wp-block-media-text__content h6,.wp-block-media-text.is-style-outline .wp-block-media-text__content p{background-color:var(--wp--preset--color--background,#fff);box-shadow:.5rem 0 0 var(--wp--preset--color--background,#fff),-.5rem 0 0 var(--wp--preset--color--background,#fff);display:inline}.wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block-buttons{margin-top:var(--coblocks-spacing--5,2.5em)}.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{width:100%}@media(min-width:600px){.wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__content{margin-left:.5rem;width:175%}}.wp-block-media-text .wp-block-media-text__content :first-child{margin-top:0}@media(min-width:600px){.editor-styles-wrapper .wp-block-media-text.is-style-card .wp-block-media-text__content{right:1px}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__content{left:1px;right:auto}}.editor-styles-wrapper .wp-block-media-text.is-style-card .components-resizable-box__handle:after,.editor-styles-wrapper .wp-block-media-text.is-style-outline .components-resizable-box__handle:after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap .components-resizable-box__handle:after{top:-8px}.editor-styles-wrapper .wp-block-media-text.is-style-card.is-selected .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.is-selected .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.is-selected .wp-block-media-text__media:after{background:var(--wp-admin-theme-color,#007cba);border:2px solid #fff;border-radius:50%;bottom:-7px;content:"";cursor:inherit;display:block;height:15px;position:absolute;right:-8px;width:15px;z-index:9999}.editor-styles-wrapper .wp-block-media-text.is-style-card.has-media-on-the-right .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-outline.has-media-on-the-right .wp-block-media-text__media:after,.editor-styles-wrapper .wp-block-media-text.is-style-overlap.has-media-on-the-right .wp-block-media-text__media:after{left:-8px;right:inherit}.editor-styles-wrapper .wp-block-media-text.is-style-outline .wp-block-media-text__content .wp-block.wp-block-buttons{margin-top:var(--coblocks-spacing--5,2.5em)!important}
:root{--coblocks-spacing--0:0;--coblocks-spacing--1:0.5em;--coblocks-spacing--2:1em;--coblocks-spacing--3:1.5em;--coblocks-spacing--4:2em;--coblocks-spacing--5:2.5em;--coblocks-spacing--6:3em;--coblocks-spacing--7:3.5em;--coblocks-spacing--8:4em;--coblocks-spacing--9:4.5em;--coblocks-spacing--10:7em}.is-style-checkbox li{list-style-type:none!important;padding-left:10px;position:relative}@media(min-width:600px){.is-style-checkbox li{padding-left:12px}}.is-style-checkbox li:before{background-color:currentColor;background-size:cover;content:"";display:inline-block;height:20px;left:-20px;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTUuMjgwOTA5MS00LjIyNzI3MjczYy4yMDEwMDk4LS4yMDgzMjczNy40OTM2NjM5LS4zMDA5OTc5Mi43Nzc5NDg5LS4yNDYzNDE4NHMuNTIxNzEyMy4yNDkyMzkwNS42MzExNDIuNTE3MjUwOTNjLjEzODE1MzQuMzI5NzUwNzMuMDYxNDQ3MS43MTA0MDEtLjE5MzYzNjMuOTYwOTA5MDlsLTYuODgwMDAwMDUgNi45NDQ1NDU0NWMtLjMwNTIyMzczLjMwNzY4ODQtLjc5MjQ0OTgzLjMzODE2NDQtMS4xMzM2MzYzNi4wNzA5MDkxbC0zLjc4NDU0NTQ1LTIuOTUxODE4MmMtLjI0MjY4MjI3LS4xOTEyMTE4LS4zNjYxNzk3Ny0uNDk2NDg0Ni0uMzI0NzEwMjItLjgwMjY0OTUuMDQxNDY5NTUtLjMwNjE2NDguMjQxNzI0ODUtLjU2NzU4NTgxLjUyNjUyODQtLjY4NzM1MDQ4LjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMy4xODE4MTgxOCAyLjQ4NDU0NTQ2eiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4KCg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTUuMjgwOTA5MS00LjIyNzI3MjczYy4yMDEwMDk4LS4yMDgzMjczNy40OTM2NjM5LS4zMDA5OTc5Mi43Nzc5NDg5LS4yNDYzNDE4NHMuNTIxNzEyMy4yNDkyMzkwNS42MzExNDIuNTE3MjUwOTNjLjEzODE1MzQuMzI5NzUwNzMuMDYxNDQ3MS43MTA0MDEtLjE5MzYzNjMuOTYwOTA5MDlsLTYuODgwMDAwMDUgNi45NDQ1NDU0NWMtLjMwNTIyMzczLjMwNzY4ODQtLjc5MjQ0OTgzLjMzODE2NDQtMS4xMzM2MzYzNi4wNzA5MDkxbC0zLjc4NDU0NTQ1LTIuOTUxODE4MmMtLjI0MjY4MjI3LS4xOTEyMTE4LS4zNjYxNzk3Ny0uNDk2NDg0Ni0uMzI0NzEwMjItLjgwMjY0OTUuMDQxNDY5NTUtLjMwNjE2NDguMjQxNzI0ODUtLjU2NzU4NTgxLjUyNjUyODQtLjY4NzM1MDQ4LjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMy4xODE4MTgxOCAyLjQ4NDU0NTQ2eiIgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4KCg==);position:absolute;top:6px;transform:scale(.9);width:20px}@media(min-width:600px){.is-style-checkbox li:before{top:8px;transform:0}}.is-style-checkbox li li:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTEuNzUxOTUzMSAwYzAtNC41NTUxNzEzNC0zLjY5Mjg3NTUtOC4yNDgwNDY4OC04LjI0ODA0NjktOC4yNDgwNDY4OC00LjU1NTE3MTM0IDAtOC4yNDgwNDY4OCAzLjY5Mjg3NTU0LTguMjQ4MDQ2ODggOC4yNDgwNDY4OCAwIDQuNTU1MTcxNCAzLjY5Mjg3NTU0IDguMjQ4MDQ2OSA4LjI0ODA0Njg4IDguMjQ4MDQ2OSA0LjU1NTE3MTQgMCA4LjI0ODA0NjktMy42OTI4NzU1IDguMjQ4MDQ2OS04LjI0ODA0Njl6bS00LjM1MjY2MTctMy4zMDQwODM4MWMuMjAxMDA5OC0uMjA4MzI3MzcuNDkzNjYzOS0uMzAwOTk3OTIuNzc3OTQ4OS0uMjQ2MzQxODRzLjUyMTcxMjMuMjQ5MjM5MDUuNjMxMTQyLjUxNzI1MDkzYy4xMzgxNTM0LjMyOTc1MDczLjA2MTQ0NzEuNzEwNDAxLS4xOTM2MzYzLjk2MDkwOTA5bC02LjA1NjI5NDM1IDYuMDIxMzU2NTNjLS4zMDUyMjM3My4zMDc2ODg0LS43OTI0NDk4My4zMzgxNjQ0LTEuMTMzNjM2MzYuMDcwOTA5MWwtMy4yNDExNDcwMS0yLjY0ODE4MThjLS4yNDI2ODIyNy0uMTkxMjExOC0uMzY2MTc5NzctLjQ5NjQ4NDYtLjMyNDcxMDIyLS44MDI2NDk1LjA0MTQ2OTU1LS4zMDYxNjQ4LjI0MTcyNDg1LS41Njc1ODU4LjUyNjUyODQtLjY4NzM1MDUyLjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMi42Mzg0MTk3NCAyLjE4MDkwOTF6Ii8+PC9zdmc+);mask-image:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjAgMTBjMCA1LjUyMjcyNzMtNC40NzcyNzI3IDEwLTEwIDEwLTUuNTIyNzI3MjcgMC0xMC00LjQ3NzI3MjctMTAtMTAgMC01LjUyMjcyNzI3IDQuNDc3MjcyNzMtMTAgMTAtMTAgNS41MjI3MjczIDAgMTAgNC40NzcyNzI3MyAxMCAxMHptLTEuNzUxOTUzMSAwYzAtNC41NTUxNzEzNC0zLjY5Mjg3NTUtOC4yNDgwNDY4OC04LjI0ODA0NjktOC4yNDgwNDY4OC00LjU1NTE3MTM0IDAtOC4yNDgwNDY4OCAzLjY5Mjg3NTU0LTguMjQ4MDQ2ODggOC4yNDgwNDY4OCAwIDQuNTU1MTcxNCAzLjY5Mjg3NTU0IDguMjQ4MDQ2OSA4LjI0ODA0Njg4IDguMjQ4MDQ2OSA0LjU1NTE3MTQgMCA4LjI0ODA0NjktMy42OTI4NzU1IDguMjQ4MDQ2OS04LjI0ODA0Njl6bS00LjM1MjY2MTctMy4zMDQwODM4MWMuMjAxMDA5OC0uMjA4MzI3MzcuNDkzNjYzOS0uMzAwOTk3OTIuNzc3OTQ4OS0uMjQ2MzQxODRzLjUyMTcxMjMuMjQ5MjM5MDUuNjMxMTQyLjUxNzI1MDkzYy4xMzgxNTM0LjMyOTc1MDczLjA2MTQ0NzEuNzEwNDAxLS4xOTM2MzYzLjk2MDkwOTA5bC02LjA1NjI5NDM1IDYuMDIxMzU2NTNjLS4zMDUyMjM3My4zMDc2ODg0LS43OTI0NDk4My4zMzgxNjQ0LTEuMTMzNjM2MzYuMDcwOTA5MWwtMy4yNDExNDcwMS0yLjY0ODE4MThjLS4yNDI2ODIyNy0uMTkxMjExOC0uMzY2MTc5NzctLjQ5NjQ4NDYtLjMyNDcxMDIyLS44MDI2NDk1LjA0MTQ2OTU1LS4zMDYxNjQ4LjI0MTcyNDg1LS41Njc1ODU4LjUyNjUyODQtLjY4NzM1MDUyLjI4NDU0NTQ1LS4xMTcyNzI3My42MDkwOTA5MS0uMDcyNzI3MjcuODUxODE4MTguMTE4MTgxODJsMi42Mzg0MTk3NCAyLjE4MDkwOTF6Ii8+PC9zdmc+)}.is-twentynineteen .is-style-checkbox li:before{top:10px}.is-style-none,.is-style-none li{list-style-type:none!important;padding-left:0!important}.is-style-none li:before{content:"​"}
.is-style-circular .wp-block-button__link{border-radius:100px!important}.is-style-3d .wp-block-button__link{box-shadow:inset 0 -3px 0 0 #00000040}.is-style-shadow{z-index:1}.is-style-shadow .wp-block-button__link{box-shadow:0 4px 6px #0000001c,0 1px 3px rgba(0,0,0,.075)}
.components-coblocks-animation-toggle.has-animation{position:relative}.components-coblocks-animation-toggle.has-animation :after{border-color:#0000 #1e1e1e #1e1e1e #0000;border-style:solid;border-width:4px;content:"";display:block;height:8px;position:absolute;right:0;top:1px;transform:rotate(-90deg);width:8px}.components-coblocks-animation-toggle .components-button:not(:hover) .coblocks-icon-animation .medium-circle{fill:#727272}.components-coblocks-animation-toggle .components-button:not(:hover) .coblocks-icon-animation .small-circle{fill:#c6c6c6}.components-coblocks-animation-toggle .components-button:hover .coblocks-icon-animation .large-circle,.components-coblocks-animation-toggle .components-button[aria-expanded=true] .coblocks-icon-animation .large-circle{animation:bounce .3s ease-in;animation-fill-mode:forwards}.components-coblocks-animation-toggle .components-button:hover .coblocks-icon-animation .medium-circle,.components-coblocks-animation-toggle .components-button[aria-expanded=true] .coblocks-icon-animation .medium-circle{animation:bounce .3s ease-in;animation-delay:.1s;animation-fill-mode:forwards;fill:rgba(var(--wp-admin-theme-color-rgb),.66);position:relative}.components-coblocks-animation-toggle .components-button:hover .coblocks-icon-animation .small-circle,.components-coblocks-animation-toggle .components-button[aria-expanded=true] .coblocks-icon-animation .small-circle{animation:bounce .3s ease-in;animation-delay:.2s;animation-fill-mode:forwards;fill:rgba(var(--wp-admin-theme-color-rgb),.33)}.components-coblocks-animation-dropdown .components-popover__content{border-color:#1e1e1e;box-shadow:none}.components-coblocks-animation-dropdown .components-menu-group+.components-menu-group{border-top-color:#1e1e1e}.components-coblocks-animation-dropdown .components-menu-item__button.components-button.has-icon{padding-right:6px}@keyframes bounce{0%{transform:translate(0)}50%{transform:translateY(-2px)}to{transform:translate(0)}}.coblocks__preview .wp-block{margin:0;max-width:none!important}.coblocks__preview .components-resizable-box__container{width:100%!important}.coblocks__preview .components-tip{margin-top:12px}.coblocks__preview .block-editor-block-preview__content .block-editor-block-list__block{margin-bottom:0;margin-top:0}body:not(.amp) .coblocks-animate{animation-fill-mode:forwards;animation-timing-function:ease-in;opacity:0}body:not(.amp) .coblocks-animate.animate-loop{animation-iteration-count:infinite}body:not(.amp) .coblocks-animate.fadeIn{animation-duration:.75s;animation-name:fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body:not(.amp) .coblocks-animate.zoomIn{animation-duration:.75s;animation-name:zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}body:not(.amp) .coblocks-animate.slideInLeft{animation-duration:.75s;animation-name:slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-5em)}to{opacity:1;transform:translateX(0)}}body:not(.amp) .coblocks-animate.slideInRight{animation-duration:.75s;animation-name:slideInRight}@keyframes slideInRight{0%{opacity:0;transform:translateX(5em)}to{opacity:1;transform:translateX(0)}}body:not(.amp) .coblocks-animate.slideInBottom{animation-duration:.75s;animation-name:slideInBottom}@keyframes slideInBottom{0%{opacity:0;transform:translateY(5em)}to{opacity:1;transform:translateY(0)}}body:not(.amp) .coblocks-animate.clipHorizontal{animation-duration:.75s;animation-name:clipHorizontal}@keyframes clipHorizontal{0%{clip-path:polygon(0 50%,0 100%,0 100%,0 50%,100% 50%,100% 0,100% 0,100% 50%);opacity:0}to{clip-path:polygon(0 50%,0 100%,100% 100%,100% 50%,100% 50%,100% 0,0 0,0 50%);opacity:1}}body:not(.amp) .coblocks-animate.clipVertical{animation-duration:.75s;animation-name:clipVertical}@keyframes clipVertical{0%{clip-path:polygon(50% 0,100% 0,100% 0,50% 0,50% 100%,0 100%,0 100%,50% 100%);opacity:0}to{clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,50% 100%,0 100%,0 0,50% 0);opacity:1}}
/************************************************
*	Headline																			*
************************************************/

.organic-headline {
	display: block;
	font-size: 3.6em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -2px;
	margin: 12px 0px;
	padding: 12px 0px;
	overflow: hidden;
}
.organic-headline.medium-headline {
	font-size: 2.4em;
	line-height: 1.3;
	letter-spacing: -1px;
}
.organic-headline.small-headline {
	font-size: 1.1em;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/************************************************
*	Toggle Box																		*
************************************************/

.toggle-box {
	margin: 6px 0px;
	padding: 0px;
	overflow: hidden;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
}
.toggle-trigger {
	display: block;
	background: #FFFFFF;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .08);
	zoom: 1;
}
.toggle-trigger.active {
	border-bottom: none;
}
p.toggle-trigger:before {
	color: #999999;
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f067";
	margin-right: 8px;
}
p.toggle-trigger.active:before {
	content: "\f068";
}
.toggle-trigger a {
	text-decoration: none;
}
.toggle-section {
	display: none;
	background: #FFFFFF;
	margin: 0px;
	padding: 12px 24px;
	overflow: hidden;
	border-left: 1px solid rgba(0, 0, 0, .08);
	border-right: 1px solid rgba(0, 0, 0, .08);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

/************************************************
*	Horizontal Rating Bar													*
************************************************/

.rating-container {
	display: block;
	padding: 18px 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.bar-rating {
	float: left;
	background: #F9F9F9;
	width: 70%;
	padding: 1%;
	position: relative;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.bar-rating > span {
	display: block;
	height: 20px;
	margin: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #333333;
	position: relative;
	overflow: hidden;
}
.rating-title {
	float: left;
	width: 26%;
	font-weight: bold;
	font-size: .9em;
	line-height: 2.6;
	text-align: right;
	margin-right: 2%;
	padding: 0px;
}

/************************************************
*	Modal Box																			*
************************************************/

.organic-modal {
	position:relative;
	top: 50%;
  transform: translateY(-50%);
	max-width: 480px;
	background: #FFFFFF;
	padding: 24px;
	margin:auto;
	z-index: 9999 !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-o-box-shadow: 0 0 10px #000000;
	-ms-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}
.modal-title {
	display: block;
	color: #333333;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 6px;
}
.modal-btn {
	display: block;
	width: 100%;
	overflow: hidden;
}
.modal-btn.align-right,
.modal-btn.align-left {
	float: none;
}
.modal-btn.align-right .organic-btn {
	float: right;
	margin-left: 12px;
}
.modal-btn.align-left .organic-btn {
	float: left;
	margin-right: 12px;
}
.modal-btn.align-center {
	float: none;
	text-align: center;
	margin: 0px auto 0px;
}
.organic-modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(/wp-content/plugins/organic-shortcodes/css/../images/close.png) no-repeat 0 0;
}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(/wp-content/plugins/organic-shortcodes/css/../images/spinner.gif) #111111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.jquery-modal.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 99 !important;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

/************************************************
*	Accordion																			*
************************************************/

.organic-accordion {
	display: block;
	background: #FFFFFF;
	margin: 12px 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
}
.ui-accordion .ui-accordion-header {
	display: block;
	background: #F9F9F9;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	margin-top: -1px;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .08);
	zoom: 1;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	background: #FFFFFF;
}
.ui-accordion .ui-accordion-header a {
	text-decoration: none;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active a {
	color: #333333;
}
.ui-accordion .ui-accordion-header a:before {
	color: #999999;
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f067";
	margin-right: 8px;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active a:before {
	content: "\f068";
}
.ui-accordion .ui-accordion-content {
	margin-top: -1px;
	padding: 18px 24px;
	border: 1px solid rgba(0, 0, 0, .08);
	overflow: auto;
	zoom: 1;
}

/************************************************
*	Tabs																					*
************************************************/

.organic-tabs {
	display: block;
	margin: 12px 0px;
}
.organic-tabs,
.ui-tabs {
	position: relative;
	padding: 0px;
	zoom: 1;
}
.organic-tabs ul#tabs,
.ui-tabs .ui-tabs-nav {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.organic-tabs ul#tabs li,
.ui-tabs .ui-tabs-nav li {
	float: left;
	background: #f9f9f9;
	list-style: none;
	position: relative;
	top: 0;
	margin: 0px;
	padding: 0;
	white-space: nowrap;
	border-top: 1px solid rgba(0, 0, 0, .08);
	border-right: 1px solid rgba(0, 0, 0, .08);
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.organic-tabs ul#tabs li:first-child,
.ui-tabs .ui-tabs-nav li:first-child {
	border-left: 1px solid rgba(0, 0, 0, .08);
}
.organic-tabs ul#tabs li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #ffffff;
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.organic-tabs ul#tabs li a,
.ui-tabs .ui-tabs-nav li a {
	float: left;
	color: #999999;
	font-weight: bold;
	padding: 4px 12px;
	text-decoration: none;
}
.organic-tabs ul#tabs li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #333333;
}
.organic-tabs ul#tabs li.ui-tabs-active a,
.organic-tabs ul#tabs li.ui-state-disabled a,
.organic-tabs ul#tabs li.ui-tabs-loading a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: inherit;
}
.organic-tabs ul#tabs li a,
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.organic-tabs div[id^=panel],
.ui-tabs .ui-tabs-panel {
	background: #FFFFFF;
	border-width: 0;
	margin-top: -1px;
	padding: 12px 24px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	-khtml-border-radius: 0px 3px 3px 3px;
	-webkit-border-radius: 0px 3px 3px 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	overflow: hidden;
}
.ui-tabs-hide {
	display: none;
}

/************************************************
*	Icons																					*
************************************************/

.organic-icon {
	display: block;
	position: relative;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.organic-icon i {
	display: block;
	font-size: 24px;
}

/************************************************
*	Buttons																				*
************************************************/

.organic-btn {
	display: inline-block;
	position: relative;
	margin: 12px 0px;
	padding: 0px;
	background-color: #444444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.organic-btn:hover {
	top: 2px;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
}
.organic-btn span.btn-holder {
	display: inline-block;
	color: rgba(255, 255, 255, .8) !important;
	font-style: normal;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 2.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, .12);
	padding: 4px 18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.organic-btn:hover span.btn-holder {
	color: #ffffff !important;
	text-decoration: none;
}
.organic-btn.medium-btn span.btn-holder {
	font-size: 0.9em;
	padding: 6px 24px;
}
.organic-btn.large-btn span.btn-holder {
	font-size: 1em;
	padding: 8px 32px;
}
.organic-btn.blue-btn {
	background-color: #00ccff;
}
.organic-btn.dark-blue-btn {
	background-color: #0033cc;
}
.organic-btn.pink-btn {
	background-color: #ff00cc;
}
.organic-btn.green-btn {
	background-color: #99cc00;
}
.organic-btn.red-btn {
	background-color: #ff0000;
}
.organic-btn.dark-red-btn {
	background-color: #990000;
}
.organic-btn.yellow-btn {
	background-color: #ffcc00;
}
.organic-btn.orange-btn {
	background-color: #ff9933;
}
.organic-btn.cyan-btn {
	background-color: #33cccc;
}
.organic-btn.white-btn {
	background-color: #ffffff;
}
.organic-btn.white-btn span.btn-holder {
	color: #777777 !important;
	text-shadow: none;
}
.organic-btn.white-btn:hover span.btn-holder {
	color: #333333 !important;
}
.organic-btn .fa {
	position: relative;
	top: 1px;
	font-size: 16px;
}
.organic-btn.align-left {
	float: left;
	margin-right: 12px;
}
.organic-btn.align-right {
	float: right;
	margin-left: 12px;
}
.organic-btn.align-center {
	float: none;
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.btn-container.align-left {
	float: none;
	text-align: left;
}
.btn-container.align-right {
	float: none;
	text-align: right;
}
.btn-container.align-center {
	float: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px auto 0px;
}

/************************************************
*	Alert Boxes																		*
************************************************/

.organic-box {
	display: block;
	margin: 12px 0px;
	padding: 0px;
	background-color: #F9F9F9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
}
.organic-box .box-content {
	display: block;
	color: #333333;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.8;
	padding: 12px 18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
}
.organic-box a.close {
	float: right;
	background: rgba(0, 0, 0, .05);
	color: #666666 !important;
	height: 10px;
	width: 10px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin: 16px 12px;
	padding: 4px;
	opacity: .7;
	filter: alpha(opacity=70);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*border: 1px solid rgba(0, 0, 0, .08);*/
}
.organic-box a.close:hover,
.organic-box a.close:active,
.organic-box a.close:focus {
	color: #333333 !important;
	background: rgba(0, 0, 0, .08);
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.organic-box.text-center {
	text-align: center;
}
.organic-box.text-right {
	text-align: right;
}
.organic-box.text-left {
	text-align: left;
}
.organic-box.blue-box {
	background-color: #d6e9f3;
}
.organic-box.blue-box h1,
.organic-box.blue-box h2,
.organic-box.blue-box h3,
.organic-box.blue-box h4,
.organic-box.blue-box h5,
.organic-box.blue-box h6,
.organic-box.blue-box .box-content,
.organic-box.blue-box blockquote {
	color: #336699;
}
.organic-box.red-box {
	background-color: #f6d9d9;
}
.organic-box.red-box h1,
.organic-box.red-box h2,
.organic-box.red-box h3,
.organic-box.red-box h4,
.organic-box.red-box h5,
.organic-box.red-box h6,
.organic-box.red-box .box-content,
.organic-box.red-box blockquote {
	color: #ff0000;
}
.organic-box.green-box {
	background-color: #e8f8d9;
}
.organic-box.green-box h1,
.organic-box.green-box h2,
.organic-box.green-box h3,
.organic-box.green-box h4,
.organic-box.green-box h5,
.organic-box.green-box h6,
.organic-box.green-box .box-content,
.organic-box.green-box blockquote {
	color: #669933;
}
.organic-box.yellow-box {
	background-color: #ffffcc;
}
.organic-box.yellow-box h1,
.organic-box.yellow-box h2,
.organic-box.yellow-box h3,
.organic-box.yellow-box h4,
.organic-box.yellow-box h5,
.organic-box.yellow-box h6,
.organic-box.yellow-box .box-content,
.organic-box.yellow-box blockquote {
	color: #996600;
}
.organic-box.white-box {
	background-color: #FFFFFF;
}

/************************************************
*	Columns																				*
************************************************/

.organic-column {
	float: left;
	position: relative;
	margin-right: 4%;
	padding-top: 18px;
	padding-bottom: 18px;
}
.organic-column.last {
	float: right;
	margin-right: 0;
	clear: right;
}
.organic-column:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.organic-column.one-half {
	width: 48%;
}
.organic-column.one-third {
	width: 30.66%;
}
.organic-column.two-third {
	width: 65.33%;
}
.organic-column.one-fourth {
	width: 22%;
}
.organic-column.three-fourth {
	width: 74%;
}
.organic-column.one-fifth {
	width: 16.8%;
}
.organic-column.two-fifth {
	width: 37.6%;
}
.organic-column.three-fifth {
	width: 58.4%;
}
.organic-column.four-fifth {
	width: 67.2%;
}
.organic-column.one-sixth {
	width: 13.33%;
}
.organic-column.five-sixth {
	width: 82.67%;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

/* Responsive iPhone Styles */

@media only screen and (max-width: 767px) {

	.ui-tabs .ui-tabs-nav li a {
		font-size: 0.7em;
	}
	.organic-headline {
		font-size: 1.6rem;
		letter-spacing: -0.8px;
	}
	.organic-headline.medium-headline {
		font-size: 1.2rem;
		letter-spacing: -0.4px;
	}
	.organic-column {
		padding: 12px 0px;
	}
	.one-half, .one-third, .two-third, .three-fourth, .one-fourth,
	.one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth,
	.organic-column.one-half, .organic-column.one-third, .organic-column.two-third,
	.organic-column.three-fourth, .organic-column.one-fourth, .organic-column.one-fifth,
	.organic-column.two-fifth, .organic-column.three-fifth, .organic-column.four-fifth,
	.organic-column.one-sixth, .organic-column.five-sixth {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	.bar-rating {
		width: 96%;
		padding: 2%;
	}
	.rating-title {
		width: 100%;
		line-height: 2.4;
		text-align: center;
		margin-right: 0x;
		padding: 0px;
	}
	.organic-modal {
		max-width: 100%;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		transform: none !important;
		margin: 0px !important;
		z-index: 99;
	}

}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/plugins/organic-shortcodes/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(/wp-content/plugins/organic-shortcodes/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/wp-content/plugins/organic-shortcodes/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/wp-content/plugins/organic-shortcodes/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/wp-content/plugins/organic-shortcodes/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/wp-content/plugins/organic-shortcodes/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*******************************************************************************************************************

	Plugin Name: Organic Builder Widgets Pro
	Plugin URI: https://organicthemes.com/builder/
	Description: A widget powered WordPress page builder. Created by Organic Themes.
	Author: Organic Themes
	Author URI: https://organicthemes.com
	Version: 2.4.0
	Text Domain: organic-widgets-pro

*******************************************************************************************************************/

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/************************************************
*  Global Styles
************************************************/

img.organic-widgets-hide-img,
.organic-widgets-hide-img img {
  line-height: 0;
  margin-left: -999em;
  padding: 0px;
}
.organic-widgets-content,
.organic-widgets-aligner,
.organic-widgets-group-container,
.organic-widget_widget_text,
.organic-widget_widget_media_video,
.organic-widget_widget_media_audio,
.organic-widget_widget_search,
.organic-widget_widget_recent_entries,
.organic-widget_widget_recent_comments,
.organic-widget_widget_archive,
.organic-widget_widget_categories,
.organic-widget_widget_meta,
.organic-widget_widget_media_gallery {
  max-width: 1240px;
}
.organic-widgets-content {
  position: relative;
  margin: 0px auto;
  z-index: 4;
}
.organic-widgets-clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.organic-widgets-featured-img {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.organic-widget .button {
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-content.organic-widgets-none {
  margin-top: 48px;
  margin-bottom: 48px;
}
.organic-widgets-default-title,
.organic-widgets-hide-content {
  display: none;
}
.organic-widgets-title + .organic-widgets-text {
  margin-bottom: 24px;
}
.organic-widgets-content .post-edit-link {
  margin: 0px;
}
.organic-widgets-text-left {
  text-align: left;
}
.organic-widgets-text-center {
  text-align: center;
}
.organic-widgets-text-right {
  text-align: right;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/************************************************
*  Core Widget Styles
************************************************/

.organic-widget_widget_media_image {
  text-align: center;
  line-height: 0;
  margin: 0px auto;
}
.organic-widget_widget_text,
.organic-widget_widget_media_video,
.organic-widget_widget_media_audio,
.organic-widget_widget_search,
.organic-widget_widget_media_gallery {
  margin: 0px auto;
  padding: 36px;
}
.organic-widget_widget_media_gallery .organic-widgets-default-title {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.organic-widget_widget_recent_entries,
.organic-widget_widget_recent_comments,
.organic-widget_widget_archive,
.organic-widget_widget_categories,
.organic-widget_widget_meta {
  margin: 0px auto;
  padding: 36px;
}
.organic-widget_widget_recent_entries ul,
.organic-widget_widget_recent_comments ul,
.organic-widget_widget_archive ul,
.organic-widget_widget_categories ul,
.organic-widget_widget_meta ul {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  -webkit-column-gap: 24px; /* Chrome, Safari, Opera */
  -moz-column-gap: 24px; /* Firefox */
  column-gap: 24px;
}
.organic-widget_widget_recent_entries ul,
.organic-widget_widget_recent_entries li,
.organic-widget_widget_recent_comments ul,
.organic-widget_widget_recent_comments li,
.organic-widget_widget_archive ul,
.organic-widget_widget_archive li,
.organic-widget_widget_categories ul,
.organic-widget_widget_categories li,
.organic-widget_widget_meta ul,
.organic-widget_widget_meta li {
  list-style-type: none;
  margin: 0px;
  padding: 6px 0px;
}
.organic-widget_widget_recent_entries .organic-widgets-default-title,
.organic-widget_widget_recent_comments .organic-widgets-default-title,
.organic-widget_widget_archive .organic-widgets-default-title,
.organic-widget_widget_categories .organic-widgets-default-title,
.organic-widget_widget_meta .organic-widgets-default-title,
.organic-widget_widget_media_video .organic-widgets-default-title {
  display: block;
}
.organic-widget_widget_media_video {
  text-align: center;
}
.organic-widget_widget_media_video .wp-video {
  background-color: #ffffff;
  max-width: 720px;
  margin: 24px auto;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

/************************************************
*  Organic Widget Styles
************************************************/

.organic-ocw-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.organic-ocw-container .password-form-wrapper {
  background: #ffffff;
  text-align: center;
  margin: 72px auto;
  padding: 48px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.organic-ocw-container .password-form-wrapper p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.organic-ocw-container .password-form-wrapper p:last-child label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.organic-ocw-container .password-form-wrapper p:last-child input[type="password"] {
  width: auto;
  margin-left: 6px;
  margin-right: 6px;
}
.organic-ocw-container .password-form-wrapper p:last-child input[type="submit"] {
  margin: 0px;
}
.organic-widget {
  display: inline-block;
  position: relative;
  width: 100%;
}
.organic-widgets-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 72px 36px;
  margin: 0px;
  box-sizing: border-box;
}
.organic-widgets-section .organic-widgets-section {
  padding: 12px;
}
.organic-widgets-section::after {
  display: table;
  content: '';
  clear: both;
}
.organic-widgets-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
.organic-widgets-text p {
  margin: 18px 0px;
  padding: 0px;
}
.organic-widget .organic-widgets-post-holder {
  width: calc(100% + 24px);
  margin-left: -12px;
}
.organic-widgets-title + .organic-widgets-post-holder,
.organic-widgets-text + .organic-widgets-post-holder {
  margin-top: 24px;
}
.organic-widgets-post-holder .organic-widgets-masonry-wrapper {
  min-width: 20%;
}
.organic-widgets-post-holder article {
  margin: 12px;
}
.organic-widgets-post-holder .organic-widgets-single article {
  margin: 12px 0px;
}
.organic-widgets-post-holder .organic-widgets-third article,
.organic-widgets-post-holder .organic-widgets-fourth article,
.organic-widgets-post-holder .organic-widgets-fifth article,
.organic-widgets-post-holder .organic-widgets-sixth article {
  font-size: 90%;
}
.organic-widgets-card {
  position: relative;
  background-color: #ffffff;
  padding: 0px;
}
.organic-widgets-card.organic-widgets-no-content {
  margin: 24px auto;
  padding: 24px;
}
.organic-widgets-card [class*="wp-block"] {
  max-width: 100%;
  left: auto;
}
.organic-widgets-card-content {
  padding: 24px;
  box-sizing: border-box;
}
.organic-widgets-card-content p {
  margin: 18px 0px;
  padding: 0px;
}
.organic-widgets-post-meta {
  font-size: 80%;
  margin: 0px;
}
.organic-widgets-post-meta::before {
  content: '';
  display: inline-block;
  background-color: #cccccc;
  width: 80px;
  height: 3px;
  margin-bottom: 4px;
}
.organic-widgets-post-meta p.organic-widgets-post-date,
.organic-widgets-post-meta p.organic-widgets-post-author {
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
}
.organic-widgets-aspect-ratio-spacer {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.organic-widgets-button-holder {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.organic-widget .link-more {
  margin-bottom: 0px;
  padding: 0px;
}
.organic-widget .link-more br {
  display: none;
}
.organic-widgets-section.organic-widgets-fixed-bg-img {
  background-attachment: fixed;
}
.organic-widgets-section.organic-widgets-repeat-bg-img {
  background-size: auto;
  background-repeat: repeat;
}
.organic-widgets-section.organic-widgets-full-height-section {
  height: 100vh;
}
.organic-widget .pagination .nav-links {
  border-radius: 3px;
  overflow: hidden;
}
.organic-widget .pagination .page-numbers {
  float: left;
  background: #ffffff;
  color: #999999;
  min-height: 36px;
  min-width: 36px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.organic-widget .pagination .page-numbers:first-child {
  border-left: none;
}
.organic-widget .pagination .page-numbers:hover,
.organic-widget .pagination .page-numbers:active,
.organic-widget .pagination .page-numbers.current {
  background: #eeeeee;
  color: #000000;
  min-height: 36px;
  min-width: 36px;
  line-height: 36px;
  padding: 0px;
}

/************************************************
*  Selected Styles
************************************************/

.style-rounded .organic-widgets-card {
  border-radius: 12px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.style-rounded .organic-widgets-featured-img {
  border-radius: 50%;
  max-width: 50%;
  margin: 36px auto 0px;
}
.organic-widgets-blog-posts-section .style-rounded .organic-widgets-featured-img {
  border-radius: 6px;
  max-width: none;
  margin: 12px;
}
.organic-widgets-content-horizontal .style-angular .organic-widgets-featured-img {
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  overflow: hidden;
}
.style-bordered .organic-widgets-card {
  border-radius: 3px;
  padding: 12px;
  box-sizing: border-box;
  border: 4px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.style-bordered .organic-widgets-card-content {
  padding: 12px;
}
.style-angular .organic-widgets-card {
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.style-angular .organic-widgets-featured-img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  overflow: hidden;
}

/* Modern Table Style */

table.style-table-modern {
  background: #ffffff;
  border: none;
  border-radius: 6px;
  border-collapse: inherit;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
table.style-table-modern th {
  color: #000000;
  padding: 12px 18px;
}
table.style-table-modern td {
  color: rgba(0, 0, 0, 0.7);
  padding: 6px 18px;
}
table.style-table-modern th,
table.style-table-modern td {
  background: none;
  text-align: left;
  border: none;
}
table.style-table-modern tr,
table.style-table-modern thead,
table.style-table-modern tfoot {
  border: none;
}
table.style-table-modern tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.06);
}

/* Bordered Table Style */

table.style-table-bordered {
  background: #ffffff;
  border-radius: 3px;
  border-collapse: collapse;
  border: 3px solid rgba(0, 0, 0, 0.12);
  box-shadow: none;
  overflow: hidden;
}
table.style-table-bordered th {
  color: #000000;
  padding: 12px 18px;
}
table.style-table-bordered td {
  color: rgba(0, 0, 0, 0.7);
  padding: 6px 18px;
}
table.style-table-bordered th,
table.style-table-bordered td {
  background: none;
  text-align: left;
  border: none;
}
table.style-table-bordered tr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
table.style-table-bordered tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.06);
}

/* Minimal Table Style */

table.style-table-minimal thead,
table.style-table-minimal tfoot {
  background: none;
  border: none;
}
table.style-table-minimal tbody tr:nth-child(2n+1) {
  background: none;
}
table.style-table-minimal,
table.style-table-minimal td,
table.style-table-minimal th,
table.style-table-minimal thead tr {
  background: none;
  text-align: left;
  border: none;
  box-shadow: none;
}
table.style-table-minimal tr {
  background: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
  border-left: none;
  border-right: none;
}

/* Dark Table Style */

table.style-table-dark thead,
table.style-table-dark tfoot {
  background: none;
  border: none;
}
table.style-table-dark {
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
table.style-table-dark th {
  color: #ffffff;
  padding: 12px 18px;
}
table.style-table-dark td {
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 18px;
}
table.style-table-dark th,
table.style-table-dark td,
table.style-table-dark tr {
  background: none;
  text-align: left;
  border: none;
}
table.style-table-dark tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.08);
}

/************************************************
*  Events Section Widget
************************************************/

.organic-widgets-event-section .organic-widgets-text {
  margin-bottom: 0px;
}
.organic-widgets-event-section .organic-widgets-event-information {
  text-align: center;
  margin: 0px auto;
}
.organic-widgets-event-section .organic-widgets-event-table {
  width: 100%;
  margin-bottom: 24px;
}
.organic-widgets-event-section table {
  border-spacing: 0;
  margin: 0px;
}
.organic-widgets-event-section table tbody {
  font-size: 90%;
}
.organic-widgets-event-section table a.button {
  display: block;
  text-align: center;
  line-height: 1.4;
  margin: 4px 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.organic-widgets-event-section .organic-widgets-aligner-top-center,
.organic-widgets-event-section .organic-widgets-aligner-middle-center {
  flex-direction: column;
}
.organic-widgets-event-section .organic-widgets-aligner-top-right,
.organic-widgets-event-section .organic-widgets-aligner-middle-right,
.organic-widgets-event-section .organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-event-section .organic-widgets-aligner-bottom-center {
  flex-direction: column-reverse;
}
.organic-widgets-event-section .organic-widgets-aligner-bottom-center .organic-widgets-event-information {
  margin-top: 24px;
}
.organic-widgets-event-section .organic-widgets-aligner-top-center .organic-widgets-event-information,
.organic-widgets-event-section .organic-widgets-aligner-middle-center .organic-widgets-event-information {
  margin-bottom: 24px;
}
.organic-widgets-event-section .organic-widgets-aligner-top-left .organic-widgets-event-information,
.organic-widgets-event-section .organic-widgets-aligner-middle-left .organic-widgets-event-information,
.organic-widgets-event-section .organic-widgets-aligner-bottom-left .organic-widgets-event-information {
  text-align: left;
  max-width: 35%;
  padding-right: 36px;
  box-sizing: border-box;
}
.organic-widgets-event-section .organic-widgets-aligner-top-right .organic-widgets-event-information,
.organic-widgets-event-section .organic-widgets-aligner-middle-right .organic-widgets-event-information,
.organic-widgets-event-section .organic-widgets-aligner-bottom-right .organic-widgets-event-information {
  text-align: left;
  max-width: 35%;
  padding-left: 36px;
  box-sizing: border-box;
}
.organic-widgets-event-section .organic-widgets-aligner-top-right .organic-widgets-button-holder,
.organic-widgets-event-section .organic-widgets-aligner-middle-right .organic-widgets-button-holder,
.organic-widgets-event-section .organic-widgets-aligner-bottom-right .organic-widgets-button-holder {
  text-align: left;
}

/************************************************
*  Food Menu Section Widget
************************************************/

.organic-widgets-food-menu-section .organic-widgets-text {
  margin-bottom: 0px;
}
.organic-widgets-food-menu-section .organic-widgets-food-menu-information {
  text-align: center;
  margin: 0px auto;
}
.organic-widgets-food-menu-section .organic-widgets-food-menu-table {
  width: 100%;
}
.organic-widgets-food-menu-section table {
  border-spacing: 0;
  margin: 0px;
}
.organic-widgets-food-menu-section table.style-table-minimal tr {
  border-top: none;
}
.organic-widgets-food-menu-section table.style-table-dark .organic-widgets-menu-item h6,
.organic-widgets-food-menu-section table.style-table-dark .organic-widgets-menu-item-price h6 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}
.organic-widgets-food-menu-section table.style-table-dark .organic-widgets-menu-item p {
  color: rgba(255, 255, 255, 0.7);
}
.organic-widgets-food-menu-section .organic-widgets-menu-item {
  padding: 24px 0px 24px 24px;
}
.organic-widgets-food-menu-section .organic-widgets-menu-item h6,
.organic-widgets-food-menu-section .organic-widgets-menu-item-price h6 {
  font-size: 1.3em;
  margin: 0px;
  padding-bottom: 12px;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.24);
}
.organic-widgets-food-menu-section .organic-widgets-menu-item h6 {
  width: calc(100% + 3px);
}
.organic-widgets-food-menu-section .organic-widgets-menu-item-price h6 {
  font-style: italic;
  letter-spacing: 0px;
}
.organic-widgets-food-menu-section .organic-widgets-menu-item p {
  font-style: italic;
  font-size: 90%;
  margin-top: 8px;
  margin-bottom: 0px;
}
.organic-widgets-food-menu-section .organic-widgets-menu-item-price {
  text-align: right;
  vertical-align: top;
  padding: 24px 24px 24px 0px;
}

/* Styles */

.organic-widgets-food-menu-section .style-divider-dotted-small .organic-widgets-menu-item h6,
.organic-widgets-food-menu-section .style-divider-dotted-small .organic-widgets-menu-item-price h6 {
  border-bottom: 1px dotted #cccccc;
}
.organic-widgets-food-menu-section .style-divider-solid .organic-widgets-menu-item h6,
.organic-widgets-food-menu-section .style-divider-solid .organic-widgets-menu-item-price h6 {
  border-bottom: 1px solid #dddddd;
}
.organic-widgets-food-menu-section .style-divider-dashed .organic-widgets-menu-item h6,
.organic-widgets-food-menu-section .style-divider-dashed .organic-widgets-menu-item-price h6 {
  border-bottom: 1px dashed #cccccc;
}
.organic-widgets-food-menu-section .style-divider-none .organic-widgets-menu-item h6,
.organic-widgets-food-menu-section .style-divider-none .organic-widgets-menu-item-price h6 {
  border-bottom: none;
}

/* Alignment */

.organic-widgets-food-menu-section .organic-widgets-aligner-top-center,
.organic-widgets-food-menu-section .organic-widgets-aligner-middle-center {
  flex-direction: column;
}
.organic-widgets-food-menu-section .organic-widgets-aligner-top-right,
.organic-widgets-food-menu-section .organic-widgets-aligner-middle-right,
.organic-widgets-food-menu-section .organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-food-menu-section .organic-widgets-aligner-bottom-center {
  flex-direction: column-reverse;
}
.organic-widgets-food-menu-section .organic-widgets-aligner-bottom-center .organic-widgets-food-menu-information {
  margin-top: 24px;
}
.organic-widgets-food-menu-section .organic-widgets-aligner-top-center .organic-widgets-food-menu-information,
.organic-widgets-food-menu-section .organic-widgets-aligner-middle-center .organic-widgets-food-menu-information {
  margin-bottom: 24px;
}
.organic-widgets-food-menu-section .organic-widgets-aligner-top-left .organic-widgets-food-menu-information,
.organic-widgets-food-menu-section .organic-widgets-aligner-middle-left .organic-widgets-food-menu-information,
.organic-widgets-food-menu-section .organic-widgets-aligner-bottom-left .organic-widgets-food-menu-information {
  text-align: left;
  width: 100%;
  max-width: 35%;
  padding-right: 36px;
  box-sizing: border-box;
}
.organic-widgets-food-menu-section .organic-widgets-aligner-top-right .organic-widgets-food-menu-information,
.organic-widgets-food-menu-section .organic-widgets-aligner-middle-right .organic-widgets-food-menu-information,
.organic-widgets-food-menu-section .organic-widgets-aligner-bottom-right .organic-widgets-food-menu-information {
  text-align: left;
  max-width: 35%;
  padding-left: 36px;
  box-sizing: border-box;
}

/************************************************
*  Tab & Toggle Section Widget
************************************************/

/* Toggles */

.organic-widgets-toggle-section .organic-widgets-text {
  margin-bottom: 0px;
}
.organic-widgets-toggle-section .organic-widgets-toggle-information {
  text-align: center;
  margin: 0px auto;
}
.organic-widgets-toggle-section .organic-widgets-toggles {
  width: 100%;
}
.organic-widgets-toggle-box {
  margin: 12px 0px;
  padding: 0px;
  overflow: hidden;
}
.organic-widgets-trigger {
  display: block;
  background: #ffffff;
  position: relative;
  font-size: 1em;
  line-height: 1.4;
  margin: 0px;
  padding: 12px;
  cursor: pointer;
  box-sizing: border-box;
  zoom: 1;
}
.organic-widgets-trigger::before {
  color: #999999;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '\f067';
  margin-right: 8px;
}
.organic-widgets-trigger.active::before,
.organic-widgets-accordion .ui-accordion-header-active::before {
  content: '\f068';
}
.organic-widgets-trigger a {
  color: #999999;
  text-decoration: none !important;
}
.organic-widgets-trigger a:hover,
.organic-widgets-trigger.active a {
  color: #000000;
}
.organic-widgets-toggle-content {
  display: none;
  background: #ffffff;
  margin-bottom: 0px;
  padding: 24px;
  overflow: hidden;
}

/* Icons */

.icon-circle .organic-widgets-trigger::before {
  content: '\f055';
}
.icon-circle .organic-widgets-trigger.active::before,
.organic-widgets-accordion.icon-circle .ui-accordion-header-active::before {
  content: '\f056';
}
.icon-arrow .organic-widgets-trigger::before {
  float: right;
  content: '\f107';
  margin-left: 8px;
  margin-right: 0px;
}
.icon-arrow .organic-widgets-trigger.active::before,
.organic-widgets-accordion.icon-arrow .ui-accordion-header-active::before {
  content: '\f106';
}
.icon-caret .organic-widgets-trigger::before {
  float: right;
  content: '\f0d8';
  margin-left: 8px;
  margin-right: 0px;
}
.icon-caret .organic-widgets-trigger.active::before,
.organic-widgets-accordion.icon-caret .ui-accordion-header-active::before {
  content: '\f0d7';
}

/* Tabs */

.organic-widgets-tabs {
  display: block;
  width: 100%;
  position: relative;
  margin: 12px 0px;
  padding: 0px;
  zoom: 1;
}
.organic-widgets-tabs ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.organic-widgets-tabs ul li {
  float: left;
  background: #f4f4f4;
  list-style: none;
  position: relative;
  top: 0;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.organic-widgets-tabs ul li:first-child {
  border-radius: 3px 0px 0px 0px;
}
.organic-widgets-tabs ul li:last-child {
  border-radius: 0px 3px 0px 0px;
}
.organic-widgets-tabs ul li.ui-tabs-active {
  background: #ffffff;
}
.organic-widgets-tabs ul li a {
  float: left;
  color: #999999;
  line-height: 1.6;
  padding: 12px;
  cursor: pointer;
  text-decoration: none;
}
.organic-widgets-tabs ul li.ui-tabs-active a {
  color: #000000;
}
.organic-widgets-tabs ul li.ui-tabs-active a,
.organic-widgets-tabs ul li.ui-state-disabled a,
.organic-widgets-tabs ul li.ui-tabs-loading a {
  cursor: inherit;
}
.organic-widgets-tabs .organic-widgets-toggle-content {
  display: none;
  background: #ffffff;
  padding: 18px 24px;
  border-radius: 0px 3px 3px 3px;
  overflow: hidden;
}
.organic-widgets-tabs .ui-tabs-hide {
  display: none;
}

/* Accordion */

.organic-widgets-accordion {
  display: block;
  width: 100%;
  background: #ffffff;
  margin: 12px 0px;
}
.organic-widgets-accordion .ui-accordion-header {
  display: block;
  position: relative;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0px;
  padding: 12px;
  cursor: pointer;
  zoom: 1;
}
.organic-widgets-accordion .ui-accordion-header.ui-accordion-header-active {
  background: #ffffff;
}
.organic-widgets-accordion .ui-accordion-header.ui-accordion-header-active a {
  color: #000000;
}

/* Bordered Style Variation */

.style-toggle-bordered .organic-widgets-toggle-content {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-tabs.style-toggle-bordered ul li {
  border-top: 2px solid rgba(0, 0, 0, 0.12);
  border-right: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-tabs.style-toggle-bordered  ul li:first-child {
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-tabs.style-toggle-bordered ul li.ui-tabs-active {
  border-bottom-color: #ffffff;
}
.organic-widgets-tabs.style-toggle-bordered .organic-widgets-toggle-content {
  margin-top: -2px;
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-accordion.style-toggle-bordered,
.organic-widgets-toggles.style-toggle-bordered .organic-widgets-toggle-box {
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-accordion.style-toggle-bordered .ui-accordion-header {
  margin-top: -2px;
  border-top: 2px solid rgba(0, 0, 0, 0.12);
}

/* Modern Style Variation */

.organic-widgets-accordion.style-toggle-modern,
.organic-widgets-toggles.style-toggle-modern .organic-widgets-toggle-box {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.organic-widgets-toggles.style-toggle-modern .organic-widgets-trigger,
.organic-widgets-accordion.style-toggle-modern .organic-widgets-trigger,
.organic-widgets-tabs.style-toggle-modern ul li a {
  font-size: 90%;
  font-weight: normal;
  letter-spacing: 1px;
}
.organic-widgets-accordion.style-toggle-modern .organic-widgets-trigger {
  border-top: 1px solid #dddddd;
}
.organic-widgets-accordion.style-toggle-modern .organic-widgets-trigger:first-child {
  border-top: none;
}
.organic-widgets-toggles.style-toggle-modern .organic-widgets-toggle-content,
.organic-widgets-accordion.style-toggle-modern .organic-widgets-toggle-content {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  border-top: 1px solid #dddddd;
}
.organic-widgets-tabs.style-toggle-modern .organic-widgets-toggle-content {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #dddddd;
  border-radius: 0px 3px 3px 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.organic-widgets-tabs.style-toggle-modern ul {
  margin-bottom: -1px;
}
.organic-widgets-tabs.style-toggle-modern ul li {
  background: #f4f4f4;
  margin-right: 4px;
  border-radius: 3px 3px 0px 0px;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #dddddd;
}
.organic-widgets-tabs.style-toggle-modern ul li.ui-tabs-active {
  background: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.organic-widgets-tabs.style-toggle-modern ul li.ui-tabs-active::after {
  position: absolute;
  left: 0; bottom: -8px;
  background: #ffffff;
  content: '';
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  z-index: 8;
}

/* Dark Style Variation */

.organic-widgets-accordion.style-toggle-dark,
.organic-widgets-toggles.style-toggle-dark .organic-widgets-toggle-box {
  border-radius: 3px;
  overflow: hidden;
}
.style-toggle-dark .organic-widgets-trigger,
.organic-widgets-accordion.style-toggle-dark,
.organic-widgets-accordion.style-toggle-dark .ui-accordion-header,
.organic-widgets-tabs.style-toggle-dark .organic-widgets-toggle-content,
.organic-widgets-tabs.style-toggle-dark ul li.ui-tabs-active {
  background: #222222;
}
.organic-widgets-accordion.style-toggle-dark .ui-accordion-header {
  border-top: 1px solid #000000;
}
.organic-widgets-accordion.style-toggle-dark .ui-accordion-header:first-child {
  border-top: none;
}
.organic-widgets-tabs.style-toggle-dark ul li {
  margin-right: 1px;
}
.style-toggle-dark .organic-widgets-trigger a {
  color: #999999;
}
.style-toggle-dark .organic-widgets-trigger a:hover,
.style-toggle-dark .organic-widgets-trigger.active a,
.organic-widgets-tabs.style-toggle-dark ul li.ui-tabs-active a,
.organic-widgets-tabs.style-toggle-dark .organic-widgets-toggle-content,
.organic-widgets-accordion.style-toggle-dark .ui-accordion-header.ui-accordion-header-active a {
  color: #ffffff;
}
.style-toggle-dark .organic-widgets-toggle-content,
.organic-widgets-toggles.style-toggle-dark .organic-widgets-toggle-content,
.organic-widgets-accordion.style-toggle-dark.organic-widgets-card .organic-widgets-toggle-content {
  background: #000000;
  color: #ffffff;
}
.organic-widgets-tabs.style-toggle-dark ul li {
  color: #999999;
  background: #000000;
}

/* Alignment */

.organic-widgets-toggle-section .organic-widgets-aligner-top-center,
.organic-widgets-toggle-section .organic-widgets-aligner-middle-center {
  flex-direction: column;
}
.organic-widgets-toggle-section .organic-widgets-aligner-top-right,
.organic-widgets-toggle-section .organic-widgets-aligner-middle-right,
.organic-widgets-toggle-section .organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-toggle-section .organic-widgets-aligner-bottom-center {
  flex-direction: column-reverse;
}
.organic-widgets-toggle-section .organic-widgets-aligner-top-left .organic-widgets-toggle-information,
.organic-widgets-toggle-section .organic-widgets-aligner-middle-left .organic-widgets-toggle-information,
.organic-widgets-toggle-section .organic-widgets-aligner-bottom-left .organic-widgets-toggle-information {
  text-align: left;
  width: 100%;
  max-width: 35%;
  padding-right: 36px;
  box-sizing: border-box;
}
.organic-widgets-toggle-section .organic-widgets-aligner-top-right .organic-widgets-toggle-information,
.organic-widgets-toggle-section .organic-widgets-aligner-middle-right .organic-widgets-toggle-information,
.organic-widgets-toggle-section .organic-widgets-aligner-bottom-right .organic-widgets-toggle-information {
  text-align: left;
  max-width: 35%;
  padding-left: 36px;
  box-sizing: border-box;
}

/************************************************
*  Search Section Widget
************************************************/

.organic-widgets-search-form {
  width: 100%;
  min-width: 280px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-search-form #searchform {
  width: 100%;
  justify-content: center;
}
.organic-widgets-search-form #searchform #s {
  width: 100%;
  max-width: none;
  background: #ffffff;
}

/* Modern Style */

.organic-widgets-search-form.style-search-modern #searchform #s,
.organic-widgets-search-form.style-search-modern #searchform #searchsubmit {
  padding: 12px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
}

/* Bordered Style */

.organic-widgets-search-form.style-search-bordered #searchform #s,
.organic-widgets-search-form.style-search-bordered #searchform #searchsubmit {
  border: 3px solid rgba(0, 0, 0, 0.24);
  border-radius: 0px;
}

/* Dark Style */

.organic-widgets-search-form.style-search-dark #searchform #s {
  color: #ffffff;
  background: #000000;
  border: 2px solid #222222;
  border-radius: 3px;
}
.organic-widgets-search-form.style-search-dark #searchform #s:focus {
  border-color: #ffffff;
}

/* Large Style */

.organic-widgets-search-form.style-search-large {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.organic-widgets-search-form.style-search-large #searchform #s,
.organic-widgets-search-form.style-search-large #searchform #searchsubmit {
  padding: 18px;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
}

/* Alignment */

.organic-widgets-search-section .organic-widgets-aligner-top-center,
.organic-widgets-search-section .organic-widgets-aligner-middle-center {
  flex-direction: column;
}
.organic-widgets-search-section .organic-widgets-aligner-top-right,
.organic-widgets-search-section .organic-widgets-aligner-middle-right,
.organic-widgets-search-section .organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-search-section .organic-widgets-aligner-bottom-center {
  flex-direction: column-reverse;
}
.organic-widgets-search-section .organic-widgets-aligner-top-center .organic-widgets-search-information,
.organic-widgets-search-section .organic-widgets-aligner-middle-center .organic-widgets-search-information,
.organic-widgets-search-section .organic-widgets-aligner-bottom-center .organic-widgets-search-information {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-search-section .organic-widgets-aligner-top-left .organic-widgets-search-information,
.organic-widgets-search-section .organic-widgets-aligner-middle-left .organic-widgets-search-information,
.organic-widgets-search-section .organic-widgets-aligner-bottom-left .organic-widgets-search-information {
  text-align: left;
  width: 100%;
  max-width: 35%;
  padding-right: 36px;
  box-sizing: border-box;
}
.organic-widgets-search-section .organic-widgets-aligner-top-right .organic-widgets-search-information,
.organic-widgets-search-section .organic-widgets-aligner-middle-right .organic-widgets-search-information,
.organic-widgets-search-section .organic-widgets-aligner-bottom-right .organic-widgets-search-information {
  text-align: left;
  max-width: 35%;
  padding-left: 36px;
  box-sizing: border-box;
}

/************************************************
*  Featured Video Widget
************************************************/

.organic-widgets-featured-video-section .organic-widgets-featured-video-embed {
  position: relative;
  width: 100%;
  min-width: 280px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-featured-video-section p.video-caption {
  font-size: 90%;
  text-align: center;
  margin: 0px;
  padding: 12px 12px 0px 12px;
  box-sizing: border-box;
}
.organic-widgets-featured-video-section .video-embed p {
  margin: 0px;
  padding: 0px;
}

/* Style Rounded */

.organic-widgets-featured-video-section.style-rounded .organic-widgets-featured-video-embed .organic-widgets-card {
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.24);
}
.organic-widgets-featured-video-section.style-rounded .organic-widgets-featured-video-embed iframe,
.organic-widgets-featured-video-section.style-rounded .organic-widgets-featured-video-embed object {
  border-radius: 3px;
}

/* Style Modern */

.organic-widgets-featured-video-section.style-modern .organic-widgets-featured-video-embed .organic-widgets-card {
  background: #ffffff;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

/* Style Bordered */

.organic-widgets-featured-video-section.style-bordered .organic-widgets-featured-video-embed .organic-widgets-card {
  background: #ffffff;
  padding: 12px;
  border: 3px solid rgba(0, 0, 0, 0.12);
}

/* Alignment */

.organic-widgets-featured-video-section .organic-widgets-content,
.organic-widgets-featured-video-section .organic-widgets-aligner {
  height: 100%;
}
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-top-center,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-middle-center {
  align-items: center;
  flex-direction: column;
}
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-bottom-center {
  align-items: center;
  flex-direction: column-reverse;
}
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-top-left,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-middle-left,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-bottom-left,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-featured-video-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  justify-content: center;
}
.organic-widgets-featured-video-section .organic-widgets-aligner-top-center .organic-widgets-featured-video-information,
.organic-widgets-featured-video-section .organic-widgets-aligner-middle-center .organic-widgets-featured-video-information,
.organic-widgets-featured-video-section .organic-widgets-aligner-bottom-center .organic-widgets-featured-video-information {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-featured-video-section .organic-widgets-aligner-top-center .organic-widgets-featured-video-information,
.organic-widgets-featured-video-section .organic-widgets-aligner-middle-center .organic-widgets-featured-video-information {
  margin-bottom: 24px;
}
.organic-widgets-featured-video-section .organic-widgets-aligner-bottom-center .organic-widgets-featured-video-information {
  margin-top: 24px;
}
.organic-widgets-featured-video-section .organic-widgets-aligner-top-left .organic-widgets-featured-video-information,
.organic-widgets-featured-video-section .organic-widgets-aligner-middle-left .organic-widgets-featured-video-information,
.organic-widgets-featured-video-section .organic-widgets-aligner-bottom-left .organic-widgets-featured-video-information {
  text-align: left;
  width: 100%;
  max-width: 40%;
  padding-right: 48px;
  box-sizing: border-box;
}
.organic-widgets-featured-video-section .organic-widgets-aligner-top-right .organic-widgets-featured-video-information,
.organic-widgets-featured-video-section .organic-widgets-aligner-middle-right .organic-widgets-featured-video-information,
.organic-widgets-featured-video-section .organic-widgets-aligner-bottom-right .organic-widgets-featured-video-information {
  text-align: left;
  max-width: 40%;
  padding-left: 48px;
  box-sizing: border-box;
}
.organic-widgets-featured-video-section .organic-widgets-aligner-top-right .organic-widgets-button-holder,
.organic-widgets-featured-video-section .organic-widgets-aligner-middle-right .organic-widgets-button-holder,
.organic-widgets-featured-video-section .organic-widgets-aligner-bottom-right .organic-widgets-button-holder {
  text-align: left;
}

/************************************************
*  Video Gallery Widget
************************************************/

.organic-widgets-video-gallery-section .organic-widgets-video-gallery {
  position: relative;
  width: 100%;
  min-width: 280px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-video-gallery-section p.video-caption {
  font-size: 90%;
  text-align: center;
  margin: 0px;
  padding: 12px 12px 0px 12px;
  box-sizing: border-box;
}

/* Alignment */

.organic-widgets-video-gallery-section .organic-widgets-content,
.organic-widgets-video-gallery-section .organic-widgets-aligner {
  height: 100%;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-top-center,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-middle-center {
  align-items: center;
  flex-direction: column;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-bottom-center {
  align-items: center;
  flex-direction: column-reverse;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-top-left,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-middle-left,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-bottom-left,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-video-gallery-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  justify-content: center;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner-top-center .organic-widgets-video-gallery-information,
.organic-widgets-video-gallery-section .organic-widgets-aligner-middle-center .organic-widgets-video-gallery-information,
.organic-widgets-video-gallery-section .organic-widgets-aligner-bottom-center .organic-widgets-video-gallery-information {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner-top-center .organic-widgets-video-gallery-information,
.organic-widgets-video-gallery-section .organic-widgets-aligner-middle-center .organic-widgets-video-gallery-information {
  margin-bottom: 24px;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner-bottom-center .organic-widgets-video-gallery-information {
  margin-top: 24px;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner-top-left .organic-widgets-video-gallery-information,
.organic-widgets-video-gallery-section .organic-widgets-aligner-middle-left .organic-widgets-video-gallery-information,
.organic-widgets-video-gallery-section .organic-widgets-aligner-bottom-left .organic-widgets-video-gallery-information {
  text-align: left;
  width: 100%;
  max-width: 40%;
  padding-right: 48px;
  box-sizing: border-box;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner-top-right .organic-widgets-video-gallery-information,
.organic-widgets-video-gallery-section .organic-widgets-aligner-middle-right .organic-widgets-video-gallery-information,
.organic-widgets-video-gallery-section .organic-widgets-aligner-bottom-right .organic-widgets-video-gallery-information {
  text-align: left;
  max-width: 40%;
  padding-left: 48px;
  box-sizing: border-box;
}
.organic-widgets-video-gallery-section .organic-widgets-aligner-top-right .organic-widgets-button-holder,
.organic-widgets-video-gallery-section .organic-widgets-aligner-middle-right .organic-widgets-button-holder,
.organic-widgets-video-gallery-section .organic-widgets-aligner-bottom-right .organic-widgets-button-holder {
  text-align: left;
}

/************************************************
*  Audio Playlist Section Widget
************************************************/

.organic-widgets-audio-player {
  width: 100%;
  min-width: 280px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-audio-player .wp-playlist.wp-audio-playlist {
  margin: 0px;
  box-shadow: none;
}
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-light .wp-playlist-item-meta.wp-playlist-item-title,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-light .wp-playlist-playing a.wp-playlist-caption,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-light .wp-playlist-playing a.wp-playlist-caption span {
  color: #000000;
}
.organic-widgets-audio-player .wp-audio-playlist .mejs-controls .mejs-time span,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-dark .wp-playlist-item-meta.wp-playlist-item-title,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-dark .wp-playlist-item.wp-playlist-playing a.wp-playlist-caption,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-dark .wp-playlist-item.wp-playlist-playing a.wp-playlist-caption span {
  color: #ffffff;
}
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-dark .wp-playlist-caption,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-dark .wp-playlist-item-length,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-dark .wp-playlist-item a.wp-playlist-caption span,
.organic-widgets-audio-player .wp-audio-playlist.wp-playlist-dark .wp-playlist-item-meta {
  color: #999999;
}
.organic-widgets-audio-player .wp-audio-playlist .mejs-controls button {
  box-shadow: none;
}

/*---- Style Modern ----*/

.organic-widgets-audio-player.style-audio-modern {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist {
  padding: 24px;
  border: none;
}
.organic-widgets-audio-player.style-audio-modern .mejs-embed,
.organic-widgets-audio-player.style-audio-modern .mejs-embed body,
.organic-widgets-audio-player.style-audio-modern .mejs-container,
.organic-widgets-audio-player.style-audio-modern .mejs-container .mejs-controls {
  border-radius: 2px;
}

/* Captions - Track titles / subtitles, time */
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-caption,
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-item-length {
  color: #787878;
}

/* Captions - Current track */
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-title {
  font-size: 16px;
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-item-album {
  font-style: normal;
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-item-artist {
  text-transform: none;
  opacity: .8;
}

/* Playlist items */
.organic-widgets-audio-player.style-audio-modern .wp-playlist-current-item {
  margin-bottom: 18px;
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-item {
  padding: 12px 0;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist.wp-playlist-dark .wp-playlist-item {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-item:last-child {
  padding-bottom: 0;
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-playing,
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist.wp-playlist-dark .wp-playlist-playing {
  font-weight: normal;
  border-bottom-color: #db4e88;
}
.organic-widgets-audio-player.style-audio-modern .wp-audio-playlist .wp-playlist-item-length {
  top: 12px;
}

/*---- Style Bordered ----*/

.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist {
  padding: 24px;
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-radius: 0px;
  box-shadow: none;
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist.wp-playlist-dark {
  border-color: rgba(255, 255, 255, 0.24);
}

/* Captions - Track titles / subtitles, time */
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-caption,
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-item-length {
  color: #666666;
}

/* Captions - Current track */
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-title {
  font-size: 16px;
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-item-album {
  font-style: normal;
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-item-artist {
  text-transform: none;
  opacity: .8;
}

/* Playlist items */
.organic-widgets-audio-player.style-audio-bordered .wp-playlist-current-item {
  margin-bottom: 18px;
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-item {
  padding: 12px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-playing {
  font-weight: normal;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist .wp-playlist-item-length {
  top: 12px;
}
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist.wp-playlist-dark .wp-playlist-item,
.organic-widgets-audio-player.style-audio-bordered .wp-audio-playlist.wp-playlist-dark .wp-playlist-playing {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/*---- Style Minimal ----*/

.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist {
  padding: 24px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

/* Captions - Track titles / subtitles, time */
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-caption,
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-item-length {
  color: #787878;
}

/* Captions - Current track */
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-current-item .wp-playlist-item-title {
  font-size: 16px;
}
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-item-album {
  font-style: normal;
}
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-item-artist {
  text-transform: none;
  opacity: .8;
}

/* Playlist items */
.organic-widgets-audio-player.style-audio-minimal .wp-playlist-current-item {
  margin-bottom: 18px;
}
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-item {
  padding: 8px 0;
  border: none;
}
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-item:last-child {
  padding-bottom: 0;
}
.organic-widgets-audio-player.style-audio-minimal .wp-audio-playlist .wp-playlist-item-length {
  top: 8px;
}

/* Alignment */

.organic-widgets-audio-section .organic-widgets-content,
.organic-widgets-audio-section .organic-widgets-aligner {
  height: 100%;
}
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-top-center,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-middle-center {
  align-items: center;
  flex-direction: column;
}
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-bottom-center {
  align-items: center;
  flex-direction: column-reverse;
}
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-top-left,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-middle-left,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-bottom-left,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-audio-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  justify-content: center;
}
.organic-widgets-audio-section .organic-widgets-aligner-top-center .organic-widgets-audio-information,
.organic-widgets-audio-section .organic-widgets-aligner-middle-center .organic-widgets-audio-information,
.organic-widgets-audio-section .organic-widgets-aligner-bottom-center .organic-widgets-audio-information {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-audio-section .organic-widgets-aligner-top-center .organic-widgets-audio-information,
.organic-widgets-audio-section .organic-widgets-aligner-middle-center .organic-widgets-audio-information {
  margin-bottom: 24px;
}
.organic-widgets-audio-section .organic-widgets-aligner-bottom-center .organic-widgets-audio-information {
  margin-top: 24px;
}
.organic-widgets-audio-section .organic-widgets-aligner-top-left .organic-widgets-audio-information,
.organic-widgets-audio-section .organic-widgets-aligner-middle-left .organic-widgets-audio-information,
.organic-widgets-audio-section .organic-widgets-aligner-bottom-left .organic-widgets-audio-information {
  text-align: left;
  width: 100%;
  max-width: 40%;
  padding-right: 48px;
  box-sizing: border-box;
}
.organic-widgets-audio-section .organic-widgets-aligner-top-right .organic-widgets-audio-information,
.organic-widgets-audio-section .organic-widgets-aligner-middle-right .organic-widgets-audio-information,
.organic-widgets-audio-section .organic-widgets-aligner-bottom-right .organic-widgets-audio-information {
  text-align: left;
  max-width: 40%;
  padding-left: 48px;
  box-sizing: border-box;
}

/************************************************
*  Login Section Widget
************************************************/

.organic-widgets-login-form {
  padding: 48px;
}
.organic-widgets-login-title {
  margin-top: 0px;
  margin-bottom: 24px;
}
.organic-widgets-login-section .organic-widgets-information {
  text-align: center;
}
.organic-widgets-login-form #loginform {
  min-width: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.organic-widgets-login-form #loginform p {
  margin: 12px 0px;
}
.organic-widgets-login-form #loginform p:last-child {
  margin-bottom: 0px;
}
.organic-widgets-login-form #loginform label {
  font-size: 90%;
}
.organic-widgets-login-form #loginform .button {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 0px;
}
.organic-widgets-login-form #loginform input[type="text"],
.organic-widgets-login-form #loginform input[type="password"] {
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

/* Style Dark */

.organic-widgets-login-form.style-login-dark {
  background: #000000;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}
.organic-widgets-login-form.organic-widgets-card.style-login-dark h4.organic-widgets-login-title {
  color: #ffffff;
}
.organic-widgets-login-form.style-login-dark #loginform .button {
  border-radius: 3px;
}
.organic-widgets-login-form.style-login-dark #loginform label {
  color: #cccccc;
}
.organic-widgets-login-form.style-login-dark #loginform input[type="text"],
.organic-widgets-login-form.style-login-dark #loginform input[type="password"] {
  color: #cccccc;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: #121212;
  border-radius: 3px;
}

/* Style Modern */

.organic-widgets-login-form.style-login-modern {
  padding: 64px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}
.organic-widgets-login-form.style-login-modern #loginform .button {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}
.organic-widgets-login-form.style-login-modern #loginform input[type="text"],
.organic-widgets-login-form.style-login-modern #loginform input[type="password"] {
  border: 2px solid rgba(0, 0, 0, 0.12);
  background: #ffffff;
  border-radius: 3px;
}

/* Style Bordered */

.organic-widgets-login-form.style-login-bordered,
.organic-widgets-login-form.style-login-bordered #loginform .button,
.organic-widgets-login-form.style-login-bordered #loginform input[type="text"],
.organic-widgets-login-form.style-login-bordered #loginform input[type="password"] {
  border: 3px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

/* Style Wide */

.organic-widgets-login-form.style-login-wide {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}
.organic-widgets-login-form.style-login-wide #loginform .button,
.organic-widgets-login-form.style-login-wide #loginform input[type="text"],
.organic-widgets-login-form.style-login-wide #loginform input[type="password"] {
  color: #cccccc;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.organic-widgets-login-form.style-login-wide #loginform .login-username,
.organic-widgets-login-form.style-login-wide #loginform .login-password {
  float: left;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}
.organic-widgets-login-form.style-login-wide #loginform .login-username {
  padding-right: 12px;
}
.organic-widgets-login-form.style-login-wide #loginform .login-password {
  padding-left: 12px;
}

/* Alignment */

.organic-widgets-login-section .organic-widgets-content,
.organic-widgets-login-section .organic-widgets-aligner {
  height: 100%;
}
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-top-center,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-middle-center {
  align-items: center;
  flex-direction: column;
}
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-bottom-center {
  align-items: center;
  flex-direction: column-reverse;
}
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-top-left,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-middle-left,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-bottom-left,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-login-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  justify-content: center;
}
.organic-widgets-login-section .organic-widgets-aligner-top-center .organic-widgets-information,
.organic-widgets-login-section .organic-widgets-aligner-middle-center .organic-widgets-information,
.organic-widgets-login-section .organic-widgets-aligner-bottom-center .organic-widgets-information {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-login-section .organic-widgets-aligner-top-left .organic-widgets-information,
.organic-widgets-login-section .organic-widgets-aligner-middle-left .organic-widgets-information,
.organic-widgets-login-section .organic-widgets-aligner-bottom-left .organic-widgets-information {
  text-align: left;
  width: 100%;
  max-width: 40%;
  padding-right: 48px;
  box-sizing: border-box;
}
.organic-widgets-login-section .organic-widgets-aligner-top-right .organic-widgets-information,
.organic-widgets-login-section .organic-widgets-aligner-middle-right .organic-widgets-information,
.organic-widgets-login-section .organic-widgets-aligner-bottom-right .organic-widgets-information {
  text-align: left;
  max-width: 40%;
  padding-left: 48px;
  box-sizing: border-box;
}

/************************************************
*  Business Info Section Widget
************************************************/

.organic-widgets-business-info-section .organic-widgets-content,
.organic-widgets-business-info-section .organic-widgets-business-time {
  display: flex;
  justify-content: space-between;
}
.organic-widgets-business-info-section .organic-widgets-text {
  margin-bottom: 0px;
}
.organic-widgets-business-info-section .organic-widgets-business-info {
  align-self: center;
  min-width: 40%;
}
.organic-widgets-business-info-section .organic-widgets-business-open-close {
  margin-left: 12px;
}
.organic-widgets-business-info-section .organic-widgets-business-hours h6,
.organic-widgets-business-info-section .organic-widgets-business-address h6 {
  margin-top: 0px;
  padding-top: 0px;
}
.organic-widgets-business-info-section .organic-widgets-business-hours p,
.organic-widgets-business-info-section .organic-widgets-business-address p,
.organic-widgets-business-info-section .organic-widgets-business-contact p {
  margin: 0px;
  padding: 2px 0px;
}
.organic-widgets-business-info-section .organic-widgets-business-contact p {
  font-size: 90%;
}
.organic-widgets-business-info-section .organic-widgets-business-contact p i.fa {
  margin-right: 6px;
  opacity: 0.6;
}
.organic-widgets-business-info-section .organic-widgets-business-hours p,
.organic-widgets-business-info-section .organic-widgets-business-address p {
  font-size: 90%;
}
.organic-widgets-business-info-section .organic-widgets-business-info-column {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-business-info-section .organic-widgets-business-info-column:first-child {
  padding-left: 0px;
  border-left: none;
}
.organic-widgets-business-info-section .organic-widgets-business-info-column:last-child {
  padding-right: 0px;
}
.organic-widgets-business-info-section.ocw-bg-dark .organic-widgets-business-info-column {
  border-color: rgba(255, 255, 255, 0.12);
}
.organic-widgets-business-info-section .organic-widgets-business-info-column p a,
.organic-widgets-business-info-section .organic-widgets-business-info-column p a:link,
.organic-widgets-business-info-section .organic-widgets-business-info-column p a:visited {
  text-decoration: underline;
}
.organic-widgets-business-info-section.ocw-bg-dark .organic-widgets-business-info-column p a,
.organic-widgets-business-info-section.ocw-bg-dark .organic-widgets-business-info-column p a:link,
.organic-widgets-business-info-section.ocw-bg-dark .organic-widgets-business-info-column p a:visited {
  text-decoration: none;
}

/************************************************
*  Split Content Section Widget
************************************************/

.organic-ocw-container .organic-widgets-section.organic-widgets-split-section {
  display: flex;
  align-items: stretch;
  padding: 0px;
}
.organic-ocw-container .organic-widgets-section.organic-widgets-split-section.organic-widgets-flip-tiles {
  flex-direction: row-reverse;
}
.organic-widgets-split-image,
.organic-widgets-split-information {
  width: 50%;
  text-align: center;
  padding: 60px 72px;
}
.organic-widgets-split-information {
  display: flex;
  align-items: center;
}
.organic-widgets-split-information .organic-widgets-text {
  margin: 0px auto;
}
.organic-widgets-split-image {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
.organic-widgets-split-image.organic-widgets-repeat-bg-img {
  background-repeat: repeat;
}
.organic-widgets-split-image.organic-widgets-fixed-bg-img {
  background-attachment: fixed;
}
.organic-widgets-split-image .organic-widgets-title {
  margin-left: auto;
  margin-right: auto;
}

/************************************************
*  Hero Section Widget
************************************************/

.organic-widgets-section.organic-widgets-hero-section {
  display: flex;
  min-height: 320px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.organic-widgets-hero-information {
  text-align: center;
  margin: 0px auto;
}
.organic-widgets-aligner-top-left .organic-widgets-hero-information,
.organic-widgets-aligner-middle-left .organic-widgets-hero-information,
.organic-widgets-aligner-bottom-left .organic-widgets-hero-information,
.organic-widgets-aligner-top-left .organic-widgets-button-holder,
.organic-widgets-aligner-middle-left .organic-widgets-button-holder,
.organic-widgets-aligner-bottom-left .organic-widgets-button-holder {
  text-align: left;
  max-width: 680px;
  margin-left: 0px;
  margin-right: 0px;
}
.organic-widgets-aligner-top-right .organic-widgets-hero-information,
.organic-widgets-aligner-middle-right .organic-widgets-hero-information,
.organic-widgets-aligner-bottom-right .organic-widgets-hero-information,
.organic-widgets-aligner-top-right .organic-widgets-button-holder,
.organic-widgets-aligner-middle-right .organic-widgets-button-holder,
.organic-widgets-aligner-bottom-right .organic-widgets-button-holder {
  text-align: right;
  max-width: 640px;
  margin-left: 0px;
  margin-right: 0px;
}
.organic-widgets-hero-information .organic-widgets-text {
  font-size: 120%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.organic-widgets-hero-section a.scroll-down {
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 58px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -24px;
  border-radius: 100%;
  transition: all .5s;
  z-index: 9;
}
.organic-widgets-hero-section a.scroll-down i {
  position: relative;
  font-size: 42px;
  bottom: -4px;
}
.organic-widgets-hero-section a.scroll-down:hover {
  color: #000000;
  transform: scale(1.1);
  background-color: #ffffff;
}

/************************************************
*  Featured Product Section Widget
************************************************/

.organic-widgets-featured-product-section.organic-widgets-full-height-section {
  display: flex;
  min-height: 100vh;
}
.organic-widgets-featured-product-section .organic-widgets-aligner-middle-left .organic-widgets-content,
.organic-widgets-featured-product-section .organic-widgets-aligner-middle-center .organic-widgets-content,
.organic-widgets-featured-product-section .organic-widgets-aligner-middle-right .organic-widgets-content {
  align-items: center;
}
.organic-widgets-featured-product-section .organic-widgets-aligner-bottom-left .organic-widgets-content,
.organic-widgets-featured-product-section .organic-widgets-aligner-bottom-center .organic-widgets-content,
.organic-widgets-featured-product-section .organic-widgets-aligner-bottom-right .organic-widgets-content {
  align-items: flex-end;
}
.organic-widgets-featured-product-section .organic-widgets-aligner-top-right .organic-widgets-content,
.organic-widgets-featured-product-section .organic-widgets-aligner-bottom-right .organic-widgets-content,
.organic-widgets-featured-product-section .organic-widgets-aligner-middle-right .organic-widgets-content {
  flex-direction: row-reverse;
}
.organic-widgets-featured-product-section .organic-widgets-aligner-top-center .organic-widgets-content {
  flex-direction: column;
}
.organic-widgets-featured-product-section .organic-widgets-aligner-bottom-center .organic-widgets-content {
  flex-direction: column-reverse;
}
.organic-widgets-featured-product-section .organic-widgets-aligner-top-center .organic-widgets-featured-product-information,
.organic-widgets-featured-product-section .organic-widgets-aligner-bottom-center .organic-widgets-featured-product-information {
  text-align: center;
  margin: 0px auto;
  padding: 24px 0px;
}
.organic-widgets-featured-product-information {
  width: 100%;
  max-width: 720px;
  padding-right: 48px;
  box-sizing: border-box;
}
.organic-widgets-featured-product-information .organic-widgets-button-holder {
  text-align: left;
}
.organic-widgets-aligner-top-center .organic-widgets-featured-product-information .organic-widgets-button-holder,
.organic-widgets-aligner-bottom-center .organic-widgets-featured-product-information .organic-widgets-button-holder {
  text-align: center;
}
.organic-widgets-aligner-middle-right .organic-widgets-featured-product-information,
.organic-widgets-aligner-top-right .organic-widgets-featured-product-information,
.organic-widgets-aligner-bottom-right .organic-widgets-featured-product-information {
  padding-right: 0px;
  padding-left: 48px;
}
.organic-widgets-featured-product-item {
  display: flex;
  position: relative;
}
.organic-widgets-featured-product-img {
  text-align: center;
  line-height: 0;
}
.organic-widgets-featured-product-item .organic-widgets-button-holder {
  position: absolute;
  align-self: center;
  text-align: center;
  width: 100%;
}

/************************************************
*  Blog Posts Section Widget
************************************************/

.organic-widgets-blog-posts-section .organic-widgets-text {
  margin-bottom: 0px;
}
.organic-widgets-blog-posts-section .organic-widgets-title,
.organic-widgets-blog-posts-section .organic-widgets-text {
  text-align: center;
}
.organic-widgets-blog-posts-section .organic-widgets-featured-img {
  background-size: cover;
  background-position: center;
}
.organic-widgets-blog-posts-section .organic-widgets-single article {
  display: flex;
  align-items: stretch;
}
.organic-widgets-blog-posts-section .organic-widgets-card,
.organic-widgets-blog-posts-section .organic-widgets-card-content {
  width: 100%;
}
.organic-widgets-blog-posts-section .organic-widgets-single .organic-widgets-featured-img {
  min-width: 40%;
}
.organic-widgets-blog-posts-section .organic-widgets-single .organic-widgets-card-content {
  padding: 36px;
}
.organic-widgets-blog-posts-section.organic-widgets-content-horizontal article,
.organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-card {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-single article,
.organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-single .organic-widgets-card {
  width: 100%;
}
.organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-featured-img {
  min-width: 36%;
}
.organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-featured-img .organic-widgets-hide-img {
  display: none;
}

/************************************************
*  Team Section Widget
************************************************/

.organic-widgets-team-section .organic-widgets-title,
.organic-widgets-team-section .organic-widgets-text {
  text-align: center;
}

/************************************************
*  Gallery Section Widget
************************************************/

.organic-widgets-gallery-section .organic-widgets-information {
  margin-bottom: 36px;
}
.organic-widgets-gallery-section .organic-widgets-title,
.organic-widgets-gallery-section .organic-widgets-text {
  text-align: center;
}
.organic-widgets-gallery .organic-widgets-grid-spacer {
  width: 24px;
}
.organic-widgets-gallery .organic-widgets-gallery-item {
  display: inline-block;
  margin-bottom: 24px;
  overflow: hidden;
}
.organic-widgets-gallery-item.organic-widgets-half {
  width: calc(50% - ( 24px * 1 / 2 ));
}
.organic-widgets-gallery-item.organic-widgets-third {
  width: calc(33.33% - ( 24px * 2 / 3 ));
}
.organic-widgets-gallery-item.organic-widgets-fourth {
  width: calc(25% - ( 24px * 3 / 4 ));
  min-width: auto;
}
.organic-widgets-gallery-item.organic-widgets-fifth {
  width: calc(20% - ( 24px * 4 / 5 ));
  min-width: auto;
}
.organic-widgets-gallery-item.organic-widgets-sixth {
  width: calc(16.66% - ( 24px * 5 / 6 ));
  min-width: auto;
}
.organic-widgets-gallery-section .organic-widgets-gallery-image {
  display: block;
  position: relative;
  max-width: 100%;
  text-align: center;
  line-height: 0;
  margin: 0px auto 0px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.organic-widgets-gallery-section .organic-widgets-gallery-item .organic-widgets-img-text {
  display: flex;
  position: absolute;
  left: 0; top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 24px;
  opacity: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  z-index: 8;
  box-sizing: border-box;
}
.organic-widgets-gallery-section .organic-widgets-gallery-item .organic-widgets-img-text:hover {
  opacity: 1;
}
.organic-widgets-gallery-section .organic-widgets-gallery-item .organic-widgets-img-text p {
  position: relative;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  align-self: center;
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0px;
  padding: 12px 18px;
  border-radius: 2px;
  z-index: 9;
}

/* Gallery Styles */

.style-gallery-round .organic-widgets-gallery-item {
  border-radius: 12px;
}
.style-gallery-border .organic-widgets-gallery-item {
  background: #ffffff;
  padding: 12px;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.style-gallery-shadow .organic-widgets-gallery-item {
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}

/************************************************
*  Portfolio Section Widget
************************************************/

.organic-widgets-portfolio-section .organic-widgets-portfolio-holder {
  width: 100%;
  margin: 24px 0px 0px 0px;
}
.organic-widgets-portfolio-section .organic-widgets-post-holder article {
  margin: 0px;
}
.organic-widgets-portfolio-section .organic-widgets-title,
.organic-widgets-portfolio-section .organic-widgets-text {
  text-align: center;
}
.organic-widgets-portfolio-section .organic-widgets-grid-spacer {
  width: 24px;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-item {
  margin-bottom: 24px;
}
.organic-widgets-portfolio-item.organic-widgets-half {
  width: calc(50% - ( 24px * 1 / 2 ));
}
.organic-widgets-portfolio-item.organic-widgets-third {
  width: calc(33.33% - ( 24px * 2 / 3 ));
}
.organic-widgets-portfolio-item.organic-widgets-fourth {
  width: calc(25% - ( 24px * 3 / 4 ));
  min-width: auto;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-link {
  height: 100%;
  width: 100%;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-img {
  display: block;
  position: relative;
  max-width: 100%;
  text-align: center;
  line-height: 0;
  margin: 0px auto 0px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-img .organic-widgets-featured-img {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-img:hover .organic-widgets-featured-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-backface-visibility: hidden;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-img .organic-widgets-img-text {
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 24px;
  opacity: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  z-index: 8;
  box-sizing: border-box;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-img .organic-widgets-img-text:hover {
  opacity: 1;
}
.organic-widgets-portfolio-section .organic-widgets-portfolio-img h6 {
  position: relative;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.8);
  align-self: center;
  font-size: 1.2em;
  line-height: 1.3;
  margin: 0px;
  padding: 12px 18px;
  border-radius: 2px;
  z-index: 9;
}
.organic-widgets-portfolio-section .filter-button-group {
  padding: 12px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
.organic-widgets-portfolio-section .filter-button-group button {
  margin-left: 6px;
  margin-right: 6px;
}
.organic-widgets-portfolio-section .style-bordered article {
  background: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 3px;
}
.organic-widgets-portfolio-section .style-shadowed article {
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.organic-widgets-portfolio-section .style-rounded article {
  border-radius: 12px;
  overflow: hidden;
}
.organic-widgets-portfolio-section .style-rounded .organic-widgets-featured-img {
  max-width: none;
  margin: 0px;
  border-radius: 0px;
}

/************************************************
*  Slideshow Widgets
************************************************/

.organic-widgets-image-slideshow-section,
.organic-widgets-content-slideshow-section {
  padding: 0px;
}
.organic-widgets-image-slideshow-section .slides li.slide,
.organic-widgets-content-slideshow-section .slides li.post {
  position: relative;
  min-height: 480px;
  max-height: 100vh;
}
.organic-widgets-image-slideshow-section .slides a.slide-link {
  position: absolute;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.organic-widgets-image-slideshow-section .slides .slide-text {
  padding: 60px;
  box-sizing: border-box;
}
.organic-widgets-image-slideshow-section .slides .slide-text h6 {
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
}
.organic-widgets-content-slideshow-section .organic-widgets-slide-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.organic-widgets-image-slideshow-section .organic-widgets-hide-img img,
.organic-widgets-content-slideshow-section .organic-widgets-hide-img img {
  max-height: 100vh;
  opacity: 0;
}
.organic-widgets-content-slideshow-section .organic-widgets-card-content {
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
}
.organic-widgets-content-slideshow-section .organic-widgets-content {
  display: flex;
  align-content: stretch;
  max-width: none;
  margin: 0px;
}
.organic-widgets-content-slideshow-section.organic-widgets-no-content-bg .ocw-bg-dark .organic-widgets-title a {
  color: #ffffff;
}
.organic-widgets-image-slideshow-section .organic-widgets-aligner {
  align-items: center;
}
.organic-widgets-image-slideshow-section .organic-widgets-aligner,
.organic-widgets-content-slideshow-section .organic-widgets-aligner {
  position: absolute;
  height: 100%;
  max-width: none;
  max-height: 100vh;
}
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-top-left,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-middle-left,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-bottom-left {
  flex-direction: row;
}
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-top-right,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  flex-direction: row-reverse;
}
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-top-left,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-top-center,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-top-right {
  flex-direction: column;
}
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-bottom-left,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-bottom-center,
.organic-widgets-content-slideshow-section .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.organic-widgets-content-slideshow-section .organic-widgets-aligner-middle-left .organic-widgets-content,
.organic-widgets-content-slideshow-section .organic-widgets-aligner-middle-right .organic-widgets-content {
  max-width: 620px;
  min-width: 320px;
}
.organic-widgets-content-slideshow-section .organic-widgets-aligner-top-left .organic-widgets-content,
.organic-widgets-content-slideshow-section .organic-widgets-aligner-bottom-left .organic-widgets-content,
.organic-widgets-content-slideshow-section .organic-widgets-aligner-top-right .organic-widgets-content,
.organic-widgets-content-slideshow-section .organic-widgets-aligner-bottom-right .organic-widgets-content,
.organic-widgets-content-slideshow-section .organic-widgets-aligner-middle-center .organic-widgets-content {
  max-width: 680px;
}
.organic-widgets-content-slideshow-section .organic-widgets-aligner-middle-left .organic-widgets-card-content,
.organic-widgets-content-slideshow-section .organic-widgets-aligner-middle-right .organic-widgets-card-content {
  align-self: center;
}
.organic-widgets-content-slideshow-section .organic-widgets-content p {
  margin: 12px 0px;
  padding: 0px;
}
.organic-widgets-content-slideshow-section .organic-widgets-content .organic-widgets-post-meta p {
  margin: 0px;
  padding: 0px;
}
.organic-widgets-content-slideshow-section .organic-widgets-content p.link-more,
.organic-widgets-content-slideshow-section .organic-widgets-content .more-link-wrapper {
  display: none;
}
.organic-widgets-content-slideshow-section.organic-widgets-multi-posts-slide .organic-widgets-card-content {
  padding: 24px;
}
.organic-widgets-content-slideshow-section.organic-widgets-multi-posts-slide.style-modern .organic-widgets-content,
.organic-widgets-content-slideshow-section.organic-widgets-multi-posts-slide.style-rounded .organic-widgets-content {
  padding: 12px;
}

/* Default Style */

.organic-widgets-content-slideshow-section.style-default .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-card-content {
  width: 100%;
}
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-top-left .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-left .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-top-right .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-right .organic-widgets-content {
  max-width: none;
}
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-top-left .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-middle-left .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-left .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-top-right .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-middle-right .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-right .organic-widgets-content {
  align-self: stretch;
}
.organic-widgets-content-slideshow-section.style-default.organic-widgets-no-content-bg .organic-widgets-aligner.organic-widgets-aligner-top-center,
.organic-widgets-content-slideshow-section.style-default.organic-widgets-no-content-bg .organic-widgets-aligner.organic-widgets-aligner-middle-right {
  flex-direction: row;
}
.organic-widgets-content-slideshow-section.style-default.organic-widgets-no-content-bg .organic-widgets-aligner.organic-widgets-aligner-top-right {
  flex-direction: column-reverse;
}
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-top-center .organic-widgets-card-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-center .organic-widgets-card-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-middle-center .organic-widgets-card-content {
  text-align: center;
}
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-top-right .organic-widgets-card-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-right .organic-widgets-card-content {
  text-align: right;
}
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-left .organic-widgets-card-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-right .organic-widgets-card-content,
.organic-widgets-content-slideshow-section.style-default .organic-widgets-aligner-bottom-center .organic-widgets-card-content {
  padding-bottom: 64px;
}

/* Rounded Style */

.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-content {
  padding: 24px 96px;
  box-sizing: border-box;
}
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner-top-left .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner-middle-left .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner-bottom-left .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner-top-right .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner-middle-right .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner-bottom-right .organic-widgets-card {
  margin-left: 0px;
  margin-right: 0px;
}
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav {
  pointer-events: none;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: -12px;
  z-index: 6;
}
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav li a,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav li a {
  height: 48px;
  width: 48px;
  line-height: 56px;
}
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav li.flex-nav-prev,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav li.flex-nav-prev {
  text-indent: -1px;
  margin-left: 24px;
}
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav li.flex-nav-next,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav li.flex-nav-next {
  float: right;
  text-indent: 1px;
  margin-right: 24px;
}
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-next,
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-prev,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-next,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-prev {
  pointer-events: all;
  border-radius: 100%;
}
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-next i,
.organic-widgets-image-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-prev i,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-next i,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-flexslider .flex-direction-nav .flex-prev i {
  font-size: 32px;
}
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner.organic-widgets-aligner-bottom-left .organic-widgets-content {
  align-self: flex-start;
}
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner.organic-widgets-aligner-top-right .organic-widgets-content {
  align-self: flex-end;
}
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner.organic-widgets-aligner-top-left {
  flex-direction: column;
}
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner.organic-widgets-aligner-top-right {
  flex-direction: column-reverse;
}
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-content-slideshow-section.style-rounded .organic-widgets-aligner.organic-widgets-aligner-top-center {
  flex-direction: row;
}

/* Modern Style */

.organic-widgets-image-slideshow-section.style-modern,
.organic-widgets-content-slideshow-section.style-modern {
  box-sizing: border-box;
}
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-content,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-content {
  padding: 48px;
  box-sizing: border-box;
}
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner-top-left .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner-middle-left .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner-bottom-left .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner-top-right .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner-middle-right .organic-widgets-card,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner-bottom-right .organic-widgets-card {
  margin-left: 0px;
  margin-right: 0px;
}
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav {
  pointer-events: none;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  margin-top: -24px;
  z-index: 6;
}
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav li.flex-nav-prev,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav li.flex-nav-prev {
  margin-left: 6px;
}
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav li.flex-nav-next,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav li.flex-nav-next {
  float: right;
  margin-right: 6px;
}
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-next,
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-prev,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-next,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-prev {
  background: none;
  pointer-events: all;
}
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-next i,
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-prev i,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-next i,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-prev i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 48px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
}
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-next:hover i,
.organic-widgets-image-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-prev:hover i,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-next:hover i,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-flexslider .flex-direction-nav .flex-prev:hover i {
  color: #ffffff;
}
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner.organic-widgets-aligner-bottom-left .organic-widgets-content {
  align-self: flex-start;
}
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner.organic-widgets-aligner-top-right .organic-widgets-content {
  align-self: flex-end;
}
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner.organic-widgets-aligner-top-left {
  flex-direction: column;
}
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner.organic-widgets-aligner-top-right {
  flex-direction: column-reverse;
}
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner.organic-widgets-aligner-middle-right,
.organic-widgets-content-slideshow-section.style-modern .organic-widgets-aligner.organic-widgets-aligner-top-center {
  flex-direction: row;
}

/************************************************
*  Featured Content Widget
************************************************/

.organic-widgets-featured-content-section .organic-widgets-card {
  text-align: center;
}
.organic-widgets-featured-content-section .organic-widgets-img {
  line-height: 0;
  margin-bottom: 24px;
}
.organic-widgets-group .organic-widgets-featured-content-section .organic-widgets-img {
  margin-bottom: 0;
}

/************************************************
*  Testimonials Slideshow Widget
************************************************/

.organic-widgets-testimonial-section .organic-widgets-title,
.organic-widgets-testimonial-section .organic-widgets-text {
  text-align: center;
}
.organic-widgets-testimonial-section .organic-widgets-flexslider .flex-control-nav {
  bottom: 0px;
}
.organic-widgets-testimonial-section .organic-widgets-flexslider .flex-direction-nav {
  display: none;
  width: 100%;
  text-align: center;
  bottom: -32px;
  right: auto;
}
.organic-widgets-testimonial-section .organic-widgets-flexslider .flex-direction-nav.testimonial-nav {
  display: block;
}
.organic-widgets-testimonial-section .organic-widgets-flexslider .flex-direction-nav li {
  float: none;
  display: inline-block;
}
.organic-widgets-testimonial-section .organic-widgets-flexslider .flex-direction-nav li:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.organic-widgets-testimonial-section .organic-widgets-flexslider .flex-direction-nav li a {
  background: none;
  line-height: 34px;
}
.organic-widgets-testimonial-section.ocw-bg-dark .organic-widgets-flexslider .flex-control-nav li a,
.organic-widgets-testimonial-section.ocw-bg-dark .organic-widgets-flexslider .flex-direction-nav li:last-child {
  border-color: rgba(255, 255, 255, 0.24);
}
.organic-widgets-testimonial-section.ocw-bg-dark .organic-widgets-flexslider .flex-direction-nav li a i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}
.organic-widgets-testimonial-stars {
  text-align: center;
  margin-top: 6px;
}
.organic-widgets-testimonial-stars .fa {
  color: #cc9900;
}
.organic-widgets-testimonial-avatar {
  position: relative;
  margin: 12px auto -18px;
  text-align: center;
  height: auto;
  max-width: 160px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  border: 12px solid #ffffff !important;
}
.organic-widgets-testimonial-slide-content {
  max-width: 960px;
  margin: 12px auto 12px;
}
.organic-widgets-testimonial-slide-content h4 {
  padding-top: 0;
}
.organic-widgets-testimonial-slide-content .organic-widgets-text {
  font-size: 110%;
}
.organic-widgets-testimonial-slide-content .organic-widgets-card {
  border-radius: 3px;
}
.organic-widgets-testimonial-slide-content .organic-widgets-card::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
}
.organic-widgets-testimonial-slide-content .organic-widgets-testimonial-author {
  font-size: 90%;
  font-style: italic;
  text-align: center;
  margin: 0px;
  padding-top: 18px;
  padding-bottom: 32px;
}

/************************************************
*  Feature List Widget
************************************************/

.organic-widgets-feature-list-section .organic-widgets-title,
.organic-widgets-feature-list-section .organic-widgets-text {
  text-align: center;
}
.organic-widgets-feature-list-section .organic-widgets-card {
  margin: 18px 0px;
  padding: 12px 36px;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.organic-widgets-feature-list-item {
  text-align: center;
  box-sizing: border-box;
  min-width: 16.66%;
}
.organic-widgets-feature-list-item-content {
  margin: 18px;
}
.organic-widgets-feature-list-item-icon {
  text-align: center;
}
.organic-widgets-feature-list-item-icon i {
  color: #000000;
  font-size: 32px;
  margin: auto;
}
.organic-widgets-feature-list-item-icon img {
  width: 100%;
  height: auto;
}
.organic-widgets-feature-list-item-text h4 {
  font-weight: normal;
  margin-top: 18px;
}
.organic-widgets-feature-list-item-text p {
  font-size: 90%;
  margin: 0px;
  padding: 0px;
}
.organic-widgets-feature-list-item-text a.button,
.organic-widgets-feature-list-item-text a.button:link,
.organic-widgets-feature-list-item-text a.button:visited {
  margin-top: 18px;
}
.organic-widgets-feature-list-items-wrapper {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

/************************************************
*  Profile Widget
************************************************/

.organic-widgets-profile {
  position: relative;
  max-width: 1240px;
  margin: auto;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.organic-widgets-profile-section.organic-widgets-content-horizontal .organic-widgets-profile,
.organic-widgets-profile-section.organic-widgets-content-horizontal .organic-widgets-profile .organic-widgets-card {
  display: flex;
  align-items: stretch;
}
.organic-widgets-profile-section .organic-widgets-card {
  width: 100%;
}
.organic-widgets-profile-section .organic-widgets-card-content {
  padding-left: 6%;
  padding-right: 6%;
}
.organic-widgets-profile-img {
  text-align: center;
  box-sizing: border-box;
}
.organic-widgets-no-bg .organic-widgets-profile {
  box-shadow: none;
}
.organic-widgets-profile-img {
  display: block;
  background-size: cover;
  background-position: center;
  text-align: center;
  line-height: 0;
  margin: 0px auto;
  width: 100%;
  height: auto;
  min-width: 240px;
  box-sizing: border-box;
}
.organic-widgets-content-vertical .organic-widgets-profile {
  flex-direction: column;
}
.organic-profile-content {
  margin: auto;
  max-width: 100%;
}
.organic-widgets-profile-title {
  margin-bottom: 6px;
}
.organic-widgets-sub-title {
  font-size: 0.9em;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.organic-widgets-profile-excerpt {
  margin-top: 1em;
}

/************************************************
*  Groupable Widgets
************************************************/

.organic-widgets-group-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px auto;
  height: auto;
  width: 100%;
  position: relative;
}
.organic-widgets-group-container .organic-widget.organic-widget_widget_organic_widgets_featured_content {
  align-self: stretch;
}

/************************************************
*  Pricing Table Widget
************************************************/

.organic-widgets-group .organic-widgets-pricing-table {
  max-width: none;
}
.organic-widgets-pricing-table {
  max-width: 50%;
  margin: 0px auto;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.organic-widgets-pricing-table .organic-widgets-featured-image {
  text-align: center;
}
.organic-widgets-pricing-table .organic-widgets-title,
.organic-widgets-pricing-table .organic-widgets-pricing-table-excerpt {
  text-align: center;
}
.organic-widgets-pricing-table-excerpt p {
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}
.organic-widgets-pricing-table table {
  border: none;
  margin: 0;
}
.organic-widgets-pricing-table table thead,
.organic-widgets-pricing-table table tfoot {
  border: none;
}
.organic-widgets-pricing-table tr {
  border: none;
}
.organic-widgets-pricing-table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.organic-widgets-pricing-table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.06);
}
.organic-widgets-pricing-table table th {
  background: #ffffff;
  padding: 24px;
  border: none;
}
.organic-widgets-pricing-table table td {
  padding: 8px 18px;
  border: none;
}
.organic-widgets-pricing-table table tbody td {
  font-weight: 400;
  text-align: center;
}
.organic-widgets-pricing-table table tbody td::before {
  color: #99cc66;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 16px;
  content: '\f00c';
  margin-right: 8px;
}
.organic-widgets-pricing-table table td.organic-widgets-pricing-table-purchase-wrapper {
  padding: 24px;
  text-align: center;
  background: #ffffff;
  border: none;
}

/************************************************
*  Gravity Forms Widget
************************************************/

.organic-widget_gform_widget {
  background: #ffffff;
  text-align: center;
  margin-top: -1px;
  margin-bottom: 0px;
  padding: 48px 36px;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.organic-widget_gform_widget .organic-widgets-default-title {
  display: block;
  max-width: 1240px;
  margin: 0px auto 12px;
}
.organic-widget_gform_widget .gform_wrapper {
  background: none;
  max-width: 820px;
  margin: 0px auto;
  box-shadow: none;
  border-radius: 0px;
  box-sizing: border-box;
}

/************************************************
*  Give Plugin Widget
************************************************/

.organic-widget_widget_give_forms_widget .organic-widgets-default-title {
  display: block;
  max-width: 1240px;
  margin: 0px auto 12px;
}
.organic-widget_widget_give_forms_widget {
  background: #ffffff;
  text-align: center;
  margin-top: -1px;
  margin-bottom: 0px;
  padding: 48px 36px;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.organic-widget_widget_give_forms_widget .give-form {
  display: inline-block;
  margin: 12px 0px;
}
.organic-widget_widget_give_forms_widget .give-form label {
  text-align: left;
}
.organic-widget_widget_give_forms_widget .give-form-wrap {
  background: none;
  max-width: 1240px;
  margin: 0px auto;
  box-shadow: none;
  border-radius: 0px;
  box-sizing: border-box;
}
.organic-widget_widget_give_forms_widget form[id*=give-form] .give-donation-amount {
  display: inline-block;
  margin-bottom: 12px;
}
.organic-widget_widget_give_forms_widget form[id*=give-form] .give-donation-amount .give-currency-symbol {
  border-radius: 3px 0px 0px 3px;
}
.organic-widget_widget_give_forms_widget form[id*=give-form] .give-donation-amount #give-amount {
  border-radius: 0px 3px 3px 0px;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.organic-widget_widget_give_forms_widget [id*=give-form] div.give-form-content-wrap,
.organic-widget_widget_give_forms_widget [id*=give-form] div.give-form-content-wrap.give_post_form-content {
  margin: 0px;
}
.organic-widget_widget_give_forms_widget .give-form button.give-btn.give-btn-reveal,
.organic-widget_widget_give_forms_widget .give-form button.give-btn.give-btn-modal {
  font-size: 120%;
  padding: 18px 36px;
  border: none;
  border-radius: 3px;
}
.organic-widget_widget_give_forms_widget .give-form .give-donation-levels-wrap button.give-btn {
  font-size: 80%;
  margin-bottom: 0px;
  border-radius: 3px;
}

/************************************************
*  WooCommerce Plugin Widgets
************************************************/

.organic-widget_woocommerce {
  margin-top: -1px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.organic-widget_woocommerce .organic-widgets-default-title {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 24px;
}
.organic-widget_woocommerce .product-categories {
  display: block;
  text-align: center;
  margin: 0px auto;
  padding: 0px;
}
.organic-widget_woocommerce > div {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.organic-widget_woocommerce .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0px auto;
  padding: 0px;
}
.organic-widget_woocommerce .product_list_widget li {
  flex: 1;
  display: inline-block;
  position: relative;
  list-style: none;
  max-width: 33.33%;
  min-width: 16.66%;
  margin: 0px;
  padding: 12px;
  box-sizing: border-box;
}
.organic-widget_woocommerce .product_list_widget li .product-title {
  display: block;
}
.organic-widget_woocommerce.widget_products .product_list_widget li {
  max-width: 25%;
  min-width: 20%;
}
.organic-widget_woocommerce .widget_shopping_cart_content .product_list_widget {
  float: left;
  max-width: 70%;
  margin-right: 36px;
}
.organic-widget_woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  margin: 0px;
  padding: 0px;
}
.organic-widget_woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
  margin-right: 8px;
}
.organic-widget_woocommerce.widget_product_search .woocommerce-product-search {
  max-width: 720px;
  margin: 0px auto;
}
.organic-widget_woocommerce .product_list_widget li .remove_from_cart_button {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
  background: #ff3300;
  line-height: 18px;
  width: 18px;
  text-align: center;
  text-decoration: navajowhite;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.organic-widget_woocommerce .product_list_widget li .remove_from_cart_button:hover {
  background: #cc0000;
}
.organic-widget_woocommerce .tagcloud {
  max-width: 1240px;
  text-align: center;
  margin: 0px auto;
}

/************************************************
*  Easy Digital Downloads Plugin Widgets
************************************************/

.organic-widget_widget_edd_cart_widget,
.organic-widget_widget_edd_product_details,
.organic-widget_widget_edd_categories_tags_widget {
  margin-top: -1px;
  padding: 60px 36px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/************************************************
*  MailChimp For WordPress Plugin Widget
************************************************/

.organic-widget_widget_mc4wp_form_widget {
  margin-top: -1px;
  padding: 60px 36px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.organic-widget_widget_mc4wp_form_widget .organic-widgets-default-title {
  display: block;
  text-align: center;
}
.organic-widget_widget_mc4wp_form_widget form.mc4wp-form {
  max-width: 620px;
  text-align: center;
  margin: 12px auto;
}
.organic-widget_widget_mc4wp_form_widget .mc4wp-form-fields {
  text-align: left;
}
.organic-widget_widget_mc4wp_form_widget .mc4wp-form-fields input[type="text"],
.organic-widget_widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
  width: 100%;
}

/************************************************
*  Text Color Conditionals
************************************************/

.organic-widget .ocw-bg-dark h1, .organic-widgets-section.ocw-bg-dark h1,
.organic-widget .ocw-bg-dark h2, .organic-widgets-section.ocw-bg-dark h2,
.organic-widget .ocw-bg-dark h3, .organic-widgets-section.ocw-bg-dark h3,
.organic-widget .ocw-bg-dark h4, .organic-widgets-section.ocw-bg-dark h4,
.organic-widget .ocw-bg-dark h5, .organic-widgets-section.ocw-bg-dark h5,
.organic-widget .ocw-bg-dark h6, .organic-widgets-section.ocw-bg-dark h6,
.organic-widget .ocw-bg-dark .organic-widgets-feature-list-item-icon i, .organic-widgets-section.ocw-bg-dark .organic-widgets-feature-list-item-icon i,
.organic-widget .ocw-bg-dark .organic-widgets-feature-list-item-text h6 a, .organic-widgets-section.ocw-bg-dark .organic-widgets-feature-list-item-text h6 a {
  color: #ffffff;
}
.organic-widget .ocw-bg-dark p, .organic-widgets-section.ocw-bg-dark p,
.organic-widget .ocw-bg-dark p.wp-caption-text, .organic-widgets-section.ocw-bg-dark p.wp-caption-text,
.organic-widget .ocw-bg-dark span, .organic-widgets-section.ocw-bg-dark span,
.organic-widget .ocw-bg-dark div, .organic-widgets-section.ocw-bg-dark div,
.organic-widget .ocw-bg-dark blockquote, .organic-widgets-section.ocw-bg-dark blockquote {
  color: rgba(255, 255, 255, 0.8);
}
.organic-widget .ocw-bg-dark h6, .organic-widgets-section.ocw-bg-dark h6,
.organic-widget .ocw-bg-dark blockquote, .organic-widgets-section.ocw-bg-dark blockquote {
  border-color: rgba(255, 255, 255, 0.4);
}
.organic-widget .ocw-bg-dark form input, .organic-widgets-section.ocw-bg-dark form input,
.organic-widget .ocw-bg-dark form select, .organic-widgets-section.ocw-bg-dark form select,
.organic-widget .ocw-bg-dark form textarea, .organic-widgets-section.ocw-bg-dark form textarea {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
}
.organic-widget .ocw-bg-light h1, .organic-widget .ocw-bg-light.ocw-bg-img h1 a, .organic-widgets-section.ocw-bg-light h1,
.organic-widget .ocw-bg-light h2, .organic-widget .ocw-bg-light.ocw-bg-img h2 a, .organic-widgets-section.ocw-bg-light h2,
.organic-widget .ocw-bg-light h3, .organic-widget .ocw-bg-light.ocw-bg-img h3 a, .organic-widgets-section.ocw-bg-light h3,
.organic-widget .ocw-bg-light h4, .organic-widget .ocw-bg-light.ocw-bg-img h4 a, .organic-widgets-section.ocw-bg-light h4,
.organic-widget .ocw-bg-light h5, .organic-widget .ocw-bg-light.ocw-bg-img h5 a, .organic-widgets-section.ocw-bg-light h5,
.organic-widget .ocw-bg-light h6, .organic-widget .ocw-bg-light.ocw-bg-img h6 a, .organic-widgets-section.ocw-bg-light h6,
.organic-widget .ocw-bg-light .organic-widgets-feature-list-item-icon i, .organic-widgets-section.ocw-bg-light .organic-widgets-feature-list-item-icon i,
.organic-widget .ocw-bg-light .organic-widgets-feature-list-item-text h6 a, .organic-widgets-section.ocw-bg-light .organic-widgets-feature-list-item-text h6 a {
  color: #000000;
}
.organic-widget .ocw-bg-light p,
.organic-widget .ocw-bg-light span,
.organic-widget .ocw-bg-light div,
.organic-widget .ocw-bg-light blockquote,
.organic-widget .organic-widgets-card form input[type="text"], .organic-widgets-section.ocw-bg-dark .organic-widgets-card form input[type="text"],
.organic-widget .organic-widgets-card form input[type="password"], .organic-widgets-section.ocw-bg-dark .organic-widgets-card form input[type="password"],
.organic-widget .organic-widgets-card form select, .organic-widgets-section.ocw-bg-dark .organic-widgets-card form select,
.organic-widget .organic-widgets-card form textarea, .organic-widgets-section.ocw-bg-dark .organic-widgets-card form textarea {
  color: rgba(0, 0, 0, 0.7);
}
.organic-widget .organic-widgets-card h1, .organic-widget .organic-widgets-card h2, .organic-widget .organic-widgets-card h3,
.organic-widget .organic-widgets-card h4, .organic-widget .organic-widgets-card h5, .organic-widget .organic-widgets-card h6,
.organic-widget .ocw-bg-dark .organic-widgets-card h1, .organic-widgets-section.ocw-bg-dark .organic-widgets-card h1,
.organic-widget .ocw-bg-dark .organic-widgets-card h2, .organic-widgets-section.ocw-bg-dark .organic-widgets-card h2,
.organic-widget .ocw-bg-dark .organic-widgets-card h3, .organic-widgets-section.ocw-bg-dark .organic-widgets-card h3,
.organic-widget .ocw-bg-dark .organic-widgets-card h4, .organic-widgets-section.ocw-bg-dark .organic-widgets-card h4,
.organic-widget .ocw-bg-dark .organic-widgets-card h5, .organic-widgets-section.ocw-bg-dark .organic-widgets-card h5,
.organic-widget .ocw-bg-dark .organic-widgets-card h6, .organic-widgets-section.ocw-bg-dark .organic-widgets-card h6,
.organic-widget .ocw-bg-dark .organic-widgets-card table th, .organic-widgets-section.ocw-bg-dark .organic-widgets-card table th,
.organic-widget .ocw-bg-light .organic-widgets-card h1, .organic-widgets-section.ocw-bg-light .organic-widgets-card h1,
.organic-widget .ocw-bg-light .organic-widgets-card h2, .organic-widgets-section.ocw-bg-light .organic-widgets-card h2,
.organic-widget .ocw-bg-light .organic-widgets-card h3, .organic-widgets-section.ocw-bg-light .organic-widgets-card h3,
.organic-widget .ocw-bg-light .organic-widgets-card h4, .organic-widgets-section.ocw-bg-light .organic-widgets-card h4,
.organic-widget .ocw-bg-light .organic-widgets-card h5, .organic-widgets-section.ocw-bg-light .organic-widgets-card h5,
.organic-widget .ocw-bg-light .organic-widgets-card h6, .organic-widgets-section.ocw-bg-light .organic-widgets-card h6 {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.12);
  text-shadow: none !important;
}
.organic-widget .organic-widgets-card,
.organic-widget .ocw-bg-light .organic-widgets-card, .organic-widget .ocw-bg-dark .organic-widgets-card,
.organic-widget .organic-widgets-card p, .organic-widget .organic-widgets-card table,
.organic-widget .ocw-bg-dark .organic-widgets-card p, .organic-widgets-section.ocw-bg-dark .organic-widgets-card p,
.organic-widget .ocw-bg-dark .organic-widgets-card span, .organic-widgets-section.ocw-bg-dark .organic-widgets-card span,
.organic-widget .ocw-bg-dark .organic-widgets-card div, .organic-widgets-section.ocw-bg-dark .organic-widgets-card div,
.organic-widget .ocw-bg-dark .organic-widgets-card blockquote, .organic-widgets-section.ocw-bg-dark .organic-widgets-card blockquote,
.organic-widget .ocw-bg-dark .organic-widgets-card table, .organic-widgets-section.ocw-bg-dark .organic-widgets-card table,
.organic-widget .ocw-bg-light .organic-widgets-card p, .organic-widgets-section.ocw-bg-light .organic-widgets-card p,
.organic-widget .ocw-bg-light .organic-widgets-card span, .organic-widgets-section.ocw-bg-light .organic-widgets-card span,
.organic-widget .ocw-bg-light .organic-widgets-card div, .organic-widgets-section.ocw-bg-light .organic-widgets-card div,
.organic-widget .ocw-bg-light .organic-widgets-card blockquote, .organic-widgets-section.ocw-bg-light .organic-widgets-card blockquote,
.organic-widget .ocw-bg-light .organic-widgets-card table, .organic-widgets-section.ocw-bg-light .organic-widgets-card table {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.12);
  text-shadow: none !important;
}
.organic-widget .ocw-bg-dark .organic-widgets-card i, .organic-widgets-section.ocw-bg-dark .organic-widgets-card i,
.organic-widget .ocw-bg-light .organic-widgets-card i, .organic-widgets-section.ocw-bg-light .organic-widgets-card i {
  color: #000000;
}
.organic-widget article .organic-widgets-card a {
  text-shadow: none !important;
}
.organic-widget .ocw-bg-img .organic-widgets-flexslider .flex-control-nav li a,
.organic-widget .ocw-bg-dark .organic-widgets-flexslider .flex-control-nav li a {
  border-color: rgba(255, 255, 255, 0.6);
}
.ocw-bg-img .organic-widgets-flexslider .flex-control-nav li a:hover,
.ocw-bg-img .organic-widgets-flexslider .flex-control-nav li a.flex-active,
.ocw-bg-dark .organic-widgets-flexslider .flex-control-nav li a:hover,
.ocw-bg-dark .organic-widgets-flexslider .flex-control-nav li a.flex-active {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0);
}

/************************************************
*  Social Icons
************************************************/

.organic-widgets-social-icons {
  list-style: none;
  margin: 12px 0px 0px 0px;
  padding: 0px;
}
.organic-widgets-social-icons li {
  display: inline-block;
  background: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none !important;
}
.organic-widgets-social-icons li a {
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  margin: 2px;
  padding: 0px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #999999;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.organic-widgets-social-icons li a:hover {
  color: #ffffff !important;
  background-color: #000000;
}
.organic-widgets-social-icons li a:hover {
  transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
}
.organic-widgets-social-icons li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 16px;
  font-weight: normal;
  content: '\f0c1';
}
.organic-widgets-social-icons li a span {
  display: none;
}
.organic-widgets-social-icons li a[href*="facebook.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f09a'; }
.organic-widgets-social-icons li a[href*="twitter.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f099'; }
.organic-widgets-social-icons li a[href*="plus.google.com"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0d5'; }
.organic-widgets-social-icons li a[href*="google.com/maps"]::before    { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f041'; }
.organic-widgets-social-icons li a[href*="linkedin.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f0e1'; }
.organic-widgets-social-icons li a[href*="github.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f113'; }
.organic-widgets-social-icons li a[href*="dribbble.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f17d'; }
.organic-widgets-social-icons li a[href*="foursquare.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f180'; }
.organic-widgets-social-icons li a[href*="pinterest.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f231'; }
.organic-widgets-social-icons li a[href*="wordpress.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f19a'; }
.organic-widgets-social-icons li a[href*="youtube.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16a'; }
.organic-widgets-social-icons li a[href*="vine.co"]::before            { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1ca'; }
.organic-widgets-social-icons li a[href*="spotify.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1bc'; }
.organic-widgets-social-icons li a[href*="soundcloud.com"]::before     { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1be'; }
.organic-widgets-social-icons li a[href*="last.fm"]::before            { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f202'; }
.organic-widgets-social-icons li a[href*="instagram.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16d'; }
.organic-widgets-social-icons li a[href*="stackexchange.com"]::before  { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f18d'; }
.organic-widgets-social-icons li a[href*="amazon.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f270'; }
.organic-widgets-social-icons li a[href*="flickr.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f16e'; }
.organic-widgets-social-icons li a[href*="vimeo.com"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f27d'; }
.organic-widgets-social-icons li a[href*="twitch.tv"]::before          { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e8'; }
.organic-widgets-social-icons li a[href*="steampowered.com"]::before   { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1b7'; }
.organic-widgets-social-icons li a[href*="steamcommunity.com"]::before { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1b7'; }
.organic-widgets-social-icons li a[href*="reddit.com"]::before         { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1a1'; }
.organic-widgets-social-icons li a[href*="etsy.com"]::before           { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f2d7'; }
.organic-widgets-social-icons li a[href*="yelp.com"]::before           { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e9'; }
.organic-widgets-social-icons li a[href*="yelp.com"]::before           { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f1e9'; }
.organic-widgets-social-icons li a[href*="discord.gg"]::before,
.organic-widgets-social-icons li a[href*="discord.com"]::before        { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f392'; }
.organic-widgets-social-icons li a[href*="wa.me"]::before,
.organic-widgets-social-icons li a[href*="whatsapp.com"]::before       { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f232'; }
.organic-widgets-social-icons li a[href*="m.me"]::before,
.organic-widgets-social-icons li a[href*="messenger.com"]::before      { font-family: 'Font Awesome 5 Brands'; font-weight: 400; content: '\f39f'; }
.organic-widgets-social-icons li a[href*="mailto:"]::before            { content: '\f0e0'; }
.organic-widgets-social-icons li a[href$="/feed/"]::before             { content: '\f09e'; }
.organic-widgets-social-icons li a[href$="/cart/"]::before             { content: '\f07a'; }

.organic-widgets-social-icons li a[href*="twitter.com"]:hover  {
  color: #ffffff;
  background: #00aced;
}
.organic-widgets-social-icons li a[href*="facebook.com"]:hover {
  color: #ffffff;
  background: #3b5998;
}
.organic-widgets-social-icons li a[href*="plus.google.com"]:hover  {
  color: #ffffff;
  background: #dd4b39;
}
.organic-widgets-social-icons li a[href*="linkedin.com"]:hover  {
  color: #ffffff;
  background: #007bb6;
}
.organic-widgets-social-icons li a[href*="pinterest.com"]:hover  {
  color: #ffffff;
  background: #cb2027;
}
.organic-widgets-social-icons li a[href*="youtube.com"]:hover  {
  color: #ffffff;
  background: #bb0000;
}
.organic-widgets-social-icons li a[href*="instagram.com"]:hover  {
  color: #ffffff;
  background: #517fa4;
}
.organic-widgets-social-icons li a[href*="dribbble.com"]:hover {
  color: #ffffff;
  background: #ea4c89;
}
.organic-widgets-social-icons li a[href*="foursquare.com"]:hover {
  color: #ffffff;
  background: #0072b1;
}
.organic-widgets-social-icons li a[href*="etsy.com"]:hover {
  background: #d5641c;
}
.organic-widgets-social-icons li a[href*="reddit.com"]:hover {
  background: #ff4500;
}

/************************************************
*  Flexslider
************************************************/

.organic-widgets-flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.organic-widgets-flexslider .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  border-left: 3px solid rgba(0, 0, 0, 0.08);
  border-right: 3px solid rgba(0, 0, 0, 0.24);
  border-top: 3px solid rgba(0, 0, 0, 0.24);
  border-radius: 100%;
  height: 32px;
  width: 32px;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  -ms-animation: spin .6s infinite linear;
  -o-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear;
  z-index: 999;
}
.organic-widgets-flexslider.loading {
  min-height: 480px;
}
.organic-widgets-flexslider .slides {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  zoom: 1;
}
.organic-widgets-flexslider .slides.organic-widgets-fixed-slide-height,
.organic-widgets-flexslider.organic-widgets-single-slide .slides {
  display: flex;
}
.organic-widgets-flexslider ul,
.organic-widgets-flexslider li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.organic-widgets-flexslider .slides li {
  position: relative;
  align-self: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0px;
  padding: 0px;
}
.organic-widgets-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.organic-widgets-flexslider .slides.organic-widgets-fixed-slide-height > li {
  align-self: stretch;
}
.organic-widgets-flexslider .flex-pauseplay span {
  text-transform: capitalize;
}
.organic-widgets-flexslider .slides img {
  width: 100%;
  display: block;
}

/* Clearfix for the .slides element */
.organic-widgets-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .organic-widgets-flexslider  .slides {
  display: block;
}
* html .organic-widgets-flexslider .slides {
  height: 1%;
}

/* No JavaScript Fallback */
.no-js .organic-widgets-flexslider .slides > li:first-child {
  display: none;
}

/* Caption style */
.organic-widgets-flexslider .flex-caption {
  background: none;
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1;
}
.organic-widgets-flexslider .flex-caption {
  color: #FFFFFF;
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* Direction Nav */
.organic-widgets-flexslider .flex-direction-nav {
  position: absolute;
  right: 24px;
  bottom: 24px;
  height: auto;
}
.organic-widgets-flexslider .flex-direction-nav li a {
  display: block;
  background: #ffffff;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-decoration: none;
  margin-top: 0px;
  opacity: 1;
  cursor: pointer;
  overflow: visible;
  z-index: 6;
  border: none;
  border-radius: 0px;
}
.organic-widgets-flexslider .flex-direction-nav li a:hover {
  border: none;
  text-decoration: none;
}
.organic-widgets-flexslider .flex-direction-nav li {
  float: left;
  margin: 0px;
  padding: 0px;
  border: none;
}
.organic-widgets-flexslider .flex-direction-nav li:last-child {
  border: none;
}
.organic-widgets-flexslider .flex-direction-nav .flex-next {
  right: auto;
  text-align: center;
}
.organic-widgets-flexslider .flex-direction-nav .flex-prev {
  left: auto;
  text-align: center;
}
.organic-widgets-flexslider .flex-direction-nav .flex-next i,
.organic-widgets-flexslider .flex-direction-nav .flex-prev i {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  position: relative;
  right: auto;
  left: auto;
  margin: 0px;
}
.organic-widgets-flexslider .flex-direction-nav .flex-next:hover i,
.organic-widgets-flexslider .flex-direction-nav .flex-prev:hover i {
  color: #000000;
}
.organic-widgets-flexslider .flex-direction-nav a.flex-disabled {
  opacity: 0;
}

/* Control Nav */
.organic-widgets-flexslider .flex-control-nav {
  position: absolute;
  bottom: 32px;
  right: 0px;
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  z-index: 9;
}
.organic-widgets-flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0px;
  padding: 4px !important;
  border: none !important;
  zoom: 1;
}
.organic-widgets-flexslider .flex-control-nav li:first-child {
  margin: 0;
}
.organic-widgets-flexslider .flex-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  padding: 0px;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.organic-widgets-flexslider .flex-control-nav li a:hover {
  width: 8px;
  height: 8px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
}
.organic-widgets-flexslider .flex-control-nav li a.flex-active {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0);
}

/************************************************
*  Customizer
************************************************/

body.customize-posts-content {
  padding: 36px;
  box-sizing: border-box;
}
.organic-widget .customize-partial-edit-shortcut {
  left: 48px;
  top: 12px;
}
.organic-widgets-section-masonry-buffer .customize-partial-edit-shortcut {
  left: 30px;
  top: 0px;
}
.organic-widget .entry-content .customize-partial-edit-shortcut {
  left: auto;
  top: auto;
}
.organic-widgets-preview-highlighter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #0085BA;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 4;
}

/************************************************
*  Video Background
************************************************/

.organic-widgets-video-bg-section {
  position: relative;
}
.organic-widgets-video-bg-container {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: hidden;
}
.organic-widgets-video-bg-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.organic-widgets-video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0 auto;
}
iframe.organic-widgets-video-bg {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.organic-widgets-video-bg-shade {
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-aspect-ratio: 16/9) {
  .organic-widgets-video-bg-center { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .organic-widgets-video-bg-center { width: 300%; left: -100%; }
}

/************************************************
*  Content Aligner
************************************************/

.organic-widgets-aligner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.organic-widgets-aligner.organic-widgets-aligner-top-left, .organic-widgets-aligner.organic-widgets-aligner-middle-left, .organic-widgets-aligner.organic-widgets-aligner-bottom-left {
  justify-content: flex-start;
}
.organic-widgets-aligner.organic-widgets-aligner-top-center, .organic-widgets-aligner.organic-widgets-aligner-middle-center, .organic-widgets-aligner.organic-widgets-aligner-bottom-center {
  justify-content: center;
}
.organic-widgets-aligner.organic-widgets-aligner-top-right, .organic-widgets-aligner.organic-widgets-aligner-middle-right, .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  justify-content: flex-end;
}
.organic-widgets-aligner.organic-widgets-aligner-top-left, .organic-widgets-aligner.organic-widgets-aligner-top-center, .organic-widgets-aligner.organic-widgets-aligner-top-right {
  align-items: flex-start;
  align-self: flex-start;
}
.organic-widgets-aligner.organic-widgets-aligner-middle-left, .organic-widgets-aligner.organic-widgets-aligner-middle-center, .organic-widgets-aligner.organic-widgets-aligner-middle-right {
  align-items: center;
  align-self: center;
}
.organic-widgets-aligner.organic-widgets-aligner-bottom-left, .organic-widgets-aligner.organic-widgets-aligner-bottom-center, .organic-widgets-aligner.organic-widgets-aligner-bottom-right {
  align-items: flex-end;
  align-self: flex-end;
}
.organic-widgets-aligner .organic-widgets-content {
  margin-left: 0px;
  margin-right: 0px;
}

/************************************************
*  WPautop Fixes
************************************************/

.organic-widget p:empty,
.organic-widget .button br,
.organic-widgets-button-holder br,
.organic-widget .pagination .nav-links br,
.organic-widget .organic-widgets-business-time br,
.organic-widgets-portfolio-section .organic-widgets-portfolio-link + p {
  display: none;
}

/************************************************
*  Desktop Grid
************************************************/

.organic-widgets-flex-row {
  display: flex;
  align-items: stretch;
}
.organic-widgets-flex-wrap {
  flex-wrap: wrap;
}
.organic-widgets-row {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.organic-widgets-row .organic-widgets-row {
  min-width: 0;
}
.organic-widgets-column, .organic-widgets-columns {
  float: left;
  min-height: 1px;
  position: relative;
  box-sizing: border-box;
}
[class*="organic-widgets-column"] + [class*="organic-widgets-column"]:last-child {
  float: right;
}

.organic-widgets-single   { width: 100%; }
.organic-widgets-half     { width: 50%; }
.organic-widgets-third     { width: 33.33%; }
.organic-widgets-fourth   { width: 25%; }
.organic-widgets-fifth     { width: 20%; }
.organic-widgets-sixth     { width: 16.66%; }

.organic-widgets-half,
.organic-widgets-third,
.organic-widgets-fourth,
.organic-widgets-fifth,
.organic-widgets-sixth   { float: left; }

.organic-widgets-row .organic-widgets-one     { width: 6.25%; }
.organic-widgets-row .organic-widgets-two     { width: 12.5%; }
.organic-widgets-row .organic-widgets-three   { width: 18.75%; }
.organic-widgets-row .organic-widgets-four     { width: 25%; }
.organic-widgets-row .organic-widgets-five     { width: 31.25%; }
.organic-widgets-row .organic-widgets-six     { width: 37.5%; }
.organic-widgets-row .organic-widgets-seven   { width: 43.75%; }
.organic-widgets-row .organic-widgets-eight   { width: 50%; }
.organic-widgets-row .organic-widgets-nine     { width: 56.25%; }
.organic-widgets-row .organic-widgets-ten     { width: 62.5%; }
.organic-widgets-row .organic-widgets-eleven   { width: 68.75%; }
.organic-widgets-row .organic-widgets-twelve   { width: 75%; }
.organic-widgets-row .organic-widgets-thirteen   { width: 81.25%; }
.organic-widgets-row .organic-widgets-fourteen   { width: 87.5%; }
.organic-widgets-row .organic-widgets-fifteen   { width: 93.75%; }
.organic-widgets-row .organic-widgets-sixteen   { width: 100%; }

.organic-widgets-row .organic-widgets-centered { float: none; margin: 0 auto; width: 100%; }

/* Nicolas Gallagher's micro clearfix */
.organic-widgets-row:before, .organic-widgets-row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.organic-widgets-row:after, .clearfix:after { clear: both; }
.organic-widgets-row, .clearfix { zoom: 1; }

/************************************************
*  Tablet Grid
************************************************/

@media screen and (max-width: 1024px) {

  .organic-widgets-pricing-table {
    max-width: none;
  }

}

/************************************************
*  Phone Grid
************************************************/

@media screen and (max-width: 767px) {

  .organic-widgets-row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible !important;
  }
  .organic-widgets-flex-row {
    display: block;
  }
  .organic-widgets-row .single,
  .organic-widgets-row .half,
  .organic-widgets-row .third,
  .organic-widgets-row .fourth,
  .organic-widgets-row .fifth,
  .organic-widgets-row .sixth,
  .organic-widgets-single,
  .organic-widgets-half,
  .organic-widgets-third,
  .organic-widgets-fourth,
  .organic-widgets-fifth,
  .organic-widgets-sixth {
    width: 100%;
  }
  [class*="organic-widgets-column"] + [class*="organic-widgets-column"]:last-child {
    float: none;
  }
  [class*="organic-widgets-column"]:before, [class*="organic-widgets-column"]:after {
    content:"";
    display:table;
  }
  [class*="organic-widgets-column"]:after {
    clear: both;
  }
  .organic-widgets-row .organic-widgets-row .organic-widgets-column,
  .organic-widgets-row .organic-widgets-row .organic-widgets-columns {
    padding: 0;
  }
  .organic-widget {
    width: 100% !important;
  }
  .organic-widget .organic-widgets-post-holder {
    width: auto;
    margin-left: 0px;
  }
  .organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-card,
  .organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-column article {
    flex-direction: column;
  }
  .organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-featured-img {
    max-height: 360px;
  }
  .organic-widgets-blog-posts-section.organic-widgets-content-horizontal .organic-widgets-featured-img .organic-widgets-hide-img {
    display: block;
  }
  .organic-widgets-column, .organic-widgets-columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .organic-widgets-column.organic-widgets-single {
    width: 100% !important;
  }
  .organic-widgets-column:last-child, .organic-widgets-columns:last-child {
    margin-right: 0;
    float: none;
  }
  .organic-ocw-container {
    overflow: hidden;
  }
  .organic-widgets-section {
    padding: 36px 24px !important;
  }
  .organic-widgets-section .organic-widgets-section {
    padding: 12px !important;
  }
  .organic-widgets-section.organic-widgets-split-section,
  .organic-widgets-section.organic-widgets-content-slideshow-section,
  .organic-widgets-section.organic-widgets-image-slideshow-section {
    padding: 0px !important;
  }
  .organic-widgets-split-image,
  .organic-widgets-split-information {
    padding: 36px;
  }
  .organic-widgets-split-image {
    min-height: 220px;
  }
  .organic-widgets-image-slideshow-section .slides li.slide,
  .organic-widgets-content-slideshow-section .slides li.post {
    min-width: 320px;
  }
  .organic-widgets-section.organic-widgets-full-height-section {
    height: auto;
  }
  .organic-widgets-section.organic-widgets-hero-section,
  .organic-widgets-section.organic-widgets-fixed-bg-img,
  .organic-widgets-split-image.organic-widgets-fixed-bg-img {
    background-attachment: scroll;
  }
  .organic-widgets-card-content,
  .organic-widgets-blog-posts-section .organic-widgets-single .organic-widgets-card-content {
    padding: 18px;
  }
  .organic-widgets-hero-section .organic-widgets-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .organic-widgets-hero-information .organic-widgets-title {
    font-size: 2.6em;
  }
  .organic-widgets-blog-posts-section .organic-widgets-single article,
  .organic-widgets-featured-product-section.organic-widgets-full-height-section {
    display: block;
  }
  .organic-ocw-container .organic-widgets-section.organic-widgets-split-section,
  .organic-ocw-container .organic-widgets-section.organic-widgets-split-section.organic-widgets-flip-tiles {
    flex-direction: column;
  }
  .organic-widgets-split-image,
  .organic-widgets-split-information {
    width: auto;
  }
  .organic-widgets-business-info-section .organic-widgets-content {
    flex-direction: column;
  }
  .organic-widgets-business-info-section .organic-widgets-business-info-column {
    padding: 24px 0px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .organic-widgets-business-info-section .organic-widgets-business-info-column:first-child {
    padding-top: 0px;
  }
  .organic-widgets-business-info-section .organic-widgets-business-info-column:last-child {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .organic-widgets-featured-product-item {
    margin-top: 12px;
  }
  .organic-widgets-login-form #loginform {
    min-width: 240px;
  }
  .organic-widgets-login-form.style-login-modern {
    padding: 36px;
  }
  .organic-widgets-toggle-section .organic-widgets-aligner,
  .organic-widgets-food-menu-section .organic-widgets-aligner,
  .organic-widgets-featured-video-section .organic-widgets-aligner,
  .organic-widgets-video-gallery-section .organic-widgets-aligner,
  .organic-widgets-audio-section .organic-widgets-aligner,
  .organic-widgets-login-section .organic-widgets-aligner {
    display: block;
  }
  .organic-widgets-toggle-section .organic-widgets-aligner .organic-widgets-toggle-information,
  .organic-widgets-food-menu-section .organic-widgets-aligner .organic-widgets-information,
  .organic-widgets-featured-video-section .organic-widgets-aligner .organic-widgets-information,
  .organic-widgets-video-gallery-section .organic-widgets-aligner .organic-widgets-information,
  .organic-widgets-audio-section .organic-widgets-aligner .organic-widgets-information,
  .organic-widgets-login-section .organic-widgets-aligner .organic-widgets-information {
    text-align: center;
    max-width: none;
    padding: 0px;
  }
  .organic-widgets-featured-video-section .organic-widgets-aligner .organic-widgets-button-holder,
  .organic-widgets-video-gallery-section .organic-widgets-aligner .organic-widgets-button-holder {
    text-align: center;
  }
  .organic-widgets-video-gallery-section .organic-widgets-column.organic-widgets-gallery-item {
    width: 100% !important;
  }
  .organic-widgets-featured-product-information,
  .organic-widgets-aligner-middle-right .organic-widgets-featured-product-information,
  .organic-widgets-aligner-top-right .organic-widgets-featured-product-information,
  .organic-widgets-aligner-bottom-right .organic-widgets-featured-product-information {
    padding-left: 0px;
    padding-right: 0px;
  }
  .organic-ocw-container .organic-widgets-section .organic-widgets-profile .organic-widgets-card {
    display: block;
  }
  .organic-ocw-container .organic-widgets-section .organic-widgets-profile-img {
    width: 100% !important;
    max-width: none;
    min-width: auto;
  }
  .organic-widgets-profile-section.organic-widgets-content-horizontal .organic-widgets-profile {
    flex-direction: column;
  }
  .organic-widgets-portfolio-section .organic-widgets-portfolio-img .organic-widgets-img-text {
    opacity: 1;
  }

}
@charset "UTF-8";:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{align-items:center;background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;box-sizing:border-box;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%;min-height:24px;padding:0 8px}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;height:36px;margin:0;padding:6px 12px;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:none;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{fill:currentColor;line-height:0;margin:0 auto 8px;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;width:100%}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{fill:currentColor;color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%)}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;outline:1px solid #0000;padding:24px;position:relative;text-align:left;width:100%}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:4px}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{stroke:currentColor;box-sizing:initial;height:100%;left:50%;opacity:.25;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{-webkit-tap-highlight-color:rgba(0,0,0,0)!important;outline:0}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{fill:#f0b849;align-self:center;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*
Theme Name: Organic STAX
Theme URI: https://www.organicthemes.com/theme/stax-theme
Author: Organic Themes
Author URI: https://organicthemes.com/
Description: STAX is a WordPress block theme designed for the full-site editor. Every element of the theme can easily be customized within the WordPress site editor.
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: organic-stax
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
STAX is distributed under the terms of the GNU GPL.
 * Woo: 18734001503892:99142b9675046071bdede927a3ace803

*/

/************************************************
 Defaults
************************************************/

body {
	margin: 0;
	animation: fadein ease-in 1s;
  	animation-iteration-count: 1;
  	animation-fill-mode: forwards;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/************************************************
 Global
************************************************/

p {
	word-wrap: break-word;
	padding: 0;
}
p:empty {
	display: none;
}
dfn, cite, em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
big {
	font-size: 140%;
}
small {
	font-size: 60%;
}
s {
	text-decoration: line-through;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 60%;
	font-weight: 400;
	position: relative;
}
sup {
	top: 0;
	vertical-align: super;
}
sub {
	bottom: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
	padding: 0;
}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul li {
	list-style: inside;
	list-style-type: disc;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul ol li, ul ol ul ol li {
	list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
	list-style-type: square;
}
blockquote {
	box-sizing: border-box;
}
code, pre {
	display: block;
	white-space: pre-line;
	box-sizing: border-box;
}
pre code {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
}
img, object, embed, iframe {
	max-width: 100%;
	line-height: 0;
	margin: 0 auto 0;
}

/************************************************
 Links
************************************************/

a {
	cursor: pointer;
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
	scroll-behavior: smooth;
}
a, button, .button, .wp-block-button__link  {
	transition: all .25s ease-in-out;
}

/************************************************
 Elements
************************************************/

.site-header,
.site-main,
.site-footer {
	margin-top: 0 !important;
}
.site-banner .post-meta {
	text-align: center;
}
.single .post-date-and-author,
.site-banner .post-date-and-author {
	justify-content: center;
	margin-top: 12px;
}
.site-banner .wp-block-post-author__avatar {
	background: #ffffff;
	border: none;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
}
.site-banner .wp-block-post-author__content {
	margin-top: 0;
}
.page .site-banner .post-date-and-author {
	display: none;
}
.site-main > .entry-content {
	margin-top: 0;
}
.site-logo-wrapper {
	position: relative;
}
.site-logo-wrapper > .wp-block-site-logo {
	position: relative;
	z-index: 99;
	opacity: 1;
}
.site-logo-wrapper > .site-logo-alt {
	margin: 0;
	z-index: 8;
	opacity: 0;
}

/************************************************
 Page Templates
************************************************/

.page-template-template-blank .entry-content > .alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

/************************************************
 Header Setup
************************************************/

.site-header .header-wrapper {
	width: 100%;
	box-sizing: border-box !important;
	z-index: 99;
}
.site-header .is-transparent {
	transition: background .15s ease-in-out;
}
.site-header .is-transparent:not(.scrolling) {
	background: transparent !important;
	border-bottom: none !important;
}
.site-header .is-transparent:not(.scrolling) .wp-block-site-title,
.site-header .is-transparent:not(.scrolling) .wp-block-site-title a {
	color: #ffffff;
}
.site-header .is-transparent .site-logo-wrapper.logo-alt-exists > .wp-block-site-logo,
.site-header .is-transparent.scrolling .site-logo-wrapper.logo-alt-exists > .site-logo-alt {
	opacity: 0;
}
.site-header .is-transparent .site-logo-wrapper.logo-alt-exists > .site-logo-alt,
.site-header .is-transparent.scrolling .site-logo-wrapper.logo-alt-exists > .wp-block-site-logo {
	opacity: 1;
}
@media screen and (min-width: 600px) {
	.site-header .is-transparent:not(.scrolling) .wp-block-navigation__container > .wp-block-navigation-item > a {
		color: #ffffff;
	}
}
.site-header .is-transparent:not(.scrolling) .wp-block-navigation__container > li > .wp-block-navigation__submenu-icon > svg {
	stroke: #ffffff;
}
.site-header .is-transparent:not(.scrolling) .wp-block-navigation__responsive-container-open svg {
	fill: #ffffff;
}
.site-header .is-transparent:not(.scrolling) .wc-block-mini-cart__icon,
.site-header .is-transparent:not(.scrolling) .wc-block-mini-cart__icon circle,
.site-header .is-transparent:not(.scrolling) .wc-block-mini-cart__icon path {
	color: #ffffff;
	fill: #ffffff;
}
.site-header .is-transparent:not(.scrolling) .wc-block-mini-cart__badge {
	color: #000000;
	background: #ffffff;
}
.site-header + .wp-block-group.woocommerce {
	margin-block-start: 0;
}

/************************************************
	Navigation Menus
************************************************/

.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container .wp-block-navigation__submenu-container {
	padding: 12px;
	border: none !important;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	z-index: 99;
}
.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container .has-child:hover .wp-block-navigation__submenu-container {
	min-width: 240px !important;
}
.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container > .wp-block-navigation-item.has-child > .wp-block-navigation__submenu-container {
	margin-top: 12px;
	left: 50%;
	transform: translateX(-50%);
}
.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation__submenu-container::after {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
}
.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	top: 0;
	margin-top: -12px;
}
/* Widen Submenu Boundaries */
.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container .wp-block-navigation__submenu-container::before {
	position: absolute;
	top: -12px; left: -36px;
	width: 100%; height: 100%;
	content: '';
	padding: 72px;
}
.wp-block-navigation__container .wp-block-navigation-item a {
	position: relative;
	text-decoration: none;
}
.wp-block-navigation__container .wp-block-navigation-item:not(.button) a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: var(--wp--preset--color--accent-primary);
	transition: all 0.15s ease-in-out;
}
.wp-block-navigation__container .wp-block-navigation-item:not(.button):hover a::after {
	width: 100%;
}
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item a {
	font-size: 90%;
}
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item:not(.button) a::after {
	display: none;
}
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item {
	background: none;
	margin: 0;
}
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item:focus,
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item:hover,
.wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item:active {
	background: rgba(0, 0, 0, .04);
	outline: 0;
}
.wp-block-navigation__container button.wp-block-navigation__submenu-icon,
.wp-block-navigation__container button.wp-block-navigation__submenu-icon:hover {
	margin-top: -4px;
	pointer-events: none; /* Disable clicking of dropdown arrow button in favor of hover */
	background: none;
	box-shadow: none;
}
.wp-block-navigation__container > .wp-block-navigation-item.button > a {
	padding: 8px 16px !important;
	border: 2px solid;
	border-radius: 3px;
}

/************************************************
 Navigation Mobile
************************************************/

.wp-block-navigation .wp-block-navigation__responsive-container-open {
	top: 0;
	box-shadow: none;
}
.wp-block-navigation .wp-block-navigation__responsive-container-open svg,
.wp-block-navigation .wp-block-navigation__responsive-container-close svg {
	width: 36px;
	height: 36px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	width: 100%;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
	top: var(--wp--style--block-gap);
	right: var(--wp--style--block-gap);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	display: none;
	padding-left: 0 !important;
	padding-right: 0 !important;
	opacity: 1;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
	padding: var(--wp--style--block-gap);
	box-sizing: border-box;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item {
	visibility: visible;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-submenu .dropdown-arrow {
	position: absolute;
	top: 4px;
	right: 0;
	max-height: 14px;
	font-weight: 600;
	font-size: 12px;
	line-height: 0;
	margin: 0;
	padding: 6px;
	border: 2px solid;
	border-radius: 3px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-submenu .dropdown-arrow:hover {
	cursor: pointer;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0;
	box-sizing: border-box;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item::after {
	display: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item.button {
	margin-top: 12px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container > .wp-block-navigation-item > a {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container > .wp-block-navigation-item.button > a {
	text-align: center;
	padding: 8px 12px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item {
	padding-left: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item a {
	font-size: 1.2rem;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: 12px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	padding-top: 12px;
}

/************************************************
 Social Menu
************************************************/

.wp-block-navigation .wp-block-navigation-item a[href*="facebook.com"]:hover {
	color: #ffffff;
    background: #3b5998;
}
.wp-block-navigation .wp-block-navigation-item a[href*="twitter.com"]:hover,
.wp-block-navigation .wp-block-navigation-item a[href*="x.com"]:hover	{
	color: #ffffff;
	background: #000000;
}
.wp-block-navigation .wp-block-navigation-item a[href*="google.com"]:hover {
	color: #ffffff;
	background: #dd4b39;
}
.wp-block-navigation .wp-block-navigation-item a[href*="linkedin.com"]:hover {
	color: #ffffff;
	background: #007bb6;
}
.wp-block-navigation .wp-block-navigation-item a[href*="pinterest.com"]:hover {
	color: #ffffff;
	background: #cb2027;
}
.wp-block-navigation .wp-block-navigation-item a[href*="youtube.com"]:hover	{
	color: #ffffff;
	background: #bb0000;
}
.wp-block-navigation .wp-block-navigation-item a[href*="instagram.com"]:hover {
	color: #ffffff;
	background: #517fa4;
}
.wp-block-navigation .wp-block-navigation-item a[href*="dribbble.com"]:hover {
	color: #ffffff;
	background: #ea4c89;
}
.wp-block-navigation .wp-block-navigation-item a[href*="foursquare.com"]:hover {
	color: #ffffff;
	background: #0072b1;
}
.wp-block-navigation .wp-block-navigation-item a[href*="yelp.com"]:hover {
	color: #ffffff;
	background: #d32323;
}
.wp-block-navigation .wp-block-navigation-item a[href*="etsy.com"]:hover {
	color: #ffffff;
	background: #d5641c;
}
.wp-block-navigation .wp-block-navigation-item a[href*="reddit.com"]:hover {
	color: #ffffff;
	background: #ff4500;
}
.wp-block-navigation .wp-block-navigation-item a[href*="tiktok.com"]:hover {
	color: #ffffff;
	background: #ff0050;
}
.wp-block-navigation .wp-block-navigation-item a[href*="snapchat.com"]:hover {
	color: #000000;
	background: #FFFC00;
}
.wp-block-navigation .wp-block-navigation-item a[href*="bandcamp.com"]::before      { font-family: 'Font Awesome 6 Brands'; content: '\f2d5'; }
.wp-block-navigation .wp-block-navigation-item a[href*="soundcloud.com"]::before    { font-family: 'Font Awesome 6 Brands'; content: '\f1be'; }
.wp-block-navigation .wp-block-navigation-item a[href*="reddit.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f281'; }
.wp-block-navigation .wp-block-navigation-item a[href*="twitch.tv"]::before         { font-family: 'Font Awesome 6 Brands'; content: '\f1e8'; }
.wp-block-navigation .wp-block-navigation-item a[href*="snapchat.com"]::before      { font-family: 'Font Awesome 6 Brands'; content: '\f2ac'; }
.wp-block-navigation .wp-block-navigation-item a[href*="medium.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f23a'; }
.wp-block-navigation .wp-block-navigation-item a[href*="tumblr.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f173'; }
.wp-block-navigation .wp-block-navigation-item a[href*="apple.com"]::before         { font-family: 'Font Awesome 6 Brands'; content: '\f179'; }
.wp-block-navigation .wp-block-navigation-item a[href*="etsy.com"]::before          { font-family: 'Font Awesome 6 Brands'; content: '\f2d7'; }
.wp-block-navigation .wp-block-navigation-item a[href*="facebook.com"]::before      { font-family: 'Font Awesome 6 Brands'; content: '\f39e'; }
.wp-block-navigation .wp-block-navigation-item a[href*="twitter.com"]::before,
.wp-block-navigation .wp-block-navigation-item a[href*="x.com"]::before       		{ font-family: 'Font Awesome 6 Brands'; content: '\e61b'; }
.wp-block-navigation .wp-block-navigation-item a[href*="tiktok.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\e07b'; }
.wp-block-navigation .wp-block-navigation-item a[href*="google.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f1a0'; }
.wp-block-navigation .wp-block-navigation-item a[href*="linkedin.com"]::before      { font-family: 'Font Awesome 6 Brands'; content: '\f0e1'; }
.wp-block-navigation .wp-block-navigation-item a[href*="github.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f113'; }
.wp-block-navigation .wp-block-navigation-item a[href*="dribbble.com"]::before      { font-family: 'Font Awesome 6 Brands'; content: '\f17d'; }
.wp-block-navigation .wp-block-navigation-item a[href*="foursquare.com"]::before    { font-family: 'Font Awesome 6 Brands'; content: '\f180'; }
.wp-block-navigation .wp-block-navigation-item a[href*="pinterest.com"]::before     { font-family: 'Font Awesome 6 Brands'; content: '\f0d2'; }
.wp-block-navigation .wp-block-navigation-item a[href*="wordpress.com"]::before     { font-family: 'Font Awesome 6 Brands'; content: '\f19a'; }
.wp-block-navigation .wp-block-navigation-item a[href*="youtube.com"]::before       { font-family: 'Font Awesome 6 Brands'; content: '\f167'; }
.wp-block-navigation .wp-block-navigation-item a[href*="vine.co"]::before           { font-family: 'Font Awesome 6 Brands'; content: '\f1ca'; }
.wp-block-navigation .wp-block-navigation-item a[href*="instagram.com"]::before     { font-family: 'Font Awesome 6 Brands'; content: '\f16d'; }
.wp-block-navigation .wp-block-navigation-item a[href*="stackexchange.com"]::before { font-family: 'Font Awesome 6 Brands'; content: '\f18d'; }
.wp-block-navigation .wp-block-navigation-item a[href*="spotify.com"]::before       { font-family: 'Font Awesome 6 Brands'; content: '\f1bc'; }
.wp-block-navigation .wp-block-navigation-item a[href*="amazon.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f270'; }
.wp-block-navigation .wp-block-navigation-item a[href*="flickr.com"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f16e'; }
.wp-block-navigation .wp-block-navigation-item a[href*="vimeo.com"]::before         { font-family: 'Font Awesome 6 Brands'; content: '\f27d'; }
.wp-block-navigation .wp-block-navigation-item a[href*="yelp.com"]::before          { font-family: 'Font Awesome 6 Brands'; content: '\f1e9'; }
.wp-block-navigation .wp-block-navigation-item a[href*="discord.gg"]::before        { font-family: 'Font Awesome 6 Brands'; content: '\f392'; }
.wp-block-navigation .wp-block-navigation-item a[href*="telegram.org"]::before,
.wp-block-navigation .wp-block-navigation-item a[href*="t.me"]::before              { font-family: 'Font Awesome 6 Brands'; content: '\f2c6'; }
.wp-block-navigation .wp-block-navigation-item a[href*="mailto:"]::before           { font-family: 'Font Awesome 6 Free'; content: '\f0e0'; }
.wp-block-navigation .wp-block-navigation-item a[href$="/feed/"]::before            { font-family: 'Font Awesome 6 Free'; content: '\f09e'; }
.wp-block-navigation .wp-block-navigation-item a[href*="wa.me"]::before,
.wp-block-navigation .wp-block-navigation-item a[href*="whatsapp.com"]::before      { font-family: 'Font Awesome 6 Brands'; content: '\f232'; }
.wp-block-navigation .wp-block-navigation-item a[href*="m.me"]::before,
.wp-block-navigation .wp-block-navigation-item a[href*="messenger.com"]::before     { font-family: 'Font Awesome 6 Brands'; content: '\f39f'; }
.wp-block-navigation .wp-block-navigation-item a[href*="tel:"]::before              { font-family: 'Font Awesome 6 Free'; font-weight: 600; content: '\f095'; }

.wp-block-navigation .wp-block-navigation-item a[href*="bandcamp.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="soundcloud.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="reddit.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="twitch.tv"],
.wp-block-navigation .wp-block-navigation-item a[href*="snapchat.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="medium.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="tumblr.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="apple.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="etsy.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="facebook.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="twitter.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="tiktok.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="google.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="linkedin.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="github.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="dribbble.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="foursquare.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="pinterest.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="wordpress.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="youtube.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="vine.co"],
.wp-block-navigation .wp-block-navigation-item a[href*="instagram.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="stackexchange.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="spotify.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="amazon.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="flickr.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="vimeo.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="yelp.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="discord.gg"],
.wp-block-navigation .wp-block-navigation-item a[href*="telegram.org"],
.wp-block-navigation .wp-block-navigation-item a[href*="t.me"],
.wp-block-navigation .wp-block-navigation-item a[href*="mailto:"],
.wp-block-navigation .wp-block-navigation-item a[href$="/feed/"],
.wp-block-navigation .wp-block-navigation-item a[href*="wa.me"],
.wp-block-navigation .wp-block-navigation-item a[href*="whatsapp.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="m.me"],
.wp-block-navigation .wp-block-navigation-item a[href*="messenger.com"],
.wp-block-navigation .wp-block-navigation-item a[href*="tel:"] {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	min-height: 36px;
	padding: 4px;
	border-radius: 3px;
	margin-left: calc(calc(var(--wp--style--block-gap) / 2) * -1);
	margin-right: calc(calc(var(--wp--style--block-gap) / 4) * -1);
}

.wp-block-navigation .wp-block-navigation-item a[href*="bandcamp.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="soundcloud.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="reddit.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="twitch.tv"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="snapchat.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="medium.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="tumblr.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="apple.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="etsy.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="facebook.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="twitter.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="x.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="tiktok.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="google.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="linkedin.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="github.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="dribbble.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="foursquare.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="pinterest.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="wordpress.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="youtube.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="vine.co"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="instagram.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="stackexchange.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="spotify.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="amazon.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="flickr.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="vimeo.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="yelp.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="discord.gg"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="telegram.org"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="t.me"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="mailto:"]::after,
.wp-block-navigation .wp-block-navigation-item a[href$="/feed/"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="wa.me"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="whatsapp.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="m.me"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="messenger.com"]::after,
.wp-block-navigation .wp-block-navigation-item a[href*="tel:"]::after {
	display: none;
}

.wp-block-navigation .wp-block-navigation-item a[href*="twitch.tv"] span, .wp-block-navigation .wp-block-navigation-item a[href*="reddit.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="snapchat.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="medium.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="tumblr.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="apple.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="facebook.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="twitter.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="x.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="google.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="linkedin.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="github.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="dribbble.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="foursquare.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="pinterest.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="wordpress.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="youtube.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="vine.co"] span, .wp-block-navigation .wp-block-navigation-item a[href*="instagram.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="stackexchange.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="spotify.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="amazon.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="flickr.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="vimeo.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="yelp.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="mailto:"] span, .wp-block-navigation .wp-block-navigation-item a[href$="/feed/"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="soundcloud.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="bandcamp.com"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="etsy.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="wa.me"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="whatsapp.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="m.me"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="messenger.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="tel:"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="tiktok.com"] span, .wp-block-navigation .wp-block-navigation-item a[href*="discord.gg"] span,
.wp-block-navigation .wp-block-navigation-item a[href*="telegram.org"] span, .wp-block-navigation .wp-block-navigation-item a[href*="t.me"] span {
	display: none;
}

/************************************************
 User Classes
************************************************/

.hide, .hidden {
	display: none;
}
.clip-img-angle-top-right img {
	clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.clip-img-angle-bottom-right img {
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.clip-img-angle-top-left img {
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.clip-img-angle-bottom-left img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.margin-zero {
	margin: 0px !important;
}
.padding-zero {
	padding: 0px !important;
}
.rounded-corners-small {
	border-radius: 3px;
	overflow: hidden;
}
.rounded-corners-medium {
	border-radius: 12px;
	overflow: hidden;
}
.rounded-corners-large {
	border-radius: 24px;
	overflow: hidden;
}
.position-absolute {
	position: absolute;
	top: 0;
	left: 0;
}
.position-sticky {
	position: sticky;
	top: 0;
}
.position-fixed {
	position: fixed;
	top: 0;
}
.shadow {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.admin-bar .position-fixed {
	top: 32px;
}
.filters-panel {
	top: 0;
	width: var(--drawer-width);
	max-width: 100% !important;
	height: 100%;
	overflow: auto;
	box-sizing: border-box !important;
	z-index: 99;
}
.admin-bar .filters-panel {
	top: 32px;
}
.filters-panel ul li {
	list-style: none;
}
.filters-panel ul li::marker {
	display: none;
}

/************************************************
 Alignment
************************************************/

.alignwide, .alignfull {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}
.aligncenter, .alignnone {
	margin-left: auto;
	margin-right: auto;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* Image Alignement Fix For Content Width */
.entry-content > .alignleft {
	margin-left: calc( ( 100% - var(--wp--style--global--content-size) ) / 2 ) !important;
}
.entry-content > .alignright {
	margin-right: calc( ( 100% - var(--wp--style--global--content-size) ) / 2 ) !important;
}

/************************************************
 Buttons
************************************************/

button, .button, a.button, a.button:link, a.button:visited, input[type=submit],
.wp-block-button__link, .wc-block-components-button:not(.is-link), .wp-block-search__button {
	position: relative;
	top: 0;
	height: auto;
	transition: all .25s ease-in-out;
	box-shadow: none;
	box-sizing: border-box;
}
button:hover, .button:hover, a.button:hover, input[type=submit]:hover,
.wp-block-button__link:hover, .wc-block-components-button:not(.is-link):hover, .wp-block-search__button:hover {
	top: -2px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
	cursor: pointer;
}
button:active, .button:active, a.button:active, input[type=submit]:active,
.wp-block-button__link:active, .wc-block-components-button:not(.is-link):active, .wp-block-search__button:active {
	top: 0;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
}

/************************************************
 Tables
************************************************/

table,
.wp-block-table table {
	width: 100%;
	padding: 0;
	border-radius: 3px;
	border-spacing: 0;
}
table p,
table form,
table ul,
table li {
	margin: 6px 0px;
	padding: 0;
}
table thead,
.wp-block-table thead {
	border-color: var(--wp--preset--color--light-gray);
}
table th,
.wp-block-table th {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 12px;
	border-top: 1px solid var(--wp--preset--color--light-gray);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	box-sizing: border-box;
}
table td,
.wp-block-table td {
	text-align: left;
	padding: 12px;
	margin: 0;
	border-top: 1px solid var(--wp--preset--color--light-gray);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	box-sizing: border-box;
}
table tr td dl {
	margin-top: 6px;
	margin-bottom: 6px;
}
table tr td dl p {
	margin: 0;
}

/************************************************
 Forms
************************************************/

form {
	display: block;
	overflow: hidden;
}
form p {
	margin-top: calc(var(--wp--style--block-gap) / 2);
}
form div {
	display: block;
	box-sizing: border-box;
}
form span.required {
	display: inline;
}
form li,
form ul,
form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset {
	margin-top: calc(var(--wp--style--block-gap) / 2);
	margin-bottom: 0;
	padding: 0;
	border: none;
}
fieldset legend {
	font-weight: bold;
	margin-bottom: 6px;
}
fieldset select,
fieldset input:not([type="checkbox"], [type="radio"]) {
    width: 100%;
}
input,
input[type='url'],
input[type='tel'],
input[type='email'],
input[type='text'],
input[type='password'],
textarea, #comment,
#author, #email, #url {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	padding: 12px;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: var(--wp--preset--color--light-gray);
}
input[type='checkbox'],
input[type='radio'] {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
	margin-right: 6px;
	padding: 0;
	vertical-align: baseline !important;
}
input[type='submit'],
input[type='submit']:hover {
	margin-top: 0;
}
textarea, #comment {
	width: 100%;
	overflow: auto;
}
address {
	margin: 12px 0;
}
select {
	display: block;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
	width: auto;
	max-width: 100%;
	font-size: 1.1rem;
	line-height: 1.6;
	padding: 8px 46px 8px 12px;
	box-shadow: none;
	border-radius: 3px;
	border-width: 2px;
	border-color: var(--wp--preset--color--light-gray);
	transition: all .25s ease-in-out;
	appearance: none;

	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
	background-position:
		calc(100% - 16px) 50%,
		calc(100% - 11px) 50%,
		calc(100% - 32px) 6px;
	background-size:
		5px 5px,
		5px 5px,
		1px 70%;
	background-repeat: no-repeat;

	/* reset */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:focus, select:focus, textarea:focus,
#comment:focus, #author:focus, #email:focus, #url:focus {
	outline: 0;
	border-color: var(--wp--preset--color--accent-primary);
}

/************************************************
Search Form
************************************************/

form[role="search"] {
	width: 100%;
}
form[role="search"] > div {
	display: flex;
}
form[role="search"] input[type="search"] {
	padding: 12px;
}
form[role="search"] button[type="submit"],
form[role="search"] button[type="submit"]:hover {
	padding: 12px;
	border: none;
}

/************************************************
 Sidebars
************************************************/

aside ul {
	padding: 0;
	margin: 0;
}
aside ul li {
	list-style: none;
	font-size: 0.85rem;
	margin: 0;
}
aside table td,
aside table th {
	padding-left: 8px;
	padding-right: 8px;
}

/************************************************
 Comments
************************************************/

.wp-block-comment-template li,
.wp-block-post-comments .commentlist li.comment {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wp-block-comment-template .wp-block-comment-author-name,
.wp-block-post-comments .commentlist li .fn {
	text-transform: capitalize;
}
.wp-block-comment-template .avatar,
.wp-block-post-comments .commentlist li .avatar {
	float: left;
	background: #ffffff;
	padding: 4px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.wp-block-post-comments .commentlist li .comment-meta {
	margin-left: 0;
}
.wp-block-comment-template .wp-block-comment-date,
.wp-block-post-comments .commentlist li .comment-metadata {
	font-size: 0.85rem;
	margin-top: 0;
}
.wp-block-post-comments .commentlist li .comment-metadata .edit-link {
	margin-left: 6px;
	padding-left: 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.wp-block-comment-template .wp-block-comment-content,
.wp-block-post-comments .commentlist li .comment-content {
	margin-top: 18px;
}
.wp-block-comment-template .wp-block-comment-reply-link,
.wp-block-comment-template .wp-block-comment-edit-link,
.wp-block-post-comments .commentlist li .reply {
	font-size: 0.85rem;
}
.wp-block-comment-template .wp-block-comment-reply-link,
.wp-block-comment-template .wp-block-comment-edit-link {
	margin-top: 12px;
	margin-bottom: 12px;
}

/************************************************
 Pagination
************************************************/

.wp-block-query-pagination {
	width: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 2px;
	position: relative;
	border: 1px solid var(--wp--preset--color--light-gray);
	border-radius: 2px;
	overflow: hidden;
	z-index: 7;
}
.wp-block-query-pagination.is-layout-flex {
	gap: 0;
}
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
	float: left;
	background: #ffffff;
	color: var(--wp--preset--color--medium-gray);
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next {
	border-left: 1px solid var(--wp--preset--color--light-gray);
	border-right: none;
	border-top: none;
	border-bottom: none;
}
.wp-block-query-pagination .page-numbers:first-child {
	border-left: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
	border-right: 1px solid var(--wp--preset--color--light-gray);
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
	font-size: 80%;
	padding-left: 12px;
	padding-right: 12px;
}
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .page-numbers:active,
.wp-block-query-pagination .page-numbers.current,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
	background: var(--wp--preset--color--bg-light);
	color: var(--wp--preset--color--black);
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	box-shadow: none;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
	margin-bottom: 0;
	margin-right: 0;
}

/************************************************
 Footer
************************************************/

.footer-links {
	margin-top: 0;
}
.footer-widgets ul {
	padding: 0;
}
.footer-widgets ul li {
	list-style: none;
	margin: 8px 0px;
	padding: 0;
}
.footer-widgets .wp-block-column {
	padding-bottom: 24px;
}

/************************************************
 Screen Reader
************************************************/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/************************************************
 Block: Site Title
************************************************/

.wp-block-site-title a {
	text-decoration: none;
}

/************************************************
 Block: Spacer
************************************************/

.wp-block-spacer + * {
	margin-top: 0;
}

/************************************************
 Block: Heading
************************************************/

.wp-block-heading + p,
.wp-block-heading + ul,
.wp-block-heading + ol,
.wp-block-heading + .wp-block-heading {
	margin-top: calc(var(--wp--style--block-gap) / 2);
}

/************************************************
 Block: Image
************************************************/

.wp-block-image {
	margin-top: var(--wp--style--block-gap);
}
.wp-block-image.aligncenter {
	display: table;
}
.wp-block-image.alignfull {
	width: 100%;
}
.wp-block-image figcaption {
	margin-top: 8px;
}

/************************************************
 Block: Embed
************************************************/

.wp-block-embed {
	margin-left: auto;
	margin-right: auto;
}

/************************************************
 Block: Gallery
************************************************/

.wp-block-gallery .blocks-gallery-item {
	padding: 0;
}
.wp-block-gallery .blocks-gallery-image {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	border: none;
}

/************************************************
 Block: Cover
************************************************/

.wp-block-cover .wp-block-cover__inner-container > :first-child {
	margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}

/************************************************
 Block: Search
************************************************/

.wp-block-search label {
	display: none;
}
.wp-block-search .wp-block-search__input[type="search"] {
	background: var(--wp--preset--color--bg-light);
	width: 100%;
	margin: 0px;
	padding: 12px;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 3px 0px 0px 3px;
}
.wp-block-search .wp-block-search__input[type="search"]:focus {
	border-color: var(--wp--preset--color--accent-primary);
}
.wp-block-search .wp-block-search__button[type="submit"],
.wp-block-search .wp-block-search__button[type="submit"]:hover {
	top: 0;
	font-size: 0.9rem;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	padding: 12px 24px;
	border-radius: 0px 3px 3px 0px;
	box-shadow: none;
}

/************************************************
 Block: Media
************************************************/

.wp-block-media-text {
	display: grid;
	overflow: hidden;
}

/************************************************
 Block: Query
************************************************/

.wp-block-query li {
	position: relative;
	list-style: none;
	padding: 0;
	box-sizing: border-box;
}
.wp-block-query .wp-block-post-featured-image {
	box-sizing: border-box;
	border-radius: 3px;
}

/************************************************
 Block: Post Title
************************************************/

.wp-block-post-title a {
	text-decoration: none;
	transition: all .25s ease-in-out;
}
.wp-block-post-title + .entry-content,
.wp-block-post-title + .wp-block-post-excerpt {
	margin-top: calc(var(--wp--style--block-gap) / 2);
}

/************************************************
 Block: Query Elements
************************************************/

.wp-block-post-featured-image {
	line-height: 0;
	overflow: hidden;
}
.wp-block-post-featured-image a {
	display: block;
	text-align: center;
}
.wp-block-post-featured-image a img {
	transition: all 1s ease-in-out;
}
.wp-block-post-featured-image:hover a img {
	transform: scale(1.04);
}
.wp-block-post-author {
	display: flex;
	align-items: center;
}
.wp-block-post-author__avatar {
	line-height: 0;
	margin-right: 8px;
	padding: 2px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
.wp-block-post-author__name {
	text-transform: capitalize;
}
.wp-block-post-terms a {
	text-decoration: none;
}
.wp-block-post-terms a:hover {
	text-decoration: underline;
}

/************************************************
 Block: Group
************************************************/

.wp-block-group > :first-child {
	margin-top: 0;
}
.wp-block-group > :last-child {
	margin-bottom: 0;
}
.wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
}

/************************************************
 Block: Button
************************************************/

.wp-block-button {
	position: relative;
	box-sizing: border-box;
}
.wp-block-button.alignleft {
	float: none;
	text-align: left;
}
.wp-block-button.alignright {
	float: none;
	text-align: right;
}
.wp-block-button .wp-block-button__link {
	text-decoration: none;
}
.wp-block-button.alignwide .wp-block-button__link {
	display: block;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
	color: inherit;
	background: inherit;
}
.has-background-dim .wp-block-button.is-style-outline .wp-block-button__link {
	color: #ffffff;
	border-color: #ffffff;
}

/************************************************
 Block: File
************************************************/

.wp-block-file {
	display: flex;
	justify-content: space-between;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.wp-block-file__content-wrapper {
	display: flex;
	justify-content: space-between;
}
.wp-block-file .wp-block-file__button {
	border-radius: 3px;
}

/************************************************
 Block: Video
************************************************/

.videopress-block-hide {
	display: none;
}

/************************************************
 Block: Quotes
************************************************/

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	font-size: var(--wp--preset--font-size--small);
	font-style: normal;
	margin-top: 12px;
	opacity: 0.6;
}
.wp-block-pullquote {
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.wp-block-pullquote p {
	font-size: inherit;
}
.wp-block-pullquote::before {
	position: absolute;
	top: -28px; left: 50%;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.4);
	content: '\f10d';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	font-size: 18px;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin-left: -24px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
}
.wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	border: none;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation {
	font-size: initial;
	font-weight: 400;
	text-transform: none;
	opacity: 0.6;
}

/************************************************
 Block: Columns
************************************************/

.wp-block-columns {
	display: flex;
	box-sizing: border-box;
}
.wp-block-column {
	max-width: 100%;
	border-radius: inherit;
}
.wp-block-column > :first-child {
	margin-top: 0;
}
.wp-block-column > :last-child {
	margin-bottom: 0;
}

/************************************************
 Block: Table
************************************************/

.wp-block-table {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.wp-block-table.is-style-stripes {
	border-bottom: none;
}
.wp-block-table figcaption {
	margin-top: 12px;
}

/************************************************
 Block: Audio
************************************************/

.wp-block-audio {
	margin-left: 0;
	margin-right: 0;
}
.wp-block-audio audio {
	width: 100%;
}

/************************************************
 Block: Separator
************************************************/

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 160px;
}

/************************************************
 Block: Social
************************************************/

.wp-block-social-links .wp-social-link {
	padding: 0;
}
.wp-block-social-links .wp-social-link a {
	color: inherit;
}

/************************************************
 Block: OBB Hero
************************************************/

div[data-type="obb/hero-block"] {
	margin-top: 0;
}

/************************************************
 Block: OBB Featured Content
************************************************/

.obb-featured {
	transition: transform 0.2s ease;
}
.obb-featured:hover {
	transform: scale(1.02);
}

/************************************************
 Block: OBB Icon Box
************************************************/

.obb-icon-box {
	transition: transform 0.2s ease;
}
.obb-icon-box:hover {
	transform: scale(1.02);
}

/************************************************
 Mobile Styles
************************************************/

@media screen and (max-width: 1366px) {
	.site-main > *:not(.alignfull, .entry-content),
	.site-main > .entry-content > *:not(.alignfull) {
		padding-left: var(--wp--style--block-gap);
		padding-right: var(--wp--style--block-gap);
		box-sizing: border-box;
	}
	.site-main > .entry-content > .wp-block-media-text:not(.alignfull) {
		padding-left: 0;
		padding-right: 0;
	}
	/* Fix For Legacy WooCommerce Block */
	.site-main .site-main > *:not(.entry-content):not(.alignfull),
	.site-main .site-main > .entry-content > *:not(.alignfull) {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-left > .wp-block-columns,
	.sidebar-right > .wp-block-columns {
		display: grid;
	}
	.sidebar-left > .wp-block-columns > .wp-block-column:first-child,
	.sidebar-right > .wp-block-columns > .wp-block-column:last-child {
		order: 1;
	}
}

/* Column Break Point */

@media screen and (max-width: 781px) {
	.sidebar-left > .wp-block-columns > .wp-block-column,
	.sidebar-right > .wp-block-columns > .wp-block-column {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.sidebar-left .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
	.sidebar-right .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

/* Phone Size */

@media screen and (max-width: 768px) {
	.position-sticky {
		position: relative;
		top: 0 !important;
	}
	.header-wrapper.position-fixed {
		position: absolute;
	}
	.admin-bar .header-wrapper.position-fixed {
		top: 0;
	}
	.site-nav-wrapper {
		flex-direction: row-reverse;
	}
	.site-main > .entry-content > *.alignfull {
		margin-left: 0;
		margin-right: 0;
	}
	/* .site-main > .entry-content > *.alignfull {
		padding-left: 0;
		padding-right: 0;
	} */
	.site-main > *:not(.alignfull, .entry-content),
	.site-main > .entry-content > *:not(.alignfull),
	.site-main > .entry-content > .wp-block-group.alignfull:not(.has-background) > * {
		padding-left: calc(var(--wp--style--block-gap) / 1.5);
		padding-right: calc(var(--wp--style--block-gap) / 1.5);
		box-sizing: border-box;
	}
	.site-footer .wp-block-column .wp-block-navigation__container,
	.site-footer .wp-block-column > .wp-block-group {
		justify-content: center;
	}
	.entry-content > .wp-block-cover p br,
	.entry-content > .wp-block-cover .wp-block-heading br {
		display: none;
	}
	.woocommerce .wp-block-woocommerce-product-image-gallery {
		width: 100vw;
		margin-left: calc(calc(var(--wp--style--block-gap) / 1.5) * -1);
	}
	.woocommerce .wc-block-store-notices + .wp-block-columns {
		margin-top: 0;
	}
	.reverse-mobile,
	.is-stacked-on-mobile.reverse-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
	/* Image Alignement Fix For Content Width */
	.entry-content > .alignleft {
		margin-left: auto !important;
	}
	.entry-content > .alignright {
		margin-right: auto !important;
	}
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.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%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"\4b"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"\51"}.fa-g{--fa:"\47"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"\43"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"\4c"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"\50"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\3f"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"\46"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"\48"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"\4a"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"\53"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"\42"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\3c"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\2b"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\3d"}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\25"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"\54"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\21"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24"}.fa-x{--fa:"\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"\44"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}/************************************************
 WooCommerce Styles
************************************************/

/** Tables **/

table.shop_table_responsive tr td {
	display: block;
	clear: both;
}
table.shop_table_responsive thead,
table.shop_table_responsive tbody th,
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.product-remove:before,
table.shop_table_responsive tr td.download-actions:before {
	display: none;
}
table.shop_table_responsive tr td.download-actions .button {
	display: block;
}
table.shop_table_responsive tr td .woocommerce-button {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
table.shop_table_responsive tr td .amount {
	font-weight: bold;
}
table.shop_table_responsive tr td ul,
table.shop_table_responsive tr td li {
	list-style: none;
	padding: 0px;
}
table.shop_table_responsive p.woocommerce-shipping-destination {
	font-size: 80%;
	font-style: italic;
}
table.shop_table_responsive .shipping-calculator-form {
	margin-top: 12px;
	overflow: hidden;
}
table.shop_table_responsive .shipping-calculator-form select,
table.shop_table_responsive .shipping-calculator-form input {
	float: left;
	width: 48%;
	margin-right: 2%;
}
table.shop_table_responsive .shipping-calculator-form button {
	float: left;
	margin: 12px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
	table.shop_table_responsive .woocommerce-shipping-totals ul:first-child,
	table.shop_table_responsive .woocommerce-shipping-totals ul:first-child li {
		margin-top: 0px;
	}
	table.shop_table_responsive .shipping-calculator-form select,
	table.shop_table_responsive .shipping-calculator-form input {
		width: 100%;
		margin-right: 0px;
	}
	table.woocommerce-checkout-review-order-table th:last-child,
	table.woocommerce-checkout-review-order-table td:last-child {
		text-align: right;
	}
}

@media screen and (min-width: 768px) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/** Account **/

nav.woocommerce-MyAccount-navigation ul {
	display: flex;
	justify-content: center;
	position: relative;
	list-style: none;
	margin: var(--wp--style--block-gap) 0px;
	padding: 0;
	text-align: left;
}
nav.woocommerce-MyAccount-navigation li {
	display: block;
	background: var(--wp--preset--color--light-gray);
	line-height: 1;
	margin: 0 4px 0 0;
	padding: 12px;
	position: relative;
	border: 1px solid var(--wp--preset--color--light-gray);
	border-radius: 3px;
}
nav.woocommerce-MyAccount-navigation li.is-active {
	background: var(--wp--preset--color--white);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
nav.woocommerce-MyAccount-navigation li a {
	display: block;
	color: var(--wp--preset--color--medium-gray);
	text-decoration: none;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
	color: var(--wp--preset--color--black);
}
.woocommerce-Addresses .woocommerce-Address {
	display: block;
	width: 100%;
	margin: 12px 0px;
}
.woocommerce-Addresses .woocommerce-Address .title {
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.7;
}
.woocommerce-account .u-columns {
	display: flex;
}
.woocommerce-account .u-columns.col2-set .col-1,
.woocommerce-account .u-columns.col2-set .col-2 {
	flex-basis: 50%;
}
.woocommerce-account .u-columns.col2-set .col-1 {
	margin-right: 24px;
}
.woocommerce-account .u-columns.col2-set .col-2 {
	margin-left: 24px;
}
.wc-block-order-confirmation-summary-list > li {
	font-size: 80%;
	list-style: none;
	padding: 0;
}

@media screen and (max-width: 768px) {
	.woocommerce-account .u-columns {
		display: block;
	}
	.woocommerce-account .u-columns.col2-set .col-1 {
		margin-right: 0;
	}
	.woocommerce-account .u-columns.col2-set .col-2 {
		margin-left: 0;
	}
	nav.woocommerce-MyAccount-navigation li {
		float: none;
		display: block;
		padding: 8px;
		border-right: 1px solid rgba(0, 0, 0, 0.12);
	}
}

/** Shop Page **/

.woocommerce.wc-block-breadcrumbs {
	margin-bottom: 0 !important;
}
.woocommerce-shop .woocommerce-products-header .page-description {
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 24px;
}
.woocommerce-shop .woocommerce-products-header .page-description .alignwide {
	max-width: var(--wp--style--global--wide-size);
}
.woocommerce-category-header {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	min-height: 480px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.woocommerce-category-header img {
	line-height: 0;
	margin-left: -9999px;
	opacity: 0;
}
.woocommerce-page .wp-block-query .wp-block-post-title a::after {
	display: none;
}

/** Products **/

.wp-block-query li.product {
	position: relative;
	top: 0;
	border-radius: 3px;
	transition: all 0.25s ease-in-out;
}
.wp-block-query li.product:hover {
	top: -6px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.24);
}
.wc-block-product-template,
.wc-block-product-template .wc-block-product {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}
ul.products,
.wc-block-grid ul.wc-block-grid__products {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 24px);
	margin-left: -12px;
	padding: 0;
}
.editor-styles-wrapper .wc-block-grid ul.wc-block-grid__products {
	margin-left: -12px;
	margin-right: 0;
	margin-bottom: 0;
}
ul.products li.product,
ul.wc-block-grid__products li.wc-block-grid__product {
	display: flex;
	flex-direction: column;
	list-style: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 24px solid transparent;
	box-sizing: border-box;
	transition: transform 0.2s ease;
}
ul.products li.product::before,
ul.wc-block-grid__products li.wc-block-grid__product::before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
	background: var(--wp--preset--color--white);
    border-radius: 3px;
	box-sizing: border-box;
    z-index: 0;
}
ul.products li.product a {
	max-width: 100%;
}
ul.products li.product img {
	border-radius: 3px 3px 0 0;
}
ul.wc-block-grid__products .wc-block-grid__product-image {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	position: relative;
	line-height: 0;
}
ul.wc-block-grid__products .wc-block-grid__product-image img {
	transition: transform 0.25s ease-in-out;
}
ul.wc-block-grid__products .wc-block-grid__product-image:hover img {
	transform: scale(1.1);
}
ul.products li.product .woocommerce-loop-product__link {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
	margin-bottom: 12px;
}
.wc-block-grid__product-image > a {
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.wc-block-components-product-image {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}
.wc-block-components-product-image img {
	transition: all 0.25s ease-in-out;
}
.wc-block-components-product-image:hover img {
	transform: scale(1.05);
}
ul.products li.product .title-wrapper,
ul.products li.product .category-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
ul.products li.product .category-wrapper .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
ul.products li.product .category-wrapper .yith-wcwl-icon {
	margin-right: 0;
}
ul.products li.product .product_category_title {
	color: rgba(0, 0, 0, 0.3);
	font-size: 70%;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0;
}
ul.products li.product .product_category_title:hover {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: underline;
}
ul.products li.product .woocommerce-loop-product__title,
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title {
	display: block;
	position: relative;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 6px;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-link,
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a {
	color: var(--wp--preset--color--dark-gray);
	text-decoration: none;
	z-index: 1;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-link:hover,
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title a:hover {
	color: var(--wp--preset--color--accent-primary);
}
ul.products .add_to_cart_button.added::before,
ul.wc-block-grid__products .add_to_cart_button.added::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	content: '\f00c';
	margin-right: 6px;
}
ul.products li.product .star-rating {
	font-size: 70%;
	margin-bottom: 6px;
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-rating {
	display: none;
}
ul.products li.product .price,
ul.wc-block-grid__products li.wc-block-grid__product .price {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1.4;
	margin: 0;
	z-index: 9;
}
ul.products li.product .price del,
ul.wc-block-grid__products li.wc-block-grid__product .price del {
	display: block;
	opacity: 0.4;
	margin-right: 4px;
}
ul.products li.product .button,
ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link {
	background: none;
	color: var(--wp--preset--color--medium-gray);
	display: block;
	font-size: var(--wp--preset--font-size--extra-small);
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: 1px;
	border: 1px solid var(--wp--preset--color--medium-gray);
	box-shadow: none;
	padding-left: 18px;
    padding-right: 18px;
	margin-left: 18px !important;
    margin-right: 18px !important;
	transition: all 0.2s;
}
ul.products li.product .button:hover,
ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button .wp-block-button__link:hover {
	color: rgba(0, 0, 0, 1);
	border-color: rgba(0, 0, 0, 1);
}
ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button {
	display: inline-block;
	background: none;
	margin: 18px 0;
}
.wc-block-grid.has-5-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid.has-5-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid.has-5-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
	font-size: 0.85rem;
}
.wc-block-grid.has-6-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid.has-6-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid.has-6-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
	font-size: 0.75rem;
}
.wc-block-grid.has-6-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
	letter-spacing: 1px;
}
.wc-block-grid__product-price del {
	opacity: 0.6;
	font-size: 80%;
}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale,
.wc-block-grid__products .wc-block-grid__product-onsale,
.wp-block-query .wc-block-grid__product-onsale {
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	right: auto;
	color: #ffffff;
	background: var(--wp--preset--color--accent-primary);
	line-height: 24px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 12px;
	padding: 4px 12px;
	border: none;
	border-radius: 0 3px 3px 0;
	z-index: 8;
}
span.onsale::after,
.product .onsale::after,
.wc-block-grid__products .wc-block-grid__product-onsale::after,
.wp-block-query .wc-block-grid__product-onsale::after {
	content: '';
 	position: absolute;
	background: var(--wp--preset--color--accent-primary);
  	width: 24px;
  	height: 24px;
	line-height: 24px;
	padding: 0px;
  	right: -10px;
	top: 4px;
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	border-radius: 3px;
	z-index: -1;
}
span.onsale::before,
.product .onsale::before,
.wc-block-grid__products .wc-block-grid__product-onsale::before,
.wp-block-query .wc-block-grid__product-onsale::before {
	content: '';
  	position: absolute;
	background: #ffffff;
  	width: 5px;
  	height: 5px;
	padding: 0px;
	top: 13px;
  	right: -4px;
  	border-radius: 3px;
	z-index: 8;
}
a.added_to_cart {
	display: block;
	margin-top: 6px;
}

@media screen and (min-width: 768px) {
	ul.products li.product {
		width: 33.33%;
		box-sizing: border-box;
	}
	ul.products.columns-1 li.product,
	.has-1-column ul.wc-block-grid__products li.wc-block-grid__product {
		width: 100%;
		padding: 12px 0px;
	}
	ul.products.columns-2 li.product,
	.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product { width: 50%; }
	ul.products.columns-3 li.product,
	.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product { width: 33.33%; }
	ul.products.columns-4 li.product,
	.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product { width: 25%; }
	ul.products.columns-5 li.product,
	.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product { width: 20%; }
	ul.products.columns-6 li.product,
	.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product { width: 16.66%; }
}

@media screen and (max-width: 768px) {
	ul.products,
	.wc-block-grid ul.wc-block-grid__products {
		width: 100%;
		margin: 0;
	}
	ul.products li.product {
		margin-bottom: 24px;
	}
	ul.products li.product,
	ul.wc-block-grid__products li.wc-block-grid__product {
		border-left: none;
		border-right: none;
	}
	ul.products li.product,
	div[class*="wc-block-grid"] ul.wc-block-grid__products li.wc-block-grid__product {
		max-width: none;
		padding: 0;
	}
	.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
		left: 24px;
	}
	.wc-block-grid {
		display: inline-block;
	}
	.wc-block-grid.has-5-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
	.wc-block-grid.has-5-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
	.wc-block-grid.has-5-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating,
	.wc-block-grid.has-6-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price,
	.wc-block-grid.has-6-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
	.wc-block-grid.has-6-columns ul.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
		font-size: 0.9rem;
	}
	ul.products li.product .price,
	ul.wc-block-grid__products li.wc-block-grid__product .price {
		float: none;
	}
	ul.products li.product .star-rating,
	ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-rating {
		font-size: inherit;
	}
	ul.products li.product,
	ul.products.columns-2 li.product,
	ul.products.columns-3 li.product,
	ul.products.columns-4 li.product,
	ul.products.columns-5 li.product,
	ul.products.columns-6 li.product,
	div[class*="wc-block-grid"].alignwide.has-1-columns ul.wc-block-grid__products li.wc-block-grid__product,
	div[class*="wc-block-grid"].alignwide.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product,
	div[class*="wc-block-grid"].alignwide.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product,
	div[class*="wc-block-grid"].alignwide.has-4-columns ul.wc-block-grid__products li.wc-block-grid__product,
	div[class*="wc-block-grid"].alignwide.has-5-columns ul.wc-block-grid__products li.wc-block-grid__product,
	div[class*="wc-block-grid"].alignwide.has-6-columns ul.wc-block-grid__products li.wc-block-grid__product {
		width: 100%;
		flex-basis: 100%;
		max-width: none;
		padding: 0;
	}
	div[class*="wc-block-grid"] ul.wc-block-grid__products li.wc-block-grid__product a {
		display: inline-block;
	}
}

/** Wishlist **/

.wlfmc-add-to-wishlist {
	background: #ffffff;
	border-radius: 3px;
}
.wlfmc-single-btn:not(.is-elementor) {
	top: 12px;
	left: 12px;
	border-radius: 3px;
}
.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a {
	height: 32px;
	width: 32px;
}
.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i,
.wlfmc-single-btn:not(.is-elementor) .wlfmc-add-button > a i {
	font-weight: 800;
	color: var(--wp--preset--color--accent-primary);
}
.yith-wcwl-add-to-wishlist {
	background: #ffffff;
    padding: 8px;
    margin: 12px;
    position: absolute;
    right: 0;
	border-radius: 3px;
	z-index: 99;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
	margin: 0;
	line-height: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i {
	font-size: 18px;
	margin-right: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
.yith-wcwl-wishlistexistsbrowse span {
	display: none;
}

/** Single Product **/

.woocommerce .wp-block-woocommerce-product-image-gallery {
	max-width: none;
}
table th.woocommerce-product-attributes-item__label {
  	text-align: left;
  	border-right: 1px solid rgba(0, 0, 0, 0.12);
}
table.woocommerce-product-attributes tr:last-child th,
table.woocommerce-product-attributes tr:last-child td {
	border-bottom: none;
}
table.variations .label {
	vertical-align: top;
	padding-right: 18px;
}
form.grouped_form table {
	margin-top: 0;
	margin-bottom: 24px;
}
.summary .vendor-name {
	font-size: 80%;
	margin-top: -8px;
	margin-bottom: 12px;
}
.summary .vendor-name p {
	color: rgba(0, 0, 0 ,0.4);
	font-style: italic;
	margin: 0px;
}
.price-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yith-wcwl-add-to-wishlist {
	display: none;
}
.price-wrapper .yith-wcwl-add-to-wishlist {
	display: block;
	margin-top: 0;
}
.price-wrapper .yith-wcwl-add-to-wishlist i.yith-wcwl-icon {
	font-size: 24px;
	margin-right: 0;
}
i.yith-wcwl-icon.fa-heart-o::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
	content: '\f004';
}
.price-wrapper .yith-wcwl-add-to-wishlist a,
.price-wrapper .yith-wcwl-add-to-wishlist .feedback {
	font-size: 0.8rem;
}
.price,
.wp-block-woocommerce-product-price .price {
	display: flex;
	text-decoration: none;
	margin-top: 0;
}
.wp-block-woocommerce-product-price .price.wc-block-components-product-price--align-center {
	justify-content: center;
}
.wp-block-woocommerce-product-price .price.wc-block-components-product-price--align-left {
	justify-content: start;
}
.wp-block-woocommerce-product-price .price.wc-block-components-product-price--align-right {
	justify-content: end;
}
.price del {
	display: block;
	position: relative;
	font-size: 80%;
	margin-right: 8px;
	opacity: 0.4;
}
.woocommerce-product-details__short-description {
	font-size: 90%;
	margin: 12px 0px;
}
.summary.entry-summary {
	float: right;
	flex-grow: 1;
	flex-basis: 50%;
	padding-left: 36px;
	box-sizing: border-box;
}
.summary.entry-summary .woocommerce-product-rating {
	display: inline-block;
	width: 100%;
	font-size: 80%;
}
.summary.entry-summary .woocommerce-product-rating .star-rating {
	float: left;
	margin-right: 6px;
}
.summary.entry-summary .stock {
	font-size: 0.75rem;
	margin: 0;
	padding: 0;
}
.summary.entry-summary .woocommerce-product-details__short-description p {
	margin: 18px 0px;
	padding: 0;
}
.summary.entry-summary .entry-title {
	font-size: var(--wp--preset--font-size--extra-large);
	margin-top: 0;
	margin-bottom: 12px;
}
.summary.entry-summary .cart {
	display: flex;
	margin: 24px 0;
}
.summary.entry-summary .cart.grouped_form {
	display: block;
}
.summary.entry-summary .cart .quantity {
	float: left;
	margin: 0 12px 0 0;
}
.summary.entry-summary .cart .quantity input {
	max-width: 64px;
	margin: 0;
}
.summary.entry-summary .cart .button {
	margin: 0;
}
.summary.entry-summary .cart .woocommerce-variation-add-to-cart {
	margin-top: 18px;
}
.summary.entry-summary .cart.variations_form {
	display: block;
}
.summary.entry-summary .product_meta {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.2;
	margin-top: 12px;
	padding-top: 6px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.summary.entry-summary .product_meta:empty {
	margin-top: 0px;
}
.summary.entry-summary .product_meta span {
	display: block;
	font-size: 65%;
	margin-top: 6px;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	opacity: 0.7;
}
.summary.entry-summary .product_meta span:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-left: none;
}
.summary.entry-summary .product_meta span.posted_in::before {
	color: #999999;
	content: '\f0c9';
	font-size: 10px;
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 4px;
}
.summary.entry-summary .product_meta span.tagged_as::before {
	color: #999999;
	content: '\f02c';
	font-size: 10px;
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 4px;
}
.summary.entry-summary .product_meta span.sku {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background: none;
	font-size: inherit;
	border: none;
}
.stock:empty:before {
	display: none;
}
.stock.in-stock {
	color: #0f834d;
}
.stock.out-of-stock {
	color: #e2401c;
}
.stock.in-stock,
.stock.out-of-stock {
	margin: 0 0 6px 0;
}
.cross-sells, .up-sells, .related.products {
	display: inline-block;
	width: 100%;
	margin-top: 12px;
}

/* Product Add To Cart */

.wp-block-add-to-cart-form .cart,
.wp-block-add-to-cart-form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.wp-block-add-to-cart-form .woocommerce-grouped-product-list-item__price del,
.wp-block-add-to-cart-form .woocommerce-Price-amount.amount {
	font-size: var(--wp--preset--font-size--medium);
}
.cart .single_variation_wrap {
	margin-top: calc(var(--wp--style--block-gap) / 2);
}
.cart .quantity {
	display: flex;
	margin-right: 12px;
}
.cart .quantity button {
	background: #ffffff;
	color: var(--wp--preset--color--dark-gray);
	font-size: 18px;
	min-width: 48px;
	border: 2px solid var(--wp--preset--color--light-gray);
}
.cart .quantity button:hover {
	top: 0;
	box-shadow: none;
	border-color: var(--wp--preset--color--accent-primary);
}
.cart .quantity button.plus {
	border-radius: 0 3px 3px 0;
	margin-left: -2px;
}
.cart .quantity button.minus {
	border-radius: 3px 0 0 3px;
	margin-right: -2px;
}
.cart .quantity input {
	text-align: center;
	max-width: 60px;
	border-radius: 0;
	border: 2px solid var(--wp--preset--color--light-gray);
}
.cart .quantity input[type="number"] {
	margin-right: 0;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.cart .quantity input[type=number]::-webkit-inner-spin-button,
.cart .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Product Gallery Styles */

.pswp button,
.pswp button:hover {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}
.woocommerce-product-gallery {
	flex: 0 0 50%;
	position: relative;
	overflow: hidden;
}
.woocommerce-product-gallery .flex-viewport {
	flex-basis: 100%;
}
.woocommerce-product-gallery.images .flex-control-thumbs {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.woocommerce-product-gallery__wrapper {
	margin: 0px;
	position: relative;
	overflow: hidden;
}
.woocommerce-product-gallery__image {
	position: relative;
	max-width: 100%;
	border-radius: 3px;
}
.woocommerce-product-gallery__image a {
	display: block;
	line-height: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: block;
	background: #ffffff;
	position: absolute;
	top: 12px; right: 12px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	padding: 6px;
	border-radius: 2px;
	z-index: 8;
}
.woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	float: left;
	flex-basis: 25%;
	line-height: 0;
	list-style: none;
	cursor: pointer;
	margin: 8px 0;
	padding: 0;
	border: 4px solid transparent;
	box-sizing: border-box;
	border-radius: 3px;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
	border-radius: 2px;
}
.woocommerce-product-gallery .flex-control-thumbs li:hover img,
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.summary.entry-summary {
		float: none;
		width: 100%;
		max-width: none;
	}
	.woocommerce-product-gallery {
		float: none;
		width: 100%;
		flex-direction: column;
		max-width: none;
	}
	.woocommerce-product-gallery__image,
	.woocommerce-product-gallery .flex-control-thumbs li img {
		border-radius: 0;
	}
	.flex-viewport .woocommerce-product-gallery__image a {
		max-width: 100%;
	}
	.woocommerce-product-gallery .flex-control-thumbs {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.woocommerce-product-gallery .flex-control-thumbs li {
		margin: 1px 0 0 1px;
		border: none;
	}
	.woocommerce-product-gallery .flex-control-thumbs li:first-child {
		margin-left: 0;
	}
	.summary.entry-summary {
		margin: 0;
		padding: 36px 0 0 0;
	}
	.mobile-cart-links {
		display: flex;
		flex-wrap: wrap;
	}
	.mobile-cart-links .added_to_cart {
		width: 100%;
		text-align: right;
		margin-top: 12px;
	}
}

/** Mini Cart **/

.wc-block-mini-cart__button,
.wc-block-components-drawer__close {
	top: 0 !important;
	box-shadow: none !important;
	opacity: 1 !important;
}
.wc-block-mini-cart-items .wc-block-components-product-metadata {
	display: none;
}
.wc-block-mini-cart-items .wc-block-components-product-image {
	border-radius: 2px;
}
table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
	margin: 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
	display: grid;
	grid-column-end: 5;
}
.wc-block-components-drawer .components-modal__header .components-button {
	box-shadow: none;
}

/** Cart **/

.cart-collaterals .cart_totals {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    justify-content: space-between;
}
.cart-collaterals .cart_totals > h2 {
	width: 100%;
	margin-bottom: 12px;
}
.cart-collaterals .cart_totals > .shop_table {
	flex-basis: 50%;
	margin-bottom: 24px;
}
form.woocommerce-cart-form tbody td {
	border-top: 1px solid var(--wp--preset--color--light-gray);
}
form.woocommerce-cart-form .product-thumbnail {
	line-height: 0;
}
form.woocommerce-cart-form .product-thumbnail img {
	max-width: 64px;
	border-radius: 3px;
}
table.shop_table a.remove,
form.woocommerce-cart-form a.remove {
	display: inline-block;
	background: #ff3300;
	color: rgba(255, 255, 255, 0.7);
	width: 16px;
	height: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}
table.shop_table a.remove:hover,
form.woocommerce-cart-form a.remove:hover {
	background: #cc0000;
	color: #ffffff;
	text-decoration: none;
}
form.variations_form .variations select {
	width: 100%;
}
form.woocommerce-cart-form table tbody .cart_item td.product-remove {
	width: 1px !important;
}

/** Checkout Form **/

form.woocommerce-checkout .col-2 {
	margin-top: 36px;
}
form.woocommerce-checkout #customer_details {
	float: left;
	width: 60%;
}
form.woocommerce-checkout #order_review_heading {
	display: inline-block;
	padding-left: 64px;
	margin-bottom: 12px;
}
form.woocommerce-checkout #order_review {
	float: left;
	width: 40%;
	padding-left: 64px;
	box-sizing: border-box;
}
form.woocommerce-checkout h3 {
	font-size: 1.6rem;
}
.woocommerce-order table,
.woocommerce-order-details table,
form.woocommerce-cart-form table,
form.woocommerce-checkout table {
	text-align: left;
	padding: 18px;
	border-radius: 3px;
	border: 2px solid rgba(0, 0, 0, 0.12);
}
form.woocommerce-checkout table th,
form.woocommerce-cart-form table th {
	border-top: none;
}
.woocommerce-order table td,
.woocommerce-order table th,
.woocommerce-order-details table td,
.woocommerce-order-details table th,
form.woocommerce-checkout table td,
form.woocommerce-checkout table th {
	padding: 6px 0;
}
form.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
form.woocommerce-checkout table.woocommerce-checkout-review-order-table td,
form.woocommerce-checkout table.woocommerce-checkout-review-order-table tr {
	font-size: 0.8rem;
	background: none;
}
form.woocommerce-checkout #customer_details {
	display: block;
	margin-bottom: 36px;
}
form.woocommerce-checkout #ship-to-different-address {
	font-size: inherit;
}
form.woocommerce-checkout select,
form.woocommerce-checkout input[type='url'],
form.woocommerce-checkout input[type='tel'],
form.woocommerce-checkout input[type='email'],
form.woocommerce-checkout input[type='text'],
form.woocommerce-checkout input[type='password'] {
	width: 100%;
}
form .coupon {
	display: flex;
	float: left;
}
form .coupon label {
	display: none;
}
form .coupon #coupon_code {
	float: left;
	width: auto;
	margin: 0px 8px 0px 0px;
}
form .woocommerce-cart-form__contents .actions {
	padding: 18px 0px 0px 0px;
}
form .woocommerce-cart-form__contents .actions .button {
	float: right;
	margin: 0;
}
form.checkout_coupon .button {
	margin-top: 0;
}
form #place_order.button {
	display: block;
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--accent-primary);
	border-color: var(--wp--preset--color--accent-primary);
	width: 100%;
	font-size: 120%;
	line-height: 2;
	margin: 18px 0px 6px 0px;
	padding: 12px 24px;
}
form .wc_payment_method.payment_method_paypal img {
	max-width: 100px;
	vertical-align: bottom;
	margin: 0px 8px;
}
form .wc_payment_methods,
form .woocommerce-terms-and-conditions-wrapper,
form .woocommerce-privacy-policy-text {
	font-size: 80%;
}
form input[type="radio"].input-radio {
	float: left;
}
.select2-results__option {
	list-style: none;
}
.woocommerce-form-coupon {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-form-coupon > p:first-child {
	width: 100%;
}
.woocommerce-form-coupon .form-row {
	margin: 0;
	padding: 0;
}
.woocommerce-form-coupon .form-row #coupon_code {
	margin: 0;
}
.woocommerce-form-coupon .form-row .button {
	height: 100%;
	margin-left: 6px;
}
.woocommerce a.button.checkout-button {
	display: inline-block;
	font-size: 110%;
	text-align: center;
	padding: 18px 36px;
}

@media screen and (max-width: 768px) {
	.woocommerce-order table,
	.woocommerce-order-details table,
	form.woocommerce-cart-form table,
	form.woocommerce-checkout table {
		padding: 16px;
	}
	form.woocommerce-checkout .col-1,
	form.woocommerce-checkout .col-2 {
		float: none;
		width: 100%;
		padding: 0px;
	}
	form.woocommerce-checkout .col-2 {
		margin-top: 36px;
	}
	form.woocommerce-cart-form .product-quantity,
	form.woocommerce-cart-form .product-thumbnail {
		max-width: none;
	}
	form.woocommerce-cart-form .product-thumbnail {
		padding: 0px;
	}
	form.woocommerce-cart-form table tbody tr:first-child .product-thumbnail {
		border-top: none;
	}
	form.woocommerce-cart-form table tbody .cart_item td.product-remove .remove {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	form.woocommerce-cart-form table tbody td {
		padding-left: 0px;
		padding-right: 0px;
	}
	form.woocommerce-cart-form table tbody tr:nth-child(odd) {
		background: none;
	}
	form .coupon {
		display: block;
		float: none;
	}
	form .coupon #coupon_code {
		float: none;
		display: block;
		width: 100%;
	}
	form .woocommerce-cart-form__contents .actions .button {
		float: none;
		display: block;
		margin-top: 12px;
	}
	form.woocommerce-checkout #customer_details,
	form.woocommerce-checkout #order_review {
		float: none;
		width: auto;
		padding: 0px;
	}
	form.woocommerce-checkout #order_review_heading {
		display: block;
		padding: 0px;
	}
}

/** General WooCommerce Components **/

ul.woocommerce-order-overview {
	background: #ecf6e5;
	margin: 12px 0px;
	padding: 12px;
	border-radius: 2px;
}
.woocommerce-customer-details address p {
	padding: 0px;
}
.woocommerce-columns {
	display: flex;
	justify-content: space-between;
}
.woocommerce .wishlist-title {
	margin-bottom: 0px;
}

/** Star rating **/

.star-rating,
.wc-block-grid__product-rating .star-rating {
	display: block;
	overflow: hidden;
	position: relative;
	height: 1.618em;
	text-align: left;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
	margin: 0;
}
.star-rating::before,
.wc-block-grid__product-rating .star-rating::before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0; left: 0;
	position: absolute;
}
.star-rating span,
.wc-block-grid__product-rating .star-rating span {
	overflow: hidden;
	float: left;
	top: 0; left: 0;
	position: absolute;
	padding-top: 1.5em;
}
.star-rating span::before,
.wc-block-grid__product-rating .star-rating span::before {
	content: "\53\53\53\53\53";
	position: absolute;
	top: 0; left: 0;
	color: #cc9900;
}
p.stars {
	line-height: 0;
	margin: 6px 0px !important;
}
p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #cc9900;
	text-indent: 0;
	opacity: .25;
}
p.stars a:hover ~ a:before {
	content: "\53";
	color: #cc9900;
	opacity: .25;
}
p.stars:hover a:before {
	content: "\53";
	color: #cc9900;
	opacity: 1;
}
p.stars.selected a.active:before {
	content: "\53";
	color: #cc9900;
	opacity: 1;
}
p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #cc9900;
	opacity: .25;
}
p.stars.selected a:not(.active):before {
	content: "\53";
	color: #cc9900;
	opacity: 1;
}

/** Tabs **/

.woocommerce-tabs.wc-tabs-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}
.woocommerce-tabs .wc-tab {
	display: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: var(--wp--style--block-gap) 0;
	box-sizing: border-box;
	border: 0;
	overflow: hidden;
}
.woocommerce-tabs .wc-tab:first-child {
	display: block;
}
.woocommerce-tabs .wc-tab > h2,
.woocommerce-tabs .wc-tab > :first-child,
.woocommerce-tabs .wc-tab > #reviews h2 {
	margin-top: 0px;
	margin-bottom: 24px;
}
.woocommerce-tabs .wc-tab > h2,
.woocommerce-tabs .wc-tab > #reviews h2 {
	font-size: var(--wp--preset--font-size--medium);
	letter-spacing: 0;
}
.woocommerce-tabs .wc-tab > :last-child {
	margin-bottom: 0px;
}
.woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: flex-start;
	flex-basis: 20%;
	position: relative;
	list-style: none;
	margin: 0 0 -1px 0;
	padding: 0;
	text-align: left;
	border: none;
}
.woocommerce-tabs ul.tabs li {
	display: block;
	background: var(--wp--preset--color--light-gray);
	line-height: 1;
	margin: 0 4px 0 0;
	padding: 0;
	border: 0;
	border-radius: 3px;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
}
.woocommerce-tabs ul.tabs li:first-child {
	margin-left: 0;
}
.woocommerce-tabs ul.tabs li:hover,
.woocommerce-tabs ul.tabs li.active {
	background: var(--wp--preset--color--accent-primary);
}
.woocommerce-tabs ul.tabs li a {
	display: block;
	color: var(--wp--preset--color--medium-gray);
	text-decoration: none;
	padding: 12px 18px;
}
.woocommerce-tabs ul.tabs li:hover a,
.woocommerce-tabs ul.tabs li.active a {
	color: var(--wp--preset--color--white);
}
.woocommerce-tabs #reviews input,
.woocommerce-tabs #reviews label {
	font-size: 85%;
}
.woocommerce-tabs #reviews #comments {
	background: none;
	margin-top: 0;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.woocommerce-tabs #reviews #comments .commentlist {
	padding: 0;
}
.woocommerce-tabs #reviews #comments .commentlist li {
	list-style: none;
	margin: 12px 0px;
	padding: 12px 0px 0px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce-tabs #reviews #comments .commentlist li .avatar {
	float: left;
	background: #ffffff;
	max-width: 48px;
	margin-right: 12px;
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.woocommerce-tabs #reviews #comments .commentlist li .meta {
	font-size: 0.85rem;
	margin-top: 0;
}
.woocommerce-tabs #reviews #comments .commentlist li .description {
	font-size: 0.9rem;
}
.woocommerce-tabs #reviews #commentform {
	margin-bottom: 0;
}
#tab-seller ul,
#tab-seller li {
	list-style: none;
	margin: 12px 0px;
	padding: 0px;
}

@media screen and (max-width: 768px) {
	.woocommerce-tabs .wc-tab {
		font-size: 0.9rem;
		padding: 24px 0;
	}
	.woocommerce-tabs .wc-tab h2 {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.woocommerce-tabs ul.tabs {
		flex-wrap: wrap;
	}
	.woocommerce-tabs ul.tabs li {
		font-size: 75%;
		margin: 0px 6px 6px 0px;
		border-radius: 3px;
	}
	.woocommerce-tabs ul.tabs li a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/** Password strength meter **/

.woocommerce-password-strength {
	text-align: right;
}
.woocommerce-password-strength.strong {
	color: #0f834d;
}
.woocommerce-password-strength.short {
	color: #e2401c;
}
.woocommerce-password-strength.bad {
	color: #e2401c;
}
.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/** Forms General **/

#customer_login .u-column1,
#customer_login .u-column2 {
	float: none;
}
#customer_login form.register,
.woocommerce-form.woocommerce-form-login {
	background-color: var(--wp--preset--color--white);
	padding: 24px;
	margin: 12px 0px;
	border-radius: 3px;
	box-sizing: border-box;
	border: 2px solid var(--wp--preset--color--light-gray);
}
#customer_login .register p,
.woocommerce-form.woocommerce-form-login p {
	display: inline-block;
	width: 100%;
	line-height: 1.5;
}
#customer_login .register .woocommerce-password-strength {
	text-align: left;
}
#customer_login .register p.form-row-wide input,
.woocommerce-form.woocommerce-form-login p.form-row-wide input {
	width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	display: block;
}
.woocommerce-form .split-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}
.woocommerce-form .split-row input {
	width: 94%;
}
.woocommerce-form button,
.woocommerce-form button:hover {
	margin-top: 12px;
	margin-bottom: 6px;
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}
form.woocommerce-ordering {
	margin-top: 0px;
	margin-bottom: 24px;
}
.woocommerce-result-count {
	display: inline-block;
	font-size: 90%;
	margin: 12px 0px;
}
.required {
	color: red;
}

@media handheld, only screen and (max-width: 1023px) {
	#customer_login .register p.form-row-wide,
	.woocommerce-form.woocommerce-form-login p.form-row-wide,
	#customer_login .register p.form-row-wide:nth-child(2),
	.woocommerce-form.woocommerce-form-login p.form-row-wide:nth-child(2) {
		float: none;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/** Pagination **/

.woocommerce-pagination {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	margin: 24px auto;
	padding: 0px;
	position: relative;
	z-index: 7;
}
.infinite-scroll .woocommerce-pagination {
	display: none;
}
.woocommerce-pagination ul.page-numbers {
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0px;
	padding: 0px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce-pagination ul.page-numbers li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.woocommerce-pagination ul.page-numbers .page-numbers {
	display: inline-block;
	background: #ffffff;
	color: #666666;
	min-height: 36px;
	min-width: 36px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #dddddd;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.woocommerce-pagination ul.page-numbers li:first-child .page-numbers {
	border-left: none;
}
.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li a:active,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
	background: #eeeeee;
	color: #000000;
	min-height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0px;
}

/** Notices **/

.woocommerce-message .button.wc-forward::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	content: '\f105';
	margin-left: 6px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	clear: both;
	max-width: 1400px;
	margin: 24px auto;
	padding: 12px;
	border-radius: 3px;
	border-top: 2px solid rgba(0, 0, 0, 0.12);
	border-right: 2px solid rgba(0, 0, 0, 0.12);
	border-bottom: 2px solid rgba(0, 0, 0, 0.12);
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}
.woocommerce-message.woocommerce-error,
.woocommerce-noreviews, .woocommerce-error {
	display: block;
	background-color: #f6e0df;
	border-left: 4px solid #cc0000;
}
.woocommerce-message,
.woocommerce-info,
p.no-comments {
	background-color: #ebf6df;
	border-left: 4px solid #0f834d;
}
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
	margin-right: 12px;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
	font-weight: bold;
}
.demo_store {
	position: fixed;
	left: 0; bottom: 0; right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 18px;
	color: #ffffff;
	background-color: #3D9CD2;
	z-index: 9999;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
	padding: 18px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.12);
	text-decoration: none;
	margin-left: 18px;
	margin-right: -18px;
	margin-top: -18px;
	margin-bottom: -18px;
}
.demo_store a.woocommerce-store-notice__dismiss-link:hover {
	background-color: rgba(0, 0, 0, 0.24);
}
.demo_store a.woocommerce-store-notice__dismiss-link::before {
	content: '\f057';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 6px;
}

/** Menu Cart Link **/

.obb-menu .menu-cart-count {
	display: inline-block;
	position: relative;
	top: -6px; left: -2px;
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--accent-primary);
	width: 16px;
  height: 16px;
  font-size: 10px;
  text-align: center;
	letter-spacing: 0;
  line-height: 16px;
	border-radius: 50%;
}

/** WooCommerce Widgets **/

.woocommerce.widget li {
	position: relative;
	display: inline-block;
	width: 100%;
}
.woocommerce.widget li a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce.widget li a img {
	float: left;
	max-width: 60px;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 6px;
	border-radius: 3px;
	overflow: hidden;
}
.woocommerce.widget li .amount {
	font-size: 85%;
}
.widget_shopping_cart p {
	margin: 12px 0px;
}
.widget_shopping_cart .button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.widget_shopping_cart .button.checkout {
	margin-left: 8px;
}
.widget_shopping_cart a.remove {
	display: inline-block;
	position: absolute;
	left: -4px;
	width: 8%;
	background: #ff3300;
	color: rgba(255, 255, 255, 0.7);
	width: 18px;
	height: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
}
.widget_shopping_cart a.remove:hover {
	background: #cc0000;
	color: #ffffff;
	text-decoration: none;
}
.widget_rating_filter .wc-layered-nav-rating a {
	display: flex;
	color: inherit;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
	margin-right: 4px;
}
.woocommerce.widget li .reviewer {
	font-size: 80%;
}
.widget_price_filter .price_slider {
	margin-top: 12px;
	margin-bottom: 12px;
}
.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
	float: right;
	margin: 12px 0px;
}
.widget_price_filter .price_slider_amount .price_label {
	float: left;
	font-size: 0.8em;
	margin-top: 12px;
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: royalblue;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: royalblue;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
.woocommerce-widget-layered-nav li::before {
	float: left;
	color: #cccccc;
	content: '\f0c8';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 8px;
}
.woocommerce-widget-layered-nav li.chosen::before {
	color: #999999;
	content: '\f14a';
}
.widget_layered_nav_filters li::before {
	float: left;
	color: #990000;
	content: '\f00d';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 8px;
}
.widget_product_categories li::before {
	float: left;
	color: #999999;
	content: '\f07b';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	margin-right: 8px;
}
.widget_product_categories li.current-cat::before {
	content: '\f07c';
}
.widget_top_rated_products li a,
.widget_recently_viewed_products li a,
.widget_shopping_cart li a {
	display: block;
}

/** WooCommerce header cart **/

.site-header-cart {
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 9;
}
.sidr-class-site-header-cart {
	padding: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
.sidr-class-site-header-cart .sidr-class-menu-item {
	display: none;
}
.site-header-cart a.cart-contents {
	display: inline-block;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.site-header-cart a.cart-contents:hover {
	color: #000000;
}
.site-header-cart .current-menu-item a.cart-contents {
	color: #000000;
}
.site-header-cart a.cart-contents .count {
	display: block !important;
	position: absolute;
	top: 8px; right: 0;
	background: #ff0000;
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
}
.site-header-cart a.cart-contents .amount {
	display: none;
}
.site-header-cart .widget_shopping_cart li {
	display: inline-block;
	width: 100%;
	font-size: 70%;
	margin: 4px 0px;
	padding: 0px 0px 8px 0px;
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.site-header-cart .widget_shopping_cart li a {
	display: block;
	color: #000000;
	line-height: 1.6;
	border: none;
	padding: 0px;
}
.site-header-cart .widget_shopping_cart li a img {
	float: right;
	line-height: 0;
	max-width: 48px;
	margin-left: 4px;
	border-radius: 2px;
}
.site-header-cart .widget_shopping_cart li .quantity {
	display: block;
	padding: 0px;
}
.site-header-cart .widget_shopping_cart li .variation {
	display: flex;
	flex-wrap: wrap;
	padding-right: 6px;
	box-sizing: border-box;
}
.site-header-cart .widget_shopping_cart li .variation p {
	width: auto;
}
.site-header-cart .widget_shopping_cart li .variation dt {
	margin-right: 4px;
}
.site-header-cart .widget_shopping_cart li .variation dd {
	margin-left: 0px;
}
.site-header-cart .widget_shopping_cart p {
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, 0.7);
	margin: 0px;
	padding: 6px 0px;
}
.site-header-cart .widget_shopping_cart p:last-child {
	padding: 0px;
}
.site-header-cart .product_list_widget {
	margin: 0px;
	padding: 0px;
}
.site-header-cart .woocommerce-mini-cart-item {
	position: relative;
}
.site-header-cart .woocommerce-mini-cart-item a.remove {
	position: absolute;
	top: -4px; right: -4px;
	background: #ff3300;
	color: rgba(255, 255, 255, 0.7);
	width: 16px;
	height: 16px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	text-align: center;
	border-radius: 2px;
}
.site-header-cart .woocommerce-mini-cart-item a.remove:hover {
	background: #cc0000;
	color: #ffffff;
	text-decoration: none;
}
.site-header-cart .widget_shopping_cart a.button {
	display: block;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.4;
	margin: 8px 0px;
	padding: 12px;
	box-sizing: border-box;
}
.site-header-cart .widget_shopping_cart a.button.checkout {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.site-header-cart .widget_shopping_cart {
		background: #ffffff;
		color: #999999;
		position: absolute;
		top: 100%; left: -999em;
		width: 100%;
		min-width: 220px;
		z-index: 999999;
		display: block;
		line-height: 1.4;
		margin: 0;
		padding: 12px;
		border-radius: 2px;
		box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	}
	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart:focus .widget_shopping_cart {
		left: auto;
		right: 0;
		display: block;
	}
}

/** WooCommerce Blocks **/

:where(div[data-block-name="woocommerce/legacy-template"]) {
	max-width: none;
}
.wc-blocks-filter-wrapper {
    min-width: 180px;
}
.wp-block-woocommerce-rating-filter {
	margin-bottom: 0;
}
.wc-block-rating-filter__actions:empty {
    display: none;
}
.wc-block-components-panel__button[aria-expanded=true] {
	margin: 0;
	padding: 0;
	transition: none;
}
.wc-block-components-order-summary .wc-block-components-panel__content {
	margin-top: 24px;
}
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
	min-height: auto;
	font-size: var(--wp--preset--font-size--small);
}
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading),
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
	border-color: var(--wp--preset--color--light-gray) !important;
}
.wc-block-store-notices,
.wc-block-components-sort-select__label {
	margin: 0;
}
.wc-block-featured-product,
.wc-block-featured-category {
	display: flex;
	width: auto;
	overflow: hidden;
	border-radius: 3px;
	box-sizing: border-box;
}
.wc-block-featured-product__link .wp-block-button,
.wc-block-featured-category__link .wp-block-button {
	margin-top: 24px;
}
.wc-block-featured-product__link .wp-block-button__link,
.wc-block-featured-category__link .wp-block-button__link {
	display: inline-block;
}
.wc-block-featured-product__price .amount {
	display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  background: #000000;
  margin: 12px auto;
	padding: 6px 18px;
	border-radius: 3px;
}
.wc-block-featured-product.has-background-dim p {
	color: rgba(255, 255, 255, 0.8);
}
.wc-block-featured-product .wp-block-button {
	margin-top: 0px;
	margin-bottom: 0px;
}
.wc-block-product-search form {
	border-radius: 3px;
	border: 2px solid rgba(0, 0, 0, 0.12);
}
.wc-block-product-search form,
.wc-block-product-search label {
	margin: 0;
}
.wc-block-order-select select {
	display: inline;
}
ul.wc-block-review-list {
	list-style: none;
	padding: 0;
}
ul.wc-block-review-list .wc-block-review-list-item__item {
	padding: 0;
}
ul.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__image {
	height: 64px;
	width: 64px;
	border-radius: 2px;
	border: none;
	overflow: hidden;
}
ul.wc-block-review-list .wc-block-review-list-item__item .wc-block-review-list-item__meta {
	font-size: 85%;
	margin-left: 12px;
}
ul.wc-block-review-list .wc-block-review-list-item__meta .wc-block-review-list-item__rating {
	display: block;
	width: 100%;
	order: 1;
	margin-bottom: 4px;
}
ul.wc-block-review-list .wc-block-review-list-item__info {
	margin-bottom: 12px;
}
ul.wc-block-review-list .wc-block-review-list-item__text p {
	margin: 10px 0px;
}
.wc-block-cart,
.wc-block-checkout {
	margin-top: 24px;
}
.wc-block-cart h2,
.wc-block-checkout h2 {
	margin: 0px;
}
.wc-block-cart table {
	box-shadow: none !important;
	border: none !important;
	border-radius: 0px;
	border-collapse: collapse;
	margin-bottom: 0;
}
.wc-block-cart table tbody tr {
	background: none;
}
.wc-block-cart .wc-block-components-title {
	margin-bottom: 24px;
}
.wc-block-cart__submit-container {
	padding-bottom: 0;
	box-sizing: border-box;
}
.wc-block-components-product-badge {
	line-height: 1.8;
	margin-top: 4px;
	margin-bottom: 12px;
}
.wc-block-components-sidebar button,
.wc-block-cart table button {
	top: 0 !important;
}
.wc-block-components-sidebar h2 + .wc-block-components-totals-wrapper::after {
	display: none;
}
.wc-block-components-sidebar .wc-blocks-components-panel > h2 {
	color: inherit;
	font-size: 1.1rem;
	letter-spacing: 0px;
	text-transform: none;
}
.wc-block-components-sidebar .wc-blocks-components-panel > h2::after {
	display: none;
}
.wc-block-components-sidebar {
	align-self: flex-start;
	background: rgba(0, 0, 0, 0.04);
	padding: 0;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
}
.wc-block-components-sidebar > div:first-child::after {
	border-top: none;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon::after {
	border-bottom: none;
}
.wc-block-components-sidebar .wc-block-components-title,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
	padding: 12px;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-item,
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon {
	padding-left: 0;
	padding-right: 0;
}
.is-large .wc-block-components-sidebar .wc-block-components-totals-coupon-link {
	margin-left: 0;
	margin-right: 0;
}
.wc-block-components-totals-item {
	box-sizing: border-box;
}
.wc-block-components-totals-item__value {
	font-weight: 600;
}
del.wc-block-components-product-price__regular {
	font-size: 80%;
	opacity: 0.6;
}
.wc-block-components-order-summary-item__quantity {
	padding: 0;
}
.wc-block-cart .wc-block-components-button:not(.is-link),
.wc-block-checkout .wc-block-components-button:not(.is-link) {
	margin-top: 0;
	margin-bottom: 0;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button,
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover {
	font-size: 1.1rem;
	border: none;
	border-radius: 3px;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
	height: auto;
	margin-left: 12px;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button,
.wc-block-components-panel__button, .wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
	top: auto;
	margin:0;
	padding: inherit;
	border: none;
}
.wc-block-components-totals-coupon .wc-block-components-panel__content {
	margin-top: 12px;
}
.wc-block-components-totals-coupon__form {
	margin-top: 0;
}
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus,
.wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover {
	text-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
}
.wc-block-components-product-details.wc-block-components-product-details li {
	list-style: none;
}
.wc-block-product-search label {
	display: none;
}
.wc-block-product-search .wc-block-product-search__field {
	background: rgba(0, 0, 0, 0.04);
	color: #999999;
	width: 100%;
	margin: 0px;
	padding: 12px;
	border: none;
}
.wc-block-product-search .wc-block-product-search__button,
.wc-block-product-search .wc-block-product-search__button:hover {
	background: #f4f4f4;
	top: 0;
	font-size: 0.9rem;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding: 12px 24px;
	border-radius: 0px 2px 2px 0px;
	box-shadow: none;
}
.wc-block-components-sort-select {
	margin-bottom: 24px;
}
.wc-block-components-sort-select__select {
	display: inline-block;
}
ul.woocommerce-search-list__list,
ul.woocommerce-search-list__list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wc-block-components-pagination__page,
.wc-block-price-filter__controls input {
	border-radius: 3px !important;
}
.wc-block-components-pagination__page {
	border-width: 2px;
	border-style: solid;
}
.wc-block-components-pagination__page:hover {
	border-color: #000000;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
	padding-top: 0;
	padding-bottom: 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row > * {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td {
	margin-bottom: 0;
	padding-left: 0 !important;
	border-top: none !important;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td:first-child {
	flex-basis: 25%;
	max-width: 80px;
	padding-right: 16px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td:nth-child(2) {
	flex-basis: 75%;
	font-size: 0.9rem;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td img {
	border-radius: 2px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total {
	padding-right: 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total .price {
	font-size: 0.9rem;
	font-weight: 600;
}
.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
	margin-top: 18px;
	margin-bottom: 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
	grid-template-columns: 60px 100px 0px;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
	padding-top: 8px;
	padding-right: 0;
}
.wc-block-components-totals-wrapper {
	font-size: 0.9rem;
	padding: 12px;
}
.wc-block-cart__submit {
	margin: 12px;
}
.wc-block-cart__submit .wc-block-components-button {
	font-size: 0.9rem;
	border-radius: 3px;
}
.wc-block-components-totals-wrapper:last-child {
	padding-bottom: 12px;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-textarea {
	border: 2px solid rgba(0, 0, 0, 0.12);
}
.wc-block-components-form .wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-form .wc-block-components-text-input input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-textarea:focus {
	border-color: var(--wp--preset--color--accent-primary);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active input,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.is-active #email {
	padding-top: 24px;
	padding-bottom: 6px;
}
.wc-block-components-title.wc-block-components-title {
	letter-spacing: 0;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added::after {
	display: none;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	left: 0;
}
.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
	text-decoration: none;
	border: none;
	border-radius: 3px;
}
.wc-block-checkout__terms_notice.components-notice.is-warning {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 18px;
}
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min,
.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	margin: 0;
}

/* Tablet Size */

@media screen and (max-width: 1024px) {
	.wc-block-components-sidebar-layout {
		flex-direction: column;
	}
	.wc-block-components-sidebar {
		width: 100%;
	}
	.wc-block-components-sidebar-layout .wc-block-components-main {
		padding: 0;
		width: auto;
	}
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
		display: table-row;
	}
	.wc-block-components-sidebar-layout.is-large.wc-block-cart {
		margin-bottom: 0;
	}
}
/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: 0.5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700;
}

div.sharedaddy h3.sd-title::before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2c3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
	box-sizing: border-box;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0, 0, 0, 0.13);
}


.jetpack-likes-widget-unloaded .likes-widget-placeholder,
.jetpack-likes-widget-loading .likes-widget-placeholder,
.jetpack-likes-widget-loaded iframe {
	display: block;
}

.jetpack-likes-widget-loaded .likes-widget-placeholder,
.jetpack-likes-widget-unloaded iframe,
.jetpack-likes-widget-loading iframe {
	display: none;
}

.entry-content .post-likes-widget,
.post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2ea2cc;
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	/* stylelint-disable-next-line function-url-quotes -- quotes are required here. Bug report: https://github.com/stylelint/stylelint/issues/8544 */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4e4e4e;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: remove inline style so !important is not needed */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {

	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
