/*!
 *  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-display: swap;
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0') 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
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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
}

.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: #fff
}

.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
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option--selectable {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--group {
  padding: 0
}

.select2-container--default .select2-results__option--disabled {
  color: #999
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
  padding: 0
}

.select2-container--classic .select2-results__option--disabled {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }

  .animate__animated[class*=Out] {
    opacity: 0
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX
}

@-webkit-keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

@keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
    transform: translate3d(0, 25px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
    transform: translate3d(0, -10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
    transform: translate3d(0, 5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
    transform: translate3d(0, 25px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
    transform: translate3d(0, -10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
    transform: translate3d(0, 5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
    transform: translate3d(0, 10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
    transform: translate3d(0, 10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
    transform: translate3d(20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
    transform: translate3d(20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
    transform: translate3d(0, -10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
    transform: translate3d(0, 20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
    transform: translate3d(0, -10px, 0) scaleY(.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
    transform: translate3d(0, 20px, 0) scaleY(.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0)
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0)
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

i,
i:after,
i:before {
  -webkit-transition: all 0s !important;
  transition: all 0s !important
}

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.25
}

html,
body {
  color: #333;
  font-size: 16px
}

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

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

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 0;
  margin: 10px 0;
  border-top: 1px solid silver
}

pre {
  font-family: monospace;
  font-size: 5px
}

figure {
  margin: 0
}

mark {
  color: #fb3
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #189287
}

a:hover {
  color: #0d504a
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: inherit
}

b,
strong {
  font-weight: 700
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
  font-size: 100%
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 16px
}

small {
  font-size: 12px
}

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

sub {
  bottom: -5px
}

sup {
  top: -5px
}

img {
  vertical-align: middle;
  max-width: 100%;
  border-style: none
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  text-align: left;
  caption-side: bottom
}

fieldset {
  border: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 10px
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px
}

.h1,
h1 {
  font-size: 46px
}

.h2,
h2 {
  font-size: 36px
}

.h3,
h3 {
  font-size: 28px
}

.h4,
h4 {
  font-size: 22px
}

.h5,
h5 {
  font-size: 18px
}

.h6,
h6 {
  font-size: 16px
}

p {
  font-size: 16px
}

.mark,
mark {
  padding: 2px 4px;
  background-color: #da0
}

.text-primary {
  color: #189287
}

.text-secondary {
  color: #da0
}

.text-success {
  color: #00c851
}

.text-info {
  color: #17a2b8
}

.text-warning {
  color: #fb3
}

.text-danger {
  color: #f44
}

.text-gray {
  color: gray
}

.text-gold {
  color: #bda531
}

.text-muted {
  color: #949494
}

.text-dark {
  color: #555
}

.text-light {
  color: #eee
}

.text-white {
  color: #fff
}

.text-black {
  color: #000
}

.noScroll {
  overflow: hidden !important
}

.fixed-top {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1050
}

.fui-navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px
}

.fui-navbar>.fui-container,
.fui-navbar>.fui-container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

.fui-navbar .fui-brand {
  display: inline-block;
  margin-right: 16px;
  line-height: inherit;
  white-space: nowrap
}

.fui-navbar .fui-menu-box {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.fui-navbar .fui-menu-box .fui-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0
}

.fui-navbar .fui-menu-box .fui-menu .nav-item {
  margin: 0
}

.fui-navbar .fui-menu-box .fui-menu .nav-item .nav-link {
  display: inline-block
}

.fui-navbar .fui-menu-box .fui-menu li {
  list-style: none;
  padding: 0
}

.fui-navbar .fui-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #189287;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px 15px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 4px
}

.fui-navbar .fui-toggler:hover {
  color: #fff;
  background: #11665f !important
}

.fui-navbar.fui-default-nav {
  background-color: #fff
}

.fui-navbar.fui-default-nav .fui-brand {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.fui-navbar.fui-default-nav .fui-brand a {
  display: block;
  font-weight: 400;
  font-size: 28px;
  color: #189287
}

.fui-navbar.fui-default-nav .fui-brand a:hover {
  color: #0d504a !important
}

.fui-navbar.fui-default-nav .fui-brand a img {
  display: block
}

.fui-navbar.fui-default-nav .fui-menu .nav-link {
  color: #da0;
  padding: 20px 15px
}

.fui-navbar.fui-default-nav .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #189287
}

.fui-navbar.fui-default-nav .fui-menu .active .nav-link {
  color: #fff;
  background-color: #189287
}

.fui-navbar.fui-default-nav .slidedown,
.fui-navbar.fui-default-nav .sideNavbar {
  background-color: #fff !important
}

.fui-navbar.fui-default-nav.bg-primary {
  background: #189287
}

.fui-navbar.fui-default-nav.bg-primary .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-primary .fui-brand a:hover {
  color: #23d4c4 !important
}

.fui-navbar.fui-default-nav.bg-primary .menu-close {
  background: #11665f
}

.fui-navbar.fui-default-nav.bg-primary .menu-close:hover {
  background: #0d504a
}

.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #11665f
}

.fui-navbar.fui-default-nav.bg-primary .fui-menu .active .nav-link {
  color: #fff;
  background-color: #11665f
}

.fui-navbar.fui-default-nav.bg-primary .slidedown,
.fui-navbar.fui-default-nav.bg-primary .sideNavbar {
  background-color: #189287 !important
}

.fui-navbar.fui-default-nav.bg-secondary {
  background: #da0
}

.fui-navbar.fui-default-nav.bg-secondary .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-secondary .fui-brand a:hover {
  color: #ffce2b !important
}

.fui-navbar.fui-default-nav.bg-secondary .menu-close {
  background: #aa8300
}

.fui-navbar.fui-default-nav.bg-secondary .menu-close:hover {
  background: #916f00
}

.fui-navbar.fui-default-nav.bg-secondary .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-secondary .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-secondary .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #aa8300
}

.fui-navbar.fui-default-nav.bg-secondary .fui-menu .active .nav-link {
  color: #fff;
  background-color: #aa8300
}

.fui-navbar.fui-default-nav.bg-secondary .slidedown,
.fui-navbar.fui-default-nav.bg-secondary .sideNavbar {
  background-color: #da0 !important
}

.fui-navbar.fui-default-nav.bg-success {
  background: #00c851
}

.fui-navbar.fui-default-nav.bg-success .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-success .fui-brand a:hover {
  color: #16ff74 !important
}

.fui-navbar.fui-default-nav.bg-success .menu-close {
  background: #00953c
}

.fui-navbar.fui-default-nav.bg-success .menu-close:hover {
  background: #007c32
}

.fui-navbar.fui-default-nav.bg-success .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-success .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-success .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #00953c
}

.fui-navbar.fui-default-nav.bg-success .fui-menu .active .nav-link {
  color: #fff;
  background-color: #00953c
}

.fui-navbar.fui-default-nav.bg-success .slidedown,
.fui-navbar.fui-default-nav.bg-success .sideNavbar {
  background-color: #00c851 !important
}

.fui-navbar.fui-default-nav.bg-info {
  background: #17a2b8
}

.fui-navbar.fui-default-nav.bg-info .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-info .fui-brand a:hover {
  color: #36cee6 !important
}

.fui-navbar.fui-default-nav.bg-info .menu-close {
  background: #117a8b
}

.fui-navbar.fui-default-nav.bg-info .menu-close:hover {
  background: #0f6674
}

.fui-navbar.fui-default-nav.bg-info .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-info .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-info .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #117a8b
}

.fui-navbar.fui-default-nav.bg-info .fui-menu .active .nav-link {
  color: #fff;
  background-color: #117a8b
}

.fui-navbar.fui-default-nav.bg-info .slidedown,
.fui-navbar.fui-default-nav.bg-info .sideNavbar {
  background-color: #17a2b8 !important
}

.fui-navbar.fui-default-nav.bg-warning {
  background: #fb3
}

.fui-navbar.fui-default-nav.bg-warning .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-warning .fui-brand a:hover {
  color: #ffd580 !important
}

.fui-navbar.fui-default-nav.bg-warning .menu-close {
  background: #fa0
}

.fui-navbar.fui-default-nav.bg-warning .menu-close:hover {
  background: #e69900
}

.fui-navbar.fui-default-nav.bg-warning .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-warning .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-warning .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #fa0
}

.fui-navbar.fui-default-nav.bg-warning .fui-menu .active .nav-link {
  color: #fff;
  background-color: #fa0
}

.fui-navbar.fui-default-nav.bg-warning .slidedown,
.fui-navbar.fui-default-nav.bg-warning .sideNavbar {
  background-color: #fb3 !important
}

.fui-navbar.fui-default-nav.bg-danger {
  background: #f44
}

.fui-navbar.fui-default-nav.bg-danger .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-danger .fui-brand a:hover {
  color: #ff9191 !important
}

.fui-navbar.fui-default-nav.bg-danger .menu-close {
  background: #f11
}

.fui-navbar.fui-default-nav.bg-danger .menu-close:hover {
  background: #f70000
}

.fui-navbar.fui-default-nav.bg-danger .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-danger .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-danger .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #f11
}

.fui-navbar.fui-default-nav.bg-danger .fui-menu .active .nav-link {
  color: #fff;
  background-color: #f11
}

.fui-navbar.fui-default-nav.bg-danger .slidedown,
.fui-navbar.fui-default-nav.bg-danger .sideNavbar {
  background-color: #f44 !important
}

.fui-navbar.fui-default-nav.bg-gray {
  background: gray
}

.fui-navbar.fui-default-nav.bg-gray .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-gray .fui-brand a:hover {
  color: #a6a6a6 !important
}

.fui-navbar.fui-default-nav.bg-gray .menu-close {
  background: #676767
}

.fui-navbar.fui-default-nav.bg-gray .menu-close:hover {
  background: #5a5a5a
}

.fui-navbar.fui-default-nav.bg-gray .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-gray .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-gray .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #676767
}

.fui-navbar.fui-default-nav.bg-gray .fui-menu .active .nav-link {
  color: #fff;
  background-color: #676767
}

.fui-navbar.fui-default-nav.bg-gray .slidedown,
.fui-navbar.fui-default-nav.bg-gray .sideNavbar {
  background-color: gray !important
}

.fui-navbar.fui-default-nav.bg-gold {
  background: #bda531
}

.fui-navbar.fui-default-nav.bg-gold .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-gold .fui-brand a:hover {
  color: #d7c364 !important
}

.fui-navbar.fui-default-nav.bg-gold .menu-close {
  background: #958227
}

.fui-navbar.fui-default-nav.bg-gold .menu-close:hover {
  background: #807021
}

.fui-navbar.fui-default-nav.bg-gold .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-gold .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-gold .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #958227
}

.fui-navbar.fui-default-nav.bg-gold .fui-menu .active .nav-link {
  color: #fff;
  background-color: #958227
}

.fui-navbar.fui-default-nav.bg-gold .slidedown,
.fui-navbar.fui-default-nav.bg-gold .sideNavbar {
  background-color: #bda531 !important
}

.fui-navbar.fui-default-nav.bg-muted {
  background: #949494
}

.fui-navbar.fui-default-nav.bg-muted .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-muted .fui-brand a:hover {
  color: #bababa !important
}

.fui-navbar.fui-default-nav.bg-muted .menu-close {
  background: #7b7b7b
}

.fui-navbar.fui-default-nav.bg-muted .menu-close:hover {
  background: #6e6e6e
}

.fui-navbar.fui-default-nav.bg-muted .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-muted .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-muted .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #7b7b7b
}

.fui-navbar.fui-default-nav.bg-muted .fui-menu .active .nav-link {
  color: #fff;
  background-color: #7b7b7b
}

.fui-navbar.fui-default-nav.bg-muted .slidedown,
.fui-navbar.fui-default-nav.bg-muted .sideNavbar {
  background-color: #949494 !important
}

.fui-navbar.fui-default-nav.bg-dark {
  background: #555
}

.fui-navbar.fui-default-nav.bg-dark .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-dark .fui-brand a:hover {
  color: #7b7b7b !important
}

.fui-navbar.fui-default-nav.bg-dark .menu-close {
  background: #3c3c3c
}

.fui-navbar.fui-default-nav.bg-dark .menu-close:hover {
  background: #2f2f2f
}

.fui-navbar.fui-default-nav.bg-dark .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-dark .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-dark .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #3c3c3c
}

.fui-navbar.fui-default-nav.bg-dark .fui-menu .active .nav-link {
  color: #fff;
  background-color: #3c3c3c
}

.fui-navbar.fui-default-nav.bg-dark .slidedown,
.fui-navbar.fui-default-nav.bg-dark .sideNavbar {
  background-color: #555 !important
}

.fui-navbar.fui-default-nav.bg-light {
  background: #eee
}

.fui-navbar.fui-default-nav.bg-light .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-light .fui-brand a:hover {
  color: #fff !important
}

.fui-navbar.fui-default-nav.bg-light .menu-close {
  background: #d5d5d5
}

.fui-navbar.fui-default-nav.bg-light .menu-close:hover {
  background: #c8c8c8
}

.fui-navbar.fui-default-nav.bg-light .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-light .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-light .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #d5d5d5
}

.fui-navbar.fui-default-nav.bg-light .fui-menu .active .nav-link {
  color: #fff;
  background-color: #d5d5d5
}

.fui-navbar.fui-default-nav.bg-light .slidedown,
.fui-navbar.fui-default-nav.bg-light .sideNavbar {
  background-color: #eee !important
}

.fui-navbar.fui-default-nav.bg-white {
  background: #fff
}

.fui-navbar.fui-default-nav.bg-white .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-white .fui-brand a:hover {
  color: #fff !important
}

.fui-navbar.fui-default-nav.bg-white .menu-close {
  background: #e6e6e6
}

.fui-navbar.fui-default-nav.bg-white .menu-close:hover {
  background: #d9d9d9
}

.fui-navbar.fui-default-nav.bg-white .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-white .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-white .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #e6e6e6
}

.fui-navbar.fui-default-nav.bg-white .fui-menu .active .nav-link {
  color: #fff;
  background-color: #e6e6e6
}

.fui-navbar.fui-default-nav.bg-white .slidedown,
.fui-navbar.fui-default-nav.bg-white .sideNavbar {
  background-color: #fff !important
}

.fui-navbar.fui-default-nav.bg-black {
  background: #000
}

.fui-navbar.fui-default-nav.bg-black .fui-brand a {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-black .fui-brand a:hover {
  color: #262626 !important
}

.fui-navbar.fui-default-nav.bg-black .menu-close {
  background: #000
}

.fui-navbar.fui-default-nav.bg-black .menu-close:hover {
  background: #000
}

.fui-navbar.fui-default-nav.bg-black .fui-menu .nav-link {
  color: #fff
}

.fui-navbar.fui-default-nav.bg-black .fui-menu .nav-link:focus,
.fui-navbar.fui-default-nav.bg-black .fui-menu .nav-link:hover {
  color: #fff;
  background-color: #000
}

.fui-navbar.fui-default-nav.bg-black .fui-menu .active .nav-link {
  color: #fff;
  background-color: #000
}

.fui-navbar.fui-default-nav.bg-black .slidedown,
.fui-navbar.fui-default-nav.bg-black .sideNavbar {
  background-color: #000 !important
}

.fui-navbar.fui-expanded .fui-toggler {
  display: none !important
}

.fui-navbar.fui-expanded .fui-menu-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.fui-navbar.fui-expanded .fui-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.fui-navbar.fui-expanded>.fui-container,
.fui-navbar.fui-expanded>.fui-container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media screen and (min-width:576px) {
  .fui-navbar.fui-expand-sm .fui-toggler {
    display: none
  }

  .fui-navbar.fui-expand-sm .fui-menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .fui-navbar.fui-expand-sm .fui-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

@media screen and (min-width:768px) {
  .fui-navbar.fui-expand-md .fui-toggler {
    display: none
  }

  .fui-navbar.fui-expand-md .fui-menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .fui-navbar.fui-expand-md .fui-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

@media screen and (min-width:992px) {
  .fui-navbar.fui-expand-lg .fui-toggler {
    display: none
  }

  .fui-navbar.fui-expand-lg .fui-menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .fui-navbar.fui-expand-lg .fui-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

@media screen and (min-width:1200px) {
  .fui-navbar.fui-expand-xl .fui-toggler {
    display: none
  }

  .fui-navbar.fui-expand-xl .fui-menu-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .fui-navbar.fui-expand-xl .fui-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

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

.sideNavbar {
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  display: block !important;
  max-width: 300px;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden !important;
  overflow-y: auto;
  position: fixed;
  top: 0;
  height: 100%;
  left: -100%;
  z-index: 1250
}

.sideNavbar .fui-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.sideNavbar .fui-menu .nav-item {
  position: relative;
  width: 100%;
  text-align: center
}

.sideNavbar .fui-menu .nav-item>.btn {
  margin: 10px 0 !important
}

.sideNavbar .fui-menu .nav-item>.input {
  margin: 10px 0 !important
}

.sideNavbar .fui-menu .nav-link {
  display: block;
  width: 100%;
  padding: 10px !important;
  text-align: center
}

.sideNavbar .dropdown>.dropdown-menu {
  position: unset !important;
  background: #fff;
  max-width: 100% !important;
  min-width: 100% !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  border: none
}

.sideNavbar .dropdown>.dropdown-menu li a {
  text-align: center
}

.sideNavbar.toggled {
  left: 0
}

.sideNavbar .menu-close {
  display: block !important;
  background: #11665f;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer
}

.sideNavbar .menu-close:hover {
  background: #0d504a
}

.toggled~.shadow-fixed {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500
}

.menu-close {
  display: none
}

.slidedown {
  overflow: hidden;
  display: block !important;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1150;
  width: 100%
}

.slidedown .fui-menu {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  width: 100%
}

.slidedown .fui-menu .nav-item {
  width: 100%;
  text-align: center
}

.slidedown .fui-menu .nav-item .nav-link {
  width: 100%
}

.fui-btn {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
  background: 0 0;
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fui-spinner-border.fui-spinner-border {
  margin-right: 4px
}

.fui-btn-primary {
  background-color: #189287;
  color: #fff
}

.fui-btn-primary:hover {
  color: #fff;
  background-color: #11665f
}

.fui-btn-secondary {
  background-color: #da0;
  color: #fff
}

.fui-btn-secondary:hover {
  color: #fff;
  background-color: #aa8300
}

.fui-btn-success {
  background-color: #00c851;
  color: #fff
}

.fui-btn-success:hover {
  color: #fff;
  background-color: #00953c
}

.fui-btn-info {
  background-color: #17a2b8;
  color: #fff
}

.fui-btn-info:hover {
  color: #fff;
  background-color: #117a8b
}

.fui-btn-warning {
  background-color: #fb3;
  color: #fff
}

.fui-btn-warning:hover {
  color: #fff;
  background-color: #fa0
}

.fui-btn-danger {
  background-color: #f44;
  color: #fff
}

.fui-btn-danger:hover {
  color: #fff;
  background-color: #f11
}

.fui-btn-gray {
  background-color: gray;
  color: #fff
}

.fui-btn-gray:hover {
  color: #fff;
  background-color: #676767
}

.fui-btn-gold {
  background-color: #bda531;
  color: #fff
}

.fui-btn-gold:hover {
  color: #fff;
  background-color: #958227
}

.fui-btn-muted {
  background-color: #949494;
  color: #fff
}

.fui-btn-muted:hover {
  color: #fff;
  background-color: #7b7b7b
}

.fui-btn-dark {
  background-color: #555;
  color: #fff
}

.fui-btn-dark:hover {
  color: #fff;
  background-color: #3c3c3c
}

.fui-btn-light {
  background-color: #eee;
  color: #fff
}

.fui-btn-light:hover {
  color: #fff;
  background-color: #d5d5d5
}

.fui-btn-white {
  background-color: #fff;
  color: #fff
}

.fui-btn-white:hover {
  color: #fff;
  background-color: #e6e6e6
}

.fui-btn-black {
  background-color: #000;
  color: #fff
}

.fui-btn-black:hover {
  color: #fff;
  background-color: #000
}

.fui-jumbotron {
  background-color: #eee;
  max-width: 1150px;
  width: 100%;
  padding: 100px 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.fui-jumbotron.fluid {
  max-width: 100% !important
}

form {
  width: 100%
}

.fui-input {
  display: block;
  max-width: 100%;
  width: 100%;
  min-height: 40px;
  padding: 10px;
  background-color: #fff;
  outline: none;
  border: 1px solid silver;
  border-radius: 4px
}

.fui-input:focus {
  border-color: #189287;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 146, 135, .5);
  box-shadow: 0 0 0 2px rgba(24, 146, 135, .5)
}

select option:not([disabled]) {
  color: #555
}

select option[disabled] {
  color: gray
}

select[multiple] {
  overflow-y: auto
}

textarea.fui-input {
  min-height: 150px !important
}

textarea {
  resize: vertical
}

label {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.group {
  padding: 10px 0
}

.fui-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fui-input-group .fui-input {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.fui-input-group .btn {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.radio-group,
.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.radio-group label,
.checkbox-group label {
  margin: 0;
  margin-left: 10px
}

[type=radio],
[type=checkbox] {
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

.custom-radio,
.custom-checkbox {
  position: relative;
  display: block
}

.custom-radio input,
.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.custom-radio input:checked~label:before,
.custom-checkbox input:checked~label:before {
  color: #fff;
  background-color: #189287
}

.custom-radio label,
.custom-checkbox label {
  margin-bottom: 0;
  padding-left: 25px
}

.custom-checkbox {
  position: relative;
  display: block
}

.custom-checkbox input:checked~label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 4px
}

.custom-checkbox label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

.custom-radio input:checked~label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio input:focus~label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(24, 146, 135, .25);
  box-shadow: 0 0 0 1px #fff, 0 0 2px 4px rgba(24, 146, 135, .25)
}

.custom-radio label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 50%
}

.custom-radio label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}

select.input:not([multiple]),
select.fui-input:not([multiple]) {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px 0;
  height: 50px;
  font-size: 16px;
  color: #1c1c1c;
  border-color: #ddd;
  opacity: 0
}

.fui-select-label-wrapper {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 16px 15px 14px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  border: 1px solid currentColor;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
  background: linear-gradient(to bottom, #fff 0%, #fbfbfb 100%);
  border-radius: 4px
}

.fui-select-label-wrapper:after,
.fui-select-label-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none
}

.fui-select-label-wrapper:before {
  right: 0;
  width: 49px;
  height: 100%;
  border-left: 1px solid currentColor;
  color: inherit
}

.fui-select-label-wrapper:after {
  top: 21px;
  right: 20px;
  width: 0;
  height: 0;
  color: inherit;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid currentColor
}

.fui-dropdown {
  position: relative
}

.fui-dropdown.menu-showing>.fui-dropdown-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.fui-dropdown li {
  list-style: none;
  margin: 0
}

.fui-dropdown.fui-btn>.fui-dropdown-menu {
  top: 100% !important
}

.fui-dropdown>.fui-dropdown-menu {
  border: 1px solid #ccc;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 150px;
  width: 100%;
  background: #fff;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-animation: dropdown .22s forwards ease-in-out;
  animation: dropdown .22s forwards ease-in-out;
  z-index: 1000;
  border-radius: 4px
}

.fui-dropdown>.fui-dropdown-menu a {
  display: block;
  color: #333;
  text-align: left;
  padding: 10px 15px
}

.fui-dropdown>.fui-dropdown-menu a.active,
.fui-dropdown>.fui-dropdown-menu a.is-active,
.fui-dropdown>.fui-dropdown-menu a:hover {
  color: #fff;
  background: #189287
}

.fui-dropdown.carret:after,
.fui-dropdown>button:after,
.fui-dropdown>div:not(.fui-dropdown-menu):after,
.fui-dropdown>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: 4px;
  content: " ";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent
}

@-webkit-keyframes dropdown {
  0% {
    opacity: 0;
    top: 50%
  }

  100% {
    opacity: 1;
    top: 100%
  }
}

@keyframes dropdown {
  0% {
    opacity: 0;
    top: 50%
  }

  100% {
    opacity: 1;
    top: 100%
  }
}

.fui-card {
  max-width: 100%;
  background-color: #fff;
  background-clip: border-box;
  word-wrap: break-word;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 4px
}

.fui-card .fui-card-header {
  background-color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.fui-card .fui-card-header .fui-card-title {
  margin: 0
}

.fui-card .fui-card-body {
  padding: 15px
}

.fui-card .fui-card-footer {
  background-color: #fff;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.equal-cards .fui-card {
  height: 100%
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 20px
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 100%;
  margin: 0
}

ol {
  list-style: decimal inside
}

ul {
  list-style: circle inside
}

ul li,
ol li {
  margin-bottom: 5px
}

blockquote {
  padding: 20px 30px;
  margin-left: 0;
  margin-right: 0;
  border-left: 4px solid #189287
}

.table-fluid {
  max-width: 100%;
  width: 100%;
  overflow-x: auto
}

.table-fluid tr,
.table-fluid td,
.table-fluid table {
  white-space: nowrap
}

table.fui-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table
}

table.fui-table td,
table.fui-table th,
table.fui-table td,
table.fui-table th {
  padding: 10px 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle
}

table.fui-table thead {
  background-color: #eee
}

table.fui-table thead th {
  padding: 15px !important
}

table.fui-table th {
  font-weight: 500
}

table.fui-table tr {
  border-bottom: 1px solid silver
}

.table-striped tr:nth-child(even) {
  background-color: #eee
}

.code-wrap {
  overflow-x: auto
}

.code-wrap code {
  padding: 10px 15px
}

code {
  background-color: #eee;
  color: #f44;
  padding: 4px 8px;
  word-wrap: break-word;
  overflow-x: auto;
  line-height: 1.5;
  border-radius: 4px
}

pre {
  font-size: 14px;
  padding: 10px 25px;
  background: #eee;
  overflow-y: hidden;
  border-radius: 4px
}

pre>code {
  display: block;
  padding: 15px;
  white-space: pre
}

.fui-alert {
  display: block;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 15px;
  position: relative;
  border-radius: 4px
}

.fui-alert.dismissable {
  padding-right: 40px
}

.fui-alert .fui-alert-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer
}

.fui-alert.primary {
  background: rgba(24, 146, 135, .1);
  color: #147c73;
  border: 1px solid #1fbeb0
}

.fui-alert.primary .fui-alert-close:hover {
  background: #189287;
  color: #fff
}

.fui-alert.secondary {
  background: rgba(221, 170, 0, .1);
  color: #c49600;
  border: 1px solid #ffc811
}

.fui-alert.secondary .fui-alert-close:hover {
  background: #da0;
  color: #fff
}

.fui-alert.success {
  background: rgba(0, 200, 81, .1);
  color: #00af47;
  border: 1px solid #00fb66
}

.fui-alert.success .fui-alert-close:hover {
  background: #00c851;
  color: #fff
}

.fui-alert.info {
  background: rgba(23, 162, 184, .1);
  color: #148ea1;
  border: 1px solid #1fc8e3
}

.fui-alert.info .fui-alert-close:hover {
  background: #17a2b8;
  color: #fff
}

.fui-alert.warning {
  background: rgba(255, 187, 51, .1);
  color: #ffb31a;
  border: 1px solid #fc6
}

.fui-alert.warning .fui-alert-close:hover {
  background: #fb3;
  color: #fff
}

.fui-alert.danger {
  background: rgba(255, 68, 68, .1);
  color: #ff2b2b;
  border: 1px solid #f77
}

.fui-alert.danger .fui-alert-close:hover {
  background: #f44;
  color: #fff
}

.fui-alert.gray {
  background: rgba(128, 128, 128, .1);
  color: #737373;
  border: 1px solid #9a9a9a
}

.fui-alert.gray .fui-alert-close:hover {
  background: gray;
  color: #fff
}

.fui-alert.gold {
  background: rgba(189, 165, 49, .1);
  color: #a9932c;
  border: 1px solid #d2bb50
}

.fui-alert.gold .fui-alert-close:hover {
  background: #bda531;
  color: #fff
}

.fui-alert.muted {
  background: rgba(148, 148, 148, .1);
  color: #878787;
  border: 1px solid #aeaeae
}

.fui-alert.muted .fui-alert-close:hover {
  background: #949494;
  color: #fff
}

.fui-alert.dark {
  background: rgba(85, 85, 85, .1);
  color: #484848;
  border: 1px solid #6f6f6f
}

.fui-alert.dark .fui-alert-close:hover {
  background: #555;
  color: #fff
}

.fui-alert.black {
  background: rgba(0, 0, 0, .1);
  color: #000;
  border: 1px solid #1a1a1a
}

.fui-alert.black .fui-alert-close:hover {
  background: #000;
  color: #fff
}

.fui-badge {
  display: inline-block;
  background-color: #eee;
  font-size: 16px;
  padding: 4px 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px
}

.fui-badge.fui-badge-icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%
}

.fui-badge.fui-badge-icon>* {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fui-badge-lg {
  font-size: 18px;
  padding: 5px 15px
}

.fui-badge-lg.fui-badge-icon {
  width: 50px;
  height: 50px
}

.fui-badge-sm {
  font-size: 12px
}

.fui-badge-sm.fui-badge-icon {
  width: 30px;
  height: 30px
}

.fui-badge.rounded {
  border-radius: 35px
}

.fui-badge.primary {
  background-color: #189287 !important;
  color: #fff
}

.fui-badge.primary>* {
  color: #fff
}

.fui-badge.primary.outline {
  background-color: transparent !important;
  color: #189287;
  border: 1px solid #189287
}

.fui-badge.primary.outline>* {
  color: #189287
}

a.fui-badge.primary:hover {
  background-color: #11665f !important;
  color: #fff
}

a.fui-badge.primary.outline:hover {
  background-color: #189287 !important;
  color: #fff !important
}

a.fui-badge.primary.outline:hover>* {
  color: #fff !important
}

.fui-badge.secondary {
  background-color: #da0 !important;
  color: #fff
}

.fui-badge.secondary>* {
  color: #fff
}

.fui-badge.secondary.outline {
  background-color: transparent !important;
  color: #da0;
  border: 1px solid #da0
}

.fui-badge.secondary.outline>* {
  color: #da0
}

a.fui-badge.secondary:hover {
  background-color: #aa8300 !important;
  color: #fff
}

a.fui-badge.secondary.outline:hover {
  background-color: #da0 !important;
  color: #fff !important
}

a.fui-badge.secondary.outline:hover>* {
  color: #fff !important
}

.fui-badge.success {
  background-color: #00c851 !important;
  color: #fff
}

.fui-badge.success>* {
  color: #fff
}

.fui-badge.success.outline {
  background-color: transparent !important;
  color: #00c851;
  border: 1px solid #00c851
}

.fui-badge.success.outline>* {
  color: #00c851
}

a.fui-badge.success:hover {
  background-color: #00953c !important;
  color: #fff
}

a.fui-badge.success.outline:hover {
  background-color: #00c851 !important;
  color: #fff !important
}

a.fui-badge.success.outline:hover>* {
  color: #fff !important
}

.fui-badge.info {
  background-color: #17a2b8 !important;
  color: #fff
}

.fui-badge.info>* {
  color: #fff
}

.fui-badge.info.outline {
  background-color: transparent !important;
  color: #17a2b8;
  border: 1px solid #17a2b8
}

.fui-badge.info.outline>* {
  color: #17a2b8
}

a.fui-badge.info:hover {
  background-color: #117a8b !important;
  color: #fff
}

a.fui-badge.info.outline:hover {
  background-color: #17a2b8 !important;
  color: #fff !important
}

a.fui-badge.info.outline:hover>* {
  color: #fff !important
}

.fui-badge.warning {
  background-color: #fb3 !important;
  color: #fff
}

.fui-badge.warning>* {
  color: #fff
}

.fui-badge.warning.outline {
  background-color: transparent !important;
  color: #fb3;
  border: 1px solid #fb3
}

.fui-badge.warning.outline>* {
  color: #fb3
}

a.fui-badge.warning:hover {
  background-color: #fa0 !important;
  color: #fff
}

a.fui-badge.warning.outline:hover {
  background-color: #fb3 !important;
  color: #fff !important
}

a.fui-badge.warning.outline:hover>* {
  color: #fff !important
}

.fui-badge.danger {
  background-color: #f44 !important;
  color: #fff
}

.fui-badge.danger>* {
  color: #fff
}

.fui-badge.danger.outline {
  background-color: transparent !important;
  color: #f44;
  border: 1px solid #f44
}

.fui-badge.danger.outline>* {
  color: #f44
}

a.fui-badge.danger:hover {
  background-color: #f11 !important;
  color: #fff
}

a.fui-badge.danger.outline:hover {
  background-color: #f44 !important;
  color: #fff !important
}

a.fui-badge.danger.outline:hover>* {
  color: #fff !important
}

.fui-badge.gray {
  background-color: gray !important;
  color: #fff
}

.fui-badge.gray>* {
  color: #fff
}

.fui-badge.gray.outline {
  background-color: transparent !important;
  color: gray;
  border: 1px solid gray
}

.fui-badge.gray.outline>* {
  color: gray
}

a.fui-badge.gray:hover {
  background-color: #676767 !important;
  color: #fff
}

a.fui-badge.gray.outline:hover {
  background-color: gray !important;
  color: #fff !important
}

a.fui-badge.gray.outline:hover>* {
  color: #fff !important
}

.fui-badge.gold {
  background-color: #bda531 !important;
  color: #fff
}

.fui-badge.gold>* {
  color: #fff
}

.fui-badge.gold.outline {
  background-color: transparent !important;
  color: #bda531;
  border: 1px solid #bda531
}

.fui-badge.gold.outline>* {
  color: #bda531
}

a.fui-badge.gold:hover {
  background-color: #958227 !important;
  color: #fff
}

a.fui-badge.gold.outline:hover {
  background-color: #bda531 !important;
  color: #fff !important
}

a.fui-badge.gold.outline:hover>* {
  color: #fff !important
}

.fui-badge.muted {
  background-color: #949494 !important;
  color: #fff
}

.fui-badge.muted>* {
  color: #fff
}

.fui-badge.muted.outline {
  background-color: transparent !important;
  color: #949494;
  border: 1px solid #949494
}

.fui-badge.muted.outline>* {
  color: #949494
}

a.fui-badge.muted:hover {
  background-color: #7b7b7b !important;
  color: #fff
}

a.fui-badge.muted.outline:hover {
  background-color: #949494 !important;
  color: #fff !important
}

a.fui-badge.muted.outline:hover>* {
  color: #fff !important
}

.fui-badge.dark {
  background-color: #555 !important;
  color: #fff
}

.fui-badge.dark>* {
  color: #fff
}

.fui-badge.dark.outline {
  background-color: transparent !important;
  color: #555;
  border: 1px solid #555
}

.fui-badge.dark.outline>* {
  color: #555
}

a.fui-badge.dark:hover {
  background-color: #3c3c3c !important;
  color: #fff
}

a.fui-badge.dark.outline:hover {
  background-color: #555 !important;
  color: #fff !important
}

a.fui-badge.dark.outline:hover>* {
  color: #fff !important
}

.fui-badge.light {
  background-color: #eee !important;
  color: #fff
}

.fui-badge.light>* {
  color: #fff
}

.fui-badge.light.outline {
  background-color: transparent !important;
  color: #eee;
  border: 1px solid #eee
}

.fui-badge.light.outline>* {
  color: #eee
}

a.fui-badge.light:hover {
  background-color: #d5d5d5 !important;
  color: #fff
}

a.fui-badge.light.outline:hover {
  background-color: #eee !important;
  color: #fff !important
}

a.fui-badge.light.outline:hover>* {
  color: #fff !important
}

.fui-badge.white {
  background-color: #fff !important;
  color: #fff
}

.fui-badge.white>* {
  color: #fff
}

.fui-badge.white.outline {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff
}

.fui-badge.white.outline>* {
  color: #fff
}

a.fui-badge.white:hover {
  background-color: #e6e6e6 !important;
  color: #fff
}

a.fui-badge.white.outline:hover {
  background-color: #fff !important;
  color: #fff !important
}

a.fui-badge.white.outline:hover>* {
  color: #fff !important
}

.fui-badge.black {
  background-color: #000 !important;
  color: #fff
}

.fui-badge.black>* {
  color: #fff
}

.fui-badge.black.outline {
  background-color: transparent !important;
  color: #000;
  border: 1px solid #000
}

.fui-badge.black.outline>* {
  color: #000
}

a.fui-badge.black:hover {
  background-color: #000 !important;
  color: #fff
}

a.fui-badge.black.outline:hover {
  background-color: #000 !important;
  color: #fff !important
}

a.fui-badge.black.outline:hover>* {
  color: #fff !important
}

.fui-modal {
  -webkit-transition: all .5s !important;
  transition: all .5s !important;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  padding: 80px 15px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -10;
  opacity: 0;
  overflow-y: auto !important
}

.fui-modal .fui-modal-container {
  position: relative;
  margin: 0 auto;
  z-index: 1350
}

.fui-modal-title {
  margin: 0;
  font-size: 20px
}

.fui-modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #eee;
  padding: 10px 15px
}

.fui-modal-header .modal-close {
  padding: 10px;
  cursor: pointer
}

.fui-modal-header .modal-close:hover {
  opacity: .5
}

.fui-modal-container {
  display: none;
  max-width: 580px;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid #c8c8c8
}

.fui-modal-container.modal-sm {
  max-width: 580px
}

.fui-modal-container.modal-md {
  max-width: 750px
}

.fui-modal-container.modal-lg {
  max-width: 1100px
}

.fui-modal-container .fui-modal-body {
  padding: 15px
}

.fui-modal-container .fui-modal-footer {
  padding: 10px 15px;
  background: #eee
}

.fui-modal.modal-show {
  opacity: 1 !important;
  z-index: 1250 !important;
  -webkit-animation: modalbg 1s ease-in forwards;
  animation: modalbg 1s ease-in forwards;
  pointer-events: initial !important
}

.fui-modal.modal-show .fui-modal-container {
  display: block !important
}

.fui-modal.modal-show .fui-modal-container.animation-added {
  -webkit-animation: animateUp .5s forwards;
  animation: animateUp .5s forwards
}

.modal-exit {
  top: 0 !important;
  opacity: 0;
  z-index: -1
}

@-webkit-keyframes modalbg {
  0% {
    background: rgba(0, 0, 0, 0)
  }

  100% {
    background: rgba(0, 0, 0, .5)
  }
}

@keyframes modalbg {
  0% {
    background: rgba(0, 0, 0, 0)
  }

  100% {
    background: rgba(0, 0, 0, .5)
  }
}

@-webkit-keyframes animateUp {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

@keyframes animateUp {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

.fui-tab-nav.default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d5d5d5
}

.fui-tab-nav.default .fui-tab-link {
  all: unset;
  display: block;
  color: #189287;
  padding: 10px 15px;
  margin-bottom: -1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer
}

.fui-tab-nav.default .fui-tab-link:hover {
  color: #555;
  border-color: #d5d5d5
}

.fui-tab-nav.default .fui-tab-link.active {
  color: #555;
  background-color: #fff;
  border-color: #d5d5d5
}

.fui-tab-container {
  padding: 15px 0
}

.fui-tab-content {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s
}

.fui-tab-content.active {
  display: block !important
}

.fui-tab-content .fui-tab-close {
  cursor: pointer;
  opacity: .5;
  font-size: 16px
}

.fui-tab-content .fui-tab-close:hover {
  opacity: 1
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fui-accordion {
  -webkit-transition: .4s;
  transition: .4s;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer
}

.fui-accordion-container.default .fui-accordion {
  padding: 15px;
  background-color: #eee
}

.fui-accordion-container.default .active,
.fui-accordion-container.default .fui-accordion:hover {
  background-color: #c8c8c8
}

.fui-accordion-container.default .fui-accordion:after {
   color: #777;
  font-weight: 700;
  float: right;
  font-size: 20px;
  margin-left: 5px
}

.fui-accordion-container.default .active:after {
 }

.fui-accordion-container.default .fui-panel-box {
  border: 1px solid #eee;
  padding: 15px
}

.fui-accordion-container .fui-panel {
  -webkit-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  background-color: #fff;
  max-height: 0;
  overflow: hidden
}

.fui-breadcrumb {
  list-style: none;
  padding: 10px;
  margin: 0;
  background-color: #eee
}

.fui-breadcrumb li {
  list-style: none;
  display: inline
}

.fui-breadcrumb li+li:before {
  padding: 8px;
  color: #000;
  content: "/"
}

.fui-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  overflow: hidden;
  font-size: 12px;
  background-color: #ccc;
  border-radius: 4px
}

.fui-progress .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  transition: width .6s ease
}

.fui-progress .progress-bar.striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 16px 16px
}

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

.fui-progress.primary .progress-bar {
  background-color: #189287 !important
}

.fui-progress.secondary .progress-bar {
  background-color: #da0 !important
}

.fui-progress.success .progress-bar {
  background-color: #00c851 !important
}

.fui-progress.info .progress-bar {
  background-color: #17a2b8 !important
}

.fui-progress.warning .progress-bar {
  background-color: #fb3 !important
}

.fui-progress.danger .progress-bar {
  background-color: #f44 !important
}

.fui-progress.gray .progress-bar {
  background-color: gray !important
}

.fui-progress.gold .progress-bar {
  background-color: #bda531 !important
}

.fui-progress.muted .progress-bar {
  background-color: #949494 !important
}

.fui-progress.dark .progress-bar {
  background-color: #555 !important
}

.fui-progress.light .progress-bar {
  background-color: #eee !important
}

.fui-progress.white .progress-bar {
  background-color: #fff !important
}

.fui-progress.black .progress-bar {
  background-color: #000 !important
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 0 16px
  }

  100% {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 0 16px
  }

  100% {
    background-position: 0 0
  }
}

[data-tip] {
  position: relative
}

[data-tip].tooltip-active:before,
[data-tip].tooltip-active:after,
[data-tip]:focus:before,
[data-tip]:focus:after,
[data-tip]:hover:before,
[data-tip]:hover:after {
  visibility: visible
}

[data-tip]:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 4px 6px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, .9) transparent transparent transparent;
  z-index: 100
}

[data-tip]:after {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  top: -6px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  background: rgba(0, 0, 0, .9);
  text-align: center;
  color: #fff;
  padding: 4px 2px;
  font-size: 12px;
  min-width: 80px;
  width: auto;
  border-radius: 5px;
  pointer-events: none;
  white-space: nowrap
}

[data-tip]:before,
[data-tip]:after {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

[data-tip-position=left]:before {
  left: 0;
  top: 50%;
  margin-left: -12px;
  -webkit-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg)
}

[data-tip-position=top]:before {
  left: 50%
}

[data-tip-position=bottom]:before {
  top: 100%;
  margin-top: 8px;
  -webkit-transform: translateX(-50%) translateY(-100%) rotate(-180deg);
  transform: translateX(-50%) translateY(-100%) rotate(-180deg)
}

[data-tip-position=right]:before {
  left: 100%;
  top: 50%;
  margin-left: 1px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg)
}

[data-tip-position=left]:after {
  left: 0;
  top: 50%;
  margin-left: -8px;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%)
}

[data-tip-position=top]:after {
  left: 50%
}

[data-tip-position=bottom]:after {
  top: 100%;
  margin-top: 8px;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%)
}

[data-tip-position=right]:after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%)
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.fui-spinner-border {
  vertical-align: text-bottom;
  display: inline-block;
  border: .25em solid rgba(0, 0, 0, .2);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border-top: .25em solid currentColor;
  -webkit-animation: spinner-border 1.2s linear infinite;
  animation: spinner-border 1.2s linear infinite;
  border-width: .25em
}

.fui-spinner-dark {
  border-color: rgba(255, 255, 255, .2);
  border-top: .25em solid currentColor;
  border-width: .25em
}

.fui-spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

.fui-carousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 300px;
  overflow: hidden
}

.fui-carousel .fui-carousel-arrow {
  position: absolute;
  top: 50%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  z-index: 99;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5rem
}

.fui-carousel .fui-carousel-arrow.fui-carousel-arrow-left {
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-radius: 0 1rem 1rem 0;
  padding-left: 1rem;
  padding-right: 1.5rem
}

.fui-carousel .fui-carousel-arrow.fui-carousel-arrow-right {
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-radius: 1rem 0 0 1rem;
  padding-left: 1.5rem;
  padding-right: 1rem
}

.fui-carousel .fui-carousel-track {
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: 1s cubic-bezier(.77, 0, .18, 1);
  transition: 1s cubic-bezier(.77, 0, .18, 1);
  height: inherit
}

.fui-carousel .fui-carousel-track .fui-carousel-item {
  width: 100%;
  height: inherit;
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  background-size: cover;
  background-position: center;
  vertical-align: top
}

.fui-carousel .fui-carousel-track .fui-carousel-item.fui-carousel-item.active .inner {
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: .22s;
  animation-duration: .22s;
  -webkit-animation-delay: .22s;
  animation-delay: .22s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(.65, .05, .36, 1);
  animation-timing-function: cubic-bezier(.65, .05, .36, 1)
}

.fui-carousel .fui-carousel-indicators {
  width: 100%;
  bottom: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
  z-index: 999
}

.fui-carousel .fui-carousel-indicators div {
  width: .75rem;
  height: .75rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out
}

.fui-carousel .fui-carousel-indicators div:not(:first-of-type) {
  margin-left: 1rem
}

.fui-carousel .fui-carousel-indicators .fui-carousel-indicator.fui-carousel-indicator-active {
  background-color: #fff
}

.fui-calendar-container select {
  width: 100%
}

.fui-calendar-container-dropdown .fui-calendar-type {
  display: none;
  position: absolute;
  border: 1px solid #c8c8c8;
  z-index: 20;
  background: #fff;
  padding-left: 10px;
  -webkit-animation-name: fadeInOpacity;
  animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.fui-calendar-container-dropdown .fui-calendar-type .fui-calendar:hover {
  cursor: pointer
}

.fui-calendar-container-dropdown.fui-calendar-container-dropdown-open .fui-calendar-type {
  display: block;
  padding-left: 0;
  height: auto
}

@media (min-width:768px) {
  .fui-calendar-container-dropdown.fui-calendar-container-dropdown-open .fui-calendar-standard {
    width: 500px
  }
}

.fui-calendar-type-fancy {
  height: 100%;
  width: 300px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #c8c8c8
}

.fui-calendar-type-fancy .fui-calendar-nav {
  display: inline-block;
  cursor: pointer
}

.fui-calendar-type-fancy .fui-calendar-nav.fui-calendar-nav-prev {
  float: left
}

.fui-calendar-type-fancy .fui-calendar-nav.fui-calendar-nav-prev:hover i {
  color: #0a3a36 !important
}

.fui-calendar-type-fancy .fui-calendar-nav.fui-calendar-nav-next {
  float: right
}

.fui-calendar-type-fancy .fui-calendar-nav.fui-calendar-nav-next:hover i {
  color: #0a3a36 !important
}

.fui-calendar-type-fancy .fui-calendar-current {
  display: inline-block
}

.fui-calendar-type-fancy .fui-calendar-day {
  cursor: pointer;
  border: 1px solid transparent;
  margin: 0;
  padding: 10px
}

.fui-calendar-type-fancy .fui-calendar-day.fui-calendar-day-today {
  background-color: #eee
}

.fui-calendar-type-fancy .fui-calendar-day.fui-calendar-day-selected {
  background-color: #189287;
  color: #fff
}

.fui-calendar-type-fancy .fui-calendar-day:hover {
  background-color: #189287;
  color: #fff
}

.fui-calendar-type-fancy .fui-calendar-header {
  font-size: 18px;
  padding: 15px;
  background: #189287
}

.fui-calendar-type-fancy .fui-calendar-header * {
  color: #fff
}

.fui-calendar-type-fancy .fui-calendar-days {
  left: 50%;
  padding: 0
}

.fui-calendar-type-fancy .fui-calendar-days table {
  width: 100%;
  border: none;
  border-collapse: collapse
}

.fui-calendar-type-fancy .fui-calendar-days table thead {
  background: #11665f
}

.fui-calendar-type-fancy .fui-calendar-days table thead th {
  font-size: 14px;
  padding: 10px 5px !important;
  color: #fff
}

@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@media screen and (max-width:-1px) {
  .hidden-xs-down {
    display: none !important
  }
}

.hidden-xs-up {
  display: none !important
}

@media screen and (max-width:575px) {
  .hidden-sm-down {
    display: none !important
  }
}

@media screen and (min-width:576px) {
  .hidden-sm-up {
    display: none !important
  }
}

@media screen and (max-width:767px) {
  .hidden-md-down {
    display: none !important
  }
}

@media screen and (min-width:768px) {
  .hidden-md-up {
    display: none !important
  }
}

@media screen and (max-width:991px) {
  .hidden-lg-down {
    display: none !important
  }
}

@media screen and (min-width:992px) {
  .hidden-lg-up {
    display: none !important
  }
}

@media screen and (max-width:1199px) {
  .hidden-xl-down {
    display: none !important
  }
}

@media screen and (min-width:1200px) {
  .hidden-xl-up {
    display: none !important
  }
}

.fui-container {
  max-width: 1150px;
  margin: 0 auto;
  width: 100%
}

.fui-container-fluid {
  margin: 0;
  max-width: 100%;
  width: 100%
}

[class*=col-] {
  padding-left: 10px;
  padding-right: 10px
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.row .col-offset-0 {
  margin-left: 0
}

.row .col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%
}

.row .col-offset-1 {
  margin-left: 8.3333333333%
}

.row .col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%
}

.row .col-offset-2 {
  margin-left: 16.6666666667%
}

.row .col-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%
}

.row .col-offset-3 {
  margin-left: 25%
}

.row .col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%
}

.row .col-offset-4 {
  margin-left: 33.3333333333%
}

.row .col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%
}

.row .col-offset-5 {
  margin-left: 41.6666666667%
}

.row .col-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%
}

.row .col-offset-6 {
  margin-left: 50%
}

.row .col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%
}

.row .col-offset-7 {
  margin-left: 58.3333333333%
}

.row .col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%
}

.row .col-offset-8 {
  margin-left: 66.6666666667%
}

.row .col-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%
}

.row .col-offset-9 {
  margin-left: 75%
}

.row .col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%
}

.row .col-offset-10 {
  margin-left: 83.3333333333%
}

.row .col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%
}

.row .col-offset-11 {
  margin-left: 91.6666666667%
}

.row .col-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}

.row .col-offset-12 {
  margin-left: 100%
}

@media screen and (min-width:576px) {
  .row .col-sm-offset-0 {
    margin-left: 0
  }

  .row .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .row .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .row .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .row .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .row .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .row .col-sm-offset-3 {
    margin-left: 25%
  }

  .row .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .row .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .row .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .row .col-sm-offset-6 {
    margin-left: 50%
  }

  .row .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .row .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .row .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .row .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .row .col-sm-offset-9 {
    margin-left: 75%
  }

  .row .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .row .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .row .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .row .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .row .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .row .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media screen and (min-width:768px) {
  .row .col-md-offset-0 {
    margin-left: 0
  }

  .row .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .row .col-md-offset-1 {
    margin-left: 8.3333333333%
  }

  .row .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .row .col-md-offset-2 {
    margin-left: 16.6666666667%
  }

  .row .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .row .col-md-offset-3 {
    margin-left: 25%
  }

  .row .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row .col-md-offset-4 {
    margin-left: 33.3333333333%
  }

  .row .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row .col-md-offset-5 {
    margin-left: 41.6666666667%
  }

  .row .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .row .col-md-offset-6 {
    margin-left: 50%
  }

  .row .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .row .col-md-offset-7 {
    margin-left: 58.3333333333%
  }

  .row .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row .col-md-offset-8 {
    margin-left: 66.6666666667%
  }

  .row .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .row .col-md-offset-9 {
    margin-left: 75%
  }

  .row .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .row .col-md-offset-10 {
    margin-left: 83.3333333333%
  }

  .row .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .row .col-md-offset-11 {
    margin-left: 91.6666666667%
  }

  .row .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .row .col-md-offset-12 {
    margin-left: 100%
  }
}

@media screen and (min-width:992px) {
  .row .col-lg-offset-0 {
    margin-left: 0
  }

  .row .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .row .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .row .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .row .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .row .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .row .col-lg-offset-3 {
    margin-left: 25%
  }

  .row .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .row .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .row .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .row .col-lg-offset-6 {
    margin-left: 50%
  }

  .row .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .row .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .row .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .row .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .row .col-lg-offset-9 {
    margin-left: 75%
  }

  .row .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .row .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .row .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .row .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .row .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .row .col-lg-offset-12 {
    margin-left: 100%
  }
}

@media screen and (min-width:1200px) {
  .row .col-xl-offset-0 {
    margin-left: 0
  }

  .row .col-xl-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
  }

  .row .col-xl-offset-1 {
    margin-left: 8.3333333333%
  }

  .row .col-xl-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
  }

  .row .col-xl-offset-2 {
    margin-left: 16.6666666667%
  }

  .row .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
  }

  .row .col-xl-offset-3 {
    margin-left: 25%
  }

  .row .col-xl-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
  }

  .row .col-xl-offset-4 {
    margin-left: 33.3333333333%
  }

  .row .col-xl-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
  }

  .row .col-xl-offset-5 {
    margin-left: 41.6666666667%
  }

  .row .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
  }

  .row .col-xl-offset-6 {
    margin-left: 50%
  }

  .row .col-xl-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
  }

  .row .col-xl-offset-7 {
    margin-left: 58.3333333333%
  }

  .row .col-xl-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
  }

  .row .col-xl-offset-8 {
    margin-left: 66.6666666667%
  }

  .row .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
  }

  .row .col-xl-offset-9 {
    margin-left: 75%
  }

  .row .col-xl-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
  }

  .row .col-xl-offset-10 {
    margin-left: 83.3333333333%
  }

  .row .col-xl-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
  }

  .row .col-xl-offset-11 {
    margin-left: 91.6666666667%
  }

  .row .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }

  .row .col-xl-offset-12 {
    margin-left: 100%
  }
}

[disabled] {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  pointer-events: none !important;
  opacity: .5
}

.overflow-unset {
  overflow: unset !important
}

.d-none {
  display: none !important
}

.d-block {
  display: block !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

[class*=flex],
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.fj-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.fj-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.fj-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.fj-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.fj-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.fj-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important
}

.fj-baseline {
  -webkit-box-pack: baseline !important;
  -ms-flex-pack: baseline !important;
  justify-content: baseline !important
}

.fa-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.fa-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.fa-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.fa-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.flex-center-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.clearfix {
  clear: both;
  float: none !important
}

.bg-primary {
  background-color: #189287
}

.bg-secondary {
  background-color: #da0
}

.bg-success {
  background-color: #00c851
}

.bg-info {
  background-color: #17a2b8
}

.bg-warning {
  background-color: #fb3
}

.bg-danger {
  background-color: #f44
}

.bg-gray {
  background-color: gray
}

.bg-gold {
  background-color: #bda531
}

.bg-muted {
  background-color: #949494
}

.bg-dark {
  background-color: #555
}

.bg-light {
  background-color: #eee
}

.bg-white {
  background-color: #fff
}

.bg-black {
  background-color: #000
}

.bg-none {
  background: 0 0 !important
}

.w-100 {
  width: 100% !important
}

.h-100 {
  height: 100% !important
}

.p-0 {
  padding: 0 !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.pt-0 {
  padding-top: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.p-1 {
  padding: 10px !important
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important
}

.pl-1 {
  padding-left: 10px !important
}

.pr-1 {
  padding-right: 10px !important
}

.pt-1 {
  padding-top: 10px !important
}

.pb-1 {
  padding-bottom: 10px !important
}

.p-2 {
  padding: 20px !important
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important
}

.pl-2 {
  padding-left: 20px !important
}

.pr-2 {
  padding-right: 20px !important
}

.pt-2 {
  padding-top: 20px !important
}

.pb-2 {
  padding-bottom: 20px !important
}

.p-3 {
  padding: 30px !important
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important
}

.pl-3 {
  padding-left: 30px !important
}

.pr-3 {
  padding-right: 30px !important
}

.pt-3 {
  padding-top: 30px !important
}

.pb-3 {
  padding-bottom: 30px !important
}

.p-4 {
  padding: 40px !important
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important
}

.px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important
}

.pl-4 {
  padding-left: 40px !important
}

.pr-4 {
  padding-right: 40px !important
}

.pt-4 {
  padding-top: 40px !important
}

.pb-4 {
  padding-bottom: 40px !important
}

.p-5 {
  padding: 50px !important
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important
}

.px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important
}

.pl-5 {
  padding-left: 50px !important
}

.pr-5 {
  padding-right: 50px !important
}

.pt-5 {
  padding-top: 50px !important
}

.pb-5 {
  padding-bottom: 50px !important
}

.p-6 {
  padding: 60px !important
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important
}

.px-6 {
  padding-left: 60px !important;
  padding-right: 60px !important
}

.pl-6 {
  padding-left: 60px !important
}

.pr-6 {
  padding-right: 60px !important
}

.pt-6 {
  padding-top: 60px !important
}

.pb-6 {
  padding-bottom: 60px !important
}

.p-7 {
  padding: 70px !important
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important
}

.px-7 {
  padding-left: 70px !important;
  padding-right: 70px !important
}

.pl-7 {
  padding-left: 70px !important
}

.pr-7 {
  padding-right: 70px !important
}

.pt-7 {
  padding-top: 70px !important
}

.pb-7 {
  padding-bottom: 70px !important
}

.p-8 {
  padding: 80px !important
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}

.px-8 {
  padding-left: 80px !important;
  padding-right: 80px !important
}

.pl-8 {
  padding-left: 80px !important
}

.pr-8 {
  padding-right: 80px !important
}

.pt-8 {
  padding-top: 80px !important
}

.pb-8 {
  padding-bottom: 80px !important
}

.p-9 {
  padding: 90px !important
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important
}

.px-9 {
  padding-left: 90px !important;
  padding-right: 90px !important
}

.pl-9 {
  padding-left: 90px !important
}

.pr-9 {
  padding-right: 90px !important
}

.pt-9 {
  padding-top: 90px !important
}

.pb-9 {
  padding-bottom: 90px !important
}

.p-10 {
  padding: 100px !important
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important
}

.px-10 {
  padding-left: 100px !important;
  padding-right: 100px !important
}

.pl-10 {
  padding-left: 100px !important
}

.pr-10 {
  padding-right: 100px !important
}

.pt-10 {
  padding-top: 100px !important
}

.pb-10 {
  padding-bottom: 100px !important
}

.mx-auto {
  margin: 0 auto !important
}

.m-0 {
  margin: 0 !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.ml-auto {
  margin-left: auto !important
}

.mr-auto {
  margin-right: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.m-1 {
  margin: 10px !important
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important
}

.ml-1 {
  margin-left: 10px !important
}

.mr-1 {
  margin-right: 10px !important
}

.mt-1 {
  margin-top: 10px !important
}

.mb-1 {
  margin-bottom: 10px !important
}

.m-2 {
  margin: 20px !important
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important
}

.ml-2 {
  margin-left: 20px !important
}

.mr-2 {
  margin-right: 20px !important
}

.mt-2 {
  margin-top: 20px !important
}

.mb-2 {
  margin-bottom: 20px !important
}

.m-3 {
  margin: 30px !important
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important
}

.mx-3 {
  margin-left: 30px !important;
  margin-right: 30px !important
}

.ml-3 {
  margin-left: 30px !important
}

.mr-3 {
  margin-right: 30px !important
}

.mt-3 {
  margin-top: 30px !important
}

.mb-3 {
  margin-bottom: 30px !important
}

.m-4 {
  margin: 40px !important
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important
}

.mx-4 {
  margin-left: 40px !important;
  margin-right: 40px !important
}

.ml-4 {
  margin-left: 40px !important
}

.mr-4 {
  margin-right: 40px !important
}

.mt-4 {
  margin-top: 40px !important
}

.mb-4 {
  margin-bottom: 40px !important
}

.m-5 {
  margin: 50px !important
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important
}

.mx-5 {
  margin-left: 50px !important;
  margin-right: 50px !important
}

.ml-5 {
  margin-left: 50px !important
}

.mr-5 {
  margin-right: 50px !important
}

.mt-5 {
  margin-top: 50px !important
}

.mb-5 {
  margin-bottom: 50px !important
}

.m-6 {
  margin: 60px !important
}

.my-6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important
}

.mx-6 {
  margin-left: 60px !important;
  margin-right: 60px !important
}

.ml-6 {
  margin-left: 60px !important
}

.mr-6 {
  margin-right: 60px !important
}

.mt-6 {
  margin-top: 60px !important
}

.mb-6 {
  margin-bottom: 60px !important
}

.m-7 {
  margin: 70px !important
}

.my-7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important
}

.mx-7 {
  margin-left: 70px !important;
  margin-right: 70px !important
}

.ml-7 {
  margin-left: 70px !important
}

.mr-7 {
  margin-right: 70px !important
}

.mt-7 {
  margin-top: 70px !important
}

.mb-7 {
  margin-bottom: 70px !important
}

.m-8 {
  margin: 80px !important
}

.my-8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important
}

.mx-8 {
  margin-left: 80px !important;
  margin-right: 80px !important
}

.ml-8 {
  margin-left: 80px !important
}

.mr-8 {
  margin-right: 80px !important
}

.mt-8 {
  margin-top: 80px !important
}

.mb-8 {
  margin-bottom: 80px !important
}

.m-9 {
  margin: 90px !important
}

.my-9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important
}

.mx-9 {
  margin-left: 90px !important;
  margin-right: 90px !important
}

.ml-9 {
  margin-left: 90px !important
}

.mr-9 {
  margin-right: 90px !important
}

.mt-9 {
  margin-top: 90px !important
}

.mb-9 {
  margin-bottom: 90px !important
}

.m-10 {
  margin: 100px !important
}

.my-10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important
}

.mx-10 {
  margin-left: 100px !important;
  margin-right: 100px !important
}

.ml-10 {
  margin-left: 100px !important
}

.mr-10 {
  margin-right: 100px !important
}

.mt-10 {
  margin-top: 100px !important
}

.mb-10 {
  margin-bottom: 100px !important
}

.display-1 {
  font-size: 80px
}

.display-2 {
  font-size: 70px
}

.display-3 {
  font-size: 60px
}

.display-4 {
  font-size: 50px
}

.font-normal {
  font-weight: 400 !important
}

.font-bold {
  font-weight: 700 !important
}

.weight-100 {
  font-weight: 100 !important
}

.weight-200 {
  font-weight: 200 !important
}

.weight-300 {
  font-weight: 300 !important
}

.weight-400 {
  font-weight: 400 !important
}

.weight-500 {
  font-weight: 500 !important
}

.weight-600 {
  font-weight: 600 !important
}

.weight-700 {
  font-weight: 700 !important
}

.weight-800 {
  font-weight: 800 !important
}

.weight-900 {
  font-weight: 900 !important
}

.text-center {
  text-align: center !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.uppercase {
  text-transform: uppercase !important
}

.lowercase {
  text-transform: lowercase !important
}

.capitalize {
  text-transform: capitalize !important
}

.radius-none {
  border-radius: 0 !important
}

.list-unstyled {
  padding: 0;
  margin: 0
}

.list-unstyled li {
  list-style: none;
  padding: 0;
  margin: 0
}

.img-fluid {
  width: 100%
}

.img-rounded {
  border-radius: 5px
}

.img-circle {
  border-radius: 50%
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.rounded {
  border-radius: 35px !important
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}

.bg-fixed {
  background-attachment: fixed
}

html,
body {
  font-family: "Poppins", sans-serif;
  color: #000
}

.text-orange {
  color: #f28f5d
}

.text-gray {
  color: #6e6e6e
}

.main-header.fixed-header * {
  -webkit-transition: all .32s ease;
  transition: all .32s ease
}

.fui-container {
  max-width: 1300px
}

.fui-btn-button {
  background-color: #189287;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding-left: 25px;
  border-radius: 35px;
  -webkit-transition: all .32s ease-in-out;
  transition: all .32s ease-in-out
}

.fui-btn-button .fa {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
  color: #189287;
  -webkit-transition: all .32s ease-in-out;
  transition: all .32s ease-in-out
}

.fui-btn-button:hover {
  color: #fff;
  background-color: #da0
}

.fui-btn-button:hover .fa {
  color: #da0
}

.fui-btn {
  padding: 18px 40px
}

.fui-btn-black-outline {
  background-color: transparent;
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  border-radius: 35px;
  -webkit-transition: all .32s ease-in-out;
  transition: all .32s ease-in-out
}

.fui-btn-black-outline:hover {
  color: #fff;
  background-color: #189287
}

.fui-btn-black-outline.radius-0 {
  border-radius: 0 !important
}

.fui-btn-button-white {
  background-color: #fff;
  color: #189287;
  border-radius: 35px;
  -webkit-transition: all .32s ease-in-out;
  transition: all .32s ease-in-out
}

.fui-btn-button-white:hover {
  color: #fff;
  background-color: #da0
}

.fui-btn-button-white:hover .fa {
  color: #da0
}

.topbar {
  padding: 15px
}

.topbar .fui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.topbar .fui-container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .topbar .fui-container .left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%
  }
}

.topbar .fui-container .right {
  text-align: right
}

@media (max-width:768px) {
  .topbar .fui-container .right {
    display: none
  }
}

.topbar .fui-container .right .link:first-child {
  padding-right: 15px
}

.topbar .fui-container .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px
}

@media (max-width:768px) {
  .topbar .fui-container .social-links {
    display: none
  }
}

.topbar .fui-container .social-links a {
  padding-right: 10px
}

.fui-navbar {
  width: 100%;
  padding: 25px 15px;
  -webkit-transition: all .32s ease;
  transition: all .32s ease;
  position: relative;
  z-index: 1;
  background-color: transparent !important
}

.fui-navbar .fui-brand {
  position: relative
}

.fui-navbar .fui-brand img {
  max-width: 180px;
  z-index: 10
}

@media (max-width:768px) {
  .fui-navbar {
    padding: 15px 10px !important
  }

  .fui-navbar .fui-brand {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .fui-navbar .fui-menu li .nav-link {
    padding: 10px !important
  }
}

.fui-navbar .menu-1 {
  margin-left: 25px !important
}

.fui-navbar .menu-1 li.nav-item a {
  padding: 10px 15px !important
}

.fui-navbar .menu-1 li:last-child a:after {
  display: none
}

.fui-navbar .fui-menu {
  text-transform: uppercase
}

.fui-navbar .fui-menu .fui-btn {
  border-radius: 35px !important;
  padding: 12px 25px
}

.fui-navbar .fui-menu .nav-link {
  padding: 5px 10px !important;
  color: #fff !important;
  font-weight: 400;
  background: 0 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 17px
}

@media (max-width:768px) {
  .fui-navbar .fui-menu .nav-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
}

.fui-navbar .fui-menu .nav-link:hover {
  color: #da0 !important
}

.fui-navbar .fui-menu .active .nav-link {
  color: #da0 !important;
  font-weight: 600 !important
}

.fui-navbar .fui-menu .btn-link {
  margin-left: 25px !important
}

.fui-navbar .fui-menu .btn-link .fui-btn {
  padding: 40px 50px
}

.fui-navbar .sideNavbar .nav-item:hover a.nav-link,
.fui-navbar .sideNavbar .nav-item.active a.nav-link {
  font-weight: 600 !important;
  color: #fff !important
}

.fui-navbar .sideNavbar .nav-item a.nav-link {
  color: #fff !important
}

.fui-navbar .sideNavbar .cart-link i {
  color: #fff !important
}

.main-header.fixed-header .fui-navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  animation: topToBottom ease 2s;
  -webkit-animation: topToBottom ease 2s;
  -moz-animation: topToBottom ease 2s;
  -o-animation: topToBottom ease 2s;
  -ms-animation: topToBottom ease 2s;
  z-index: 1200;
  background-color: #000 !important;
  -webkit-filter: drop-shadow(0px 0 4px rgba(0, 0, 0, .2));
  filter: drop-shadow(0px 0 4px rgba(0, 0, 0, .2))
}

.main-header.fixed-header .fui-brand:after {
  left: -45px !important
}

.top {
  text-align: center;
  margin-bottom: 25px
}

.top .main-title {
  display: inline-block;
  border-bottom: 1px solid #189287;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  font-size: 50px
}

@media (max-width:768px) {
  .top .main-title {
    font-size: 28px
  }
}

.top .main-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: -6px;
  border-bottom: 1px solid #189287
}

section.main-hero {
  margin-top: -117.25px;
  padding-top: 150px;
  min-height: calc(100vh - 50px);
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  section.main-hero {
    margin-top: -93.9px;
    padding-top: 100px;
    text-align: center
  }
}

section.main-hero .top-title {
  color: #fff;
  font-size: 22px
}

section.main-hero .main-title {
  font-size: 80px;
  font-weight: 900;
  color: #fff
}

section.main-hero .main-title .animated-titles {
  display: inline-block;
  color: #da0
}

@media (max-width:768px) {
  section.main-hero .main-title {
    font-size: 34px
  }
}

section.main-hero .info-p {
  color: #fff;
  max-width: 600px;
  line-height: 1.8;
  font-size: 20px
}

section.main-hero .link {
  margin-top: 25px
}

@media (max-width:768px) {
  section.main-hero .card-col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 25px
  }
}

section.main-hero .card-col .card {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  overflow: hidden
}

section.main-hero .card-col .card .card-header {
  background-color: #189287;
  color: #fff;
  padding: 15px;
  text-align: center
}

section.main-hero .card-col .card .card-header .card-title {
  margin: 0;
  font-size: 28px;
  font-weight: 600
}

section.main-hero .card-col .card .card-body {
  padding: 25px
}

section.info-cards-block {
  padding: 50px 15px
}

section.info-cards-block .single-col {
  padding: 15px
}

section.info-cards-block .single-col .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #189287;
  margin-bottom: 15px
}

section.info-cards-block .single-col .title i {
  font-size: 40px;
  width: 50px
}

section.info-cards-block .single-col .title span {
  font-size: 18px;
  font-weight: 600
}

section.info-cards-block .single-col .info p {
  font-size: 16px;
  color: gray;
  line-height: 1.6
}

section.seo-hex {
  padding: 25px 15px
}

section.seo-hex .img-col img {
  width: 100%
}

section.seo-hex .info-col .main-title {
  font-weight: 600
}

section.seo-hex .info-col .info-p {
  font-size: 16px;
  line-height: 1.6;
  color: gray
}

section.seo-hex .info-col .link {
  margin-top: 25px
}

section.seo-hex .info-col .link .fui-btn {
  border-radius: 35px
}

section.our-services {
  padding: 50px 15px
}

section.our-services .sub-info {
  text-align: center;
  max-width: 600px;
  margin: 15px auto;
  color: gray;
  line-height: 1.6
}

section.our-services .row {
  margin-top: 50px
}

section.our-services .col-md-4 {
  padding-bottom: 25px
}

section.our-services .card {
  text-align: center
}

section.our-services .card .icon {
  margin-bottom: 20px
}

section.our-services .card .icon img {
  height: 130px
}

section.our-services .card .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px
}

section.our-services .card .info-p {
  line-height: 1.6;
  color: gray
}

section.our-clients {
  padding: 50px 15px;
  padding-top: 0
}

section.our-clients .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

section.our-clients .logos .img {
  max-width: 25%;
  width: 100%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px
}

@media (max-width:768px) {
  section.our-clients .logos .img {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px
  }
}

section.our-clients .logos .img img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  width: 100%
}

section.case-studies {
  padding-bottom: 50px
}

@media (max-width:768px) {
  section.case-studies {
    padding-left: 15px;
    padding-right: 15px
  }
}

section.case-studies .sub-info {
  text-align: center;
  max-width: 600px;
  margin: 15px auto;
  color: gray;
  line-height: 1.6
}

section.case-studies .owl-carousel {
  margin-top: 40px
}

section.case-studies .item a {
  display: block
}

section.case-studies .item a:hover .overlay {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

section.case-studies .item a .img {
  position: relative
}

section.case-studies .item a .img img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover
}

section.case-studies .item a .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .5);
  color: #fff
}

section.case-studies .item a .title {
  font-size: 20px;
  color: #000;
  margin-top: 15px
}

section.case-studies .links {
  text-align: center;
  margin-top: 25px
}

section.case-studies .links .fui-btn {
  border-radius: 10px;
  margin: 4px
}

@media (max-width:768px) {
  section.case-studies .links .fui-btn {
    margin-bottom: 15px;
    display: block;
    width: 100%
  }
}

section.case-studies .links .fui-btn-primary {
  border: 1px solid #189287
}

section.case-studies .links .fui-btn-white {
  color: #000;
  border: 1px solid #000
}

section.reviews {
  padding: 50px 15px
}

section.reviews .owl-carousel {
  max-width: 600px;
  margin: 25px auto;
  margin-top: 50px
}

section.reviews .owl-carousel .item {
  text-align: center
}

section.reviews .owl-carousel .item .comment {
  line-height: 1.8;
  color: gray
}

section.reviews .owl-carousel .item .stars {
  margin-bottom: 10px;
  color: gold
}

section.reviews .owl-carousel .item .name {
  color: #189287;
  font-weight: 700
}

section.reviews .owl-dots {
  margin-top: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.reviews .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #eee;
  border-radius: 50%;
  margin: 4px 6px
}

section.reviews .owl-dots .owl-dot.active {
  background-color: #189287
}

section.our-partners {
  padding-top: 50px;
  padding-bottom: 50px
}

section.our-partners .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

section.our-partners .logos .img {
  max-width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 150px
}

@media (max-width:768px) {
  section.our-partners .logos .img {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px
  }
}

section.our-partners .logos .img img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  width: 100%
}

section.home-contact {
  padding: 50px 15px;
  padding-bottom: 80px
}

section.home-contact .info-col .mini-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 0
}

section.home-contact .info-col .main-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.6
}

section.home-contact .info-col .info-p {
  line-height: 1.6;
  color: gray
}

section.home-contact .info-col .link {
  margin-top: 20px
}

section.home-contact .info-col .link i {
  font-size: 20px;
  width: 30px
}

section.home-contact .info-col .link strong {
  margin-right: 10px
}

@media (max-width:768px) {
  section.home-contact .form-col {
    padding-top: 40px
  }
}

section.home-contact .form-col form input,
section.home-contact .form-col form textarea {
  background-color: #f8f8f8;
  padding: 15px 30px;
  border-radius: 7px
}

section.home-contact .form-col form .group.d-flex {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 15px
}

@media (max-width:768px) {
  section.home-contact .form-col form .group.d-flex {
    margin-bottom: 0
  }
}

section.home-contact .form-col .map {
  height: 100%;
  width: 100%
}

section.home-contact .form-col .map iframe {
  min-height: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

footer.main-footer {
  background-color: #303030;
  padding-top: 80px
}

footer.main-footer .bottom-copy {
  background-color: #181818;
  padding: 25px;
  text-align: center;
  color: #fff
}

@media (max-width:768px) {
  footer.main-footer {
    padding-left: 15px;
    padding-right: 15px
  }
}

footer.main-footer .row {
  padding-bottom: 20px
}

footer.main-footer .col-md-3 {
  padding-bottom: 50px
}

footer.main-footer .col-md-3 .title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px
}

footer.main-footer .col-md-3 .logo {
  margin-bottom: 25px
}

footer.main-footer .col-md-3 .info-p {
  color: gray;
  font-size: 14px;
  line-height: 1.6
}

footer.main-footer .contact-col address {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px
}

footer.main-footer .contact-col a {
  display: block;
  margin-bottom: 15px
}

footer.main-footer .contact-col a i {
  width: 25px
}

.page-title-container {
  padding: 50px 15px;
  background-color: #333
}

.page-title-container .page-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  color: #fff
}

.page-title-container .line-1,
.page-title-container .line-2 {
  height: 2px;
  display: block;
  margin: auto;
  background: #fff
}

.page-title-container .line-1 {
  width: 120px;
  margin-top: 10px
}

.page-title-container .line-2 {
  margin-top: 4px;
  width: 80px
}

nav.woocommerce-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
  padding: 10px !important;
  border-top: 1px solid #ccc;
  font-size: 16px !important
}

nav.woocommerce-breadcrumb a {
  padding: 5px
}

.orderby {
  width: 150px !important
}

div#customer_details .col-2,
div#customer_details .col-1 {
  max-width: 48%
}

@media (max-width:768px) {

  div#customer_details .col-2,
  div#customer_details .col-1 {
    max-width: 100% !important
  }
}

.select2-container--default .select2-selection--single {
  padding-top: 5px
}

.select2-container--default .select2-selection--single,
select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  max-width: 100%;
  width: 100%;
  min-height: 40px;
  padding: 10px;
  background-color: #fff;
  outline: none;
  border: 1px solid silver
}

.select2-container--default .select2-selection--single:focus,
select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #189287;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 146, 135, .5);
  box-shadow: 0 0 0 2px rgba(24, 146, 135, .5)
}

.woocommerce-info {
  border-color: #189287 !important
}

.woocommerce-info:before {
  color: #189287 !important
}

.sidebar ul>li {
  margin-bottom: 20px
}

.sidebar ul ul {
  padding: 0;
  margin: 0
}

.sidebar ul ul li {
  margin: 0
}

.sidebar ul ul a {
  display: block;
  background: rgba(0, 0, 0, .1);
  padding: 10px 15px;
  color: #555;
  border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.sidebar ul ul a:hover {
  background: #189287;
  color: #fff
}

.sidebar ul ul li:last-child a {
  border: none
}

.sidebar .widget_product_search .search-field,
.sidebar .searchform>div input[type=text] {
  display: block;
  width: 100%;
  padding: 10px 15px
}

.sidebar .widget_product_search .search-field:focus,
.sidebar .searchform>div input[type=text]:focus {
  outline: none;
  border-color: #189287
}

.sidebar .widget_product_search button,
.sidebar .searchform>div input[type=submit] {
  display: block;
  padding: 10px 15px !important;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #189287 !important;
  color: #fff !important;
  background-color: #189287 !important
}

.sidebar .widget_product_search button.active,
.sidebar .widget_product_search button:focus,
.sidebar .widget_product_search button:active,
.sidebar .widget_product_search button:hover,
.sidebar .searchform>div input[type=submit].active,
.sidebar .searchform>div input[type=submit]:focus,
.sidebar .searchform>div input[type=submit]:active,
.sidebar .searchform>div input[type=submit]:hover {
  color: #fff !important;
  background-color: #11665f !important;
  border-color: #11665f !important
}

.sidebar .widget_product_search button.active,
.sidebar .widget_product_search button:focus:active,
.sidebar .widget_product_search button:focus,
.sidebar .widget_product_search button:active,
.sidebar .searchform>div input[type=submit].active,
.sidebar .searchform>div input[type=submit]:focus:active,
.sidebar .searchform>div input[type=submit]:focus,
.sidebar .searchform>div input[type=submit]:active {
  -webkit-box-shadow: 0 0 0 2px rgba(24, 146, 135, .5) !important;
  box-shadow: 0 0 0 2px rgba(24, 146, 135, .5) !important
}

.button {
  padding: 10px 15px !important;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #189287 !important;
  color: #fff !important;
  background-color: #189287 !important
}

.button.active,
.button:focus,
.button:active,
.button:hover {
  color: #fff !important;
  background-color: #11665f !important;
  border-color: #11665f !important;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 146, 135, .5) !important;
  box-shadow: 0 0 0 2px rgba(24, 146, 135, .5) !important
}

.sidebar .widgettitle {
  padding: 10px;
  margin: 0;
  background: #555;
  color: #fff;
  font-size: 18px
}

@keyframes topToBottom {
  0% {
    margin-top: -23%
  }

  100% {
    margin-top: 0
  }
}

@-webkit-keyframes topToBottom {
  0% {
    margin-top: -23%
  }

  100% {
    margin-top: 0
  }
}

section.faq {
  padding: 50px 15px;
  background-color: #f1f1f1
}

section.faq .fui-container {
  max-width: 1000px
}

section.faq .main-title {
  font-weight: 400;
  text-align: center
}

section.faq .sub-p {
  font-size: 18px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 40px
}

section.faq .fui-accordion-container {
  margin-bottom: 20px
}

section.faq .fui-accordion {
  border: 1px solid #000;
  background-color: transparent !important
}

section.faq .fui-accordion.active {
  background-color: transparent !important
}

section.faq .fui-accordion:after {
  color: #000 !important
}

section.faq .fui-panel {
  background-color: transparent
}

section.faq .fui-panel-box {
  border-top: none !important;
  border-color: #000 !important
}

section.blogs .main-col form,
section.desktop-page-experience-details .main-col form {
  max-width: 550px;
  margin: 0 auto
}

section.blogs .main-col input,
section.blogs .main-col textarea,
section.blogs .main-col select,
section.desktop-page-experience-details .main-col input,
section.desktop-page-experience-details .main-col textarea,
section.desktop-page-experience-details .main-col select {
  background-color: #f8f8f8;
  padding: 15px 30px;
  border-radius: 7px;
  border: 1px solid #dcdcdc;
  outline: none !important
}

section.blogs .main-col .privacy,
section.desktop-page-experience-details .main-col .privacy {
  padding-left: 10px;
  border-radius: 7px
}

section.blogs .main-col .privacy input,
section.desktop-page-experience-details .main-col .privacy input {
  margin-right: 5px
}

section.blogs .main-col .search .wrapper,
section.desktop-page-experience-details .main-col .search .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px;
  grid-template-columns: auto 60px;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc
}

section.blogs .main-col .search .wrapper input,
section.blogs .main-col .search .wrapper button,
section.desktop-page-experience-details .main-col .search .wrapper input,
section.desktop-page-experience-details .main-col .search .wrapper button {
  background-color: transparent;
  border: none;
  color: #6e6e6e
}

section.blogs .main-col .search .wrapper input,
section.desktop-page-experience-details .main-col .search .wrapper input {
  width: 100%
}

section.blogs .main-col .search .wrapper button,
section.desktop-page-experience-details .main-col .search .wrapper button {
  display: -ms-grid;
  display: grid;
  place-items: center
}

section.blogs .main-col .category select,
section.desktop-page-experience-details .main-col .category select {
  border-radius: 7px;
  color: #6e6e6e;
  background-color: #f8f8f8
}

section.blogs .main-row .main-col .item-row {
  margin-bottom: 60px
}

section.blogs .main-row .main-col .item-row a {
  -webkit-transition: all .3s;
  transition: all .3s
}

section.blogs .main-row .main-col .item-row .img-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  section.blogs .main-row .main-col .item-row .img-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

section.blogs .main-row .main-col .item-row .img-col a:hover {
  opacity: .5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

section.blogs .main-row .main-col .item-row .img-col img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 150px;
  width: 100%
}

section.blogs .main-row .main-col .item-row .img-col .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px
}

section.blogs .main-row .main-col .item-row .img-col .date h3 {
  margin-bottom: 0;
  font-weight: 700
}

section.blogs .main-row .main-col .item-row .img-col .date p {
  font-size: 12px;
  margin-bottom: 0
}

section.blogs .main-row .main-col .item-row p {
  line-height: 28px
}

section.blogs .main-row .main-col .item-row .text-col h2 {
  font-weight: 500
}

section.blogs .main-row .main-col .item-row .text-col p {
  margin-bottom: 20px
}

section.blogs .main-row .main-col .page-navigation li {
  margin: 0 5px
}

section.blogs .main-row .main-col .page-navigation li a {
  background-color: #e8e8e8;
  padding: 10px 15px;
  color: #929292;
  border-radius: 3px;
  font-weight: 700
}

section.blogs .main-row .main-col .page-navigation li a.active,
section.blogs .main-row .main-col .page-navigation li a:hover {
  background-color: #189287;
  color: #fff
}

section.seo-company .main-row {
  margin-top: 150px;
  row-gap: 80px
}

@media (max-width:768px) {
  section.seo-company .main-row {
    margin-top: 50px;
    row-gap: 40px
  }
}

section.seo-company .main-row .item-row {
  row-gap: 20px
}

@media (min-width:768px) {
  section.seo-company h1 {
    margin-top: 100px
  }
}

section.seo-company h1,
section.seo-company h2 {
  position: relative
}

section.seo-company h1:after,
section.seo-company h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background-color: #189287
}

section.seo-company h2 {
  margin-bottom: 30px;
  padding-bottom: 30px
}

section.seo-company img {
  max-height: 250px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 250px;
  width: 100%
}

@media (max-width:768px) {
  section.seo-company img {
    max-width: 220px
  }
}

section.seo-company p {
  line-height: 28px
}

section.seo-inc-featured {
  background-color: #f8f8f8;
  padding: 4rem 0
}

@media (max-width:768px) {
  section.seo-inc-featured {
    padding: 2rem 0
  }
}

section.seo-inc-featured h1 {
  position: relative;
  color: #383838
}

section.seo-inc-featured h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background-color: #189287
}

section.seo-inc-featured ul {
  list-style: disc
}

section.seo-inc-featured ul li {
  margin-bottom: 10px
}

section.start-conversation .row .group {
  margin-bottom: 5px
}

section.start-conversation .row form input,
section.start-conversation .row form textarea {
  background-color: #f8f8f8;
  padding: 15px 30px;
  border-radius: 7px
}

section.start-conversation .row .map {
  height: 100%;
  width: 100%
}

section.start-conversation .row .map iframe {
  min-height: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

section.internet-marketing-services-about .row .img-col h1 {
  padding-bottom: 2ch;
  position: relative;
  margin-bottom: 1ch
}

section.internet-marketing-services-about .row .img-col h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 5ch;
  background-color: #189287
}

section.internet-marketing-services-about .row .img-col img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 600px
}

section.internet-marketing-services-about .row .text-col p {
  line-height: 28px;
  color: #383838;
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto
}

section.internet-marketing-services-service h1 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px
}

section.internet-marketing-services-service h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 10ch;
  background-color: #189287
}

section.internet-marketing-services-service p {
  color: #6e6e6e;
  max-width: 60ch;
  text-align: center;
  margin: 0 auto;
  line-height: 28px
}

section.internet-marketing-services-service .row {
  row-gap: 40px
}

section.internet-marketing-services-service .row .item-col .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 10px
}

section.internet-marketing-services-service .row .item-col .content a.item-img {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s
}

section.internet-marketing-services-service .row .item-col .content a.item-img:hover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  font-size: 16px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5)
}

section.internet-marketing-services-service .row .item-col .content img {
  max-width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  margin-bottom: 5px
}

section.internet-marketing-services-service .row .item-col .content h4,
section.internet-marketing-services-service .row .item-col .content a {
  margin-bottom: 0;
  font-size: 15px;
  color: #383838;
  font-weight: 600
}

section.internet-marketing-services-service .row .item-col .content p {
  font-size: 13px;
  line-height: 20px;
  max-width: 40ch
}

section.services-include {
  background-color: #f9f9f9
}

section.services-include h3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
  grid-template-columns: 40px auto
}

section.services-include h3 i {
  color: #6e6e6e;
  font-size: 25px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px)
}

section.services-include p {
  color: #6e6e6e;
  line-height: 28px;
  font-size: 15px
}

.single-product-top {
  padding-top: 25px;
  padding-bottom: 25px
}

@media (max-width:768px) {
  .single-product-top {
    padding-top: 0
  }
}

.single-product-top .fui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.single-product-top .fui-container>div {
  width: 100%
}

@media (max-width:768px) {
  .single-product-top .fui-container .image-slider {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0
  }
}

.single-product-top .top-right .info-col {
  padding-left: 0 !important
}

.single-product-top .top-right .info-col .title {
  font-size: 28px;
  font-weight: 600
}

.single-product-top .top-right .info-col .desc ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.single-product-top .top-right .info-col .desc ul li {
  padding-right: 25px
}

.single-product-top .top-right .info-col .desc ul li:last-child {
  padding-right: 0
}

.single-product-top .top-right .info-col .desc ul li:last-child:after {
  display: none !important
}

.single-product-top .top-right .info-col .desc ul li:after {
  content: "|";
  margin-left: 25px;
  display: inline-block
}

.single-product-top .top-right .pricing-col {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.single-product-top .top-right .pricing-col .pricing {
  font-size: 28px;
  padding-right: 25px;
  font-weight: 600
}

.single-product-top .top-right .pricing-col .fui-btn {
  padding: 15px 35px;
  border-radius: 5px
}

@media (max-width:768px) {
  .single-product-top .top-right {
    padding: 15px !important;
    text-align: center
  }

  .single-product-top .top-right .desc ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .single-product-top .top-right .desc ul li {
    font-size: 14px
  }

  .single-product-top .top-right .pricing-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .single-product-top .top-right .pricing-col .rent-nowcol {
    margin-top: 15px;
    width: 100%
  }

  .single-product-top .top-right .pricing-col .rent-nowcol .fui-btn {
    display: block
  }
}

.single-product-top .image-slider {
  margin-top: 10px
}

section.work-we-have-done h1 {
  position: relative
}

@media (min-width:768px) {
  section.work-we-have-done h1 {
    margin-top: 100px
  }
}

section.work-we-have-done h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 10ch;
  background-color: #189287
}

section.work-we-have-done p {
  color: #6e6e6e;
  line-height: 28px
}

section.work-we-have-done .row {
  row-gap: 40px
}

section.work-we-have-done .row .item-col img {
  max-width: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

ul {
  list-style: none
}

section.main-hero.new-page {
  min-height: unset !important;
  background-color: #212121
}

section.main-hero.new-page.industries-hero {
  position: relative
}

section.main-hero.new-page.industries-hero .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

section.main-hero.new-page.industries-hero .fui-container {
  position: relative;
  z-index: 1
}

@media (min-width:992px) {
  section.main-hero.new-page.industries-hero .fs-md-80 {
    font-size: 100px
  }

  section.main-hero.new-page.industries-hero .content {
    padding: 100px 0 !important
  }
}

section.main-hero.new-page.industries-hero .fui-btn-button-white {
  border-radius: 5px !important;
  color: #000
}

@media (min-width:992px) {
  section.main-hero.new-page.industries-hero .fui-btn-button-white {
    padding: 22px 50px;
    font-size: 28px
  }
}

section.main-hero.new-page.industries-hero .fui-btn-button-white:hover {
  color: #fff
}

.text-black {
  color: #383838 !important
}

.fs-18 {
  font-size: 18px
}

.fs-14 {
  font-size: 14px
}

.fs-20 {
  font-size: 20px
}

.fs-22 {
  font-size: 22px
}

.fs-24 {
  font-size: 24px
}

.fs-30 {
  font-size: 30px
}

.fs-40 {
  font-size: 40px
}

.fs-50 {
  font-size: 50px
}

@media (max-width:992px) {
  .fs-lg-30 {
    font-size: 30px
  }

  .fs-lg-40 {
    font-size: 40px
  }
}

@media (max-width:768px) {
  .fs-md-14 {
    font-size: 14px
  }

  .fs-md-20 {
    font-size: 20px
  }

  .fs-md-22 {
    font-size: 22px
  }

  .fs-md-24 {
    font-size: 24px
  }

  .fs-md-30 {
    font-size: 30px
  }

  .fs-md-40 {
    font-size: 40px
  }
}

@media (max-width:576px) {
  .fs-sm-16 {
    font-size: 16px
  }

  .fs-sm-20 {
    font-size: 20px
  }

  .fs-sm-22 {
    font-size: 20px
  }

  .fs-sm-24 {
    font-size: 24px
  }

  .fs-sm-30 {
    font-size: 30px
  }
}

.row {
  row-gap: 30px
}

.grid-center {
  display: -ms-grid;
  display: grid;
  place-items: center
}

.breadcrumb {
  list-style: none;
  margin-bottom: 40px
}

@media (max-width:768px) {
  .breadcrumb {
    margin-bottom: 20px
  }
}

.breadcrumb li {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center
}

.breadcrumb li:not(:first-child) {
  padding-top: 2px;
  margin-right: 0;
  padding-left: 25px
}

.breadcrumb li:not(:first-child):before {
  content: ">>";
  position: absolute;
  left: 5px;
  top: 50%;
  font-size: 14px;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%)
}

section.get-in-touch h3 {
  position: relative
}

section.get-in-touch h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #189287;
  left: 0;
  z-index: 1
}

section.get-in-touch h3 span {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 25px
}

section.get-in-touch p {
  color: #6e6e6e;
  line-height: 28px
}

section.get-in-touch .row {
  padding-top: 50px
}

@media (max-width:768px) {
  section.get-in-touch .row {
    padding-top: 0 !important
  }
}

@media (max-width:768px) {

  section.get-in-touch .row .text-col,
  section.get-in-touch .row form {
    max-width: 500px;
    margin: 0 auto
  }
}

@media (max-width:768px) {
  section.get-in-touch .row .text-col {
    padding: 0 15px !important
  }
}

section.get-in-touch h6 {
  letter-spacing: 5px;
  margin-bottom: 1.8rem
}

section.get-in-touch ul {
  margin-top: 30px
}

section.get-in-touch ul li span {
  margin-right: 10px
}

section.get-in-touch ul li span i {
  margin-right: 5px
}

section.get-in-touch form .group {
  padding: 10px 0 !important
}

section.get-in-touch form .group.d-flex {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 15px;
  margin-bottom: 15px
}

@media (max-width:768px) {
  section.get-in-touch form .group.d-flex {
    margin-bottom: 0
  }
}

section.get-in-touch form .group input,
section.get-in-touch form .group textarea {
  background-color: #f8f8f8;
  padding: 15px 20px;
  outline: none !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 7px
}

section.get-in-touch form .group input::-webkit-input-placeholder,
section.get-in-touch form .group textarea::-webkit-input-placeholder {
  color: #6e6e6e
}

section.get-in-touch form .group input::-moz-placeholder,
section.get-in-touch form .group textarea::-moz-placeholder {
  color: #6e6e6e
}

section.get-in-touch form .group input:-ms-input-placeholder,
section.get-in-touch form .group textarea:-ms-input-placeholder {
  color: #6e6e6e
}

section.get-in-touch form .group input::-ms-input-placeholder,
section.get-in-touch form .group textarea::-ms-input-placeholder {
  color: #6e6e6e
}

section.get-in-touch form .group input::placeholder,
section.get-in-touch form .group textarea::placeholder {
  color: #6e6e6e
}

section.desktop-page-experience-hero {
  padding-bottom: 10px
}

section.desktop-page-experience-hero .relative {
  position: relative
}

section.desktop-page-experience-hero ul a {
  font-size: 12px;
  color: #fff !important
}

section.desktop-page-experience-hero .date {
  position: absolute;
  left: 0;
  top: 10px;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px
}

section.desktop-page-experience-hero .date h3 {
  margin-bottom: 0;
  font-weight: 700;
  color: #fff
}

section.desktop-page-experience-hero .date p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0
}

section.desktop-page-experience-details .social-links .fui-btn {
  padding: 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden
}

section.desktop-page-experience-details .social-links .fui-btn:hover {
  -webkit-filter: brightness(.9);
  filter: brightness(.9)
}

section.desktop-page-experience-details .social-links .fui-btn.facebook {
  background-color: #1877f2
}

section.desktop-page-experience-details .social-links .fui-btn.facebook i {
  background-color: #166bd9
}

section.desktop-page-experience-details .social-links .fui-btn.twitter {
  background-color: #1da1f2
}

section.desktop-page-experience-details .social-links .fui-btn.twitter i {
  background-color: #1a91d9
}

section.desktop-page-experience-details .social-links .fui-btn.linkedin {
  background-color: #2867b2
}

section.desktop-page-experience-details .social-links .fui-btn.linkedin i {
  background-color: #245da0
}

section.desktop-page-experience-details .social-links .fui-btn i {
  color: #fff;
  height: 35px;
  width: 35px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 18px
}

section.desktop-page-experience-details .social-links .fui-btn span {
  font-size: 14px
}

section.desktop-page-experience-details p,
section.desktop-page-experience-details li,
section.desktop-page-experience-details a {
  line-height: 28px
}

section.desktop-page-experience-details p,
section.desktop-page-experience-details li {
  color: #6e6e6e
}

.line-x {
  position: relative;
  padding: 0 15px;
  width: 100%
}

.line-x span {
  position: relative;
  z-index: 3
}

.line-x:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  left: 0;
  bottom: .8ch;
  z-index: 1
}

.line-x:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 15ch;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

section.careers h1 {
  position: relative
}

section.careers h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 5ch;
  background-color: #189287
}

section.careers p {
  line-height: 28px
}

section.our-mission p {
  line-height: 28px
}

section.our-mission .line-x:after {
  width: 20ch
}

section.our-mission .line-x:before {
  background-color: #189287
}

section.purpose-desc {
  background-color: #fcfcfc
}

@media (max-width:768px) {
  section.purpose-desc {
    padding-top: 0 !important
  }
}

section.purpose-desc p {
  line-height: 28px
}

section.ceo p {
  line-height: 28px
}

section.ceo .img-col {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:768px) {
  section.ceo .img-col {
    display: -ms-grid;
    display: grid;
    place-items: center
  }
}

section.our-team .border-b-muted {
  position: relative
}

section.our-team .border-b-muted:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: gray;
  height: 4px;
  width: 3ch
}

section.our-team p {
  line-height: 28px
}

section.our-team .row .img-col img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

section.about-seo-inc .fui-container,
section.more-then-seo-company .fui-container,
section.about-seo-inc-details .fui-container,
section.about-seo-inc-agency .fui-container {
  padding-left: 10px;
  padding-right: 10px
}

section.about-seo-inc .border-b-primary,
section.more-then-seo-company .border-b-primary,
section.about-seo-inc-details .border-b-primary,
section.about-seo-inc-agency .border-b-primary {
  position: relative
}

section.about-seo-inc .border-b-primary:after,
section.more-then-seo-company .border-b-primary:after,
section.about-seo-inc-details .border-b-primary:after,
section.about-seo-inc-agency .border-b-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #189287;
  height: 3px;
  width: 5ch
}

section.about-seo-inc p,
section.about-seo-inc li,
section.more-then-seo-company p,
section.more-then-seo-company li,
section.about-seo-inc-details p,
section.about-seo-inc-details li,
section.about-seo-inc-agency p,
section.about-seo-inc-agency li {
  line-height: 28px
}

section.about-seo-inc .img-col img,
section.more-then-seo-company .img-col img,
section.about-seo-inc-details .img-col img,
section.about-seo-inc-agency .img-col img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

section.more-then-seo-company,
section.about-seo-inc-agency {
  background-color: #e6e6e6
}

section.more-then-seo-company .img-col img,
section.about-seo-inc-agency .img-col img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 500px
}

section.more-then-seo-company ul li p,
section.about-seo-inc-agency ul li p {
  margin-bottom: 5px
}

section.testimonials .border-b-primary {
  position: relative
}

section.testimonials .border-b-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #189287;
  height: 4px;
  width: 3ch
}

section.testimonials p {
  line-height: 28px
}

section.testimonials .row {
  row-gap: 100px
}

@media (max-width:768px) {
  section.testimonials .row {
    row-gap: 60px
  }
}

section.testimonials .row .item-col .content {
  border-bottom: 1px solid #e6e6e6
}

section.testimonials .row .item-col .content p {
  padding-top: 0 !important
}

section.testimonials .row .item-col .content p.mb-5 {
  margin-bottom: 30px !important
}

section.case-studies p,
section.case-studies-items p {
  line-height: 28px
}

section.case-studies .row,
section.case-studies-items .row {
  row-gap: 0
}

section.case-studies .row img,
section.case-studies-items .row img {
  max-width: 300px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

section.case-studies .row .item-col,
section.case-studies-items .row .item-col {
  padding: 0 !important
}

section.case-studies .row .item-col .card,
section.case-studies-items .row .item-col .card {
  padding: 20px 40px;
  max-width: 600px;
  margin: 0 auto
}

section.case-studies .row .item-col .card .card-head,
section.case-studies-items .row .item-col .card .card-head {
  display: -ms-grid;
  display: grid;
  place-items: center
}

section.our-clients p {
  line-height: 28px
}

section.our-clients .border-b-primary {
  position: relative
}

section.our-clients .border-b-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #189287;
  height: 4px;
  width: 3ch
}

section.our-clients .border-b-primary.center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3ch
}

section.our-clients img {
  max-width: 150px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

section.our-clients .row ul,
section.our-clients .our-partners ul,
section.our-clients .client-case-studies ul,
section.our-clients .client-brand-list ul {
  row-gap: 20px
}

section.our-clients .row ul li,
section.our-clients .our-partners ul li,
section.our-clients .client-case-studies ul li,
section.our-clients .client-brand-list ul li {
  padding: 0 10px;
  width: 33%;
  display: -ms-grid;
  display: grid;
  place-items: center
}

@media (max-width:576px) {

  section.our-clients .row ul li,
  section.our-clients .our-partners ul li,
  section.our-clients .client-case-studies ul li,
  section.our-clients .client-brand-list ul li {
    width: 50%
  }
}

section.our-clients .owl-carousel .item-col {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.our-clients .owl-carousel .item-col .wrapper {
  position: relative
}

section.our-clients .owl-carousel .item-col .wrapper span {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: red;
  background-color: rgba(0, 0, 0, .3)
}

section.our-clients .owl-carousel .item-col .wrapper:hover span {
  opacity: 1
}

section.our-clients .owl-carousel .item-col .wrapper:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

section.our-clients .owl-carousel .item-col img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 300px
}

section.our-clients .client-case-studies .border-b-primary:after {
  width: 8ch;
  height: 2px
}

section.our-clients .client-case-studies p {
  max-width: 50ch;
  margin: 0 auto
}

@media (max-width:576px) {
  section.our-clients a.fui-btn {
    padding: 12px 20px
  }
}

section.seo-services h1 .border-b-primary {
  position: relative
}

section.seo-services h1 .border-b-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #189287;
  height: 3px;
  width: 5ch
}

section.seo-services,
section.more-then-seo-agency,
section.seo-services-experience,
section.part-of-your-seo-service,
section.seo-strategy,
section.seo-services-faq {
  overflow: hidden
}

section.seo-services .fui-container,
section.more-then-seo-agency .fui-container,
section.seo-services-experience .fui-container,
section.part-of-your-seo-service .fui-container,
section.seo-strategy .fui-container,
section.seo-services-faq .fui-container {
  padding-left: 10px;
  padding-right: 10px
}

section.seo-services.bg-light,
section.more-then-seo-agency.bg-light,
section.seo-services-experience.bg-light,
section.part-of-your-seo-service.bg-light,
section.seo-strategy.bg-light,
section.seo-services-faq.bg-light {
  background-color: #f9f9f9 !important
}

section.seo-services p,
section.seo-services li,
section.more-then-seo-agency p,
section.more-then-seo-agency li,
section.seo-services-experience p,
section.seo-services-experience li,
section.part-of-your-seo-service p,
section.part-of-your-seo-service li,
section.seo-strategy p,
section.seo-strategy li,
section.seo-services-faq p,
section.seo-services-faq li {
  line-height: 28px
}

section.seo-strategy .line-x:after {
  width: 40ch
}

section.seo-strategy .line-x:before {
  background-color: #189287
}

section.seo-services-faq .line-x:after {
  width: 17ch;
  height: 2.5ch;
  background-color: #f9f9f9 !important;
  top: 0
}

section.seo-services-faq .line-x:before {
  background-color: #189287;
  top: 1.2ch
}

section.seo-services-faq .line-x i {
  position: relative
}

section.seo-services-faq .fui-accordion {
  background-color: #f3f3f3 !important
}

section.seo-services-faq .fui-accordion .content {
  background-color: #f9f9f9 !important
}

section.seo-services-faq .fui-accordion .fui-panel-box {
  border: none !important
}

section.search-engine-optimization,
section.search-engine-optimization-services {
  background-attachment: fixed
}

section.search-engine-optimization .fui-container,
section.search-engine-optimization-services .fui-container {
  padding-left: 10px;
  padding-right: 10px
}

section.search-engine-optimization p,
section.search-engine-optimization li,
section.search-engine-optimization-services p,
section.search-engine-optimization-services li {
  line-height: 28px
}

section.search-engine-optimization .border-b-primary,
section.search-engine-optimization-services .border-b-primary {
  position: relative
}

section.search-engine-optimization .border-b-primary:after,
section.search-engine-optimization-services .border-b-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #189287;
  height: 3px;
  width: 10ch
}

@media (max-width:768px) {

  section.search-engine-optimization .item-row .img-col,
  section.search-engine-optimization-services .item-row .img-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  section.search-engine-optimization .item-row .text-col,
  section.search-engine-optimization-services .item-row .text-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

section.search-engine-optimization .item-row .text-col,
section.search-engine-optimization-services .item-row .text-col {
  background-color: #f9f9f9 !important
}

section.search-engine-optimization .item-row .text-col h2,
section.search-engine-optimization .item-row .text-col h3,
section.search-engine-optimization-services .item-row .text-col h2,
section.search-engine-optimization-services .item-row .text-col h3 {
  font-weight: 500
}

section.search-engine-optimization-cta {
  background-attachment: fixed
}

section.search-engine-optimization-cta p {
  color: #d3d3d3;
  margin-bottom: 5px
}

section.search-engine-optimization-core-web-vitals img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 800px
}

section.search-engine-optimization-core-web-vitals .fui-container,
section.seo-specialists .fui-container {
  padding-left: 10px;
  padding-right: 10px
}

section.search-engine-optimization-core-web-vitals .spacing,
section.seo-specialists .spacing {
  letter-spacing: 5px
}

section.search-engine-optimization-core-web-vitals p,
section.search-engine-optimization-core-web-vitals li,
section.seo-specialists p,
section.seo-specialists li {
  line-height: 28px
}

section.seo-specialists {
  background-color: #f9f9f9
}

section.seo-specialists ul {
  list-style-type: disc
}

@media (min-width:992px) {
  .fs-md-80 {
    font-size: 80px
  }
}

section.lms-industries-cards .title-bar {
  margin-bottom: 70px
}

section.lms-industries-cards .title-bar .main-title {
  font-size: 40px;
  font-weight: 300
}

@media (max-width:768px) {
  section.lms-industries-cards .title-bar .main-title {
    line-height: 1.6;
    font-size: 28px
  }
}

section.lms-industries-cards .title-bar .underline {
  border-bottom: 4px solid #189287
}

section.lms-industries-cards .title-bar strong {
  margin-left: 15px
}

@media (min-width:1400px) {
  section.lms-industries-cards .fui-container {
    max-width: 80%
  }
}

section.lms-industries-cards .single-col {
  text-align: center
}

section.lms-industries-cards .single-col .card {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px
}

section.lms-industries-cards .single-col .card .icon {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.lms-industries-cards .single-col .card .icon img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain
}

section.lms-industries-cards .single-col .card .title {
  font-weight: 500;
  color: #000;
  font-size: 28px
}

section.lms-industries-cards .single-col .card .info-p {
  font-size: 15px;
  line-height: 1.6;
  color: gray
}

section.lms-industries-cards .single-col .card:hover {
  background-color: #189287;
  border-color: #189287;
  -webkit-box-shadow: 0 0 15px 0 rgba(24, 146, 135, .8);
  box-shadow: 0 0 15px 0 rgba(24, 146, 135, .8)
}

section.lms-industries-cards .single-col .card:hover .icon img {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10)
}

section.lms-industries-cards .single-col .card:hover .title {
  color: #fff
}

section.lms-industries-cards .single-col .card:hover .info-p {
  color: #fff
}

section.about-us-industry {
  background-color: #f8f8f8;
  padding: 100px 15px 180px
}

@media (min-width:992px) {
  section.about-us-industry .fui-container {
    max-width: 80%
  }
}

@media (max-width:768px) {
  section.about-us-industry {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

section.about-us-industry .img-col .card {
  height: 100% !important
}

section.about-us-industry .img-col .img {
  height: 100%
}

@media (max-width:768px) {
  section.about-us-industry .img-col .img {
    display: none !important
  }
}

section.about-us-industry .img-col .img img {
  max-width: 550px;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px
}

section.about-us-industry .img-col .content {
  background-color: rgba(0, 128, 128, .8);
  margin-top: -260px;
  position: relative;
  z-index: 10;
  max-width: 450px;
  margin-left: auto;
  padding: 40px;
  border-radius: 5px;
  position: relative
}

@media (max-width:768px) {
  section.about-us-industry .img-col .content {
    max-width: 100%;
    margin-top: 0;
    margin-right: auto
  }
}

section.about-us-industry .img-col .content:after {
  content: "";
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 5px
}

section.about-us-industry .img-col .content .icon {
  margin-bottom: 25px
}

section.about-us-industry .img-col .content .icon img {
  max-width: 80px
}

section.about-us-industry .img-col .content .title {
  color: #fff;
  font-weight: 200;
  font-size: 32px
}

section.about-us-industry .img-col .content .title strong {
  color: #ef8f5a;
  font-weight: 600;
  text-transform: uppercase
}

@media (max-width:768px) {
  section.about-us-industry .img-col .content .title {
    font-size: 22px
  }
}

section.about-us-industry .img-col .content .link {
  margin-top: 25px
}

section.about-us-industry .img-col .content .link a {
  color: #fff;
  font-weight: 300
}

section.about-us-industry .img-col .content .link a i {
  margin-left: 10px
}

section.about-us-industry .img-col .content .link a:hover {
  color: #da0
}

section.about-us-industry .info-col {
  padding-left: 25px
}

@media (max-width:768px) {
  section.about-us-industry .info-col {
    padding-left: 15px
  }
}

section.about-us-industry .info-col .mini-title {
  font-size: 20px;
  color: #189287;
  margin-bottom: 10px;
  font-weight: 600
}

section.about-us-industry .info-col .main-title {
  font-size: 44px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 30px
}

@media (max-width:768px) {
  section.about-us-industry .info-col .main-title {
    font-size: 28px
  }
}

section.about-us-industry .info-col .info-p p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: gray;
  font-weight: 300
}

section.about-us-industry .info-col ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

section.about-us-industry .info-col ul li .icon {
  width: 40px
}

section.about-us-industry .info-col ul li .info p {
  font-size: 18px;
  color: #000
}

section.lms-process {
  background-color: #075953;
  padding: 100px 15px
}

@media (max-width:768px) {
  section.lms-process {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

section.lms-process .title-bar {
  margin-bottom: 70px
}

section.lms-process .title-bar .main-title {
  font-size: 40px;
  font-weight: 300;
  color: #fff
}

@media (max-width:768px) {
  section.lms-process .title-bar .main-title {
    line-height: 1.6;
    font-size: 28px
  }
}

section.lms-process .title-bar .underline {
  border-bottom: 4px solid #fff
}

section.lms-process .title-bar strong {
  margin-left: 15px
}

@media (min-width:992px) {
  section.lms-process .fui-container {
    max-width: 90%
  }
}

@media (max-width:1400px) {
  section.lms-process .fui-container {
    max-width: 100%
  }
}

section.lms-process .row {
  margin-top: 180px
}

@media (max-width:1100px) {
  section.lms-process .row {
    margin-left: -30px;
    margin-top: 50px
  }
}

section.lms-process .single-col .card {
  position: relative
}

@media (max-width:1100px) {
  section.lms-process .single-col .card {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }
}

section.lms-process .single-col .card .info {
  position: relative;
  z-index: 1;
  max-width: 330px
}

@media (max-width:1400px) {
  section.lms-process .single-col .card .info {
    max-width: 300px
  }
}

section.lms-process .single-col .card .info .title {
  font-size: 28px;
  font-weight: 600;
  color: #fff
}

section.lms-process .single-col .card .info .info-p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff
}

section.lms-process .single-col .card .step-shape {
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important
}

@media (max-width:1100px) {
  section.lms-process .single-col .card .step-shape {
    right: -40px
  }
}

section.lms-process .single-col .card .step-shape img {
  height: 100% !important;
  -webkit-transform: scale(2);
  transform: scale(2);
  margin-right: 60px;
  -webkit-filter: drop-shadow(15px 0px 15px rgba(0, 0, 0, .2));
  filter: drop-shadow(15px 0px 15px rgba(0, 0, 0, .2))
}

@media (max-width:1400px) {
  section.lms-process .single-col .card .step-shape img {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    margin-right: 40px
  }
}

@media (max-width:1100px) {
  section.lms-process .single-col .card .step-shape img {
    margin-right: 0
  }
}

section.lms-process .single-col .card .step-shape .step-no {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #075953
}

@media (max-width:1400px) {
  section.lms-process .single-col .card .step-shape .step-no {
    right: 20px
  }
}

@media (max-width:1100px) {
  section.lms-process .single-col .card .step-shape .step-no {
    right: -20px
  }
}

section.lms-process .outer-title {
  margin-top: 150px;
  font-weight: 200;
  font-size: 50px;
  color: #fff
}

@media (max-width:768px) {
  section.lms-process .outer-title {
    font-size: 28px;
    margin-top: 50px;
    padding: 0 15px
  }
}

section.lms-process .fui-btn {
  color: #000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 50px
}

section.lms-industry-cta {
  padding: 100px 15px
}

@media (min-width:992px) {
  section.lms-industry-cta .fui-container {
    max-width: 80%
  }
}

@media (max-width:768px) {
  section.lms-industry-cta {
    background-position: center left;
    text-align: center
  }
}

section.lms-industry-cta .info-p,
section.lms-industry-cta p,
section.lms-industry-cta .main-title {
  color: #fff;
  line-height: 1.8
}

section.lms-industry-cta .info-p,
section.lms-industry-cta .info-p p {
  font-size: 20px
}

@media (max-width:768px) {

  section.lms-industry-cta .info-p,
  section.lms-industry-cta .info-p p {
    font-size: 16px
  }
}

@media (max-width:768px) {
  section.lms-industry-cta .main-title {
    line-height: 1.4
  }
}

section.lms-industry-cta .fui-btn {
  color: #000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 50px
}

section.lms-featured {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6f6f6
}

section.lms-featured .title-bar {
  margin-bottom: 40px
}

section.lms-featured .title-bar .main-title {
  font-size: 40px;
  font-weight: 300
}

@media (max-width:768px) {
  section.lms-featured .title-bar .main-title {
    line-height: 1.6;
    font-size: 28px
  }
}

section.lms-featured .title-bar .underline {
  border-bottom: 4px solid #189287;
  color: #333
}

section.lms-featured .title-bar strong {
  margin-left: 15px;
  font-weight: 600
}

section.lms-featured .row {
  padding-top: 25px
}

section.lms-featured .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px
}

section.lms-featured .col-md-3 img {
  mix-blend-mode: multiply
}

@media (max-width:768px) {
  section.lms-featured .col-md-3 img {
    max-width: 80px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }
}

section.lms-discover {
  padding: 100px 15px
}

@media (min-width:992px) {
  section.lms-discover .fui-container {
    max-width: 85%
  }
}

@media (max-width:768px) {
  section.lms-discover {
    padding: 25px 15px;
    text-align: center
  }
}

section.lms-discover .info-col .card {
  background-color: #075953;
  padding: 80px;
  border-radius: 10px;
  color: #fff
}

@media (max-width:768px) {
  section.lms-discover .info-col .card {
    padding: 25px
  }
}

section.lms-discover .info-col .card .info-p p {
  font-size: 20px;
  line-height: 1.6
}

@media (max-width:768px) {
  section.lms-discover .info-col .card .info-p p {
    font-size: 16px
  }
}

.near-me-sub-info {
  line-height: 1.5;
  text-align: center;
  margin-left: 15%;
  margin-right: 15%
}

@media (max-width:768px) {
  section.lms-discover .info-col .card .main-title {
    font-size: 24px
  }

  .near-me-sub-info {
    max-width: 100%;
    line-height: 1.5;
    text-align: center;
    margin-left: 0;
    margin-right: 0
  }
}

section.lms-discover .info-col .card .link .fui-btn {
  color: #000;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 50px
}

section.reviews.industry-review {
  background-color: #f6f6f6 !important;
  padding: 80px 15px
}

@media (min-width:992px) {
  section.reviews.industry-review .fui-container {
    max-width: 80%
  }
}

section.reviews.industry-review .text-primary {
  color: #075953
}

section.reviews.industry-review .title-bar {
  margin-bottom: 70px
}

section.reviews.industry-review .title-bar .main-title {
  font-size: 40px;
  font-weight: 300
}

@media (max-width:768px) {
  section.reviews.industry-review .title-bar .main-title {
    line-height: 1.6;
    font-size: 28px
  }
}

section.reviews.industry-review .title-bar .underline {
  border-bottom: 4px solid #189287;
  color: #333
}

section.reviews.industry-review .title-bar strong {
  margin-left: 15px;
  font-weight: 600
}

section.reviews.industry-review .owl-carousel {
  max-width: 100%
}

section.reviews.industry-review .item i {
  color: #ffd000
}

section.reviews.industry-review .item .name {
  font-size: 28px
}

section.reviews.industry-review .item .job {
  color: gray
}

.hash-selected {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  padding: 20px
}

.hash-selected .item-img img {
  filter: brightness(0) invert(1)
}

.hash-selected .text-black {
  color: #fff !important
}

.hash-selected .content p {
  max-width: 100% !important
}

.internet-marketing-services-row .links {
  display: none
}

.hash-selected .links {
  display: block
}

.internet-marketing-services-row .links {
  text-align: center;
  margin-top: 25px
}

.internet-marketing-services-row .links .fui-btn {
  border-radius: 10px;
  margin: 4px
}

.internet-marketing-services-row .links .fui-btn-white {
  color: #000;
  border: 1px solid #000
}

.internet-marketing-services-row .links .fui-btn-primary {
  border: 1px solid #189287
}

.new-marketing-cta {
  display: none
}

.page-template-template-contact section.faq {
  background-color: #116e66;
  color: #fff !important
}

#cursor {
  animation: 1s blinker linear infinite;
  -webkit-animation: 1s blinker linear infinite;
  -moz-animation: 1s blinker linear infinite
}

@keyframes blinker {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

section.lms-partners-cards .title-bar {
  margin-bottom: 70px
}

section.lms-partners-cards .title-bar .main-title {
  font-size: 40px;
  font-weight: 300
}

@media (max-width:768px) {
  section.lms-partners-cards .title-bar .main-title {
    line-height: 1.6;
    font-size: 28px
  }
}

section.lms-partners-cards .title-bar .sub-p {
  max-width: 800px;
  margin: 15px auto;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 2px solid #189287
}

@media (min-width:1400px) {
  section.lms-partners-cards .fui-container {
    max-width: 80%
  }
}

section.lms-partners-cards .single-col {
  text-align: center
}

section.lms-partners-cards .single-col .card {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px
}

section.lms-partners-cards .single-col .card .icon {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.lms-partners-cards .single-col .card .icon img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain
}

section.lms-partners-cards .single-col .card .title {
  font-weight: 300;
  color: #000;
  font-size: 24px
}

section.lms-partners-cards .single-col .card .info-p {
  font-size: 15px;
  line-height: 1.6;
  color: gray
}

section.lms-partners-cards .single-col .card:hover {
  background-color: #189287;
  border-color: #189287;
  -webkit-box-shadow: 0 0 15px 0 rgba(24, 146, 135, .8);
  box-shadow: 0 0 15px 0 rgba(24, 146, 135, .8)
}

section.lms-partners-cards .single-col .card:hover .icon img {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10)
}

section.lms-partners-cards .single-col .card:hover .title {
  color: #fff
}

section.lms-partners-cards .single-col .card:hover .info-p {
  color: #fff
}

section.partner-why-do {
  position: relative;
  padding: 100px 50px 0;
  background-color: #f4f7fe
}

@media (max-width:768px) {
  section.partner-why-do {
    padding: 25px 10px
  }

  section.partner-why-do .info-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  section.partner-why-do .row {
    gap: 0
  }
}

section.partner-why-do .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section.partner-why-do .info-col .content {
  background-color: #fff;
  padding: 50px;
  min-width: 600px;
  position: relative;
  z-index: 1;
  margin-left: 200px;
  margin-right: -350px
}

@media (max-width:1400px) {
  section.partner-why-do .info-col .content {
    margin-right: 0 !important;
    margin-left: 0
  }
}

@media (max-width:768px) {
  section.partner-why-do .info-col .content {
    min-width: auto;
    padding: 25px
  }
}

section.partner-why-do .info-col .content .main-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333
}

@media (max-width:768px) {
  section.partner-why-do .info-col .content .main-title {
    font-size: 24px
  }
}

section.partner-why-do .info-col .content .info-p {
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6
}

section.partner-why-do .info-col .content .link a {
  border-radius: 5px
}

section.partner-why-do .img-col img {
  width: 100%
}

@media (max-width:768px) {
  section.partner-cta-1 .empty-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center
  }

  section.partner-cta-1 .empty-col img {
    max-width: 350px
  }
}

section.partner-cta-1 .empty-col img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom
}

section.partner-cta-1 .info-col {
  padding: 150px 25px;
  color: #fff
}

@media (max-width:768px) {
  section.partner-cta-1 .info-col {
    padding: 25px;
    padding-top: 50px;
    text-align: center
  }
}

section.partner-cta-1 .info-col .main-title {
  font-weight: 600
}

@media (max-width:768px) {
  section.partner-cta-1 .info-col .main-title {
    font-size: 24px
  }
}

section.partner-cta-1 .info-col .info-p {
  line-height: 1.6;
  margin-bottom: 25px
}

section.partner-cta-1 .info-col .info-p p {
  font-weight: 300
}

section.partner-cta-1 .info-col .link a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px
}

section.partner-cta-1 .info-col .link a:hover {
  background-color: #189287
}

section.partner-cta-2 {
  background-position: center right
}

@media (max-width:1400px) {
  section.partner-cta-2 {
    background-position: center center
  }
}

@media (max-width:768px) {
  section.partner-cta-2 {
    background-image: none !important;
    background: #f4f7fe
  }
}

section.partner-cta-2 .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:768px) {
  section.partner-cta-2 .img-col {
    display: none
  }
}

section.partner-cta-2 .img-col {
  padding: 15px
}

section.partner-cta-2 .img-col img {
  width: 100%
}

@media (max-width:768px) {
  section.partner-cta-2 .img-col {
    text-align: center
  }

  section.partner-cta-2 .img-col img {
    max-width: 350px
  }
}

section.partner-cta-2 .info-col {
  padding: 200px 25px;
  padding-bottom: 40px
}

@media (max-width:768px) {
  section.partner-cta-2 .info-col {
    padding: 25px;
    padding-top: 0;
    text-align: center
  }
}

section.partner-cta-2 .info-col .main-title {
  font-weight: 600
}

@media (max-width:768px) {
  section.partner-cta-2 .info-col .main-title {
    font-size: 24px
  }
}

section.partner-cta-2 .info-col .info-p {
  line-height: 1.6;
  margin-bottom: 25px
}

section.partner-cta-2 .info-col .info-p p {
  font-weight: 300
}

section.partner-cta-2 .info-col .link a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px
}

section.partner-cta-2 .info-col .link a:hover {
  background-color: #189287
}

.menu-image-col {
  width: 100%;
  position: absolute;
  left: 100%;
  background: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 100%
}

.menu-image-col img {
  max-height: 100% !important
}

.fui-dropdown-menu li.menu-item-has-children:hover~.menu-image-col {
  display: none
}

.fui-menu>.mega-item.fui-dropdown.company-dropdown>.mega-dropdown.no-subdropdown {
  max-width: 570px
}

[data-sal] {
  transition-delay: 0s;
  transition-delay: var(--sal-delay, 0s);
  transition-duration: .2s;
  transition-duration: var(--sal-duration, .2s);
  transition-timing-function: ease;
  transition-timing-function: var(--sal-easing, ease)
}

[data-sal][data-sal-duration="200"] {
  transition-duration: .2s
}

[data-sal][data-sal-duration="250"] {
  transition-duration: .25s
}

[data-sal][data-sal-duration="300"] {
  transition-duration: .3s
}

[data-sal][data-sal-duration="350"] {
  transition-duration: .35s
}

[data-sal][data-sal-duration="400"] {
  transition-duration: .4s
}

[data-sal][data-sal-duration="450"] {
  transition-duration: .45s
}

[data-sal][data-sal-duration="500"] {
  transition-duration: .5s
}

[data-sal][data-sal-duration="550"] {
  transition-duration: .55s
}

[data-sal][data-sal-duration="600"] {
  transition-duration: .6s
}

[data-sal][data-sal-duration="650"] {
  transition-duration: .65s
}

[data-sal][data-sal-duration="700"] {
  transition-duration: .7s
}

[data-sal][data-sal-duration="750"] {
  transition-duration: .75s
}

[data-sal][data-sal-duration="800"] {
  transition-duration: .8s
}

[data-sal][data-sal-duration="850"] {
  transition-duration: .85s
}

[data-sal][data-sal-duration="900"] {
  transition-duration: .9s
}

[data-sal][data-sal-duration="950"] {
  transition-duration: .95s
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s
}

[data-sal][data-sal-delay="50"] {
  transition-delay: .05s
}

[data-sal][data-sal-delay="100"] {
  transition-delay: .1s
}

[data-sal][data-sal-delay="150"] {
  transition-delay: .15s
}

[data-sal][data-sal-delay="200"] {
  transition-delay: .2s
}

[data-sal][data-sal-delay="250"] {
  transition-delay: .25s
}

[data-sal][data-sal-delay="300"] {
  transition-delay: .3s
}

[data-sal][data-sal-delay="350"] {
  transition-delay: .35s
}

[data-sal][data-sal-delay="400"] {
  transition-delay: .4s
}

[data-sal][data-sal-delay="450"] {
  transition-delay: .45s
}

[data-sal][data-sal-delay="500"] {
  transition-delay: .5s
}

[data-sal][data-sal-delay="550"] {
  transition-delay: .55s
}

[data-sal][data-sal-delay="600"] {
  transition-delay: .6s
}

[data-sal][data-sal-delay="650"] {
  transition-delay: .65s
}

[data-sal][data-sal-delay="700"] {
  transition-delay: .7s
}

[data-sal][data-sal-delay="750"] {
  transition-delay: .75s
}

[data-sal][data-sal-delay="800"] {
  transition-delay: .8s
}

[data-sal][data-sal-delay="850"] {
  transition-delay: .85s
}

[data-sal][data-sal-delay="900"] {
  transition-delay: .9s
}

[data-sal][data-sal-delay="950"] {
  transition-delay: .95s
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(.6, .04, .98, .335)
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(.95, .05, .795, .035)
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(.895, .03, .685, .22)
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(.755, .05, .855, .06)
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-sal=slide-up] {
  transform: translateY(20%)
}

[data-sal=slide-down] {
  transform: translateY(-20%)
}

[data-sal=slide-left] {
  transform: translateX(20%)
}

[data-sal=slide-right] {
  transform: translateX(-20%)
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-sal=zoom-in] {
  transform: scale(.5)
}

[data-sal=zoom-out] {
  transform: scale(1.1)
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg)
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none
}

.other-new-blog-posts a.new-post-title:hover,
.other-new-blog-posts a.post-title:hover,
.new-main-blog-slider a.new-post-title:hover,
.new-main-blog-slider a.post-title:hover,
.tags-cloud a.new-post-title:hover,
.tags-cloud a.post-title:hover,
.new-single-blog-card a.new-post-title:hover,
.new-single-blog-card a.post-title:hover,
.new-single-post a.new-post-title:hover,
.new-single-post a.post-title:hover {
  text-shadow: 0 0 4px #000
}

.other-new-blog-posts .tags,
.new-main-blog-slider .tags,
.tags-cloud .tags,
.new-single-blog-card .tags,
.new-single-post .tags {
  padding: 10px 0;
  margin-bottom: 15px
}

.other-new-blog-posts .tags a,
.new-main-blog-slider .tags a,
.tags-cloud .tags a,
.new-single-blog-card .tags a,
.new-single-post .tags a {
  background-color: #fff;
  padding: 4px 8px;
  display: inline-block;
  margin: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  font-size: 14px
}

@media (max-width:768px) {

  .other-new-blog-posts .tags a,
  .new-main-blog-slider .tags a,
  .tags-cloud .tags a,
  .new-single-blog-card .tags a,
  .new-single-post .tags a {
    font-size: 12px !important
  }
}

.other-new-blog-posts .tags a .text-primary+span,
.new-main-blog-slider .tags a .text-primary+span,
.tags-cloud .tags a .text-primary+span,
.new-single-blog-card .tags a .text-primary+span,
.new-single-post .tags a .text-primary+span {
  color: #000 !important
}

.other-new-blog-posts .tags a:hover,
.new-main-blog-slider .tags a:hover,
.tags-cloud .tags a:hover,
.new-single-blog-card .tags a:hover,
.new-single-post .tags a:hover {
  background-color: #189287
}

.other-new-blog-posts .tags a:hover span,
.new-main-blog-slider .tags a:hover span,
.tags-cloud .tags a:hover span,
.new-single-blog-card .tags a:hover span,
.new-single-post .tags a:hover span {
  color: #fff !important
}

.new-single-blog-card .details {
  padding: 15px
}

.new-single-blog-card .new-post-title {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase
}

@media (max-width:768px) {
  .new-single-blog-card .new-post-title {
    font-size: 22px !important;
    font-weight: 500 !important
  }
}

section.new-blog-hero {
  padding: 25px 15px;
  background-color: #faf9ff
}

section.new-blog-hero .new-single-blog-card {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width:768px) {
  section.new-blog-hero .new-single-blog-card {
    height: auto !important;
    padding-top: 150px !important
  }
}

section.new-blog-hero .single-side-two .card .new-post-title {
  font-size: 28px;
  font-weight: 600
}

@media (max-width:768px) {
  section.new-blog-hero .single-side-two .card .new-post-title {
    font-size: 22px !important;
    font-weight: 500 !important
  }
}

section.new-blog-hero .single-side-three .card {
  height: 190px;
  margin-bottom: 20px
}

section.new-main-blog-container {
  background-color: #faf9ff
}

@media (max-width:768px) {
  section.new-main-blog-container {
    padding: 0 15px
  }
}

section.new-main-blog-container .new-single-post {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  padding: 40px 25px;
  margin-bottom: 50px
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post {
    padding: 10px !important;
    padding-top: 20px !important
  }
}

section.new-main-blog-container .new-single-post .row {
  row-gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

section.new-main-blog-container .new-single-post .single-details .post-title {
  color: #000;
  text-transform: uppercase
}

section.new-main-blog-container .new-single-post .single-details .post-title h2 {
  font-weight: 600;
  font-size: 34px
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post .single-details .post-title h2 {
    font-size: 22px;
    margin-top: 15px
  }
}

section.new-main-blog-container .new-single-post .single-details .details span {
  margin-right: 10px;
  color: gray
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post .single-details .details span {
    font-size: 12px
  }
}

section.new-main-blog-container .new-single-post .single-details .details span a {
  color: gray
}

section.new-main-blog-container .new-single-post .single-details-bottom {
  padding-bottom: 10px
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post .single-details-bottom {
    padding-top: 10px !important
  }
}

section.new-main-blog-container .new-single-post .single-details-bottom .excerpt {
  line-height: 1.6
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post .single-details-bottom .excerpt {
    font-size: 12px !important
  }
}

section.new-main-blog-container .new-single-post .single-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post .single-author {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
}

section.new-main-blog-container .new-single-post .single-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4)
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post .single-author img {
    width: 40px;
    height: 40px
  }
}

section.new-main-blog-container .new-single-post .single-author .img {
  margin-right: 10px
}

section.new-main-blog-container .new-single-post .single-author span {
  font-weight: 500
}

section.new-main-blog-container .new-single-post .btn-col {
  padding-top: 15px;
  margin-bottom: -65px;
  text-align: center
}

@media (max-width:768px) {
  section.new-main-blog-container .new-single-post .btn-col {
    padding-top: 25px;
    margin-bottom: -25px
  }

  section.new-main-blog-container .new-single-post .btn-col a {
    border-radius: 5px;
    width: 100%
  }
}

@media (max-width:768px) {
  section.new-main-blog-slider {
    padding: 0 15px
  }
}

section.new-main-blog-slider .main-title {
  font-size: 50px
}

@media (max-width:768px) {
  section.new-main-blog-slider .main-title {
    font-size: 28px
  }
}

section.new-main-blog-slider .owl-carousel div.owl-nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px
}

section.new-main-blog-slider .owl-carousel div.owl-nav .owl-next,
section.new-main-blog-slider .owl-carousel div.owl-nav .owl-prev {
  color: #000 !important;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50%;
  margin: 5px;
  color: #fff !important
}

section.new-main-blog-slider .owl-carousel div.owl-nav .owl-next:hover,
section.new-main-blog-slider .owl-carousel div.owl-nav .owl-prev:hover {
  background-color: #189287
}

section.new-main-blog-slider .item .card {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 30px;
  color: #fff
}

@media (max-width:768px) {
  section.new-main-blog-slider .item .card {
    min-height: auto !important
  }
}

section.new-main-blog-slider .item .card .bottom-details {
  padding-top: 150px;
  max-width: 900px
}

section.new-main-blog-slider .item .card .bottom-details .post-title {
  color: #fff;
  text-transform: uppercase
}

section.new-main-blog-slider .item .card .bottom-details .post-title h2 {
  font-weight: 600
}

@media (max-width:768px) {
  section.new-main-blog-slider .item .card .bottom-details .post-title h2 {
    font-size: 22px
  }
}

section.new-main-blog-slider .item .card .bottom-details .post-title h2:hover {
  color: #da0
}

section.new-main-blog-slider .item .card .bottom-details .info-p {
  line-height: 1.6
}

@media (max-width:768px) {
  section.new-main-blog-slider .item .card .bottom-details .info-p {
    font-size: 12px
  }

  section.new-main-blog-slider .item .card .bottom-details .info-p p {
    font-size: 12px
  }
}

section.new-main-blog-slider .item .card .bottom-details .post-details {
  padding-top: 15px
}

section.new-main-blog-slider .item .card .bottom-details .post-details span,
section.new-main-blog-slider .item .card .bottom-details .post-details a {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff
}

@media (max-width:768px) {

  section.new-main-blog-slider .item .card .bottom-details .post-details span,
  section.new-main-blog-slider .item .card .bottom-details .post-details a {
    font-size: 12px
  }
}

section.new-main-blog-slider .item .card .tags {
  position: absolute;
  top: 15px;
  left: 30px
}

section.other-new-blog-posts .single-post {
  padding-bottom: 20px
}

section.other-new-blog-posts .card {
  height: 300px;
  padding: 5px 15px
}

section.other-new-blog-posts .bottom-details {
  padding: 10px
}

section.other-new-blog-posts .bottom-details .post-title h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600
}

section.other-new-blog-posts .bottom-details .post-title h2:hover {
  color: #189287;
  text-shadow: none
}

section.other-new-blog-posts .bottom-details .post-details {
  color: gray
}

section.other-new-blog-posts .bottom-details .post-details a,
section.other-new-blog-posts .bottom-details .post-details span {
  font-size: 14px;
  color: gray
}

section.new-custom-fading-cta {
  background-color: #ecfffd;
  padding: 50px 15px
}

section.new-custom-fading-cta .item * {
  -webkit-transition: all .32s ease !important;
  transition: all .32s ease !important
}

section.new-custom-fading-cta .item {
  background-color: #ecfffd
}

section.new-custom-fading-cta .img-col {
  position: relative
}

section.new-custom-fading-cta .img-col .arrow {
  position: absolute !important;
  max-width: 150px;
  right: 0;
  top: 50px
}

section.new-custom-fading-cta .img-col .big-image {
  padding-top: 50px;
  width: 100%
}

section.new-custom-fading-cta .info-col {
  padding: 50px
}

section.new-custom-fading-cta .info-col .top-title {
  font-family: cursive;
  font-size: 24px
}

section.new-custom-fading-cta .info-col .title {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 25px
}

section.new-custom-fading-cta .info-col .info-p {
  line-height: 1.5;
  font-size: 18px
}

section.new-custom-fading-cta .info-col .link {
  margin-top: 25px
}

section.new-custom-fading-cta .info-col .link a {
  border-radius: 5px;
  padding: 15px 25px
}

.owl-animated-out {
  z-index: 1
}

.owl-animated-in {
  z-index: 0
}

.new-custom-fading-cta .active .arrow {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-name: fadeInImage;
  animation-name: fadeInImage;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.new-custom-fading-cta .active .big-image {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showElement;
  animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.new-custom-fading-cta .active .top-title {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showElement;
  animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.new-custom-fading-cta .active .title {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showElement;
  animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.new-custom-fading-cta .active p {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showElement;
  animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.new-custom-fading-cta .active a {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showElement;
  animation-name: showElement;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

.new-custom-fading-cta .owl-nav {
  display: none !important
}

.new-custom-fading-cta .about-to-fadeIn * {
  -webkit-transition: all .32s ease !important;
  transition: all .32s ease !important
}

.new-custom-fading-cta .about-to-fadeIn .arrow {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: fadeInImage;
  animation-name: fadeInImage
}

.new-custom-fading-cta .about-to-fadeIn .big-image {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-name: hideElement;
  animation-name: hideElement
}

.new-custom-fading-cta .about-to-fadeIn .top-title {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-name: hideElement;
  animation-name: hideElement
}

.new-custom-fading-cta .about-to-fadeIn .title {
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-name: hideElement;
  animation-name: hideElement
}

.new-custom-fading-cta .about-to-fadeIn p {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: hideElement;
  animation-name: hideElement
}

.new-custom-fading-cta .about-to-fadeIn a {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: hideElement;
  animation-name: hideElement
}

@-webkit-keyframes fadeOutImage {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOutImage {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes fadeInImage {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInImage {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes hideElement {
  0% {
    top: 0;
    opacity: 1;
    position: relative
  }

  100% {
    opacity: 0
  }
}

@keyframes hideElement {
  0% {
    top: 0;
    opacity: 1;
    position: relative
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes showElement {
  0% {
    position: relative;
    opacity: 0
  }

  100% {
    position: relative;
    opacity: 1
  }
}

@keyframes showElement {
  0% {
    position: relative;
    opacity: 0
  }

  100% {
    position: relative;
    opacity: 1
  }
}

section.new-quote-banner {
  padding: 50px 15px
}

section.new-quote-banner .fui-container {
  max-width: 1000px
}

@media (max-width:768px) {
  section.new-quote-banner .fui-container .row .logo-col {
    text-align: center
  }
}

section.new-quote-banner .fui-container .row .banner-col .card {
  height: 350px;
  padding: 50px;
  color: #fff
}

@media (max-width:768px) {
  section.new-quote-banner .fui-container .row .banner-col .card {
    padding: 25px;
    height: auto;
    text-align: center
  }
}

section.new-quote-banner .fui-container .row .banner-col .card .title {
  font-weight: 600
}

@media (max-width:768px) {
  section.new-quote-banner .fui-container .row .banner-col .card .title {
    font-size: 28px;
    margin-bottom: 0
  }
}

section.new-quote-banner .fui-container .main-quote {
  max-width: 600px;
  margin-top: -200px
}

@media (max-width:768px) {
  section.new-quote-banner .fui-container .main-quote {
    margin-top: 0
  }
}

section.new-quote-banner .fui-container .main-quote .content {
  position: relative;
  z-index: 1;
  padding: 40px;
  color: #555;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

section.new-quote-banner .fui-container .main-quote .content .quote-lines {
  font-size: 28px;
  line-height: 1.6;
  position: relative;
  z-index: 1
}

section.new-quote-banner .fui-container .main-quote .content .by {
  color: #000
}

section.new-quote-banner .fui-container .main-quote .content .fa {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 80px;
  opacity: .2
}

@media (max-width:768px) {
  section.new-quote-banner .fui-container .main-quote .content {
    padding: 20px
  }

  section.new-quote-banner .fui-container .main-quote .content .quote-lines {
    font-size: 22px
  }

  section.new-quote-banner .fui-container .main-quote .content .by {
    font-size: 18px
  }
}

section.chart-cta {
  padding: 50px 15px
}

section.chart-cta.active-cta .right-col {
  display: block
}

@media (max-width:768px) {
  section.chart-cta.active-cta .left-col {
    display: none
  }
}

section.chart-cta .right-col {
  display: none
}

section.chart-cta .logo {
  padding-bottom: 25px
}

section.chart-cta .logo img {
  width: 250px
}

section.chart-cta .main-title {
  font-weight: 600
}

@media (max-width:768px) {
  section.chart-cta .main-title {
    font-size: 28px
  }
}

section.chart-cta .sub-p {
  font-size: 22px;
  max-width: 600px;
  margin: 10px auto;
  margin-bottom: -50px;
  font-weight: 300
}

@media (max-width:768px) {
  section.chart-cta .sub-p {
    margin-bottom: 15px;
    font-size: 16px
  }
}

section.chart-cta .right-col img,
section.chart-cta .left-col img {
  width: 100%
}

section.chart-cta .center-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

@media (max-width:768px) {
  section.chart-cta .center-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

section.chart-cta .center-col .custom-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

section.chart-cta .center-col .custom-slide span {
  display: block;
  padding-left: 10px;
  font-weight: 600
}

section.chart-cta .center-col .switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 50px;
  margin: 0
}

section.chart-cta .center-col .switch input {
  display: none
}

section.chart-cta .center-col .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  transition: .4s
}

section.chart-cta .center-col .slider:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 22px;
  left: 1px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  width: 22px
}

section.chart-cta .center-col input:checked+.slider {
  background-color: #189287
}

section.chart-cta .center-col input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px)
}

section.chart-cta .center-col .slider.round {
  border-radius: 34px
}

section.chart-cta .center-col .slider.round:before {
  border-radius: 50%
}

section.chart-cta .normal-results.active .normal {
  display: none
}

section.chart-cta .normal-results.active .result {
  display: block !important
}

section.chart-cta .normal-results .single strong {
  display: block;
  font-size: 18px;
  color: #189287
}

section.chart-cta .normal-results .single span {
  display: block;
  margin-top: 15px;
  font-weight: 600
}

section.chart-cta .normal-results .single .result {
  display: none;
  color: #da0 !important
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/wp-content/themes/lead-marketing-strategies/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.fui-menu>.mega-item.fui-dropdown {
  position: unset !important
}

.fui-menu>.mega-item.fui-dropdown :after {
  border: none
}

.fui-menu>.mega-item.fui-dropdown:hover>.mega-dropdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.fui-menu>.mega-item.fui-dropdown.active-hover .mega-dropdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown {
  display: none;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 75%;
  width: 100%
}

@media (max-width:768px) {
  .fui-menu>.mega-item.fui-dropdown>.mega-dropdown {
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    position: unset !important
  }
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.has-subdropdown {
  max-width: 900px
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.no-subdropdown {
  max-width: 500px
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.contact-dropdown {
  max-width: 700px !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.contact-dropdown:before {
  left: 55%
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.service-dropdown {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%)
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.service-dropdown:before {
  left: 25%
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown {
  max-width: 700px !important;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%)
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown:before {
  left: 25%
}

@media (max-width:1500px) {
  .fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown {
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)
  }

  .fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown:before {
    left: 72%
  }
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown .tips-blog-menu-col {
  padding: 15px
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown .tips-blog-menu-col .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  text-transform: none
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown .tips-blog-menu-col .img img {
  border-radius: 15px;
  width: 100%
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.tips-dropdown .tips-blog-menu-col .info-p {
  margin-top: 15px;
  text-transform: none;
  color: #555
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.sub-menu-not-active {
  max-width: 600px
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.sub-menu-not-active .menu-items-col,
.fui-menu>.mega-item.fui-dropdown>.mega-dropdown.sub-menu-not-active .mega-image-col {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
  max-width: 50% !important
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown .row {
  width: 100%
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown:after {
  display: none !important
}

.fui-menu .menu {
  padding: 15px;
  margin: 0
}

.fui-menu .mega-item {
  padding: 0 !important
}

.fui-menu .mega-item.has-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.fui-menu .mega-item.has-dropdown-menu:after {
  content: ">";
  pointer-events: none
}

.fui-menu .mega-item.active .mega-link {
  color: #189287 !important
}

.fui-menu .mega-item .mega-link {
  color: #000;
  display: block;
  padding: 5px 10px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  display: block
}

.fui-menu .mega-item .mega-link:hover {
  color: #189287
}

.fui-menu .sub-menu-items-col {
  padding: 0;
  background-color: #fff3d0;
  display: none
}

.fui-menu .sub-menu-items-col.sub-menu-is-active {
  display: block !important
}

.fui-menu .sub-menu-items-col .menu {
  display: none
}

.fui-menu .sub-menu-items-col .menu.active {
  display: block !important
}

.fui-menu .menu-items-col {
  padding: 0
}

.fui-menu .contact-info-col,
.fui-menu .mega-image-col {
  padding: 15px
}

.fui-menu .contact-info-col a,
.fui-menu .mega-image-col a {
  display: block
}

.fui-menu .contact-info-col img,
.fui-menu .mega-image-col img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

@media (max-width:768px) {
  .fui-menu .mega-image-col {
    display: none !important
  }
}

.fui-menu .contact-info-col {
  white-space: normal
}

.fui-menu .contact-info-col .inner-title {
  display: inline-block;
  background-color: #dca829;
  padding: 10px 0;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding-right: 15px;
  font-size: 13px;
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff
}

.fui-menu .contact-info-col .inner-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 15px;
  right: 100%;
  height: 100%;
  background-color: #dca829
}

.fui-menu .contact-info-col .contact-details .link {
  font-size: 14px
}

.fui-menu .contact-info-col .contact-details a {
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
  font-weight: 500
}

.fui-menu .contact-info-col .contact-details a:hover {
  color: #dca829
}

.fui-menu .contact-info-col .contact-details a .fa-phone+span {
  font-size: 26px;
  font-weight: 500
}

.fui-menu .contact-info-col .contact-details a i {
  font-size: 26px;
  width: 40px
}

@media (max-width:768px) {

  .fui-menu .mega-dropdown.sub-menu-not-active .menu-items-col,
  .fui-menu .mega-dropdown .row div.col-md-4.col-12.menu-items-col {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important
  }
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px
}

a.gflag {
  font-size: 24px;
  padding: 1px 0;
  background-repeat: no-repeat;
  background-image: url(/wp-content/plugins/gtranslate/24.png)
}

a.gflag img {
  border: 0;
  height: 24px;
  display: inline
}

a.gflag:hover {
  background-image: url(/wp-content/plugins/gtranslate/24a.png)
}

img.gstats {
  display: none
}

a.alt_flag {
  background-image: url(/wp-content/plugins/gtranslate/alt_flags.png)
}

a.alt_flag:hover {
  background-image: url(/wp-content/plugins/gtranslate/alt_flagsa.png)
}

a.us_flag {
  background-position: 0 -100px
}

a.br_flag {
  background-position: -100px -100px
}

a.mx_flag {
  background-position: -200px -100px
}

a.glink {
  text-decoration: none
}

a.glink span {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle
}

a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: .8
}

a.glink:hover img {
  opacity: 1
}

@media only screen and (min-width:841px) {

  .gform_wrapper .top_label li.gfield.ga_col_left,
  .gform_wrapper .top_label li.gfield.ga_col_right {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 16px;
    float: left
  }

  .gform_wrapper .top_label li.gfield.ga_col_right {
    clear: right
  }

  .gform_wrapper .top_label li.gfield.ga_col_left_half,
  .gform_wrapper .top_label li.gfield.ga_col_right_half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: left
  }

  .gform_wrapper .top_label li.gfield.ga_col_right_half {
    clear: right
  }
}

.user_appointment_status_set_hide {
  display: none
}

#ga_slots_data {
  display: none
}

#ga_selected_bookings {
  padding-left: 3px;
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto
}

#ga_selected_bookings .ga_selected_booking {
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase
}

#ga_selected_bookings .ga_selected_booking:last-child {
  margin-bottom: 8px
}

#ga_selected_bookings .ga_selected_booking .ga_delete_booking {
  display: inline-block;
  cursor: pointer;
  padding-right: 3px
}

#ga_selected_bookings .ga_selected_booking .ga_delete_booking:hover {
  color: #e30e1a
}

#gappointments_calendar_slots label.time_slot {
  margin: 5px;
  display: block;
  border-radius: 3px;
  background: #fff;
  font-weight: 400;
  font-size: inherit;
  width: auto !important;
  cursor: pointer
}

#gappointments_calendar_slots label.time_slot div {
  border-radius: 3px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  transition: all .2s ease-in-out
}

#gappointments_calendar_slots .slot_small label.time_slot div {
  padding: 10px 0
}

#gappointments_calendar_slots .slot_large label.time_slot div {
  padding: 17px 0
}

#gappointments_calendar_slots input.hidden_radio {
  display: none
}

#gappointments_calendar_slots label.time_selected div {
  background: #1dd59a;
  color: #fff
}

#gappointments_calendar_slots .calendar_time_slots .slots-title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: .5px
}

#gappointments_calendar {
  position: relative
}

#gappointments_calendar_slots {
  background: #fff;
  border-radius: 6px;
  padding: 10px
}

#gappointments_calendar_slots .calendar_time_slots {
  padding: 10px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden
}

.ga_appointments_calendar_header #close_slots {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  -webkit-transform: perspective(1px) translateY(-50%);
  cursor: pointer
}

.ga_appointments_calendar_header #close_slots a {
  font-size: 15px;
  cursor: pointer
}

#no_time_slots {
  margin: auto;
  height: 100%;
  padding: 50px 0
}

#no_time_slots i {
  font-size: 35px;
  color: #1dd59a
}

#no_time_slots div {
  font-size: 18px;
  color: #222;
  margin-top: 10px
}

#no_time_slots i,
#no_time_slots div {
  display: block;
  text-align: center
}

.app_hours_panel {
  border: 1px solid #e5ecef;
  padding: 20px;
  border-radius: 0;
  position: relative;
  background: #fff
}

.bb-date-options .bb-calendar-avail {
  border-bottom: 1px solid #e5ecef;
  text-align: center;
  padding: 20px 19px
}

.app_hours .app_icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  line-height: 25px;
  color: #333
}

.app_hours .app_info {
  display: inline-block;
  vertical-align: middle
}

.app_hours .app_name {
  display: inline-block;
  vertical-align: middle
}

.app_hours .available_spaces {
  font-size: 12px;
  color: #8ea4b0
}

.app_hours .app_info .time_slot {
  font-weight: 600;
  color: #333
}

.app_hours .app_hour:hover .time_slot,
.app_hours .app_hour:hover .app_icon,
.app_hours .app_hour.selected .time_slot,
.app_hours .app_hour.selected .app_icon {
  color: #fff
}

.app_hours .app_info .time_slot,
.app_hours .app_info .available_spaces {
  display: block;
  line-height: 19px
}

.app_hours .app_hours_panel {
  padding: 25px;
  background: #fff;
  display: none;
  position: relative
}

.app_hours .app_hour {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 20px 25px;
  width: 100%;
  text-align: left
}

.app_hours .app_slot {
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  background: #fff
}

.app_hours .app_slot:nth-child(2n+1) {
  border-right: 1px solid rgba(0, 0, 0, .06)
}

.app_hours .app_hour {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.app_hours .app_hour.selected {
  background: #4eb26c;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.app_hours .app_hour:hover {
  background: #4eb26c;
  color: #fff
}

.app_hours .app_hour:hover .available_spaces {
  color: #fff
}

.app_hours .app_hour.selected .available_spaces {
  color: #fff
}

.app_hours .app_hour em {
  font-size: 10px;
  font-style: normal
}

.new-appt {
  display: inline-block;
  vertical-align: middle;
  text-align: right
}

.new-appt span {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffb401;
  white-space: nowrap;
  height: auto;
  font-size: 13px;
  padding: 6px 15px;
  background: #ffb401;
  border-radius: 30px
}

input {
  max-width: 100%
}

.ga_appointments_calendar_header,
.ga_monthly_schedule_wrapper table thead {
  background: #7c9299
}

.ga_monthly_schedule_wrapper table tr:last-child td {
  border-bottom: 1px solid rgba(38, 84, 124, .06) !important
}

.ga_appointments_calendar_header {
  border-width: 0;
  padding: 4% 20px;
  text-align: center;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.ga_appointments_calendar_header h3 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0 20px;
  margin: 0;
  display: inline
}

.ga_appointments_calendar_header p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px
}

.ga_appointments_calendar_header a {
  font-size: 20px;
  cursor: pointer;
  color: #fff
}

.ga_appointments_calendar_header .arrow-left:hover {
  color: #fff;
  background: rgba(0, 0, 0, .1)
}

.ga_appointments_calendar_header .arrow-right:hover {
  color: #fff;
  background: rgba(0, 0, 0, .1)
}

.ga_appointments_calendar_header .arrow-left,
.ga_appointments_calendar_header .arrow-right {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important
}

.ga_appointments_calendar_header .arrow-left i,
.ga_appointments_calendar_header .arrow-right i {
  line-height: 25px
}

.ga_appointments_calendar_header .arrow-left {
  left: 3%;
  top: 50%;
  transform: perspective(1px) translateY(-50%)
}

.ga_appointments_calendar_header .arrow-right {
  right: 3%;
  top: 50%;
  transform: perspective(1px) translateY(-50%)
}

#ga_appointments_calendar {
  position: relative;
  margin: 0 0 10px;
  box-shadow: 0px 8px 59px -13px rgba(0, 0, 0, .21);
  -webkit-box-shadow: 0px 8px 59px -13px rgba(0, 0, 0, .21);
  -moz-box-shadow: 0px 8px 59px -13px rgba(0, 0, 0, .21)
}

.ga_monthly_schedule_wrapper {
  background: #fff;
  border-left: 0;
  border-bottom: 0;
  position: relative
}

.ga_monthly_schedule_wrapper.ga_spinner:before {
  content: "";
  background: rgba(250, 250, 250, .3);
  overflow: hidden;
  position: absolute;
  z-index: 99;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  animation: animate_background .3s;
  animation-fill-mode: both
}

.ga_monthly_schedule_wrapper.ga_spinner:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  margin: -26px;
  width: 50px;
  height: 50px;
  border-width: 3px;
  border-style: solid;
  border-color: #26547c transparent transparent;
  display: inline-block;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  z-index: 999
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(359deg)
  }
}

@keyframes animate_background {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.ga_monthly_schedule_wrapper .ga_panel_heading {
  display: block;
  background: #1d86c8;
  color: #fff;
  overflow: hidden;
  text-shadow: none;
  padding: 5px 10px
}

.ga_monthly_schedule_wrapper .ga_panel_options {
  border: 1px solid #69c;
  border-radius: 4px
}

.ga_monthly_schedule_wrapper .ga_panel_body {
  padding: 15px
}

.text-danger {
  color: #a94442
}

.ga_monthly_schedule_wrapper table {
  border-collapse: separate !important;
  border-spacing: 0px !important;
  margin-bottom: 0 !important;
  border: none !important;
  margin: 0 !important
}

.ga_monthly_schedule_wrapper thead th {
  border: none !important;
  border-width: 0 !important;
  font-weight: 400 !important;
  text-align: center !important;
  color: #fff;
  border-right: none !important;
  line-height: 0 !important;
  padding-bottom: 3.5% !important;
  padding-top: 2% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px
}

.ga_monthly_schedule_wrapper td {
  background: #f1f3f6;
  color: #6d8298;
  border-style: solid !important;
  border-color: rgba(38, 84, 124, .04) !important;
  border-width: 0 0 0 1px !important;
  text-align: center !important;
  border-radius: 0 !important;
  line-height: 0 !important;
  padding: 6% 0 !important;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  position: relative !important
}

.ga_monthly_schedule_wrapper td:last-child {
  border-width: 0 1px !important
}

.ga_monthly_schedule_wrapper td.calendar_slots {
  padding: 0 !important;
  line-height: 24.5px !important;
  background: #e4e8ea;
  border: 1px solid rgba(0, 0, 0, .03) !important
}

.ga_monthly_schedule_wrapper table.table_fixed {
  table-layout: fixed !important
}

.ga_monthly_schedule_wrapper td.ga_today {
  opacity: 1 !important
}

.ga_monthly_schedule_wrapper td.day_available {
  background: #fff;
  color: #6d8298;
  cursor: pointer
}

.ga_monthly_schedule_wrapper td.selected {
  cursor: pointer
}

.ga_monthly_schedule_wrapper td span {
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  margin: auto !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline !important
}

@media screen and (min-width:581px) {

  .ga_wrapper_medium .ga_monthly_schedule_wrapper td span,
  .ga_wrapper_large .ga_monthly_schedule_wrapper td span {
    width: 40px;
    height: 40px;
    line-height: 36px
  }

  .ga_wrapper_small .ga_monthly_schedule_wrapper td span {
    width: 30px;
    height: 30px;
    line-height: 26px
  }

  .ga_monthly_schedule_wrapper td.ga_time_slots.selected:after {
    border-width: 15px 15px 0;
    bottom: -15px
  }

  .ga_monthly_schedule_wrapper td.ga_time_slots.selected:before {
    border-width: 16px 16px 0;
    bottom: -16px
  }
}

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

  .ga_monthly_schedule_wrapper td.day_available:hover span,
  .ga_monthly_schedule_wrapper td.selected span {
    background: 0 0 !important;
    border: 2px solid transparent
  }

  .ga_monthly_schedule_wrapper td.ga_time_slots.selected:after {
    border-width: 11px 11px 0;
    bottom: -11px
  }

  .ga_monthly_schedule_wrapper td.ga_time_slots.selected:before {
    border-width: 12px 12px 0;
    bottom: -12px
  }
}

@media screen and (min-width:320px) and (max-width:580px) {

  .ga_wrapper_small .ga_monthly_schedule_wrapper td span,
  .ga_wrapper_medium .ga_monthly_schedule_wrapper td span,
  .ga_wrapper_large .ga_monthly_schedule_wrapper td span {
    width: 30px;
    height: 30px;
    line-height: 26px
  }
}

.ga_monthly_schedule_wrapper td.ga_time_slots.selected:after,
.ga_monthly_schedule_wrapper td.ga_time_slots.selected:before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: "";
  margin: auto;
  right: 0;
  left: 0
}

.ga_monthly_schedule_wrapper td.ga_time_slots.selected:after {
  border-color: #fff transparent transparent;
  z-index: 99999
}

.ga_monthly_schedule_wrapper td.ga_time_slots.selected:before {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05) transparent transparent transparent;
  z-index: 999
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.ga_time_slots.selected:after {
  border-width: 11px 11px 0;
  bottom: -11px
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.ga_time_slots.selected:before {
  border-width: 12px 12px 0;
  bottom: -12px
}

.ga_monthly_schedule_wrapper td,
.ga_monthly_schedule_wrapper td.day_available,
.ga_monthly_schedule_wrapper td.day_available:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ga_monthly_schedule_wrapper tr:last-child td:first-child {
  border-bottom-left-radius: 3px !important
}

.ga_monthly_schedule_wrapper tr:last-child td:last-child {
  border-bottom-right-radius: 3px !important
}

.app_hours_loading {
  position: relative;
  height: 100%;
  padding: 50px 0
}

.ga-appointments-list {
  border-top: 3px solid #00c18c;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .09);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .09);
  padding: 20px;
  margin-bottom: 30px
}

.ga-appointments-list:nth-child(2n) {
  margin-right: 30px
}

.appointments-table {
  display: table;
  width: 100%
}

.appointments-table-wrapper .thead a {
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  background: #fff;
  color: #b4c0c6;
  letter-spacing: 2px
}

.appointments-table .tr {
  display: table-row;
  margin: 5px;
  background: #fff
}

.appointments-table .tr .td {
  position: relative
}

.appointments-table .tr:nth-child(odd) {
  _background-color: #fff
}

.appointments-table .tr:nth-child(even) {
  _background-color: #fff
}

.appointments-table-wrapper .th {
  display: table-cell;
  padding: 10px 20px
}

.appointments-table-wrapper .th.active {
  border-bottom: 3px solid #1dd59a
}

.appointments-table .td {
  display: table-cell;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.appointments-table .appointment-title {
  color: #5f6e77;
  font-size: 18px;
  display: block
}

.appointments-table .appointment-date,
.appointments-table .appointment-time {
  color: #b4c0c6;
  display: block
}

.appointments-table .appointment-duration,
.appointments-table .appointment-email,
.appointments-table .appointment-phone {
  color: #b4c0c6;
  display: inline-block
}

.appointments-table .appointment-duration i,
.appointments-table .appointment-email i,
.appointments-table .appointment-phone i {
  font-size: 16px;
  line-height: 23px
}

.appointments-table .appointment-add-to-calendar span {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  background: url(/wp-content/plugins/gappointments/assets/icon-calendar.svg) no-repeat;
  background-size: 15px 15px
}

.appointments-table .appointment-add-to-calendar {
  color: #b4c0c6;
  padding-left: 5px;
  position: relative;
  display: inline-block
}

.appointments-table .appointment-add-to-calendar .add-to-calendar-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px
}

.appointments-table .ga_add_to_calendar_links {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity .3s linear;
  -webkit-transition: visibility 0s, opacity .3s linear;
  -moz-transition: visibility 0s, opacity .3s linear;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, .15);
  border-radius: 3px;
  z-index: 9;
  text-align: center;
  display: block;
  min-width: 160px
}

.appointments-table .ga_add_to_calendar_links a {
  display: block;
  color: #5f6e77;
  padding: 8px 20px
}

.appointments-table .ga_add_to_calendar_links a:hover {
  display: block
}

.appointments-table .appointment-add-to-calendar:hover .ga_add_to_calendar_links {
  visibility: visible;
  opacity: 1
}

.appointments-table .appointment-add-to-calendar .ga_add_to_calendar_links:before {
  position: absolute;
  content: "";
  margin: auto;
  right: 0;
  top: -11px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 11px;
  border-color: transparent transparent #fff;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, .15)
}

.appointments-table .status-green {
  border-left: 0 solid #1dd59a
}

.appointments-table .status-red {
  border-left: 0 solid #ff7d7d
}

.user_appointment_status_set {
  cursor: pointer;
  margin-left: 3px
}

.appointments-table .appointment-status-green {
  background: #1dd59a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #1dd59a
}

.appointments-table .appointment-status-yellow {
  background-color: #f7c86e;
  border: 1px solid #f7c86e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px
}

.appointments-table .appointment-status-red {
  background: #ff7d7d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ff7d7d
}

.appointments-table-wrapper .no-appointments {
  padding: 20px 25px;
  width: 100%;
  display: block
}

.appointments-table .appointment-action,
.reschedule-appointment-action {
  background-color: transparent;
  color: #5f6e77;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 4px;
  cursor: pointer;
  border: 1px solid #e4e5e6
}

.appointments-table .appointment-action.provider-confirm {
  background-color: #1dd59a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 4px;
  cursor: pointer;
  border: 1px solid #1dd59a
}

@media screen and (min-width:981px) {
  .appointments-table .appointment-status {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: perspective(1px) translateY(-50%);
    -webkit-transform: perspective(1px) translateY(-50%);
    -moz-transform: perspective(1px) translateY(-50%)
  }

  .ga_modal_bg .ga_dialog {
    display: table;
    width: 100%;
    height: 100%
  }

  .appointments-table .appointment_date_time {
    width: 15%;
    display: inline-block
  }

  .appointments-table .appointment_service_provider {
    display: inline-block
  }

  .ga_modal_bg .ga_dialog_wrapper {
    display: table-cell;
    vertical-align: middle
  }
}

@media screen and (max-width:980px) {
  .appointments-table .appointment-status {
    position: relative;
    margin-top: 15px
  }

  .appointments-table .appointment_date_time {
    display: block
  }

  .appointments-table .appointment_service_provider {
    display: block
  }
}

.ga_pagination {
  display: table;
  margin: 0 auto;
  margin-top: 20px
}

.ga_pagination a {
  color: #333;
  border: 1px solid #ddd;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 12px;
  margin: 0 0 0 3px;
  padding: 9px;
  min-width: 12px;
  border-radius: 2px;
  transition: background .15s, color .15s
}

.ga_pagination a.active {
  background-color: #1dd59a;
  color: #fff;
  border: 1px solid #1dd59a
}

.ga_pagination a:hover {
  background-color: #1dd59a;
  border: 1px solid #1dd59a;
  color: #fff !important
}

.ga_modal_open {
  overflow: hidden
}

#cancel_appointment_modal {
  z-index: 99999
}

.ga_modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(243, 246, 249, .8);
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.ga_modal_bg .ga_dialog textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  background: #fdfdfe;
  border: 1px solid #e6e7e8;
  padding: 13px 15px
}

.ga_modal_bg .ga_dialog .ga-button,
.ga_modal_bg .ga_dialog .ga_btn_close {
  background-color: #1dd59a;
  color: #fff;
  border-width: 0 0 2px;
  border-color: #1cb786;
  border-style: solid;
  font-size: 15px;
  letter-spacing: .02em;
  font-weight: 500;
  line-height: 1;
  height: auto;
  padding: 17px 40px;
  text-align: center;
  border-radius: 3px;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out
}

.ga_modal_bg .ga_dialog .ga-button:hover,
.ga_modal_bg .ga_dialog .ga_btn_close:hover {
  background-color: #2fdea7
}

.ga_modal_bg .ga_dialog .ga-button {
  width: 100%
}

.ga_modal_bg .ga_dialog .ga_btn_close {
  cursor: pointer
}

.ga_modal_bg .ga_dialog .modal-title {
  margin: 0;
  color: #5f6e77;
  font-size: 18px
}

.ga_modal_bg .ga_dialog .hr {
  background-color: #ededed;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: -20px;
  margin-right: -20px
}

.ga_modal_bg .ga_dialog .appointment-text {
  margin-bottom: 12px
}

.ga_modal_bg .ga_dialog .appointment-text .appointment-title {
  font-size: 16px
}

.ga_modal_bg .ga_dialog .ga_modal_wrapper .ga_modal_container {
  margin: 80px 20px;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: -18.656px 24.758px 114px 0 rgba(0, 0, 0, .09);
  -moz-box-shadow: -18.656px 24.758px 114px 0 rgba(0, 0, 0, .09);
  -o-box-shadow: -18.656px 24.758px 114px 0 rgba(0, 0, 0, .09);
  box-shadow: -18.656px 24.758px 114px 0 rgba(0, 0, 0, .09);
  position: relative
}

.ga_modal_bg .ga_dialog .ga_modal_wrapper .ga_modal_container .modal_overlay {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  cursor: wait;
  display: none
}

@media screen and (min-width:581px) {
  .ga_modal_bg .ga_modal_wrapper {
    width: 530px
  }
}

@media screen and (max-width:580px) {
  .ga_modal_bg .ga_modal_wrapper {
    width: 100%
  }
}

.ga_modal_bg .ga_modal_wrapper {
  margin: 0 auto;
  position: relative;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.ga_close {
  cursor: pointer;
  background: 0 0;
  line-height: 26px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 16px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.ga_close:hover {
  background: #5f6e77
}

.ga_close:before,
.ga_close:after {
  content: "";
  height: 14px;
  width: 2px;
  background-color: #b4c0c6;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.ga_close:before {
  transform: rotate(45deg)
}

.ga_close:after {
  transform: rotate(-45deg)
}

.ga_alert_success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.ga_alert_warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.ga_alert_danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.ga_alert {
  padding: 10px 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 3px
}

.avatar-circle {
  width: 100px;
  height: 100px;
  background-color: #caeea5;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  overflow: hidden
}

.avatar-circle .initials {
  position: relative;
  top: 25px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-family: "Courier New", monospace;
  font-weight: 700
}

.avatar-circle-wrapper .provider-name {
  color: #5f6e77;
  font-size: 18px;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0
}

[ga-tooltip],
.ga_tooltip {
  position: relative;
  cursor: pointer
}

[ga-tooltip]:before,
[ga-tooltip]:after,
.ga_tooltip:before,
.ga_tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none
}

[ga-tooltip]:hover:before,
[ga-tooltip]:hover:after,
[ga-tooltip]:focus:before,
[ga-tooltip]:focus:after,
.ga_tooltip:hover:before,
.ga_tooltip:hover:after,
.ga_tooltip:focus:before,
.ga_tooltip:focus:after {
  visibility: visible;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1
}

.ga_tooltip:before,
[ga-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: ""
}

.ga_tooltip:after,
[ga-tooltip]:after {
  z-index: 1000;
  padding: 10px 7px;
  width: 150px;
  background-color: #536166;
  color: #fff;
  content: attr(ga-tooltip);
  font-size: 14px;
  line-height: 1.2;
  border-radius: 3px
}

[ga-tooltip]:before,
[ga-tooltip]:after,
.ga_tooltip:before,
.ga_tooltip:after,
.ga_tooltip-top:before,
.ga_tooltip-top:after {
  bottom: 100%;
  left: 50%
}

[ga-tooltip]:before,
.ga_tooltip:before,
.ga_tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #536166
}

[ga-tooltip]:after,
.ga_tooltip:after,
.ga_tooltip-top:after {
  margin-left: -75px
}

[ga-tooltip]:hover:before,
[ga-tooltip]:hover:after,
[ga-tooltip]:focus:before,
[ga-tooltip]:focus:after,
.ga_tooltip:hover:before,
.ga_tooltip:hover:after,
.ga_tooltip:focus:before,
.ga_tooltip:focus:after,
.ga_tooltip-top:hover:before,
.ga_tooltip-top:hover:after,
.ga_tooltip-top:focus:before,
.ga_tooltip-top:focus:after {
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  transform: translateY(-9px)
}

.ga_tooltip-left:before,
.ga_tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto
}

.ga_tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, .9)
}

.ga_tooltip-left:hover:before,
.ga_tooltip-left:hover:after,
.ga_tooltip-left:focus:before,
.ga_tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px)
}

.ga_tooltip-bottom:before,
.ga_tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%
}

.ga_tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, .9)
}

.ga_tooltip-bottom:hover:before,
.ga_tooltip-bottom:hover:after,
.ga_tooltip-bottom:focus:before,
.ga_tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px)
}

.ga_tooltip-right:before,
.ga_tooltip-right:after {
  bottom: 50%;
  left: 100%
}

.ga_tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, .9)
}

.ga_tooltip-right:hover:before,
.ga_tooltip-right:hover:after,
.ga_tooltip-right:focus:before,
.ga_tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px)
}

.ga_tooltip-left:before,
.ga_tooltip-right:before {
  top: 3px
}

.ga_tooltip-left:after,
.ga_tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px
}

.ajax-spinner-bars {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50%;
  top: 50%
}

.ajax-spinner-bars>div {
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #25363f;
  opacity: .05;
  -webkit-animation: fadeit .8s linear infinite;
  animation: fadeit .8s linear infinite
}

.ajax-spinner-bars>.bar-1 {
  -webkit-transform: rotate(0deg) translate(0, -12px);
  transform: rotate(0deg) translate(0, -12px);
  -webkit-animation-delay: .05s;
  animation-delay: .05s
}

.ajax-spinner-bars>.bar-2 {
  -webkit-transform: rotate(22.5deg) translate(0, -12px);
  transform: rotate(22.5deg) translate(0, -12px);
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.ajax-spinner-bars>.bar-3 {
  -webkit-transform: rotate(45deg) translate(0, -12px);
  transform: rotate(45deg) translate(0, -12px);
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

.ajax-spinner-bars>.bar-4 {
  -webkit-transform: rotate(67.5deg) translate(0, -12px);
  transform: rotate(67.5deg) translate(0, -12px);
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.ajax-spinner-bars>.bar-5 {
  -webkit-transform: rotate(90deg) translate(0, -12px);
  transform: rotate(90deg) translate(0, -12px);
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.ajax-spinner-bars>.bar-6 {
  -webkit-transform: rotate(112.5deg) translate(0, -12px);
  transform: rotate(112.5deg) translate(0, -12px);
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.ajax-spinner-bars>.bar-7 {
  -webkit-transform: rotate(135deg) translate(0, -12px);
  transform: rotate(135deg) translate(0, -12px);
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}

.ajax-spinner-bars>.bar-8 {
  -webkit-transform: rotate(157.5deg) translate(0, -12px);
  transform: rotate(157.5deg) translate(0, -12px);
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.ajax-spinner-bars>.bar-9 {
  -webkit-transform: rotate(180deg) translate(0, -12px);
  transform: rotate(180deg) translate(0, -12px);
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.ajax-spinner-bars>.bar-10 {
  -webkit-transform: rotate(202.5deg) translate(0, -12px);
  transform: rotate(202.5deg) translate(0, -12px);
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.ajax-spinner-bars>.bar-11 {
  -webkit-transform: rotate(225deg) translate(0, -12px);
  transform: rotate(225deg) translate(0, -12px);
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}

.ajax-spinner-bars>.bar-12 {
  -webkit-transform: rotate(247.5deg) translate(0, -12px);
  transform: rotate(247.5deg) translate(0, -12px);
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.ajax-spinner-bars>.bar-13 {
  -webkit-transform: rotate(270deg) translate(0, -12px);
  transform: rotate(270deg) translate(0, -12px);
  -webkit-animation-delay: .65s;
  animation-delay: .65s
}

.ajax-spinner-bars>.bar-14 {
  -webkit-transform: rotate(292.5deg) translate(0, -12px);
  transform: rotate(292.5deg) translate(0, -12px);
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.ajax-spinner-bars>.bar-15 {
  -webkit-transform: rotate(315deg) translate(0, -12px);
  transform: rotate(315deg) translate(0, -12px);
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.ajax-spinner-bars>.bar-16 {
  -webkit-transform: rotate(337.5deg) translate(0, -12px);
  transform: rotate(337.5deg) translate(0, -12px);
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

@-webkit-keyframes fadeit {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeit {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@media screen and (min-width:791px) {
  #ga_provider_details .day_to {
    padding: 0 10px
  }

  #ga_schedule_tabs span.active,
  #ga_schedule_tabs span:hover {
    color: #00c18c;
    border-bottom: 2px solid #00c18c
  }
}

@media screen and (max-width:790px) {
  #ga_provider_details .ga_add_break {
    margin-left: 0;
    margin-top: 5px
  }

  #ga_provider_details .day_to {
    padding: 5px
  }

  #ga_schedule_tabs span.active,
  #ga_schedule_tabs span:hover {
    color: #00c18c;
    border-bottom: 2px solid transparent
  }
}

#provider_holidays,
#custom_dates_period {
  margin-bottom: 10px
}

#provider_holidays .holiday,
#custom_dates_period .custom-date {
  background: #eff0f1;
  padding: 5px 27px 5px 5px;
  margin-top: 5px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 5px;
  position: relative
}

#ga_provider_details .day-description {
  width: 110px;
  display: inline-block
}

#ga_provider_details .day_to {
  color: #aaa;
  display: inline-block
}

#ga_provider_details .break_to,
#provider-schedule .break_to {
  padding: 0 3px;
  color: #aaa
}

#ga_provider_details .schedule_day {
  padding: 15px 0
}

#ga_provider_details .schedule_day:last-child {
  border-bottom: none
}

#provider-schedule .ga-manage-schedule {
  text-align: center;
  width: 100%;
  color: #b4c0c6;
  cursor: pointer
}

#provider-schedule .ga-manage-schedule:hover {
  color: #1dd59a
}

#provider-schedule .ga-heading {
  margin: 0 0 10px;
  color: #5f6e77
}

#provider-schedule .button-ga {
  overflow: hidden;
  border-color: #00c18c;
  box-shadow: 0 1px 0 #00a77a;
  color: #fff;
  background-color: #1dd59a;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  padding: 5px 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box
}

#provider-schedule select,
#provider-schedule input {
  border: 1px solid #ddd;
  max-width: 100px !important;
  background-color: #fff;
  color: #32373c;
  outline: 0;
  transition: 50ms border-color ease-in-out;
  max-width: 100%;
  padding: 7px 6px;
  margin: 0;
  border-radius: 3px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .04) !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04) !important
}

#provider-schedule .day_to {
  padding: 0 10px;
  color: #aaa;
  display: inline-block;
  letter-spacing: .5px
}

#provider-schedule .schedule_day {
  padding: 8px 0
}

#provider-schedule .schedule_day div[class^=grid-] {
  width: 100%
}

#ga_provider_details .schedule_week_breaks .break_time,
#provider-schedule .schedule_week_breaks .break_time {
  background: #eff0f1;
  padding: 5px 27px 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 5px;
  position: relative
}

#ga_provider_details .schedule_week_breaks .break_time .break-delete,
#provider_holidays .holiday .holiday-delete,
#custom_dates_period .custom-date .custom-date-delete,
#provider-schedule .schedule_week_breaks .break_time .break-delete {
  cursor: pointer;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  -webkit-transform: perspective(1px) translateY(-50%)
}

#ga_provider_details .schedule_week_breaks .break_time .break-delete:hover,
#provider_holidays .holiday .holiday-delete:hover,
#custom_dates_period .custom-date .custom-date-delete:hover,
#provider-schedule .schedule_week_breaks .break_time .break-delete:hover {
  background: rgba(0, 0, 0, .12)
}

#ga_provider_details .schedule_week_breaks .break_time .break-delete:after,
#provider_holidays .holiday .holiday-delete:after,
#custom_dates_period .custom-date .custom-date-delete:after,
#provider-schedule .schedule_week_breaks .break_time .break-delete:after {
  position: absolute;
  background-image: url(/wp-content/plugins/gappointments/assets/close.svg);
  content: "";
  line-height: 19px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center
}

#ga_schedule_tabs {
  border-bottom: 1px solid #ededed;
  margin: -20px -20px 20px;
  text-align: center;
  padding: 15px 10px 11px;
  display: block
}

#ga_schedule_tabs span {
  padding: 14px 0;
  margin: 0 10px;
  cursor: pointer;
  color: #5f6e77;
  transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.ga-hidden {
  display: none
}

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

.grid-row {
  margin-left: -15px;
  margin-right: -15px
}

.grid-xs-1,
.grid-sm-1,
.grid-md-1,
.grid-lg-1,
.grid-xs-2,
.grid-sm-2,
.grid-md-2,
.grid-lg-2,
.grid-xs-3,
.grid-sm-3,
.grid-md-3,
.grid-lg-3,
.grid-xs-4,
.grid-sm-4,
.grid-md-4,
.grid-lg-4,
.grid-xs-5,
.grid-sm-5,
.grid-md-5,
.grid-lg-5,
.grid-xs-6,
.grid-sm-6,
.grid-md-6,
.grid-lg-6,
.grid-xs-7,
.grid-sm-7,
.grid-md-7,
.grid-lg-7,
.grid-xs-8,
.grid-sm-8,
.grid-md-8,
.grid-lg-8,
.grid-xs-9,
.grid-sm-9,
.grid-md-9,
.grid-lg-9,
.grid-xs-10,
.grid-sm-10,
.grid-md-10,
.grid-lg-10,
.grid-xs-11,
.grid-sm-11,
.grid-md-11,
.grid-lg-11,
.grid-xs-12,
.grid-sm-12,
.grid-md-12,
.grid-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.grid-xs-1,
.grid-xs-2,
.grid-xs-3,
.grid-xs-4,
.grid-xs-5,
.grid-xs-6,
.grid-xs-7,
.grid-xs-8,
.grid-xs-9,
.grid-xs-10,
.grid-xs-11,
.grid-xs-12 {
  float: left
}

.grid-xs-12 {
  width: 100%
}

.grid-xs-11 {
  width: 91.66666667%
}

.grid-xs-10 {
  width: 83.33333333%
}

.grid-xs-9 {
  width: 75%
}

.grid-xs-8 {
  width: 66.66666667%
}

.grid-xs-7 {
  width: 58.33333333%
}

.grid-xs-6 {
  width: 50%
}

.grid-xs-5 {
  width: 41.66666667%
}

.grid-xs-4 {
  width: 33.33333333%
}

.grid-xs-3 {
  width: 25%
}

.grid-xs-2 {
  width: 16.66666667%
}

.grid-xs-1 {
  width: 8.33333333%
}

@media (min-width:768px) {

  .grid-sm-1,
  .grid-sm-2,
  .grid-sm-3,
  .grid-sm-4,
  .grid-sm-5,
  .grid-sm-6,
  .grid-sm-7,
  .grid-sm-8,
  .grid-sm-9,
  .grid-sm-10,
  .grid-sm-11,
  .grid-sm-12 {
    float: left
  }

  .grid-sm-12 {
    width: 100%
  }

  .grid-sm-11 {
    width: 91.66666667%
  }

  .grid-sm-10 {
    width: 83.33333333%
  }

  .grid-sm-9 {
    width: 75%
  }

  .grid-sm-8 {
    width: 66.66666667%
  }

  .grid-sm-7 {
    width: 58.33333333%
  }

  .grid-sm-6 {
    width: 50%
  }

  .grid-sm-5 {
    width: 41.66666667%
  }

  .grid-sm-4 {
    width: 33.33333333%
  }

  .grid-sm-3 {
    width: 25%
  }

  .grid-sm-2 {
    width: 16.66666667%
  }

  .grid-sm-1 {
    width: 8.33333333%
  }
}

@media (min-width:992px) {

  .grid-md-1,
  .grid-md-2,
  .grid-md-3,
  .grid-md-4,
  .grid-md-5,
  .grid-md-6,
  .grid-md-7,
  .grid-md-8,
  .grid-md-9,
  .grid-md-10,
  .grid-md-11,
  .grid-md-12 {
    float: left
  }

  .grid-md-12 {
    width: 100%
  }

  .grid-md-11 {
    width: 91.66666667%
  }

  .grid-md-10 {
    width: 83.33333333%
  }

  .grid-md-9 {
    width: 75%
  }

  .grid-md-8 {
    width: 66.66666667%
  }

  .grid-md-7 {
    width: 58.33333333%
  }

  .grid-md-6 {
    width: 50%
  }

  .grid-md-5 {
    width: 41.66666667%
  }

  .grid-md-4 {
    width: 33.33333333%
  }

  .grid-md-3 {
    width: 25%
  }

  .grid-md-2 {
    width: 16.66666667%
  }

  .grid-md-1 {
    width: 8.33333333%
  }
}

@media (min-width:1200px) {

  .grid-lg-1,
  .grid-lg-2,
  .grid-lg-3,
  .grid-lg-4,
  .grid-lg-5,
  .grid-lg-6,
  .grid-lg-7,
  .grid-lg-8,
  .grid-lg-9,
  .grid-lg-10,
  .grid-lg-11,
  .grid-lg-12 {
    float: left
  }

  .grid-lg-12 {
    width: 100%
  }

  .grid-lg-11 {
    width: 91.66666667%
  }

  .grid-lg-10 {
    width: 83.33333333%
  }

  .grid-lg-9 {
    width: 75%
  }

  .grid-lg-8 {
    width: 66.66666667%
  }

  .grid-lg-7 {
    width: 58.33333333%
  }

  .grid-lg-6 {
    width: 50%
  }

  .grid-lg-5 {
    width: 41.66666667%
  }

  .grid-lg-4 {
    width: 33.33333333%
  }

  .grid-lg-3 {
    width: 25%
  }

  .grid-lg-2 {
    width: 16.66666667%
  }

  .grid-lg-1 {
    width: 8.33333333%
  }
}

.grid-row:before,
.grid-row:after {
  content: " ";
  display: table
}

.grid-row:after {
  clear: both
}

/*! This file is auto-generated */
@font-face {
  font-display: swap;
  font-family: dashicons;
  src: url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");
  src: url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"), url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");
  font-weight: 400;
  font-style: normal
}

.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
  content: "\f100"
}

.dashicons-admin-collapse:before {
  content: "\f148"
}

.dashicons-admin-comments:before {
  content: "\f101"
}

.dashicons-admin-customizer:before {
  content: "\f540"
}

.dashicons-admin-generic:before {
  content: "\f111"
}

.dashicons-admin-home:before {
  content: "\f102"
}

.dashicons-admin-links:before {
  content: "\f103"
}

.dashicons-admin-media:before {
  content: "\f104"
}

.dashicons-admin-multisite:before {
  content: "\f541"
}

.dashicons-admin-network:before {
  content: "\f112"
}

.dashicons-admin-page:before {
  content: "\f105"
}

.dashicons-admin-plugins:before {
  content: "\f106"
}

.dashicons-admin-post:before {
  content: "\f109"
}

.dashicons-admin-settings:before {
  content: "\f108"
}

.dashicons-admin-site-alt:before {
  content: "\f11d"
}

.dashicons-admin-site-alt2:before {
  content: "\f11e"
}

.dashicons-admin-site-alt3:before {
  content: "\f11f"
}

.dashicons-admin-site:before {
  content: "\f319"
}

.dashicons-admin-tools:before {
  content: "\f107"
}

.dashicons-admin-users:before {
  content: "\f110"
}

.dashicons-airplane:before {
  content: "\f15f"
}

.dashicons-album:before {
  content: "\f514"
}

.dashicons-align-center:before {
  content: "\f134"
}

.dashicons-align-full-width:before {
  content: "\f114"
}

.dashicons-align-left:before {
  content: "\f135"
}

.dashicons-align-none:before {
  content: "\f138"
}

.dashicons-align-pull-left:before {
  content: "\f10a"
}

.dashicons-align-pull-right:before {
  content: "\f10b"
}

.dashicons-align-right:before {
  content: "\f136"
}

.dashicons-align-wide:before {
  content: "\f11b"
}

.dashicons-amazon:before {
  content: "\f162"
}

.dashicons-analytics:before {
  content: "\f183"
}

.dashicons-archive:before {
  content: "\f480"
}

.dashicons-arrow-down-alt:before {
  content: "\f346"
}

.dashicons-arrow-down-alt2:before {
  content: "\f347"
}

.dashicons-arrow-down:before {
  content: "\f140"
}

.dashicons-arrow-left-alt:before {
  content: "\f340"
}

.dashicons-arrow-left-alt2:before {
  content: "\f341"
}

.dashicons-arrow-left:before {
  content: "\f141"
}

.dashicons-arrow-right-alt:before {
  content: "\f344"
}

.dashicons-arrow-right-alt2:before {
  content: "\f345"
}

.dashicons-arrow-right:before {
  content: "\f139"
}

.dashicons-arrow-up-alt:before {
  content: "\f342"
}

.dashicons-arrow-up-alt2:before {
  content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
  content: "\f143"
}

.dashicons-arrow-up:before {
  content: "\f142"
}

.dashicons-art:before {
  content: "\f309"
}

.dashicons-awards:before {
  content: "\f313"
}

.dashicons-backup:before {
  content: "\f321"
}

.dashicons-bank:before {
  content: "\f16a"
}

.dashicons-beer:before {
  content: "\f16c"
}

.dashicons-bell:before {
  content: "\f16d"
}

.dashicons-block-default:before {
  content: "\f12b"
}

.dashicons-book-alt:before {
  content: "\f331"
}

.dashicons-book:before {
  content: "\f330"
}

.dashicons-buddicons-activity:before {
  content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
  content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
  content: "\f448"
}

.dashicons-buddicons-community:before {
  content: "\f453"
}

.dashicons-buddicons-forums:before {
  content: "\f449"
}

.dashicons-buddicons-friends:before {
  content: "\f454"
}

.dashicons-buddicons-groups:before {
  content: "\f456"
}

.dashicons-buddicons-pm:before {
  content: "\f457"
}

.dashicons-buddicons-replies:before {
  content: "\f451"
}

.dashicons-buddicons-topics:before {
  content: "\f450"
}

.dashicons-buddicons-tracking:before {
  content: "\f455"
}

.dashicons-building:before {
  content: "\f512"
}

.dashicons-businessman:before {
  content: "\f338"
}

.dashicons-businessperson:before {
  content: "\f12e"
}

.dashicons-businesswoman:before {
  content: "\f12f"
}

.dashicons-button:before {
  content: "\f11a"
}

.dashicons-calculator:before {
  content: "\f16e"
}

.dashicons-calendar-alt:before {
  content: "\f508"
}

.dashicons-calendar:before {
  content: "\f145"
}

.dashicons-camera-alt:before {
  content: "\f129"
}

.dashicons-camera:before {
  content: "\f306"
}

.dashicons-car:before {
  content: "\f16b"
}

.dashicons-carrot:before {
  content: "\f511"
}

.dashicons-cart:before {
  content: "\f174"
}

.dashicons-category:before {
  content: "\f318"
}

.dashicons-chart-area:before {
  content: "\f239"
}

.dashicons-chart-bar:before {
  content: "\f185"
}

.dashicons-chart-line:before {
  content: "\f238"
}

.dashicons-chart-pie:before {
  content: "\f184"
}

.dashicons-clipboard:before {
  content: "\f481"
}

.dashicons-clock:before {
  content: "\f469"
}

.dashicons-cloud-saved:before {
  content: "\f137"
}

.dashicons-cloud-upload:before {
  content: "\f13b"
}

.dashicons-cloud:before {
  content: "\f176"
}

.dashicons-code-standards:before {
  content: "\f13a"
}

.dashicons-coffee:before {
  content: "\f16f"
}

.dashicons-color-picker:before {
  content: "\f131"
}

.dashicons-columns:before {
  content: "\f13c"
}

.dashicons-controls-back:before {
  content: "\f518"
}

.dashicons-controls-forward:before {
  content: "\f519"
}

.dashicons-controls-pause:before {
  content: "\f523"
}

.dashicons-controls-play:before {
  content: "\f522"
}

.dashicons-controls-repeat:before {
  content: "\f515"
}

.dashicons-controls-skipback:before {
  content: "\f516"
}

.dashicons-controls-skipforward:before {
  content: "\f517"
}

.dashicons-controls-volumeoff:before {
  content: "\f520"
}

.dashicons-controls-volumeon:before {
  content: "\f521"
}

.dashicons-cover-image:before {
  content: "\f13d"
}

.dashicons-dashboard:before {
  content: "\f226"
}

.dashicons-database-add:before {
  content: "\f170"
}

.dashicons-database-export:before {
  content: "\f17a"
}

.dashicons-database-import:before {
  content: "\f17b"
}

.dashicons-database-remove:before {
  content: "\f17c"
}

.dashicons-database-view:before {
  content: "\f17d"
}

.dashicons-database:before {
  content: "\f17e"
}

.dashicons-desktop:before {
  content: "\f472"
}

.dashicons-dismiss:before {
  content: "\f153"
}

.dashicons-download:before {
  content: "\f316"
}

.dashicons-drumstick:before {
  content: "\f17f"
}

.dashicons-edit-large:before {
  content: "\f327"
}

.dashicons-edit-page:before {
  content: "\f186"
}

.dashicons-edit:before {
  content: "\f464"
}

.dashicons-editor-aligncenter:before {
  content: "\f207"
}

.dashicons-editor-alignleft:before {
  content: "\f206"
}

.dashicons-editor-alignright:before {
  content: "\f208"
}

.dashicons-editor-bold:before {
  content: "\f200"
}

.dashicons-editor-break:before {
  content: "\f474"
}

.dashicons-editor-code-duplicate:before {
  content: "\f494"
}

.dashicons-editor-code:before {
  content: "\f475"
}

.dashicons-editor-contract:before {
  content: "\f506"
}

.dashicons-editor-customchar:before {
  content: "\f220"
}

.dashicons-editor-expand:before {
  content: "\f211"
}

.dashicons-editor-help:before {
  content: "\f223"
}

.dashicons-editor-indent:before {
  content: "\f222"
}

.dashicons-editor-insertmore:before {
  content: "\f209"
}

.dashicons-editor-italic:before {
  content: "\f201"
}

.dashicons-editor-justify:before {
  content: "\f214"
}

.dashicons-editor-kitchensink:before {
  content: "\f212"
}

.dashicons-editor-ltr:before {
  content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
  content: "\f12c"
}

.dashicons-editor-ol:before {
  content: "\f204"
}

.dashicons-editor-outdent:before {
  content: "\f221"
}

.dashicons-editor-paragraph:before {
  content: "\f476"
}

.dashicons-editor-paste-text:before {
  content: "\f217"
}

.dashicons-editor-paste-word:before {
  content: "\f216"
}

.dashicons-editor-quote:before {
  content: "\f205"
}

.dashicons-editor-removeformatting:before {
  content: "\f218"
}

.dashicons-editor-rtl:before {
  content: "\f320"
}

.dashicons-editor-spellcheck:before {
  content: "\f210"
}

.dashicons-editor-strikethrough:before {
  content: "\f224"
}

.dashicons-editor-table:before {
  content: "\f535"
}

.dashicons-editor-textcolor:before {
  content: "\f215"
}

.dashicons-editor-ul:before {
  content: "\f203"
}

.dashicons-editor-underline:before {
  content: "\f213"
}

.dashicons-editor-unlink:before {
  content: "\f225"
}

.dashicons-editor-video:before {
  content: "\f219"
}

.dashicons-ellipsis:before {
  content: "\f11c"
}

.dashicons-email-alt:before {
  content: "\f466"
}

.dashicons-email-alt2:before {
  content: "\f467"
}

.dashicons-email:before {
  content: "\f465"
}

.dashicons-embed-audio:before {
  content: "\f13e"
}

.dashicons-embed-generic:before {
  content: "\f13f"
}

.dashicons-embed-photo:before {
  content: "\f144"
}

.dashicons-embed-post:before {
  content: "\f146"
}

.dashicons-embed-video:before {
  content: "\f149"
}

.dashicons-excerpt-view:before {
  content: "\f164"
}

.dashicons-exit:before {
  content: "\f14a"
}

.dashicons-external:before {
  content: "\f504"
}

.dashicons-facebook-alt:before {
  content: "\f305"
}

.dashicons-facebook:before {
  content: "\f304"
}

.dashicons-feedback:before {
  content: "\f175"
}

.dashicons-filter:before {
  content: "\f536"
}

.dashicons-flag:before {
  content: "\f227"
}

.dashicons-food:before {
  content: "\f187"
}

.dashicons-format-aside:before {
  content: "\f123"
}

.dashicons-format-audio:before {
  content: "\f127"
}

.dashicons-format-chat:before {
  content: "\f125"
}

.dashicons-format-gallery:before {
  content: "\f161"
}

.dashicons-format-image:before {
  content: "\f128"
}

.dashicons-format-quote:before {
  content: "\f122"
}

.dashicons-format-status:before {
  content: "\f130"
}

.dashicons-format-video:before {
  content: "\f126"
}

.dashicons-forms:before {
  content: "\f314"
}

.dashicons-fullscreen-alt:before {
  content: "\f188"
}

.dashicons-fullscreen-exit-alt:before {
  content: "\f189"
}

.dashicons-games:before {
  content: "\f18a"
}

.dashicons-google:before {
  content: "\f18b"
}

.dashicons-googleplus:before {
  content: "\f462"
}

.dashicons-grid-view:before {
  content: "\f509"
}

.dashicons-groups:before {
  content: "\f307"
}

.dashicons-hammer:before {
  content: "\f308"
}

.dashicons-heading:before {
  content: "\f10e"
}

.dashicons-heart:before {
  content: "\f487"
}

.dashicons-hidden:before {
  content: "\f530"
}

.dashicons-hourglass:before {
  content: "\f18c"
}

.dashicons-html:before {
  content: "\f14b"
}

.dashicons-id-alt:before {
  content: "\f337"
}

.dashicons-id:before {
  content: "\f336"
}

.dashicons-image-crop:before {
  content: "\f165"
}

.dashicons-image-filter:before {
  content: "\f533"
}

.dashicons-image-flip-horizontal:before {
  content: "\f169"
}

.dashicons-image-flip-vertical:before {
  content: "\f168"
}

.dashicons-image-rotate-left:before {
  content: "\f166"
}

.dashicons-image-rotate-right:before {
  content: "\f167"
}

.dashicons-image-rotate:before {
  content: "\f531"
}

.dashicons-images-alt:before {
  content: "\f232"
}

.dashicons-images-alt2:before {
  content: "\f233"
}

.dashicons-index-card:before {
  content: "\f510"
}

.dashicons-info-outline:before {
  content: "\f14c"
}

.dashicons-info:before {
  content: "\f348"
}

.dashicons-insert-after:before {
  content: "\f14d"
}

.dashicons-insert-before:before {
  content: "\f14e"
}

.dashicons-insert:before {
  content: "\f10f"
}

.dashicons-instagram:before {
  content: "\f12d"
}

.dashicons-laptop:before {
  content: "\f547"
}

.dashicons-layout:before {
  content: "\f538"
}

.dashicons-leftright:before {
  content: "\f229"
}

.dashicons-lightbulb:before {
  content: "\f339"
}

.dashicons-linkedin:before {
  content: "\f18d"
}

.dashicons-list-view:before {
  content: "\f163"
}

.dashicons-location-alt:before {
  content: "\f231"
}

.dashicons-location:before {
  content: "\f230"
}

.dashicons-lock-duplicate:before {
  content: "\f315"
}

.dashicons-lock:before {
  content: "\f160"
}

.dashicons-marker:before {
  content: "\f159"
}

.dashicons-media-archive:before {
  content: "\f501"
}

.dashicons-media-audio:before {
  content: "\f500"
}

.dashicons-media-code:before {
  content: "\f499"
}

.dashicons-media-default:before {
  content: "\f498"
}

.dashicons-media-document:before {
  content: "\f497"
}

.dashicons-media-interactive:before {
  content: "\f496"
}

.dashicons-media-spreadsheet:before {
  content: "\f495"
}

.dashicons-media-text:before {
  content: "\f491"
}

.dashicons-media-video:before {
  content: "\f490"
}

.dashicons-megaphone:before {
  content: "\f488"
}

.dashicons-menu-alt:before {
  content: "\f228"
}

.dashicons-menu-alt2:before {
  content: "\f329"
}

.dashicons-menu-alt3:before {
  content: "\f349"
}

.dashicons-menu:before {
  content: "\f333"
}

.dashicons-microphone:before {
  content: "\f482"
}

.dashicons-migrate:before {
  content: "\f310"
}

.dashicons-minus:before {
  content: "\f460"
}

.dashicons-money-alt:before {
  content: "\f18e"
}

.dashicons-money:before {
  content: "\f526"
}

.dashicons-move:before {
  content: "\f545"
}

.dashicons-nametag:before {
  content: "\f484"
}

.dashicons-networking:before {
  content: "\f325"
}

.dashicons-no-alt:before {
  content: "\f335"
}

.dashicons-no:before {
  content: "\f158"
}

.dashicons-open-folder:before {
  content: "\f18f"
}

.dashicons-palmtree:before {
  content: "\f527"
}

.dashicons-paperclip:before {
  content: "\f546"
}

.dashicons-pdf:before {
  content: "\f190"
}

.dashicons-performance:before {
  content: "\f311"
}

.dashicons-pets:before {
  content: "\f191"
}

.dashicons-phone:before {
  content: "\f525"
}

.dashicons-pinterest:before {
  content: "\f192"
}

.dashicons-playlist-audio:before {
  content: "\f492"
}

.dashicons-playlist-video:before {
  content: "\f493"
}

.dashicons-plugins-checked:before {
  content: "\f485"
}

.dashicons-plus-alt:before {
  content: "\f502"
}

.dashicons-plus-alt2:before {
  content: "\f543"
}

.dashicons-plus:before {
  content: "\f132"
}

.dashicons-podio:before {
  content: "\f19c"
}

.dashicons-portfolio:before {
  content: "\f322"
}

.dashicons-post-status:before {
  content: "\f173"
}

.dashicons-pressthis:before {
  content: "\f157"
}

.dashicons-printer:before {
  content: "\f193"
}

.dashicons-privacy:before {
  content: "\f194"
}

.dashicons-products:before {
  content: "\f312"
}

.dashicons-randomize:before {
  content: "\f503"
}

.dashicons-reddit:before {
  content: "\f195"
}

.dashicons-redo:before {
  content: "\f172"
}

.dashicons-remove:before {
  content: "\f14f"
}

.dashicons-rest-api:before {
  content: "\f124"
}

.dashicons-rss:before {
  content: "\f303"
}

.dashicons-saved:before {
  content: "\f15e"
}

.dashicons-schedule:before {
  content: "\f489"
}

.dashicons-screenoptions:before {
  content: "\f180"
}

.dashicons-search:before {
  content: "\f179"
}

.dashicons-share-alt:before {
  content: "\f240"
}

.dashicons-share-alt2:before {
  content: "\f242"
}

.dashicons-share:before {
  content: "\f237"
}

.dashicons-shield-alt:before {
  content: "\f334"
}

.dashicons-shield:before {
  content: "\f332"
}

.dashicons-shortcode:before {
  content: "\f150"
}

.dashicons-slides:before {
  content: "\f181"
}

.dashicons-smartphone:before {
  content: "\f470"
}

.dashicons-smiley:before {
  content: "\f328"
}

.dashicons-sort:before {
  content: "\f156"
}

.dashicons-sos:before {
  content: "\f468"
}

.dashicons-spotify:before {
  content: "\f196"
}

.dashicons-star-empty:before {
  content: "\f154"
}

.dashicons-star-filled:before {
  content: "\f155"
}

.dashicons-star-half:before {
  content: "\f459"
}

.dashicons-sticky:before {
  content: "\f537"
}

.dashicons-store:before {
  content: "\f513"
}

.dashicons-superhero-alt:before {
  content: "\f197"
}

.dashicons-superhero:before {
  content: "\f198"
}

.dashicons-table-col-after:before {
  content: "\f151"
}

.dashicons-table-col-before:before {
  content: "\f152"
}

.dashicons-table-col-delete:before {
  content: "\f15a"
}

.dashicons-table-row-after:before {
  content: "\f15b"
}

.dashicons-table-row-before:before {
  content: "\f15c"
}

.dashicons-table-row-delete:before {
  content: "\f15d"
}

.dashicons-tablet:before {
  content: "\f471"
}

.dashicons-tag:before {
  content: "\f323"
}

.dashicons-tagcloud:before {
  content: "\f479"
}

.dashicons-testimonial:before {
  content: "\f473"
}

.dashicons-text-page:before {
  content: "\f121"
}

.dashicons-text:before {
  content: "\f478"
}

.dashicons-thumbs-down:before {
  content: "\f542"
}

.dashicons-thumbs-up:before {
  content: "\f529"
}

.dashicons-tickets-alt:before {
  content: "\f524"
}

.dashicons-tickets:before {
  content: "\f486"
}

.dashicons-tide:before {
  content: "\f10d"
}

.dashicons-translation:before {
  content: "\f326"
}

.dashicons-trash:before {
  content: "\f182"
}

.dashicons-twitch:before {
  content: "\f199"
}

.dashicons-twitter-alt:before {
  content: "\f302"
}

.dashicons-twitter:before {
  content: "\f301"
}

.dashicons-undo:before {
  content: "\f171"
}

.dashicons-universal-access-alt:before {
  content: "\f507"
}

.dashicons-universal-access:before {
  content: "\f483"
}

.dashicons-unlock:before {
  content: "\f528"
}

.dashicons-update-alt:before {
  content: "\f113"
}

.dashicons-update:before {
  content: "\f463"
}

.dashicons-upload:before {
  content: "\f317"
}

.dashicons-vault:before {
  content: "\f178"
}

.dashicons-video-alt:before {
  content: "\f234"
}

.dashicons-video-alt2:before {
  content: "\f235"
}

.dashicons-video-alt3:before {
  content: "\f236"
}

.dashicons-visibility:before {
  content: "\f177"
}

.dashicons-warning:before {
  content: "\f534"
}

.dashicons-welcome-add-page:before {
  content: "\f133"
}

.dashicons-welcome-comments:before {
  content: "\f117"
}

.dashicons-welcome-learn-more:before {
  content: "\f118"
}

.dashicons-welcome-view-site:before {
  content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
  content: "\f116"
}

.dashicons-welcome-write-blog:before {
  content: "\f119"
}

.dashicons-whatsapp:before {
  content: "\f19a"
}

.dashicons-wordpress-alt:before {
  content: "\f324"
}

.dashicons-wordpress:before {
  content: "\f120"
}

.dashicons-xing:before {
  content: "\f19d"
}

.dashicons-yes-alt:before {
  content: "\f12a"
}

.dashicons-yes:before {
  content: "\f147"
}

.dashicons-youtube:before {
  content: "\f19b"
}

.dashicons-editor-distractionfree:before {
  content: "\f211"
}

.dashicons-exerpt-view:before {
  content: "\f164"
}

.dashicons-format-links:before {
  content: "\f103"
}

.dashicons-format-standard:before {
  content: "\f109"
}

.dashicons-post-trash:before {
  content: "\f182"
}

.dashicons-share1:before {
  content: "\f237"
}

.dashicons-welcome-edit-page:before {
  content: "\f119"
}

/*!
 *  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-display: swap;
  font-family: 'FontAwesome';
  src: url('/wp-content/plugins/gappointments/assets/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/wp-content/plugins/gappointments/assets/fonts/fontawesome-webfont.eot?') format('embedded-opentype'), url('/wp-content/plugins/gappointments/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/wp-content/plugins/gappointments/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/wp-content/plugins/gappointments/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/wp-content/plugins/gappointments/assets/fonts/fontawesome-webfont.svg?v=4.7.0') 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
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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
}

.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: #fff
}

.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
}

.wp-block-archives {
  box-sizing: border-box
}

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%
}

.wp-block-button__link {
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  word-break: break-word
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
  border: 2px solid;
  padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
  color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
  background-color: initial;
  background-image: none
}

.wp-block-buttons {
  box-sizing: border-box
}

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: .25em
}

.wp-block-calendar th {
  font-weight: 400
}

.wp-block-calendar caption {
  background-color: inherit
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd
}

.wp-block-calendar table.has-background th {
  background-color: inherit
}

.wp-block-calendar table.has-text-color th {
  color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center
}

.wp-block-categories .wp-block-categories__label {
  display: block;
  width: 100%
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  /*!rtl:begin:ignore*/
  direction: ltr;
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  text-align: initial;
  white-space: pre-wrap
    /*!rtl:end:ignore*/
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments {
  box-sizing: border-box
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  margin-top: .5em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments {
  box-sizing: border-box
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  font-size: inherit;
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-comment-date {
  box-sizing: border-box
}

.comment-awaiting-moderation {
  display: block;
  font-size: .875em;
  line-height: 1.5
}

.wp-block-comment-author-name,
.wp-block-comment-content,
.wp-block-comment-edit-link,
.wp-block-comment-reply-link {
  box-sizing: border-box
}

.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-details {
  box-sizing: border-box
}

.wp-block-details summary {
  cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

:where(.wp-block-file) {
  margin-bottom: 1.5em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: .25em;
  margin-bottom: .5em;
  width: 100%
}

.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
  margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
  flex-direction: row;
  width: fit-content
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
  margin: 0
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
  flex-direction: row-reverse
}

.wp-block-form-input__label-content {
  width: fit-content
}

.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: .5em;
  padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em
}

textarea.wp-block-form-input__input {
  min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}

@media (min-width:600px) {

  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - .66667em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - .75em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - .8em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - .83333em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - .85714em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - .875em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: linear-gradient(0deg, #000 20%, #0000);
  max-height: 40%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #0006, #0000);
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000
}

@media (hover:none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
  content: none
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg
}

.wp-block-image>a,
.wp-block-image>figure>a {
  display: inline-block
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

@media not (prefers-reduced-motion) {
  .wp-block-image img.hide {
    visibility: hidden
  }

  .wp-block-image img.show {
    animation: show-content-image .4s
  }
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull>a,
.wp-block-image.alignwide>a {
  width: 100%
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
  caption-side: bottom;
  display: table-caption
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

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

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px
}

.wp-block-image figure {
  margin: 0
}

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative
}

.wp-lightbox-container img {
  cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
  opacity: 1
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  width: 20px;
  z-index: 100
}

@media not (prefers-reduced-motion) {
  .wp-lightbox-container button {
    transition: opacity .2s ease
  }
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1
}

.wp-lightbox-container button:focus {
  opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none
}

.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay button {
  background: none;
  border: none
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: .9;
  position: absolute;
  width: 100%;
  z-index: 2000000
}

.wp-lightbox-overlay.active {
  visibility: visible
}

@media not (prefers-reduced-motion) {
  .wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both
  }

  .wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
  }

  .wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility .35s both
  }

  .wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility .25s both
  }

  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in .4s
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility .4s forwards
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
    animation: lightbox-zoom-out .4s
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    animation: turn-off-visibility .4s forwards
  }
}

@keyframes show-content-image {
  0% {
    visibility: hidden
  }

  99% {
    visibility: hidden
  }

  to {
    visibility: visible
  }
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
  }

  to {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden
  }
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
  font-size: inherit
}

.wp-block-latest-posts {
  box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-full-content {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,
ul {
  box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-loginout,
.wp-block-media-text {
  box-sizing: border-box
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,
.wp-block-media-text>.wp-block-media-text__content,
.wp-block-media-text>.wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text>.wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media a {
  display: block
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  position: relative
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center
}

.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;
  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 {
  display: inline-block;
  stroke: currentColor;
  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-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px
}

.link-ui-block-inserter {
  padding-top: 8px
}

.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  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 .wp-block-navigation-item {
  background-color: inherit
}

.wp-block-page-list {
  box-sizing: border-box
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

p.has-drop-cap.has-background {
  overflow: hidden
}

:root :where(p.has-background) {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-author {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  font-size: .5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  font-size: .7em;
  margin-bottom: .7em
}

.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-post-author__name {
  margin: 0
}

.wp-block-post-author-biography {
  box-sizing: border-box
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
  box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form :where(input[type=submit]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments-form input[type=submit] {
  width: auto
}

.wp-block-post-comments-count {
  box-sizing: border-box
}

.wp-block-post-content {
  display: flow-root
}

.wp-block-post-comments-link,
.wp-block-post-date {
  box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%
}

.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-terms {
  box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box
}

.wp-block-post-title {
  word-break: break-word
}

.wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit
}

.wp-block-post-author-name {
  box-sizing: border-box
}

.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote blockquote {
  margin: 0
}

.wp-block-pullquote p {
  margin-top: 0
}

.wp-block-pullquote p:last-child {
  margin-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.has-text-align-center blockquote {
  text-align: center
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none
}

.wp-block-pullquote cite {
  color: inherit;
  display: block
}

.wp-block-post-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

@media (max-width:600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr
  }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,
.wp-block-query-total,
.wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-quote>cite {
  display: block
}

.wp-block-read-more {
  display: block;
  width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
  text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(:not([style*=text-decoration])):focus {
  text-decoration: none
}

ul.wp-block-rss.alignleft {
  margin-right: 2em
}

ul.wp-block-rss.alignright {
  margin-left: 2em
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-rss {
  box-sizing: border-box;
  list-style: none;
  padding: 0
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
  max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important
}

:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  float: right
}

.wp-block-separator {
  border: none;
  border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0
}

.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px
}

.wp-block-site-tagline,
.wp-block-site-title {
  box-sizing: border-box
}

.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit
}

.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto
}

@media not (prefers-reduced-motion) {
  .wp-block-social-link {
    transition: transform .1s ease
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
  background-color: #5865f2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
  background-color: #0866ff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: none
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
  color: #5865f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
  padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: .6666666667em;
  padding-right: .6666666667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud {
  box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
  border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit
}

:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box
}

:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.3333333333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  vertical-align: middle;
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

:where(figure) {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px
  }
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: .44rem;
  --wp--preset--spacing--30: .67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
  gap: .5em
}

:where(.is-layout-grid) {
  gap: .5em
}

body .is-layout-flex {
  display: flex
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center
}

.is-layout-flex>:is(*, div) {
  margin: 0
}

body .is-layout-grid {
  display: grid
}

.is-layout-grid>:is(*, div) {
  margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

.has-black-color {
  color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
  color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6
}

.post-views.entry-meta>span {
  margin-right: 0 !important;
  font: 16px/1
}

.post-views.entry-meta>span.post-views-icon.dashicons {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-decoration: inherit;
  vertical-align: middle
}

@font-face {
  font-display: swap;
  font-family: helveticabold;
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot);
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.eot?) format('embedded-opentype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.woff) format('woff'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_bold_0-webfont.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-display: swap;
  font-family: helveticaregular;
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot);
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot?) format('embedded-opentype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.woff) format('woff'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-display: swap;
  font-family: helvetica-light;
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot);
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.eot?) format('embedded-opentype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.woff) format('woff'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helvetica_0-webfont.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-display: swap;
  font-family: helveticaneue-light;
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot);
  src: url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.eot?) format('embedded-opentype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.woff) format('woff'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.ttf) format('truetype'), url(/wp-content/plugins/ultimate-social-media-icons/css/fonts/helveticaneue-light.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

body {
  margin: 0;
  padding: 0
}

.clear {
  clear: both
}

.space {
  clear: both;
  padding: 30px 0 0;
  width: 100%;
  float: left
}

.like_txt {
  margin: 30px 0 0;
  padding: 0;
  color: #12a252;
  font-family: helveticaregular;
  font-size: 20px;
  line-height: 20px;
  text-align: center
}

.like_txt a {
  color: #12a252
}

.sfsibeforpstwpr iframe,
.sfsiaftrpstwpr iframe {
  max-width: none
}

.sfwp_fivestar_ul li {
  display: block;
  padding-right: 20px
}

.shwthmbfraftr {
  margin-top: 5px !important
}

label.toglpstpgsbttl {
  float: left;
  margin-top: 5px !important
}

.tab_3_icns.shwthmbfraftr .cstmdisplaysharingtxt {
  float: left
}

.tab6 ul.enough_waffling.sfsi_dsplyatend {
  width: 24%;
  float: left
}

.tab4 ul.like_icon {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  text-align: center
}

.tab4 ul.like_icon li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block
}

.tab4 ul.like_icon li span {
  margin: 0;
  width: 58px;
  display: block;
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
  height: 38px;
  overflow: hidden;
  padding: 10px 2px 2px;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  color: #5a6570
}

.tab4 ul.like_icon li a {
  color: #5a6570;
  text-decoration: none
}

.tab4 ul.enough_waffling {
  margin: 0;
  padding: 25px 0 27px;
  list-style: none;
  text-align: center
}

.tab4 ul.enough_waffling li {
  margin: 0 22px;
  padding: 0;
  list-style: none;
  display: inline-block
}

.tab4 ul.enough_waffling li span {
  float: left
}

.tab4 ul.enough_waffling li label {
  margin: 0 0 0 20px;
  float: left;
  font-family: helveticaregular;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
  color: #5a6570
}

.sfsi_mainContainer .checkbox {
  width: 31px;
  height: 31px;
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/check_bg.jpg) no-repeat;
  display: inherit
}

.sfsi_mainContainer .radio {
  width: 40px;
  height: 40px;
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/radio_bg.png) no-repeat;
  display: inherit
}

.sfsi_mainContainer .select {
  width: 137px;
  height: 47px;
  font-size: 17px;
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/select_bg.jpg) no-repeat;
  display: block;
  padding-left: 16px;
  line-height: 49px
}

.sfsi_mainContainer .line {
  background: #eaebee;
  height: 1px;
  font-size: 0;
  margin: 15px 0 0;
  clear: both;
  width: 100%;
  float: left
}

.specify_counts {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  clear: both;
  width: 100%;
  float: left;
  border-top: 1px solid #eaebee
}

.specify_counts .radio_section {
  width: 30px;
  float: left;
  margin: 12px 10px 0 0
}

.specify_counts .social_icon_like {
  width: 54px;
  float: left;
  margin: 0 15px 0 0
}

.specify_counts .social_icon_like ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.specify_counts .social_icon_like li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block
}

.specify_counts .social_icon_like li span {
  margin: 0;
  width: 54px;
  display: block;
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/count_bg.jpg) no-repeat;
  height: 24px;
  overflow: hidden;
  padding: 10px 2px 2px;
  font-family: helveticaregular;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #5a6570
}

.specify_counts .social_icon_like li a {
  color: #5a6570;
  text-decoration: none
}

.specify_counts .listing {
  width: 88%;
  margin-top: -5px;
  display: inherit;
  float: left
}

.specify_counts .listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left
}

.specify_counts .listing li {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  clear: both;
  line-height: 39px;
  font-size: 17px
}

.specify_counts .listing li span {
  float: left;
  margin-right: 20px
}

.specify_counts .listing li .input {
  background: #e5e5e5;
  box-shadow: 2px 2px 3px #dcdcdc inset;
  border: 0;
  padding: 10px;
  margin-left: 25px
}

.specify_counts .listing li .input_facebook {
  width: 288px;
  background: #e5e5e5;
  box-shadow: 2px 2px 3px #dcdcdc inset;
  border: 0;
  padding: 10px;
  margin-left: 16px
}

.save_button {
  width: 450px;
  padding-top: 30px;
  clear: both;
  margin: auto
}

.save_button a {
  background: #12a252;
  text-align: center;
  font-size: 23px;
  color: #fff !important;
  display: block;
  padding: 11px 0;
  text-decoration: none
}

.save_button a:hover {
  background: #079345
}

.tab5 ul.share_icon_order {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left
}

.tab5 ul.share_icon_order li {
  margin: 22px 6px 0 0;
  padding: 0;
  list-style: none;
  float: left;
  line-height: 37px
}

.tab5 ul.share_icon_order li:last-child {
  margin: 22px 0 0 3px
}

.tab5 .row {
  border-top: 1px solid #eaebee;
  margin-top: 25px;
  padding-top: 15px;
  clear: both;
  display: block;
  width: 100%;
  float: left;
  font-family: helveticaregular;
  line-height: 42px
}

.tab5 .icons_size {
  position: relative
}

.tab5 .icons_size span {
  margin-right: 18px;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 46px
}

.tab5 .icons_size span.last {
  margin-left: 55px
}

.tab5 .icons_size input {
  width: 73px;
  background: #e5e5e5;
  box-shadow: 2px 2px 3px #dcdcdc inset;
  border: 0;
  padding: 13px 13px 12px;
  margin-right: 18px;
  float: left;
  display: block
}

.tab5 .icons_size select.styled {
  position: absolute;
  left: 0;
  width: 135px;
  height: 46px;
  line-height: 46px
}

.tab5 .icons_size .field {
  position: relative;
  float: left;
  display: block;
  margin-right: 20px
}

.tab5 .icons_size ins {
  margin-right: 25px;
  float: left;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none
}

.tab5 .icons_size ins.leave_empty {
  line-height: 23px
}

.tab5 .icons_size {
  padding-top: 15px
}

.tab5 ul.enough_waffling {
  margin: -5px 0 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.tab5 .new_wind .row_onl ul.enough_waffling {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  height: 38px;
  text-align: center;
  width: 61%
}

.tab5 ul.enough_waffling li {
  margin: 0 22px;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left
}

.tab5 ul.enough_waffling li span {
  float: left
}

.tab5 ul.enough_waffling li label {
  margin: 0 0 0 20px;
  float: left;
  font-family: helveticaregular;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
  color: #5a6570
}

.sticking p {
  float: left;
  font-size: 18px !important
}

.sticking p.list {
  width: 168px
}

.sticking p.link {
  margin: 3px 0 0 12px;
  padding: 0 !important;
  float: left
}

.sticking .float {
  margin-left: 188px;
  margin-top: 3px;
  float: left;
  font-size: 17px
}

.sticking ul {
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
  float: left
}

.sticking a {
  color: #a4a9ad
}

.sticking p {
  line-height: 19px !important
}

.sticking .field {
  position: relative;
  float: left;
  display: block;
  margin-left: 20px
}

.sticking .field .select {
  width: 206px;
  height: 47px;
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/select_bg1.jpg) no-repeat;
  display: block;
  padding-left: 10px
}

.sticking .field select.styled {
  position: absolute;
  left: 0;
  top: 0;
  width: 211px;
  line-height: 46px;
  height: 46px
}

.mouseover_field {
  width: 455px;
  float: left;
  font-size: 18px;
  margin-top: 10px
}

.mouseover_field label {
  width: 125px;
  float: left
}

.mouseover_field input {
  width: 256px;
  float: left;
  background: #e5e5e5;
  box-shadow: 2px 2px 3px #dcdcdc inset;
  border: 0;
  padding: 10px
}

.pop_up_box {
  width: 474px;
  background: #fff;
  box-shadow: 0 0 5px 3px #d8d8d8;
  margin: 200px auto;
  padding: 20px 25px 0;
  font-family: helveticaregular;
  color: #5a6570;
  min-height: 250px;
  position: relative
}

.pop_up_box h4,
.pop_up_box_ex h4 {
  font-size: 20px;
  color: #5a6570;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 22px
}

.pop_up_box p,
.pop_up_box_ex p {
  font-size: 17px;
  line-height: 28px;
  color: #5a6570;
  text-align: left;
  margin: 0;
  padding: 25px 0 0;
  font-family: helveticaregular
}

.sfsi_popupcntnr {
  float: left;
  width: 100%
}

.sfsi_popupcntnr>h3 {
  color: #000;
  float: left;
  font-weight: 700;
  margin-bottom: 5px;
  width: 100%
}

ul.flwstep {
  float: left;
  width: 100%
}

ul.flwstep>li {
  color: #000;
  font-size: 16px;
  margin: 5px
}

.upldbtn {
  float: left;
  text-align: center;
  width: 100%
}

.upload_butt {
  background-color: #12a252;
  border: none;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  padding: 7px 22px;
  width: auto;
  cursor: pointer;
  font-size: 19px
}

.pop_up_box .button {
  background: #12a252;
  font-size: 22px;
  line-height: 24px;
  color: #5a6570;
  text-align: center;
  min-height: 80px;
  margin-top: 32px;
  box-shadow: none
}

.pop_up_box .button:hover {
  box-shadow: none !important
}

.pop_up_box .button a.activate {
  padding: 0
}

.pop_up_box a,
.pop_up_box_ex a {
  color: #a4a9ad;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin-top: 18px;
  width: 100%
}

.pop_up_box .upload {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 15px;
  height: 46px
}

.pop_up_box .upload label {
  width: 135px;
  float: left;
  line-height: 45px;
  font-size: 18px;
  font-family: helveticaregular;
  text-align: left
}

.pop_up_box .upload input[type=text] {
  width: 248px;
  float: left;
  background: #e5e5e5;
  box-shadow: 2px 2px 3px #dcdcdc inset;
  border: 0;
  padding: 0 10px;
  font-size: 16px;
  height: 44px;
  text-align: left;
  color: #5a6570;
  font-family: helveticaregular
}

.pop_up_box .upload input.upload_butt {
  width: 100px;
  background: #12a252;
  box-shadow: 0 0 0;
  border: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: helveticaregular;
  height: 45px;
  right: 32px;
  top: 71px;
  position: absolute
}

.pop_up_box .upload a {
  color: #12a252;
  font-size: 18px;
  text-decoration: underline;
  font-family: helveticaregular;
  margin: 0 0 16px 140px
}

.pop_up_box a:hover,
.pop_up_box_ex a:hover {
  color: #a4a9ad
}

.inr_cont .fb_url {
  clear: both
}

.inr_cont .fb_url .checkbox,
.inr_cont .fb_url input.add,
.inr_cont .fb_url label,
.inr_cont .fb_url lable {
  float: left
}

.inr_cont .fb_url input.add {
  margin-left: 19px
}

.inr_cont .fb_url .checkbox {
  margin: 6px 0 0
}

.inr_cont .fb_url label {
  line-height: 22px;
  margin: 10px 0 0 15px;
  font-size: 17px
}

.inr_cont textarea.add_txt {
  resize: none;
  margin: 0 0 0 19px !important;
  height: 60px
}

.tab2 .inr_cont textarea.add_txt {
  width: 382px !important;
  height: 90px;
  overflow: hidden
}

.tab2 .inr_cont input.add {
  width: 417px
}

.red_txt,
.tab2 .red_txt {
  color: #ef4745 !important;
  text-align: center !important;
  padding-top: 5px !important
}

.green_txt {
  color: #12a252 !important;
  text-align: center !important;
  padding-top: 5px !important
}

.red_txt {
  color: #f80000 !important;
  text-align: center !important;
  padding-top: 5px !important
}

.linked_tab_2 .fb_url label {
  width: 22%
}

.twt_tab_2 label {
  width: 18%
}

.bdr_top {
  border-top: none !important
}

.linked_tab_2 .fb_url input.link_dbl {
  margin-bottom: 6px
}

.tab3 {
  overflow: hidden
}

.tab3 .row {
  padding: 25px 0;
  clear: both;
  overflow: hidden
}

.tab3 ul.tab_3_list {
  overflow: hidden;
  margin: 4px 0 11px
}

ul.tab_3_list li {
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 7px no-repeat;
  padding: 0 0 0 30px;
  color: #778088;
  font-family: helveticaregular;
  font-size: 17px;
  margin-bottom: 4px
}

.tab5 ul.tab_3_list li {
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/tab_3_list_bg.jpg) 13px 18px no-repeat
}

.tab3 .row h3 {
  margin: 20px 0 0;
  color: #414951;
  font-family: helveticabold;
  font-size: 20px
}

ul.tab_3_icns {
  list-style: none;
  margin: 10px 0 0;
  overflow: hidden
}

ul.tab_3_icns li {
  width: 100%;
  margin: 0 0 21px;
  float: left
}

ul.tab_3_icns label {
  float: left;
  line-height: 42px;
  color: #69737c;
  font-size: 18px;
  font-family: helveticaregular;
  min-width: 125px
}

ul.tab_3_icns li .icns_tab_3,
ul.tab_3_icns li .radio {
  float: left
}

.tab3 .sub_row h4 {
  color: #a4a9ad !important
}

.tab3 .sub_row p {
  padding-top: 18px !important;
  clear: both;
  overflow: hidden
}

.sub_row .sub_sub_box p {
  padding-top: 18px !important
}

.tab3 .sub_row .checkbox {
  float: left;
  margin-top: 4px
}

.tab3 .sub_row .sub_sub_box {
  width: 80%;
  margin: 7px 0 15px 10%;
  float: left
}

.tab3 .sub_row input.smal_inpt {
  width: 73px;
  background: #e5e5e5;
  box-shadow: 2px 2px 3px #dcdcdc inset;
  border: 0;
  padding: 10px;
  float: left;
  margin-left: 10px
}

.tab3 .sub_row .drop_lst {
  border: 1px solid #d6d6d6;
  font-size: 16px;
  color: #5a6570;
  width: 120px
}

.tab3 .first_row,
.tab3 .first_row p,
.tab3 .first_row p .radio,
.tab3 .first_row p label {
  float: left
}

.tab3 .first_row {
  width: 90%;
  float: left
}

.tab3 .first_row p {
  padding: 0 !important
}

.tab3 .first_row p label {
  line-height: 44px;
  margin: 0 10px
}

.tab3 .first_row p:last-child {
  margin-left: 27%
}

.tab3 .tab_1_sav {
  padding-top: 20px !important;
  margin: 10px auto 20px
}

.suc_msg {
  background: #12a252;
  color: #fff;
  display: none;
  font-size: 23px;
  padding: 10px;
  text-align: left;
  text-decoration: none
}

.error_msg {
  background: #d22b30;
  color: #fff;
  display: none;
  font-size: 23px;
  padding: 10px;
  text-align: left;
  text-decoration: none
}

.fileUPInput {
  cursor: pointer;
  position: relative;
  top: -43px;
  right: 0;
  z-index: 99;
  height: 42px;
  font-size: 5px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  width: 100%
}

.inputWrapper {
  height: 20px;
  width: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer
}

.custom-txt {
  background: 0 0 !important;
  padding-left: 2px !important
}

.custom-img {
  float: left;
  margin-left: 20px
}

.loader-img {
  float: left;
  margin-left: -70px;
  display: none
}

.pop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d3d3;
  z-index: 10;
  padding: 20px;
  display: none
}

.fb-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d3d3;
  z-index: -1000;
  padding: 20px;
  opacity: 0;
  display: block
}

.inputError {
  border: 1px solid #f80000 !important
}

.sfsicloseBtn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.sfsi_tool_tip_2 .tool_tip>img,
.tool_tip>img {
  display: inline-block;
  margin-right: 4px;
  float: left
}

.norm_row {
  float: left;
  min-width: 25px
}

.norm_row a {
  border: none;
  display: inline-block;
  position: relative;
  float: left
}

.sfsi_tool_tip_2 a {
  min-height: 0 !important
}

.sfsi_widget {
  min-height: 55px
}

.sfsi_widget a img {
  box-shadow: none !important;
  outline: 0
}

.sfsi_wicons {
  display: inline-block;
  color: #000
}

.sel-active {
  background-color: #f7941d
}

.sfsi_outr_div .close {
  position: absolute;
  right: 18px;
  top: 18px
}

.sfsi_outr_div h2 {
  color: #778088;
  font-family: helveticaregular;
  font-size: 26px;
  margin: 0 0 9px;
  padding: 0;
  text-align: center;
  font-weight: 400
}

.sfsi_outr_div ul li a {
  color: #5a6570;
  text-decoration: none
}

.sfsi_outr_div ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none
}

.expanded-area {
  display: none
}

.sfsi_wicons a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out
}

.scale,
.scale-div,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.sfsi_Sicons {
  float: left
}

.sfsi_Sicons .sf_subscrbe {
  margin: 2px 3px 3px 0;
  line-height: 20px
}

.sfsi_Sicons .sf_fb {
  margin: 0 4px 0 5px;
  line-height: 20px
}

.sfsi_Sicons .sf_fb_share {
  text-align: left;
  vertical-align: middle;
  float: left;
  line-height: 33px;
  width: auto;
  margin-right: 7px
}

.sfsi_Sicons .sf_twiter {
  margin: -12px 7px 0 4px;
  line-height: 20px
}

.sfsi_Sicons.left .sf_subscrbe {
  margin: 2px 8px 3px 0
}

.sfsi_Sicons.left .sf_fb {
  margin: 0 8px 0 0
}

.sfsi_Sicons.left .sf_twiter {
  margin: 2px 7px 0 0
}

.sfsi_Sicons.right .sf_subscrbe {
  margin: 2px 0 3px
}

.sfsi_Sicons.right .sf_fb {
  margin: 0 0 0 7px
}

.sfsi_Sicons.right .sf_twiter {
  margin: 2px 0 0 8px
}

.sfsi_Sicons .sf_subscrbe,
.sfsi_Sicons .sf_twiter {
  position: relative;
  width: 75px
}

.sfsi_Sicons .sf_twiter iframe {
  margin: 0;
  height: 20px !important;
  overflow: visible !important
}

.sfsi_Sicons .sf_twiter iframe #widget {
  overflow: visible !important
}

.sfsi_Sicons .sf_subscrbe a {
  width: auto;
  float: left;
  border: medium none;
  padding-top: 0
}

.sfsi_Sicons .sf_subscrbe a:focus {
  outline: medium none
}

.sfsi_Sicons .sf_subscrbe a img {
  width: 65px;
  float: left;
  height: 20px !important
}

.sfsi_Sicons .sf_fb {
  position: relative;
  width: 75px
}

.sfsi_Sicons .fb_iframe_widget {
  float: left;
  min-width: 115px;
  width: 73px;
  margin: 2px 0 0
}

.sfsi_Sicons .sfsi_socialwpr .fb-like.fb_iframe_widget[data-layout=button_count] {
  min-width: 125px;
  width: 73px !important;
  margin-left: 17px;
  margin-right: 24px
}

.sfsi_pop_up .button a:hover {
  color: #fff
}

.sfsi_pop_up .button:hover {
  background: #12a252;
  color: #fff;
  border: none
}

ul.icn_listing li .right_info a {
  outline: 0;
  font-family: helveticaregular
}

.upload_pop_up .upload_butt {
  line-height: 27px;
  margin-left: 6px
}

.drop_lsts {
  left: 220px;
  position: relative;
  top: -40px
}

.drop_lsts .styled {
  top: -42px;
  width: 127px;
  height: 33px
}

.drop_lsts span {
  line-height: 50px
}

.drag_drp {
  left: 11px;
  position: relative;
  top: 38px;
  font-size: 17px
}

.listing ul li label {
  width: 224px;
  float: left
}

.row_onl {
  width: 100%;
  float: left
}

#sfsi_Show_popupOn_PageIDs option.sel-active {
  background: #f7941d
}

.sfsi_inside div iframe {
  float: left;
  margin: 0
}

.sfsi_inside div #___plus_0,
.sfsi_inside div #___plusone_0 {
  height: 27px
}

.sfsi_outr_div li {
  float: left
}

.sfsi_tool_tip_2 .sfsi_inside div {
  min-height: 0
}

.sfsi_tool_tip_2 .sfsi_inside>div {
  height: 23px !important
}

#___plus_1>iframe {
  height: 30px
}

.main_contant h1 {
  margin: 0 0 18px
}

.main_contant p {
  margin: 0 0 11px
}

.main_contant p>a {
  color: #1a1d20;
  text-decoration: underline
}

.tab1 .gary_bg {
  background: #f1f1f1
}

#accordion {
  margin-top: 25px
}

.main_contant p>a,
.tab1 p span {
  font-family: helveticabold
}

.wapper .ui-accordion-header-active {
  margin-top: 20px !important
}

.wapper .tab2 {
  padding: 20px 33px 12px 34px !important
}

.wapper .tab2 p {
  margin-bottom: 6px
}

.tab2 .twt_tab_2 label {
  width: 175px
}

.tab2 .twt_fld {
  margin: 18px 0 23px;
  float: left
}

.tab2 .twt_fld_2 {
  margin: 0 0 17px;
  float: left
}

.tab2 .utube_inn {
  padding-bottom: 2px;
  float: left
}

.tab2 .utube_inn label {
  max-width: 90%
}

.tab2 .utube_inn label span {
  font-family: helveticabold
}

.tab2 .inr_cont p>a {
  font-family: helveticaneue-light;
  color: #778088;
  text-decoration: underline
}

.pinterest_section .inr_cont .pint_url {
  float: left;
  padding-top: 6px;
  clear: both
}

.pinterest_section .inr_cont .add {
  width: 417px !important
}

.linkedin_section .link_1,
.linkedin_section .link_2,
.linkedin_section .link_3,
.linkedin_section .link_4 {
  float: left;
  width: 100%
}

.linkedin_section .link_1 input.add,
.linkedin_section .link_2 input.add,
.linkedin_section .link_3 input.add,
.linkedin_section .link_4 input.add {
  width: 417px
}

.linkedin_section .link_1 {
  margin-bottom: 7px
}

.linkedin_section .link_2 {
  margin-bottom: 12px
}

.linkedin_section .link_3,
.linkedin_section .link_4 {
  margin-bottom: 13px
}

.tab2 .linkedin_section .link_4 {
  margin-bottom: 0
}

ul.tab_3_list li span {
  font-family: helveticaregular
}

#accordion .tab4 h4,
#accordion1 .tab4 h4 {
  color: #414951;
  font-size: 20px
}

.specify_counts .listing li .input {
  width: 73px
}

.sfsi_fbpgidwpr {
  width: 160px;
  float: left;
  font-weight: 700;
  font-size: 17px;
  color: #000
}

.sfsi_fbpgiddesc {
  font-weight: 400;
  width: 42%;
  font-size: 14px;
  color: #888;
  padding: 4px 0 0 60px
}

.specify_counts .listing li .input.mypginpt {
  width: 288px
}

.tab3 .Shuffle_auto .sub_sub_box .tab_3_option {
  padding-top: 0 !important;
  margin-bottom: 10px !important
}

.tab4 {
  padding-top: 35px !important
}

.tab4 .save_button {
  padding-top: 46px
}

.tab5 {
  padding-top: 31px !important
}

.tab7 {
  padding-top: 28px !important
}

.tab5 .row_onl {
  margin-top: 15px
}

.tab5 .sticking .link>a {
  color: #a4a9ad;
  text-decoration: underline
}

.tab5 .mouse_txt h4 {
  padding-bottom: 30px !important
}

.tab5 .save_button {
  padding-top: 54px
}

.tab7 .like_pop_box h2 {
  font-family: helveticabold;
  text-align: center;
  color: #414951;
  font-size: 26px
}

.tab1 ul.icn_listing li .right_info label:hover {
  text-decoration: none !important
}

.tab1 ul.icn_listing li .right_info label.expanded-area {
  clear: both;
  float: left;
  margin-top: 14px;
  width: 100%
}

.tab7 .space {
  margin-top: 14px
}

.tab7 .pop_up_show label {
  font-family: helveticaneue-light !important
}

.tab7 .save_button {
  padding-top: 78px
}

.like_txt a {
  text-decoration: none;
  font-family: helveticaregular
}

.bdr_btm_non {
  border-bottom: none !important
}

.tab1 .tab_1_sav {
  padding-top: 13px
}

#accordion .tab2 .facebook_section .inr_cont p.extra_sp,
#accordion1 .tab2 .facebook_section .inr_cont p.extra_sp {
  padding-top: 7px
}

.tab2 .custom_section {
  width: 100%
}

.tab7 {
  padding-bottom: 40px !important
}

.tab9 .save_button {
  padding-top: 40px
}

.tab9 .save_button a {
  padding: 16px 0
}

.tab2 .twitter_section .twt_fld input.add,
.tab2 .twitter_section .twt_fld_2 textarea.add_txt {
  width: 464px !important
}

.tab2 .utube_inn .fb_url label span {
  font-family: helveticaneue-light
}

.tab1 label,
.tab2 label,
.tab3 label,
.tab4 label,
.tab5 label,
.tab6 label,
.tab7 label,
.tab8 label {
  cursor: default !important
}

.tab5 .new_wind h4 {
  margin-bottom: 11px !important
}

.pop_up_box .fb_2 span {
  height: 28px !important
}

.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a {
  margin-top: 0
}

.tab6 .social_icon_like1 ul li span {
  margin-top: -1px
}

#sfpageLoad {
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/ajax-loader.gif) 50% 50% no-repeat #f9f9f9;
  height: 100%;
  left: 160px;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 92%;
  z-index: 9999
}

.sfsi_tool_tip_2,
.tool_tip {
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: #e7e7e7 0 0 2px 1px;
  display: block;
  float: left;
  margin: 0 0 0 -52px;
  padding: 5px 14px;
  position: absolute;
  z-index: 10000;
  border-bottom: #e5e5e5 solid 4px;
  width: 100px
}

.sfsi_tool_tip_2 {
  display: inline-table
}

.inerCnt,
.inerCnt:hover,
.inerCnt>a,
.inerCnt>a:hover,
.widget-area .widget a {
  outline: 0
}

.sfsi_tool_tip_2_inr {
  bottom: 90%;
  left: 20%;
  opacity: 0
}

.sfsi_tool_tip_2 .bot_arow {
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/bot_tip_icn.png) no-repeat;
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 15px;
  height: 21px;
  margin-left: -5px
}

.sfsi_tool_tip_2 .top_big_arow {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -21px;
  left: 50%;
  width: 15px;
  height: 21px;
  margin-right: -5px
}

.sfsi_tool_tip_2_inr .gpls_visit>a,
.sfsi_tool_tip_2_inr .prints_visit_1 a,
.sfsi_tool_tip_2_inr .utub_visit>a {
  margin-top: 0
}

.sfsi_tool_tip_2_inr .linkin_1 a,
.sfsi_tool_tip_2_inr .linkin_2 a,
.sfsi_tool_tip_2_inr .linkin_3 a,
.sfsi_tool_tip_2_inr .linkin_4 a,
.sfsi_tool_tip_2_inr .prints_visit a {
  margin: 0
}

.sfsiTlleftBig {
  bottom: 121%;
  left: 22%;
  margin-left: -54%
}

.sfsiTlleft {
  bottom: 100%;
  left: 50%;
  margin-left: -66px;
  margin-bottom: 2px
}

.sfsi_plc_btm {
  bottom: auto;
  top: 100%;
  left: 50%;
  margin-left: -63px;
  margin-top: -6px;
  margin-bottom: auto
}

.inerCnt {
  position: relative;
  z-index: inherit !important;
  float: left;
  width: 100%;
  float: left
}

.sfsi_wicons {
  margin-bottom: 30px;
  position: relative;
  padding-top: 5px
}

.norm_row .bot_no {
  position: absolute;
  padding: 1px 0;
  font-size: 12px !important;
  text-align: center;
  line-height: 12px !important;
  background: #fff;
  border-radius: 5px;
  left: 50%;
  margin-left: -22px;
  z-index: 9;
  border: 1px solid #333;
  top: 100%;
  white-space: pre;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
  width: 40px
}

.norm_row .bot_no:before {
  content: url(/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
  position: absolute;
  height: 9px;
  margin-left: -7.5px;
  top: -10px;
  left: 50%;
  width: 15px
}

.bot_no.sfsiSmBtn {
  font-size: 10px;
  margin-top: 4px
}

.bot_no.sfsiSmBtn:before {
  margin-left: -8px;
  top: -9px
}

.norm_row .cbtn_vsmall {
  font-size: 9px;
  left: -28%;
  top: 4px
}

.norm_row .cbtn_vsmall:before {
  left: 31%;
  top: -9px;
  margin-left: -31%
}

h2.optional {
  font-family: helveticaregular;
  font-size: 25px;
  margin: 14px 0 19px;
  color: #5a6570
}

.utube_tool_bdr .utub_visit {
  margin: 9px 0 0;
  height: 24px;
  display: inline-block;
  float: none
}

.utube_tool_bdr .utub_2 {
  margin: 9px 0 0;
  height: 24px;
  width: 86px;
  display: inline-block;
  float: none
}

.printst_tool_bdr {
  width: 79px
}

.printst_tool_bdr .prints_visit {
  margin: 0 0 10px -22px
}

.printst_tool_bdr .prints_visit_1 {
  margin: 0 0 0 -53px
}

.fb_tool_bdr {
  width: 68px;
  height: auto
}

.fb_tool_bdr .sfsi_inside {
  text-align: center;
  width: 100%;
  float: left;
  overflow: hidden;
  margin-left: 2px
}

.fb_tool_bdr .sfsi_inside .icon1 {
  margin: 2px 0 6px;
  height: auto;
  display: inline-block;
  float: none
}

.fb_tool_bdr .sfsi_inside .icon2 {
  margin: 2px 0 -2px -8px !important;
  height: auto;
  display: inline-block;
  overflow: hidden
}

.fb_tool_bdr .sfsi_inside .icon3 {
  margin: 2px 0;
  height: auto;
  display: inline-block;
  float: none
}

.fb_tool_bdr .sfsi_inside .fb_1,
.fb_tool_bdr .sfsi_inside .fb_2,
.fb_tool_bdr .sfsi_inside .fb_3 {
  margin: 9px 0 0;
  height: 25px
}

.printst_tool_bdr .sfsi_inside {
  text-align: center;
  float: left;
  width: 100%
}

.printst_tool_bdr .sfsi_inside .icon1 {
  margin: 3px 0;
  height: auto;
  display: inline-block;
  float: none
}

.printst_tool_bdr .sfsi_inside .icon2 {
  margin: 2px 0;
  height: auto;
  display: inline-block;
  float: none;
  max-width: 73px;
  width: auto
}

.printst_tool_bdr .sfsi_inside .prints_visit,
.printst_tool_bdr .sfsi_inside .prints_visit_1 {
  margin: 9px 0 0;
  height: 20px;
  float: none;
  display: inline-block
}

.printst_tool_bdr {
  margin-left: -59px
}

.fb_tool_bdr .sfsi_inside .icon1>a>img,
.gpls_tool_bdr .sfsi_inside .icon1>a>img,
.linkedin_tool_bdr .sfsi_inside .icon1>a>img,
.linkedin_tool_bdr .sfsi_inside .icon4>a>img,
.printst_tool_bdr .sfsi_inside .icon1>a>img,
.printst_tool_bdr .sfsi_inside .icon2>a>img,
.utube_tool_bdr .sfsi_inside .icon1>a>img {
  padding-top: 0
}

.gpls_tool_bdr {
  width: 76px
}

.gpls_tool_bdr .sfsi_inside .icon1>a>img {
  padding-top: 0
}

.gpls_tool_bdr .sfsi_inside {
  text-align: center;
  width: 100%;
  float: left
}

.gpls_tool_bdr .sfsi_inside .icon1 {
  margin: 2px 0;
  display: inline-block;
  float: none;
  height: 29px;
  width: 76px
}

.gpls_tool_bdr .sfsi_inside .icon2 {
  margin: 2px 0 3px;
  display: inline-block;
  float: none;
  height: 24px;
  width: 38px
}

.gpls_tool_bdr .sfsi_inside .icon3 {
  margin: 3px 0 2px;
  display: inline-block;
  float: none;
  height: 24px;
  width: 76px
}

.gpls_tool_bdr .sfsi_inside .gpls_visit,
.gpls_tool_bdr .sfsi_inside .gtalk_2,
.gpls_tool_bdr .sfsi_inside .gtalk_3 {
  margin: 9px 0 0;
  height: 29px
}

.pop_up_box_ex.sfsi_pop_up .fb_tool_bdr,
.gpls_tool_bdr,
.linkedin_tool_bdr,
.twt_tool_bdr {
  bottom: 100%;
  left: 50%;
  margin-bottom: -12px
}

.fb_tool_bdr,
.gpls_tool_bdr,
.linkedin_tool_bdr,
.twt_tool_bdr {
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px
}

.printst_tool_bdr {
  bottom: 80%;
  left: 50%;
  margin-bottom: 0;
  margin-bottom: 18px
}

.printst_tool_bdr {
  bottom: 80%;
  left: 50%;
  margin-bottom: 18px
}

.twt_tool_bdr .sfsi_inside {
  text-align: center;
  width: 100%;
  float: left
}

.twt_tool_bdr .sfsi_inside .cstmicon1 {
  margin: 2px 0 !important;
  float: none
}

.twt_tool_bdr .sfsi_inside .cstmicon1 a img {
  float: left
}

.twt_tool_bdr .sfsi_inside .icon1 {
  margin: 5px 0 3px !important;
  display: inline-block;
  float: none;
  height: auto
}

.twt_tool_bdr .sfsi_inside .icon1 iframe {
  max-width: 100%
}

.twt_tool_bdr .sfsi_inside .icon2 {
  margin: 3px 0 2px !important;
  display: inline-block;
  float: none;
  height: auto
}

.twt_tool_bdr .sfsi_inside .twt_1 {
  margin: 9px 0 0;
  display: inline-block;
  float: none;
  width: 58px;
  height: 20px;
  overflow: hidden
}

.twt_tool_bdr .sfsi_inside .twt_1 iframe {
  width: 100% !important
}

.twt_tool_bdr .sfsi_inside .twt_2 {
  margin: 9px 0 0;
  height: 20px;
  display: inline-block;
  float: none;
  width: 58px
}

.utube_tool_bdr .sfsi_inside {
  text-align: center;
  width: 100%;
  float: left
}

.utube_tool_bdr .sfsi_inside .icon1 {
  margin: 4px 0 3px;
  height: 24px;
  display: inline-block;
  float: none;
  width: 96px
}

.utube_tool_bdr .sfsi_inside .icon2 {
  margin: 2px 0 3px !important;
  height: 24px;
  display: inline-block;
  float: none;
  max-width: 96px;
  width: 82px
}

.pop-overlay.read-overlay.ytex-s2 .utube_tool_bdr {
  width: 93px;
  bottom: 100%;
  left: 50%;
  margin-bottom: -12px
}

.utube_tool_bdr {
  width: 93px;
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px
}

.linkedin_tool_bdr {
  width: 66px
}

.linkedin_tool_bdr .sfsi_inside {
  text-align: center;
  float: left;
  width: 100%
}

.linkedin_tool_bdr .sfsi_inside .icon1 {
  margin: 2px 0;
  display: inline-block;
  float: none;
  width: 100%;
  text-align: initial
}

.linkedin_tool_bdr .sfsi_inside .icon2 {
  margin: 2px 19px 2px 0;
  display: inline-block;
  float: none;
  width: 100%
}

.linkedin_tool_bdr .sfsi_inside .icon3 {
  margin: 2px 19px 2px 0;
  display: inline-block;
  float: none;
  width: 100%
}

.linkedin_tool_bdr .sfsi_inside .icon4 {
  margin: 2px 0 1px;
  display: inline-block;
  float: none;
  width: 100%
}

.sfsi_FrntInner_chg .linkedin_tool_bdr .sfsi_inside .icon1 {
  margin: 7px 0
}

.sfsi_widget .linkedin_tool_bdr .sfsi_inside .icon4,
.sfsi_widget .gpls_tool_bdr .sfsi_inside .icon1,
.sfsi_widget .fb_tool_bdr .sfsi_inside .icon1 {
  height: auto
}

.linkedin_tool_bdr .linkin_1,
.linkedin_tool_bdr .linkin_2,
.linkedin_tool_bdr .linkin_3,
.linkedin_tool_bdr .linkin_4 {
  margin: 9px 0 0 !important;
  height: 20px;
  display: inline-block;
  float: none;
  overflow: hidden
}

.twt_tool_bdr {
  width: 62px;
  height: auto
}

.twt_tool_bdr .sfsi_inside .icon1>iframe {
  margin: 0 auto !important;
  float: none !important;
  width: 100%
}

.twt_tool_bdr .sfsi_inside .icon1>iframe #widget {
  text-align: center
}

.sfsi_pop_up .button {
  border: none;
  padding: 0
}

.pop_up_box .button a {
  color: #fff;
  line-height: normal;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  width: 482px;
  height: 80px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: helveticabold
}

.tab3 ul.tab_3_icns li .radio {
  margin-top: 7px
}

.tab3 ul.tab_3_icns li label {
  line-height: 50px !important;
  margin-left: 20px
}

.sfsi_mainContainer input[type=email],
.sfsi_mainContainer input[type=number],
.sfsi_mainContainer input[type=password],
.sfsi_mainContainer input[type=search],
.sfsi_mainContainer input[type=tel],
.sfsi_mainContainer input[type=text],
.sfsi_mainContainer input[type=url],
.sfsi_mainContainer select,
.sfsi_mainContainer textarea {
  color: #5a6570 !important;
  line-height: 1 !important
}

.adminTooltip {
  left: 118px;
  position: absolute
}

.adPopWidth {
  min-height: 136px !important
}

.main_contant p>a.lit_txt,
.tab4 p>a {
  font-family: helveticaregular;
  color: #414951
}

.tab1 ul.icn_listing li .custom-txt {
  margin-left: 5px
}

.tab1 ul.icn_listing li .custom-img {
  margin-left: 18px
}

.linkedin_section .link_4>label.anthr_labl {
  height: 60px
}

.mediam_txt {
  font-family: helveticabold
}

.sfsiCtxt {
  line-height: 51px;
  font-family: helveticaregular;
  font-size: 22px;
  float: left;
  padding-left: 19px;
  color: #5a6570
}

.customstep2-img {
  width: 51px;
  float: left
}

.tab2 .row h2.custom {
  margin: 15px 0 7px 21px;
  height: 52px;
  line-height: 51px;
  font-family: helveticaregular;
  font-size: 22px
}

.custom-links p.cus_link label {
  margin-left: 0
}

.pop_up_box .sfsi_tool_tip_2 .fbb .fb_1 a>img:hover {
  opacity: .9
}

.tab2 .rss_url_row .sfrsTxt {
  font-size: 17px;
  line-height: 47px;
  margin: 0 0 0 4px;
  font-family: helveticaregular
}

.tab2 .rss_url_row .sfrsTxt>strong {
  font-family: helveticaregular
}

.tab2 .utube_inn p.extra_pp {
  float: left;
  width: 100%;
  margin: 0 0 0 48px
}

.tab2 .utube_inn p.extra_pp label {
  float: left;
  line-height: 41px;
  margin-right: 8px
}

.sfsi_inside .icon2 .fb_iframe_widget span {
  width: 500px !important
}

@media (max-width:767px) {
  .sfsi_inside .icon2 .fb_iframe_widget span {
    width: auto
  }

  .sfsi_outr_div {
    top: 10%
  }

  .sfsi_outr_div h2 {
    font-size: 22px !important;
    line-height: 28px
  }

  .sfsi_wicons {
    padding-top: 0
  }
}

.specify_counts .listing li .high_prb {
  height: 41px
}

.sfsi_Sicons {
  position: relative
}

.sfsi_Sicons .fb_iframe_widget {
  float: left;
  width: 73px;
  margin: 2px 0 0
}

.sfsi_Sicons .sf_fb .fb_iframe_widget>span {
  position: absolute
}

.tab2 .utube_inn label {
  font-size: 17px
}

.sfsi_plc_btm {
  padding: 5px 14px 9px
}

.tab7 .field {
  margin-top: 7px
}

.sfsi_outr_div ul li .cmcls img {
  margin-top: 0 !important
}

.sfsi_outr_div ul li .inerCnt {
  float: left
}

.sfsi_outr_div ul li .inerCnt .bot_no {
  position: absolute;
  padding: 1px 0;
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  display: block;
  left: 50%;
  margin-left: -20px;
  border: 1px solid #333;
  white-space: pre;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6px;
  width: 40px;
  word-break: break-all;
  word-wrap: break-word
}

.sfsi_outr_div ul li .inerCnt .bot_no:before {
  content: url(/wp-content/plugins/ultimate-social-media-icons/css/images/count_top_arow.png);
  position: absolute;
  height: 9px;
  margin-left: -7.5px;
  top: -10px;
  left: 50%;
  width: 15px
}

.sfsi_outr_div {
  position: fixed;
  width: 100%;
  float: none;
  left: 50%;
  top: 20%;
  margin-left: -50%;
  opacity: 0;
  z-index: -1;
  display: block;
  text-align: center
}

.sfsi_outr_div .sfsi_FrntInner_chg {
  display: inline-block;
  padding: 15px 17px 27px 18px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 5px #ccc;
  margin: 20px;
  position: relative
}

.sfsi_FrntInner_chg .sfsiclpupwpr {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  cursor: pointer
}

.sfsi_FrntInner_chg .sfsiclpupwpr img {
  width: auto;
  float: left;
  border: medium none
}

.tab7 .like_pop_box {
  width: 100%;
  margin: 35px auto auto;
  position: relative;
  text-align: center
}

.tab7 .like_pop_box .sfsi_Popinner {
  display: inline-block;
  padding: 18px 20px;
  box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  border: 1px solid #ededed;
  background: #fff
}

.tab7 .like_pop_box .sfsi_Popinner h2 {
  margin: 0 0 23px;
  padding: 0;
  color: #414951;
  font-family: helveticabold;
  font-size: 26px;
  text-align: center
}

.tab7 .like_pop_box .sfsi_Popinner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.tab7 .like_pop_box .sfsi_Popinner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block
}

.tab7 .like_pop_box .sfsi_Popinner ul li span {
  margin: 0;
  width: 60px;
  display: block;
  background: url(/wp-content/plugins/ultimate-social-media-icons/images/count_bg.png) no-repeat;
  height: 37px;
  overflow: hidden;
  padding: 10px 2px 2px;
  font-family: helveticaregular;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  color: #5a6570
}

.tab7 .like_pop_box .sfsi_Popinner ul li a {
  color: #5a6570;
  text-decoration: none
}

.sfsi_outr_div .sfsi_FrntInner_chg .sfsi_wicons {
  margin-bottom: 0
}

.sfsi_outr_div ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  text-align: center
}

a.sfsiColbtn {
  color: #5a6570 !important;
  float: right;
  font-size: 14px;
  margin: -35px -30px 0 0;
  position: relative;
  right: 0;
  font-family: helveticaregular;
  width: 100px;
  text-decoration: none
}

.tab3 a.sfsiColbtn {
  margin-top: -43px
}

.sfsi_FrntInner_chg ul li:first-of-type .sfsi_wicons {
  margin-left: 0 !important
}

ul.tab_3_icns li .trans_bg {
  background: #000;
  padding-left: 3px
}

.tab2 .instagram_section {
  padding-bottom: 20px
}

h1.abt_titl {
  text-align: center;
  margin: 19% 0 0
}

.sfcm.sfsi_wicon {
  padding: 0;
  width: 100%;
  border: medium none
}

.fb_iframe_widget span {
  vertical-align: top !important
}

.sfsi_outr_div .sfsi_FrntInner_chg ul {
  margin: 0 0 0 3px
}

.sfsi_outr_div .sfsi_FrntInner_chg ul li {
  margin: 0 3px 0 0
}

.sfcm.sfsi_wicon {
  margin: -1px;
  padding: 0
}

@media (min-width:320px) and (max-width:480px) {

  .sfsi_tool_tip_2,
  .tool_tip {
    padding: 5px 14px 0
  }

  .sfsi_inside:last-child {
    margin-bottom: 18px;
    clear: both
  }

  .sfsi_outr_div {
    top: 10%
  }

  .sfsi_FrntInner_chg .sfsi_wicons {
    width: 31px !important;
    height: 31px !important
  }

  .sfsi_FrntInner_chg .sfsi_wicons img {
    width: 100%
  }

  .sfsi_Sicons .sf_fb {
    margin-bottom: 24px
  }

  .sfsi_Sicons .sf_twiter {
    margin-bottom: 4px
  }
}

@media (max-width:320px) {

  .sfsi_tool_tip_2,
  .tool_tip {
    padding: 5px 14px 0
  }

  .sfsi_inside:last-child {
    margin-bottom: 18px;
    clear: both
  }

  .sfsi_FrntInner_chg .sfsi_wicons {
    width: 31px !important;
    height: 31px !important
  }

  .sfsi_FrntInner_chg .sfsi_wicons img {
    width: 100%
  }
}

ul.SFSI_lsngfrm {
  float: left;
  width: 61%;
  padding-left: 60px !important
}

ul.SFSI_instructions {
  float: left;
  width: 35%
}

li.youtube_options {
  padding-left: 60px !important
}

input[name=sfsi_pinterest_manualCounts] {
  margin-left: -20px !important
}

ul.SFSI_instructions li {
  font-size: 12px !important;
  line-height: 25px !important;
  margin: 0 !important;
  padding: 0 0 0 15px !important;
  width: 100%
}

.cstmskin_popup {
  width: 500px;
  background: #fff;
  box-shadow: 0 0 5px 3px #d8d8d8;
  margin: 40px 0 auto;
  padding: 20px 25px 20px;
  font-family: helveticaregular;
  color: #5a6570;
  height: auto;
  float: left;
  position: relative;
  left: 35%
}

.cstomskins_wrpr {
  float: left;
  width: 100%
}

.custskinmsg {
  float: left;
  font-size: 15px;
  margin-top: 10px;
  width: 100%
}

.custskinmsg>ul {
  color: #000;
  float: left;
  margin-top: 8px;
  width: 100%
}

ul.cstmskin_iconlist {
  float: left;
  padding: 11px 0 40px 8px;
  width: 100%;
  max-width: 1000px;
  margin: 0;
  height: 307px;
  overflow-y: scroll
}

.placethemanulywpr {
  max-width: 98% !important
}

.cstmskin_iconlist>li {
  float: left;
  margin: 3px 0;
  width: 100%
}

.cstm_icnname {
  float: left;
  width: 30%
}

.cstmskins_btn>img {
  float: left;
  margin-right: 25px
}

.cstmskin_btn {
  width: auto;
  float: left;
  padding: 3px 20px;
  color: #fff;
  background-color: #12a252;
  text-decoration: none;
  margin: 0 10px
}

.cstmskins_sbmt {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 15px
}

.done_btn {
  width: auto;
  padding: 3px 80px;
  color: #fff;
  background-color: #12a252;
  text-decoration: none;
  font-size: 18px
}

.cstmskin_btn:hover,
.done_btn:hover,
.cstmskin_btn:focus,
.done_btn:focus {
  color: #fff
}

.skswrpr,
.dlt_btn {
  display: none
}

.cstmutbewpr {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-left: 40px
}

.cstmutbewpr ul.enough_waffling li {
  width: auto;
  float: left;
  margin-right: 20px
}

.cstmutbewpr ul.enough_waffling li span {
  float: left
}

.cstmutbewpr ul.enough_waffling li label {
  width: auto;
  float: left;
  margin-top: 10px;
  margin-left: 10px
}

.cstmutbewpr .cstmutbtxtwpr {
  width: 100%;
  float: left;
  padding-top: 10px
}

.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr {
  width: 100%;
  float: left;
  display: none
}

#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p {
  margin-left: 0
}

.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr {
  width: 100%;
  float: left;
  display: none
}

#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p label,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p label {
  width: 120px
}

.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  border: medium none
}

.sfsi_socialwpr {
  width: auto;
  display: inline-block;
  vertical-align: middle
}

.sfsi_socialwpr .sf_fb {
  float: left
}

.sfsipyplfrm {
  float: left;
  margin-top: 10px;
  width: 100%
}

.sfsipyplfrm input[type=submit] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #0074a2;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px;
  text-decoration: underline
}

.sfsipyplfrm input[type=submit]:hover {
  color: #2ea2cc
}

.pop_up_box_ex {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 5px 3px #d8d8d8;
  color: #5a6570;
  font-family: helveticaregular;
  margin: 200px auto;
  min-height: 150px;
  padding: 20px 25px 0;
  position: relative;
  width: 290px
}

.pop_up_box_ex {
  color: #5a6570;
  font-family: helveticaregular
}

.cstmutbchnlidwpr .utbe_instruction,
.cstmutbchnlnmewpr .utbe_instruction,
.lnkdin_instruction {
  float: left;
  line-height: 22px;
  margin-top: 10px;
  width: 100%
}

.fb_iframe_widget iframe {
  max-width: none
}

.sfsi_mainContainer p.bldtxtmsg {
  float: left;
  font-size: 15px;
  font-weight: 700;
  margin-top: 12px;
  width: 100%;
  text-align: center
}

.sfsinewplgndesc {
  background: none repeat scroll 0 0 #e5e5e5;
  float: left;
  padding: 5px 10px 8px;
  margin-top: 25px
}

.sfsinewplgndesc>.clear>a {
  color: #5a6570;
  font-weight: 700
}

.sfsiicnsdvwrp {
  float: left;
  width: 110px
}

.sfsi_Sicons:not(.sfsi_Sicons_position_right) .sf_subscrbe .bot_no {
  background: rgba(0, 0, 0, 0) url(/wp-content/plugins/ultimate-social-media-icons/css/images/count_left_arow.png) no-repeat scroll 0 0/27px auto;
  font-size: 12px !important;
  left: 67px;
  line-height: 18px !important;
  margin-left: 0;
  margin-top: 0;
  padding: 1px 0;
  position: absolute;
  text-align: center;
  top: 30px;
  white-space: pre;
  width: 33px;
  height: 24px;
  z-index: 9
}

.sfsi_wicons a.sficn,
.sfsi_wicons .sfsi_inside a,
.sfsi_Sicons div a {
  box-shadow: none;
  border: none
}

.sfsi_Sicons .sf_pinit>span>span {
  width: 38px !important;
  right: -45px !important
}

.sfsi_wicons a {
  box-shadow: none !important
}

a.sficn {
  cursor: pointer
}

.sfsi_Sicons .fb_iframe_widget>span {
  vertical-align: top !important
}

.sfsi_Sicons .sf_fb {
  margin: 0 -10px 0 2px !important
}

.disabled_checkbox .sfsi_right_info:before {
  position: absolute;
  content: "";
  width: 500px;
  height: 60px;
  display: inline-block;
  z-index: 99;
  margin-left: -59px;
  margin-top: -14px;
  background: rgba(255, 255, 255, .6)
}

.disabled_checkbox .sfsi_right_info.sfsi_Woocommerce_disable:before {
  margin-left: -49px !important;
  width: 400px
}

.sfsi_wechat_follow_overlay {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, .7);
  height: 100vh
}

.sfsi_wechat_follow_overlay .close_btn {
  position: absolute;
  right: 60px;
  top: 60px;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0 10px;
  border-radius: 60px;
  color: #333;
  background-color: #ffff;
  text-decoration: none
}

@media (max-width:786px) {
  .sfsi_upload_butt_container {
    display: inline-block
  }

  .upload_butt {
    height: 38px
  }

  .sfsi_wechat_follow_overlay .sfsi_inner_display>div div.sfsi_upload_butt_container:first-child {
    margin-left: 0;
    margin-right: 20px
  }
}

#accordion1 p:nth-child(2) {
  padding-top: 0 !important
}

input[name=sfsi_instagram_manualCounts] {
  margin-left: -15px !important
}

.sfsi_prem_cmn_rowlisting {
  width: 33.33%
}

.rss_url_row h4 {
  line-height: 43px !important;
  font-size: 17px !important;
  font-family: 'helveticaneue-light' !important
}

.cstmutbchnlnmewpr p.extra_pp label {
  width: auto !important
}

.cstmutbchnlidwpr p.extra_pp label {
  width: auto !important
}

.tab_3_option {
  margin: 10px 0 0
}

div.tab3 .sub_row.stand.sec_new {
  margin: 0
}

div#custom_social_data_setting h4 {
  padding-bottom: 30px
}

.like_pop_box img.sfcm {
  height: 50px;
  width: 50px
}

.linkedin_tool_bdr {
  line-height: 0 !important
}

.twt_tool_bdr {
  line-height: 0 !important
}

div#sfsiid_facebook {
  line-height: 0 !important
}

div#sfsiid_youtube {
  line-height: 0 !important
}

.printst_tool_bdr {
  line-height: 0 !important
}

ul.SFSI_instructions li,
ul.SFSI_instructions li a {
  font-size: 17px !important;
  font-family: helveticaregular !important;
  font-weight: 400;
  color: #1a1d20 !important
}

body .specify_counts .listing .sfsi_instagramInstruction li {
  font-size: 17px !important;
  font-family: helveticaregular !important;
  font-weight: 400 !important;
  color: #1a1d20 !important;
  line-height: 26px !important
}

a.pop-up .radio {
  opacity: .5;
  background-position: 0 0 !important
}

.sfsi_vertically_center {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.sfsi_center {
  display: flex;
  justify-content: center
}

.sfsi_custom_icons_q4 {
  display: flex;
  align-items: center
}

.tab6 .sfsi_responsive_icon_option_li .options .first.first.first {
  width: 25% !important
}

.sfsi_responsive_icon_gradient {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .17) 0%, rgba(255, 255, 255, .17) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .17) 0%, rgba(255, 255, 255, .17) 100%)
}

.tab6 ul.sfsi_icn_listing8 ul.sfsi_tab_3_icns li {
  width: 50%;
  max-width: 450px;
  padding-left: 0;
  padding-bottom: 0
}

.tab6 .sfsi_tab_3_icns.sfsi_shwthmbfraftr>li {
  width: 100% !important;
  max-width: 100% !important;
  border-left: 45px solid transparent
}

.tab6 ul.sfsi_icn_listing8 li {
  float: left;
  padding: 11px 0 40px 8px;
  width: 100%;
  max-width: 1000px;
  margin: 0
}

ul.sfsi_icn_listing8 li .sfsi_right_info a {
  outline: 0;
  font-family: helveticaregular
}

#accordion .tab6 ul.sfsi_tab_3_icns {
  margin-top: 25px
}

.sfsi_tab_3_icns.sfsi_shwthmbfraftr {
  overflow: visible
}

ul.sfsi_tab_3_icns {
  list-style: none;
  margin: 34px 0 0;
  overflow: hidden
}

.tab6 ul.sfsi_icn_listing8 li {
  float: left;
  padding: 11px 0 40px 8px;
  width: 100%;
  max-width: 1000px;
  margin: 0
}

.tab6 .sfsi_tab_3_icns.sfsi_shwthmbfraftr .social_icon_like1 li {
  width: auto;
  min-width: auto;
  margin: 0 30px 0 0
}

ul.sfsi_tab_3_icns label {
  float: left;
  line-height: 42px;
  color: #69737c;
  font-size: 18px;
  font-family: helveticaregular;
  min-width: 120px
}

.tab6 ul.sfsi_tab_3_icns li label {
  line-height: 50px !important
}

#accordion1 .tab6 ul.sfsi_shwthmbfraftr .labelhdng4,
#accordion .tab6 ul.sfsi_shwthmbfraftr .row h4.labelhdng4,
#accordion .tab6 ul.sfsi_shwthmbfraftr .labelhdng4,
#accordion .tab6 ul.sfsi_shwthmbfraftr .row h4.labelhdng4 {
  color: #555;
  font-size: 20px;
  margin-left: 20px;
  font-family: 'helveticaregular'
}

.tab6 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns.sfsi_shwthmbfraftr>li:nth-child(1),
.tab6 ul.sfsi_icn_listing8 li .sfsi_tab_3_icns.sfsi_shwthmbfraftr>li:nth-child(2) {
  width: 27% !important
}

.tab6 ul.sfsi_tab_3_icns li .radio {
  margin-top: 7px
}

ul.sfsi_icn_listing8 li .tb_4_ck {
  float: left
}

.sfsi_responsive_default_icon_container .radio_section.tb_4_ck,
.sfsi_responsive_custom_icon_container .radio_section.tb_4_ck {
  margin: 5px 20px 0 0 !important
}

.sfsi_responsive_icon_option_li .options .field .select {
  font-family: helveticaregular;
  font-weight: 400;
  font-size: 17px;
  color: #5a6570 !important
}

.tab6 ul.sfsi_icn_listing8 ul.sfsi_tab_3_icns .usually li {
  width: 100% !important;
  max-width: 1000px !important;
  padding: 3px 0 5px 5px !important
}

.sfsi_responsive_icons a {
  text-decoration: none !important;
  box-shadow: none !important
}

.sfsi_responsive_icons * {
  box-shadow: none !important
}

.sfsi_responsive_icon_facebook_container {
  background-color: #369
}

.sfsi_responsive_icon_follow_container {
  background-color: #00b04e
}

.sfsi_responsive_icon_twitter_container {
  background-color: #55acee
}

.sfsi_responsive_icon_pinterest_container {
  background-color: #cb3233
}

.sfsi_large_button span {
  font-size: 20px;
  padding: 0;
  line-height: 16px;
  vertical-align: -webkit-baseline-middle !important;
  display: inline;
  margin-left: 10px
}

.sfsi_large_button img {
  max-height: 16px !important;
  padding: 0;
  line-height: 0;
  vertical-align: -webkit-baseline-middle !important;
  display: inline
}

.sfsi_large_button {
  line-height: 0;
  height: unset;
  padding: 13px !important
}

.sfsi_responsive_icons .sfsi_icons_container span {
  font-family: sans-serif;
  font-size: 15px
}

.sfsi_icons_container_box_fully_container {
  flex-wrap: wrap
}

.sfsi_responsive_icons .sfsi_icons_container_box_fully_container a {
  flex-basis: auto !important;
  flex-grow: 1;
  flex-shrink: 1
}

.sfsi_icons_container>a {
  float: left !important;
  text-decoration: none !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
  margin-bottom: 5px !important
}

.sfsi_small_button {
  line-height: 0;
  height: unset;
  padding: 6px !important
}

.sfsi_small_button span {
  margin-left: 10px;
  font-size: 16px;
  padding: 0;
  line-height: 16px;
  vertical-align: -webkit-baseline-middle !important;
  margin-left: 10px
}

.sfsi_small_button img {
  max-height: 16px !important;
  padding: 0;
  line-height: 0;
  vertical-align: -webkit-baseline-middle !important
}

.sfsi_medium_button span {
  margin-left: 10px;
  font-size: 18px;
  padding: 0;
  line-height: 16px;
  vertical-align: -webkit-baseline-middle !important;
  margin-left: 10px
}

.sfsi_medium_button img {
  max-height: 16px !important;
  padding: 0;
  line-height: 0;
  vertical-align: -webkit-baseline-middle !important
}

.sfsi_medium_button {
  line-height: 0;
  height: unset;
  padding: 9px 10px !important
}

.sfsi_large_button span {
  font-size: 20px;
  padding: 0;
  line-height: 16px;
  vertical-align: -webkit-baseline-middle !important;
  display: inline;
  margin-left: 10px
}

.sfsi_large_button img {
  max-height: 16px !important;
  padding: 0;
  line-height: 0;
  vertical-align: -webkit-baseline-middle !important;
  display: inline
}

.sfsi_large_button {
  line-height: 0;
  height: unset;
  padding: 13px !important
}

.sfsi_responsive_icons_count {
  padding: 5px 10px;
  float: left !important;
  display: inline-block;
  margin-right: 0;
  margin-top: 2px
}

.sfsi_responsive_icons_count h3 {
  font-family: 'sans-serif' !important;
  font-weight: 900;
  font-size: 32px !important;
  line-height: 0 !important;
  padding: 0;
  margin: 0
}

.sfsi_responsive_icons_count h6 {
  font-family: 'sans-serif' !important;
  font-weight: 900;
  padding: 0;
  margin: 0
}

.sfsi_responsive_icons a,
.sfsi_responsive_icons h3,
.sfsi_responsive_icons h6 {
  text-decoration: none !important;
  border: 0 !important
}

.sfsi_responsive_with_counter_icons {
  width: calc(100% - 100px) !important
}

.sfsiresponsive_icon_preview {
  padding: 0 0 20px;
  min-width: 100%
}

.sfsi_responsive_icons_count.sfsi_fixed_count_container.sfsi_large_button {
  padding: 12px 13px 9px !important
}

.sfsi_responsive_icons_count.sfsi_fixed_count_container.sfsi_medium_button {
  padding: 9px 10px 7px !important
}

.sfsi_responsive_icons_count.sfsi_small_button {
  padding: 7px 6px !important;
  margin-top: 2px
}

.sfsi_responsive_icons_count.sfsi_small_button h6 {
  display: inline-block;
  font-size: 12px !important;
  vertical-align: middle
}

.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_medium_button {
  padding: 9px 10px 7px !important
}

.sfsi_responsive_icons_count.sfsi_medium_button h3 {
  font-size: 21px !important;
  vertical-align: top;
  line-height: 8px !important;
  margin: 0 0 12px !important;
  font-weight: 900;
  padding: 0
}

.sfsi_esponsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h3 {
  margin: 0 0 15px !important
}

.sfsi_responsive_icons_count.sfsi_large_button h3 {
  font-size: 26px !important;
  vertical-align: top;
  line-height: 6px !important
}

.sfsi_responsive_icons_count h3 {
  font-family: 'sans-serif' !important;
  font-weight: 900;
  padding: 0
}

.sfsi_responsive_icons_count.sfsi_small_button h3 {
  font-size: 20px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important
}

.sfsi_responsive_icons_count h3 {
  font-family: 'sans-serif' !important;
  font-weight: 900;
  line-height: 0 !important;
  padding: 0;
  margin: 0
}

.sfsi_responsive_icons a,
.sfsi_responsive_icons h3,
.sfsi_responsive_icons h6 {
  text-decoration: none !important;
  border: 0 !important
}

.sfsi_responsive_icons_count.sfsi_small_button {
  padding: 7px 6px !important;
  margin-top: 2px
}

.sfsi_responsive_icons_count {
  vertical-align: top
}

.sfsi_responsive_icons_count {
  float: left
}

.sfsi_small_button {
  line-height: 0;
  height: unset
}

.sfsi_responsive_icons a,
.sfsi_responsive_icons h3,
.sfsi_responsive_icons h6 {
  text-decoration: none !important;
  border: 0 !important
}

.sfsi_responsive_icons_count.sfsi_small_button h3 {
  font-size: 20px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important
}

.sfsi_responsive_icons a,
.sfsi_responsive_icons h3,
.sfsi_responsive_icons h6 {
  text-decoration: none !important;
  font-family: helveticaregular !important;
  border: 0 !important
}

.sfsi_responsive_icons_count h3 {
  line-height: 0 !important;
  padding: 0
}

.sfsi_responsive_icons_count.sfsi_small_button h6 {
  display: inline-block;
  font-size: 12px !important;
  margin: 0 !important;
  line-height: initial !important;
  padding: 0;
  margin: 0
}

.sfsi_responsive_icons_count h6 {
  margin: 0 !important
}

.sfsi_responsive_icons_count h6 {
  padding: 0
}

.sfsi_responsive_icons a,
.sfsi_responsive_icons h3,
.sfsi_responsive_icons h6 {
  text-decoration: none !important;
  font-family: helveticaregular !important;
  border: 0 !important
}

.sfsi_responsive_icons_count.sfsi_medium_button h6 {
  font-size: 11px !important;
  line-height: 0 !important;
  margin: 0 !important
}

.export_selections {
  clear: both;
  color: #afafaf;
  font-size: 23px;
  display: flex;
  height: 0;
  position: absolute;
  top: 42px;
  right: 0
}

.save_export {
  clear: both;
  position: relative
}

.export {
  padding-right: 11px;
  text-decoration: underline;
  cursor: pointer
}

.sf_subscrbe .bot_no,
.sf_fb .bot_no,
.sf_fb_share .bot_no,
.sf_twiter .bot_no,
.sf_pinit .bot_no,
.sf_linkedin .bot_no {
  background: rgba(0, 0, 0, 0) url(/wp-content/plugins/ultimate-social-media-icons/css/images/count_left_arow.png) no-repeat scroll 0 0/27px auto;
  font-size: 12px !important;
  left: 67px;
  line-height: 19px !important;
  margin-left: 0;
  padding: 1px 3px;
  text-align: center;
  white-space: pre;
  width: 35px;
  height: 29px;
  z-index: 9;
  display: inline-block;
  vertical-align: bottom
}

.sfsi_icons_container>a {
  float: left !important;
  text-decoration: none !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important
}

.sfsi_icons_container a:hover,
.sfsi_icons_container a:focus,
.sfsi_icons_container a:active {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important
}

.sfsi_Sicons .sfsi_icons_container img {
  height: unset !important;
  width: unset !important
}

.sfsi_flex_container {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 36vh
}

.sfsi_flex_container>div {
  height: 90px;
  width: 139px;
  margin: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  position: relative;
  border: 1px solid #ddd
}

.sfsi_flex_container>div>a>img {
  width: 100%;
  height: 88px;
  object-fit: scale-down
}

.sfsi_flex_container>div a {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 100;
  height: 90px
}

.sfsi_pinterest_overlay {
  position: absolute;
  top: -61px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  display: inline-block;
  background: rgba(189, 8, 28, .3);
  text-align: center;
  padding-top: 22px;
  color: #fff;
  transition: all .3s;
  display: none
}

.sfsi_flex_container>div:hover a .sfsi_pinterest_overlay {
  display: block
}

.sfsi_socialwpr img {
  height: 20px
}

.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon img {
  height: 20.5px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 6px !important;
  padding-top: 0 !important;
  width: auto !important;
  vertical-align: top !important;
  max-width: inherit !important;
  min-width: inherit !important;
  position: unset !important;
  float: none !important
}

.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon a {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  line-height: unset !important;
  font-size: inherit !important
}

.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon .fb_iframe_widget,
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon .fb_iframe_widget>* {
  float: none !important;
  vertical-align: unset !important;
  height: 20px !important;
  position: unset !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 59px !important;
  min-width: unset !important
}

.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon {
  float: none !important;
  vertical-align: unset !important;
  display: inline-block !important;
  position: unset !important;
  margin: 0 4px !important;
  line-height: unset !important;
  width: unset !important;
  text-align: unset !important;
  max-width: 100% !important
}

.sfsi_tool_tip_2.utube_tool_bdr .icon1 {
  margin-left: 13px !important
}

.sfsi_shortcode_container .sfsi_wicons {
  z-index: 110 !important
}

.sfsi_left-align_icon {
  text-align: left !important
}

.sfsi_tool_tip_2 .sfsi_inside div:first-child {
  margin-top: 0 !important
}

.sfsi_tool_tip_2 .sfsi_inside div:last-child {
  margin-bottom: 0 !important
}

#sfsiid_facebook.sfsi_tool_tip_2 .sfsi_inside .icon2 {
  margin: 0 0 6px !important;
  height: 20px;
  width: 64px
}

#sfsiid_facebook.sfsi_tool_tip_2 .sfsi_inside .icon3 {
  width: 68px;
  margin-top: 0 !important
}

.sfsi_tool_tip_2 .sfsi_inside {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center
}

.sfsi_tool_tip_2 {
  border: 0;
  box-shadow: #86868654 0 0 25px 1px;
  border-radius: 6px;
  padding: 8px 12px;
  width: 140px;
  transform: translateX(-50%);
  margin: 0;
  bottom: calc(100% + 8px)
}

.sfsi_tool_tip_2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px
}

.sfsi_tool_tip_2 .bot_arow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent transparent;
  bottom: -5px;
  background: 0 0
}

.sfsi_icons_container>a {
  padding: 2px 0
}

.sfsi_responsive_icons_count.sfsi_small_button {
  margin-top: 2px !important
}

.sfsi_responsive_icons_count {
  margin-top: 0
}

.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button {
  display: inline-flex !important;
  align-items: center;
  padding: 10px 13px !important;
  white-space: nowrap
}

.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h3 {
  margin: 0 7px 0 0 !important;
  font-size: 18px !important;
  line-height: 18px !important
}

.sfsi_responsive_icons_count.sfsi_responsive_count_container.sfsi_large_button h6 {
  line-height: 14px;
  font-size: 14px
}

.linkedin_tool_bdr .sfsi_inside .icon2 {
  margin-right: 0 !important
}

.linkedin_tool_bdr .sfsi_inside .icon1,
.linkedin_tool_bdr .sfsi_inside .icon2,
.linkedin_tool_bdr .sfsi_inside .icon3,
.linkedin_tool_bdr .sfsi_inside .icon4 {
  width: auto
}

.linkedin_tool_bdr .sfsi_inside .icon3 {
  margin-right: 0
}

.linkedin_tool_bdr .sfsi_inside .icon3 .IN-widget {
  width: 106px
}

.vk_tool_bdr .sfsi_inside .icon1 {
  margin: 2px 0 3px;
  height: auto;
  display: inline-block;
  float: none
}

.vk_tool_bdr .sfsi_inside .icon2 {
  margin: 3px auto;
  min-height: 25px !important;
  display: block;
  overflow: hidden
}

.vk_tool_bdr .sfsi_inside .icon1 img {
  width: 80px
}

.vk_tool_bdr .sfsi_inside .icon2 img {
  width: 80px;
  height: 24px
}

.sfsi_responsive_icons .sfsi_responsive_icon_pinterest_container {
  background-color: #cb3233
}

.sfsi_premium_sticky_icons_container {
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_container a {
  display: block;
  text-align: center;
  transition: all .3s ease;
  color: #fff;
  font-size: 20px
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_right_button_container {
  right: 0
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_left_button_container {
  left: 0
}

.sfsi_premium_sticky_mobile_icons_container {
  display: flex;
  position: fixed;
  width: 100% !important
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_icons_container a {
  width: 100% !important
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_top {
  top: 0
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_bottom {
  bottom: 0
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container {
  height: 40px;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container img {
  padding: 9px;
  vertical-align: middle !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  max-width: 40px !important;
  max-height: 40px !important
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container span {
  padding: 7px;
  vertical-align: middle !important;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  line-height: 40px
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container.sfsi_premium_sticky_custom_icon {
  width: 40px
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container {
  width: 40px;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  margin: 0 !important;
  padding-top: 3px
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h3,
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h6 {
  margin: 0
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_mobile_icons_container .sfsi_premium_sticky_icons_count {
  width: 100% !important;
  padding-top: 4px
}

amp-facebook-like {
  height: 21px;
  margin-bottom: -7px
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icon_item_container.sfsi_premium_responsive_icon_follow_container img {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
  padding-left: 7px
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h3 {
  font-size: 16px !important
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_icons_count.sfsi_premium_sticky_count_container h6 {
  font-size: 9px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 11px;
  padding-left: 10px
}

.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_count_container .sfsi_premium_count,
.sfsi_sticky_icons_container_wrapper .sfsi_premium_sticky_count_container .sfsi_premium_count_text {
  font-size: 12px !important
}

.sfsiaftrpstwpr {
  display: flex;
  justify-content: flex-start;
  max-width: 100% !important;
  clear: both
}

@media screen and (max-width:569px) {
  .sfsi_responsive_fluid div span {
    display: none
  }
}

.sfsi_actvite_theme_flat .inerCnt .sfcm.sfsi_wicon {
  padding: 0;
  border: medium none !important;
  width: 55% !important;
  height: auto;
  position: absolute;
  top: 50%;
  transition: inherit;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0
}

.sfsi_actvite_theme_flat .inerCnt .sficn {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  height: 100%
}

.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in a.sfsi_responsive_fluid,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sfsi_premium_sticky_icons_container a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_icon a,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_fb.sf_icon,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon {
  opacity: .6 !important
}

.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-fade_in .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
  opacity: 1 !important;
  transition: all .6s ease 0s !important
}

.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo a.sfsi_responsive_fluid:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sfsi_premium_sticky_icons_container a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_icon a:hover,
.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_icon a:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-scale .sf_fb.sf_icon:hover,
.sfsi_Sicons.sfsi-mouseOver-effect.sfsi-mouseOver-effect-combo .sf_fb.sf_icon:hover {
  z-index: 99999 !important;
  transition: all .6s ease 0s !important
}

.sfsi_Sicons.sfsi-mouseOver-effect .sf_icon a,
.sfsi_Sicons.sfsi_Sicons_position_right .sf_subscrbe.sf_icon a {
  display: inline-block
}

.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons_position_right .sf_icon .fb_iframe_widget,
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons_position_right .sf_icon .fb_iframe_widget>* {
  margin-left: 0
}

.vk_tool_bdr .sfsi_inside .icon1,
.vk_tool_bdr .sfsi_inside .icon1 a,
.vk_tool_bdr .sfsi_inside .icon2,
.vk_tool_bdr .sfsi_inside .icon2 a {
  display: flex;
  align-items: center
}

#sfsi_floater .sfsi_tool_tip_2 {
  display: none
}

.no-js img.lazyload {
  display: none
}

figure.wp-block-image img.lazyloading {
  min-width: 150px
}

.lazyload,
.lazyloading {
  opacity: 0
}

.lazyloaded {
  opacity: 1;
  transition: opacity .4s;
  transition-delay: 0ms
}

.ga_provider_page {
  display: none !important
}

.ga_customer_page {
  display: none !important
}

.ga_appointments_calendar_header,
.ga_monthly_schedule_wrapper table thead,
.ga_monthly_schedule_wrapper table thead th {
  background: #7c9299 !important
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.selected,
.ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available:hover {
  color: #7c9299 !important
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available:hover span,
.ga_wrapper_small .ga_monthly_schedule_wrapper td.selected span,
.ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available:hover span,
.ga_wrapper_medium .ga_monthly_schedule_wrapper td.selected span,
.ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover span,
.ga_wrapper_large .ga_monthly_schedule_wrapper td.selected span {
  background: #1dd59a !important;
  border: 2px solid #1dd59a !important
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.ga_today span,
.ga_wrapper_medium .ga_monthly_schedule_wrapper td.ga_today span,
.ga_wrapper_large .ga_monthly_schedule_wrapper td.ga_today span {
  border: 2px solid #1dd59a !important
}

#no_time_slots i {
  color: #1dd59a !important
}

.ga_appointments_calendar_header h3,
.ga_appointments_calendar_header .arrow-left,
.ga_appointments_calendar_header .arrow-right,
.ga_monthly_schedule_wrapper thead th {
  color: #fff !important
}

.ga_monthly_schedule_wrapper td {
  background: #f1f3f6 !important
}

.ga_monthly_schedule_wrapper.ga_spinner:before {
  background: rgba(250, 250, 250, .3) !important
}

.ga_monthly_schedule_wrapper.ga_spinner:after {
  border-color: #1dd59a transparent transparent !important
}

.ga_monthly_schedule_wrapper td {
  border-color: rgba(38, 84, 124, .07) !important
}

.ga_monthly_schedule_wrapper td {
  color: #6d8298 !important
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.selected,
.ga_wrapper_medium .ga_monthly_schedule_wrapper td.selected,
.ga_wrapper_large .ga_monthly_schedule_wrapper td.selected {
  color: #fff !important
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available:hover,
.ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available:hover,
.ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover {
  color: #fff !important
}

.ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available,
.ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available,
.ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available {
  background: #fff !important
}

.ga_monthly_schedule_wrapper td.selected:after {
  border-color: #fff transparent transparent !important
}

#gappointments_calendar_slots label.time_slot {
  color: #6d8298 !important
}

.ga_monthly_schedule_wrapper td.calendar_slots {
  background: #e4e8ea !important
}

#gappointments_calendar_slots label.time_selected div {
  background: #1dd59a !important
}

#gappointments_calendar_slots label.time_selected div {
  color: #fff !important
}

#gappointments_calendar_slots .calendar_time_slots .slots-title,
#no_time_slots span {
  color: #333 !important
}

.ga_monthly_schedule_wrapper td.calendar_slots {
  border: 1px solid rgba(0, 0, 0, .03) !important
}

.ajax-spinner-bars>div {
  background-color: #25363f !important
}

.app-banner {
  background: linear-gradient(45deg, #1f9287 50%, #333 50%)
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  border: 1px solid #000;
  background-color: transparent;
  padding: 15px !important
}

.fui-container.py-5.px-2 ul {
  list-style: disc;
  padding-left: 50px
}

#gform_submit_button_6 {
  display: block;
  width: 100%;
  font-size: 20px;
  padding: 15px !important;
  border-color: #da0 !important;
  background-color: #da0 !important
}

#gform_submit_button_6:hover {
  border-color: #189287 !important;
  background-color: #189287 !important
}

section.internet-marketing-services-service .row .item-col .content a.item-img:hover:before {
  display: none !important
}

@media(min-width:768px) {
  section.new-blog-hero .tags {
    margin-bottom: 0
  }

  section.new-blog-hero .single-side-three .card .new-post-title {
    font-size: 20px !important
  }

  .mobile-phone-fixed-bottom {
    display: none
  }

  body:not(.home) .fui-navbar.fui-default-nav.bg-primary .fui-menu .active .nav-link,
  header.main-header.home-navbar.fixed-header .fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link:hover,
  header.main-header.home-navbar.fixed-header .fui-navbar.fui-default-nav.bg-primary .fui-menu .active .nav-link {
    color: #189287 !important
  }

  section.case-studies-items .row .item-col {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px
  }
}

ul ul li.fui-dropdown>a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.fui-dropdown .fui-dropdown-menu {
  min-width: 300px;
  border: none;
  border-radius: 0
}

.fui-menu>.fui-dropdown:hover>ul {
  display: flex
}

.fui-menu>.fui-dropdown:hover>ul .fui-dropdown:hover>ul {
  display: flex;
  left: 100%;
  top: 0 !important
}

.blog-content ul {
  list-style: disc !important
}

.blog-content {
  line-height: 1.5
}

.blog-content h2 {
  font-size: 28px;
  font-weight: 600
}

.info-cards-block .card-col {
  margin-top: -115px
}

@media (max-width:768px) {
  .fui-dropdown .fui-dropdown-menu a {
    text-transform: capitalize !important;
    font-size: 14px !important
  }

  .fui-dropdown-menu:hover ul {
    position: unset !important;
    display: flex !important
  }

  .fui-dropdown .fui-dropdown-menu {
    min-width: 200px !important
  }

  footer.main-footer {
    padding: 0
  }

  footer.main-footer .fui-container {
    padding-left: 15px;
    padding-right: 15px
  }

  footer.main-footer .bottom-copy {
    padding-bottom: 70px !important
  }

  .mobile-phone-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #189287 !important;
    color: #fff
  }

  .info-cards-block .card-col {
    order: -1;
    padding-bottom: 25px
  }

  .info-cards-block .card-col {
    margin-top: 0
  }

  section.main-hero .main-title .animated-titles {
    display: block;
    font-size: 60px
  }
}

.info-cards-block .card-col .card {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  overflow: hidden
}

.info-cards-block .card-col .card .card-header {
  background-color: #189287;
  color: #fff;
  padding: 15px;
  text-align: center
}

.info-cards-block .card-col .card .card-header .card-title {
  margin: 0;
  font-size: 28px;
  font-weight: 600
}

.info-cards-block .card-col .card .card-body {
  padding: 25px
}

.fui-modal-container {
  border: none
}

.fui-modal-header {
  background-color: #189287;
  flex-direction: column
}

.fui-modal-title {
  color: #fff;
  margin-top: 15px
}

.modal-close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff
}

section.careers .info-p {
  color: #1f232c
}

.datetime-li {
  display: none
}

.fui-navbar .fui-toggler {
  background: 0 0;
  color: #fff;
  font-size: 40px
}

@media (max-width:768px) {
  header.main-header.home-navbar .fui-navbar {
    padding-left: 15px !important
  }

  header.main-header.home-navbar .fui-navbar {
    background-color: #fff !important
  }

  .fui-navbar .fui-toggler {
    color: #323b42 !important
  }

  .fui-navbar .fui-toggler:hover {
    color: #fff !important
  }

  .topbar {
    display: none !important
  }

  .datetime-li {
    display: block;
    color: #fff;
    padding-top: 25px !important
  }

  section.main-hero {
    padding-bottom: 100px;
    padding-top: 150px !important;
    margin-top: -100.9px !important
  }

  .info-cards-block .card-col .card .card-header .card-title {
    font-size: 22px
  }

  .info-cards-block .card-col {
    margin-top: -108px
  }

  section.careers .top-row .img-col {
    order: -1;
    margin-bottom: 25px
  }

  section.main-hero .main-title {
    font-size: 50px
  }

  section.main-hero .info-p {
    font-size: 14px;
    margin: 15px auto;
    line-height: 1.8
  }
}

section.careers .main-title {
  margin-top: 50px;
  padding-top: 50px;
  text-align: center;
  font-weight: 600;
  border-top: 1px solid #eee
}

section.careers .bottom-row {
  font-family: "Open Sans", sans-serif;
  margin-top: 25px
}

section.careers .bottom-row .single-career {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px
}

@media (max-width:580px) {
  section.careers .bottom-row .single-career {
    flex-direction: column
  }

  section.careers .bottom-row .single-career * {
    text-align: center !important
  }

  section.careers .bottom-row .single-career h4 {
    margin-bottom: 10px !important
  }

  section.careers .bottom-row .single-career .date {
    font-size: 14px
  }
}

section.careers .bottom-row .single-career h4 {
  color: #0ba14a
}

section.careers .bottom-row .single-career h4,
section.careers .bottom-row .single-career p {
  flex-grow: 1;
  width: 100%;
  margin: 0
}

section.careers .bottom-row .single-career .date {
  color: #949494;
  text-align: right
}

section.careers .bottom-row .single-career .location {
  text-align: center
}

footer.main-footer .contact-col a {
  display: flex
}

footer.main-footer .contact-col a i {
  min-width: 25px
}

footer.main-footer .col-md-3 li {
  margin-bottom: 15px
}

footer.main-footer .col-md-3 li:before {
  padding: 0 8px;
  color: #fff; 
  font-family: fontAwesome
}

@media(max-width:768px) {
  .desktop-logo {
    display: none !important
  }

  .fui-navbar .fui-menu .nav-link,
  .fui-navbar .fui-menu-box .fui-menu {
    justify-content: flex-start !important;
    align-items: flex-start !important
  }

  .fui-navbar .fui-menu-box .fui-menu .mobile-logo {
    padding-left: 25px !important;
    max-width: 200px
  }

  .datetime-li {
    padding-left: 20px !important
  }

  .fui-navbar .fui-menu-box .fui-menu .nav-item a {
    padding: 15px !important;
    padding-left: 15px;
    text-align: left !important
  }

  section.main-hero {
    margin-top: 0 !important
  }

  section.main-hero:not(.new-page) {
    padding-top: 70px !important
  }

  section.main-hero.new-page {
    padding: 50px 15px !important
  }
}

.fui-navbar.fui-default-nav.bg-primary .fui-menu li.fui-dropdown>a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important
}

section.faq {
  background-color: #189287;
  color: #fff !important
}

.fui-accordion-container.default .fui-accordion:after {
  color: #fff !important
}

section.faq .fui-panel-box,
section.faq .fui-accordion {
  border-color: #fff !important
}

@media(min-width:768px) {
  .mobile-logo {
   }
}

.custom-cta {
  padding: 100px 15px;
  text-align: center
}

.custom-cta .main-title {
  font-weight: 600;
  margin-bottom: 25px
}

@media(max-width:768px) {
  .custom-cta {
    padding: 50px 15px
  }

  .custom-cta .main-title {
    font-size: 24px
  }
}

.custom-cta .link a {
  margin-top: 20px;
  border-radius: 50px
}

.custom-cta .fui-container {
  margin: 0 auto;
  color: #fff
}

.custom-cta .fui-container p {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #fff
}

.fui-dropdown .fui-dropdown li.fui-dropdown>a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important
}

.fui-dropdown>a:after {
  content: "\f078";
  font-family: fontawesome;
  font-size: 12px !important;
  border: none !important;
  vertical-align: 0 !important;
  margin-top: -15px;
  margin-right: 10px;
  display: block;
  position: relative !important
}

.fui-dropdown .fui-dropdown>a:after {
  font-family: fontawesome;
  content: "\f054";
  font-size: 12px !important;
  border: none !important;
  vertical-align: 0 !important;
  margin-top: -15px;
  margin-right: 5px;
  display: block;
  position: relative !important;
  margin-left: auto !important
}

.fui-dropdown .fui-dropdown-menu li:hover a:after {
  margin-right: -5px;
  transform: rotate(90deg) !important
}

@media(min-width:768px) {
  section.main-hero {
    margin-top: -145px
  }

  .fui-dropdown>.fui-dropdown-menu {
    padding: 0
  }

  .fui-dropdown>.fui-dropdown-menu a,
  ul ul li.fui-dropdown>a {
    font-size: 14px;
    padding: 15px 12px;
    text-transform: capitalize !important
  }

  .fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link {
    padding: 25px 15px !important
  }
}

@media(max-width:768px) {
  .fui-dropdown:hover .fui-dropdown-menu {
    position: unset !important;
    display: flex !important
  }

  .fui-dropdown:hover .fui-dropdown-menu a:after {
    margin-right: -5px;
    transform: rotate(90deg) !important
  }
}

.other-services-block {
  padding: 50px 15px;
  padding-top: 80px
}

.other-services-block .single-col {
  margin-bottom: 20px
}

.other-services-block .content {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .5);
  height: 100%
}

.other-services-block .card {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  position: relative;
  padding-bottom: 90px
}

.other-services-block .card img {
  height: 150px !important;
  display: block;
  margin: 15px auto;
  object-fit: contain;
  width: 272px
}

.other-services-block .title {
  color: #189287;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px !important
}

.other-services-block .info-p {
  text-align: center;
  color: #999
}

.other-services-block .link {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px
}

.other-services-block .link a {
  display: block;
  max-width: 250px;
  margin: 0 auto
}

@media(max-width:768px) {
  .other-services-block {
    padding: 50px 0
  }

  .other-services-block .title {
    font-size: 24px
  }

  .other-services-block .title br {
    display: none
  }
}

.lazyloaded,
section.seo-hex .img-col img,
section.our-services .card .icon img,
.fui-navbar.fui-default-nav .fui-brand a img,
footer.main-footer .col-md-3 .logo {
  height: auto !important
}

section.faq .fui-panel {
  width: 100% !important
}

@media (max-width:768px) {
  section.seo-hex .info-col {
    text-align: center
  }

  section.seo-hex .info-col .main-title {
    font-size: 28px;
    text-align: center;
    l
  }

  section.seo-hex .info-col .main-title br {
    display: none !important
  }

  footer.main-footer {
    padding-top: 50px !important
  }

  section.home-contact .info-col .main-title {
    font-size: 40px
  }
}

section.state-hero {
  padding: 150px 15px;
  text-align: center;
  color: #fff;
  position: relative
}

@media (max-width:768px) {
  section.state-hero {
    padding: 50px 15px
  }
}

section.state-hero .fui-container {
  max-width: 1000px
}

section.state-hero .hero-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 50px;
  line-height: 1.5;
  background-color: #189287;
  padding: 25px 15px
}

@media (max-width:768px) {
  section.state-hero .hero-title {
    font-size: 22px;
    font-weight: 600
  }
}

section.about-ny {
  padding: 80px 15px;
  text-align: center
}

section.about-ny .fui-container {
  max-width: 1100px
}

section.about-ny .main-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 25px
}

section.about-ny .main-title span {
  color: #8cc63e
}

@media (max-width:768px) {
  section.about-ny .main-title {
    font-size: 28px
  }
}

section.about-ny p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400
}

section.states {
  background-color: #189287;
  padding: 50px 15px
}

section.states .fui-container {
  max-width: 1200px
}

section.states .main-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500
}

section.states .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-right: 1px solid #fff;
  padding-left: 25px
}

@media (max-width:768px) {
  section.states .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  section.states .col:nth-child(2n) {
    border: none
  }
}

@media (min-width:768px) {
  section.states .col:nth-child(5n) {
    border: none
  }
}

section.states .col a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase
}

section.states .col a.active,
section.states .col a:hover {
  font-weight: 600
}

section.ny-cta .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1400px) {
  section.ny-cta .info-col {
    padding-bottom: 25px
  }
}

section.ny-cta .info-col .content {
  max-width: 500px;
  margin: 0 auto;
  color: #fff
}

@media (max-width:768px) {
  section.ny-cta .info-col .content {
    text-align: center
  }

  section.ny-cta .info-col .content br {
    display: none !important
  }
}

section.ny-cta .info-col .content .main-title {
  font-weight: 700;
  font-size: 38px
}

@media (max-width:1400px) {
  section.ny-cta .info-col .content .main-title {
    font-size: 34px;
    margin-bottom: 10px
  }
}

@media (max-width:768px) {
  section.ny-cta .info-col .content .main-title {
    font-size: 28px
  }
}

section.ny-cta .info-col .content .info-p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  max-width: 600px
}

section.ny-cta .info-col .content .number {
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0
}

@media (max-width:1400px) {
  section.ny-cta .info-col .content .number {
    font-size: 80px
  }
}

section.ny-cta .info-col .content .sub-title {
  font-weight: 700
}

section.ny-cta .info-col .content .link {
  margin-top: 25px
}

section.ny-cta .info-col .content .link a {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 16px 40px;
  color: #fff;
  font-size: 18px
}

@media (max-width:1400px) {
  section.ny-cta .info-col .content .link a {
    padding: 15px 25px;
    width: 100%
  }
}

section.ny-cta .info-col .content .link a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #189287
}

section.ny-cta .img-col {
  padding: 0
}

@media (max-width:1400px) {
  section.ny-cta .img-col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 25px
  }
}

section.ny-cta .img-col img {
  width: 100%;
  height: 100%
}

section.about-state {
  padding: 50px 15px
}

section.about-state .fui-container {
  max-width: 1300px
}

section.about-state img {
  width: 100%
}

section.about-state .info-col {
  padding: 15px
}

@media (max-width:768px) {
  section.about-state .info-col {
    padding-top: 25px
  }
}

section.about-state .info-col p {
  font-size: 18px;
  line-height: 1.6
}

@media (max-width:768px) {
  section.about-state .info-col p {
    font-size: 14px
  }
}

section.all-states-list {
  padding: 80px 15px;
  padding-bottom: 60px;
  background-color: #189287
}

@media (max-width:768px) {
  section.all-states-list {
    padding: 25px 10px
  }
}

section.all-states-list .fui-container {
  max-width: 95%
}

@media (max-width:768px) {
  section.all-states-list .fui-container {
    max-width: 100%
  }
}

section.all-states-list .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

section.all-states-list .col-md-2 {
  padding-bottom: 20px
}

section.all-states-list .card {
  height: 100%;
  background-color: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff
}

section.all-states-list .card:hover {
  background-color: #fff
}

section.all-states-list .card:hover .title {
  color: #189287
}

section.all-states-list .card:hover p {
  color: #000
}

section.all-states-list .card .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px
}

@media (max-width:768px) {
  section.all-states-list .card .title {
    font-size: 14px
  }
}

section.all-states-list .card p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.6
}

@media (max-width:768px) {
  section.all-states-list .card p {
    font-size: 11px
  }

  .breadcrumb * {
    font-size: 12px;
    line-height: 1 !important
  }

  footer.main-footer .contact-col a {
    word-break: break-all
  }
}

section.work-we-have-done .row .item-col img {
  max-width: 60px !important
}

.breadcrumb li:not(:first-child):before {
  content: "›";
  font-size: 28px;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  transform: translateY(-50%)
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

@media (min-width:768px) {
  section.work-we-have-done h1 {
    margin-top: 0
  }
}

.main-content li,
.content li {
  list-style: disc
}

.fui-dropdown .fui-dropdown-menu {
  box-shadow: 0 0 15px 0 rgb(0 0 0/20%)
}

h1.mb-3.text-white.fs-50.fs-md-40.fs-sm-30.weight-700.border-b-primary.pb-2 {
  margin-bottom: 0 !important;
  margin-top: 25px
}

section.trustpilot-reviews {
  padding: 50px 15px;
  background-color: #f8f8f8
}

section.trustpilot-reviews .fui-container {
  max-width: 1250px !important
}

section.trustpilot-reviews .row>div {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 100%
}

@media (max-width:768px) {
  section.trustpilot-reviews .row>div {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

section.trustpilot-reviews .row .col-excellent {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:768px) {
  section.trustpilot-reviews .row .col-excellent {
    padding-bottom: 25px
  }
}

section.trustpilot-reviews .row .col-excellent .stars {
  margin-bottom: 15px
}

section.trustpilot-reviews .row .col-excellent .stars img {
  max-width: 200px;
  width: 100%
}

section.trustpilot-reviews .row .col-excellent .based {
  margin-bottom: 10px;
  font-weight: 300
}

section.trustpilot-reviews .row .col-excellent .based a {
  color: #0079ff;
  font-weight: 500
}

section.trustpilot-reviews .row .col-normal .card {
  padding: 15px 0
}

@media (max-width:768px) {
  section.trustpilot-reviews .row .col-normal .card {
    padding: 0
  }
}

section.trustpilot-reviews .row .col-normal .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px
}

section.trustpilot-reviews .row .col-normal .top img {
  max-width: 100px
}

section.trustpilot-reviews .row .col-normal .top .date {
  font-size: 14px;
  color: #747474;
  font-size: 300
}

section.trustpilot-reviews .row .col-normal .title {
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 210px;
  width: 100%;
  overflow: hidden
}

section.trustpilot-reviews .row .col-normal .info-p {
  font-size: 14px;
  line-height: 16px;
  color: #555;
  margin-bottom: 8px
}

section.trustpilot-reviews .row .col-normal .name {
  font-size: 14px;
  color: gray
}

section.home-contact {
  padding-bottom: 26px
}

section.lms-process .fui-container {
  max-width: 100% !important
}

section.main-hero.new-page.industries-hero .fui-container {
  padding-left: 25px;
  padding-right: 25px
}

@media(max-width:1550px) and (min-width:1400px) {
  section.lms-process .single-col .card .step-shape img {
    transform: scale(1.4) !important;
    margin-right: 25px !important
  }
}

@media(max-width:768px) {
  section.lms-process .single-col {
    padding: 20px 5px
  }

  section.lms-process .single-col .card {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  section.lms-process .single-col .card .step-shape {
    position: unset !important
  }

  section.lms-process .single-col:nth-child(2) .step-shape {
    order: -1
  }

  section.lms-process .single-col .card .info .info-p {
    font-size: 12px
  }

  section.lms-process .single-col .card .info {
    position: relative;
    z-index: 1
  }

  section.lms-process .single-col .card .step-shape .step-no {
    font-size: 20px !important;
    right: 15px
  }

  section.lms-process .single-col .card .step-shape img {
    overflow: hidden;
    transform: scale(1.5);
    max-width: 120px;
    position: relative;
    right: 15px
  }

  section.lms-process .single-col:nth-child(2) .card .info {
    margin-left: auto;
    text-align: right
  }

  section.lms-process .single-col:nth-child(2) .card .step-shape {
    right: unset;
    transform: rotate(180deg)
  }

  section.lms-process .single-col:nth-child(2) .card .step-shape .step-no {
    transform: rotate(-180deg);
    margin-top: -40px
  }

  section.lms-process .row {
    margin-left: 0 !important;
    row-gap: 10px
  }

  section.lms-process .single-col .card {
    transform: scale(1)
  }

  section.lms-process .single-col .card .info .title {
    font-size: 20px
  }
}

@media(min-width:1400px) {
  section.lms-process .single-col .card .step-shape img {
    transform: scale(1.6)
  }

  section.lms-process .single-col .card .step-shape .step-no {
    right: 50px
  }
}

section.lms-industries-cards .single-col .card .title {
  font-size: 24px
}

@media (min-width:1400px) {
  section.lms-industries-cards .fui-container {
    max-width: 90%
  }

  section.lms-industries-cards .row {
    justify-content: center
  }

  section.lms-industries-cards .single-col .card .info-p {
    font-size: 12px
  }
}

@media (min-width:768px) {
  section.main-hero.new-page.industries-hero .fs-md-80+p {
    font-size: 22px
  }
}

@media (max-width:768px) {
  section.lms-industry-cta .main-title {
    font-size: 24px
  }

  section.our-services .card .icon img {
    max-width: 60px
  }
}

section.main-hero {
  z-index: 0
}

footer .social-links {
  display: flex;
  align-items: center;
  margin-top: 25px !important
}

footer .social-links a {
  margin-right: 10px;
  border: 1px solid #189287;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  color: #189287;
  padding: 0 !important
}

footer .social-links a:hover {
  background-color: #aa8300;
  border-color: #aa8300;
  color: #fff
}

footer.main-footer .social-links a i {
  padding: 0 !important;
  margin: 0 !important;
  width: unset !important;
  min-width: unset !important
}

.questions .fui-panel-box a {
  color: #fff;
  text-decoration: underline
}

.pagination .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap:
}

.pagination .navigation a,
.pagination .navigation span {
  padding: 12px 20px;
  margin: 4px
}

.pagination .navigation a {
  color: #fff;
  background-color: #189287
}

.pagination .navigation a:hover,
.pagination .navigation span {
  background-color: #00564f;
  color: #fff
}

.sfsi_widget.sfsi_shortcode_container {
  width: 100%
}

.norm_row.sfsi_wDiv {
  width: 100% !important
}

.other-services-title a {
  color: #000
}

.other-services-card:hover a {
  color: #fff
}

section.our-services .links {
  text-align: center;
  margin-top: 25px
}

section.our-services .links .fui-btn {
  border-radius: 10px;
  margin: 4px
}

@media (max-width:768px) {
  section.our-services .links .fui-btn {
    margin-bottom: 15px;
    display: block;
    width: 100%
  }
}

section.our-services .links .fui-btn-primary {
  border: 1px solid #189287
}

section.our-services .links .fui-btn-white {
  color: #000;
  border: 1px solid #000
}

section.lms-industries-cards .single-col .card.other-services-card .icon img {
  max-width: 74px
}

section.lms-industries-cards .links {
  text-align: center;
  margin-top: 25px
}

section.lms-industries-cards .links .fui-btn {
  border-radius: 10px;
  margin: 4px
}

@media (max-width:768px) {
  section.lms-industries-cards .links .fui-btn {
    margin-bottom: 15px;
    display: block;
    width: 100%
  }

  section.search-engine-optimization .border-b-primary:after,
  section.search-engine-optimization-services .border-b-primary:after {
    left: 50%;
    transform: translatex(-50%)
  }
}

section.lms-industries-cards .links .fui-btn-primary {
  border: 1px solid #189287
}

section.lms-industries-cards .links .fui-btn-white {
  color: #000;
  border: 1px solid #000
}

section.partner-cta-1 .empty-col img {
  height: 100% !important
}

section.home-contact.partner-contactform {
  background-color: #fff
}

section.home-contact.partner-contactform .content {
  padding: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

section.new-blog-hero .single-side-two .card .post-details {
  padding-top: 10px;
  color: #fff
}

section.new-blog-hero .single-side-two .card .post-details span,
section.new-blog-hero .single-side-two .card .post-details a {
  color: #fff;
  font-size: 14px
}

section.new-main-blog-container {
  padding-bottom: 50px
}

.pagination .navigation {
  justify-content: flex-start
}

.pagination .navigation span.dots,
.pagination .navigation a {
  background: #eee;
  color: #000
}

.pagination .navigation a,
.pagination .navigation span {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px !important
}

.pagination .navigation a:hover,
.pagination .navigation span.current {
  background-color: #1f9287
}

section.other-new-blog-posts .single-post {
  position: relative
}

section.other-new-blog-posts .single-post .tags {
  position: absolute;
  top: 10px;
  left: 20px
}

section.new-main-blog-slider.py-5 {
  padding-bottom: 20px !important
}

section.new-main-blog-container .new-single-post .single-details .post-title h2:hover {
  color: #1f9287;
  text-shadow: none
}

.single-new-widget {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 15px
}

.single-new-widget .widget-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 25px
}

.single-new-widget .widget-title .line {
  flex-grow: 1;
  display: inline-block;
  margin-left: 25px;
  border-bottom: 1px solid #1f9287
}

.new-search .fui-input {
  background: 0 0;
  border: 1px solid #1f9287
}

.new-search .fui-input,
.new-search .fui-btn {
  border-radius: 0 !important;
  padding: 15px;
  width: 100%
}

.new-single-post-widget {
  margin-bottom: 15px
}

.new-single-post-widget .new-single-post-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 4px
}

.new-single-post-widget .new-single-post-title:hover {
  color: #1f9287
}

.new-single-post-widget .date {
  font-size: 12px;
  color: #555
}

.new-single-post-widget img {
  width: 100%
}

.popular-post-widget .new-single-post-widget img {
  border-radius: 50%;
  height: 100px !important;
  width: 100px !important;
  object-fit: cover
}

.popular-post-widget .new-single-post-widget .row {
  align-items: center
}

.popular-post-widget .new-single-post-widget .new-single-post-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4
}

.explore-topics-widget .single-cat a {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px;
  margin: 10px 0;
  display: block
}

.explore-topics-widget .single-cat a {
  color: #555
}

.explore-topics-widget .single-cat a:hover {
  background: #1f9287;
  color: #fff
}

.tab-links {
  margin-bottom: 25px;
  text-align: center
}

.tab-links a {
  border: 1px solid
}

.tab-links a.active,
.tab-links a:hover {
  background-color: #1f9287;
  color: #fff;
  border-color: #1f9287
}

.blog-post-cta.bg-cover {
  padding: 50px;
  margin: 15px 0
}

.blog-post-cta.bg-cover .fui-container {
  max-width: 1000px !important
}

.blog-post-cta.bg-cover h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  margin-top: 25px
}

.blog-post-cta.bg-cover p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6
}

.blog-post-cta.bg-cover .link {
  margin-top: 25px
}

.blog-post-cta.bg-cover img {
  filter: drop-shadow(0 0 25px #fff) drop-shadow(0 0 5px #fff)
}

.blog-post-cta.bg-cover .link a {
  border: 2px solid #fff
}

@media(max-width:768px) {
  .blog-post-cta.bg-cover {
    padding: 50px 25px;
    text-align: center
  }

  .blog-post-cta.bg-cover h2 {
    font-size: 28px
  }

  .blog-post-cta.bg-cover p {
    font-size: 16px
  }
}

.single-post-tags .tags {
  margin-top: 15px
}

.single-post-tags strong.d-block {
  margin-bottom: 15px
}

.single-post-tags .tags a {
  background-color: #fff;
  padding: 8px 10px;
  display: inline-block;
  margin: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0/20%);
  box-shadow: 0 0 5px 0 rgb(0 0 0/20%);
  color: #000
}

.follow-google {
  border: 1px solid #1f9287;
  padding: 10px;
  border-radius: 5px
}

.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link[data-modal=searchModal] .fui-btn {
  background-color: #fff !important;
  color: #169287 !important
}

.fui-navbar.fui-default-nav.bg-primary .fui-menu .nav-link[data-modal=searchModal] .fui-btn:hover {
  background-color: #da0 !important;
  color: #fff !important
}

.home section.other-new-blog-posts.py-5 .post-title {
  display: block;
  margin-top: 10px;
  border-bottom: 1px solid #ccc
}

.home section.other-new-blog-posts .post-card {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.home section.other-new-blog-posts .post-card .excerpt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5
}

.home section.other-new-blog-posts .post-card .fui-btn {
  padding: 10px 25px
}

.home .blog-post-cta.bg-cover {
  padding: 100px 15px
}

.home .blog-post-cta.bg-cover .fui-btn {
  border: none;
  border-radius: 5px
}

.home .blog-post-cta.bg-cover .fui-btn i {
  margin-left: 15px
}

@media(max-width:768px) {
  .home .blog-post-cta.bg-cover {
    padding: 50px 15px
  }

  .new-custom-fading-cta .active .arrow {
    display: none !important
  }

  section.new-custom-fading-cta .info-col {
    padding: 15px;
    text-align: center
  }

  section.new-custom-fading-cta .info-col .fui-btn {
    font-size: 12px;
    margin-bottom: 10px;
    display: block !important
  }

  section.new-custom-fading-cta .info-col .title {
    font-weight: 600;
    font-size: 22px
  }

  section.new-custom-fading-cta .info-col .info-p {
    font-size: 14px
  }
}

section.new-custom-fading-cta .info-col .title,
section.new-custom-fading-cta .info-col .info-p,
section.new-custom-fading-cta .info-col .link a {
  animation: none !important
}

section.new-custom-fading-cta a.fui-btn.fui-btn-white {
  border: 1px solid #000;
  color: #000 !important;
  background-color: transparent
}

section.new-custom-fading-cta a.fui-btn.fui-btn-white:hover {
  border: 1px solid #189287;
  color: #fff !important;
  background-color: #189287
}

.mobile-phone-fixed-bottom {
  z-index: 10
}

#freeSeoModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#freeSeoModal .fui-modal-container {
  max-width: 700px !important;
  border: none;
  padding-top: 15px;
  border-radius: 10px
}

#freeSeoModal .fui-modal-container .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer
}

#freeSeoModal .fui-modal-container .modal-close:hover {
  color: red
}

#freeSeoModal .fui-modal-container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#freeSeoModal .fui-modal-container .main-title {
  font-size: 28px;
  font-weight: 600
}

#freeSeoModal .fui-modal-container .info-p {
  font-size: 16px;
  line-height: 1.8;
  color: gray
}

#freeSeoModal .fui-modal-container .link {
  margin-top: 20px
}

.fui-modal.modal-show .fui-modal-container {
  -webkit-animation: modalUp .5s ease-in-out;
  animation: modalUp .5s ease-in-out
}

@-webkit-keyframes modalUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes modalUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

#freeSeoModal .fa {
  color: #000 !important
}

form.search-form.img-rounded {
  display: flex
}

form.search-form.img-rounded input {
  width: 80% !important;
  height: 50px;
  border-radius: 0;
  border: none
}

form.search-form.img-rounded button {
  width: 20% !important;
  height: 50px;
  border-radius: 0
}

@media(min-width:768px) {
  .mobile-search-icon {
    display: none !important
  }

  #freeSeoModal .fui-modal-container .row {
    align-items: flex-start
  }

  #freeSeoModal .fui-modal-container .row .empty-col+.info-col {
    margin-top: -220px
  }
}

@media(max-width:768px) {
  #freeSeoModal .fui-modal-container .row {
    row-gap: 0
  }

  #freeSeoModal .fui-modal-container .row .img-col {
    text-align: center
  }

  #freeSeoModal .fui-modal-container .row .img-col img {
    height: 150px;
    width: 100%;
    object-fit: contain
  }

  #freeSeoModal .fui-modal-container .row .main-title {
    font-size: 18px
  }

  #freeSeoModal .fui-modal-container .row .empty-col+.info-col {
    padding-top: 10px
  }

  #freeSeoModal .fui-modal-container .row .empty-col+.info-col p {
    font-size: 14px
  }

  form.search-form.img-rounded {
    flex-direction: column
  }

  form.search-form.img-rounded button,
  form.search-form.img-rounded input {
    width: 100% !important
  }

  #freeSeoModal .fui-btn {
    padding: 12px 10px
  }

  .fui-navbar .fui-toggler,
  .mobile-search-icon {
    max-width: 20%;
    width: 100%
  }

  .fui-navbar.fui-default-nav .fui-brand {
    justify-content: center !important;
    text-align: center !important;
    padding-right: 0
  }

  .fui-navbar .fui-toggler,
  .mobile-search-icon .fui-btn {
    color: #323b42;
    padding: 10px 15px;
    font-size: 28px;
    display: inline-block !important;
    background: 0 0 !important
  }

  .mobile-search-icon .fui-btn {
    width: 100%
  }

  .mobile-search-icon .fui-btn:hover {
    background-color: #11665f !important;
    color: #fff;
    border-radius: 5px
  }

  .fui-navbar.fui-default-nav .fui-brand {
    margin-left: auto;
    max-width: 60%;
    width: 100%;
    margin-right: auto
  }

  #searchModal {
    display: flex;
    align-items: center
  }

  #searchModal .fui-modal-title {
    font-size: 16px
  }
}

section.new-custom-fading-cta .owl-nav {
  display: flex !important;
  justify-content: center;
  margin-top: 25px
}

section.new-custom-fading-cta .owl-nav .owl-next,
section.new-custom-fading-cta .owl-nav .owl-prev {
  margin: 5px 15px
}

section.new-custom-fading-cta .owl-nav .owl-next:hover,
section.new-custom-fading-cta .owl-nav .owl-prev:hover {
  color: #189287;
  opacity: 1
}

section.new-custom-fading-cta .owl-nav i {
  font-family: 'fontAwesome';
  font-style: normal;
  font-size: 25px
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  background: #189287
}

::-webkit-scrollbar-thumb:hover {
  background: #da0
}

.topbar .fui-container .right {
  display: flex;
  align-items: center
}

.translator {
  padding-right: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #189287
}

.translator:hover select,
.translator:hover {
  color: #0d504a;
  cursor: pointer
}

.translator select {
  border: none !important;
  background-color: transparent;
  font-size: 14px;
  width: 100px;
  padding-left: 20px;
  outline: none !important;
  box-shadow: none !important;
  color: #189287
}

.translator i {
  pointer-events: none;
  margin-right: -10px
}

section.marketing-tips-of-the-day {
  padding: 100px 15px
}

section.marketing-tips-of-the-day .main-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px
}

section.marketing-tips-of-the-day .quote {
  max-width: 700px;
  display: flex;
  color: #fff
}

section.marketing-tips-of-the-day .quote img {
  max-width: 40px;
  width: 100%
}

section.marketing-tips-of-the-day .quote span {
  padding: 15px
}

section.marketing-tips-of-the-day p {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 25px !important
}

@media(min-width:768px) {
  section.marketing-tips-of-the-day .fui-container {
    padding-left: 100px
  }

  .translator.mobile-translator {
    display: none !important
  }
}

.translator.mobile-translator {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff
}

.translator.mobile-translator select {
  color: #fff;
  width: 200px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 10px;
  appearance: none;
  position: relative;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='15px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right center;
  background-clip: border-box;
  font-size: 17px
}

select::-ms-expand {
  display: none
}

@media(max-width:768px) {
  section.marketing-tips-of-the-day {
    text-align: center
  }

  section.marketing-tips-of-the-day p {
    font-size: 20px
  }

  section.marketing-tips-of-the-day .quote img {
    max-width: 30px
  }
}

section.main-hero .form-col .fui-card {
  border: none;
  padding: 25px
}

section.main-hero .form-col .inner-title {
  margin-top: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: 600
}

section.main-hero .form-col .popular-cities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

section.main-hero .form-col .popular-cities a {
  color: #999;
  border-bottom: 1px solid;
  padding: 2px 0;
  margin: 4px 8px
}

section.main-hero .form-col .popular-cities a:hover {
  color: #000
}

section.main-hero .form-col select {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  padding-left: 25px;
  outline: none !important;
  box-shadow: none !important
}

section.main-hero .form-col .d-flex {
  align-items: center
}

section.main-hero .form-col .d-flex i {
  margin-right: -15px;
  position: relative;
  margin-bottom: 10px;
  opacity: .5
}

section.main-hero .form-col .fui-btn {
  display: block;
  margin-top: 15px;
  border-radius: 35px;
  font-size: 20px;
  font-weight: 600
}

section.main-hero .select2-container--default .select2-selection--single {
  min-height: 50px;
  margin-bottom: 0
}

section.main-hero .select2-selection__rendered {
  margin-top: -4px
}

section.main-hero .select2-selection__rendered img {
  height: 35px;
  object-fit: cover;
  width: 35px;
  margin-right: 15px;
  display: inline-block
}

.select2-container--default .select2-results__options li img {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
  margin-right: 10px
}

section.main-hero .select2-selection__placeholder {
  display: inline-block;
  margin-top: 5px !important
}

section.main-hero .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
  transform: scale(1.5)
}

.select2-container--default .select2-selection--single {
  border-radius: 0
}

section.main-hero .form-col .d-flex {
  margin-bottom: 10px
}

section.main-hero .select2-container--default .select2-selection--single {
  text-align: left !important
}

section.main-hero .select2-container {
  width: 100% !important
}

@media(max-width:768px) {
  #home-banner-form .title {
    font-size: 28px
  }

  .sideNavbar .fui-menu .nav-item [data-modal=searchModal] {
    display: none !important
  }

  .sideNavbar {
    max-width: 350px
  }

  .fui-navbar .fui-menu-box .fui-menu .nav-item.datetime-li {
    padding: 5px 15px !important
  }

  .fui-navbar .fui-menu-box .fui-menu .nav-item a[data-modal=getQuoteModal] div {
    width: 100% !important;
    display: block !important
  }

  .fui-navbar.fui-default-nav .fui-brand a img {
    max-width: 150px !important
  }
}

section.contact-top .info-col {
  padding: 80px;
  background-color: #189287;
  color: #fff
}

section.contact-top .map-col {
  padding: 0
}

section.contact-top .map-col .map,
section.contact-top .map-col iframe {
  display: block;
  height: 100% !important
}

section.contact-top .map-col iframe {
  filter: grayscale(1)
}

section.contact-top .info-col .title {
  font-size: 40px;
  font-weight: 500
}

section.contact-top .info-col .content {
  max-width: 550px
}

section.contact-top .info-col .info-p {
  margin-bottom: 36px;
  font-size: 18px
}

section.contact-top .info-col .inner-title {
  display: inline-block;
  background-color: #dca829;
  padding: 20px 0;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  padding-right: 50px;
  font-size: 18px;
  position: relative;
  margin-bottom: 40px;
  font-weight: 500
}

section.contact-top .info-col .inner-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 80px;
  height: 100%;
  background-color: #dca829
}

section.contact-top .info-col .contact-details a {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 25px
}

section.contact-top .info-col .contact-details a:hover {
  color: #dca829
}

section.contact-top .info-col .contact-details a .fa-phone+span {
  font-size: 26px;
  font-weight: 500
}

section.contact-top .info-col .contact-details a i {
  font-size: 26px;
  width: 40px
}

section.live-conversation-cta {
  padding-top: 80px
}

section.live-conversation-cta .info-p {
  line-height: 1.6
}

section.live-conversation-cta .info-col {
  color: #fff;
  display: flex;
  align-items: center
}

#gform_6 {
  position: relative
}

#gform_6:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 250px;
  pointer-events: none;
  opacity: .1;
  background-image: url(https://leadmarketingstrategies.com/wp-content/uploads/2022/10/overlay.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

@media(max-width:580px) {
  section.contact-top .info-col {
    padding: 50px 25px
  }

  section.contact-top .info-col .contact-details a {
    font-size: 14px
  }

  section.contact-top .info-col .inner-title {
    font-size: 16px
  }

  section.start-conversation {
    padding-top: 25px !important;
    padding-left: 15px;
    padding-right: 15px
  }

  section.start-conversation h1.fs-40.fs-lg-40.fs-md-30.uppercase.my-3.text-center.weight-300.mb-5 {
    font-size: 28px
  }

  section.live-conversation-cta {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
  }

  section.contact-top .row {
    row-gap: 0
  }

  section.contact-top .map-col iframe {
    height: 250px !important
  }
}

ul[id^=select2-industry].select2-results__options li:hover img,
ul[id^=select2-industry].select2-results__options li.select2-results__option--highlighted img {
  filter: brightness(0) invert(1)
}

section.follow-us {
  padding: 80px 15px
}

section.follow-us .sub-p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6
}

section.follow-us a {
  color: #fff
}

section.follow-us .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  margin-bottom: 25px
}

section.follow-us .social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 4px 8px
}

section.follow-us .social-links a:hover {
  background-color: #da0;
  border-color: #da0
}

section.follow-us .single-col .card {
  border: 1px solid #fff;
  height: 100%;
  background-color: #fff
}

section.follow-us .single-col .card:hover {
  border-color: #da0
}

section.follow-us .single-col .details {
  background-color: #fff;
  padding: 15px;
  color: #189287
}

section.follow-us .single-col .details i {
  font-size: 24px;
  margin-bottom: 10px
}

section.follow-us .single-col .title {
  font-size: 16px;
  font-weight: 600
}

section.follow-us .single-col p {
  font-size: 14px;
  color: #000
}

section.new-marketing-cta.bg-primary {
  background-color: #209d91 !important
}

section.new-marketing-cta.bg-primary .row {
  align-items: center
}

section.new-marketing-cta.bg-primary .img-col img {
  width: 100%
}

section.new-marketing-cta.bg-primary .info-col {
  padding: 50px 15px
}

section.new-marketing-cta.bg-primary .info-col img {
  max-width: 150px;
  margin-bottom: 15px
}

section.new-marketing-cta.bg-primary .info-col * {
  color: #fff;
  text-align: left !important
}

section.new-marketing-cta.bg-primary .info-col h4 {
  font-size: 38px;
  font-weight: 900
}

section.new-marketing-cta.bg-primary .info-col .links {
  margin-top: 40px
}

section.new-marketing-cta.bg-primary .info-col .fui-btn {
  padding: 15px;
  border: 1px solid #da0;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #da0
}

section.new-marketing-cta.bg-primary .info-col .fui-btn:hover {
  background-color: transparent
}

section.new-marketing-cta.bg-primary .info-col .fui-btn.fui-btn-white {
  background-color: transparent;
  border: 1px solid #fff
}

section.new-marketing-cta.bg-primary .info-col .fui-btn.fui-btn-white:hover {
  background-color: #da0;
  border: 1px solid #da0
}

@media(max-width:768px) {
  section.new-marketing-cta.bg-primary .info-col h4 {
    font-size: 22px !important
  }

  section.new-marketing-cta.bg-primary .info-col * {
    text-align: center !important
  }

  section.new-marketing-cta.bg-primary .info-col .fui-btn {
    margin: 4px
  }

  section.new-marketing-cta.bg-primary .row {
    row-gap: 0;
    text-align: center !important
  }
}

form.form.special-search-form i,
form.form.special-search-form.loading .search-button-title {
  display: none
}

form.form.special-search-form.loading i {
  display: inline-block
}

form.form.special-search-form.loading .fui-btn,
form.form.special-search-form.loading .d-flex {
  opacity: .8;
  pointer-events: none
}

.view-more .fui-btn.fui-btn-outline {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px
}

.view-more .fui-btn.fui-btn-outline:hover {
  background-color: #da0;
  border: 1px solid #da0
}

.show-more-button {
  color: #fff
}

.show-more-button.loading .show-more-button-title,
.show-more-button i,
.book-call-btn {
  display: none
}

.show-more-button.loading {
  pointer-events: none
}

.show-more-button.loading i {
  display: inline-block
}

.book-call-btn.active {
  display: inline-block
}

section.chart-cta {
  background-color: #e8f5f8
}

@media(max-width:768px) {

  section.chart-cta .right-col img,
  section.chart-cta .left-col img {
    max-width: 250px !important;
    margin: 15px auto;
    display: block
  }
}

.blog-content h3 {
  font-size: 22px
}

footer .social-links {
  flex-wrap: wrap
}

footer .social-links a {
  margin-right: 15px;
  min-width: 50px;
  min-height: 50px;
  font-size: 28px
}

.fui-menu>.mega-item.fui-dropdown:hover>.mega-dropdown {
  animation: fadeIn .5s
}

.fui-menu>.mega-item.fui-dropdown>.mega-dropdown {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2))
}

.contact-info-col .social-links a {
  font-size: 18px;
  width: 40px;
  min-width: 40px;
  min-height: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  filter: grayscale(1);
  padding: 0 !important
}

.contact-info-col .social-links a img {
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 25px !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 4px !important
}

.contact-info-col .social-links a:hover {
  border-color: #189287;
  color: #189287;
  filter: grayscale(0) !important
}

@media(min-width:768px) {
  #main-mobile-menu {
    display: none !important
  }

  .fui-menu>.mega-item.fui-dropdown>.mega-dropdown.contact-dropdown {
    align-items: center;
    max-width: 700px !important
  }
}

@media(max-width:768px) {
  #main-desktop-menu {
    display: none !important
  }
}

.contact-other-links {
  margin-top: 20px;
  display: flex;
  align-items: center
}

.contact-other-links span,
.contact-other-links a {
  margin-right: 10px;
  padding-left: 10px;
  font-weight: 600;
  color: #dca829
}

.contact-other-links span:first-child,
.contact-other-links a:first-child {
  margin-left: 0 !important;
  padding-left: 0
}

.contact-other-links {
  color: #dca829
}

footer.main-footer .contact-col a:hover img {
  filter: contrast(100) hue-rotate(67deg) brightness(15)
}

.section-lms-partners {
  padding: 80px 15px;
  background-color: #fff
}

.section-lms-partners .bottom-row .col-12,
.section-lms-partners .top-row .col-12 {
  max-width: auto !important;
  flex-basis: auto !important
}

.section-lms-partners .top-row,
.section-lms-partners .bottom-row {
  justify-content: center
}

.section-lms-partners .bottom-row {
  margin-left: -110px;
  margin-top: -100px
}

.section-lms-partners .bottom-row .single,
.section-lms-partners .top-row .single {
  border: 1px solid #189287;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transform: rotate(-45deg);
  margin: 15px 25px
}

.section-lms-partners .bottom-row .single img,
.section-lms-partners .top-row .single img {
  transform: rotate(45deg)
}

@media(max-width:768px) {
  .section-lms-partners {
    text-align: center;
    padding: 25px 15px;
    padding-bottom: 50px
  }

  .section-lms-partners .col-md-4 img {
    max-width: 250px;
    margin-bottom: 25px
  }

  .section-lms-partners .hex-col {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .section-lms-partners .hex-col {
    row-gap: 0 !important
  }

  .section-lms-partners .bottom-row .single,
  .section-lms-partners .top-row .single {
    width: 120px;
    height: 120px
  }

  .section-lms-partners .bottom-row {
    margin-left: -188px;
    margin-top: -87px
  }
}

.single-post-tags .tags a:before,
.other-new-blog-posts .tags a:before,
.new-main-blog-slider .tags a:before,
.tags-cloud .tags a:before,
.new-single-blog-card .tags a:before,
.new-single-post .tags a:before {
  content: "#";
  color: #189287;
  margin-right: 5px
}

.tags a:hover:before {
  color: #fff
}

.other-new-blog-posts .tags a,
.new-main-blog-slider .tags a,
.tags-cloud .tags a,
.new-single-blog-card .tags a,
.new-single-post .tags a {
  color: #000
}

.hexagon-awards .top-row,
.hexagon-awards .bottom-row {
  display: flex;
  justify-content: center
}

.hexagon-awards .single-col {
  max-width: 250px;
  width: 100%;
  position: relative
}

.hexagon-awards .single-col .shape {
  width: 100%
}

.hexagon-awards .single-col .award {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 70% !important;
  object-fit: contain;
  transform: translate(-50%, -50%)
}

.hexagon-awards .top-row {
  margin-left: -250px
}

.hexagon-awards .bottom-row {
  margin-top: -70px
}

@media(max-width:1400px) {
  .hexagon-awards .single-col {
    max-width: 200px
  }

  .hexagon-awards .top-row {
    margin-left: -200px
  }

  .hexagon-awards .bottom-row {
    margin-top: -56px
  }
}

@media(max-width:1100px) {
  section.seo-hex .img-col>img {
    display: none
  }

  section.seo-hex .img-col {
    display: flex;
    align-items: flex-start;
    justify-content: end
  }

  .hexagon-awards .single-col {
    max-width: 180px
  }

  .hexagon-awards .top-row {
    margin-left: -180px
  }

  .hexagon-awards .bottom-row {
    margin-top: -51px
  }
}

@media(max-width:768px) {
  section.seo-hex .img-col {
    justify-content: center
  }

  .hexagon-awards .single-col {
    max-width: 120px
  }

  .hexagon-awards .top-row {
    margin-left: -120px
  }

  .hexagon-awards .bottom-row {
    margin-top: -34px
  }

  .hexagon-awards .top-row {
    margin-top: -60px
  }

  .hexagon-awards .top-row .single-col:first-child {
    position: relative;
    bottom: -198px;
    left: 120px
  }

  .hexagon-awards .bottom-row {
    padding-bottom: 100px
  }

  .section-lms-partners .top-row,
  .section-lms-partners .bottom-row {
    flex-wrap: nowrap
  }

  .section-lms-partners .bottom-row {
    margin-left: 170px;
    margin-top: -50px
  }

  .section-lms-partners .bottom-row .single-hex-col:last-child .single {
    position: relative !important;
    top: -160px !important;
    left: -170px
  }

  .section-lms-partners .bottom-row .single,
  .section-lms-partners .top-row .single {
    width: 100px;
    height: 100px
  }

  .section-lms-partners .hex-col {
    padding-top: 80px !important
  }
}

.section-lms-partners {
  overflow-x: hidden !important;
  position: relative
}

.cta-banner.bg-cover {
  position: relative
}

.cta-banner.bg-cover .content {
  padding: 35px;
  color: #fff;
  position: relative;
  z-index: 1
}

.cta-banner.bg-cover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #189287;
  mix-blend-mode: multiply
}

.cta-banner.bg-cover .logo {
  display: block;
  margin-left: auto;
  margin-bottom: 15px;
  max-width: 180px;
  width: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast
}

.cta-banner.bg-cover {
  margin-bottom: 40px
}

.cta-banner.bg-cover .icon {
  max-width: 65px;
  width: 100%;
  filter: brightness(100);
  margin-top: -40px
}

.cta-banner.bg-cover .title {
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
  font-size: 24px
}

.cta-banner.bg-cover .info-p {
  line-height: 1.6
}

.cta-banner.bg-cover .fui-btn {
  border-radius: 10px;
  padding: 15px 25px;
  border: 1px solid #da0;
  margin-left: 0;
  margin: 5px
}

.cta-banner.bg-cover .fui-btn-outline {
  border: 1px solid #fff;
  color: #fff
}

.cta-banner.bg-cover .fui-btn-outline:hover {
  background-color: #fff;
  color: #189287
}

@media(max-width:768px) {
  .cta-banner.bg-cover .content {
    padding: 15px
  }

  .cta-banner.bg-cover .title {
    font-size: 18px
  }

  .cta-banner.bg-cover .fui-btn {
    display: block;
    width: 100%;
    padding: 10px
  }
}

ol.ping-trackbacklist.list-unstyled li {
  padding-bottom: 5px
}

.fa {
  font-family: "FontAwesome"
}

section.home-contact .form-col form select {
  border-radius: 7px
}

.app-banner .info-col {
  text-align: center;
  padding: 50px
}

.app-banner .content {
  max-width: 600px;
  margin: 0 auto
}

.app-banner .logo {
  max-width: 350px;
  width: 100%
}

.app-banner .title {
  color: #fff;
  margin-top: 25px;
  font-size: 28px;
  line-height: 1.8
}

.app-banner .sub-title {
  color: #fff;
  margin-bottom: 25px
}

.app-banner .img-col img {
  width: 100%
}

.app-banner .links img {
  max-width: 200px;
  width: 100%
}

@media(max-width:768px) {
  .app-banner .img-col {
    order: -1;
    padding-bottom: 0
  }

  .app-banner .links img {
    margin-bottom: 20px
  }

  .links.text-center.mt-2 .fui-btn,
  .col-md-12.col-12.links-col .fui-btn,
  .link .fui-btn {
    margin-bottom: 10px !important
  }
}

#goog-gt-tt {
  display: none !important
}

.goog-te-banner-frame {
  display: none !important
}

.goog-te-menu-value:hover {
  text-decoration: none !important
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important
}

body {
  top: 0 !important
}

#google_translate_element2 {
  display: none !important
}

.sfsi_subscribe_Popinner {
  width: 100% !important;
  height: auto !important;
  padding: 18px 0 !important;
  background-color: #fff !important
}

.sfsi_subscribe_Popinner form {
  margin: 0 20px !important
}

.sfsi_subscribe_Popinner h5 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 16px !important;
  text-align: center !important;
  margin: 0 0 10px !important;
  padding: 0 !important
}

.sfsi_subscription_form_field {
  margin: 5px 0 !important;
  width: 100% !important;
  display: inline-flex;
  display: -webkit-inline-flex
}

.sfsi_subscription_form_field input {
  width: 100% !important;
  padding: 10px 0 !important
}

.sfsi_subscribe_Popinner input[type=email] {
  font-family: Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  color: !important;
  font-size: 14px !important;
  text-align: center !important
}

.sfsi_subscribe_Popinner input[type=email]::-webkit-input-placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  color: !important;
  font-size: 14px !important;
  text-align: center !important
}

.sfsi_subscribe_Popinner input[type=email]:-moz-placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  color: !important;
  font-size: 14px !important;
  text-align: center !important
}

.sfsi_subscribe_Popinner input[type=email]::-moz-placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  color: !important;
  font-size: 14px !important;
  text-align: center !important
}

.sfsi_subscribe_Popinner input[type=email]:-ms-input-placeholder {
  font-family: Helvetica, Arial, sans-serif !important;
  font-style: normal !important;
  color: !important;
  font-size: 14px !important;
  text-align: center !important
}

.sfsi_subscribe_Popinner input[type=submit] {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-size: 16px !important;
  text-align: center !important;
  background-color: #dedede !important
}

.sfsi_shortcode_container {
  float: left
}

.sfsi_shortcode_container .norm_row .sfsi_wDiv {
  position: relative !important
}

.sfsi_shortcode_container .sfsi_holders {
  display: none
}

.gform_wrapper.gravity-theme fieldset,
.gform_wrapper.gravity-theme legend {
  background: 0 0;
  padding: 0
}

.gform_wrapper.gravity-theme fieldset {
  border: none;
  display: block;
  margin: 0
}

.gform_wrapper.gravity-theme legend {
  margin-left: 0;
  margin-right: 0
}

.gform-ul-reset {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.gform-text-input-reset,
body[class*=avada] input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset,
input.gform-text-input-reset {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-color: transparent;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: inherit
}

@font-face {
  font-display: swap;
  font-family: gform-icons-theme;
  src: url(/wp-content/plugins/gravityforms/fonts/gform-icons-theme.woff2?a2cayk) format('woff2'), url(/wp-content/plugins/gravityforms/fonts/gform-icons-theme.ttf?a2cayk) format('truetype'), url(/wp-content/plugins/gravityforms/fonts/gform-icons-theme.woff?a2cayk) format('woff'), url(/wp-content/plugins/gravityforms/fonts/gform-icons-theme.svg?a2cayk) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.gform-icon {
  font-family: gform-icons-theme !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.gform-icon--left-arrow:before {
  content: "\e910";
  color: #2f4054
}

.gform-icon--right-arrow:before {
  content: "\e91b";
  color: #2f4054
}

.gform-icon--circle-error:before {
  content: "\e91a"
}

.gform-icon--close-small:before {
  content: "\e905"
}

.gform-icon--info:before {
  content: "\e900"
}

.gform-icon--verified:before {
  content: "\e901"
}

.gform-icon--circle-check:before {
  content: "\e902"
}

.gform-icon--close:before {
  content: "\e903"
}

.gform-icon--close-big:before {
  content: "\e904"
}

.gform-icon--down-arrow:before {
  content: "\e906"
}

.gform-icon--format-bold:before {
  content: "\e907"
}

.gform-icon--format-italic:before {
  content: "\e908"
}

.gform-icon--format-list-bulleted:before {
  content: "\e909"
}

.gform-icon--format-list-numbered:before {
  content: "\e90a"
}

.gform-icon--insert-link:before {
  content: "\e90b"
}

.gform-icon--line:before {
  content: "\e90c"
}

.gform-icon--password-eye:before {
  content: "\e90d"
}

.gform-icon--password-eye-closed:before {
  content: "\e90e"
}

.gform-icon--redo:before {
  content: "\e90f"
}

.gform-icon--schedule:before {
  content: "\e911"
}

.gform-icon--clock:before {
  content: "\e912"
}

.gform-icon--search:before {
  content: "\e913"
}

.gform-icon--star:before {
  content: "\e914"
}

.gform-icon--star-border:before {
  content: "\e915"
}

.gform-icon--star-half:before {
  content: "\e916"
}

.gform-icon--check:before {
  content: "\e917"
}

.gform-icon--undo:before {
  content: "\e918"
}

.gform-icon--unfold-more:before {
  content: "\e919"
}

.gform-icon--create:before {
  content: "\e91c"
}

.gform-icon--cog:before {
  content: "\e91d"
}

.gform_drop_area {
  padding: 32px;
  border: 1px dashed #ccc;
  text-align: center;
  margin-bottom: 8px;
  background: rgba(0, 0, 0, .02);
  border-radius: 4px
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 8px
}

.gform_delete,
.gform_delete_file {
  vertical-align: middle;
  cursor: pointer
}

.gform_delete_file {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: none
}

.gfield_validation_message ul {
  padding-left: 24px;
  margin: 16px 0
}

.gfield_validation_message ul:empty {
  display: none
}

.ginput_preview {
  margin: 16px 0
}

.gform_fileupload_rules {
  display: block;
  margin-top: 8px
}

.ginput_container_password>span {
  position: relative
}

.gform_show_password:focus {
  outline: 0
}

.gform_show_password {
  position: absolute;
  right: 20px;
  top: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 100%
}

.password_input_container {
  display: block;
  position: relative
}

.gfield_password_strength {
  border: 1px solid #ddd;
  margin-top: 8px;
  padding: 8px;
  text-align: center;
  background-color: #eee;
  border-bottom: 3px solid #ddd
}

.field_sublabel_above .gfield_password_strength {
  margin-top: 16px
}

.gfield_password_strength .mismatch,
.gfield_password_strength .short {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040
}

.gfield_password_strength .bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c
}

.gfield_password_strength .good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0
}

.gfield_password_strength .strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c
}

.ui-datepicker:not(.gform-legacy-datepicker) {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 8px;
  margin: 2.4px;
  display: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.ui-datepicker:not(.gform-legacy-datepicker)[style] {
  z-index: 9999 !important
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  position: relative;
  padding: 0 8px 8px;
  margin: 0 -8px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next,
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev {
  position: absolute;
  cursor: pointer
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next:before,
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev:before {
  border-style: solid;
  border-width: .18em .18em 0 0;
  content: '';
  display: inline-block;
  height: .55em;
  left: .15em;
  position: relative;
  top: .3em;
  transform: rotate(-135deg);
  vertical-align: top;
  width: .55em
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next .ui-icon,
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev .ui-icon {
  display: none
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev {
  left: 16px
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next {
  right: 16px
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next:before {
  left: 0;
  transform: rotate(45deg)
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title {
  text-align: center
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title select {
  margin: 0 4px
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker table {
  border-spacing: 0;
  margin: 0
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker thead {
  font-size: .85em
}

.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker td {
  padding: 0;
  width: 35.2px
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
  display: block;
  width: 100%;
  line-height: 35.2px;
  text-align: center;
  color: #222;
  text-decoration: none;
  border-radius: 50%
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default:hover {
  background-color: rgba(0, 0, 0, .1)
}

.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active,
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active:hover {
  background-color: #3498db;
  color: #fff
}

::-ms-reveal {
  display: none
}

.gform_validation_container,
.gform_wrapper.gravity-theme .gform_validation_container,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px
}

.gform_wrapper.gravity-theme .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.gform_wrapper.gravity-theme .chosen-container * {
  box-sizing: border-box
}

.gform_wrapper.gravity-theme .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  display: none
}

.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop {
  display: block
}

.gform_wrapper.gravity-theme .chosen-container a {
  cursor: pointer
}

.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name,
.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999
}

.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name:after,
.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-default {
  color: #999
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 38.4px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 36px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 0 10px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box
}

.gform_wrapper.gravity-theme .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-option {
  padding-left: 15px
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 8px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  color: #333;
  line-height: 13px;
  cursor: default
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 10px
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important
}

.gform_wrapper.gravity-theme .chosen-disabled {
  opacity: .5 !important;
  cursor: default
}

.gform_wrapper.gravity-theme .chosen-disabled .chosen-single {
  cursor: default
}

.gform_wrapper.gravity-theme .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default
}

.gform_wrapper.gravity-theme .chosen-rtl {
  text-align: right
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li {
  float: right
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

  .gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-down span,
  .gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-up span,
  .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text],
  .gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr,
  .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b,
  .gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
    background-image: url(/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important
  }
}

body .gform_wrapper.gravity-theme .chosen-container a.chosen-single {
  border-radius: inherit
}

body .gform_wrapper.gravity-theme ul.chosen-results li {
  line-height: inherit
}

@media only screen and (max-width:641px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 2;
    min-height: 32px
  }

  .gform_wrapper.gravity-theme textarea {
    line-height: 1.5
  }

  .gform_wrapper.gravity-theme .chosen-container.chosen-container-single[style] {
    width: 100% !important
  }

  .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8
  }

  .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px
  }

  .gform_wrapper.gravity-theme div.chosen-container.chosen-container-multi[style] {
    width: 100% !important
  }

  .gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
  .gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
    width: 100%;
    line-height: inherit;
    float: none
  }

  .gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
    margin-bottom: 0
  }

  .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: calc(50% - 6px)
  }

  .gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block
  }

  .gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important
  }

  .gform_wrapper.gravity-theme ul.gfield_checkbox li label,
  .gform_wrapper.gravity-theme ul.gfield_radio li label {
    width: 85%;
    cursor: pointer
  }
}

@media only screen and (min-width:641px) {

  body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-multi[style],
  body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-single[style] {
    width: calc(50% - 8px) !important
  }

  body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-multi[style],
  body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-single[style] {
    width: 100% !important
  }

  body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-multi[style],
  body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-single[style] {
    width: 25% !important
  }
}

.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm {
  display: none !important
}

.gform_wrapper.gravity-theme .gf_invisible,
.gform_wrapper.gravity-theme .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px
}

.gform_wrapper.gravity-theme .gf_hide_charleft div.charleft {
  display: none !important
}

.gform_wrapper.gravity-theme .gf_hidden,
.gform_wrapper.gravity-theme .gform_hidden {
  display: none
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label,
.gform_wrapper.gravity-theme .hidden_sub_label,
.gform_wrapper.gravity-theme .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important
}

.gform_wrapper.gravity-theme button.screen-reader-text:focus {
  border: 0;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  position: static !important;
  width: auto
}

@media only screen and (min-width:641px) {

  .gform_wrapper .gfield.gf_list_2col .gfield_checkbox,
  .gform_wrapper .gfield.gf_list_2col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2];
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px
  }

  .gform_wrapper .gfield.gf_list_3col .gfield_checkbox,
  .gform_wrapper .gfield.gf_list_3col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3];
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px
  }

  .gform_wrapper .gfield.gf_list_4col .gfield_checkbox,
  .gform_wrapper .gfield.gf_list_4col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4];
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px
  }

  .gform_wrapper .gfield.gf_list_5col .gfield_checkbox,
  .gform_wrapper .gfield.gf_list_5col .gfield_radio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 5];
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    grid-column-gap: 32px
  }

  .gform_wrapper .gfield.gf_list_inline .gfield_checkbox,
  .gform_wrapper .gfield.gf_list_inline .gfield_radio {
    display: block
  }

  .gform_wrapper .gfield.gf_list_inline .gfield_checkbox .gchoice,
  .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice {
    display: inline-block;
    padding-right: 16px
  }

  .gform_wrapper .gf_list_2col_vertical .gfield_checkbox,
  .gform_wrapper .gf_list_2col_vertical .gfield_radio {
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap: 32px
  }

  .gform_wrapper .gf_list_3col_vertical .gfield_checkbox,
  .gform_wrapper .gf_list_3col_vertical .gfield_radio {
    -moz-column-count: 3;
    column-count: 3;
    grid-column-gap: 32px
  }

  .gform_wrapper .gf_list_4col_vertical .gfield_checkbox,
  .gform_wrapper .gf_list_4col_vertical .gfield_radio {
    -moz-column-count: 4;
    column-count: 4;
    grid-column-gap: 32px
  }

  .gform_wrapper .gf_list_5col_vertical .gfield_checkbox,
  .gform_wrapper .gf_list_5col_vertical .gfield_radio {
    -moz-column-count: 5;
    column-count: 5;
    grid-column-gap: 32px
  }

  .gform_wrapper .gfield.gf_list_height_25 .gfield_checkbox .gchoice,
  .gform_wrapper .gfield.gf_list_height_25 .gfield_radio .gchoice {
    height: 25px
  }

  .gform_wrapper .gfield.gf_list_height_50 .gfield_checkbox .gchoice,
  .gform_wrapper .gfield.gf_list_height_50 .gfield_radio .gchoice {
    height: 50px
  }

  .gform_wrapper .gfield.gf_list_height_75 .gfield_checkbox .gchoice,
  .gform_wrapper .gfield.gf_list_height_75 .gfield_radio .gchoice {
    height: 75px
  }

  .gform_wrapper .gfield.gf_list_height_100 .gfield_checkbox .gchoice,
  .gform_wrapper .gfield.gf_list_height_100 .gfield_radio .gchoice {
    height: 100px
  }

  .gform_wrapper .gfield.gf_list_height_125 .gfield_checkbox .gchoice,
  .gform_wrapper .gfield.gf_list_height_125 .gfield_radio .gchoice {
    height: 125px
  }

  .gform_wrapper .gfield.gf_list_height_150 .gfield_checkbox .gchoice,
  .gform_wrapper .gfield.gf_list_height_150 .gfield_radio .gchoice {
    height: 150px
  }
}

.gform_wrapper .gf_hide_ampm .gfield_time_ampm {
  display: none !important
}

.gform_wrapper .gsection.gf_scroll_text {
  height: 240px;
  padding: 32px;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc
}

.gform_wrapper .gsection.gf_scroll_text .gsection_title {
  margin-top: 0
}

.gform_wrapper .gfield.gfield_html.gf_alert_blue,
.gform_wrapper .gfield.gfield_html.gf_alert_gray,
.gform_wrapper .gfield.gfield_html.gf_alert_green,
.gform_wrapper .gfield.gfield_html.gf_alert_red,
.gform_wrapper .gfield.gfield_html.gf_alert_yellow {
  border-radius: 3px;
  margin: 20px 0 !important;
  padding: 20px !important
}

.gform_wrapper .gfield.gfield_html.gf_alert_green {
  border: 1px solid #97b48a;
  background-color: #cbeca0;
  text-shadow: #dfb 1px 1px;
  color: #030
}

.gform_wrapper .gfield.gfield_html.gf_alert_red {
  border: 1px solid #cfadb3;
  background-color: #faf2f5;
  text-shadow: #fff 1px 1px;
  color: #832525
}

.gform_wrapper .gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #e6db55;
  background-color: #fffbcc;
  text-shadow: #fcfaea 1px 1px;
  color: #222
}

.gform_wrapper .gfield.gfield_html.gf_alert_gray {
  border: 1px solid #ccc;
  background-color: #eee;
  text-shadow: #fff 1px 1px;
  color: #424242
}

.gform_wrapper .gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #d1e4f3;
  text-shadow: #e0f1ff 1px 1px;
  color: #314475
}

.gform_wrapper .gf_simple_horizontal {
  width: calc(100% - 16px);
  margin: 0 auto
}

.gform_wrapper .gf_simple_horizontal .gform_body,
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative
}

.gform_wrapper .gf_simple_horizontal .gform_body {
  width: auto;
  max-width: 75%
}

.gform_wrapper .gf_simple_horizontal .gform_body .top_label {
  display: table;
  width: 100%
}

.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
  display: table-cell;
  padding-right: 1em;
  height: auto
}

.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .large,
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .medium,
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .small {
  width: 100%
}

.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,
.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice {
  display: inline-block;
  margin-right: .5em
}

.gform_wrapper .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,
.gform_wrapper .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield {
  vertical-align: middle
}

.gform_wrapper .gf_simple_horizontal .gfield,
.gform_wrapper .gf_simple_horizontal .ginput_container {
  margin-top: 0 !important
}

.gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
  width: auto;
  max-width: 25%;
  padding: 0;
  margin: 0;
  text-align: left
}

.gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type=button],
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type=image],
.gform_wrapper .gf_simple_horizontal .gform_footer.top_label input[type=submit] {
  height: auto
}

.gform_wrapper .gf_simple_horizontal .gfield_description:not(.validation_message),
.gform_wrapper .gf_simple_horizontal .gfield_label,
.gform_wrapper .gf_simple_horizontal .ginput_complex label {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -9000px
}

.gform_wrapper .gf_simple_horizontal .gfield_error {
  margin-bottom: 0
}

.gform_wrapper body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
  text-align: left
}

.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #e6db55;
  border-bottom: 1px solid #e6db55;
  padding: 32px;
  background-color: #fffbcc;
  color: #424242;
  font-size: 25px
}

.gform_confirmation_wrapper.gf_confirmation_simple_gray {
  margin: 30px 0;
  max-width: 99%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 32px;
  background-color: #eaeaea;
  color: #424242;
  font-size: 25px
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
  position: relative;
  background-color: #fffbd2;
  margin: 30px 0;
  border: 1px solid #e6db55;
  box-shadow: 0 0 5px rgba(221, 215, 131, .75)
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message {
  margin: 0;
  padding: 40px;
  max-width: 99%;
  font-size: 28px;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #e6db55;
  background-color: #fffbcc;
  color: #424242;
  background: #fffce5;
  background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%)
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient {
  position: relative;
  background-color: #f1fcdf;
  margin: 30px 0;
  border: 1px solid #a7c37c;
  box-shadow: 0 0 5px rgba(86, 122, 86, .4)
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message {
  margin: 0;
  padding: 40px;
  max-width: 99%;
  font-size: 28px;
  border-top: 2px solid #effade;
  border-bottom: 1px solid #a7c37c;
  background-color: #fffbcc;
  text-shadow: #dfb 1px 1px;
  color: #030;
  background: #dbf2b7;
  background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%)
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 40%;
  background: rgba(0, 0, 0, .2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
  transform: rotate(-3deg)
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

.gform_wrapper.gravity-theme .gfield textarea {
  width: 100%
}

.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 96px
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 192px
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 288px
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
  max-width: 100%
}

.gform_wrapper.gravity-theme .gfield input.small,
.gform_wrapper.gravity-theme .gfield select.small {
  width: calc(25% - 16px * 3 / 4)
}

.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield select.medium {
  width: calc(50% - 16px / 2)
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  width: 100%
}

.gform_wrapper.gravity-theme * {
  box-sizing: border-box
}

.gform_wrapper.gravity-theme .gform_fields {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr 2%)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 2%;
  grid-row-gap: 16px
}

.gform_wrapper.gravity-theme .gfield {
  grid-column: 1/-1
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
  -ms-grid-column-span: 12;
  grid-column: span 12
}

.gform_wrapper.gravity-theme .gfield.gfield--width-eleven-twelfths {
  -ms-grid-column-span: 11;
  grid-column: span 11
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
  -ms-grid-column-span: 10;
  grid-column: span 10
}

.gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
  -ms-grid-column-span: 9;
  grid-column: span 9
}

.gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds {
  -ms-grid-column-span: 8;
  grid-column: span 8
}

.gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths {
  -ms-grid-column-span: 7;
  grid-column: span 7
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  -ms-grid-column-span: 6;
  grid-column: span 6
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
  -ms-grid-column-span: 5;
  grid-column: span 5
}

.gform_wrapper.gravity-theme .gfield.gfield--width-third {
  -ms-grid-column-span: 4;
  grid-column: span 4
}

.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
  -ms-grid-column-span: 3;
  grid-column: span 3
}

@media (max-width:640px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0
  }

  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1
  }
}

.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
.gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end
}

.gform_wrapper.gravity-theme .left_label .gfield_label,
.gform_wrapper.gravity-theme .right_label .gfield_label {
  width: 30%;
  margin: 0;
  padding: 0
}

.gform_wrapper.gravity-theme .gform_fields.left_label fieldset,
.gform_wrapper.gravity-theme .gform_fields.right_label fieldset {
  clear: both
}

.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,
.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container {
  float: left;
  width: 70%
}

.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,
.gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label {
  display: block;
  float: left;
  padding-right: 1em;
  width: 30%
}

.gform_wrapper.gravity-theme .left_label .ginput_complex .ginput_container,
.gform_wrapper.gravity-theme .right_label .ginput_complex .ginput_container {
  width: auto
}

.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
  width: 70%
}

.gform_wrapper.gravity-theme .right_label .gfield_label {
  text-align: right;
  padding-right: 1em
}

.gform_wrapper.gravity-theme .left_label.gform_fields,
.gform_wrapper.gravity-theme .right_label.gform_fields {
  position: relative
}

.gform_wrapper.gravity-theme .left_label .gfield_html_formatted,
.gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
  margin-left: 30%
}

.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label,
.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
  position: absolute;
  text-align: left;
  margin-left: 1em;
  right: 0;
  width: 30%
}

.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label {
  width: 30%
}

.rtl .gform_wrapper.gravity-theme .left_label .gfield_label {
  text-align: left !important
}

.rtl .gform_wrapper.gravity-theme .left_label fieldset.gfield,
.rtl .gform_wrapper.gravity-theme .right_label fieldset.gfield {
  padding-right: 30%;
  margin-left: 0
}

.rtl .gform_wrapper.gravity-theme .left_label .gfield_label {
  text-align: left;
  padding-left: 1em
}

.rtl .gform_wrapper.gravity-theme .right_label .gfield_label,
.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
  text-align: right;
  padding: 0
}

.rtl .gform_wrapper.gravity-theme .right_label label.gfield_label {
  padding-right: 0
}

.rtl .gform_wrapper.gravity-theme .left_label .gfield_html_formatted,
.rtl .gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
  margin-left: 0;
  margin-right: 30%
}

html[dir=rtl] code,
html[dir=rtl] input[type=email],
html[dir=rtl] input[type=tel],
html[dir=rtl] input[type=url] {
  direction: rtl
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label {
  direction: rtl
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required {
  margin-left: 0;
  margin-right: 4px
}

html[dir=rtl] ::-webkit-input-placeholder {
  text-align: right
}

html[dir=rtl] ::-moz-placeholder {
  text-align: right
}

html[dir=rtl] :-ms-input-placeholder {
  text-align: right
}

html[dir=rtl] :-moz-placeholder {
  text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme fieldset {
  display: block
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child),
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
  margin-left: 0;
  margin-right: 16px
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
  padding-left: 0;
  padding-right: 16px
}

@media (min-width:641px) {
  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0;
    padding-right: 16px
  }

  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street.has_street2 span:not(.ginput_full):nth-of-type(2n+1),
  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street2:not(.has_street) span:not(.ginput_full):nth-of-type(2n),
  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address.has_street:not(.has_street2) span:not(.ginput_full):nth-of-type(2n),
  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address:not(.has_street):not(.has_street2) span:not(.ginput_full):nth-of-type(2n+1) {
    padding-right: 0;
    padding-left: 16px
  }

  html[dir=rtl] .gform_wrapper.gravity-theme .gform_show_password {
    right: unset;
    left: 8px
  }
}

.gform_wrapper.gravity-theme .ginput_counter {
  color: #767676;
  font-size: .8em
}

.gform_wrapper.gravity-theme .ginput_counter_tinymce {
  border-top: 1px solid #eee;
  padding: 2px 10px;
  font-size: 12px
}

.gform_wrapper .validation_message--hidden-on-empty:empty {
  display: none
}

.gform_wrapper.gravity-theme .gform_card_icon_container {
  display: flex;
  height: 32px;
  margin: 8px 0 6.4px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
  background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcards.svg);
  background-repeat: no-repeat;
  height: 32px;
  margin-right: 4.8px;
  text-indent: -9000px;
  width: 40px
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
  background-position: -167px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
  background-position: -221px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -275px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
  background-position: -59px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
  background-position: -329px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
  background-position: -5px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
  position: relative
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
  background: url(/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;
  bottom: 4px;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  width: 13px
}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
  display: inline-flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center
}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label {
  width: 100%
}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
  background-image: url(/wp-content/plugins/gravityforms/images/gf-creditcards.svg);
  background-position: -382px center;
  background-repeat: no-repeat;
  display: block;
  flex: none;
  height: 32px;
  margin-left: .3em;
  width: 40px
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
  margin-right: .3em;
  margin-left: 0
}

.gform_wrapper.gravity-theme .gfield_list_group,
.gform_wrapper.gravity-theme .gfield_list_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gfield_list_group:last-child {
  margin-bottom: 0
}

.gform_wrapper.gravity-theme .gfield_header_item:last-child,
.gform_wrapper.gravity-theme .gfield_list_icons {
  width: 48px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
  font-size: 0;
  background: transparent url(/wp-content/plugins/gravityforms/images/list-add.svg);
  border: none;
  width: 16px;
  height: 16px;
  opacity: .5;
  padding: 0;
  transition: opacity .5s ease-out
}

.gform_wrapper.gravity-theme .gfield_list_icons button:focus,
.gform_wrapper.gravity-theme .gfield_list_icons button:hover {
  opacity: 1;
  outline: 0
}

.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
  margin-left: 5px;
  background-image: url(/wp-content/plugins/gravityforms/images/list-remove.svg)
}

.gform_wrapper.gravity-theme .gfield_header_item {
  word-break: break-word
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gfield_list_group_item {
  flex-grow: 1;
  width: 0
}

.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child),
.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
  margin-left: 2%
}

.gform_wrapper.gravity-theme .gfield_list_group_item input,
.gform_wrapper.gravity-theme .gfield_list_group_item select {
  width: 100%
}

@media (max-width:640px) {
  .gform_wrapper.gravity-theme .gfield_list_header {
    display: none
  }

  .gform_wrapper.gravity-theme .gfield_list_group {
    display: block;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 16px;
    margin-bottom: 16px
  }

  .gform_wrapper.gravity-theme .gfield_header_item,
  .gform_wrapper.gravity-theme .gfield_list_group_item {
    width: auto
  }

  .gform_wrapper.gravity-theme .gfield_list_group:last-child {
    margin-bottom: 0
  }

  .gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child) {
    margin-bottom: 8px
  }

  .gform_wrapper.gravity-theme .gfield_list_group_item:before {
    content: attr(data-label);
    font-size: 14.992px
  }

  .gform_wrapper.gravity-theme .gfield_list_icons {
    width: auto;
    background-color: rgba(0, 0, 0, .1);
    margin: 16px -16px -16px;
    padding: 12px 16px;
    line-height: 0;
    text-align: left
  }

  .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child),
  .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
    margin-left: 0
  }
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child),
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
  margin-left: 0;
  margin-right: 16px
}

.gf_browser_ie.gform_wrapper.gravity-theme form {
  overflow: hidden;
  padding: 1px 1px 8px 1px
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform-body {
  margin: 0 -32px -32px 0
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
  border: 0 solid transparent;
  border-width: 0 32px 32px 0;
  background-clip: padding-box;
  width: 100%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
  width: 100%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: 91.666%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-sixths {
  width: 83.333%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-three-quarter {
  width: 75%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield.gfield--width-two-thirds {
  width: 66.666%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-seven-twelfths {
  width: 58.333%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-half {
  width: 50%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-five-twelfths {
  width: 41.666%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-third {
  width: 33.333%
}

.gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-quarter {
  width: 25%
}

@media (max-width:840px) {
  .gf_browser_ie.gform_wrapper.gravity-theme .gform_fields .gfield {
    width: 100%
  }
}

.gf_browser_ie.gform_wrapper.gravity-theme .ginput_container_address .ginput_left,
.gf_browser_ie.gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
  flex: 0 50%;
  flex-basis: auto;
  width: 50%
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 15px;
  padding-top: 5px
}

.gform_wrapper.gravity-theme.left_label fieldset.gfield,
.gform_wrapper.gravity-theme.right_label fieldset.gfield {
  padding: 16px 16px 16px 30%
}

.gform_wrapper.gravity-theme.left_label fieldset.gfield .gfield_description,
.gform_wrapper.gravity-theme.left_label fieldset.gfield .ginput_container:not(.ginput_container_time),
.gform_wrapper.gravity-theme.right_label fieldset.gfield .gfield_description,
.gform_wrapper.gravity-theme.right_label fieldset.gfield .ginput_container:not(.ginput_container_time) {
  width: 100%
}

.gform_wrapper.gravity-theme.left_label legend.gfield_label,
.gform_wrapper.gravity-theme.right_label legend.gfield_label {
  left: 0
}

.gform_wrapper.gravity-theme.left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
.gform_wrapper.gravity-theme.right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
  justify-content: flex-start
}

.gform_wrapper.gravity-theme.left_label .gfield_html.gfield_html_formatted,
.gform_wrapper.gravity-theme.right_label .gfield_html.gfield_html_formatted {
  display: flex
}

.gform_wrapper.gravity-theme.left_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container,
.gform_wrapper.gravity-theme.right_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container {
  width: 100%
}

.gform_wrapper.gravity-theme.right_label legend.gfield_label {
  text-align: right
}

.gform_wrapper.gravity-theme:not(.top_label) .ginput_container.ginput_single_email {
  margin-left: 0
}

.gform_wrapper .gform_validation_errors {
  background: #fff9f9;
  border-radius: 5px;
  border: 1.5px solid #c02b0a;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 16px 16px 48px;
  position: relative;
  width: 100%
}

.gform_wrapper .gform_validation_errors>h2 {
  color: #c02b0a;
  font-size: 13.2px;
  font-weight: 500;
  line-height: 17.6px;
  margin: 0 0 12px 0
}

.gform_wrapper .gform_validation_errors>h2:before {
  display: none
}

.gform_wrapper .gform_validation_errors>h2 .gform-icon {
  align-items: center;
  display: flex;
  font-size: 28px;
  height: 100%;
  left: 12px;
  position: absolute;
  top: 0
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
  margin: 0
}

.gform_wrapper .gform_validation_errors>ol {
  padding-left: 20px
}

.gform_wrapper .gform_validation_errors>ol a {
  color: #c02b0a;
  font-size: 13.2px;
  text-decoration: none
}

.gform_wrapper .gform_validation_errors>ol li {
  color: #c02b0a;
  font-size: 13.2px;
  list-style-type: disc !important;
  margin: 0 0 8px 0
}

.gform_wrapper .gform_validation_errors>ol li:last-of-type {
  margin-bottom: 0
}

.gform_wrapper .gfield_required {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: .125em
}

.gform_wrapper .gfield_required .gfield_required_custom,
.gform_wrapper .gfield_required .gfield_required_text {
  font-style: italic;
  font-weight: 400
}

.gform_wrapper .gform_required_legend .gfield_required {
  padding-left: 0
}

.gform_wrapper .validation_error {
  border-bottom: 2px solid #c02b0a;
  border-top: 2px solid #c02b0a;
  color: #c02b0a;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 32px;
  padding: 16px;
  text-align: center
}

.gform_wrapper .gfield_error .gfield_repeater_cell label,
.gform_wrapper .gfield_error label,
.gform_wrapper .gfield_error legend,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper [aria-invalid=true]+label,
.gform_wrapper label+[aria-invalid=true] {
  color: #c02b0a
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-top: 8px;
  padding: 12.992px 24px
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a
}

.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_save_link.button {
  background-color: #fff;
  color: #6b7280;
  text-decoration: none;
  -webkit-appearance: none !important
}

.gform_wrapper.gravity-theme .gform_previous_button.button svg,
.gform_wrapper.gravity-theme .gform_save_link.button svg {
  display: inline-block;
  margin-right: 4px
}

.gform_wrapper.gravity-theme button.button:disabled {
  opacity: .6
}

.gform_wrapper.gravity-theme .ginput_complex {
  display: flex;
  flex-flow: row wrap
}

.gform_wrapper.gravity-theme .ginput_complex fieldset,
.gform_wrapper.gravity-theme .ginput_complex span {
  flex: 1
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_full {
  flex: 0 0 100%
}

.gform_wrapper.gravity-theme .ginput_complex .clear-multi {
  display: flex
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
  display: block
}

.gform_wrapper.gravity-theme .ginput_complex input,
.gform_wrapper.gravity-theme .ginput_complex select {
  width: 100%
}

.gform_wrapper.gravity-theme .ginput_container_address span {
  flex: 0 0 50%
}

.gform_wrapper.gravity-theme .gf_browser_ie .ginput_container_address span:not(.ginput_full) {
  flex: 0 0 49.3%
}

@media (min-width:641px) {

  .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
  .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 1%
  }

  .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
  .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 1%;
    padding-right: 0
  }

  .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    padding-right: 1%
  }

  .gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
    padding-left: 1%
  }

  .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
  .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 8px
  }

  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-right: 1%
  }

  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    padding-left: 1%
  }

  html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
    padding-right: 1%
  }
}

@media (max-width:640px) {
  .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 0 0 100%;
    padding-left: 0;
    margin-bottom: 8px
  }
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 15px;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
  padding-top: 13px;
  width: 100%
}

.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-top: 0;
  padding-bottom: 16px
}

.gform_wrapper.gravity-theme .field_sublabel_above .description,
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  margin-top: 9.008px
}

.gform_wrapper.gravity-theme .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9.008px
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,
.gform_wrapper.gravity-theme .gfield_consent_description {
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 12.8px;
  padding: 6.4px 8px;
  font-size: 13.008px
}

.gform_wrapper.gravity-theme .ginput_cardextras {
  display: flex;
  flex-wrap: wrap
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input {
  width: 30%;
  max-width: 112px
}

.gform_wrapper.gravity-theme .ginput_card_expiration_container {
  display: flex;
  flex-wrap: wrap
}

.gform_wrapper.gravity-theme .ginput_card_expiration_month {
  flex: 1;
  margin-right: 16px
}

.gform_wrapper.gravity-theme .ginput_card_expiration_year {
  flex: 1
}

.gform_wrapper.gravity-theme .ginput_cardinfo_left label,
.gform_wrapper.gravity-theme .ginput_cardinfo_left legend,
.gform_wrapper.gravity-theme .ginput_cardinfo_right label,
.gform_wrapper.gravity-theme .ginput_cardinfo_right legend {
  flex: 1 1 100%
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_card_expiration_month {
  margin-left: 16px;
  margin-right: 0
}

html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon {
  float: right
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
  display: block;
  padding: 0 24px 16px 0;
  margin-bottom: 16px;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  background-position: right 3.2px
}

@media (max-width:640px) {
  .gform_wrapper.gravity-theme .ginput_card_expiration {
    flex: none
  }

  .gform_wrapper.gravity-theme .ginput_card_expiration_month {
    margin-bottom: 8px
  }
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning {
  padding: 16px;
  border-top: 2px solid #c02b0a;
  border-bottom: 4px solid #c02b0a;
  background-color: rgba(255, 223, 224, .25)
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message {
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  min-height: 32px;
  color: #c02b0a;
  position: relative
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  display: block;
  padding: 0 0 16px 24px;
  margin-bottom: 16px;
  letter-spacing: .1pt;
  border-bottom: 1px solid #c02b0a;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  background-position: 0 3.2px
}

.gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date {
  margin-left: 2%
}

.gform_wrapper.gravity-theme .ginput_container_date[style*='display:none']+.ginput_container_date {
  margin-left: 0
}

.gform_wrapper.gravity-theme .ginput_container_date label {
  display: block
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date {
  margin-left: 0;
  margin-right: 16px
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date[style*='display:none']+.ginput_container_date {
  margin-right: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  background: #fff;
  border: 1px solid #d0d1d3;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
  color: #607382;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 18px 15px;
  width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
  background: 0 0;
  border: 0;
  margin: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  padding: 5px;
  text-shadow: none;
  text-transform: none
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  width: 100%
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
  align-items: center;
  background: 0 0;
  border: 0;
  color: #607382;
  cursor: pointer;
  display: flex;
  font-family: gform-icons-theme !important;
  font-size: 24px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  speak: never;
  top: -2px;
  text-decoration: none;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
  color: #2f4054
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
  border: 0;
  height: auto;
  position: static;
  transform: none;
  width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
  left: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\e910"
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  right: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before {
  content: "\e91b"
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
  background-color: transparent;
  background-image: url(/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #585e6a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: 0;
  padding: 0 22px 0 0;
  -webkit-appearance: none
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 20px;
  -moz-text-align-last: right;
  text-align-last: right
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
  font-weight: 400
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  align-items: center;
  color: #2f4054;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 40px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  font-size: 13px;
  height: 50px;
  width: 50px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 100%;
  box-shadow: none;
  color: #2f4054;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
  text-decoration: none;
  width: 40px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
  background: 0 0;
  border-color: #607382;
  outline: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
  background: #f2f3f5;
  border-color: #607382
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #607382;
  border-color: #607382;
  box-shadow: 0 2px 2px rgba(58, 58, 87, .0596411);
  color: #fff
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
  border-color: #607382
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
  background: 0 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  align-items: center;
  background: #f2f3f5;
  border: 1px solid rgba(32, 32, 46, .079);
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(58, 58, 87, .0596411);
  color: #686e77;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px
}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
  left: auto !important
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0;
  padding: 16px 0
}

.gform_wrapper.gravity-theme .gform_footer.left_label,
.gform_wrapper.gravity-theme .gform_footer.right_label,
.gform_wrapper.gravity-theme .gform_page_footer.left_label,
.gform_wrapper.gravity-theme .gform_page_footer.right_label {
  padding: 16px 0 10px 30%
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gform_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_footer input.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled {
  opacity: .6
}

.gform_wrapper.gravity-theme .gform_footer button+input,
.gform_wrapper.gravity-theme .gform_footer input+button,
.gform_wrapper.gravity-theme .gform_footer input+input,
.gform_wrapper.gravity-theme .gform_page_footer button+input,
.gform_wrapper.gravity-theme .gform_page_footer input+button,
.gform_wrapper.gravity-theme .gform_page_footer input+input {
  margin-left: 8px
}

html[dir=rtl] .gform_wrapper.gravity-theme button+input,
html[dir=rtl] .gform_wrapper.gravity-theme input+button,
html[dir=rtl] .gform_wrapper.gravity-theme input+input {
  margin-right: 8px
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  display: inline-block;
  font-size: 15px
}

.gform_wrapper.gravity-theme .gfield_checkbox button,
.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],
.gform_wrapper.gravity-theme .gfield_radio button,
.gform_wrapper.gravity-theme .gfield_radio input[type=text] {
  margin-top: 16px
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  display: inline-block;
  margin-top: 0;
  top: 0;
  vertical-align: middle
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
  max-width: calc(100% - 32px);
  margin-bottom: 0;
  vertical-align: middle
}

.gform_wrapper.gravity-theme input[type=number] {
  display: inline-block
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 15px;
  padding: 8px;
  margin-bottom: 0;
  margin-top: 0
}

.gform_wrapper.gravity-theme .chosen-container-multi,
.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_product_price_label,
.gform_wrapper.gravity-theme .ginput_quantity_label {
  font-size: 15px
}

.gform_wrapper.gravity-theme .chosen-choices {
  padding: 8px
}

.gform_wrapper.gravity-theme .ginput_container_date {
  display: flex;
  align-items: center;
  align-content: flex-start
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: auto
}

.gform_wrapper.gravity-theme .ginput_container_date .datepicker_with_icon.large {
  width: calc(100% - 48px)
}

.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
  display: block;
  margin-left: 12.8px;
  max-width: 25.6px;
  max-height: 25.6px
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  flex-flow: row wrap;
  flex-basis: min-content;
  max-width: 30%
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
  width: 100%;
  min-width: 84px
}

.gform_wrapper.gravity-theme .gfield_chainedselect.horizontal select {
  min-width: 100px
}

.gform_wrapper.gravity-theme .gform_show_password {
  color: inherit;
  background: 0 0;
  height: 100%;
  display: flex;
  align-items: center
}

.gform_wrapper.gravity-theme .gform_show_password:focus,
.gform_wrapper.gravity-theme .gform_show_password:hover {
  background: 0 0
}

.gform_wrapper.gravity-theme .gfield_consent_description {
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 8px;
  padding: 8px;
  font-size: .8em
}

.gform_wrapper.gravity-theme .gfield .ginput_quantity {
  width: auto
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
  margin-right: 12.8px;
  margin-left: 0;
  order: 1
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  font-size: 12.992px;
  font-weight: 400;
  color: #767676;
  margin: 0 0 4.8px 0
}

.gform_wrapper.gravity-theme .gf_progressbar {
  position: relative;
  border-radius: 10.5px;
  background: #e8e8e8;
  margin-bottom: 16px
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage {
  height: 20.992px;
  text-align: right;
  border-radius: 10.5px;
  vertical-align: middle
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
  border-radius: 10.5px 0 0 10.5px
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 8px;
  margin-left: 8px;
  line-height: 21px;
  font-size: 13px;
  min-width: 2em
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none;
  margin-left: 9.6px
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
  background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #1e7ac4;
  color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_gray {
  background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_gray {
  background-color: #6b7280;
  color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_green {
  background: #e8e8e8
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
  background-color: #aac138;
  color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_orange {
  background: #e8eaec
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange {
  background-color: #ff5d38;
  color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_red {
  background: #e8eaec
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_red {
  background-color: #ec1e31;
  color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_spring {
  background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_spring {
  background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
  color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_blues {
  background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
  background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
  color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_rainbow {
  background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_rainbow {
  background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
  color: #fff
}

html[dir=rtl] .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
  border-radius: 0 10.5px 10.5px 0
}

.gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 16px
}

.gform_wrapper.gravity-theme .gf_step {
  display: inline-block;
  margin: 8px 32px 8px 0
}

.gform_wrapper.gravity-theme .gf_step_label,
.gform_wrapper.gravity-theme .gf_step_number {
  display: table-cell;
  vertical-align: middle
}

.gform_wrapper.gravity-theme .gf_step_number {
  background: 0 0;
  border-radius: 20px;
  border: 2px solid #cfd3d9;
  color: #585e6a;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  text-align: center;
  width: 40px
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  background: #cfd3d9;
  color: #607382
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
  position: relative
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
  background: #607382;
  border-radius: 20px;
  border: 2px solid #607382;
  content: '';
  display: table-cell;
  height: 40px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 40px
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
  align-items: center;
  color: #fff;
  content: '\e917';
  display: flex;
  font-family: gform-icons-theme;
  font-size: 24px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 5
}

.gform_wrapper.gravity-theme .gf_step_label {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding-left: 16px
}

.gform_wrapper.gravity-theme .gf_step_hidden {
  display: none
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper {
  display: inline-block
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:-moz-read-only {
  background: 0 0;
  border: none;
  padding: 0
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
  background: 0 0;
  border: none;
  padding: 0
}

.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_shipping_price {
  color: #900
}

.gform_wrapper.gravity-theme .ginput_total {
  color: #060
}

.gform_wrapper.gravity-theme .gfield_repeater_cell {
  margin-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_cell label {
  color: #9b9a9a;
  font-weight: 400;
  font-size: 12.8px;
  padding-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  padding-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_wrapper input {
  border: 1px solid #c5c6c5;
  border-radius: 4px
}

.gform_wrapper.gravity-theme .gfield_repeater_cell>.gfield_repeater_wrapper {
  border-left: 8px solid #f1f1f1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06);
  background-color: rgba(1, 1, 1, .02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eee
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons {
  padding-top: 16px
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:hover,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover {
  background: #fafafa;
  color: #374750;
  border: 1px solid #757575
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:focus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:focus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:focus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
  min-width: 100px;
  height: 32px;
  background: rgba(242, 242, 242, .5);
  transition: all .3s cubic-bezier(.67, .17, .4, .83);
  font-size: 12px;
  color: #757575;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid rgba(117, 117, 117, .4);
  font-weight: 400
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus {
  width: 24px;
  height: 24px;
  background: rgba(242, 242, 242, .5);
  transition: all .3s cubic-bezier(.67, .17, .4, .83);
  font-size: 16px;
  color: #757575;
  border-radius: 50%;
  margin: 10px 5px 0 5px;
  border: 1px solid rgba(117, 117, 117, .4);
  font-weight: 700;
  padding: 0
}

.gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 8px
}

.gform_wrapper.gravity-theme .gfield_time_hour label.hour_label,
.gform_wrapper.gravity-theme .gfield_time_minute label.minute_label {
  display: block;
  font-size: 13px;
  margin: 0;
  padding-top: 5px
}

.gform_wrapper.gravity-theme .ginput_container_time {
  flex-basis: min-content;
  min-width: 64px
}

.gform_wrapper.gravity-theme .ginput_container_time input {
  min-width: 100%
}

.gform_wrapper.gravity-theme .gfield_time_minute {
  position: relative
}

.gform_wrapper.gravity-theme .hour_minute_colon {
  line-height: 2;
  padding: 0 8px
}

.gform_wrapper.gravity-theme .field_sublabel_above .hour_minute_colon {
  align-self: flex-end
}

.gform_wrapper.gravity-theme .gfield_time_ampm {
  align-items: flex-end;
  display: flex;
  margin-left: 16px
}

.gform_wrapper.gravity-theme .gfield_time_ampm.below,
.gform_wrapper.gravity-theme .hour_minute_colon.below {
  align-items: flex-start
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_time_ampm {
  margin-right: 16px;
  margin-left: 0
}