/*=================================================
// Style
// 
// @package malex
// @author Adveits <support@adveits.com>
// @version 1.4.0
=================================================*/
/*=================================================
// Table of contents
//
// #1 Icons import ( FontAwesome )
//
// #2 Bootstrap settings
// #2.1 Style Reboot
// #2.2 Images
// #2.3 Code
// #2.4 Grid
// #2.5 Forms
// #2.6 Buttons
// #2.7 Transitions
// #2.8 Dropdown
// #2.9 Button group
// #2.10 Input group
// #2.11 Custom forms
// #2.12 Card
// #2.13 Alert
// #2.14 List group
// #2.15 Close
// #2.16 Modal
// #2.17 Utilities
// #2.18 Pagination
// #2.19 Type
// #2.20 Nav
// #2.21 Tables
// #2.22 Badge
// #2.23 Media
// #2.24 Breadcrumb
//
// #3 Theme default style
// #3.1 Font
//
// #4 Theme content
// #4.1 Typography
// #4.2 Image
// #4.3 Icon
// #4.4 Tables
//
// #5 Theme utilities
// #5.1 Background
// #5.2 Spacing
// #5.3 Sizing
// #5.4 Iframe
// #5.5 Colors
// #5.6 Flex
// #5.7 Overflow
//
// #6 Theme layout
// #6.1 Grid
//
// #7 Theme components
// #7.1 Link
// #7.2 Button
// #7.3 Modal
// #7.4 Forms
// #7.5 Nav
// #7.6 Card
// #7.7 Sticky
// #7.8 Transition
// #7.9 Transform
// #7.10 Pagination
// #7.11 Alert
// #7.12 Effects
// #7.13 Slider
// #7.14 Collapse
// #7.15 Dropdown
// #7.16 List group
// #7.17 Scrollbar
// #7.18 Pop-Up
//
// #8 Theme blocks
// #8.1 Block
// #8.2 Logo
// #8.3 Header
// #8.4 Footer
// #8.5 Main
// #8.6 Page title
// #8.7 Page content
// #8.8 Blog
// #8.9 Widget
// #8.10 Comments
// #8.11 Loading
// #8.12 Browser
// #8.13 About
// #8.14 Single
// #8.15 Contacts
// #8.16 404
// #8.17 Examples
// #8.18 FAQ
// #8.19 Reviews
// #8.20 Clients
// #8.21 Back
// #8.22 Team
// #8.23 Plans
// #8.24 Service
// #8.25 Process
// #8.26 Languages
// #8.27 Signature
// #8.28 Icon list
// #8.29 Title
//
// #9 Animate
//
// #10 Slider
=================================================*/
/*=================================================
// #1 Icons import ( FontAwesome )
=================================================*/
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
#swipebox-prev,
#swipebox-next,
#swipebox-close,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left#swipebox-prev,
.fa-pull-left#swipebox-next,
.fa-pull-left#swipebox-close,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right#swipebox-prev,
.fa-pull-right#swipebox-next,
.fa-pull-right#swipebox-close,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
}

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

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

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -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);
}

.fa-flip-both, .fa-flip-horizontal.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,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adobe:before {
    content: "\f778";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-tissue:before {
    content: "\f95b";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before, #swipebox-prev:before {
    content: "\f053";
}

.fa-chevron-right:before, #swipebox-next:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dailymotion:before {
    content: "\f952";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-faucet:before {
    content: "\f905";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-firefox-browser:before {
    content: "\f907";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-medical:before {
    content: "\f95c";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-sparkles:before {
    content: "\f95d";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-wash:before {
    content: "\f95e";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt-slash:before {
    content: "\f95f";
}

.fa-handshake-slash:before {
    content: "\f960";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-head-side-cough:before {
    content: "\f961";
}

.fa-head-side-cough-slash:before {
    content: "\f962";
}

.fa-head-side-mask:before {
    content: "\f963";
}

.fa-head-side-virus:before {
    content: "\f964";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hospital-user:before {
    content: "\f80d";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-house-user:before {
    content: "\f965";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\f913";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-instagram-square:before {
    content: "\f955";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-house:before {
    content: "\f966";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-lungs-virus:before {
    content: "\f967";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\f91a";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mixer:before {
    content: "\f956";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-arrows:before {
    content: "\f968";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-square:before {
    content: "\f91e";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-plane-slash:before {
    content: "\f969";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pump-medical:before {
    content: "\f96a";
}

.fa-pump-soap:before {
    content: "\f96b";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-virus:before {
    content: "\f96c";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopify:before {
    content: "\f957";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-soap:before {
    content: "\f96e";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-stopwatch-20:before {
    content: "\f96f";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-store-alt-slash:before {
    content: "\f970";
}

.fa-store-slash:before {
    content: "\f971";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-times:before, #swipebox-close:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toilet-paper-slash:before {
    content: "\f972";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\f941";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\f949";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-virus:before {
    content: "\f974";
}

.fa-virus-slash:before {
    content: "\f975";
}

.fa-viruses:before {
    content: "\f976";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-regular-400.eot");
  src: url("../fonts/FontAwesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-regular-400.woff") format("woff"), url("../fonts/FontAwesome/fa-regular-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-brands-400.eot");
  src: url("../fonts/FontAwesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-brands-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-brands-400.woff") format("woff"), url("../fonts/FontAwesome/fa-brands-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/FontAwesome/fa-solid-900.eot");
  src: url("../fonts/FontAwesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesome/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas,
#swipebox-prev,
#swipebox-next,
#swipebox-close {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*=================================================
// #2 Bootstrap settings
=================================================*/
/*=============================
// #2.1 Style reboot
=============================*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

body {
    margin: 0;
    font-family: "Poppins-Regular", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #6c6c6c;
    text-align: left;
    background-color: #ffffff;
}

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

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

a:hover {
    color: #0f4c81;
    text-decoration: none;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*=============================
// #2.2 Images
=============================*/
.img-fluid {
    max-width: 100%;
    height: auto;
}

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

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 0.789rem;
    color: #6c6c6c;
}

/*=============================
// #2.3 Code
=============================*/
code {
    font-size: 87.5%;
    color: #810f63;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.3rem;
}

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

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

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

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

/*=============================
// #2.4 Grid
=============================*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

/*=============================
// #2.5 Forms
=============================*/
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.834rem 1.05267rem;
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6c6c6c;
}

.form-control:focus {
    color: #6c6c6c;
    background-color: #ffffff;
    border-color: #060606;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.form-control::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c6c6c;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #6c6c6c;
    background-color: #ffffff;
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.834rem 0;
    margin-bottom: 0;
    font-size: 0.895rem;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: auto;
    padding: 0.5004rem 0.6316rem;
    font-size: 0.789rem;
    line-height: 1.31;
    border-radius: 0;
}

.form-control-lg {
    height: auto;
    padding: 1.251rem 1.579rem;
    font-size: 1rem;
    line-height: 1.31;
    border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

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

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

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.526rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0;
    margin-left: -1.526rem;
}

.form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #25810f;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(37, 129, 15, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #25810f;
    padding-right: calc(1.31em + 1.668rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2325810f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3275em + 0.417rem) center;
    -webkit-background-size: calc(0.655em + 0.834rem) calc(0.655em + 0.834rem);
    background-size: calc(0.655em + 0.834rem) calc(0.655em + 0.834rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #25810f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.31em + 1.668rem);
    background-position: top calc(0.3275em + 0.417rem) right calc(0.3275em + 0.417rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #25810f;
    padding-right: calc(0.75em + 3.30367rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.05267rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2325810f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 2.05267rem/calc(0.655em + 0.834rem) calc(0.655em + 0.834rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #25810f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #25810f;
}

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #25810f;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #25810f;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #25810f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.25);
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #ffffff;
    background-color: rgba(129, 15, 15, 0.9);
    border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #810f0f;
    padding-right: calc(1.31em + 1.668rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23810f0f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23810f0f' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.3275em + 0.417rem) center;
    -webkit-background-size: calc(0.655em + 0.834rem) calc(0.655em + 0.834rem);
    background-size: calc(0.655em + 0.834rem) calc(0.655em + 0.834rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #810f0f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.31em + 1.668rem);
    background-position: top calc(0.3275em + 0.417rem) right calc(0.3275em + 0.417rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #810f0f;
    padding-right: calc(0.75em + 3.30367rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.05267rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23810f0f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23810f0f' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 2.05267rem/calc(0.655em + 0.834rem) calc(0.655em + 0.834rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #810f0f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
}

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #810f0f;
}

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #810f0f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #810f0f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #810f0f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

@media (min-width: 576px) {
    .form-inline label {
        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: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        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;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.526rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/*=============================
// #2.6 Buttons
=============================*/
.btn, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    display: inline-block;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #6c6c6c;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.132rem 1.132rem;
    font-size: 0.895rem;
    line-height: 1.23;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.btn:hover, [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-password-form'] input:hover[type="submit"], .widget-area .tagcloud .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover, #single .single-content .tags p a:hover {
    color: #6c6c6c;
    text-decoration: none;
}

.btn:focus, [class*='-block-search'] :focus[class*='-block-search__button'], [class*='-password-form'] input:focus[type="submit"], .widget-area .tagcloud .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus, #single .single-content .tags p a:focus, .btn.focus, [class*='-block-search'] .focus[class*='-block-search__button'], [class*='-password-form'] input.focus[type="submit"], .widget-area .tagcloud .focus.tag-cloud-link, [class*='widget-container'] .tagcloud .focus.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .focus.tag-cloud-link, #single .single-content .tags p a.focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.btn.disabled, [class*='-block-search'] .disabled[class*='-block-search__button'], [class*='-password-form'] input.disabled[type="submit"], .widget-area .tagcloud .disabled.tag-cloud-link, [class*='widget-container'] .tagcloud .disabled.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .disabled.tag-cloud-link, #single .single-content .tags p a.disabled, .btn:disabled, [class*='-block-search'] :disabled[class*='-block-search__button'], [class*='-password-form'] input:disabled[type="submit"], .widget-area .tagcloud .tag-cloud-link:disabled, [class*='widget-container'] .tagcloud .tag-cloud-link:disabled, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:disabled, #single .single-content .tags p a:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), [class*='-block-search'] :not(:disabled):not(.disabled)[class*='-block-search__button'], [class*='-password-form'] input:not(:disabled):not(.disabled)[type="submit"], .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled), [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled), #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled), #single .single-content .tags p a:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, [class*='-block-search'] a.disabled[class*='-block-search__button'], .widget-area .tagcloud a.disabled.tag-cloud-link, [class*='widget-container'] .tagcloud a.disabled.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] a.disabled.tag-cloud-link, #single .single-content .tags p a.disabled,
fieldset:disabled a.btn,
fieldset:disabled [class*='-block-search'] a[class*='-block-search__button'],
[class*='-block-search'] fieldset:disabled a[class*='-block-search__button'],
fieldset:disabled .widget-area .tagcloud a.tag-cloud-link,
.widget-area .tagcloud fieldset:disabled a.tag-cloud-link,
fieldset:disabled [class*='widget-container'] .tagcloud a.tag-cloud-link,
[class*='widget-container'] .tagcloud fieldset:disabled a.tag-cloud-link,
fieldset:disabled #single .single-content .description [class*='tag-cloud'] a.tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] fieldset:disabled a.tag-cloud-link,
fieldset:disabled #single .single-content .tags p a,
#single .single-content .tags p fieldset:disabled a {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #0b385f;
    border-color: #0a3153;
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #0b385f;
    border-color: #0a3153;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 103, 148, 0.5);
    box-shadow: 0 0 0 0 rgba(51, 103, 148, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0a3153;
    border-color: #082a48;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 103, 148, 0.5);
    box-shadow: 0 0 0 0 rgba(51, 103, 148, 0.5);
}

.btn-secondary, .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-secondary:hover, .widget-area .tagcloud .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover, #single .single-content .tags p a:hover {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-secondary:focus, .widget-area .tagcloud .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus, #single .single-content .tags p a:focus, .btn-secondary.focus, .widget-area .tagcloud .focus.tag-cloud-link, [class*='widget-container'] .tagcloud .focus.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .focus.tag-cloud-link, #single .single-content .tags p a.focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    -webkit-box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
    box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
}

.btn-secondary.disabled, .widget-area .tagcloud .disabled.tag-cloud-link, [class*='widget-container'] .tagcloud .disabled.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .disabled.tag-cloud-link, #single .single-content .tags p a.disabled, .btn-secondary:disabled, .widget-area .tagcloud .tag-cloud-link:disabled, [class*='widget-container'] .tagcloud .tag-cloud-link:disabled, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:disabled, #single .single-content .tags p a:disabled {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-secondary:not(:disabled):not(.disabled):active, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled):active, #single .single-content .tags p a:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled).active, #single .single-content .tags p a:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .widget-area .tagcloud .show > .dropdown-toggle.tag-cloud-link,
  [class*='widget-container'] .tagcloud .show > .dropdown-toggle.tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .show > .dropdown-toggle.tag-cloud-link,
  #single .single-content .tags p .show > a.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled):active:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled):active:focus, #single .single-content .tags p a:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .widget-area .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active:focus, [class*='widget-container'] .tagcloud .tag-cloud-link:not(:disabled):not(.disabled).active:focus, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:not(:disabled):not(.disabled).active:focus, #single .single-content .tags p a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .widget-area .tagcloud .show > .dropdown-toggle.tag-cloud-link:focus,
    [class*='widget-container'] .tagcloud .show > .dropdown-toggle.tag-cloud-link:focus,
    #single .single-content .description [class*='tag-cloud'] .show > .dropdown-toggle.tag-cloud-link:focus,
    #single .single-content .tags p .show > a.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
    box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #25810f;
    border-color: #25810f;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #1b5f0b;
    border-color: #18530a;
}

.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #1b5f0b;
    border-color: #18530a;
    -webkit-box-shadow: 0 0 0 0 rgba(70, 148, 51, 0.5);
    box-shadow: 0 0 0 0 rgba(70, 148, 51, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #25810f;
    border-color: #25810f;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #18530a;
    border-color: #154808;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 148, 51, 0.5);
    box-shadow: 0 0 0 0 rgba(70, 148, 51, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #0f7a81;
    border-color: #0f7a81;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #0b5a5f;
    border-color: #0a4f53;
}

.btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #0b5a5f;
    border-color: #0a4f53;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 142, 148, 0.5);
    box-shadow: 0 0 0 0 rgba(51, 142, 148, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #0f7a81;
    border-color: #0f7a81;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0a4f53;
    border-color: #084448;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 142, 148, 0.5);
    box-shadow: 0 0 0 0 rgba(51, 142, 148, 0.5);
}

.btn-warning {
    color: #ffffff;
    background-color: #817b0f;
    border-color: #817b0f;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #5f5a0b;
    border-color: #534f0a;
}

.btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #5f5a0b;
    border-color: #534f0a;
    -webkit-box-shadow: 0 0 0 0 rgba(148, 143, 51, 0.5);
    box-shadow: 0 0 0 0 rgba(148, 143, 51, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #ffffff;
    background-color: #817b0f;
    border-color: #817b0f;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #534f0a;
    border-color: #484508;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(148, 143, 51, 0.5);
    box-shadow: 0 0 0 0 rgba(148, 143, 51, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #810f0f;
    border-color: #810f0f;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #5f0b0b;
    border-color: #530a0a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #5f0b0b;
    border-color: #530a0a;
    -webkit-box-shadow: 0 0 0 0 rgba(148, 51, 51, 0.5);
    box-shadow: 0 0 0 0 rgba(148, 51, 51, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #810f0f;
    border-color: #810f0f;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #530a0a;
    border-color: #480808;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(148, 51, 51, 0.5);
    box-shadow: 0 0 0 0 rgba(148, 51, 51, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-light:hover {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d5d5d5;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d5d5d5;
    -webkit-box-shadow: 0 0 0 0 rgba(207, 208, 208, 0.5);
    box-shadow: 0 0 0 0 rgba(207, 208, 208, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #cecece;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(207, 208, 208, 0.5);
    box-shadow: 0 0 0 0 rgba(207, 208, 208, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-dark:hover {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    -webkit-box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
    box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
    box-shadow: 0 0 0 0 rgba(43, 43, 43, 0.5);
}

.btn-outline-primary {
    color: #0f4c81;
    border-color: #0f4c81;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 76, 129, 0.5);
    box-shadow: 0 0 0 0 rgba(15, 76, 129, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0f4c81;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 76, 129, 0.5);
    box-shadow: 0 0 0 0 rgba(15, 76, 129, 0.5);
}

.btn-outline-secondary {
    color: #060606;
    border-color: #060606;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #060606;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
}

.btn-outline-success {
    color: #25810f;
    border-color: #25810f;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #25810f;
    border-color: #25810f;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 129, 15, 0.5);
    box-shadow: 0 0 0 0 rgba(37, 129, 15, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #25810f;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #25810f;
    border-color: #25810f;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 129, 15, 0.5);
    box-shadow: 0 0 0 0 rgba(37, 129, 15, 0.5);
}

.btn-outline-info {
    color: #0f7a81;
    border-color: #0f7a81;
}

.btn-outline-info:hover {
    color: #ffffff;
    background-color: #0f7a81;
    border-color: #0f7a81;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 122, 129, 0.5);
    box-shadow: 0 0 0 0 rgba(15, 122, 129, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0f7a81;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0f7a81;
    border-color: #0f7a81;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(15, 122, 129, 0.5);
    box-shadow: 0 0 0 0 rgba(15, 122, 129, 0.5);
}

.btn-outline-warning {
    color: #817b0f;
    border-color: #817b0f;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #817b0f;
    border-color: #817b0f;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(129, 123, 15, 0.5);
    box-shadow: 0 0 0 0 rgba(129, 123, 15, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #817b0f;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #817b0f;
    border-color: #817b0f;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(129, 123, 15, 0.5);
    box-shadow: 0 0 0 0 rgba(129, 123, 15, 0.5);
}

.btn-outline-danger {
    color: #810f0f;
    border-color: #810f0f;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #810f0f;
    border-color: #810f0f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(129, 15, 15, 0.5);
    box-shadow: 0 0 0 0 rgba(129, 15, 15, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #810f0f;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #810f0f;
    border-color: #810f0f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(129, 15, 15, 0.5);
    box-shadow: 0 0 0 0 rgba(129, 15, 15, 0.5);
}

.btn-outline-light {
    color: #eeeeee;
    border-color: #eeeeee;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.5);
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #eeeeee;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.5);
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.5);
}

.btn-outline-dark {
    color: #060606;
    border-color: #060606;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #060606;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #060606;
    border-color: #060606;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0 rgba(6, 6, 6, 0.5);
}

.btn-link, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"] {
    font-weight: 400;
    color: #060606;
    text-decoration: none;
}

.btn-link:hover, [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-password-form'] input:hover[type="submit"] {
    color: #0f4c81;
    text-decoration: none;
}

.btn-link:focus, [class*='-block-search'] :focus[class*='-block-search__button'], [class*='-password-form'] input:focus[type="submit"], .btn-link.focus, [class*='-block-search'] .focus[class*='-block-search__button'], [class*='-password-form'] input.focus[type="submit"] {
    text-decoration: none;
}

.btn-link:disabled, [class*='-block-search'] :disabled[class*='-block-search__button'], [class*='-password-form'] input:disabled[type="submit"], .btn-link.disabled, [class*='-block-search'] .disabled[class*='-block-search__button'], [class*='-password-form'] input.disabled[type="submit"] {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, [class*='-block-search'] .btn-group-lg > [class*='-block-search__button'], [class*='-password-form'] .btn-group-lg > input[type="submit"], .widget-area .tagcloud .btn-group-lg > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group-lg > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group-lg > .tag-cloud-link, #single .single-content .tags p .btn-group-lg > a {
    padding: 1.579rem 1.579rem;
    font-size: 1rem;
    line-height: 1.23;
    border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, [class*='-block-search'] .btn-group-sm > [class*='-block-search__button'], [class*='-password-form'] .btn-group-sm > input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    padding: 0.527rem 0.527rem;
    font-size: 0.789rem;
    line-height: 1.23;
    border-radius: 0;
}

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

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

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

/*=============================
// #2.7 Transitions
=============================*/
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/*=============================
// #2.8 Dropdown
=============================*/
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12.105rem;
    padding: 0 0;
    margin: 0 0 0;
    font-size: 0.789rem;
    color: #060606;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0;
}

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.263rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.263rem;
    vertical-align: middle;
    content: "";
}

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.263rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

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

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

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0 0;
    overflow: hidden;
    border-top: 1px solid #dbdbdb;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.789rem 1.053rem;
    clear: both;
    font-weight: 400;
    color: #060606;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #060606;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #060606;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: rgba(6, 6, 6, 0.5);
    pointer-events: none;
    background-color: transparent;
}

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

.dropdown-header {
    display: block;
    padding: 0 1.053rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.789rem 1.053rem;
    color: #060606;
}

/*=============================
// #2.9 Button group
=============================*/
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn, [class*='-block-search'] .btn-group > [class*='-block-search__button'], [class*='-password-form'] .btn-group > input[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link, #single .single-content .tags p .btn-group > a,
  .btn-group-vertical > .btn,
  [class*='-block-search'] .btn-group-vertical > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > a {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group > .btn:hover, [class*='-block-search'] .btn-group > :hover[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:hover[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:hover, #single .single-content .tags p .btn-group > a:hover,
    .btn-group-vertical > .btn:hover,
    [class*='-block-search'] .btn-group-vertical > :hover[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input:hover[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:hover,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:hover,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:hover,
    #single .single-content .tags p .btn-group-vertical > a:hover {
    z-index: 1;
}

.btn-group > .btn:focus, [class*='-block-search'] .btn-group > :focus[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:focus[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:focus, #single .single-content .tags p .btn-group > a:focus, .btn-group > .btn:active, [class*='-block-search'] .btn-group > :active[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:active[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:active, [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:active, #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:active, #single .single-content .tags p .btn-group > a:active, .btn-group > .btn.active, [class*='-block-search'] .btn-group > .active[class*='-block-search__button'], [class*='-password-form'] .btn-group > input.active[type="submit"], .widget-area .tagcloud .btn-group > .active.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group > .active.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group > .active.tag-cloud-link, #single .single-content .tags p .btn-group > a.active,
    .btn-group-vertical > .btn:focus,
    [class*='-block-search'] .btn-group-vertical > :focus[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input:focus[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:focus,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:focus,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:focus,
    #single .single-content .tags p .btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active,
    [class*='-block-search'] .btn-group-vertical > :active[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input:active[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:active,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:active,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:active,
    #single .single-content .tags p .btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active,
    [class*='-block-search'] .btn-group-vertical > .active[class*='-block-search__button'],
    [class*='-password-form'] .btn-group-vertical > input.active[type="submit"],
    .widget-area .tagcloud .btn-group-vertical > .active.tag-cloud-link,
    [class*='widget-container'] .tagcloud .btn-group-vertical > .active.tag-cloud-link,
    #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .active.tag-cloud-link,
    #single .single-content .tags p .btn-group-vertical > a.active {
    z-index: 1;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

.btn-group > .btn:not(:first-child), [class*='-block-search'] .btn-group > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), [class*='-block-search'] .btn-group > :not(:last-child):not(.dropdown-toggle)[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .tags p .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
[class*='-block-search'] .btn-group > .btn-group:not(:last-child) > [class*='-block-search__button'],
[class*='-password-form'] .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.widget-area .tagcloud .btn-group > .btn-group:not(:last-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .btn-group > .btn-group:not(:last-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .btn-group > .btn-group:not(:last-child) > .tag-cloud-link,
#single .single-content .tags p .btn-group > .btn-group:not(:last-child) > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), [class*='-block-search'] .btn-group > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
[class*='-block-search'] .btn-group > .btn-group:not(:first-child) > [class*='-block-search__button'],
[class*='-password-form'] .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.widget-area .tagcloud .btn-group > .btn-group:not(:first-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .btn-group > .btn-group:not(:first-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .btn-group > .btn-group:not(:first-child) > .tag-cloud-link,
#single .single-content .tags p .btn-group > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, [class*='-block-search'] .btn-group-sm > [class*='-block-search__button'] + .dropdown-toggle-split, [class*='-password-form'] .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .widget-area .tagcloud .btn-group-sm > .tag-cloud-link + .dropdown-toggle-split, [class*='widget-container'] .tagcloud .btn-group-sm > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .description [class*='tag-cloud'] .btn-group-sm > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .tags p .btn-group-sm > a + .dropdown-toggle-split, .widget-area .tagcloud .tag-cloud-link + .dropdown-toggle-split, [class*='widget-container'] .tagcloud .tag-cloud-link + .dropdown-toggle-split, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .dropdown-toggle-split, #single .single-content .tags p a + .dropdown-toggle-split {
    padding-right: 0.39525rem;
    padding-left: 0.39525rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, [class*='-block-search'] .btn-group-lg > [class*='-block-search__button'] + .dropdown-toggle-split, [class*='-password-form'] .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .widget-area .tagcloud .btn-group-lg > .tag-cloud-link + .dropdown-toggle-split, [class*='widget-container'] .tagcloud .btn-group-lg > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .description [class*='tag-cloud'] .btn-group-lg > .tag-cloud-link + .dropdown-toggle-split, #single .single-content .tags p .btn-group-lg > a + .dropdown-toggle-split {
    padding-right: 1.18425rem;
    padding-left: 1.18425rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical > .btn,
  [class*='-block-search'] .btn-group-vertical > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > a,
  .btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), [class*='-block-search'] .btn-group-vertical > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group-vertical > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [class*='-block-search'] .btn-group-vertical > :not(:last-child):not(.dropdown-toggle)[class*='-block-search__button'], [class*='-password-form'] .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"], .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:not(:last-child):not(.dropdown-toggle), #single .single-content .tags p .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  [class*='-block-search'] .btn-group-vertical > .btn-group:not(:last-child) > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .btn-group:not(:last-child) > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .btn-group:not(:last-child) > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .btn-group:not(:last-child) > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > .btn-group:not(:last-child) > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), [class*='-block-search'] .btn-group-vertical > :not(:first-child)[class*='-block-search__button'], [class*='-password-form'] .btn-group-vertical > input:not(:first-child)[type="submit"], .widget-area .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), [class*='widget-container'] .tagcloud .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .tag-cloud-link:not(:first-child), #single .single-content .tags p .btn-group-vertical > a:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  [class*='-block-search'] .btn-group-vertical > .btn-group:not(:first-child) > [class*='-block-search__button'],
  [class*='-password-form'] .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  .widget-area .tagcloud .btn-group-vertical > .btn-group:not(:first-child) > .tag-cloud-link,
  [class*='widget-container'] .tagcloud .btn-group-vertical > .btn-group:not(:first-child) > .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .btn-group-vertical > .btn-group:not(:first-child) > .tag-cloud-link,
  #single .single-content .tags p .btn-group-vertical > .btn-group:not(:first-child) > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn, [class*='-block-search'] .btn-group-toggle > [class*='-block-search__button'], [class*='-password-form'] .btn-group-toggle > input[type="submit"], .widget-area .tagcloud .btn-group-toggle > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group-toggle > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .tag-cloud-link, #single .single-content .tags p .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
[class*='-block-search'] .btn-group-toggle > .btn-group > [class*='-block-search__button'],
[class*='-password-form'] .btn-group-toggle > .btn-group > input[type="submit"],
.widget-area .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link,
[class*='widget-container'] .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .btn-group > .tag-cloud-link,
#single .single-content .tags p .btn-group-toggle > .btn-group > a {
    margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], [class*='-block-search'] .btn-group-toggle > [class*='-block-search__button'] input[type="radio"], [class*='-password-form'] .btn-group-toggle > input[type="submit"] input[type="radio"], .widget-area .tagcloud .btn-group-toggle > .tag-cloud-link input[type="radio"], [class*='widget-container'] .tagcloud .btn-group-toggle > .tag-cloud-link input[type="radio"], #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .tag-cloud-link input[type="radio"], #single .single-content .tags p .btn-group-toggle > a input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  [class*='-block-search'] .btn-group-toggle > [class*='-block-search__button'] input[type="checkbox"],
  [class*='-password-form'] .btn-group-toggle > input[type="submit"] input[type="checkbox"],
  .widget-area .tagcloud .btn-group-toggle > .tag-cloud-link input[type="checkbox"],
  [class*='widget-container'] .tagcloud .btn-group-toggle > .tag-cloud-link input[type="checkbox"],
  #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .tag-cloud-link input[type="checkbox"],
  #single .single-content .tags p .btn-group-toggle > a input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  [class*='-block-search'] .btn-group-toggle > .btn-group > [class*='-block-search__button'] input[type="radio"],
  [class*='-password-form'] .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
  .widget-area .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="radio"],
  [class*='widget-container'] .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="radio"],
  #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .btn-group > .tag-cloud-link input[type="radio"],
  #single .single-content .tags p .btn-group-toggle > .btn-group > a input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  [class*='-block-search'] .btn-group-toggle > .btn-group > [class*='-block-search__button'] input[type="checkbox"],
  [class*='-password-form'] .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
  .widget-area .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="checkbox"],
  [class*='widget-container'] .tagcloud .btn-group-toggle > .btn-group > .tag-cloud-link input[type="checkbox"],
  #single .single-content .description [class*='tag-cloud'] .btn-group-toggle > .btn-group > .tag-cloud-link input[type="checkbox"],
  #single .single-content .tags p .btn-group-toggle > .btn-group > a input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/*=============================
// #2.10 Input group
=============================*/
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

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

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

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

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

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

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

.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group-prepend .btn, .input-group-prepend [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='-block-search__button'], .input-group-prepend [class*='-password-form'] input[type="submit"], [class*='-password-form'] .input-group-prepend input[type="submit"], .input-group-prepend .widget-area .tagcloud .tag-cloud-link, .widget-area .tagcloud .input-group-prepend .tag-cloud-link, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link, .input-group-prepend #single .single-content .tags p a, #single .single-content .tags p .input-group-prepend a,
  .input-group-append .btn,
  .input-group-append [class*='-block-search'] [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] input[type="submit"],
  [class*='-password-form'] .input-group-append input[type="submit"],
  .input-group-append .widget-area .tagcloud .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link,
  .input-group-append #single .single-content .tags p a,
  #single .single-content .tags p .input-group-append a {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend [class*='-block-search'] :focus[class*='-block-search__button'], [class*='-block-search'] .input-group-prepend :focus[class*='-block-search__button'], .input-group-prepend [class*='-password-form'] input:focus[type="submit"], [class*='-password-form'] .input-group-prepend input:focus[type="submit"], .input-group-prepend .widget-area .tagcloud .tag-cloud-link:focus, .widget-area .tagcloud .input-group-prepend .tag-cloud-link:focus, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link:focus, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link:focus, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link:focus, .input-group-prepend #single .single-content .tags p a:focus, #single .single-content .tags p .input-group-prepend a:focus,
    .input-group-append .btn:focus,
    .input-group-append [class*='-block-search'] :focus[class*='-block-search__button'],
    [class*='-block-search'] .input-group-append :focus[class*='-block-search__button'],
    .input-group-append [class*='-password-form'] input:focus[type="submit"],
    [class*='-password-form'] .input-group-append input:focus[type="submit"],
    .input-group-append .widget-area .tagcloud .tag-cloud-link:focus,
    .widget-area .tagcloud .input-group-append .tag-cloud-link:focus,
    .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link:focus,
    [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link:focus,
    .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:focus,
    #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link:focus,
    .input-group-append #single .single-content .tags p a:focus,
    #single .single-content .tags p .input-group-append a:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .btn, [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .btn, .input-group-prepend [class*='-password-form'] input[type="submit"] + .btn, [class*='-password-form'] .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .btn, .widget-area .tagcloud .input-group-prepend .tag-cloud-link + .btn, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .btn, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + .btn, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .btn, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + .btn, .input-group-prepend #single .single-content .tags p a + .btn, #single .single-content .tags p .input-group-prepend a + .btn, .input-group-prepend [class*='-block-search'] .btn + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend .btn + [class*='-block-search__button'], .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + [class*='-block-search__button'], .input-group-prepend [class*='-password-form'] [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='-password-form'] input[type="submit"] + [class*='-block-search__button'], [class*='-password-form'] .input-group-prepend [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'], [class*='-block-search'] [class*='-password-form'] .input-group-prepend input[type="submit"] + [class*='-block-search__button'], .input-group-prepend .widget-area .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend .widget-area .tagcloud .tag-cloud-link + [class*='-block-search__button'], .widget-area .tagcloud .input-group-prepend [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .widget-area .tagcloud .input-group-prepend .tag-cloud-link + [class*='-block-search__button'], .input-group-prepend [class*='widget-container'] .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + [class*='-block-search__button'], [class*='widget-container'] .tagcloud .input-group-prepend [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + [class*='-block-search__button'], .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + [class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + [class*='-block-search__button'], .input-group-prepend #single .single-content .tags p [class*='-block-search'] a + [class*='-block-search__button'], [class*='-block-search'] .input-group-prepend #single .single-content .tags p a + [class*='-block-search__button'], #single .single-content .tags p .input-group-prepend [class*='-block-search'] a + [class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p .input-group-prepend a + [class*='-block-search__button'], .input-group-prepend [class*='-password-form'] .btn + input[type="submit"], [class*='-password-form'] .input-group-prepend .btn + input[type="submit"], .input-group-prepend [class*='-block-search'] [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"], [class*='-password-form'] .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + input[type="submit"], [class*='-block-search'] .input-group-prepend [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"], [class*='-password-form'] [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + input[type="submit"], .input-group-prepend [class*='-password-form'] input[type="submit"] + input[type="submit"], [class*='-password-form'] .input-group-prepend input[type="submit"] + input[type="submit"], .input-group-prepend .widget-area .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .input-group-prepend .widget-area .tagcloud .tag-cloud-link + input[type="submit"], .widget-area .tagcloud .input-group-prepend [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .widget-area .tagcloud .input-group-prepend .tag-cloud-link + input[type="submit"], .input-group-prepend [class*='widget-container'] .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + input[type="submit"], [class*='widget-container'] .tagcloud .input-group-prepend [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + input[type="submit"], .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + input[type="submit"], #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-password-form'] .tag-cloud-link + input[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + input[type="submit"], .input-group-prepend #single .single-content .tags p [class*='-password-form'] a + input[type="submit"], [class*='-password-form'] .input-group-prepend #single .single-content .tags p a + input[type="submit"], #single .single-content .tags p .input-group-prepend [class*='-password-form'] a + input[type="submit"], [class*='-password-form'] #single .single-content .tags p .input-group-prepend a + input[type="submit"], .input-group-prepend .widget-area .tagcloud .btn + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend .btn + .tag-cloud-link, .input-group-prepend [class*='-block-search'] .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link, [class*='-block-search'] .input-group-prepend .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link, .widget-area .tagcloud [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .tag-cloud-link, .input-group-prepend [class*='-password-form'] .widget-area .tagcloud input[type="submit"] + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend [class*='-password-form'] input[type="submit"] + .tag-cloud-link, [class*='-password-form'] .input-group-prepend .widget-area .tagcloud input[type="submit"] + .tag-cloud-link, .widget-area .tagcloud [class*='-password-form'] .input-group-prepend input[type="submit"] + .tag-cloud-link, .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .tags p .widget-area .tagcloud a + .tag-cloud-link, .widget-area .tagcloud .input-group-prepend #single .single-content .tags p a + .tag-cloud-link, #single .single-content .tags p .input-group-prepend .widget-area .tagcloud a + .tag-cloud-link, .widget-area .tagcloud #single .single-content .tags p .input-group-prepend a + .tag-cloud-link, .input-group-prepend [class*='widget-container'] .tagcloud .btn + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend .btn + .tag-cloud-link, .input-group-prepend [class*='-block-search'] [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link, [class*='-block-search'] .input-group-prepend [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link, [class*='widget-container'] .tagcloud [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .tag-cloud-link, .input-group-prepend [class*='-password-form'] [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend [class*='-password-form'] input[type="submit"] + .tag-cloud-link, [class*='-password-form'] .input-group-prepend [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link, [class*='widget-container'] .tagcloud [class*='-password-form'] .input-group-prepend input[type="submit"] + .tag-cloud-link, .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .tags p [class*='widget-container'] .tagcloud a + .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group-prepend #single .single-content .tags p a + .tag-cloud-link, #single .single-content .tags p .input-group-prepend [class*='widget-container'] .tagcloud a + .tag-cloud-link, [class*='widget-container'] .tagcloud #single .single-content .tags p .input-group-prepend a + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .btn + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .btn + .tag-cloud-link, .input-group-prepend [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link, [class*='-block-search'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .tag-cloud-link, .input-group-prepend [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='-password-form'] input[type="submit"] + .tag-cloud-link, [class*='-password-form'] .input-group-prepend #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .input-group-prepend input[type="submit"] + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + .tag-cloud-link, .input-group-prepend #single .single-content .tags p .description [class*='tag-cloud'] a + .tag-cloud-link, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tags p a + .tag-cloud-link, #single .single-content .tags p .input-group-prepend .description [class*='tag-cloud'] a + .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tags p .input-group-prepend a + .tag-cloud-link, .input-group-prepend #single .single-content .tags p .btn + a, #single .single-content .tags p .input-group-prepend .btn + a, .input-group-prepend [class*='-block-search'] #single .single-content .tags p [class*='-block-search__button'] + a, #single .single-content .tags p .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + a, [class*='-block-search'] .input-group-prepend #single .single-content .tags p [class*='-block-search__button'] + a, #single .single-content .tags p [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + a, .input-group-prepend [class*='-password-form'] #single .single-content .tags p input[type="submit"] + a, #single .single-content .tags p .input-group-prepend [class*='-password-form'] input[type="submit"] + a, [class*='-password-form'] .input-group-prepend #single .single-content .tags p input[type="submit"] + a, #single .single-content .tags p [class*='-password-form'] .input-group-prepend input[type="submit"] + a, .input-group-prepend .widget-area .tagcloud #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p .input-group-prepend .widget-area .tagcloud .tag-cloud-link + a, .widget-area .tagcloud .input-group-prepend #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p .widget-area .tagcloud .input-group-prepend .tag-cloud-link + a, .input-group-prepend [class*='widget-container'] .tagcloud #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + a, [class*='widget-container'] .tagcloud .input-group-prepend #single .single-content .tags p .tag-cloud-link + a, #single .single-content .tags p [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + a, .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tags p .tag-cloud-link + a, .input-group-prepend #single .single-content .tags p .description [class*='tag-cloud'] .tag-cloud-link + a, #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tags p .tag-cloud-link + a, #single .single-content .tags p .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + a, .input-group-prepend #single .single-content .tags p a + a, #single .single-content .tags p .input-group-prepend a + a,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend [class*='-block-search'] [class*='-block-search__button'] + .input-group-text,
  [class*='-block-search'] .input-group-prepend [class*='-block-search__button'] + .input-group-text,
  .input-group-prepend [class*='-password-form'] input[type="submit"] + .input-group-text,
  [class*='-password-form'] .input-group-prepend input[type="submit"] + .input-group-text,
  .input-group-prepend .widget-area .tagcloud .tag-cloud-link + .input-group-text,
  .widget-area .tagcloud .input-group-prepend .tag-cloud-link + .input-group-text,
  .input-group-prepend [class*='widget-container'] .tagcloud .tag-cloud-link + .input-group-text,
  [class*='widget-container'] .tagcloud .input-group-prepend .tag-cloud-link + .input-group-text,
  .input-group-prepend #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .input-group-text,
  #single .single-content .description [class*='tag-cloud'] .input-group-prepend .tag-cloud-link + .input-group-text,
  .input-group-prepend #single .single-content .tags p a + .input-group-text,
  #single .single-content .tags p .input-group-prepend a + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend [class*='-block-search'] .input-group-text + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-prepend .input-group-text + [class*='-block-search__button'],
  .input-group-prepend [class*='-password-form'] .input-group-text + input[type="submit"],
  [class*='-password-form'] .input-group-prepend .input-group-text + input[type="submit"],
  .input-group-prepend .widget-area .tagcloud .input-group-text + .tag-cloud-link,
  .widget-area .tagcloud .input-group-prepend .input-group-text + .tag-cloud-link,
  .input-group-prepend [class*='widget-container'] .tagcloud .input-group-text + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-prepend .input-group-text + .tag-cloud-link,
  .input-group-prepend #single .single-content .description [class*='tag-cloud'] .input-group-text + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-prepend .input-group-text + .tag-cloud-link,
  .input-group-prepend #single .single-content .tags p .input-group-text + a,
  #single .single-content .tags p .input-group-prepend .input-group-text + a,
  .input-group-append .btn + .btn,
  .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .btn,
  [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .btn,
  .input-group-append [class*='-password-form'] input[type="submit"] + .btn,
  [class*='-password-form'] .input-group-append input[type="submit"] + .btn,
  .input-group-append .widget-area .tagcloud .tag-cloud-link + .btn,
  .widget-area .tagcloud .input-group-append .tag-cloud-link + .btn,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .btn,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + .btn,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .btn,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + .btn,
  .input-group-append #single .single-content .tags p a + .btn,
  #single .single-content .tags p .input-group-append a + .btn,
  .input-group-append [class*='-block-search'] .btn + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append .btn + [class*='-block-search__button'],
  .input-group-append [class*='-block-search'] [class*='-block-search__button'] + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='-block-search__button'] + [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='-password-form'] input[type="submit"] + [class*='-block-search__button'],
  [class*='-password-form'] .input-group-append [class*='-block-search'] input[type="submit"] + [class*='-block-search__button'],
  [class*='-block-search'] [class*='-password-form'] .input-group-append input[type="submit"] + [class*='-block-search__button'],
  .input-group-append .widget-area .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append .widget-area .tagcloud .tag-cloud-link + [class*='-block-search__button'],
  .widget-area .tagcloud .input-group-append [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .widget-area .tagcloud .input-group-append .tag-cloud-link + [class*='-block-search__button'],
  .input-group-append [class*='widget-container'] .tagcloud [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + [class*='-block-search__button'],
  [class*='widget-container'] .tagcloud .input-group-append [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + [class*='-block-search__button'],
  .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + [class*='-block-search__button'],
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-block-search'] .tag-cloud-link + [class*='-block-search__button'],
  [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + [class*='-block-search__button'],
  .input-group-append #single .single-content .tags p [class*='-block-search'] a + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append #single .single-content .tags p a + [class*='-block-search__button'],
  #single .single-content .tags p .input-group-append [class*='-block-search'] a + [class*='-block-search__button'],
  [class*='-block-search'] #single .single-content .tags p .input-group-append a + [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] .btn + input[type="submit"],
  [class*='-password-form'] .input-group-append .btn + input[type="submit"],
  .input-group-append [class*='-block-search'] [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"],
  [class*='-password-form'] .input-group-append [class*='-block-search'] [class*='-block-search__button'] + input[type="submit"],
  [class*='-block-search'] .input-group-append [class*='-password-form'] [class*='-block-search__button'] + input[type="submit"],
  [class*='-password-form'] [class*='-block-search'] .input-group-append [class*='-block-search__button'] + input[type="submit"],
  .input-group-append [class*='-password-form'] input[type="submit"] + input[type="submit"],
  [class*='-password-form'] .input-group-append input[type="submit"] + input[type="submit"],
  .input-group-append .widget-area .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .input-group-append .widget-area .tagcloud .tag-cloud-link + input[type="submit"],
  .widget-area .tagcloud .input-group-append [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .widget-area .tagcloud .input-group-append .tag-cloud-link + input[type="submit"],
  .input-group-append [class*='widget-container'] .tagcloud [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + input[type="submit"],
  [class*='widget-container'] .tagcloud .input-group-append [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + input[type="submit"],
  .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + input[type="submit"],
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-password-form'] .tag-cloud-link + input[type="submit"],
  [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + input[type="submit"],
  .input-group-append #single .single-content .tags p [class*='-password-form'] a + input[type="submit"],
  [class*='-password-form'] .input-group-append #single .single-content .tags p a + input[type="submit"],
  #single .single-content .tags p .input-group-append [class*='-password-form'] a + input[type="submit"],
  [class*='-password-form'] #single .single-content .tags p .input-group-append a + input[type="submit"],
  .input-group-append .widget-area .tagcloud .btn + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .btn + .tag-cloud-link,
  .input-group-append [class*='-block-search'] .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link,
  [class*='-block-search'] .input-group-append .widget-area .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  .widget-area .tagcloud [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .tag-cloud-link,
  .input-group-append [class*='-password-form'] .widget-area .tagcloud input[type="submit"] + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append [class*='-password-form'] input[type="submit"] + .tag-cloud-link,
  [class*='-password-form'] .input-group-append .widget-area .tagcloud input[type="submit"] + .tag-cloud-link,
  .widget-area .tagcloud [class*='-password-form'] .input-group-append input[type="submit"] + .tag-cloud-link,
  .input-group-append .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .widget-area .tagcloud a + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append #single .single-content .tags p a + .tag-cloud-link,
  #single .single-content .tags p .input-group-append .widget-area .tagcloud a + .tag-cloud-link,
  .widget-area .tagcloud #single .single-content .tags p .input-group-append a + .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .btn + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .btn + .tag-cloud-link,
  .input-group-append [class*='-block-search'] [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link,
  [class*='-block-search'] .input-group-append [class*='widget-container'] .tagcloud [class*='-block-search__button'] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .tag-cloud-link,
  .input-group-append [class*='-password-form'] [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append [class*='-password-form'] input[type="submit"] + .tag-cloud-link,
  [class*='-password-form'] .input-group-append [class*='widget-container'] .tagcloud input[type="submit"] + .tag-cloud-link,
  [class*='widget-container'] .tagcloud [class*='-password-form'] .input-group-append input[type="submit"] + .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .tags p [class*='widget-container'] .tagcloud a + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append #single .single-content .tags p a + .tag-cloud-link,
  #single .single-content .tags p .input-group-append [class*='widget-container'] .tagcloud a + .tag-cloud-link,
  [class*='widget-container'] .tagcloud #single .single-content .tags p .input-group-append a + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .btn + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .btn + .tag-cloud-link,
  .input-group-append [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .tag-cloud-link,
  [class*='-block-search'] .input-group-append #single .single-content .description [class*='tag-cloud'] [class*='-block-search__button'] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .tag-cloud-link,
  .input-group-append [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='-password-form'] input[type="submit"] + .tag-cloud-link,
  [class*='-password-form'] .input-group-append #single .single-content .description [class*='tag-cloud'] input[type="submit"] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .input-group-append input[type="submit"] + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .widget-area .tagcloud .tag-cloud-link + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .description [class*='tag-cloud'] a + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tags p a + .tag-cloud-link,
  #single .single-content .tags p .input-group-append .description [class*='tag-cloud'] a + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .tags p .input-group-append a + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .btn + a,
  #single .single-content .tags p .input-group-append .btn + a,
  .input-group-append [class*='-block-search'] #single .single-content .tags p [class*='-block-search__button'] + a,
  #single .single-content .tags p .input-group-append [class*='-block-search'] [class*='-block-search__button'] + a,
  [class*='-block-search'] .input-group-append #single .single-content .tags p [class*='-block-search__button'] + a,
  #single .single-content .tags p [class*='-block-search'] .input-group-append [class*='-block-search__button'] + a,
  .input-group-append [class*='-password-form'] #single .single-content .tags p input[type="submit"] + a,
  #single .single-content .tags p .input-group-append [class*='-password-form'] input[type="submit"] + a,
  [class*='-password-form'] .input-group-append #single .single-content .tags p input[type="submit"] + a,
  #single .single-content .tags p [class*='-password-form'] .input-group-append input[type="submit"] + a,
  .input-group-append .widget-area .tagcloud #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p .input-group-append .widget-area .tagcloud .tag-cloud-link + a,
  .widget-area .tagcloud .input-group-append #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p .widget-area .tagcloud .input-group-append .tag-cloud-link + a,
  .input-group-append [class*='widget-container'] .tagcloud #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + a,
  [class*='widget-container'] .tagcloud .input-group-append #single .single-content .tags p .tag-cloud-link + a,
  #single .single-content .tags p [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + a,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tags p .tag-cloud-link + a,
  .input-group-append #single .single-content .tags p .description [class*='tag-cloud'] .tag-cloud-link + a,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tags p .tag-cloud-link + a,
  #single .single-content .tags p .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + a,
  .input-group-append #single .single-content .tags p a + a,
  #single .single-content .tags p .input-group-append a + a,
  .input-group-append .btn + .input-group-text,
  .input-group-append [class*='-block-search'] [class*='-block-search__button'] + .input-group-text,
  [class*='-block-search'] .input-group-append [class*='-block-search__button'] + .input-group-text,
  .input-group-append [class*='-password-form'] input[type="submit"] + .input-group-text,
  [class*='-password-form'] .input-group-append input[type="submit"] + .input-group-text,
  .input-group-append .widget-area .tagcloud .tag-cloud-link + .input-group-text,
  .widget-area .tagcloud .input-group-append .tag-cloud-link + .input-group-text,
  .input-group-append [class*='widget-container'] .tagcloud .tag-cloud-link + .input-group-text,
  [class*='widget-container'] .tagcloud .input-group-append .tag-cloud-link + .input-group-text,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .tag-cloud-link + .input-group-text,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .tag-cloud-link + .input-group-text,
  .input-group-append #single .single-content .tags p a + .input-group-text,
  #single .single-content .tags p .input-group-append a + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append [class*='-block-search'] .input-group-text + [class*='-block-search__button'],
  [class*='-block-search'] .input-group-append .input-group-text + [class*='-block-search__button'],
  .input-group-append [class*='-password-form'] .input-group-text + input[type="submit"],
  [class*='-password-form'] .input-group-append .input-group-text + input[type="submit"],
  .input-group-append .widget-area .tagcloud .input-group-text + .tag-cloud-link,
  .widget-area .tagcloud .input-group-append .input-group-text + .tag-cloud-link,
  .input-group-append [class*='widget-container'] .tagcloud .input-group-text + .tag-cloud-link,
  [class*='widget-container'] .tagcloud .input-group-append .input-group-text + .tag-cloud-link,
  .input-group-append #single .single-content .description [class*='tag-cloud'] .input-group-text + .tag-cloud-link,
  #single .single-content .description [class*='tag-cloud'] .input-group-append .input-group-text + .tag-cloud-link,
  .input-group-append #single .single-content .tags p .input-group-text + a,
  #single .single-content .tags p .input-group-append .input-group-text + a {
    margin-left: -1px;
}

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.834rem 1.05267rem;
    margin-bottom: 0;
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: auto;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
[class*='-block-search'] .input-group-lg > .input-group-prepend > [class*='-block-search__button'],
[class*='-password-form'] .input-group-lg > .input-group-prepend > input[type="submit"],
.widget-area .tagcloud .input-group-lg > .input-group-prepend > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-lg > .input-group-prepend > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-lg > .input-group-prepend > .tag-cloud-link,
#single .single-content .tags p .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
[class*='-block-search'] .input-group-lg > .input-group-append > [class*='-block-search__button'],
[class*='-password-form'] .input-group-lg > .input-group-append > input[type="submit"],
.widget-area .tagcloud .input-group-lg > .input-group-append > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-lg > .input-group-append > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-lg > .input-group-append > .tag-cloud-link,
#single .single-content .tags p .input-group-lg > .input-group-append > a {
    padding: 1.251rem 1.579rem;
    font-size: 1rem;
    line-height: 1.31;
    border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
[class*='-block-search'] .input-group-sm > .input-group-prepend > [class*='-block-search__button'],
[class*='-password-form'] .input-group-sm > .input-group-prepend > input[type="submit"],
.widget-area .tagcloud .input-group-sm > .input-group-prepend > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-sm > .input-group-prepend > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-sm > .input-group-prepend > .tag-cloud-link,
#single .single-content .tags p .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
[class*='-block-search'] .input-group-sm > .input-group-append > [class*='-block-search__button'],
[class*='-password-form'] .input-group-sm > .input-group-append > input[type="submit"],
.widget-area .tagcloud .input-group-sm > .input-group-append > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group-sm > .input-group-append > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group-sm > .input-group-append > .tag-cloud-link,
#single .single-content .tags p .input-group-sm > .input-group-append > a {
    padding: 0.5004rem 0.6316rem;
    font-size: 0.789rem;
    line-height: 1.31;
    border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2.05267rem;
}

.input-group > .input-group-prepend > .btn, [class*='-block-search'] .input-group > .input-group-prepend > [class*='-block-search__button'], [class*='-password-form'] .input-group > .input-group-prepend > input[type="submit"], .widget-area .tagcloud .input-group > .input-group-prepend > .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group > .input-group-prepend > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group > .input-group-prepend > .tag-cloud-link, #single .single-content .tags p .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
[class*='-block-search'] .input-group > .input-group-append:not(:last-child) > [class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.widget-area .tagcloud .input-group > .input-group-append:not(:last-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group > .input-group-append:not(:last-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-append:not(:last-child) > .tag-cloud-link,
#single .single-content .tags p .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[class*='-block-search'] .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.widget-area .tagcloud .input-group > .input-group-append:last-child > .tag-cloud-link:not(:last-child):not(.dropdown-toggle),
[class*='widget-container'] .tagcloud .input-group > .input-group-append:last-child > .tag-cloud-link:not(:last-child):not(.dropdown-toggle),
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-append:last-child > .tag-cloud-link:not(:last-child):not(.dropdown-toggle),
#single .single-content .tags p .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, [class*='-block-search'] .input-group > .input-group-append > [class*='-block-search__button'], [class*='-password-form'] .input-group > .input-group-append > input[type="submit"], .widget-area .tagcloud .input-group > .input-group-append > .tag-cloud-link, [class*='widget-container'] .tagcloud .input-group > .input-group-append > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .input-group > .input-group-append > .tag-cloud-link, #single .single-content .tags p .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
[class*='-block-search'] .input-group > .input-group-prepend:not(:first-child) > [class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.widget-area .tagcloud .input-group > .input-group-prepend:not(:first-child) > .tag-cloud-link,
[class*='widget-container'] .tagcloud .input-group > .input-group-prepend:not(:first-child) > .tag-cloud-link,
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-prepend:not(:first-child) > .tag-cloud-link,
#single .single-content .tags p .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
[class*='-block-search'] .input-group > .input-group-prepend:first-child > :not(:first-child)[class*='-block-search__button'],
[class*='-password-form'] .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.widget-area .tagcloud .input-group > .input-group-prepend:first-child > .tag-cloud-link:not(:first-child),
[class*='widget-container'] .tagcloud .input-group > .input-group-prepend:first-child > .tag-cloud-link:not(:first-child),
#single .single-content .description [class*='tag-cloud'] .input-group > .input-group-prepend:first-child > .tag-cloud-link:not(:first-child),
#single .single-content .tags p .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*=============================
// #2.11 Custom forms
=============================*/
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1rem;
    padding-left: 2rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #0f4c81;
    background-color: #0f4c81;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #060606;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #57a6eb;
    border-color: #57a6eb;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #6c6c6c solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0rem;
    left: -2rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #0f4c81;
    background-color: #0f4c81;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(15, 76, 129, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(15, 76, 129, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(15, 76, 129, 0.5);
}

.custom-switch {
    padding-left: 2.75rem;
}

.custom-switch .custom-control-label::before {
    left: -2.75rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0rem + 2px);
    left: calc(-2.75rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #6c6c6c;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(15, 76, 129, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0.834rem 2.05267rem 0.834rem 1.05267rem;
    font-size: 0.895rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.05267rem center/8px 10px;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #060606;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.custom-select:focus::-ms-value {
    color: #6c6c6c;
    background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.05267rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6c6c6c;
}

.custom-select-sm {
    height: auto;
    padding-top: 0.5004rem;
    padding-bottom: 0.5004rem;
    padding-left: 0.6316rem;
    font-size: 0.789rem;
}

.custom-select-lg {
    height: auto;
    padding-top: 1.251rem;
    padding-bottom: 1.251rem;
    padding-left: 1.579rem;
    font-size: 1rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #060606;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: auto;
    padding: 0.834rem 1.05267rem;
    font-weight: 400;
    line-height: 1.31;
    color: #6c6c6c;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.31em + 1.668rem);
    padding: 0.834rem 1.05267rem;
    line-height: 1.31;
    color: #6c6c6c;
    content: "Browse";
    background-color: transparent;
    border-left: inherit;
    border-radius: 0 0 0 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #ffffff, inherit;
    box-shadow: 0 0 0 1px #ffffff, inherit;
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, inherit;
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #ffffff, inherit;
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0f4c81;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #57a6eb;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0f4c81;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #57a6eb;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #0f4c81;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #57a6eb;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/*=============================
// #2.12 Card
=============================*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.579rem;
}

.card-title {
    margin-bottom: 1.579rem;
}

.card-subtitle {
    margin-top: -0.7895rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.579rem;
}

.card-header {
    padding: 1.579rem 1.579rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #eeeeee;
}

.card-header:first-child {
    border-radius: 0 0 0 0;
}

.card-footer {
    padding: 1.579rem 1.579rem;
    background-color: transparent;
    border-top: 1px solid #eeeeee;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.card-header-tabs {
    margin-right: -0.7895rem;
    margin-bottom: -1.579rem;
    margin-left: -0.7895rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.7895rem;
    margin-left: -0.7895rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.579rem;
    border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

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

    .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 1.579rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

/*=============================
// #2.13 Alert
=============================*/
.alert, .wpcf7-form [class*='response-output'] {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1.579rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-heading {
    color: inherit;
}

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

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1rem 1rem;
    color: inherit;
}

.alert-primary {
    color: #082843;
    background-color: #cfdbe6;
    border-color: #bccddc;
}

.alert-primary hr {
    border-top-color: #abc1d3;
}

.alert-primary .alert-link {
    color: #030d15;
}

.alert-secondary {
    color: #030303;
    background-color: #cdcdcd;
    border-color: #b9b9b9;
}

.alert-secondary hr {
    border-top-color: #acacac;
}

.alert-secondary .alert-link {
    color: black;
}

.alert-success, .wpcf7-form.sent [class*='response-output'] {
    color: #134308;
    background-color: #d3e6cf;
    border-color: #c2dcbc;
}

.alert-success hr, .wpcf7-form.sent [class*='response-output'] hr {
    border-top-color: #b3d3ab;
}

.alert-success .alert-link, .wpcf7-form.sent [class*='response-output'] .alert-link {
    color: #061503;
}

.alert-info {
    color: #083f43;
    background-color: #cfe4e6;
    border-color: #bcdadc;
}

.alert-info hr {
    border-top-color: #abd1d3;
}

.alert-info .alert-link {
    color: #031415;
}

.alert-warning {
    color: #434008;
    background-color: #e6e5cf;
    border-color: #dcdabc;
}

.alert-warning hr {
    border-top-color: #d3d1ab;
}

.alert-warning .alert-link {
    color: #151403;
}

.alert-danger, .wpcf7-form.invalid [class*='response-output'], .wpcf7-form.unaccepted [class*='response-output'], .wpcf7-form.spam [class*='response-output'], .wpcf7-form.failed [class*='response-output'], .wpcf7-form.aborted [class*='response-output'] {
    color: #430808;
    background-color: #e6cfcf;
    border-color: #dcbcbc;
}

.alert-danger hr, .wpcf7-form.invalid [class*='response-output'] hr, .wpcf7-form.unaccepted [class*='response-output'] hr, .wpcf7-form.spam [class*='response-output'] hr, .wpcf7-form.failed [class*='response-output'] hr, .wpcf7-form.aborted [class*='response-output'] hr {
    border-top-color: #d3abab;
}

.alert-danger .alert-link, .wpcf7-form.invalid [class*='response-output'] .alert-link, .wpcf7-form.unaccepted [class*='response-output'] .alert-link, .wpcf7-form.spam [class*='response-output'] .alert-link, .wpcf7-form.failed [class*='response-output'] .alert-link, .wpcf7-form.aborted [class*='response-output'] .alert-link {
    color: #150303;
}

.alert-light {
    color: #7c7c7c;
    background-color: #fcfcfc;
    border-color: #fafafa;
}

.alert-light hr {
    border-top-color: #ededed;
}

.alert-light .alert-link {
    color: #636363;
}

.alert-dark {
    color: #030303;
    background-color: #cdcdcd;
    border-color: #b9b9b9;
}

.alert-dark hr {
    border-top-color: #acacac;
}

.alert-dark .alert-link {
    color: black;
}

/*=============================
// #2.14 List group
=============================*/
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #6c6c6c;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.579rem 1.579rem;
    background-color: transparent;
    border: 1px solid #dbdbdb;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #082843;
    background-color: #bccddc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #082843;
    background-color: #abc1d3;
}

.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #082843;
    border-color: #082843;
}

.list-group-item-secondary {
    color: #030303;
    background-color: #b9b9b9;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #030303;
    background-color: #acacac;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #030303;
    border-color: #030303;
}

.list-group-item-success {
    color: #134308;
    background-color: #c2dcbc;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #134308;
    background-color: #b3d3ab;
}

.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #134308;
    border-color: #134308;
}

.list-group-item-info {
    color: #083f43;
    background-color: #bcdadc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #083f43;
    background-color: #abd1d3;
}

.list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #083f43;
    border-color: #083f43;
}

.list-group-item-warning {
    color: #434008;
    background-color: #dcdabc;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #434008;
    background-color: #d3d1ab;
}

.list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #434008;
    border-color: #434008;
}

.list-group-item-danger {
    color: #430808;
    background-color: #dcbcbc;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #430808;
    background-color: #d3abab;
}

.list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #430808;
    border-color: #430808;
}

.list-group-item-light {
    color: #7c7c7c;
    background-color: #fafafa;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7c7c7c;
    background-color: #ededed;
}

.list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #7c7c7c;
    border-color: #7c7c7c;
}

.list-group-item-dark {
    color: #030303;
    background-color: #b9b9b9;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #030303;
    background-color: #acacac;
}

.list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #030303;
    border-color: #030303;
}

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

.close:hover {
    color: #060606;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

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

a.close.disabled {
    pointer-events: none;
}

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

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

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

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 3.052rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.052rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.052rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 3.052rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -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;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #ffffff;
    pointer-events: auto;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #060606;
}

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

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

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.263rem 0 2.263rem 0;
    border-bottom: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.526rem 0;
}

.modal-footer {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.526rem 0-0;
    border-top: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-footer > * {
    margin: 0;
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

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

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/*=============================
// #2.17 Utilities
=============================*/
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #0f4c81 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0a3153 !important;
}

.bg-secondary {
    background-color: #060606 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: black !important;
}

.bg-success {
    background-color: #25810f !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #18530a !important;
}

.bg-info {
    background-color: #0f7a81 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #0a4f53 !important;
}

.bg-warning {
    background-color: #817b0f !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #534f0a !important;
}

.bg-danger {
    background-color: #810f0f !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #530a0a !important;
}

.bg-light {
    background-color: #eeeeee !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d5d5d5 !important;
}

.bg-dark {
    background-color: #060606 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: black !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dbdbdb !important;
}

.border-top {
    border-top: 1px solid #dbdbdb !important;
}

.border-right {
    border-right: 1px solid #dbdbdb !important;
}

.border-bottom {
    border-bottom: 1px solid #dbdbdb !important;
}

.border-left {
    border-left: 1px solid #dbdbdb !important;
}

.border-0, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"] {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0f4c81 !important;
}

.border-secondary {
    border-color: #060606 !important;
}

.border-success {
    border-color: #25810f !important;
}

.border-info {
    border-color: #0f7a81 !important;
}

.border-warning {
    border-color: #817b0f !important;
}

.border-danger {
    border-color: #810f0f !important;
}

.border-light {
    border-color: #eeeeee !important;
}

.border-dark {
    border-color: #060606 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.rounded-sm {
    border-radius: 0.3rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.2rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex, .star-raiting, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item, .clients .clients-items, .clients .clients-items .clients-item, .process, .signature, .icon-list .icon-list-items, .icon-list .icon-list-items .icon-list-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-16by10::before {
    padding-top: 62.5%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column, .modal .modal-dialog .modal-content [class*='menu-'] .nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end, #header nav.menu-primary ul.nav {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between, [class*='-element'].justify-content-between > [class*='r-container'] > [class*='-row'], .clients .clients-items, .icon-list .icon-list-items {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item, .clients .clients-items, .signature, .icon-list .icon-list-items {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start, .icon-list .icon-list-items .icon-list-item {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center, .star-raiting [class*='fa-'], .process .process-content {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"] {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
  .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
  .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
  .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
  .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
  .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
  .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
  .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
  .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
  .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
  .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
  .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
  .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
  .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
  .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
  .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
  .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
  .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
  .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
  .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
  .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
  .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
  .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
  .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
  .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
  .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
  .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
  .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
  .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
  .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
  .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
  .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
  .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
  .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
  .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
  .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
  .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
  .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
  .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
  .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
  .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
  .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
  .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
  .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
  .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
  .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
  .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
  .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
  .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
  .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
  .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
  .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
  .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
  .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
  .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
  .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
  .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
  .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
  .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
  .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
  .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
  .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
  .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
  .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
  .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
  .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
  .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
  .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
  .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
  .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
  .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
  .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
  .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
  .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
  .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
  .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
  .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
  .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
  .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
  .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
  .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
  .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
  .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
  .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
  .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
  .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
  .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
  .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
  .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
  .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
  .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
  .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
  .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
  .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
  .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
  .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
  .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
  .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
  .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
  .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
  .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
  .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
  .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
  .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
  .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
  .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
  .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
  .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
  .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
  .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
  .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
  .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
  .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
  .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
  .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
  .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
  .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
  .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
  .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
  .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
  .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
  .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
  .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
  .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
  .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
  .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
  .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
  .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
  .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
  .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
  .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
  .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
  .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
  .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
  .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
  .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
  .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
  .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
  .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
  .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
  .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
  .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
  .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
  .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
  .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
  .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
  .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
  .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
  .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
  .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
  .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
  .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
  .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
  .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
  .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
  .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
  .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
  .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
  .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
  .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
  .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
  .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
  .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
  .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
  .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
  .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
  .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
  .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
  .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
  .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
  .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
  .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
  .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
  .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
  .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
  .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
  .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
  .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
  .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
  .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
  .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
  .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
  .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
  .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
  .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
  .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
  .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
  .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
  .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
  .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
  .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
  .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
  .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
  .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
  .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
  .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
  .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
  .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
  .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
  .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
  .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
  .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
  .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
  .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
  .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
  .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
  .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
  .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
  .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
  .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
  .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
  .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
  .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
  .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
  .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
  .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
  .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
  .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
  .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
  .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
  .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
  .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
  .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
  .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
  .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
  .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
  .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
  .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
  .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
  .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
  .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
  .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
  .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
  .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
  .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
  .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
  .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
  .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
  .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
  .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
  .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
  .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
  .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
  .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
  .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
  .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
  .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
  .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
  .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
  .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
  .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
  .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
  .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
  .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
  .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
  .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
  .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
  .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
  .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
  .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
  .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
  .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
  .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
  .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
  .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
  .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
  .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
  .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
  .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
  .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
  .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
  .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
  .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
  .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
  .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
  .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
  .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
  .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
  .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
  .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
  .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
  .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
  .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
  .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
  .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
  .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
  .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
  .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
  .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #ffffff !important;
}

.text-primary {
    color: #0f4c81 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #07243c !important;
}

.text-secondary, .accordion .btn-link [class*='fa-'], .accordion [class*='-block-search'] [class*='-block-search__button'] [class*='fa-'], [class*='-block-search'] .accordion [class*='-block-search__button'] [class*='fa-'], .accordion [class*='-password-form'] input[type="submit"] [class*='fa-'], [class*='-password-form'] .accordion input[type="submit"] [class*='fa-'] {
    color: #060606 !important;
}

a.text-secondary:hover, .accordion .btn-link a:hover[class*='fa-'], .accordion [class*='-block-search'] [class*='-block-search__button'] a:hover[class*='fa-'], [class*='-block-search'] .accordion [class*='-block-search__button'] a:hover[class*='fa-'], .accordion [class*='-password-form'] input[type="submit"] a:hover[class*='fa-'], [class*='-password-form'] .accordion input[type="submit"] a:hover[class*='fa-'], a.text-secondary:focus, .accordion .btn-link a:focus[class*='fa-'], .accordion [class*='-block-search'] [class*='-block-search__button'] a:focus[class*='fa-'], [class*='-block-search'] .accordion [class*='-block-search__button'] a:focus[class*='fa-'], .accordion [class*='-password-form'] input[type="submit"] a:focus[class*='fa-'], [class*='-password-form'] .accordion input[type="submit"] a:focus[class*='fa-'] {
    color: black !important;
}

.text-success {
    color: #25810f !important;
}

a.text-success:hover, a.text-success:focus {
    color: #113c07 !important;
}

.text-info {
    color: #0f7a81 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #07393c !important;
}

.text-warning {
    color: #817b0f !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #3c3a07 !important;
}

.text-danger {
    color: #810f0f !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #3c0707 !important;
}

.text-light {
    color: #eeeeee !important;
}

a.text-light:hover, a.text-light:focus {
    color: #c8c8c8 !important;
}

.text-dark {
    color: #060606 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: black !important;
}

.text-body {
    color: #6c6c6c !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*=============================
// #2.18 Pagination
=============================*/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.632rem 0.953rem;
    margin-left: 0;
    line-height: 1.25;
    color: #060606;
    background-color: #f8f8f8;
    border: 0 solid transparent;
}

.page-link:hover {
    z-index: 2;
    color: #0f4c81;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: transparent;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.page-item.disabled .page-link {
    color: rgba(6, 6, 6, 0.5);
    pointer-events: none;
    cursor: auto;
    background-color: #f8f8f8;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

/*=============================
// #2.19 Type
=============================*/
h1, h2, h3, h4, h5, h6,
.h1,
h1.card-title, .h2, h2.card-title, .h3, h3.card-title, .h4, h4.card-title, .h5, h5.card-title, .h6, h6.card-title {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1,
h1.card-title {
    font-size: 2.474rem;
}

h2, .h2, h2.card-title {
    font-size: 2.053rem;
}

h3, .h3, h3.card-title {
    font-size: 1.737rem;
}

h4, .h4, h4.card-title {
    font-size: 1.421rem;
}

h5, .h5, h5.card-title {
    font-size: 1.211rem;
}

h6, .h6, h6.card-title {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #dbdbdb;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

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

.list-unstyled, .nav, .widget-area .widget.widget_recent_comments ul, [class*='widget-container'] .widget.widget_recent_comments ul, .widget-area .widget.widget_rss ul, .footer-widget-area .widget.widget_rss ul, [class*='widget-container'] .widget.widget_rss ul {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

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

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

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

/*=============================
// #2.20 Nav
=============================*/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

.nav-link.disabled {
    color: rgba(6, 6, 6, 0.5);
    pointer-events: none;
    cursor: default;
}

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

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

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

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: rgba(6, 6, 6, 0.5);
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #0f4c81;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}

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

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #0f4c81;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

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

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

/*=============================
// #2.21 Tables
=============================*/
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6c6c6c;
}

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

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dbdbdb;
}

.table tbody + tbody {
    border-top: 2px solid #dbdbdb;
}

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

.table-bordered {
    border: 1px solid #dbdbdb;
}

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

.table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #82a2bd;
}

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #7e7e7e;
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8ebd82;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #82babd;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #bdba82;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #bd8282;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #f6f6f6;
}

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #7e7e7e;
}

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

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

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

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

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

.table .thead-dark th {
    color: #ffffff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dbdbdb;
}

.table-dark {
    color: #ffffff;
    background-color: #343a40;
}

.table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

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

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

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

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

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

/*=============================
// #2.22 Badge
=============================*/
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge, [class*='-block-search'] [class*='-block-search__button'] .badge, [class*='-password-form'] input[type="submit"] .badge, .widget-area .tagcloud .tag-cloud-link .badge, [class*='widget-container'] .tagcloud .tag-cloud-link .badge, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link .badge, #single .single-content .tags p a .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #ffffff;
    background-color: #0f4c81;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #0a3153;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 76, 129, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(15, 76, 129, 0.5);
}

.badge-secondary {
    color: #ffffff;
    background-color: #060606;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #ffffff;
    background-color: black;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(6, 6, 6, 0.5);
}

.badge-success {
    color: #ffffff;
    background-color: #25810f;
}

a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #18530a;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(37, 129, 15, 0.5);
}

.badge-info {
    color: #ffffff;
    background-color: #0f7a81;
}

a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #0a4f53;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 122, 129, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(15, 122, 129, 0.5);
}

.badge-warning {
    color: #ffffff;
    background-color: #817b0f;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #ffffff;
    background-color: #534f0a;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 123, 15, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(129, 123, 15, 0.5);
}

.badge-danger {
    color: #ffffff;
    background-color: #810f0f;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #530a0a;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(129, 15, 15, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #eeeeee;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d5d5d5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.badge-dark {
    color: #ffffff;
    background-color: #060606;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: black;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(6, 6, 6, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(6, 6, 6, 0.5);
}

/*=============================
// #2.23 Media
=============================*/
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*=================================================
// #3 Theme default style
=================================================*/
html {
    -webkit-overflow-scrolling: touch;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    scroll-behavior: smooth;
}

@media (max-width: 1700px) {
    html {
        font-size: 17.5px;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

body {
    background-color: #f8f8f8;
    font-size: 19px;
    min-width: 320px;
}

@media (max-width: 1700px) {
    body {
        font-size: 17.5px;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

::-moz-selection {
    background: #0f4c81;
    color: #ffffff;
}

::selection {
    background: #0f4c81;
    color: #ffffff;
}

.wrapper, #swipebox-container,
[class*='-section'] [class*='section-boxed'] > [class*='-container'] {
    max-width: 1700px;
    margin: auto;
    padding-left: 2.632rem;
    padding-right: 2.632rem;
}

@media (max-width: 1700px) {
    .wrapper, #swipebox-container,
    [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        padding-left: 2.632rem;
        padding-right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    .wrapper, #swipebox-container,
    [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

@media (max-width: 575px) {
    .wrapper, #swipebox-container,
    [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

@media (max-width: 767px) {
    #main .wrapper, #main #swipebox-container,
  #main [class*='-section'] [class*='section-boxed'] > [class*='-container'] {
        max-width: 450px;
    }

    #main .wrapper-normal .wrapper, #main .wrapper-normal #swipebox-container,
  #main .wrapper-normal [class*='-section'] [class*='section-boxed'] > [class*='-container'],
  #main .wrapper-normal[class*='-section'][class*='section-boxed'] > [class*='-container'] {
        max-width: 1700px;
    }
}

/*=============================
// #3.1 Font
=============================*/
@font-face {
    font-family: 'Poppins-Regular';
  src: url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.eot");
  src: url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Regular/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-Bold';
  src: url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.eot");
  src: url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Bold/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

/*=============================
// Font size
=============================*/
.font-size-sm {
    font-size: 0.789rem;
}

.font-size-df {
    font-size: 0.895rem;
}

.font-size-lg {
    font-size: 1rem;
}

/*=================================================
// #4 Theme content
=================================================*/
/*=============================
// #4.1 Typography
=============================*/
/*=============================
// Headings
=============================*/
h1,
.h1,
h1.card-title, h2, .h2, h2.card-title, h3, .h3, h3.card-title, h4, .h4, h4.card-title, h5, .h5, h5.card-title, h6, .h6, h6.card-title {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    line-height: 1.31;
}

h1:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h1:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h1.card-title:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h2:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h2:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h2.card-title:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h3:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h3:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h3.card-title:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h4:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h4:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h4.card-title:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h5:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h5:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h5.card-title:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h6:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), .h6:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']), h6.card-title:not([class*='-title']):not([class*='__title']):not([class*='-heading']):not([class*='__heading']):not([class*='-header']):not([class*='-t-head']) {
    color: #060606;
}

h1:before, .h1:before, h1.card-title:before, h2:before, .h2:before, h2.card-title:before, h3:before, .h3:before, h3.card-title:before, h4:before, .h4:before, h4.card-title:before, h5:before, .h5:before, h5.card-title:before, h6:before, .h6:before, h6.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.31) * 0.5em);
}

h1:last-child, .h1:last-child, h1.card-title:last-child, h2:last-child, .h2:last-child, h2.card-title:last-child, h3:last-child, .h3:last-child, h3.card-title:last-child, h4:last-child, .h4:last-child, h4.card-title:last-child, h5:last-child, .h5:last-child, h5.card-title:last-child, h6:last-child, .h6:last-child, h6.card-title:last-child {
    margin-bottom: 0;
}

h1:last-child:after, .h1:last-child:after, h1.card-title:last-child:after, h2:last-child:after, .h2:last-child:after, h2.card-title:last-child:after, h3:last-child:after, .h3:last-child:after, h3.card-title:last-child:after, h4:last-child:after, .h4:last-child:after, h4.card-title:last-child:after, h5:last-child:after, .h5:last-child:after, h5.card-title:last-child:after, h6:last-child:after, .h6:last-child:after, h6.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.31) * 0.5em);
}

h1.after:after, h1.modal-title:after, .card h1.card-header:after, .h1.after:after, .h1.modal-title:after, h1.modal-title.card-title:after, .card .h1.card-header:after, .card h1.card-header.card-title:after, h1.after.card-title:after, h2.after:after, h2.modal-title:after, .card h2.card-header:after, .h2.after:after, .h2.modal-title:after, h2.modal-title.card-title:after, .card .h2.card-header:after, .card h2.card-header.card-title:after, h2.after.card-title:after, h3.after:after, h3.modal-title:after, .card h3.card-header:after, .h3.after:after, .h3.modal-title:after, h3.modal-title.card-title:after, .card .h3.card-header:after, .card h3.card-header.card-title:after, h3.after.card-title:after, h4.after:after, h4.modal-title:after, .card h4.card-header:after, .h4.after:after, .h4.modal-title:after, h4.modal-title.card-title:after, .card .h4.card-header:after, .card h4.card-header.card-title:after, h4.after.card-title:after, h5.after:after, h5.modal-title:after, .card h5.card-header:after, .h5.after:after, .h5.modal-title:after, h5.modal-title.card-title:after, .card .h5.card-header:after, .card h5.card-header.card-title:after, h5.after.card-title:after, h6.after:after, h6.modal-title:after, .card h6.card-header:after, .h6.after:after, .h6.modal-title:after, h6.modal-title.card-title:after, .card .h6.card-header:after, .card h6.card-header.card-title:after, h6.after.card-title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.31) * 0.5em);
}

h1 a, .h1 a, h1.card-title a, h2 a, .h2 a, h2.card-title a, h3 a, .h3 a, h3.card-title a, h4 a, .h4 a, h4.card-title a, h5 a, .h5 a, h5.card-title a, h6 a, .h6 a, h6.card-title a {
    color: #060606;
}

h1,
.h1,
h1.card-title {
    margin-bottom: 0.688rem;
    line-height: 1.47;
}

h1:before, .h1:before, h1.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.47) * 0.5em);
}

h1:last-child, .h1:last-child, h1.card-title:last-child {
    margin-bottom: 0;
}

h1:last-child:after, .h1:last-child:after, h1.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.47) * 0.5em);
}

h1.after:after, h1.modal-title:after, .card h1.card-header:after, .h1.after:after, .h1.modal-title:after, h1.modal-title.card-title:after, .card .h1.card-header:after, .card h1.card-header.card-title:after, h1.after.card-title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.47) * 0.5em);
}

h1.large, .h1.large, h1.large.card-title {
    font-size: 4rem;
    margin-bottom: 0.526rem;
    line-height: 1.22;
}

h1.large:before, .h1.large:before, h1.large.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.22) * 0.5em);
}

h1.large:last-child, .h1.large:last-child, h1.large.card-title:last-child {
    margin-bottom: 0;
}

h1.large:last-child:after, .h1.large:last-child:after, h1.large.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.22) * 0.5em);
}

@media (max-width: 1700px) {
    h1.large, .h1.large, h1.large.card-title {
        font-size: 4.4705vw;
    }
}

@media (max-width: 886px) {
    h1.large, .h1.large, h1.large.card-title {
        font-size: 2.474rem;
    }
}

h2, .h2, h2.card-title {
    margin-bottom: 0.871rem;
    line-height: 1.44;
}

h2:before, .h2:before, h2.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.44) * 0.5em);
}

h2:last-child, .h2:last-child, h2.card-title:last-child {
    margin-bottom: 0;
}

h2:last-child:after, .h2:last-child:after, h2.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.44) * 0.5em);
}

h2.after:after, h2.modal-title:after, .card h2.card-header:after, .h2.after:after, .h2.modal-title:after, h2.modal-title.card-title:after, .card .h2.card-header:after, .card h2.card-header.card-title:after, h2.after.card-title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.44) * 0.5em);
}

h3, .h3, h3.card-title {
    margin-bottom: 0.971rem;
    line-height: 1.45;
}

h3:before, .h3:before, h3.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.45) * 0.5em);
}

h3:last-child, .h3:last-child, h3.card-title:last-child {
    margin-bottom: 0;
}

h3:last-child:after, .h3:last-child:after, h3.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.45) * 0.5em);
}

h3.after:after, h3.modal-title:after, .card h3.card-header:after, .h3.after:after, .h3.modal-title:after, h3.modal-title.card-title:after, .card .h3.card-header:after, .card h3.card-header.card-title:after, h3.after.card-title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.45) * 0.5em);
}

h4, .h4, h4.card-title {
    margin-bottom: 1.06rem;
    line-height: 1.48;
}

h4:before, .h4:before, h4.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.48) * 0.5em);
}

h4:last-child, .h4:last-child, h4.card-title:last-child {
    margin-bottom: 0;
}

h4:last-child:after, .h4:last-child:after, h4.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.48) * 0.5em);
}

h4.after:after, h4.modal-title:after, .card h4.card-header:after, .h4.after:after, .h4.modal-title:after, h4.modal-title.card-title:after, .card .h4.card-header:after, .card h4.card-header.card-title:after, h4.after.card-title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.48) * 0.5em);
}

h5, .h5, h5.card-title {
    margin-bottom: 1.113rem;
    line-height: 1.52;
}

h5:before, .h5:before, h5.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.52) * 0.5em);
}

h5:last-child, .h5:last-child, h5.card-title:last-child {
    margin-bottom: 0;
}

h5:last-child:after, .h5:last-child:after, h5.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.52) * 0.5em);
}

h5.after:after, h5.modal-title:after, .card h5.card-header:after, .h5.after:after, .h5.modal-title:after, h5.modal-title.card-title:after, .card .h5.card-header:after, .card h5.card-header.card-title:after, h5.after.card-title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.52) * 0.5em);
}

h6, .h6, h6.card-title {
    margin-bottom: 1.139rem;
    line-height: 1.63;
}

h6:before, .h6:before, h6.card-title:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.63) * 0.5em);
}

h6:last-child, .h6:last-child, h6.card-title:last-child {
    margin-bottom: 0;
}

h6:last-child:after, .h6:last-child:after, h6.card-title:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.63) * 0.5em);
}

h6.after:after, h6.modal-title:after, .card h6.card-header:after, .h6.after:after, .h6.modal-title:after, h6.modal-title.card-title:after, .card .h6.card-header:after, .card h6.card-header.card-title:after, h6.after.card-title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.63) * 0.5em);
}

/*=============================
// Paragraph
=============================*/
p {
    line-height: 1.79;
    font-size: 1rem;
    margin-bottom: 0;
}

p:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

p:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1.79) * 0.5em);
}

p:last-child[class*="bg-"]:after {
    display: none;
}

p.before:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

p.after:after, p.modal-title:after, .card p.card-header:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1.79) * 0.5em);
}

p.no-before:before {
    display: none !important;
}

p.no-after:after {
    display: none !important;
}

p.p-small {
    font-size: 0.789rem;
}

p.p-large {
    font-size: 1.2rem;
}

span.s-small {
    font-size: 0.789rem;
}

span.s-large {
    font-size: 1.2rem;
}

i.i-small {
    font-size: 0.789rem;
}

i.i-large {
    font-size: 1.2rem;
}

i.i-large-2 {
    font-size: 3.33rem;
}

.small, small {
    line-height: 1.79;
}

.small:before, small:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

.small:last-child:after, small:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.79) * 0.5em);
}

strong, b {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.site-main p {
    margin-bottom: 1.009rem;
}

.site-main p:last-child {
    margin-bottom: 0;
}

/*=============================
// Blockquote
=============================*/
blockquote, .blockquote {
    border-left: 2px solid #060606;
    color: #060606;
    padding-left: 1.474rem;
    line-height: 1.68;
    margin-bottom: 1.579rem;
}

blockquote:last-child, .blockquote:last-child {
    margin-bottom: 0;
}

blockquote p, .blockquote p {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

blockquote p:after, blockquote p:before, .blockquote p:after, .blockquote p:before {
    display: none;
}

blockquote p:last-child, .blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p:last-child:after, .blockquote p:last-child:after {
    display: none;
}

/*=============================
// Lists
=============================*/
ul {
    list-style: none;
    margin-left: 1.3rem;
    padding: 0;
}

ul li {
    line-height: 1.79;
    margin-bottom: 1.009rem;
}

ul li:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

ul li:last-child {
    margin-bottom: 0;
}

ul li:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1.79) * 0.5em);
}

ul li:before {
    content: "\2022";
    color: #0f4c81;
    width: 1rem;
    margin-left: -1.3rem;
}

ul ol, ul ul {
    margin-top: 1.009rem;
}

ol {
    margin-left: 0.94rem;
    padding: 0;
}

ol li {
    line-height: 1.79;
    margin-bottom: 1.009rem;
}

ol li:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

ol li:last-child {
    margin-bottom: 0;
}

ol li:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1.79) * 0.5em);
}

ol li ul > li:before {
    content: "\2022";
}

ol li ol > li:before {
    content: "";
}

ol li strong, ol li p {
    line-height: 1.79;
}

ol li p {
    margin-top: 1.009rem;
    margin-bottom: 1.009rem;
}

ol li p:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

ol li p:first-child {
    margin-top: 0;
}

ol li p:last-child {
    margin-bottom: 0;
}

ol li p:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1.79) * 0.5em);
}

ol ol, ol ul {
    margin-top: 1.009rem;
}

.list-unstyled, .nav, .widget-area .widget.widget_recent_comments ul, [class*='widget-container'] .widget.widget_recent_comments ul, .widget-area .widget.widget_rss ul, .footer-widget-area .widget.widget_rss ul, [class*='widget-container'] .widget.widget_rss ul {
    margin-left: 0;
}

.list-unstyled li:after, .nav li:after, .widget-area .widget.widget_recent_comments ul li:after, [class*='widget-container'] .widget.widget_recent_comments ul li:after, .widget-area .widget.widget_rss ul li:after, .footer-widget-area .widget.widget_rss ul li:after, [class*='widget-container'] .widget.widget_rss ul li:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1.79) * 0.5em);
}

.list-unstyled li:before, .nav li:before, .widget-area .widget.widget_recent_comments ul li:before, [class*='widget-container'] .widget.widget_recent_comments ul li:before, .widget-area .widget.widget_rss ul li:before, .footer-widget-area .widget.widget_rss ul li:before, [class*='widget-container'] .widget.widget_rss ul li:before {
    content: "";
}

.list-inline {
    margin-left: 0;
}

.list-inline .list-inline-item {
    margin-bottom: 0 !important;
}

.list-inline .list-inline-item:before {
    content: "";
}

address, dl, ol, ul, pre {
    margin-bottom: 1.579rem;
}

address:last-child, dl:last-child, ol:last-child, ul:last-child, pre:last-child {
    margin-bottom: 0;
}

address, dl {
    line-height: 1.79;
}

address:before, dl:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

address:last-child:after, dl:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1.79) * 0.5em);
}

pre {
    line-height: 1.79;
}

/*=============================
// Emphasis
=============================*/
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0 0.2em;
}

/*=============================
// Text format
=============================*/
.regular {
    font-family: "Poppins-Regular", sans-serif !important;
    font-weight: 400 !important;
}

.bold, .dropdown-toggle, .dropdown-submenu > .dropdown-item, #back-to-top a span {
    font-family: "Poppins-Bold", sans-serif !important;
    font-weight: 700 !important;
}

/*=============================
// Text color
=============================*/
.text-secondary, .accordion .btn-link [class*='fa-'], .accordion [class*='-block-search'] [class*='-block-search__button'] [class*='fa-'], [class*='-block-search'] .accordion [class*='-block-search__button'] [class*='fa-'], .accordion [class*='-password-form'] input[type="submit"] [class*='fa-'], [class*='-password-form'] .accordion input[type="submit"] [class*='fa-'] {
    color: #060606 !important;
}

a.text-secondary:hover, .accordion .btn-link a:hover[class*='fa-'], .accordion [class*='-block-search'] [class*='-block-search__button'] a:hover[class*='fa-'], [class*='-block-search'] .accordion [class*='-block-search__button'] a:hover[class*='fa-'], .accordion [class*='-password-form'] input[type="submit"] a:hover[class*='fa-'], [class*='-password-form'] .accordion input[type="submit"] a:hover[class*='fa-'] {
    color: #0f4c81 !important;
}

/*=============================
// Hr
=============================*/
hr {
    margin-top: 0;
    margin-bottom: 1.579rem;
}

hr:last-child {
    margin-bottom: 0;
}

/*=============================
// Pullquote
=============================*/
[class*="pullquote"] {
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 1.579rem 0;
}

[class*="pullquote"] .blockquote, [class*="pullquote"] blockquote {
    font-style: normal;
    border: 0;
    padding-left: 0;
}

[class*="pullquote"] .blockquote cite, [class*="pullquote"] blockquote cite {
    font-style: normal;
}

/*=============================
// Caption
=============================*/
caption {
    font-size: 0.895rem;
    padding-top: 0.7895rem;
    padding-bottom: 0;
    line-height: 1.79;
}

caption:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

caption:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.79) * 0.5em);
}

/*=============================
// Figcaption
=============================*/
figure:last-child {
    margin-bottom: 0;
}

figure figcaption {
    font-size: 0.789rem;
    text-align: center;
    margin-top: 0.7895rem !important;
    margin-bottom: 0 !important;
    line-height: 1.79;
}

figure figcaption:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

figure figcaption:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.79) * 0.5em);
}

/*=============================
// #4.2 Image
=============================*/
.img.object-fit {
    position: relative;
}

.img.object-fit:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.img.object-fit .object-fit-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    outline: none;
}

.img.object-fit .object-fit-cover img, .img.object-fit .object-fit-cover svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
}

.img.object-fit .object-fit-cover figure {
    width: 100%;
    height: 100%;
}

.img.object-fit .img-bg-color {
    content: '';
    background-color: #0f4c81;
    opacity: 0.25;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img.object-fit.size-1:before {
    padding-top: 52%;
}

.img.object-fit.size-2:before {
    padding-top: 64%;
}

.img.object-fit.size-3:before {
    padding-top: 76%;
}

.img.object-fit.size-4:before {
    padding-top: 88%;
}

.img.object-fit.size-5:before {
    padding-top: 112%;
}

.img .object-content {
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 2.632rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 300px;
    margin-left: 2.632rem;
    padding-top: 2.632rem;
    padding-bottom: 2.632rem;
}

.img .object-content .items .item {
    margin-bottom: 2.368rem;
}

.img .object-content .items .item:last-child {
    margin-bottom: 0;
}

.img .object-content .items .item h1, .img .object-content .items .item h2, .img .object-content .items .item h3, .img .object-content .items .item h4, .img .object-content .items .item h5, .img .object-content .items .item h6, .img .object-content .items .item p, .img .object-content .items .item a {
    color: inherit;
}

/*=============================
// Image size
=============================*/
.img-size-1 .img.object-fit {
    min-height: 400px;
}

.img-size-1 .img.object-fit:before {
    padding-top: 50%;
}

.img-size-2 .img.object-fit:before {
    padding-top: 33.77%;
}

.img-blur {
    filter: blur(9px);
    -webkit-filter: blur(9px);
}

.figure-img {
    margin-bottom: 0;
}

/*=============================
// #4.3 Icon
=============================*/
.fas.fas-space-l, .fas-space-l#swipebox-prev, .fas-space-l#swipebox-next, .fas-space-l#swipebox-close {
    padding-left: 0.526rem;
}

.fas.fas-space-r, .fas-space-r#swipebox-prev, .fas-space-r#swipebox-next, .fas-space-r#swipebox-close {
    padding-right: 0.526rem;
}

.search-form .search .fas.fa-search, .search-form .search .fa-search#swipebox-prev, .search-form .search .fa-search#swipebox-next, .search-form .search .fa-search#swipebox-close {
    font-size: 0.947rem;
}

.menu-toggle .fas.fa-bars, .menu-toggle .fa-bars#swipebox-prev, .menu-toggle .fa-bars#swipebox-next, .menu-toggle .fa-bars#swipebox-close {
    height: 0.684rem;
    overflow: hidden;
}

/*=============================
// Star raiting
=============================*/
.star-raiting {
    color: #f8bc1c;
}

.star-raiting [class*='fa-'] {
    margin-left: 0.263rem;
    font-size: 0.608rem;
}

.star-raiting [class*='fa-']:first-child {
    margin-left: 0;
}

/*=============================
// Scroll
=============================*/
.scroll-animation {
    position: relative;
    z-index: 10;
}

.scroll-animation > * {
    position: relative;
    -webkit-animation: adv-bounce 1s infinite linear;
    animation: adv-bounce 1s infinite linear;
}

@-webkit-keyframes adv-bounce {
    0% {
        top: 0;
    }

    50% {
        top: -30px;
    }

    70% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes adv-bounce {
    0% {
        top: 0;
    }

    50% {
        top: -30px;
    }

    70% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

/*=============================
// Close
=============================*/
.close {
    opacity: 1;
}

.close > span:not(.adveits-i):before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.55 - 1) * 0.5em);
}

.close > span:not(.adveits-i):after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.55 - 1) * 0.5em);
}

.close:hover {
    color: #0f4c81;
}

.close:hover .adveits-i.adv-close span {
    background-color: #0f4c81;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

/*=============================
// Malex icons
=============================*/
@font-face {
    font-family: 'ency';
  src: url("../fonts/Ency/ency.eot?54403804");
  src: url("../fonts/Ency/ency.eot?54403804#iefix") format("embedded-opentype"), url("../fonts/Ency/ency.svg?54403804#ency") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'ency';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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dAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+AQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwAFZW1haWwIbG9jYXRpb24FcGhvbmUIc3RyYXRlZ3kKYmlub2N1bGFycwlicmllZmNhc2UIY2FsZW5kYXILY2VydGlmaWNhdGUHY2hhcnQtMQdjaGFydC0yB2NoYXJ0LTMHY2hhcnQtNAdjaGFydC01BWNoYXJ0CmNoZWNrLWxpc3QFY2hlc3MGY2hvaWNlC2NvbXBldGl0aW9uA2N1cAdkaWFtb25kCGRvY3VtZW50BGV4YW0KZXhjaGFuZ2luZwlob3VyZ2xhc3MEaWRlYQNsYXcMbWFuYWdlbWVudC0xDG1hbmFnZW1lbnQtMgptYW5hZ2VtZW50CW1lZ2FwaG9uZQdtaXNzaW9uB25ldHdvcmsFbm90ZXMJcGllLWNoYXJ0BHBsYW4IcGxhbm5pbmcGcHV6emxlB3B5cmFtaWQIc2VhcmNoLTEGc2VhcmNoCHNldHRpbmdzB3N0YXJ0dXAMc3RhdGlzdGljcy0xCnN0YXRpc3RpY3MOc3RlZXJpbmctd2hlZWwJc3RvcHdhdGNoCnN0cmF0ZWd5LTEGdGFyZ2V0CHRlYW13b3JrA3RpZQp3b3JrZmxvdy0xCHdvcmtmbG93BndyZW5jaAphcnJvdy1kb3duCmFycm93LWxlZnQLYXJyb3ctcmlnaHQIYXJyb3ctdXAPYXJyb3ctbG9uZy1kb3duD2Fycm93LWxvbmctbGVmdBBsb25nLWFycm93LXJpZ2h0DWxvbmctYXJyb3ctdXAAAAAAAAABAAH//wAPAAAAAAAAAAAAAAAAAAAAAAAYABgAGAAYA1n/XwNZ/1+wACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZa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") format("truetype");
}

[class^="malex-icon-"]:before, [class*=" malex-icon-"]:before {
    font-family: "ency";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.malex-icon-email:before {
    content: '\e80f';
}

.malex-icon-location:before {
    content: '\e810';
}

.malex-icon-phone:before {
    content: '\e811';
}

.malex-icon-strategy:before {
    content: '\e812';
}

.malex-icon-binoculars:before {
    content: '\e813';
}

.malex-icon-briefcase:before {
    content: '\e814';
}

.malex-icon-calendar:before {
    content: '\e815';
}

.malex-icon-certificate:before {
    content: '\e816';
}

.malex-icon-chart-1:before {
    content: '\e817';
}

.malex-icon-chart-2:before {
    content: '\e818';
}

.malex-icon-chart-3:before {
    content: '\e819';
}

.malex-icon-chart-4:before {
    content: '\e81a';
}

.malex-icon-chart-5:before {
    content: '\e81b';
}

.malex-icon-chart:before {
    content: '\e81c';
}

.malex-icon-check-list:before {
    content: '\e81d';
}

.malex-icon-chess:before {
    content: '\e81e';
}

.malex-icon-choice:before {
    content: '\e81f';
}

.malex-icon-competition:before {
    content: '\e820';
}

.malex-icon-cup:before {
    content: '\e821';
}

.malex-icon-diamond:before {
    content: '\e822';
}

.malex-icon-document:before {
    content: '\e823';
}

.malex-icon-exam:before {
    content: '\e824';
}

.malex-icon-exchanging:before {
    content: '\e825';
}

.malex-icon-hourglass:before {
    content: '\e826';
}

.malex-icon-idea:before {
    content: '\e827';
}

.malex-icon-law:before {
    content: '\e828';
}

.malex-icon-management-1:before {
    content: '\e829';
}

.malex-icon-management-2:before {
    content: '\e82a';
}

.malex-icon-management:before {
    content: '\e82b';
}

.malex-icon-megaphone:before {
    content: '\e82c';
}

.malex-icon-mission:before {
    content: '\e82d';
}

.malex-icon-network:before {
    content: '\e82e';
}

.malex-icon-notes:before {
    content: '\e82f';
}

.malex-icon-pie-chart:before {
    content: '\e830';
}

.malex-icon-plan:before {
    content: '\e831';
}

.malex-icon-planning:before {
    content: '\e832';
}

.malex-icon-puzzle:before {
    content: '\e833';
}

.malex-icon-pyramid:before {
    content: '\e834';
}

.malex-icon-search-1:before {
    content: '\e835';
}

.malex-icon-search:before {
    content: '\e836';
}

.malex-icon-settings:before {
    content: '\e837';
}

.malex-icon-startup:before {
    content: '\e838';
}

.malex-icon-statistics-1:before {
    content: '\e839';
}

.malex-icon-statistics:before {
    content: '\e83a';
}

.malex-icon-steering-wheel:before {
    content: '\e83b';
}

.malex-icon-stopwatch:before {
    content: '\e83c';
}

.malex-icon-strategy-1:before {
    content: '\e83d';
}

.malex-icon-target:before {
    content: '\e83e';
}

.malex-icon-teamwork:before {
    content: '\e83f';
}

.malex-icon-tie:before {
    content: '\e840';
}

.malex-icon-workflow-1:before {
    content: '\e841';
}

.malex-icon-workflow:before {
    content: '\e842';
}

.malex-icon-wrench:before {
    content: '\e843';
}

.malex-icon-arrow-down:before {
    content: '\e844';
}

.malex-icon-arrow-left:before {
    content: '\e845';
}

.malex-icon-arrow-right:before {
    content: '\e846';
}

.malex-icon-arrow-up:before {
    content: '\e847';
}

.malex-icon-long-arrow-down:before {
    content: '\e848';
}

.malex-icon-long-arrow-left:before {
    content: '\e849';
}

.malex-icon-long-arrow-right:before {
    content: '\e84a';
}

.malex-icon-long-arrow-up:before {
    content: '\e84b';
}

/*=============================
// #4.4 Tables
=============================*/
table th {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

table:not(.table-dark) th {
    color: #060606;
}

table th, table td {
    border: 1px solid #dbdbdb;
    padding: 0.8rem 1rem;
}

[class*="calendar"] th {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

[class*="calendar"]:not(.table-dark) th {
    color: #060606;
}

[class*="calendar"] th, [class*="calendar"] td {
    border: 1px solid #dbdbdb !important;
    padding: 0.8rem 0 !important;
    text-align: center;
}

[class*="calendar"] tfoot a {
    color: #060606;
    text-decoration: none;
}

[class*="calendar"] tfoot a:hover {
    color: #0f4c81;
}

[class*="calendar"] a {
    text-decoration: none;
    font-weight: 700;
}

/*=================================================
// #5 Theme utilities
=================================================*/
/*=============================
// #5.1 Background
=============================*/
.bg-fixed {
    background-attachment: fixed;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark a, .bg-dark p, .bg-dark [class*='widget-text-editor'] {
    color: #ffffff;
}

.bg-gray {
    background-color: #eeeeee;
}

.bg-gray-light {
    background-color: #f8f8f8;
}

.bg-gray-dark {
    background-color: #828282;
}

.bg-white {
    background-color: #ffffff;
}

.bg-white.before-block {
    position: relative;
}

.bg-white.before-block:before {
    content: '';
    position: absolute;
    top: -10.526rem;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
}

.bg-white-before {
    position: relative;
}

.bg-white-before:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-blue {
    background-color: #0f4c81;
}

.bg-indigo {
    background-color: #460f81;
}

.bg-purple {
    background-color: #6f0f81;
}

.bg-pink {
    background-color: #810f63;
}

.bg-red {
    background-color: #810f0f;
}

.bg-orange {
    background-color: #81390f;
}

.bg-yellow {
    background-color: #817b0f;
}

.bg-green {
    background-color: #25810f;
}

.bg-teal {
    background-color: #0f8166;
}

.bg-cyan {
    background-color: #0f7a81;
}

/*=============================
// Background full width
=============================*/
.bg-white-full-width {
    position: relative;
    background: #ffffff;
}

.bg-white-full-width:before, .bg-white-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #ffffff;
}

@media (max-width: 991px) {
    .bg-white-full-width:before, .bg-white-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-white-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-white-full-width:after {
        right: -1.59515rem;
    }
}

.bg-gray-full-width {
    position: relative;
    background: #eeeeee;
}

.bg-gray-full-width:before, .bg-gray-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #eeeeee;
}

@media (max-width: 991px) {
    .bg-gray-full-width:before, .bg-gray-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-gray-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-gray-full-width:after {
        right: -1.59515rem;
    }
}

.bg-gray-light-full-width {
    position: relative;
    background: #f8f8f8;
}

.bg-gray-light-full-width:before, .bg-gray-light-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #f8f8f8;
}

@media (max-width: 991px) {
    .bg-gray-light-full-width:before, .bg-gray-light-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-gray-light-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-gray-light-full-width:after {
        right: -1.59515rem;
    }
}

.bg-gray-dark-full-width {
    position: relative;
    background: #828282;
}

.bg-gray-dark-full-width:before, .bg-gray-dark-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #828282;
}

@media (max-width: 991px) {
    .bg-gray-dark-full-width:before, .bg-gray-dark-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-gray-dark-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-gray-dark-full-width:after {
        right: -1.59515rem;
    }
}

.bg-light-full-width {
    position: relative;
    background: #eeeeee;
}

.bg-light-full-width:before, .bg-light-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #eeeeee;
}

@media (max-width: 991px) {
    .bg-light-full-width:before, .bg-light-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-light-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-light-full-width:after {
        right: -1.59515rem;
    }
}

.bg-dark-full-width {
    position: relative;
    background: #060606;
}

.bg-dark-full-width:before, .bg-dark-full-width:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50vw - 50%);
    left: calc(-50vw + 50%);
    background: #060606;
}

@media (max-width: 991px) {
    .bg-dark-full-width:before, .bg-dark-full-width:after {
        width: 1.59515rem;
        left: -1.59515rem;
    }
}

.bg-dark-full-width:after {
    left: auto;
    right: calc(-50vw + 50%);
}

@media (max-width: 991px) {
    .bg-dark-full-width:after {
        right: -1.59515rem;
    }
}

/*=============================
// #5.2 Spacing
=============================*/
.spacer.m-top-xl {
    margin-top: 8.421rem !important;
}

.spacer.m-top-xl-2 {
    margin-top: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-xl-media-xxxl {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-xl-media-xxl {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-xl-media-xl {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-xl-media-lg {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-xl-media-md {
        margin-top: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-xl-media-sm {
        margin-top: 8.421rem !important;
    }
}

.spacer.m-top-lg {
    margin-top: 3.158rem !important;
}

.spacer.m-top-lg-2 {
    margin-top: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-lg-media-xxxl {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-lg-media-xxl {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-lg-media-xl {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-lg-media-lg {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-lg-media-md {
        margin-top: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-lg-media-sm {
        margin-top: 3.158rem !important;
    }
}

.spacer.m-top-md {
    margin-top: 2.632rem !important;
}

.spacer.m-top-md-2 {
    margin-top: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-md-media-xxxl {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-md-media-xxl {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-md-media-xl {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-md-media-lg {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-md-media-md {
        margin-top: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-md-media-sm {
        margin-top: 2.632rem !important;
    }
}

.spacer.m-top-sm {
    margin-top: 2.368rem !important;
}

.spacer.m-top-sm-2 {
    margin-top: 1.184rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-sm-media-xxxl {
        margin-top: 2.368rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-sm-media-xxl {
        margin-top: 2.368rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-sm-media-xl {
        margin-top: 2.368rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-sm-media-lg {
        margin-top: 2.368rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-sm-media-md {
        margin-top: 2.368rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-sm-media-sm {
        margin-top: 2.368rem !important;
    }
}

.spacer.m-top-xs {
    margin-top: 1.579rem !important;
}

.spacer.m-top-xs-2 {
    margin-top: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-top-xs-media-xxxl {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-top-xs-media-xxl {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-top-xs-media-xl {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-top-xs-media-lg {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-top-xs-media-md {
        margin-top: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-top-xs-media-sm {
        margin-top: 1.579rem !important;
    }
}

.spacer.m-bottom-xl {
    margin-bottom: 8.421rem !important;
}

.spacer.m-bottom-xl-2 {
    margin-bottom: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xl-media-xxxl {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xl-media-xxl {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-xl-media-xl {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-xl-media-lg {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-xl-media-md {
        margin-bottom: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-xl-media-sm {
        margin-bottom: 8.421rem !important;
    }
}

.spacer.m-bottom-lg {
    margin-bottom: 3.158rem !important;
}

.spacer.m-bottom-lg-2 {
    margin-bottom: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-lg-media-xxxl {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-lg-media-xxl {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-lg-media-xl {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-lg-media-lg {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-lg-media-md {
        margin-bottom: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-lg-media-sm {
        margin-bottom: 3.158rem !important;
    }
}

.spacer.m-bottom-md {
    margin-bottom: 2.632rem !important;
}

.spacer.m-bottom-md-2 {
    margin-bottom: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-md-media-xxxl {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-md-media-xxl {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-md-media-xl {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-md-media-lg {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-md-media-md {
        margin-bottom: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-md-media-sm {
        margin-bottom: 2.632rem !important;
    }
}

.spacer.m-bottom-sm {
    margin-bottom: 2.368rem !important;
}

.spacer.m-bottom-sm-2 {
    margin-bottom: 1.184rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-sm-media-xxxl {
        margin-bottom: 2.368rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-sm-media-xxl {
        margin-bottom: 2.368rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-sm-media-xl {
        margin-bottom: 2.368rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-sm-media-lg {
        margin-bottom: 2.368rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-sm-media-md {
        margin-bottom: 2.368rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-sm-media-sm {
        margin-bottom: 2.368rem !important;
    }
}

.spacer.m-bottom-xs {
    margin-bottom: 1.579rem !important;
}

.spacer.m-bottom-xs-2 {
    margin-bottom: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xs-media-xxxl {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.m-bottom-xs-media-xxl {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.m-bottom-xs-media-xl {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.m-bottom-xs-media-lg {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.m-bottom-xs-media-md {
        margin-bottom: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.m-bottom-xs-media-sm {
        margin-bottom: 1.579rem !important;
    }
}

.spacer.m-left-xl {
    margin-left: 8.421rem !important;
}

.spacer.m-left-xl-2 {
    margin-left: 4.2105rem !important;
}

.spacer.m-left-lg {
    margin-left: 3.158rem !important;
}

.spacer.m-left-lg-2 {
    margin-left: 1.579rem !important;
}

.spacer.m-left-md {
    margin-left: 2.632rem !important;
}

.spacer.m-left-md-2 {
    margin-left: 1.316rem !important;
}

.spacer.m-left-sm {
    margin-left: 2.368rem !important;
}

.spacer.m-left-sm-2 {
    margin-left: 1.184rem !important;
}

.spacer.m-left-xs {
    margin-left: 1.579rem !important;
}

.spacer.m-left-xs-2 {
    margin-left: 0.7895rem !important;
}

.spacer.m-right-xl {
    margin-right: 8.421rem !important;
}

.spacer.m-right-xl-2 {
    margin-right: 4.2105rem !important;
}

.spacer.m-right-lg {
    margin-right: 3.158rem !important;
}

.spacer.m-right-lg-2 {
    margin-right: 1.579rem !important;
}

.spacer.m-right-md {
    margin-right: 2.632rem !important;
}

.spacer.m-right-md-2 {
    margin-right: 1.316rem !important;
}

.spacer.m-right-sm {
    margin-right: 2.368rem !important;
}

.spacer.m-right-sm-2 {
    margin-right: 1.184rem !important;
}

.spacer.m-right-xs {
    margin-right: 1.579rem !important;
}

.spacer.m-right-xs-2 {
    margin-right: 0.7895rem !important;
}

.spacer.p-top-xl {
    padding-top: 8.421rem !important;
}

.spacer.p-top-xl-2 {
    padding-top: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-xl-media-xxxl {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-xl-media-xxl {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-xl-media-xl {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-xl-media-lg {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-xl-media-md {
        padding-top: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-xl-media-sm {
        padding-top: 8.421rem !important;
    }
}

.spacer.p-top-lg {
    padding-top: 3.158rem !important;
}

.spacer.p-top-lg-2 {
    padding-top: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-lg-media-xxxl {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-lg-media-xxl {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-lg-media-xl {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-lg-media-lg {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-lg-media-md {
        padding-top: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-lg-media-sm {
        padding-top: 3.158rem !important;
    }
}

.spacer.p-top-md {
    padding-top: 2.632rem !important;
}

.spacer.p-top-md-2 {
    padding-top: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-md-media-xxxl {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-md-media-xxl {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-md-media-xl {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-md-media-lg {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-md-media-md {
        padding-top: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-md-media-sm {
        padding-top: 2.632rem !important;
    }
}

.spacer.p-top-sm {
    padding-top: 2.368rem !important;
}

.spacer.p-top-sm-2 {
    padding-top: 1.184rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-sm-media-xxxl {
        padding-top: 2.368rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-sm-media-xxl {
        padding-top: 2.368rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-sm-media-xl {
        padding-top: 2.368rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-sm-media-lg {
        padding-top: 2.368rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-sm-media-md {
        padding-top: 2.368rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-sm-media-sm {
        padding-top: 2.368rem !important;
    }
}

.spacer.p-top-xs {
    padding-top: 1.579rem !important;
}

.spacer.p-top-xs-2 {
    padding-top: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-top-xs-media-xxxl {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-top-xs-media-xxl {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-top-xs-media-xl {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-top-xs-media-lg {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-top-xs-media-md {
        padding-top: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-top-xs-media-sm {
        padding-top: 1.579rem !important;
    }
}

.spacer.p-bottom-xl {
    padding-bottom: 8.421rem !important;
}

.spacer.p-bottom-xl-2 {
    padding-bottom: 4.2105rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xl-media-xxxl {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xl-media-xxl {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-xl-media-xl {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-xl-media-lg {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-xl-media-md {
        padding-bottom: 8.421rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-xl-media-sm {
        padding-bottom: 8.421rem !important;
    }
}

.spacer.p-bottom-lg {
    padding-bottom: 3.158rem !important;
}

.spacer.p-bottom-lg-2 {
    padding-bottom: 1.579rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-lg-media-xxxl {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-lg-media-xxl {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-lg-media-xl {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-lg-media-lg {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-lg-media-md {
        padding-bottom: 3.158rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-lg-media-sm {
        padding-bottom: 3.158rem !important;
    }
}

.spacer.p-bottom-md {
    padding-bottom: 2.632rem !important;
}

.spacer.p-bottom-md-2 {
    padding-bottom: 1.316rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-md-media-xxxl {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-md-media-xxl {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-md-media-xl {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-md-media-lg {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-md-media-md {
        padding-bottom: 2.632rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-md-media-sm {
        padding-bottom: 2.632rem !important;
    }
}

.spacer.p-bottom-sm {
    padding-bottom: 2.368rem !important;
}

.spacer.p-bottom-sm-2 {
    padding-bottom: 1.184rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-sm-media-xxxl {
        padding-bottom: 2.368rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-sm-media-xxl {
        padding-bottom: 2.368rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-sm-media-xl {
        padding-bottom: 2.368rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-sm-media-lg {
        padding-bottom: 2.368rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-sm-media-md {
        padding-bottom: 2.368rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-sm-media-sm {
        padding-bottom: 2.368rem !important;
    }
}

.spacer.p-bottom-xs {
    padding-bottom: 1.579rem !important;
}

.spacer.p-bottom-xs-2 {
    padding-bottom: 0.7895rem !important;
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xs-media-xxxl {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 1700px) {
    .spacer.p-bottom-xs-media-xxl {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 1199px) {
    .spacer.p-bottom-xs-media-xl {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 991px) {
    .spacer.p-bottom-xs-media-lg {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 767px) {
    .spacer.p-bottom-xs-media-md {
        padding-bottom: 1.579rem !important;
    }
}

@media (max-width: 575px) {
    .spacer.p-bottom-xs-media-sm {
        padding-bottom: 1.579rem !important;
    }
}

.spacer.p-left-xl {
    padding-left: 8.421rem !important;
}

.spacer.p-left-xl-2 {
    padding-left: 4.2105rem !important;
}

.spacer.p-left-lg {
    padding-left: 3.158rem !important;
}

.spacer.p-left-lg-2 {
    padding-left: 1.579rem !important;
}

.spacer.p-left-md {
    padding-left: 2.632rem !important;
}

.spacer.p-left-md-2 {
    padding-left: 1.316rem !important;
}

.spacer.p-left-sm {
    padding-left: 2.368rem !important;
}

.spacer.p-left-sm-2 {
    padding-left: 1.184rem !important;
}

.spacer.p-left-sm-4 {
    padding-left: 0.592rem !important;
}

.spacer.p-left-xs {
    padding-left: 1.579rem !important;
}

.spacer.p-left-xs-2 {
    padding-left: 0.7895rem !important;
}

.spacer.p-right-xl {
    padding-right: 8.421rem !important;
}

.spacer.p-right-xl-2 {
    padding-right: 4.2105rem !important;
}

.spacer.p-right-lg {
    padding-right: 3.158rem !important;
}

.spacer.p-right-lg-2 {
    padding-right: 1.579rem !important;
}

.spacer.p-right-md {
    padding-right: 2.632rem !important;
}

.spacer.p-right-md-2 {
    padding-right: 1.316rem !important;
}

.spacer.p-right-sm {
    padding-right: 2.368rem !important;
}

.spacer.p-right-sm-2 {
    padding-right: 1.184rem !important;
}

.spacer.p-right-sm-4 {
    padding-right: 0.592rem !important;
}

.spacer.p-right-xs {
    padding-right: 1.579rem !important;
}

.spacer.p-right-xs-2 {
    padding-right: 0.7895rem !important;
}

.no-space, .star-raiting, .form-group {
    font-size: 0;
    line-height: 0;
}

.padding-xl {
    padding: 8.421rem;
}

.padding-xl-2 {
    padding: 4.2105rem;
}

.padding-lg {
    padding: 3.158rem;
}

.padding-lg-2 {
    padding: 1.579rem;
}

.padding-md {
    padding: 2.632rem;
}

.padding-md-2 {
    padding: 1.316rem;
}

.padding-sm {
    padding: 2.368rem;
}

.padding-sm-2 {
    padding: 1.184rem;
}

.padding-xs {
    padding: 1.579rem;
}

.padding-xs-2 {
    padding: 0.7895rem;
}

/*=============================
// #5.3 Sizing
=============================*/
.min-w-100 {
    min-width: 100% !important;
}

.min-w-auto, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    min-width: auto !important;
}

/*=============================
// #5.4 Iframe
=============================*/
iframe {
    width: 100%;
}

.embed {
    position: relative;
}

.embed .embed-image-overlay {
    overflow: hidden;
}

.embed .embed-image-overlay .embed-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.embed .embed-image-overlay .embed-center .embed-play {
    position: relative;
    margin: auto;
    width: 6.105rem;
    height: 6.105rem;
    border-radius: 50%;
    color: #060606;
    background-color: #ffffff;
    cursor: pointer;
}

@media (max-width: 575px) {
    .embed .embed-image-overlay .embed-center .embed-play {
        width: 4.070rem;
        height: 4.070rem;
    }
}

.embed .embed-image-overlay .embed-center .embed-play [class*='fa-'] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.embed .embed-image-overlay .embed-center .embed-play:before {
    content: '';
    border: 0.526rem solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    width: 7.158rem;
    height: 7.158rem;
    position: absolute;
    top: -0.526rem;
    left: -0.526rem;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

@media (max-width: 575px) {
    .embed .embed-image-overlay .embed-center .embed-play:before {
        border: 0.35rem solid rgba(255, 255, 255, 0.11);
        width: 4.772rem;
        height: 4.772rem;
        top: -0.350rem;
        left: -0.350rem;
    }
}

.embed .embed-image-overlay .embed-image {
    width: 100%;
    height: 100%;
    top: 0;
}

.embed .embed-image-overlay .embed-image .img {
    max-height: 800px;
    min-height: 800px;
}

@media (max-width: 1700px) {
    .embed .embed-image-overlay .embed-image .img {
        min-height: 400px;
    }
}

.embed .embed-image-overlay .img.object-fit:before {
    padding-top: 50%;
}

.embed .embed-image-overlay .embed-bg {
    background-color: transparent;
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

.embed .embed-image-overlay .embed-click {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}

.embed .embed-image-overlay .embed-click:hover .embed-center .embed-play, .embed .embed-image-overlay .embed-click:focus .embed-center .embed-play {
    background-color: #ffffff;
    color: #0f4c81;
}

/*=============================
// #5.5 Colors
=============================*/
/*=============================
// Text white
=============================*/
.text-white {
    color: #ffffff;
}

.text-white [class*='widget-text-editor'] {
    color: #ffffff;
}

.text-white h1:not(.btn), .text-white h2:not(.btn), .text-white h3:not(.btn), .text-white h4:not(.btn), .text-white h5:not(.btn), .text-white h6:not(.btn), .text-white p:not(.btn), .text-white blockquote:not(.btn), .text-white pre:not(.btn), .text-white a:not(.btn), .text-white abbr:not(.btn), .text-white address:not(.btn), .text-white cit:not(.btn), .text-white code:not(.btn),
  .text-white del:not(.btn), .text-white dfn:not(.btn), .text-white em:not(.btn), .text-white ins:not(.btn), .text-white q:not(.btn), .text-white samp:not(.btn), .text-white small:not(.btn), .text-white strong:not(.btn), .text-white sub:not(.btn), .text-white sup:not(.btn), .text-white b:not(.btn), .text-white i:not(.btn), .text-white hr:not(.btn), .text-white dl:not(.btn), .text-white dt:not(.btn), .text-white dd:not(.btn),
  .text-white ol:not(.btn), .text-white ul:not(.btn), .text-white li:not(.btn), .text-white fieldset:not(.btn), .text-white legend:not(.btn), .text-white label:not(.btn), .text-white span:not(.btn), .text-white caption:not(.btn), .text-white figcaption:not(.btn), .text-white details:not(.btn), .text-white hgroup:not(.btn), .text-white summary:not(.btn), .text-white mark:not(.btn), .text-white audio:not(.btn), .text-white video:not(.btn) {
    color: inherit !important;
}

.text-white a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.5;
}

.text-white .btn.btn-link, .text-white [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .text-white [class*='-block-search__button'], .text-white [class*='-password-form'] input[type="submit"], [class*='-password-form'] .text-white input[type="submit"], .text-white .widget-area .tagcloud .btn-link.tag-cloud-link, .widget-area .tagcloud .text-white .btn-link.tag-cloud-link, .text-white [class*='widget-container'] .tagcloud .btn-link.tag-cloud-link, [class*='widget-container'] .tagcloud .text-white .btn-link.tag-cloud-link, .text-white #single .single-content .description [class*='tag-cloud'] .btn-link.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .text-white .btn-link.tag-cloud-link, .text-white #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .text-white .tag-cloud-link[class*='-block-search__button'], .text-white [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .text-white .tag-cloud-link[class*='-block-search__button'], .text-white #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link[type="submit"], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] .text-white input.tag-cloud-link[type="submit"], .text-white [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] .text-white input.tag-cloud-link[type="submit"], .text-white #single .single-content .tags p a.btn-link, #single .single-content .tags p .text-white a.btn-link, .text-white #single .single-content .tags p [class*='-block-search'] a[class*='-block-search__button'], #single .single-content .tags p [class*='-block-search'] .text-white a[class*='-block-search__button'], .text-white [class*='-block-search'] #single .single-content .tags p a[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p .text-white a[class*='-block-search__button'] {
    color: #ffffff;
}

.text-white .blockquote, .text-white blockquote {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/*=============================
// Text tertiary
=============================*/
.text-tertiary {
    color: #ffffff;
}

.text-tertiary [class*='widget-text-editor'] {
    color: #ffffff;
}

.text-tertiary h1:not(.btn), .text-tertiary h2:not(.btn), .text-tertiary h3:not(.btn), .text-tertiary h4:not(.btn), .text-tertiary h5:not(.btn), .text-tertiary h6:not(.btn), .text-tertiary p:not(.btn), .text-tertiary blockquote:not(.btn), .text-tertiary pre:not(.btn), .text-tertiary a:not(.btn), .text-tertiary abbr:not(.btn), .text-tertiary address:not(.btn), .text-tertiary cit:not(.btn), .text-tertiary code:not(.btn),
  .text-tertiary del:not(.btn), .text-tertiary dfn:not(.btn), .text-tertiary em:not(.btn), .text-tertiary ins:not(.btn), .text-tertiary q:not(.btn), .text-tertiary samp:not(.btn), .text-tertiary small:not(.btn), .text-tertiary strong:not(.btn), .text-tertiary sub:not(.btn), .text-tertiary sup:not(.btn), .text-tertiary b:not(.btn), .text-tertiary i:not(.btn), .text-tertiary hr:not(.btn), .text-tertiary dl:not(.btn), .text-tertiary dt:not(.btn), .text-tertiary dd:not(.btn),
  .text-tertiary ol:not(.btn), .text-tertiary ul:not(.btn), .text-tertiary li:not(.btn), .text-tertiary fieldset:not(.btn), .text-tertiary legend:not(.btn), .text-tertiary label:not(.btn), .text-tertiary span:not(.btn), .text-tertiary caption:not(.btn), .text-tertiary figcaption:not(.btn), .text-tertiary details:not(.btn), .text-tertiary hgroup:not(.btn), .text-tertiary summary:not(.btn), .text-tertiary mark:not(.btn), .text-tertiary audio:not(.btn), .text-tertiary video:not(.btn) {
    color: inherit !important;
}

.text-tertiary a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.5;
}

/*=============================
// Block cover
=============================*/
[class*='-block-cover'] p:not(.has-text-color) {
    color: #ffffff;
}

[class*='-block-cover'] p:not(.has-text-color) a {
    color: #ffffff;
}

[class*='-block-cover'] p:not(.has-text-color) a:hover {
    opacity: 0.8;
}

/*=============================
// #5.6 Flex
=============================*/
/*=============================
// #5.7 Overflow
=============================*/
.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-x: hidden;
}

/*=================================================
// #6 Theme layout
=================================================*/
/*=============================
// #6.1 Grid
=============================*/
/*=============================
// Grid gutter
=============================*/
.row.gutter-width-xl {
    margin-left: -4.2105rem;
    margin-right: -4.2105rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xl {
        margin-left: -2.807rem;
        margin-right: -2.807rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xl {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-xl > .col,
  .row.gutter-width-xl > [class*='col-'] {
    padding-left: 4.2105rem;
    padding-right: 4.2105rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xl > .col,
      .row.gutter-width-xl > [class*='col-'] {
        padding-left: 2.807rem;
        padding-right: 2.807rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xl > .col,
      .row.gutter-width-xl > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-lg {
    margin-left: -1.579rem;
    margin-right: -1.579rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-lg {
        margin-left: -1.05267rem;
        margin-right: -1.05267rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-lg {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-lg > .col,
  .row.gutter-width-lg > [class*='col-'] {
    padding-left: 1.579rem;
    padding-right: 1.579rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-lg > .col,
      .row.gutter-width-lg > [class*='col-'] {
        padding-left: 1.05267rem;
        padding-right: 1.05267rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-lg > .col,
      .row.gutter-width-lg > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-md {
    margin-left: -1.316rem;
    margin-right: -1.316rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-md {
        margin-left: -0.79758rem;
        margin-right: -0.79758rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-md {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-md > .col,
  .row.gutter-width-md > [class*='col-'] {
    padding-left: 1.316rem;
    padding-right: 1.316rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-md > .col,
      .row.gutter-width-md > [class*='col-'] {
        padding-left: 0.79758rem;
        padding-right: 0.79758rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-md > .col,
      .row.gutter-width-md > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-sm {
    margin-left: -1.184rem;
    margin-right: -1.184rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-sm {
        margin-left: -0.71758rem;
        margin-right: -0.71758rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-sm {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-sm > .col,
  .row.gutter-width-sm > [class*='col-'] {
    padding-left: 1.184rem;
    padding-right: 1.184rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-sm > .col,
      .row.gutter-width-sm > [class*='col-'] {
        padding-left: 0.71758rem;
        padding-right: 0.71758rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-sm > .col,
      .row.gutter-width-sm > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-width-xs {
    margin-left: -0.7895rem;
    margin-right: -0.7895rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xs {
        margin-left: -0.47848rem;
        margin-right: -0.47848rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xs {
        margin-left: 0;
        margin-right: 0;
    }
}

.row.gutter-width-xs > .col,
  .row.gutter-width-xs > [class*='col-'] {
    padding-left: 0.7895rem;
    padding-right: 0.7895rem;
}

@media (max-width: 1199px) {
    .row.gutter-width-xs > .col,
      .row.gutter-width-xs > [class*='col-'] {
        padding-left: 0.47848rem;
        padding-right: 0.47848rem;
    }
}

@media (max-width: 575px) {
    .row.gutter-width-xs > .col,
      .row.gutter-width-xs > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xl {
    margin-bottom: -8.421rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xl {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xl > .col,
  .row[class*='gutter-width-'].with-pb-xl > [class*='col-'] {
    padding-bottom: 8.421rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xl > .col:last-child,
      .row[class*='gutter-width-'].with-pb-xl > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-lg {
    margin-bottom: -3.158rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-lg {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-lg > .col,
  .row[class*='gutter-width-'].with-pb-lg > [class*='col-'] {
    padding-bottom: 3.158rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-lg > .col:last-child,
      .row[class*='gutter-width-'].with-pb-lg > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-md {
    margin-bottom: -2.632rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-md {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-md > .col,
  .row[class*='gutter-width-'].with-pb-md > [class*='col-'] {
    padding-bottom: 2.632rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-md > .col:last-child,
      .row[class*='gutter-width-'].with-pb-md > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-sm {
    margin-bottom: -2.368rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-sm {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-sm > .col,
  .row[class*='gutter-width-'].with-pb-sm > [class*='col-'] {
    padding-bottom: 2.368rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-sm > .col:last-child,
      .row[class*='gutter-width-'].with-pb-sm > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xs {
    margin-bottom: -1.579rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xs {
        margin-bottom: 0;
    }
}

.row[class*='gutter-width-'].with-pb-xs > .col,
  .row[class*='gutter-width-'].with-pb-xs > [class*='col-'] {
    padding-bottom: 1.579rem;
}

@media (max-width: 575px) {
    .row[class*='gutter-width-'].with-pb-xs > .col:last-child,
      .row[class*='gutter-width-'].with-pb-xs > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'] > [class*='r-container'] > [class*='-row'] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[class*='-element'].no-gutters > [class*='r-container'] {
    margin-right: 0;
    margin-left: 0;
}

[class*='-element'].no-gutters > [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].no-gutters > [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

[class*='-element'].gutter-width-xl [class*='r-container'] {
    margin-left: -4.2105rem;
    margin-right: -4.2105rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] {
        margin-left: -2.807rem;
        margin-right: -2.807rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 4.2105rem;
    padding-right: 4.2105rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 2.807rem;
        padding-right: 2.807rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-lg [class*='r-container'] {
    margin-left: -1.579rem;
    margin-right: -1.579rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] {
        margin-left: -1.05267rem;
        margin-right: -1.05267rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 1.579rem;
    padding-right: 1.579rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 1.05267rem;
        padding-right: 1.05267rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-md [class*='r-container'] {
    margin-left: -1.316rem;
    margin-right: -1.316rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-md [class*='r-container'] {
        margin-left: -0.79758rem;
        margin-right: -0.79758rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-md [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 1.316rem;
    padding-right: 1.316rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0.79758rem;
        padding-right: 0.79758rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-sm [class*='r-container'] {
    margin-left: -1.184rem;
    margin-right: -1.184rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] {
        margin-left: -0.71758rem;
        margin-right: -0.71758rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 1.184rem;
    padding-right: 1.184rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0.71758rem;
        padding-right: 0.71758rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'].gutter-width-xs [class*='r-container'] {
    margin-left: -0.7895rem;
    margin-right: -0.7895rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] {
        margin-left: -0.47848rem;
        margin-right: -0.47848rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] {
        margin-left: 0;
        margin-right: 0;
    }
}

[class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-left: 0.7895rem;
    padding-right: 0.7895rem;
}

@media (max-width: 1199px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0.47848rem;
        padding-right: 0.47848rem;
    }
}

@media (max-width: 575px) {
    [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > .col,
      [class*='-element'].gutter-width-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
        padding-left: 0;
        padding-right: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] {
    margin-bottom: -8.421rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 8.421rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-xl [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] {
    margin-bottom: -3.158rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 3.158rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-lg [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] {
    margin-bottom: -2.632rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 2.632rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-md [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] {
    margin-bottom: -2.368rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 2.368rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-sm [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] {
    margin-bottom: -1.579rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] {
        margin-bottom: 0;
    }
}

[class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > .col,
  [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > [class*='col-'] {
    padding-bottom: 1.579rem;
}

@media (max-width: 575px) {
    [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > .col:last-child,
      [class*='-element'][class*='gutter-width-'].with-pb-xs [class*='r-container'] > [class*='-row'] > [class*='col-']:last-child {
        padding-bottom: 0;
    }
}

/*=================================================
// #7 Theme components
=================================================*/
/*=============================
// #7.1 Link
=============================*/
a {
    color: #060606;
}

a:hover {
    color: #0f4c81;
    text-decoration: none;
}

a.a-small {
    font-size: 0.789rem;
}

a.a-large {
    font-size: 1.2rem;
}

/*=============================
// #7.2 Button
=============================*/
.btn, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    min-width: 11.053rem;
}

.btn.btn-sm, .btn-group-sm > .btn, [class*='-block-search'] .btn-group-sm > [class*='-block-search__button'], [class*='-password-form'] .btn-group-sm > input[type="submit"], [class*='-block-search'] .btn-sm[class*='-block-search__button'], [class*='-password-form'] input.btn-sm[type="submit"], .widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .tags p a {
    min-width: 6.158rem;
}

.btn.btn-lg, .btn-group-lg > .btn, [class*='-block-search'] .btn-group-lg > [class*='-block-search__button'], [class*='-password-form'] .btn-group-lg > input[type="submit"], .widget-area .tagcloud .btn-group-lg > .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group-lg > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group-lg > .tag-cloud-link, #single .single-content .tags p .btn-group-lg > a, [class*='-block-search'] .btn-lg[class*='-block-search__button'], [class*='-password-form'] input.btn-lg[type="submit"], .widget-area .tagcloud .btn-lg.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-lg.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-lg.tag-cloud-link, #single .single-content .tags p a.btn-lg {
    min-width: 12.632rem;
}

.btn.before:before, [class*='-block-search'] .before[class*='-block-search__button']:before, [class*='-password-form'] input.before[type="submit"]:before, .widget-area .tagcloud .before.tag-cloud-link:before, [class*='widget-container'] .tagcloud .before.tag-cloud-link:before, #single .single-content .description [class*='tag-cloud'] .before.tag-cloud-link:before, #single .single-content .tags p a.before:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.23) * 0.5em);
}

.btn.after:after, .btn.modal-title:after, [class*='-block-search'] .modal-title[class*='-block-search__button']:after, [class*='-password-form'] input.modal-title[type="submit"]:after, .widget-area .tagcloud .modal-title.tag-cloud-link:after, [class*='widget-container'] .tagcloud .modal-title.tag-cloud-link:after, #single .single-content .description [class*='tag-cloud'] .modal-title.tag-cloud-link:after, #single .single-content .tags p a.modal-title:after, [class*='-block-search'] .after[class*='-block-search__button']:after, [class*='-block-search'] .card .card-header[class*='-block-search__button']:after, .card [class*='-block-search'] .card-header[class*='-block-search__button']:after, [class*='-password-form'] input.after[type="submit"]:after, [class*='-password-form'] .card input.card-header[type="submit"]:after, .card [class*='-password-form'] input.card-header[type="submit"]:after, .card .btn.card-header:after, .card .widget-area .tagcloud .card-header.tag-cloud-link:after, .widget-area .tagcloud .card .card-header.tag-cloud-link:after, .card [class*='widget-container'] .tagcloud .card-header.tag-cloud-link:after, [class*='widget-container'] .tagcloud .card .card-header.tag-cloud-link:after, .card #single .single-content .description [class*='tag-cloud'] .card-header.tag-cloud-link:after, #single .single-content .description [class*='tag-cloud'] .card .card-header.tag-cloud-link:after, .card #single .single-content .tags p a.card-header:after, #single .single-content .tags p .card a.card-header:after, .widget-area .tagcloud .after.tag-cloud-link:after, [class*='widget-container'] .tagcloud .after.tag-cloud-link:after, #single .single-content .description [class*='tag-cloud'] .after.tag-cloud-link:after, #single .single-content .tags p a.after:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.83 - 1.23) * 0.5em);
}

.btn.btn-regular, [class*='-block-search'] .btn-regular[class*='-block-search__button'], [class*='-password-form'] input.btn-regular[type="submit"], .widget-area .tagcloud .btn-regular.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-regular.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-regular.tag-cloud-link, #single .single-content .tags p a.btn-regular {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
}

.btn.btn-bold, [class*='-block-search'] .btn-bold[class*='-block-search__button'], [class*='-password-form'] input.btn-bold[type="submit"], .widget-area .tagcloud .btn-bold.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-bold.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-bold.tag-cloud-link, #single .single-content .tags p a.btn-bold {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.btn.btn-link, [class*='-block-search'] [class*='-block-search__button'], [class*='-password-form'] input[type="submit"], .widget-area .tagcloud .btn-link.tag-cloud-link, .widget-area .tagcloud [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] .widget-area .tagcloud .tag-cloud-link[class*='-block-search__button'], .widget-area .tagcloud [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] .widget-area .tagcloud input.tag-cloud-link[type="submit"], [class*='widget-container'] .tagcloud .btn-link.tag-cloud-link, [class*='widget-container'] .tagcloud [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] [class*='widget-container'] .tagcloud .tag-cloud-link[class*='-block-search__button'], [class*='widget-container'] .tagcloud [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] [class*='widget-container'] .tagcloud input.tag-cloud-link[type="submit"], #single .single-content .description [class*='tag-cloud'] .btn-link.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link[type="submit"], #single .single-content .tags p a.btn-link, #single .single-content .tags p [class*='-block-search'] a[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p a[class*='-block-search__button'] {
    color: #060606;
}

.btn.btn-link:hover, [class*='-block-search'] :hover[class*='-block-search__button'], [class*='-password-form'] input:hover[type="submit"], .widget-area .tagcloud .btn-link.tag-cloud-link:hover, [class*='widget-container'] .tagcloud .btn-link.tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .btn-link.tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .tag-cloud-link:hover[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.tag-cloud-link:hover[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.tag-cloud-link:hover[type="submit"], #single .single-content .tags p a.btn-link:hover, #single .single-content .tags p [class*='-block-search'] a:hover[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p a:hover[class*='-block-search__button'] {
    color: #0f4c81;
}

.btn.btn-link.link-no-space, [class*='-block-search'] .link-no-space[class*='-block-search__button'], [class*='-password-form'] input.link-no-space[type="submit"], .widget-area .tagcloud .btn-link.link-no-space.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-link.link-no-space.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-link.link-no-space.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] [class*='-block-search'] .link-no-space.tag-cloud-link[class*='-block-search__button'], [class*='-block-search'] #single .single-content .description [class*='tag-cloud'] .link-no-space.tag-cloud-link[class*='-block-search__button'], #single .single-content .description [class*='tag-cloud'] [class*='-password-form'] input.link-no-space.tag-cloud-link[type="submit"], [class*='-password-form'] #single .single-content .description [class*='tag-cloud'] input.link-no-space.tag-cloud-link[type="submit"], #single .single-content .tags p a.btn-link.link-no-space, #single .single-content .tags p [class*='-block-search'] a.link-no-space[class*='-block-search__button'], [class*='-block-search'] #single .single-content .tags p a.link-no-space[class*='-block-search__button'] {
    line-height: 0.85;
}

.btn.btn-round, [class*='-block-search'] .btn-round[class*='-block-search__button'], [class*='-password-form'] input.btn-round[type="submit"], .widget-area .tagcloud .btn-round.tag-cloud-link, [class*='widget-container'] .tagcloud .btn-round.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-round.tag-cloud-link, #single .single-content .tags p a.btn-round {
    position: relative;
    width: 3.421rem;
    height: 3.421rem;
    border-radius: 50%;
}

.btn.btn-round [class*='fa-'], [class*='-block-search'] .btn-round[class*='-block-search__button'] [class*='fa-'], [class*='-password-form'] input.btn-round[type="submit"] [class*='fa-'], .widget-area .tagcloud .btn-round.tag-cloud-link [class*='fa-'], [class*='widget-container'] .tagcloud .btn-round.tag-cloud-link [class*='fa-'], #single .single-content .description [class*='tag-cloud'] .btn-round.tag-cloud-link [class*='fa-'], #single .single-content .tags p a.btn-round [class*='fa-'] {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-outline-tertiary {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-tertiary:hover {
    background-color: #ffffff;
    color: #060606;
}

.btn.btn-hover-main-primary:hover, [class*='-block-search'] .btn-hover-main-primary:hover[class*='-block-search__button'], [class*='-password-form'] input.btn-hover-main-primary:hover[type="submit"], .widget-area .tagcloud .btn-hover-main-primary.tag-cloud-link:hover, [class*='widget-container'] .tagcloud .btn-hover-main-primary.tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .btn-hover-main-primary.tag-cloud-link:hover, #single .single-content .tags p a.btn-hover-main-primary:hover {
    background-color: transparent;
    border-color: #0f4c81;
    color: #0f4c81;
}

.btn.btn-hover-main-secondary:hover, [class*='-block-search'] .btn-hover-main-secondary:hover[class*='-block-search__button'], [class*='-password-form'] input.btn-hover-main-secondary:hover[type="submit"], .widget-area .tagcloud .tag-cloud-link:hover, [class*='widget-container'] .tagcloud .tag-cloud-link:hover, #single .single-content .description [class*='tag-cloud'] .tag-cloud-link:hover, #single .single-content .tags p a:hover {
    background-color: #ffffff;
    border-color: #060606;
    color: #060606;
}

.btn-icon {
    position: relative;
}

.btn-icon [class*='icon-'] {
    padding-right: 1.316rem;
}

.btn-icon .btn-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    text-align: left;
    width: 100%;
    white-space: nowrap;
}

.btn-icon-hover {
    position: relative;
}

.btn-icon-hover [class*='icon-'] {
    padding-right: 1.316rem;
}

.btn-icon-hover .btn-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-1.316rem, -50%);
    -ms-transform: translate(-1.316rem, -50%);
    transform: translate(-1.316rem, -50%);
    -webkit-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, z-index 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    text-align: left;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
    z-index: -1;
}

.btn-icon-hover:hover .btn-text {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    z-index: 1;
}

.btn-size, #swipebox-prev, #swipebox-next {
    font-size: 0.895rem;
}

.btn-sm-size {
    font-size: 0.789rem;
}

.btn-lg-size {
    font-size: 1rem;
}

.has-text-color.has-white-color {
    color: #ffffff !important;
}

.has-text-color.has-gray-color {
    color: #eeeeee !important;
}

.has-text-color.has-gray-light-color {
    color: #f8f8f8 !important;
}

.has-text-color.has-gray-dark-color {
    color: #828282 !important;
}

.has-text-color.has-blue-color {
    color: #0f4c81 !important;
}

.has-text-color.has-indigo-color {
    color: #460f81 !important;
}

.has-text-color.has-purple-color {
    color: #6f0f81 !important;
}

.has-text-color.has-pink-color {
    color: #810f63 !important;
}

.has-text-color.has-red-color {
    color: #810f0f !important;
}

.has-text-color.has-orange-color {
    color: #81390f !important;
}

.has-text-color.has-yellow-color {
    color: #817b0f !important;
}

.has-text-color.has-green-color {
    color: #25810f !important;
}

.has-text-color.has-teal-color {
    color: #0f8166 !important;
}

.has-text-color.has-cyan-color {
    color: #0f7a81 !important;
}

.has-background.has-white-background-color {
    background-color: #ffffff !important;
}

.has-background.has-gray-background-color {
    background-color: #eeeeee !important;
}

.has-background.has-gray-light-background-color {
    background-color: #f8f8f8 !important;
}

.has-background.has-gray-dark-background-color {
    background-color: #828282 !important;
}

.has-background.has-blue-background-color {
    background-color: #0f4c81 !important;
}

.has-background.has-indigo-background-color {
    background-color: #460f81 !important;
}

.has-background.has-purple-background-color {
    background-color: #6f0f81 !important;
}

.has-background.has-pink-background-color {
    background-color: #810f63 !important;
}

.has-background.has-red-background-color {
    background-color: #810f0f !important;
}

.has-background.has-orange-background-color {
    background-color: #81390f !important;
}

.has-background.has-yellow-background-color {
    background-color: #817b0f !important;
}

.has-background.has-green-background-color {
    background-color: #25810f !important;
}

.has-background.has-teal-background-color {
    background-color: #0f8166 !important;
}

.has-background.has-cyan-background-color {
    background-color: #0f7a81 !important;
}

button:focus {
    outline: 0;
}

/*=============================
// Button group
=============================*/
.btn-group .btn, .btn-group [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .btn-group [class*='-block-search__button'], .btn-group [class*='-password-form'] input[type="submit"], [class*='-password-form'] .btn-group input[type="submit"], .btn-group .widget-area .tagcloud .tag-cloud-link, .widget-area .tagcloud .btn-group .tag-cloud-link, .btn-group [class*='widget-container'] .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .btn-group .tag-cloud-link, .btn-group #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .btn-group .tag-cloud-link, .btn-group #single .single-content .tags p a, #single .single-content .tags p .btn-group a {
    min-width: auto;
}

/*=============================
// #7.3 Modal
=============================*/
.modal {
    background-color: #060606;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: left top;
    min-width: 320px;
}

.modal .modal-dialog .modal-header .close.btn, .modal .modal-dialog .modal-header [class*='-block-search'] .close[class*='-block-search__button'], [class*='-block-search'] .modal .modal-dialog .modal-header .close[class*='-block-search__button'], .modal .modal-dialog .modal-header [class*='-password-form'] input.close[type="submit"], [class*='-password-form'] .modal .modal-dialog .modal-header input.close[type="submit"], .modal .modal-dialog .modal-header .widget-area .tagcloud .close.tag-cloud-link, .widget-area .tagcloud .modal .modal-dialog .modal-header .close.tag-cloud-link, .modal .modal-dialog .modal-header [class*='widget-container'] .tagcloud .close.tag-cloud-link, [class*='widget-container'] .tagcloud .modal .modal-dialog .modal-header .close.tag-cloud-link, .modal .modal-dialog .modal-header #single .single-content .description [class*='tag-cloud'] .close.tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .modal .modal-dialog .modal-header .close.tag-cloud-link, .modal .modal-dialog .modal-header #single .single-content .tags p a.close, #single .single-content .tags p .modal .modal-dialog .modal-header a.close {
    padding: 0;
    margin: 0 0 0 auto;
    font-size: 1.263rem;
}

.modal .modal-dialog .modal-content {
    color: #ffffff;
}

.modal .modal-dialog .modal-content .modal-text {
    color: rgba(255, 255, 255, 0.5);
}

.modal .modal-dialog .modal-content .modal-text a:not(.btn) {
    color: #ffffff;
}

.modal .modal-dialog .modal-content .modal-text p {
    margin-bottom: 2.588rem;
}

.modal .modal-dialog .modal-content .modal-text p:last-child {
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content h1:not(.btn), .modal .modal-dialog .modal-content h2:not(.btn), .modal .modal-dialog .modal-content h3:not(.btn), .modal .modal-dialog .modal-content h4:not(.btn), .modal .modal-dialog .modal-content h5:not(.btn), .modal .modal-dialog .modal-content h6:not(.btn), .modal .modal-dialog .modal-content p:not(.btn), .modal .modal-dialog .modal-content blockquote:not(.btn), .modal .modal-dialog .modal-content pre:not(.btn), .modal .modal-dialog .modal-content a:not(.btn), .modal .modal-dialog .modal-content abbr:not(.btn), .modal .modal-dialog .modal-content address:not(.btn), .modal .modal-dialog .modal-content cit:not(.btn), .modal .modal-dialog .modal-content code:not(.btn),
    .modal .modal-dialog .modal-content del:not(.btn), .modal .modal-dialog .modal-content dfn:not(.btn), .modal .modal-dialog .modal-content em:not(.btn), .modal .modal-dialog .modal-content ins:not(.btn), .modal .modal-dialog .modal-content q:not(.btn), .modal .modal-dialog .modal-content samp:not(.btn), .modal .modal-dialog .modal-content small:not(.btn), .modal .modal-dialog .modal-content strong:not(.btn), .modal .modal-dialog .modal-content sub:not(.btn), .modal .modal-dialog .modal-content sup:not(.btn), .modal .modal-dialog .modal-content b:not(.btn), .modal .modal-dialog .modal-content i:not(.btn), .modal .modal-dialog .modal-content hr:not(.btn), .modal .modal-dialog .modal-content dl:not(.btn), .modal .modal-dialog .modal-content dt:not(.btn), .modal .modal-dialog .modal-content dd:not(.btn),
    .modal .modal-dialog .modal-content ol:not(.btn), .modal .modal-dialog .modal-content ul:not(.btn), .modal .modal-dialog .modal-content li:not(.btn), .modal .modal-dialog .modal-content fieldset:not(.btn), .modal .modal-dialog .modal-content legend:not(.btn), .modal .modal-dialog .modal-content label:not(.btn), .modal .modal-dialog .modal-content span:not(.btn), .modal .modal-dialog .modal-content caption:not(.btn), .modal .modal-dialog .modal-content figcaption:not(.btn), .modal .modal-dialog .modal-content details:not(.btn), .modal .modal-dialog .modal-content hgroup:not(.btn), .modal .modal-dialog .modal-content summary:not(.btn), .modal .modal-dialog .modal-content mark:not(.btn), .modal .modal-dialog .modal-content audio:not(.btn), .modal .modal-dialog .modal-content video:not(.btn) {
    color: inherit;
}

.modal .modal-dialog .modal-content a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.5;
}

.modal .modal-dialog .modal-content .close span {
    color: #ffffff;
}

.modal .modal-dialog .modal-footer .modal-text {
    font-size: 0.895rem;
}

.modal .modal-dialog .modal-footer .modal-text p {
    font-size: 0.895rem;
}

.logged-in.admin-bar .modal {
    padding-top: 32px;
}

@media (max-width: 782px) {
    .logged-in.admin-bar .modal {
        padding-top: 46px;
    }
}

@media (max-width: 600px) {
    .logged-in.admin-bar.header-fixed .modal {
        padding-top: 0;
    }
}

/*=============================
// Modal size
=============================*/
.modal-full {
    max-width: 100%;
    margin: 0;
}

/*=============================
// Modal header
=============================*/
.modal-header-top {
    position: absolute;
    z-index: 99;
    width: 100%;
}

/*=============================
// Modal body
=============================*/
.modal-body-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    padding: 0;
}

.modal-body-centered::before {
    content: "";
    display: block;
    height: 100vh;
}

/*=============================
// Modal title
=============================*/
.modal-title {
    margin-bottom: 0 !important;
}

/*=============================
// Modal menu
=============================*/
.modal#menu-modal .modal-body > * {
    padding-top: 7.843rem;
    padding-bottom: 5.841rem;
    padding-right: 8.5%;
}

@media (max-width: 575px) {
    .modal#menu-modal .modal-body > * {
        padding-bottom: 0;
    }
}

.modal#menu-modal .modal-body .modal-text {
    padding-top: 1.053rem;
    padding-bottom: 1.053rem;
}

@media (max-width: 575px) {
    .modal#menu-modal .modal-body .modal-text {
        padding-top: 2.105rem;
    }
}

.modal#menu-modal .modal-footer {
    position: absolute;
    bottom: 3.158rem;
    width: 100%;
    padding-top: 2.105rem;
}

@media (max-width: 575px) {
    .modal#menu-modal .modal-footer {
        position: relative;
        bottom: 0;
        padding-bottom: 3.158rem;
    }
}

@media (max-width: 575px) {
    .modal#menu-modal .modal-footer .modal-text {
        margin-bottom: 1.579rem;
    }
}

/*=============================
// Modal search
=============================*/
.modal#search-modal .modal-body form {
    width: 100%;
    max-width: 1250px;
    padding-left: 5.263rem;
    padding-right: 5.263rem;
    margin: auto;
}

@media (max-width: 767px) {
    .modal#search-modal .modal-body form {
        padding-left: 2.632rem;
        padding-right: 2.632rem;
    }
}

.modal#search-modal .modal-footer {
    position: absolute;
    bottom: 3.158rem;
    width: 100%;
}

@media (max-width: 575px) {
    .modal#search-modal .modal-footer .modal-text {
        margin-bottom: 1.579rem;
    }
}

/*=============================
// Modal plans
=============================*/
.modal[id*='plans-modal'] .modal-body .plans-modal-content {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding-left: 5.263rem;
    padding-right: 5.263rem;
    padding-top: 7.843rem;
    padding-bottom: 5.841rem;
}

@media (max-width: 767px) {
    .modal[id*='plans-modal'] .modal-body .plans-modal-content {
        padding-left: 2.632rem;
        padding-right: 2.632rem;
    }
}

.modal[id*='plans-modal'] .modal-body .plans-modal-content .modal-t-head {
    margin-bottom: 3.158rem;
}

.modal[id*='plans-modal'] .modal-body .plans-modal-content .modal-t-head:last-child {
    margin-bottom: 0;
}

/*=============================
// #7.4 Forms
=============================*/
/*=============================
// Default
=============================*/
label {
    font-size: 0.895rem;
    line-height: 1.31;
    color: #6c6c6c;
    font-family: "Poppins-Bold", sans-serif;
    margin-bottom: 0.737rem;
}

label:last-child {
    margin-bottom: 0;
}

label.before:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.31) * 0.5em);
}

label.after:after, label.modal-title:after, .card label.card-header:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.31) * 0.5em);
}

.col-form-label, .form-label {
    font-size: 0.895rem;
}

.col-form-label-sm, .form-label-sm {
    font-size: 0.789rem;
}

.col-form-label-lg, .form-label-lg, [class*='-block-search'] [class*='search__label'] {
    font-size: 1rem;
}

.form-check-label, .custom-control-label, .form-label-secondary {
    text-transform: none;
}

label:not(.btn):not([class*='-label']):before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

label:not(.btn):not([class*='-label']):last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.79) * 0.5em);
}

.form-label-lg-no-space {
    margin-top: -0.263rem;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="time"],
input[type="week"],
select,
textarea {
    width: 100%;
    border-radius: 0;
}

input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6c6c6c;
}

input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #6c6c6c;
}

input[type="email"]::-ms-input-placeholder,
  input[type="password"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="url"]::-ms-input-placeholder,
  input[type="file"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="datetime-local"]::-ms-input-placeholder,
  input[type="month"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  input[type="range"]::-ms-input-placeholder,
  input[type="time"]::-ms-input-placeholder,
  input[type="week"]::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #6c6c6c;
}

input[type="email"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="text"]::placeholder,
  input[type="url"]::placeholder,
  input[type="file"]::placeholder,
  input[type="date"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="month"]::placeholder,
  input[type="number"]::placeholder,
  input[type="range"]::placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #6c6c6c;
}

textarea {
    display: block;
    min-height: 200px;
}

select[multiple] {
    background: none !important;
    background-color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.526rem;
}

.form-check:not(.form-check-inline) .form-check-input {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-inline .form-check .form-check-input {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

form p:before, form p:after {
    display: none;
}

form p.form-crop-ba:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

form p.form-crop-ba:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.79) * 0.5em);
}

form p.comment-form-cookies-consent:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.8 - 1.79) * 0.5em);
}

form p.comment-form-cookies-consent:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.79) * 0.5em);
}

/*=============================
// Form label effect
=============================*/
.form-label-effect {
    position: relative;
    margin-top: -0.579rem;
}

.form-label-effect .form-label-effect-1 ~ label {
    position: absolute;
    top: 0.368rem;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.form-label-effect .form-label-effect-1:focus ~ label {
    top: -0.736rem;
    font-size: 0.789rem;
}

.form-label-effect .form-label-effect-1:focus ~ label.form-label-lg, .form-label-effect [class*='-block-search'] .form-label-effect-1:focus ~ label[class*='search__label'], [class*='-block-search'] .form-label-effect .form-label-effect-1:focus ~ label[class*='search__label'] {
    font-size: 0.895rem;
}

.form-label-effect .form-label-effect-1.has-content ~ label {
    top: -0.736rem;
    font-size: 0.789rem;
}

.form-label-effect .form-label-effect-1.has-content ~ label.form-label-lg, .form-label-effect [class*='-block-search'] .form-label-effect-1.has-content ~ label[class*='search__label'], [class*='-block-search'] .form-label-effect .form-label-effect-1.has-content ~ label[class*='search__label'] {
    font-size: 0.895rem;
}

/*=============================
// Form primary
=============================*/
select {
    background: url(../icons/svg/icon-arrow-down.svg) no-repeat center right 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea, select {
    background-color: transparent;
    color: #6c6c6c;
    padding: 0.368rem 0 0.368rem 0;
    border: 0;
    font-size: 0.895rem;
    line-height: normal;
    border-bottom: 1px solid #dbdbdb;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input:focus, textarea:focus, select:focus {
    border-bottom: 1px solid #060606;
    outline: none;
}

input.form-sm, textarea.form-sm, select.form-sm {
    font-size: 0.789rem;
}

input.form-lg, .widget-area .widget input, .footer-widget-area .widget input, [class*='widget-container'] .widget input, #single .single-content .description input, textarea.form-lg, .widget-area .widget textarea, .footer-widget-area .widget textarea, [class*='widget-container'] .widget textarea, #single .single-content .description textarea, select.form-lg, .widget-area .widget select, .footer-widget-area .widget select, [class*='widget-container'] .widget select, #single .single-content .description select {
    font-size: 1rem;
}

/*=============================
// Form secondary
=============================*/
select.form-control {
    background: url(../icons/svg/icon-arrow-down.svg) no-repeat center right 1.05267rem;
    background-color: #ffffff;
}

.custom-control-label {
    vertical-align: inherit;
    line-height: 1.79;
}

.custom-control-label:after, .custom-control-label:before {
    top: 0.298rem;
}

/*=============================
// Form group
=============================*/
.form-group:last-child {
    margin-bottom: 0;
}

.form-group-xl {
    margin-bottom: 8.421rem;
}

.form-group-lg {
    margin-bottom: 3.158rem;
}

.form-group-md {
    margin-bottom: 2.632rem;
}

.form-group-sm {
    margin-bottom: 2.368rem;
}

.form-group-xs {
    margin-bottom: 1.579rem;
}

/*=============================
// Input group
=============================*/
.input-group.gutter-width-xl .gutter-width {
    width: 50%;
}

.input-group.gutter-width-xl .gutter-width:first-child {
    padding-right: 4.2105rem;
}

.input-group.gutter-width-xl .gutter-width:last-child {
    padding-left: 4.2105rem;
}

.input-group.gutter-width-xl .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-lg .gutter-width {
    width: 50%;
}

.input-group.gutter-width-lg .gutter-width:first-child {
    padding-right: 1.579rem;
}

.input-group.gutter-width-lg .gutter-width:last-child {
    padding-left: 1.579rem;
}

.input-group.gutter-width-lg .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-md .gutter-width {
    width: 50%;
}

.input-group.gutter-width-md .gutter-width:first-child {
    padding-right: 1.316rem;
}

.input-group.gutter-width-md .gutter-width:last-child {
    padding-left: 1.316rem;
}

.input-group.gutter-width-md .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-sm .gutter-width {
    width: 50%;
}

.input-group.gutter-width-sm .gutter-width:first-child {
    padding-right: 1.184rem;
}

.input-group.gutter-width-sm .gutter-width:last-child {
    padding-left: 1.184rem;
}

.input-group.gutter-width-sm .gutter-width input {
    width: 100%;
}

.input-group.gutter-width-xs .gutter-width {
    width: 50%;
}

.input-group.gutter-width-xs .gutter-width:first-child {
    padding-right: 0.7895rem;
}

.input-group.gutter-width-xs .gutter-width:last-child {
    padding-left: 0.7895rem;
}

.input-group.gutter-width-xs .gutter-width input {
    width: 100%;
}

.form-label-effect .input-group.gutter-width-xl .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-xl .gutter-width:last-child label {
    padding-left: 4.2105rem;
}

.form-label-effect .input-group.gutter-width-lg .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-lg .gutter-width:last-child label {
    padding-left: 1.579rem;
}

.form-label-effect .input-group.gutter-width-md .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-md .gutter-width:last-child label {
    padding-left: 1.316rem;
}

.form-label-effect .input-group.gutter-width-sm .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-sm .gutter-width:last-child label {
    padding-left: 1.184rem;
}

.form-label-effect .input-group.gutter-width-xs .gutter-width {
    position: relative;
}

.form-label-effect .input-group.gutter-width-xs .gutter-width:last-child label {
    padding-left: 0.7895rem;
}

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

/*=============================
// Search
=============================*/
.search [class*='form-'] {
    padding-right: 3.579rem;
}

.search [class*='form-'].logo {
    padding-right: 0;
}

.search .input-group-append {
    position: absolute;
    right: 1.05267rem;
}

.modal#search-modal .modal-body form .search .input-group-append {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.579rem;
    z-index: 9;
}

.error404 form .search .input-group-append {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.579rem;
    z-index: 9;
}

[class*='-block-search'] {
    position: relative;
}

[class*='-block-search'] [class*='-block-search__input'] {
    padding-right: 3.68433rem !important;
    max-width: 100%;
}

[class*='-block-search'] [class*='-block-search__button'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
    margin-top: 0.263rem;
}

/*=============================
// Password form
=============================*/
[class*='-password-form'] input[type="submit"] {
    font-size: 0.895rem !important;
}

/*=============================
// Contact form
=============================*/
.contact-form, .wpcf7-form {
    max-width: 1050px;
}

.contact-form .alert, .contact-form .wpcf7-form [class*='response-output'], .wpcf7-form .contact-form [class*='response-output'], .wpcf7-form .alert, .wpcf7-form [class*='response-output'] {
    margin-top: 1.579rem;
    margin-bottom: 0;
}

.contact-form.invalid [class*='validates-as-required'], .wpcf7-form.invalid [class*='validates-as-required'] {
    border-color: #430808 !important;
}

.contact-form.invalid [class*='validates-as-required']:focus, .wpcf7-form.invalid [class*='validates-as-required']:focus {
    border-color: #060606;
}

.contact-form .ajax-loader, .wpcf7-form .ajax-loader {
    -webkit-background-size: 0.895rem 0.895rem;
    background-size: 0.895rem;
    width: 0.895rem !important;
    height: 0.895rem !important;
}

.contact-form .ajax-loader.is-active, .wpcf7-form .ajax-loader.is-active {
    display: inline-block !important;
}

[class*='not-valid-tip'] {
    color: #430808 !important;
    font-size: 0.895rem !important;
}

/*=============================
// Comment form
=============================*/
.comment-form .alert, .comment-form .wpcf7-form [class*='response-output'], .wpcf7-form .comment-form [class*='response-output'] {
    margin-top: 1.579rem;
    margin-bottom: 0;
}

/*=============================
// #7.5 Nav
=============================*/
.nav {
    font-size: 0.895rem;
}

.nav li {
    margin-bottom: 0;
}

.nav .nav-item {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.nav .nav-item > a:not(.disabled):not(.active) {
    color: #060606;
}

.nav .nav-item:hover > a:not(.disabled):not(.active) {
    color: #0f4c81;
}

.nav .nav-item.nav-item-has-children > a:not(.disabled) {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.nav .nav-item.current-nav-item > a:not(.disabled), .nav .nav-item.active > a:not(.disabled) {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #0f4c81;
}

.nav .nav-item.current-nav-item > .dropdown-icon [class*='fa-'], .nav .nav-item.active > .dropdown-icon [class*='fa-'] {
    color: #0f4c81;
}

.nav:not(.nav-pills) .nav-link:not(.disabled) {
    color: #060606;
}

.nav:not(.nav-pills) .nav-link:not(.disabled):hover {
    color: #0f4c81;
}

.nav:not(.nav-pills) .nav-link:not(.disabled).active {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #0f4c81;
}

.nav.nav-pills .nav-link:not(.disabled):not(.active) {
    color: #060606;
}

.nav.nav-pills .nav-link:not(.disabled):not(.active):hover {
    color: #0f4c81;
}

.nav.nav-pills .nav-link.active {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.nav.nav-tabs li:before, .nav.nav-tabs li:after {
    display: none;
}

/*=============================
// Menu primary at header
=============================*/
#header nav.menu-primary {
    margin-bottom: -1.316rem;
    margin-right: -1.316rem;
}

#header nav.menu-primary ul.nav li.nav-item {
    padding-bottom: 1.316rem;
    margin-right: 1.316rem;
}

#header nav.menu-primary ul.nav li.nav-item a {
    opacity: 1;
}

#header nav.menu-primary ul.nav li.nav-item > a {
    position: relative;
    color: #060606;
    text-transform: uppercase;
}

#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon {
    color: #060606;
}

#header nav.menu-primary ul.nav li.nav-item:hover > a {
    color: #0f4c81;
}

#header nav.menu-primary ul.nav li.nav-item:hover > .dropdown-custom-icon .dropdown-icon {
    color: #0f4c81;
}

#header nav.menu-primary ul.nav li.nav-item.current-nav-item > a, #header nav.menu-primary ul.nav li.nav-item.active > a, #header nav.menu-primary ul.nav li.nav-item.show > a {
    color: #0f4c81;
}

#header nav.menu-primary ul.nav li.nav-item.current-nav-item > .dropdown-custom-icon .dropdown-icon, #header nav.menu-primary ul.nav li.nav-item.active > .dropdown-custom-icon .dropdown-icon, #header nav.menu-primary ul.nav li.nav-item.show > .dropdown-custom-icon .dropdown-icon {
    color: #0f4c81;
}

#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover {
    color: #0f4c81;
}

#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover .dropdown-icon {
    color: #0f4c81;
}

#header nav.menu-primary ul.nav li.nav-item .dropdown-custom-icon .dropdown-icon {
    padding-left: 0.43867rem;
}

/*=============================
// Menu primary at modal
=============================*/
#menu-modal nav.menu-primary ul.nav li.nav-item {
    margin-top: 0.421rem;
    margin-bottom: 0.421rem;
    line-height: normal;
    text-align: right;
}

#menu-modal nav.menu-primary ul.nav li.nav-item:before, #menu-modal nav.menu-primary ul.nav li.nav-item:after {
    display: none;
}

#menu-modal nav.menu-primary ul.nav li.nav-item a {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    opacity: 1;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.737rem;
    position: relative;
}

#menu-modal nav.menu-primary ul.nav li.nav-item:hover > a {
    color: #ffffff !important;
}

#menu-modal nav.menu-primary ul.nav li.nav-item:hover > .dropdown-custom-icon .dropdown-icon {
    color: #ffffff;
}

#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item > a, #menu-modal nav.menu-primary ul.nav li.nav-item.active > a, #menu-modal nav.menu-primary ul.nav li.nav-item.show > a {
    color: #ffffff;
}

#menu-modal nav.menu-primary ul.nav li.nav-item.current-nav-item > .dropdown-custom-icon .dropdown-icon, #menu-modal nav.menu-primary ul.nav li.nav-item.active > .dropdown-custom-icon .dropdown-icon, #menu-modal nav.menu-primary ul.nav li.nav-item.show > .dropdown-custom-icon .dropdown-icon {
    color: #ffffff;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0.6237rem;
    font-size: 1.158rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover {
    color: #ffffff;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover .dropdown-icon {
    color: #ffffff;
}

#menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon {
    padding-left: 0;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    padding-bottom: 0;
    background-color: transparent;
    margin-right: 1.342rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li {
    width: 100%;
    margin-bottom: 0.421rem !important;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li:first-child {
    margin-top: 0.421rem !important;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li > .dropdown-custom-icon {
    padding-left: 0.48114rem;
    font-size: 0.99257rem;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li .dropdown-icon {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    right: 0;
}

#menu-modal nav.menu-primary ul.nav li.nav-item .dropdown-menu li a {
    font-size: 1.28667rem;
}

/*=============================
// Menu secondary at footer
=============================*/
.site-footer nav.menu-secondary ul li {
    margin-right: 2.105rem;
    margin-bottom: 0;
}

.site-footer nav.menu-secondary ul li:last-child {
    margin-right: 0;
}

.site-footer nav.menu-secondary ul li:before {
    display: none;
}

.site-footer nav.menu-secondary ul li i {
    font-size: 1.053rem;
}

.site-footer nav.menu-secondary ul li > a:not(.disabled):not(.active) {
    color: #ffffff;
}

.site-footer nav.menu-secondary ul li:hover > a:not(.disabled):not(.active) {
    color: #ffffff;
    opacity: 0.5;
}

/*=============================
// #7.6 Card
=============================*/
.card .card-header {
    margin-bottom: 0 !important;
}

.card .card-body {
    padding: 1.579rem 1.579rem;
}

.card .card-meta span a {
    color: inherit;
}

.card .card-meta span a:hover {
    color: #0f4c81;
}

.card ul {
    margin-bottom: 0 !important;
}

/*=============================
// Card Columns
=============================*/
.card-columns.columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.card-columns.column-no-gap {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

/*=============================
// Accordion card
=============================*/
.accordion .card .card-header {
    position: relative;
    border: 0;
}

.accordion .btn-link, .accordion [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .accordion [class*='-block-search__button'], .accordion [class*='-password-form'] input[type="submit"], [class*='-password-form'] .accordion input[type="submit"] {
    width: 100%;
    text-align: left;
}

.accordion .btn-link [class*='fa-'], .accordion [class*='-block-search'] [class*='-block-search__button'] [class*='fa-'], [class*='-block-search'] .accordion [class*='-block-search__button'] [class*='fa-'], .accordion [class*='-password-form'] input[type="submit"] [class*='fa-'], [class*='-password-form'] .accordion input[type="submit"] [class*='fa-'] {
    position: absolute;
    top: 50%;
    right: 1.579rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .btn-link.collapsed [class*='fa-'], .accordion [class*='-block-search'] .collapsed[class*='-block-search__button'] [class*='fa-'], [class*='-block-search'] .accordion .collapsed[class*='-block-search__button'] [class*='fa-'], .accordion [class*='-password-form'] input.collapsed[type="submit"] [class*='fa-'], [class*='-password-form'] .accordion input.collapsed[type="submit"] [class*='fa-'] {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

/*=============================
// #7.7 Sticky
=============================*/
.js-sticky {
    height: 100vh !important;
}

.js-sticky-fixed {
    position: fixed;
}

.sticky-fixed-lg {
    position: fixed;
    top: 0;
    overflow: scroll;
    height: 100vh;
}

@media (max-width: 991px) {
    .sticky-fixed-lg {
        position: static;
        height: auto;
    }
}

.sticky-fixed-md {
    position: fixed;
    top: 0;
    overflow: scroll;
    height: 100vh;
}

@media (max-width: 767px) {
    .sticky-fixed-md {
        position: static;
        height: auto;
    }
}

/*=============================
// #7.8 Transition
=============================*/
/*=============================
// Transition all
=============================*/
.transition-all, .scroll-animation > *, .close, .close:hover, .embed .embed-image-overlay .embed-center .embed-play, .embed .embed-image-overlay .embed-click:hover .embed-center .embed-play, .embed .embed-image-overlay .embed-click:focus .embed-center .embed-play, a, a:hover, #header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon, #menu-modal nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon, .transform-scale-h, .pagination .page-item .page-link, .pagination .post-page-numbers .page-link, .pagination .page-item .page-link:hover, .pagination .post-page-numbers .page-link:hover, .adv-swiper-pagination-bullet, .adv-swiper-container .adv-2-swiper-button-prev, .adv-swiper-container .adv-2-swiper-button-next, #swipebox-prev, #swipebox-next, #swipebox-close, .widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item img, .service {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.transition-all-none {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*=============================
// Transition opacity
=============================*/
.transition-opacity {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

/*=============================
// Transition transform
=============================*/
.transition-transform, .dropdown-toggle:after, .dropdown-toggle:before, .show > .dropdown-toggle:after, .show > .dropdown-toggle:before, .dropdown-icon [class*='fa-'], .dropdown-custom-icon.active > .dropdown-icon [class*='fa-'], .show > .dropdown-custom-icon .dropdown-icon [class*='fa-'] {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/*=============================
// #7.9 Transform
=============================*/
/*=============================
// Transform scale
=============================*/
.transform-scale {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*=============================
// Transform scale hover
=============================*/
.transform-scale-h {
    display: inline-block;
    -webkit-transform: perspective(1px) scale(1) translateZ(0);
    transform: perspective(1px) scale(1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.transform-scale-h:hover {
    -webkit-transform: perspective(1px) scale(1.1) translateZ(0);
    transform: perspective(1px) scale(1.1) translateZ(0);
}

.transform-scale-h-none:hover {
    -webkit-transform: perspective(1px) scale(1) translateZ(0);
    transform: perspective(1px) scale(1) translateZ(0);
}

/*=============================
// #7.10 Pagination
=============================*/
.pagination {
    margin-top: 2.368rem;
    margin-left: 0;
    border-radius: 0 !important;
}

.pagination:first-child {
    margin-top: 0;
}

.pagination .page-item, .pagination .post-page-numbers {
    margin-bottom: 0;
}

.pagination .page-item:before, .pagination .post-page-numbers:before {
    display: none;
}

.pagination .page-item .page-link, .pagination .post-page-numbers .page-link {
    border-radius: 0 !important;
}

.pagination .page-item .page-link:hover, .pagination .post-page-numbers .page-link:hover {
    background-color: #060606;
    color: #ffffff;
}

.pagination .page-item.current .page-link, .pagination .page-item.active .page-link, .pagination .post-page-numbers.current .page-link, .pagination .post-page-numbers.active .page-link {
    background-color: #060606;
    color: #ffffff;
}

/*=============================
// #7.11 Alert
=============================*/
[class*='alert-dismiss'] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer;
}

.wpcf7-form [class*='response-output'] {
    height: 100% !important;
    border: 1px solid transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.895rem;
}

.wpcf7-form.invalid [class*='response-output'], .wpcf7-form.unaccepted [class*='response-output'], .wpcf7-form.spam [class*='response-output'], .wpcf7-form.failed [class*='response-output'], .wpcf7-form.aborted [class*='response-output'] {
    border-color: #dcbcbc !important;
}

.wpcf7-form.sent [class*='response-output'] {
    border-color: #c2dcbc !important;
}

.wpcf7-form.invalid [class*='response-output'], .wpcf7-form.unaccepted [class*='response-output'], .wpcf7-form.spam [class*='response-output'], .wpcf7-form.failed [class*='response-output'], .wpcf7-form.aborted [class*='response-output'], .wpcf7-form.sent [class*='response-output'] {
    margin-top: 1.579rem !important;
    padding: 1rem 1rem !important;
}

/*=============================
// #7.12 Effects
=============================*/
/*=============================
// Ripple
=============================*/
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

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

    100% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        opacity: 0;
    }
}

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

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

    100% {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        opacity: 0;
    }
}

/*=============================
// Spin
=============================*/
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=============================
// #7.13 Slider
=============================*/
/*=============================
// ADV Swiper
=============================*/
.adv-swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.adv-swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.adv-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.adv-swiper-container-android .adv-swiper-slide,
.adv-swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.adv-swiper-container-multirow > .adv-swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.adv-swiper-container-multirow-column > .adv-swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.adv-swiper-container-free-mode > .adv-swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.adv-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.adv-swiper-slide-invisible-blank {
    visibility: hidden;
}

.adv-swiper-container-autoheight,
.adv-swiper-container-autoheight .adv-swiper-slide {
    height: auto;
}

.adv-swiper-container-autoheight .adv-swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.adv-swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.adv-swiper-container-3d .adv-swiper-wrapper,
.adv-swiper-container-3d .adv-swiper-slide,
.adv-swiper-container-3d .adv-swiper-slide-shadow-left,
.adv-swiper-container-3d .adv-swiper-slide-shadow-right,
.adv-swiper-container-3d .adv-swiper-slide-shadow-top,
.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-3d .adv-swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-left,
.adv-swiper-container-3d .adv-swiper-slide-shadow-right,
.adv-swiper-container-3d .adv-swiper-slide-shadow-top,
.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-3d .adv-swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.adv-swiper-container-css-mode > .adv-swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.adv-swiper-container-css-mode > .adv-swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.adv-swiper-container-css-mode > .adv-swiper-wrapper > .adv-swiper-slide {
    scroll-snap-align: start start;
}

.adv-swiper-container-horizontal.adv-swiper-container-css-mode > .adv-swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.adv-swiper-container-vertical.adv-swiper-container-css-mode > .adv-swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.adv-swiper-button-prev,
.adv-swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    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: #b9b9b9;
}

.adv-swiper-button-prev.adv-swiper-button-disabled,
.adv-swiper-button-next.adv-swiper-button-disabled {
    opacity: 0.6;
    cursor: auto;
    pointer-events: none;
}

.adv-swiper-button-prev:after,
.adv-swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.adv-swiper-button-prev,
.adv-swiper-container-rtl .adv-swiper-button-next {
    left: 10px;
    right: auto;
}

.adv-swiper-button-prev:after,
.adv-swiper-container-rtl .adv-swiper-button-next:after {
    content: 'prev';
}

.adv-swiper-button-next,
.adv-swiper-container-rtl .adv-swiper-button-prev {
    right: 10px;
    left: auto;
}

.adv-swiper-button-next:after,
.adv-swiper-container-rtl .adv-swiper-button-prev:after {
    content: 'next';
}

.adv-swiper-button-prev.adv-swiper-button-white,
.adv-swiper-button-next.adv-swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.adv-swiper-button-prev.adv-swiper-button-black,
.adv-swiper-button-next.adv-swiper-button-black {
    --swiper-navigation-color: #000000;
}

.adv-swiper-button-lock {
    display: none;
}

.adv-swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.adv-swiper-pagination.adv-swiper-pagination-hidden {
    opacity: 0;
}

.adv-swiper-pagination-fraction,
.adv-swiper-pagination-custom,
.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.adv-swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.adv-swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    display: inline-block;
    background: #b9b9b9;
    outline: none;
    margin-left: 0.7895rem;
    margin-right: 0.7895rem;
}

.adv-swiper-pagination-bullet:hover {
    background: #060606;
}

button.adv-swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.adv-swiper-pagination-clickable .adv-swiper-pagination-bullet {
    cursor: pointer;
}

.adv-swiper-pagination-bullet-active {
    background: #060606;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets .adv-swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets .adv-swiper-pagination-bullet {
    margin: 0 4px;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-bullets.adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.adv-swiper-container-horizontal.adv-swiper-container-rtl > .adv-swiper-pagination-bullets-dynamic .adv-swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.adv-swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.adv-swiper-pagination-progressbar .adv-swiper-pagination-progressbar-fill {
    background: #060606;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.adv-swiper-container-rtl .adv-swiper-pagination-progressbar .adv-swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.adv-swiper-container-horizontal > .adv-swiper-pagination-progressbar,
.adv-swiper-container-vertical > .adv-swiper-pagination-progressbar.adv-swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.adv-swiper-container-vertical > .adv-swiper-pagination-progressbar,
.adv-swiper-container-horizontal > .adv-swiper-pagination-progressbar.adv-swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.adv-swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.adv-swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.adv-swiper-pagination-lock {
    display: none;
}

.adv-swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.adv-swiper-container-horizontal > .adv-swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.adv-swiper-container-vertical > .adv-swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.adv-swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.adv-swiper-scrollbar-cursor-drag {
    cursor: move;
}

.adv-swiper-scrollbar-lock {
    display: none;
}

.adv-swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.adv-swiper-zoom-container > img,
.adv-swiper-zoom-container > svg,
.adv-swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.adv-swiper-slide-zoomed {
    cursor: move;
}

.adv-swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #060606;
    border-radius: 50%;
    border-top-color: transparent;
}

.adv-swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.adv-swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

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

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

.adv-swiper-container .adv-swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.adv-swiper-container-fade.adv-swiper-container-free-mode .adv-swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.adv-swiper-container-fade .adv-swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.adv-swiper-container-fade .adv-swiper-slide .swiper-slide {
    pointer-events: none;
}

.adv-swiper-container-fade .adv-swiper-slide-active,
.adv-swiper-container-fade .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto;
}

.adv-swiper-container-cube {
    overflow: visible;
}

.adv-swiper-container-cube .adv-swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.adv-swiper-container-cube .adv-swiper-slide .adv-swiper-slide {
    pointer-events: none;
}

.adv-swiper-container-cube.adv-swiper-container-rtl .adv-swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.adv-swiper-container-cube .adv-swiper-slide-active,
.adv-swiper-container-cube .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto;
}

.adv-swiper-container-cube .adv-swiper-slide-active,
.adv-swiper-container-cube .adv-swiper-slide-next,
.adv-swiper-container-cube .adv-swiper-slide-prev,
.adv-swiper-container-cube .adv-swiper-slide-next + .adv-swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.adv-swiper-container-cube .adv-swiper-slide-shadow-top,
.adv-swiper-container-cube .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-cube .adv-swiper-slide-shadow-left,
.adv-swiper-container-cube .adv-swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.adv-swiper-container-cube .adv-swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.adv-swiper-container-flip {
    overflow: visible;
}

.adv-swiper-container-flip .adv-swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.adv-swiper-container-flip .adv-swiper-slide .adv-swiper-slide {
    pointer-events: none;
}

.adv-swiper-container-flip .adv-swiper-slide-active,
.adv-swiper-container-flip .adv-swiper-slide-active .adv-swiper-slide-active {
    pointer-events: auto;
}

.adv-swiper-container-flip .adv-swiper-slide-shadow-top,
.adv-swiper-container-flip .adv-swiper-slide-shadow-bottom,
.adv-swiper-container-flip .adv-swiper-slide-shadow-left,
.adv-swiper-container-flip .adv-swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*=============================
// Slider
=============================*/
.adv-swiper-container .adv-swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.adv-swiper-container .adv-2-swiper-button-prev, .adv-swiper-container .adv-2-swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    z-index: 1;
    color: #b9b9b9;
    background-color: #ffffff;
    width: 3.368rem;
    height: 3.368rem;
}

.adv-swiper-container .adv-2-swiper-button-prev:hover, .adv-swiper-container .adv-2-swiper-button-next:hover {
    color: #060606;
    background-color: #ffffff;
}

.adv-swiper-container .adv-2-swiper-button-prev.adv-swiper-button-disabled, .adv-swiper-container .adv-2-swiper-button-next.adv-swiper-button-disabled {
    cursor: not-allowed;
    opacity: 1;
}

.adv-swiper-container .adv-2-swiper-button-prev.adv-swiper-button-disabled:hover, .adv-swiper-container .adv-2-swiper-button-next.adv-swiper-button-disabled:hover {
    color: #b9b9b9;
    background-color: #ffffff;
}

.adv-swiper-container .adv-2-swiper-button-prev [class*='fa-'], .adv-swiper-container .adv-2-swiper-button-prev button, .adv-swiper-container .adv-2-swiper-button-next [class*='fa-'], .adv-swiper-container .adv-2-swiper-button-next button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1rem;
}

.adv-swiper-container .adv-2-swiper-button-prev {
    left: 0;
}

.adv-swiper-container .adv-2-swiper-button-next {
    right: 0;
}

/*=============================
// #7.14 Collapse
=============================*/
.accordion .btn-link, .accordion [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .accordion [class*='-block-search__button'], .accordion [class*='-password-form'] input[type="submit"], [class*='-password-form'] .accordion input[type="submit"] {
    padding: 0;
    border: 0;
}

/*=============================
// #7.15 Dropdown
=============================*/
/*=============================
// Default
=============================*/
.show > .dropdown-toggle:after, .show > .dropdown-toggle:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-hover {
    position: relative;
}

.dropdown-click {
    position: relative;
}

.dropdown-menu {
    margin-top: 0 !important;
    -webkit-background-clip: inherit;
    background-clip: inherit;
}

.dropdown-menu li {
    margin-bottom: 0 !important;
}

.dropdown-menu li:before, .dropdown-menu li:after {
    display: none;
}

.dropdown-menu li:last-child:after {
    display: none;
}

.dropdown-menu .dropdown-toggle:before, .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.053rem;
}

.dropdown-menu .dropdown-toggle.active:before, .dropdown-menu .dropdown-toggle.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.dropdown-menu .dropdown-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.053rem;
}

.dropdown-submenu > .dropdown-custom-icon {
    color: #060606;
}

.dropdown-submenu .active-2.dropdown-custom-icon {
    color: #ffffff;
}

.dropdown-submenu.show > .dropdown-custom-icon {
    color: #ffffff;
}

.dropdown-header {
    margin-bottom: 0.789rem !important;
}

.dropdown-item {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.dropdown-item a {
    color: #060606;
}

/*=============================
// Dropdown custom icon
=============================*/
.dropdown-icon {
    cursor: pointer;
    padding-left: 0.263rem;
}

.dropdown-custom-icon {
    cursor: pointer;
}

.dropdown-custom-icon.dropdown-toggle:before, .dropdown-custom-icon.dropdown-toggle:after {
    display: none;
}

.dropdown-custom-icon.active > .dropdown-icon [class*='fa-'] {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.show > .dropdown-custom-icon .dropdown-icon [class*='fa-'] {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*=============================
// #7.16 List group
=============================*/
.list-group {
    margin-left: 0;
}

.list-group .list-group-item {
    margin-bottom: 0 !important;
}

.list-group .list-group-item:before, .list-group .list-group-item:after {
    display: none;
}

.list-group-item-action.active h1, .list-group-item-action.active h2, .list-group-item-action.active h3, .list-group-item-action.active h4, .list-group-item-action.active h5, .list-group-item-action.active h6 {
    color: #ffffff !important;
}

[class*='list-wrapper'] {
    margin-left: 0;
}

[class*="icon-list-item"], [class*='nav-menu'] li, [class*='repeater-item'] {
    margin-bottom: 0;
}

[class*="list-item"]:before, [class*="list-item"]:after, [class*='nav-menu'] li:before, [class*='nav-menu'] li:after, [class*='sitemap-item']:before, [class*='sitemap-item']:after, [class*='price-list'] li:before, [class*='price-list'] li:after {
    display: none;
}

/*=============================
// #7.17 Scrollbar
=============================*/
/*=============================
// 1. BASIC STYLE
=============================*/
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

/*=============================
// 2. VERTICAL SCROLLBAR
=============================*/
.mCSB_inside > .mCSB_container {
    margin-right: 0.25em;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 0.25em;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    height: 100%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 0.25em;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 0.25em;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 0.158em;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}

/*=============================
// 3. HORIZONTAL SCROLLBAR
// x-axis
=============================*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

/*=============================
// 4. VERTICAL AND HORIZONTAL SCROLLBARS
// yx-axis
=============================*/
.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/*=============================
// 5. TRANSITIONS
=============================*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*=============================
// 6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
=============================*/
/*=============================
// 6.1 THEMES
=============================*/
.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../icons/png/icons_mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
  /*
	sprites locations
	light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
	dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
	*/
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
  /*
	sprites locations
	light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
	dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
	*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
  /*
	sprites locations
	light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
	dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
	*/
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
  /*
	sprites locations
	light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
	dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
	*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.1);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.25em;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.75);
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.1);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.1);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.75);
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.1);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.158em;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.25em;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 0.25em;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 0.25em;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238, 238, 238, 0.5)), color-stop(100%, rgba(238, 238, 238, 0)));
    background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0.5) 0%, rgba(238, 238, 238, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(238, 238, 238, 0.5) 0%, rgba(238, 238, 238, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0.5)), to(rgba(238, 238, 238, 0)));
    background-image: linear-gradient(to right, rgba(238, 238, 238, 0.5) 0%, rgba(238, 238, 238, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 0.5)), color-stop(100%, rgba(238, 238, 238, 0)));
    background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.5) 0%, rgba(238, 238, 238, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(238, 238, 238, 0.5) 0%, rgba(238, 238, 238, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0.5)), to(rgba(238, 238, 238, 0)));
    background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.5) 0%, rgba(238, 238, 238, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.158em;
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.2);
    -webkit-box-shadow: inset 1px 0 1px rgba(6, 6, 6, 0.5), inset -1px 0 1px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 0 1px rgba(6, 6, 6, 0.5), inset -1px 0 1px rgba(238, 238, 238, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.158em;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.5), inset 0 -1px 1px rgba(238, 238, 238, 0.2);
    box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.5), inset 0 -1px 1px rgba(238, 238, 238, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.1);
    -webkit-box-shadow: inset 1px 0 1px rgba(6, 6, 6, 0.1);
    box-shadow: inset 1px 0 1px rgba(6, 6, 6, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.1);
    box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    -webkit-box-shadow: inset 1px 0 1px rgba(6, 6, 6, 0.1), inset 0 0 14px rgba(6, 6, 6, 0.5);
    box-shadow: inset 1px 0 1px rgba(6, 6, 6, 0.1), inset 0 0 14px rgba(6, 6, 6, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.1), inset 0 0 14px rgba(6, 6, 6, 0.5);
    box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.1), inset 0 0 14px rgba(6, 6, 6, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(238, 238, 238, 0.4);
    box-shadow: inset 1px 0 0 rgba(238, 238, 238, 0.4);
    width: 0.158em;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(238, 238, 238, 0.4);
    box-shadow: inset 0 1px 0 rgba(238, 238, 238, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(6, 6, 6, 0.1);
    box-shadow: inset 1px 1px 16px rgba(6, 6, 6, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    -webkit-box-shadow: inset 0 0 14px rgba(6, 6, 6, 0.2);
    box-shadow: inset 0 0 14px rgba(6, 6, 6, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.1), inset 0 0 14px rgba(6, 6, 6, 0.2);
    box-shadow: inset 0 1px 1px rgba(6, 6, 6, 0.1), inset 0 0 14px rgba(6, 6, 6, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(238, 238, 238, 0.4), inset -1px 0 0 rgba(6, 6, 6, 0.2);
    box-shadow: inset 1px 0 0 rgba(238, 238, 238, 0.4), inset -1px 0 0 rgba(6, 6, 6, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(238, 238, 238, 0.4), inset 0 -1px 0 rgba(6, 6, 6, 0.2);
    box-shadow: inset 0 1px 0 rgba(238, 238, 238, 0.4), inset 0 -1px 0 rgba(6, 6, 6, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #eeeeee;
    background-color: rgba(6, 6, 6, 0.05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(6, 6, 6, 0.1);
    box-shadow: inset 1px 1px 16px rgba(6, 6, 6, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(6, 6, 6, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(6, 6, 6, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 0.25em;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.25em;
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(238, 238, 238, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #060606;
    border-color: rgba(6, 6, 6, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #060606;
    background-color: rgba(6, 6, 6, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.9);
}

/*=============================
// #7.18 Pop-Up
=============================*/
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 70%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding-left: 2.632rem;
    padding-right: 2.632rem;
    padding-top: 5.579rem;
    padding-bottom: 5.579rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1700px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-left: 2.632rem;
        padding-right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

@media (max-width: 575px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

@media (max-height: 575px) {
    #swipebox-slider .slide .swipebox-video-container {
        padding-bottom: 2.263rem;
        overflow: scroll;
    }
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

@media (max-height: 575px) {
    #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        padding-bottom: 45.75%;
    }
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(../img/loader/loader.svg) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
}

#swipebox-bottom-bar {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#swipebox-top-bar {
    top: 2.263rem;
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    position: absolute;
    cursor: pointer;
    width: 3.421rem;
    height: 3.421rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-size: 1rem;
}

#swipebox-prev:not(.disabled):hover,
  #swipebox-next:not(.disabled):hover,
  #swipebox-close:not(.disabled):hover {
    color: #060606;
    background-color: #ffffff;
}

#swipebox-prev:before,
  #swipebox-next:before,
  #swipebox-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    left: 2.632rem;
}

@media (max-width: 1700px) {
    #swipebox-prev {
        left: 2.632rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-prev {
        left: 1.59515rem;
    }
}

@media (max-width: 575px) {
    #swipebox-prev {
        left: 1.59515rem;
    }
}

#swipebox-next {
    right: 2.632rem;
}

@media (max-width: 1700px) {
    #swipebox-next {
        right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-next {
        right: 1.59515rem;
    }
}

@media (max-width: 575px) {
    #swipebox-next {
        right: 1.59515rem;
    }
}

#swipebox-close {
    top: 2.263rem;
    right: 2.632rem;
    z-index: 9999;
}

@media (max-width: 1700px) {
    #swipebox-close {
        right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    #swipebox-close {
        right: 1.59515rem;
    }
}

@media (max-width: 575px) {
    #swipebox-close {
        right: 1.59515rem;
    }
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

/*=============================
// Skin
=============================*/
#swipebox-overlay {
    background-color: #060606;
}

#swipebox-top-bar {
    color: #ffffff !important;
    font-size: 0.895rem;
}

/*=================================================
// #8 Theme blocks
=================================================*/
/*=============================
// #8.1 Block
=============================*/
:not(#page-title):not(#page-content).block .title h1, :not(#page-title):not(#page-content).block .title h2, :not(#page-title):not(#page-content).block .title h3, :not(#page-title):not(#page-content).block .title h4, :not(#page-title):not(#page-content).block .title h5, :not(#page-title):not(#page-content).block .title h6 {
    padding-bottom: 1.579rem;
    margin-bottom: 0;
}

.block .description {
    max-width: 32.789rem;
}

.block .description-lg {
    max-width: 39.842rem;
}

.block .description-xl {
    max-width: 54rem;
}

[class*='section-height-full'] > [class*='container'] {
    height: 100%;
}

/*=============================
// #8.2 Logo
=============================*/
/*=============================
// Loading
=============================*/
.loading .logo img {
    width: 12rem;
}

/*=============================
// Header
=============================*/
.site-header .logo img, .modal-header .logo img {
    width: 12rem;
}

/*=============================
// Footer
=============================*/
.site-footer .logo img {
    width: 8rem;
}

/*=============================
// #8.3 Header
=============================*/
.site-header {
    position: relative;
    background-color: transparent;
    color: #6c6c6c;
}

.site-header .wrapper, .site-header #swipebox-container {
    padding-top: 2.263rem;
    padding-bottom: 2.263rem;
}

.site-header .header-content .header-left {
    margin-right: 2.632rem;
}

.site-header .header-content .header-right .d-flex > *, .site-header .header-content .header-right .star-raiting > *, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > *, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item > *, .site-header .header-content .header-right .clients .clients-items > *, .clients .site-header .header-content .header-right .clients-items > *, .site-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .site-header .header-content .header-right .clients-item > *, .site-header .header-content .header-right .process > *, .site-header .header-content .header-right .signature > *, .site-header .header-content .header-right .icon-list .icon-list-items > *, .icon-list .site-header .header-content .header-right .icon-list-items > *, .site-header .header-content .header-right .icon-list .icon-list-items .icon-list-item > *, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item > * {
    margin-right: 2.632rem;
}

.site-header .header-content .header-right .d-flex > *:last-child, .site-header .header-content .header-right .star-raiting > *:last-child, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > *:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item > *:last-child, .site-header .header-content .header-right .clients .clients-items > *:last-child, .clients .site-header .header-content .header-right .clients-items > *:last-child, .site-header .header-content .header-right .clients .clients-items .clients-item > *:last-child, .clients .clients-items .site-header .header-content .header-right .clients-item > *:last-child, .site-header .header-content .header-right .process > *:last-child, .site-header .header-content .header-right .signature > *:last-child, .site-header .header-content .header-right .icon-list .icon-list-items > *:last-child, .icon-list .site-header .header-content .header-right .icon-list-items > *:last-child, .site-header .header-content .header-right .icon-list .icon-list-items .icon-list-item > *:last-child, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item > *:last-child {
    margin-right: 0;
}

@media (max-width: 1700px) {
    .site-header .header-content .header-right .d-flex > *, .site-header .header-content .header-right .star-raiting > *, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > *, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item > *, .site-header .header-content .header-right .clients .clients-items > *, .clients .site-header .header-content .header-right .clients-items > *, .site-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .site-header .header-content .header-right .clients-item > *, .site-header .header-content .header-right .process > *, .site-header .header-content .header-right .signature > *, .site-header .header-content .header-right .icon-list .icon-list-items > *, .icon-list .site-header .header-content .header-right .icon-list-items > *, .site-header .header-content .header-right .icon-list .icon-list-items .icon-list-item > *, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item > * {
        margin-right: 1.316rem;
    }
}

.site-header .header-content .header-right .d-flex .search-toggle, .site-header .header-content .header-right .star-raiting .search-toggle, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .search-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .search-toggle, .site-header .header-content .header-right .clients .clients-items .search-toggle, .clients .site-header .header-content .header-right .clients-items .search-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .search-toggle, .site-header .header-content .header-right .process .search-toggle, .site-header .header-content .header-right .signature .search-toggle, .site-header .header-content .header-right .icon-list .icon-list-items .search-toggle, .icon-list .site-header .header-content .header-right .icon-list-items .search-toggle, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .search-toggle, .site-header .header-content .header-right .d-flex .menu-toggle, .site-header .header-content .header-right .star-raiting .menu-toggle, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .menu-toggle, .site-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .site-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle, .site-header .header-content .header-right .process .menu-toggle, .site-header .header-content .header-right .signature .menu-toggle, .site-header .header-content .header-right .icon-list .icon-list-items .menu-toggle, .icon-list .site-header .header-content .header-right .icon-list-items .menu-toggle, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .menu-toggle {
    margin-right: 0;
}

@media (max-width: 767px) {
    .site-header .header-content .header-right .d-flex .search-toggle, .site-header .header-content .header-right .star-raiting .search-toggle, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .search-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .search-toggle, .site-header .header-content .header-right .clients .clients-items .search-toggle, .clients .site-header .header-content .header-right .clients-items .search-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .search-toggle, .site-header .header-content .header-right .process .search-toggle, .site-header .header-content .header-right .signature .search-toggle, .site-header .header-content .header-right .icon-list .icon-list-items .search-toggle, .icon-list .site-header .header-content .header-right .icon-list-items .search-toggle, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .search-toggle, .site-header .header-content .header-right .d-flex .menu-toggle, .site-header .header-content .header-right .star-raiting .menu-toggle, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .menu-toggle, .site-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .site-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle, .site-header .header-content .header-right .process .menu-toggle, .site-header .header-content .header-right .signature .menu-toggle, .site-header .header-content .header-right .icon-list .icon-list-items .menu-toggle, .icon-list .site-header .header-content .header-right .icon-list-items .menu-toggle, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .menu-toggle {
        margin-right: 0.658rem;
    }

    .site-header .header-content .header-right .d-flex .search-toggle:last-child, .site-header .header-content .header-right .star-raiting .search-toggle:last-child, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .search-toggle:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .search-toggle:last-child, .site-header .header-content .header-right .clients .clients-items .search-toggle:last-child, .clients .site-header .header-content .header-right .clients-items .search-toggle:last-child, .clients .clients-items .site-header .header-content .header-right .clients-item .search-toggle:last-child, .site-header .header-content .header-right .process .search-toggle:last-child, .site-header .header-content .header-right .signature .search-toggle:last-child, .site-header .header-content .header-right .icon-list .icon-list-items .search-toggle:last-child, .icon-list .site-header .header-content .header-right .icon-list-items .search-toggle:last-child, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .search-toggle:last-child, .site-header .header-content .header-right .d-flex .menu-toggle:last-child, .site-header .header-content .header-right .star-raiting .menu-toggle:last-child, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .menu-toggle:last-child, .site-header .header-content .header-right .clients .clients-items .menu-toggle:last-child, .clients .site-header .header-content .header-right .clients-items .menu-toggle:last-child, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle:last-child, .site-header .header-content .header-right .process .menu-toggle:last-child, .site-header .header-content .header-right .signature .menu-toggle:last-child, .site-header .header-content .header-right .icon-list .icon-list-items .menu-toggle:last-child, .icon-list .site-header .header-content .header-right .icon-list-items .menu-toggle:last-child, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .menu-toggle:last-child {
        margin-right: 0;
    }
}

.site-header .header-content .header-right .d-flex .menu-toggle, .site-header .header-content .header-right .star-raiting .menu-toggle, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .menu-toggle, .site-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .site-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle, .site-header .header-content .header-right .process .menu-toggle, .site-header .header-content .header-right .signature .menu-toggle, .site-header .header-content .header-right .icon-list .icon-list-items .menu-toggle, .icon-list .site-header .header-content .header-right .icon-list-items .menu-toggle, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .menu-toggle {
    display: none;
}

@media (max-width: 767px) {
    .site-header .header-content .header-right .d-flex > .menu, .site-header .header-content .header-right .star-raiting > .menu, .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > .menu, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item > .menu, .site-header .header-content .header-right .clients .clients-items > .menu, .clients .site-header .header-content .header-right .clients-items > .menu, .site-header .header-content .header-right .clients .clients-items .clients-item > .menu, .clients .clients-items .site-header .header-content .header-right .clients-item > .menu, .site-header .header-content .header-right .process > .menu, .site-header .header-content .header-right .signature > .menu, .site-header .header-content .header-right .icon-list .icon-list-items > .menu, .icon-list .site-header .header-content .header-right .icon-list-items > .menu, .site-header .header-content .header-right .icon-list .icon-list-items .icon-list-item > .menu, .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item > .menu {
        display: none;
    }

    .site-header .header-content .header-right .d-flex .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .star-raiting .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle:not(.adv-light):not(.adv-dark), .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-header .header-content .header-right .reviews-thumbs-item .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .clients .clients-items .menu-toggle:not(.adv-light):not(.adv-dark), .clients .site-header .header-content .header-right .clients-items .menu-toggle:not(.adv-light):not(.adv-dark), .clients .clients-items .site-header .header-content .header-right .clients-item .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .process .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .signature .menu-toggle:not(.adv-light):not(.adv-dark), .site-header .header-content .header-right .icon-list .icon-list-items .menu-toggle:not(.adv-light):not(.adv-dark), .icon-list .site-header .header-content .header-right .icon-list-items .menu-toggle:not(.adv-light):not(.adv-dark), .icon-list .icon-list-items .site-header .header-content .header-right .icon-list-item .menu-toggle:not(.adv-light):not(.adv-dark) {
        display: block;
    }
}

.modal-header .header-content .header-left {
    margin-right: 2.632rem;
}

.modal-header .header-content .header-right .d-flex > *, .modal-header .header-content .header-right .star-raiting > *, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > *, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item > *, .modal-header .header-content .header-right .clients .clients-items > *, .clients .modal-header .header-content .header-right .clients-items > *, .modal-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .modal-header .header-content .header-right .clients-item > *, .modal-header .header-content .header-right .process > *, .modal-header .header-content .header-right .signature > *, .modal-header .header-content .header-right .icon-list .icon-list-items > *, .icon-list .modal-header .header-content .header-right .icon-list-items > *, .modal-header .header-content .header-right .icon-list .icon-list-items .icon-list-item > *, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item > * {
    margin-right: 2.632rem;
}

.modal-header .header-content .header-right .d-flex > *:last-child, .modal-header .header-content .header-right .star-raiting > *:last-child, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > *:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item > *:last-child, .modal-header .header-content .header-right .clients .clients-items > *:last-child, .clients .modal-header .header-content .header-right .clients-items > *:last-child, .modal-header .header-content .header-right .clients .clients-items .clients-item > *:last-child, .clients .clients-items .modal-header .header-content .header-right .clients-item > *:last-child, .modal-header .header-content .header-right .process > *:last-child, .modal-header .header-content .header-right .signature > *:last-child, .modal-header .header-content .header-right .icon-list .icon-list-items > *:last-child, .icon-list .modal-header .header-content .header-right .icon-list-items > *:last-child, .modal-header .header-content .header-right .icon-list .icon-list-items .icon-list-item > *:last-child, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item > *:last-child {
    margin-right: 0;
}

@media (max-width: 1700px) {
    .modal-header .header-content .header-right .d-flex > *, .modal-header .header-content .header-right .star-raiting > *, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > *, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item > *, .modal-header .header-content .header-right .clients .clients-items > *, .clients .modal-header .header-content .header-right .clients-items > *, .modal-header .header-content .header-right .clients .clients-items .clients-item > *, .clients .clients-items .modal-header .header-content .header-right .clients-item > *, .modal-header .header-content .header-right .process > *, .modal-header .header-content .header-right .signature > *, .modal-header .header-content .header-right .icon-list .icon-list-items > *, .icon-list .modal-header .header-content .header-right .icon-list-items > *, .modal-header .header-content .header-right .icon-list .icon-list-items .icon-list-item > *, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item > * {
        margin-right: 1.316rem;
    }
}

.modal-header .header-content .header-right .d-flex .search-toggle, .modal-header .header-content .header-right .star-raiting .search-toggle, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .search-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item .search-toggle, .modal-header .header-content .header-right .clients .clients-items .search-toggle, .clients .modal-header .header-content .header-right .clients-items .search-toggle, .clients .clients-items .modal-header .header-content .header-right .clients-item .search-toggle, .modal-header .header-content .header-right .process .search-toggle, .modal-header .header-content .header-right .signature .search-toggle, .modal-header .header-content .header-right .icon-list .icon-list-items .search-toggle, .icon-list .modal-header .header-content .header-right .icon-list-items .search-toggle, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item .search-toggle, .modal-header .header-content .header-right .d-flex .menu-toggle, .modal-header .header-content .header-right .star-raiting .menu-toggle, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item .menu-toggle, .modal-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .modal-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .modal-header .header-content .header-right .clients-item .menu-toggle, .modal-header .header-content .header-right .process .menu-toggle, .modal-header .header-content .header-right .signature .menu-toggle, .modal-header .header-content .header-right .icon-list .icon-list-items .menu-toggle, .icon-list .modal-header .header-content .header-right .icon-list-items .menu-toggle, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item .menu-toggle {
    margin-right: 1.316rem;
}

.modal-header .header-content .header-right .d-flex .search-toggle:last-child, .modal-header .header-content .header-right .star-raiting .search-toggle:last-child, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .search-toggle:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item .search-toggle:last-child, .modal-header .header-content .header-right .clients .clients-items .search-toggle:last-child, .clients .modal-header .header-content .header-right .clients-items .search-toggle:last-child, .clients .clients-items .modal-header .header-content .header-right .clients-item .search-toggle:last-child, .modal-header .header-content .header-right .process .search-toggle:last-child, .modal-header .header-content .header-right .signature .search-toggle:last-child, .modal-header .header-content .header-right .icon-list .icon-list-items .search-toggle:last-child, .icon-list .modal-header .header-content .header-right .icon-list-items .search-toggle:last-child, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item .search-toggle:last-child, .modal-header .header-content .header-right .d-flex .menu-toggle:last-child, .modal-header .header-content .header-right .star-raiting .menu-toggle:last-child, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item .menu-toggle:last-child, .modal-header .header-content .header-right .clients .clients-items .menu-toggle:last-child, .clients .modal-header .header-content .header-right .clients-items .menu-toggle:last-child, .clients .clients-items .modal-header .header-content .header-right .clients-item .menu-toggle:last-child, .modal-header .header-content .header-right .process .menu-toggle:last-child, .modal-header .header-content .header-right .signature .menu-toggle:last-child, .modal-header .header-content .header-right .icon-list .icon-list-items .menu-toggle:last-child, .icon-list .modal-header .header-content .header-right .icon-list-items .menu-toggle:last-child, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item .menu-toggle:last-child {
    margin-right: 0;
}

@media (max-width: 1700px) {
    .modal-header .header-content .header-right .d-flex .search-toggle, .modal-header .header-content .header-right .star-raiting .search-toggle, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .search-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item .search-toggle, .modal-header .header-content .header-right .clients .clients-items .search-toggle, .clients .modal-header .header-content .header-right .clients-items .search-toggle, .clients .clients-items .modal-header .header-content .header-right .clients-item .search-toggle, .modal-header .header-content .header-right .process .search-toggle, .modal-header .header-content .header-right .signature .search-toggle, .modal-header .header-content .header-right .icon-list .icon-list-items .search-toggle, .icon-list .modal-header .header-content .header-right .icon-list-items .search-toggle, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item .search-toggle, .modal-header .header-content .header-right .d-flex .menu-toggle, .modal-header .header-content .header-right .star-raiting .menu-toggle, .modal-header .header-content .header-right .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item .menu-toggle, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .modal-header .header-content .header-right .reviews-thumbs-item .menu-toggle, .modal-header .header-content .header-right .clients .clients-items .menu-toggle, .clients .modal-header .header-content .header-right .clients-items .menu-toggle, .clients .clients-items .modal-header .header-content .header-right .clients-item .menu-toggle, .modal-header .header-content .header-right .process .menu-toggle, .modal-header .header-content .header-right .signature .menu-toggle, .modal-header .header-content .header-right .icon-list .icon-list-items .menu-toggle, .icon-list .modal-header .header-content .header-right .icon-list-items .menu-toggle, .icon-list .icon-list-items .modal-header .header-content .header-right .icon-list-item .menu-toggle {
        margin-right: 0.658rem;
    }
}

.header-absolute-true header.site-header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 1040;
    min-width: 320px;
    color: #ffffff;
}

.header-absolute-true header.site-header h1:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header h2:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header h3:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header h4:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header h5:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header h6:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header p:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header blockquote:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header pre:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header a:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header abbr:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header address:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header cit:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header code:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
  .header-absolute-true header.site-header del:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header dfn:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header em:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header ins:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header q:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header samp:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header small:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header strong:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header sub:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header sup:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header b:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header i:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header hr:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header dl:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header dt:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header dd:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon),
  .header-absolute-true header.site-header ol:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header ul:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header li:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header fieldset:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header legend:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header label:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header span:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header caption:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header figcaption:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header details:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header hgroup:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header summary:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header mark:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header audio:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon), .header-absolute-true header.site-header video:not(.btn):not(.dropdown-item):not(.dropdown-custom-icon) {
    color: inherit;
}

.header-absolute-true header.site-header a:not(.transform-scale-h):not(.btn):not(.dropdown-item):hover {
    opacity: 0.5;
}

.header-absolute-true.header-fixed header.site-header {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .header-absolute-true.header-fixed header.site-header {
        background-color: transparent;
    }
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > a {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon .dropdown-icon {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item:hover > a {
    color: inherit;
    opacity: 0.5;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item:hover > .dropdown-custom-icon .dropdown-icon {
    color: inherit;
    opacity: 0.5;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.current-nav-item > a, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.active > a, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.show > a {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.current-nav-item > .dropdown-custom-icon .dropdown-icon, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.active > .dropdown-custom-icon .dropdown-icon, .header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item.show > .dropdown-custom-icon .dropdown-icon {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover {
    color: inherit;
}

.header-absolute-true:not(.header-fixed) header#header nav.menu-primary ul.nav li.nav-item > .dropdown-custom-icon:hover .dropdown-icon {
    color: inherit;
}

.header-fixed-true.header-fixed header {
    position: fixed;
    z-index: 1040;
}

@media (max-width: 600px) {
    .header-fixed-true.header-fixed header {
        top: 0;
    }
}

.header-fixed-true.header-fixed header .adv-light {
    display: none;
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-light.menu-toggle {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-light.logo {
        display: none;
    }
}

.header-fixed-true.header-fixed header .adv-dark {
    display: block;
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-dark.menu-toggle {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .header-fixed-true.header-fixed header .adv-dark.logo {
        display: none;
    }
}

.header-fixed-true.header-fixed header .menu {
    margin-right: 0 !important;
}

@media (max-width: 767px) {
    .header-absolute-true:not(.header-fixed) header .adv-light.menu-toggle {
        display: block !important;
    }
}

.header-absolute-true:not(.header-fixed) header .adv-dark {
    display: none;
}

@media (max-width: 767px) {
    .header-absolute-true:not(.header-fixed) header .adv-dark.menu-toggle {
        display: none !important;
    }
}

body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main {
    padding-top: 0;
}

body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix {
    padding-top: 7.895rem;
}

body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > section:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > div:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > header:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > footer:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > main:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > article:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > aside:first-child > nav:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > section:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > div:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > header:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > footer:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > main:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > article:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > aside:first-child,
    body:not([class*='page-header-absolute-and-no-title-and-content-full-width']):not([class*='page-header-fixed-and-no-title-and-content-full-width']).header-absolute-true main > .content > .clearfix > nav:first-child > nav:first-child {
    padding-top: 7.895rem;
    margin-top: -7.895rem;
}

[class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main,
[class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main {
    padding-top: 0;
}

[class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix,
  [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix {
    padding-top: 7.895rem;
}

[class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > section:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > div:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > header:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > footer:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > main:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > article:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > aside:first-child,
    [class*='page-header-absolute-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > nav:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > section:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > div:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > header:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > footer:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > main:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > article:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > aside:first-child,
    [class*='page-header-fixed-and-no-title-and-content-full-width'].header-absolute-true main > .content > .clearfix [class*='section-wrap'] > nav:first-child {
    padding-top: 7.895rem;
    margin-top: -7.895rem;
}

/*=============================
// #8.4 Footer
=============================*/
.site-footer {
    position: relative;
    font-size: 0.895rem;
    background-color: #060606;
    color: #ffffff;
}

.site-footer h1:not(.btn), .site-footer h2:not(.btn), .site-footer h3:not(.btn), .site-footer h4:not(.btn), .site-footer h5:not(.btn), .site-footer h6:not(.btn), .site-footer p:not(.btn), .site-footer blockquote:not(.btn), .site-footer pre:not(.btn), .site-footer a:not(.btn), .site-footer abbr:not(.btn), .site-footer address:not(.btn), .site-footer cit:not(.btn), .site-footer code:not(.btn),
  .site-footer del:not(.btn), .site-footer dfn:not(.btn), .site-footer em:not(.btn), .site-footer ins:not(.btn), .site-footer q:not(.btn), .site-footer samp:not(.btn), .site-footer small:not(.btn), .site-footer strong:not(.btn), .site-footer sub:not(.btn), .site-footer sup:not(.btn), .site-footer b:not(.btn), .site-footer i:not(.btn), .site-footer hr:not(.btn), .site-footer dl:not(.btn), .site-footer dt:not(.btn), .site-footer dd:not(.btn),
  .site-footer ol:not(.btn), .site-footer ul:not(.btn), .site-footer li:not(.btn), .site-footer fieldset:not(.btn), .site-footer legend:not(.btn), .site-footer label:not(.btn), .site-footer span:not(.btn), .site-footer caption:not(.btn), .site-footer figcaption:not(.btn), .site-footer details:not(.btn), .site-footer hgroup:not(.btn), .site-footer summary:not(.btn), .site-footer mark:not(.btn), .site-footer audio:not(.btn), .site-footer video:not(.btn) {
    color: inherit;
}

.site-footer a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.5;
}

.site-footer p {
    font-size: 0.895rem;
}

.site-footer .wrapper, .site-footer #swipebox-container {
    position: relative;
    padding-top: 3.158rem;
    padding-bottom: 3.158rem;
}

@media (max-width: 767px) {
    .site-footer .wrapper .copyright, .site-footer #swipebox-container .copyright {
        text-align: center;
    }
}

.site-footer .footer .d-flex > div, .site-footer .footer .star-raiting > div, .site-footer .footer .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > div, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-footer .footer .reviews-thumbs-item > div, .site-footer .footer .clients .clients-items > div, .clients .site-footer .footer .clients-items > div, .site-footer .footer .clients .clients-items .clients-item > div, .clients .clients-items .site-footer .footer .clients-item > div, .site-footer .footer .process > div, .site-footer .footer .signature > div, .site-footer .footer .icon-list .icon-list-items > div, .icon-list .site-footer .footer .icon-list-items > div, .site-footer .footer .icon-list .icon-list-items .icon-list-item > div, .icon-list .icon-list-items .site-footer .footer .icon-list-item > div {
    padding-left: 1.579rem;
    padding-right: 1.579rem;
}

.site-footer .footer .d-flex > div:first-child, .site-footer .footer .star-raiting > div:first-child, .site-footer .footer .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > div:first-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-footer .footer .reviews-thumbs-item > div:first-child, .site-footer .footer .clients .clients-items > div:first-child, .clients .site-footer .footer .clients-items > div:first-child, .site-footer .footer .clients .clients-items .clients-item > div:first-child, .clients .clients-items .site-footer .footer .clients-item > div:first-child, .site-footer .footer .process > div:first-child, .site-footer .footer .signature > div:first-child, .site-footer .footer .icon-list .icon-list-items > div:first-child, .icon-list .site-footer .footer .icon-list-items > div:first-child, .site-footer .footer .icon-list .icon-list-items .icon-list-item > div:first-child, .icon-list .icon-list-items .site-footer .footer .icon-list-item > div:first-child {
    padding-left: 0;
}

.site-footer .footer .d-flex > div:last-child, .site-footer .footer .star-raiting > div:last-child, .site-footer .footer .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > div:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-footer .footer .reviews-thumbs-item > div:last-child, .site-footer .footer .clients .clients-items > div:last-child, .clients .site-footer .footer .clients-items > div:last-child, .site-footer .footer .clients .clients-items .clients-item > div:last-child, .clients .clients-items .site-footer .footer .clients-item > div:last-child, .site-footer .footer .process > div:last-child, .site-footer .footer .signature > div:last-child, .site-footer .footer .icon-list .icon-list-items > div:last-child, .icon-list .site-footer .footer .icon-list-items > div:last-child, .site-footer .footer .icon-list .icon-list-items .icon-list-item > div:last-child, .icon-list .icon-list-items .site-footer .footer .icon-list-item > div:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .site-footer .footer .d-flex > div, .site-footer .footer .star-raiting > div, .site-footer .footer .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > div, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-footer .footer .reviews-thumbs-item > div, .site-footer .footer .clients .clients-items > div, .clients .site-footer .footer .clients-items > div, .site-footer .footer .clients .clients-items .clients-item > div, .clients .clients-items .site-footer .footer .clients-item > div, .site-footer .footer .process > div, .site-footer .footer .signature > div, .site-footer .footer .icon-list .icon-list-items > div, .icon-list .site-footer .footer .icon-list-items > div, .site-footer .footer .icon-list .icon-list-items .icon-list-item > div, .icon-list .icon-list-items .site-footer .footer .icon-list-item > div {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.579rem;
    }

    .site-footer .footer .d-flex > div:last-child, .site-footer .footer .star-raiting > div:last-child, .site-footer .footer .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item > div:last-child, .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .site-footer .footer .reviews-thumbs-item > div:last-child, .site-footer .footer .clients .clients-items > div:last-child, .clients .site-footer .footer .clients-items > div:last-child, .site-footer .footer .clients .clients-items .clients-item > div:last-child, .clients .clients-items .site-footer .footer .clients-item > div:last-child, .site-footer .footer .process > div:last-child, .site-footer .footer .signature > div:last-child, .site-footer .footer .icon-list .icon-list-items > div:last-child, .icon-list .site-footer .footer .icon-list-items > div:last-child, .site-footer .footer .icon-list .icon-list-items .icon-list-item > div:last-child, .icon-list .icon-list-items .site-footer .footer .icon-list-item > div:last-child {
        margin-bottom: 0;
    }
}

/*=============================
// #8.5 Main
=============================*/
/*=============================
// All page
=============================*/
main {
    padding-top: 6.158rem;
    padding-bottom: 8.421rem;
}

main.content-no-spacing {
    padding-top: 0;
    padding-bottom: 0;
}

main.content-no-spacing #page-content {
    padding-top: 0;
    padding-bottom: 0;
}

.content-top-spacing {
    padding-top: 6.158rem;
}

.content-bottom-spacing {
    padding-bottom: 8.421rem;
}

/*=============================
// #8.6 Page title
=============================*/
#page-title .wrapper, #page-title #swipebox-container {
    position: relative;
    z-index: 1;
}

#page-title .description {
    max-width: 39.842rem;
}

#page-title.page-title-ml .title, #page-title.page-title-ml .description {
    margin-left: 8.7%;
}

@media (max-width: 767px) {
    #page-title.page-title-ml .title, #page-title.page-title-ml .description {
        margin-left: 0;
    }
}

#page-title.with-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    height: calc(100vh + 3.526rem);
    min-height: 600px;
    max-height: 1000px;
    color: #ffffff;
}

#page-title.with-img .wrapper, #page-title.with-img #swipebox-container {
    height: 100%;
}

#page-title.with-img [class*='widget-text-editor'] {
    color: #ffffff;
}

#page-title.with-img h1:not(.btn), #page-title.with-img h2:not(.btn), #page-title.with-img h3:not(.btn), #page-title.with-img h4:not(.btn), #page-title.with-img h5:not(.btn), #page-title.with-img h6:not(.btn), #page-title.with-img p:not(.btn), #page-title.with-img blockquote:not(.btn), #page-title.with-img pre:not(.btn), #page-title.with-img a:not(.btn), #page-title.with-img abbr:not(.btn), #page-title.with-img address:not(.btn), #page-title.with-img cit:not(.btn), #page-title.with-img code:not(.btn),
  #page-title.with-img del:not(.btn), #page-title.with-img dfn:not(.btn), #page-title.with-img em:not(.btn), #page-title.with-img ins:not(.btn), #page-title.with-img q:not(.btn), #page-title.with-img samp:not(.btn), #page-title.with-img small:not(.btn), #page-title.with-img strong:not(.btn), #page-title.with-img sub:not(.btn), #page-title.with-img sup:not(.btn), #page-title.with-img b:not(.btn), #page-title.with-img i:not(.btn), #page-title.with-img hr:not(.btn), #page-title.with-img dl:not(.btn), #page-title.with-img dt:not(.btn), #page-title.with-img dd:not(.btn),
  #page-title.with-img ol:not(.btn), #page-title.with-img ul:not(.btn), #page-title.with-img li:not(.btn), #page-title.with-img fieldset:not(.btn), #page-title.with-img legend:not(.btn), #page-title.with-img label:not(.btn), #page-title.with-img span:not(.btn), #page-title.with-img caption:not(.btn), #page-title.with-img figcaption:not(.btn), #page-title.with-img details:not(.btn), #page-title.with-img hgroup:not(.btn), #page-title.with-img summary:not(.btn), #page-title.with-img mark:not(.btn), #page-title.with-img audio:not(.btn), #page-title.with-img video:not(.btn) {
    color: inherit;
}

#page-title.with-img a:not(.transform-scale-h):not(.btn):hover {
    opacity: 0.5;
}

#page-title .title-opacity .title-opacity-text {
    margin-top: -7.632rem;
}

.page-title-bg-color {
    background-color: #060606;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
}

.page-title-body {
    position: relative;
    z-index: 1;
    padding-bottom: 3.421rem;
}

.page-title-body.page-title-body-space-left {
    padding-left: 8%;
}

@media (max-width: 767px) {
    .page-title-body.page-title-body-space-left {
        padding-left: 2.632rem;
    }
}

.page-title-footer {
    position: absolute !important;
    bottom: 3.158rem;
}

.page-title-footer.full-width {
    left: 2.632rem;
    right: 2.632rem;
}

@media (max-width: 1700px) {
    .page-title-footer.full-width {
        left: 2.632rem;
        right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    .page-title-footer.full-width {
        left: 1.59515rem;
        right: 1.59515rem;
    }
}

@media (max-width: 575px) {
    .page-title-footer.full-width {
        left: 1.59515rem;
        right: 1.59515rem;
    }
}

/*=============================
// #8.7 Page content
=============================*/
#page-content .content h1 {
    margin-bottom: 2.267rem;
}

#page-content .content h1.large {
    margin-bottom: 2.105rem;
}

#page-content .content h2 {
    margin-bottom: 2.45rem;
}

#page-content .content h3 {
    margin-bottom: 2.55rem;
}

#page-content .content h4 {
    margin-bottom: 2.639rem;
}

#page-content .content h5 {
    margin-bottom: 2.692rem;
}

#page-content .content h6 {
    margin-bottom: 2.718rem;
}

#page-content .content p {
    margin-bottom: 2.588rem;
}

#page-content .content h1:last-child, #page-content .content h2:last-child, #page-content .content h3:last-child, #page-content .content h4:last-child, #page-content .content h5:last-child, #page-content .content h6:last-child, #page-content .content p:last-child {
    margin-bottom: 0;
}

#page-content .content h1:not(.card-title)[class*='-title'], #page-content .content h1:not(.card-title)[class*='__title'], #page-content .content h1:not(.card-title)[class*='-heading'], #page-content .content h1:not(.card-title)[class*='__heading'], #page-content .content h2:not(.card-title)[class*='-title'], #page-content .content h2:not(.card-title)[class*='__title'], #page-content .content h2:not(.card-title)[class*='-heading'], #page-content .content h2:not(.card-title)[class*='__heading'], #page-content .content h3:not(.card-title)[class*='-title'], #page-content .content h3:not(.card-title)[class*='__title'], #page-content .content h3:not(.card-title)[class*='-heading'], #page-content .content h3:not(.card-title)[class*='__heading'], #page-content .content h4:not(.card-title)[class*='-title'], #page-content .content h4:not(.card-title)[class*='__title'], #page-content .content h4:not(.card-title)[class*='-heading'], #page-content .content h4:not(.card-title)[class*='__heading'], #page-content .content h5:not(.card-title)[class*='-title'], #page-content .content h5:not(.card-title)[class*='__title'], #page-content .content h5:not(.card-title)[class*='-heading'], #page-content .content h5:not(.card-title)[class*='__heading'], #page-content .content h6:not(.card-title)[class*='-title'], #page-content .content h6:not(.card-title)[class*='__title'], #page-content .content h6:not(.card-title)[class*='-heading'], #page-content .content h6:not(.card-title)[class*='__heading'], #page-content .content p:not(.card-title)[class*='-title'], #page-content .content p:not(.card-title)[class*='__title'], #page-content .content p:not(.card-title)[class*='-heading'], #page-content .content p:not(.card-title)[class*='__heading'] {
    margin-bottom: 0;
}

#page-content .content [class*='-block-']:not([class*='-block-spacer']) {
    margin-bottom: 3.158rem;
}

#page-content .content [class*='-block-']:last-child {
    margin-bottom: 0;
}

#page-content .content [class*='-block-'] [class*='-block-'] {
    margin-bottom: 0;
}

#page-content .content [class*='-block-'] [class*='-block-'] [class*='-block-button'] {
    margin-bottom: 3.158rem;
}

#page-content .content [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child {
    margin-bottom: 0;
}

#page-content .content [class*='-block-columns'] {
    margin-bottom: 0 !important;
}

#page-content .content [class*='-block-columns'] [class*='-block-column'] {
    margin-bottom: 3.158rem;
}

#page-content .content [class*='-block-group'].has-background {
    padding: 3.158rem;
}

@media (max-width: 1199px) {
    #page-content .content [class*='-block-group'].has-background {
        padding: 1.91394rem;
    }
}

#page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] {
    padding: 3.158rem;
}

@media (max-width: 1199px) {
    #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] {
        padding: 1.91394rem;
    }
}

#page-content .content figure:last-child {
    margin-bottom: 0;
}

#page-content .content table {
    width: 100%;
    margin-bottom: 3.158rem;
}

#page-content .content table:last-child {
    margin-bottom: 0;
}

#page-content .content .is-cropped [class*='-gallery-item'] img {
    height: 100%;
}

#page-content .content ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']) {
    margin-bottom: 1.009rem;
}

#page-content .content ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child {
    margin-bottom: 0;
}

#page-content .content ul ol, #page-content .content ul ul, #page-content .content ol ol, #page-content .content ol ul {
    margin-top: 1.009rem;
}

#page-content .content address, #page-content .content dl, #page-content .content ol, #page-content .content ul, #page-content .content pre, #page-content .content hr, #page-content .content blockquote, #page-content .content .blockquote {
    margin-bottom: 3.158rem;
}

#page-content .content address:last-child, #page-content .content dl:last-child, #page-content .content ol:last-child, #page-content .content ul:last-child, #page-content .content pre:last-child, #page-content .content hr:last-child, #page-content .content blockquote:last-child, #page-content .content .blockquote:last-child {
    margin-bottom: 0;
}

#page-content .content .gallery {
    margin-bottom: 2.895rem;
}

#page-content .content .gallery .gallery-item {
    margin-bottom: 3.158rem;
}

#page-content .content .gallery .gallery-item:last-child {
    margin-bottom: 0;
}

#page-content .content .gallery:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default h1, #page-content .content blockquote h1, #page-content .content .blockquote h1, #page-content .content .alert h1, #page-content .content .wpcf7-form [class*='response-output'] h1, .wpcf7-form #page-content .content [class*='response-output'] h1, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h1, #page-content .content .card-post h1, #page-content .content .widget-area h1, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1, #page-content .content .about h1, #page-content .content .contacts-item h1, #page-content .content .bd-example:not(.style-none) h1, #page-content .content .bd-callout h1, #page-content .content .adv-slider-reviews .thumbs .reviews-results h1, .adv-slider-reviews .thumbs #page-content .content .reviews-results h1, #page-content .content .team-member h1, #page-content .content .price-table h1, #page-content .content .service h1, #page-content .content .process h1, #page-content .content .signature h1 {
    margin-bottom: 0.688rem;
}

#page-content .content .style-default h1.large, #page-content .content blockquote h1.large, #page-content .content .blockquote h1.large, #page-content .content .alert h1.large, #page-content .content .wpcf7-form [class*='response-output'] h1.large, .wpcf7-form #page-content .content [class*='response-output'] h1.large, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1.large, #page-content .content .card-post h1.large, #page-content .content .widget-area h1.large, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1.large, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1.large, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1.large, #page-content .content .about h1.large, #page-content .content .contacts-item h1.large, #page-content .content .bd-example:not(.style-none) h1.large, #page-content .content .bd-callout h1.large, #page-content .content .adv-slider-reviews .thumbs .reviews-results h1.large, .adv-slider-reviews .thumbs #page-content .content .reviews-results h1.large, #page-content .content .team-member h1.large, #page-content .content .price-table h1.large, #page-content .content .service h1.large, #page-content .content .process h1.large, #page-content .content .signature h1.large {
    margin-bottom: 0.526rem;
}

#page-content .content .style-default h2, #page-content .content blockquote h2, #page-content .content .blockquote h2, #page-content .content .alert h2, #page-content .content .wpcf7-form [class*='response-output'] h2, .wpcf7-form #page-content .content [class*='response-output'] h2, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h2, #page-content .content .card-post h2, #page-content .content .widget-area h2, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2, #page-content .content .about h2, #page-content .content .contacts-item h2, #page-content .content .bd-example:not(.style-none) h2, #page-content .content .bd-callout h2, #page-content .content .adv-slider-reviews .thumbs .reviews-results h2, .adv-slider-reviews .thumbs #page-content .content .reviews-results h2, #page-content .content .team-member h2, #page-content .content .price-table h2, #page-content .content .service h2, #page-content .content .process h2, #page-content .content .signature h2 {
    margin-bottom: 0.871rem;
}

#page-content .content .style-default h3, #page-content .content blockquote h3, #page-content .content .blockquote h3, #page-content .content .alert h3, #page-content .content .wpcf7-form [class*='response-output'] h3, .wpcf7-form #page-content .content [class*='response-output'] h3, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h3, #page-content .content .card-post h3, #page-content .content .widget-area h3, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3, #page-content .content .about h3, #page-content .content .contacts-item h3, #page-content .content .bd-example:not(.style-none) h3, #page-content .content .bd-callout h3, #page-content .content .adv-slider-reviews .thumbs .reviews-results h3, .adv-slider-reviews .thumbs #page-content .content .reviews-results h3, #page-content .content .team-member h3, #page-content .content .price-table h3, #page-content .content .service h3, #page-content .content .process h3, #page-content .content .signature h3 {
    margin-bottom: 0.971rem;
}

#page-content .content .style-default h4, #page-content .content blockquote h4, #page-content .content .blockquote h4, #page-content .content .alert h4, #page-content .content .wpcf7-form [class*='response-output'] h4, .wpcf7-form #page-content .content [class*='response-output'] h4, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h4, #page-content .content .card-post h4, #page-content .content .widget-area h4, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4, #page-content .content .about h4, #page-content .content .contacts-item h4, #page-content .content .bd-example:not(.style-none) h4, #page-content .content .bd-callout h4, #page-content .content .adv-slider-reviews .thumbs .reviews-results h4, .adv-slider-reviews .thumbs #page-content .content .reviews-results h4, #page-content .content .team-member h4, #page-content .content .price-table h4, #page-content .content .service h4, #page-content .content .process h4, #page-content .content .signature h4 {
    margin-bottom: 1.06rem;
}

#page-content .content .style-default h5, #page-content .content blockquote h5, #page-content .content .blockquote h5, #page-content .content .alert h5, #page-content .content .wpcf7-form [class*='response-output'] h5, .wpcf7-form #page-content .content [class*='response-output'] h5, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h5, #page-content .content .card-post h5, #page-content .content .widget-area h5, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5, #page-content .content .about h5, #page-content .content .contacts-item h5, #page-content .content .bd-example:not(.style-none) h5, #page-content .content .bd-callout h5, #page-content .content .adv-slider-reviews .thumbs .reviews-results h5, .adv-slider-reviews .thumbs #page-content .content .reviews-results h5, #page-content .content .team-member h5, #page-content .content .price-table h5, #page-content .content .service h5, #page-content .content .process h5, #page-content .content .signature h5 {
    margin-bottom: 1.113rem;
}

#page-content .content .style-default h6, #page-content .content blockquote h6, #page-content .content .blockquote h6, #page-content .content .alert h6, #page-content .content .wpcf7-form [class*='response-output'] h6, .wpcf7-form #page-content .content [class*='response-output'] h6, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] h6, #page-content .content .card-post h6, #page-content .content .widget-area h6, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6, #page-content .content .about h6, #page-content .content .contacts-item h6, #page-content .content .bd-example:not(.style-none) h6, #page-content .content .bd-callout h6, #page-content .content .adv-slider-reviews .thumbs .reviews-results h6, .adv-slider-reviews .thumbs #page-content .content .reviews-results h6, #page-content .content .team-member h6, #page-content .content .price-table h6, #page-content .content .service h6, #page-content .content .process h6, #page-content .content .signature h6 {
    margin-bottom: 1.139rem;
}

#page-content .content .style-default p, #page-content .content blockquote p, #page-content .content .blockquote p, #page-content .content .alert p, #page-content .content .wpcf7-form [class*='response-output'] p, .wpcf7-form #page-content .content [class*='response-output'] p, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] p, #page-content .content .card-post p, #page-content .content .widget-area p, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p, #page-content .content .about p, #page-content .content .contacts-item p, #page-content .content .bd-example:not(.style-none) p, #page-content .content .bd-callout p, #page-content .content .adv-slider-reviews .thumbs .reviews-results p, .adv-slider-reviews .thumbs #page-content .content .reviews-results p, #page-content .content .team-member p, #page-content .content .price-table p, #page-content .content .service p, #page-content .content .process p, #page-content .content .signature p {
    margin-bottom: 1.009rem;
}

#page-content .content .style-default h1:last-child, #page-content .content blockquote h1:last-child, #page-content .content .blockquote h1:last-child, #page-content .content .alert h1:last-child, #page-content .content .wpcf7-form [class*='response-output'] h1:last-child, .wpcf7-form #page-content .content [class*='response-output'] h1:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:last-child, #page-content .content .card-post h1:last-child, #page-content .content .widget-area h1:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:last-child, #page-content .content .about h1:last-child, #page-content .content .contacts-item h1:last-child, #page-content .content .bd-example:not(.style-none) h1:last-child, #page-content .content .bd-callout h1:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results h1:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results h1:last-child, #page-content .content .team-member h1:last-child, #page-content .content .price-table h1:last-child, #page-content .content .service h1:last-child, #page-content .content .process h1:last-child, #page-content .content .signature h1:last-child, #page-content .content .style-default h2:last-child, #page-content .content blockquote h2:last-child, #page-content .content .blockquote h2:last-child, #page-content .content .alert h2:last-child, #page-content .content .wpcf7-form [class*='response-output'] h2:last-child, .wpcf7-form #page-content .content [class*='response-output'] h2:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:last-child, #page-content .content .card-post h2:last-child, #page-content .content .widget-area h2:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:last-child, #page-content .content .about h2:last-child, #page-content .content .contacts-item h2:last-child, #page-content .content .bd-example:not(.style-none) h2:last-child, #page-content .content .bd-callout h2:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results h2:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results h2:last-child, #page-content .content .team-member h2:last-child, #page-content .content .price-table h2:last-child, #page-content .content .service h2:last-child, #page-content .content .process h2:last-child, #page-content .content .signature h2:last-child, #page-content .content .style-default h3:last-child, #page-content .content blockquote h3:last-child, #page-content .content .blockquote h3:last-child, #page-content .content .alert h3:last-child, #page-content .content .wpcf7-form [class*='response-output'] h3:last-child, .wpcf7-form #page-content .content [class*='response-output'] h3:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:last-child, #page-content .content .card-post h3:last-child, #page-content .content .widget-area h3:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:last-child, #page-content .content .about h3:last-child, #page-content .content .contacts-item h3:last-child, #page-content .content .bd-example:not(.style-none) h3:last-child, #page-content .content .bd-callout h3:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results h3:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results h3:last-child, #page-content .content .team-member h3:last-child, #page-content .content .price-table h3:last-child, #page-content .content .service h3:last-child, #page-content .content .process h3:last-child, #page-content .content .signature h3:last-child, #page-content .content .style-default h4:last-child, #page-content .content blockquote h4:last-child, #page-content .content .blockquote h4:last-child, #page-content .content .alert h4:last-child, #page-content .content .wpcf7-form [class*='response-output'] h4:last-child, .wpcf7-form #page-content .content [class*='response-output'] h4:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:last-child, #page-content .content .card-post h4:last-child, #page-content .content .widget-area h4:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:last-child, #page-content .content .about h4:last-child, #page-content .content .contacts-item h4:last-child, #page-content .content .bd-example:not(.style-none) h4:last-child, #page-content .content .bd-callout h4:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results h4:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results h4:last-child, #page-content .content .team-member h4:last-child, #page-content .content .price-table h4:last-child, #page-content .content .service h4:last-child, #page-content .content .process h4:last-child, #page-content .content .signature h4:last-child, #page-content .content .style-default h5:last-child, #page-content .content blockquote h5:last-child, #page-content .content .blockquote h5:last-child, #page-content .content .alert h5:last-child, #page-content .content .wpcf7-form [class*='response-output'] h5:last-child, .wpcf7-form #page-content .content [class*='response-output'] h5:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:last-child, #page-content .content .card-post h5:last-child, #page-content .content .widget-area h5:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:last-child, #page-content .content .about h5:last-child, #page-content .content .contacts-item h5:last-child, #page-content .content .bd-example:not(.style-none) h5:last-child, #page-content .content .bd-callout h5:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results h5:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results h5:last-child, #page-content .content .team-member h5:last-child, #page-content .content .price-table h5:last-child, #page-content .content .service h5:last-child, #page-content .content .process h5:last-child, #page-content .content .signature h5:last-child, #page-content .content .style-default h6:last-child, #page-content .content blockquote h6:last-child, #page-content .content .blockquote h6:last-child, #page-content .content .alert h6:last-child, #page-content .content .wpcf7-form [class*='response-output'] h6:last-child, .wpcf7-form #page-content .content [class*='response-output'] h6:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:last-child, #page-content .content .card-post h6:last-child, #page-content .content .widget-area h6:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:last-child, #page-content .content .about h6:last-child, #page-content .content .contacts-item h6:last-child, #page-content .content .bd-example:not(.style-none) h6:last-child, #page-content .content .bd-callout h6:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results h6:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results h6:last-child, #page-content .content .team-member h6:last-child, #page-content .content .price-table h6:last-child, #page-content .content .service h6:last-child, #page-content .content .process h6:last-child, #page-content .content .signature h6:last-child, #page-content .content .style-default p:last-child, #page-content .content blockquote p:last-child, #page-content .content .blockquote p:last-child, #page-content .content .alert p:last-child, #page-content .content .wpcf7-form [class*='response-output'] p:last-child, .wpcf7-form #page-content .content [class*='response-output'] p:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:last-child, #page-content .content .card-post p:last-child, #page-content .content .widget-area p:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:last-child, #page-content .content .about p:last-child, #page-content .content .contacts-item p:last-child, #page-content .content .bd-example:not(.style-none) p:last-child, #page-content .content .bd-callout p:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results p:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results p:last-child, #page-content .content .team-member p:last-child, #page-content .content .price-table p:last-child, #page-content .content .service p:last-child, #page-content .content .process p:last-child, #page-content .content .signature p:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default h1:not(.card-title)[class*='-title'], #page-content .content blockquote h1:not(.card-title)[class*='-title'], #page-content .content .blockquote h1:not(.card-title)[class*='-title'], #page-content .content .alert h1:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='-title'], #page-content .content .card-post h1:not(.card-title)[class*='-title'], #page-content .content .widget-area h1:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-title'], #page-content .content .about h1:not(.card-title)[class*='-title'], #page-content .content .contacts-item h1:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='-title'], #page-content .content .bd-callout h1:not(.card-title)[class*='-title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h1:not(.card-title)[class*='-title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h1:not(.card-title)[class*='-title'], #page-content .content .team-member h1:not(.card-title)[class*='-title'], #page-content .content .price-table h1:not(.card-title)[class*='-title'], #page-content .content .service h1:not(.card-title)[class*='-title'], #page-content .content .process h1:not(.card-title)[class*='-title'], #page-content .content .signature h1:not(.card-title)[class*='-title'], #page-content .content .style-default h1:not(.card-title)[class*='__title'], #page-content .content blockquote h1:not(.card-title)[class*='__title'], #page-content .content .blockquote h1:not(.card-title)[class*='__title'], #page-content .content .alert h1:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='__title'], #page-content .content .card-post h1:not(.card-title)[class*='__title'], #page-content .content .widget-area h1:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__title'], #page-content .content .about h1:not(.card-title)[class*='__title'], #page-content .content .contacts-item h1:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='__title'], #page-content .content .bd-callout h1:not(.card-title)[class*='__title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h1:not(.card-title)[class*='__title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h1:not(.card-title)[class*='__title'], #page-content .content .team-member h1:not(.card-title)[class*='__title'], #page-content .content .price-table h1:not(.card-title)[class*='__title'], #page-content .content .service h1:not(.card-title)[class*='__title'], #page-content .content .process h1:not(.card-title)[class*='__title'], #page-content .content .signature h1:not(.card-title)[class*='__title'], #page-content .content .style-default h1:not(.card-title)[class*='-heading'], #page-content .content blockquote h1:not(.card-title)[class*='-heading'], #page-content .content .blockquote h1:not(.card-title)[class*='-heading'], #page-content .content .alert h1:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='-heading'], #page-content .content .card-post h1:not(.card-title)[class*='-heading'], #page-content .content .widget-area h1:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='-heading'], #page-content .content .about h1:not(.card-title)[class*='-heading'], #page-content .content .contacts-item h1:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h1:not(.card-title)[class*='-heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h1:not(.card-title)[class*='-heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h1:not(.card-title)[class*='-heading'], #page-content .content .team-member h1:not(.card-title)[class*='-heading'], #page-content .content .price-table h1:not(.card-title)[class*='-heading'], #page-content .content .service h1:not(.card-title)[class*='-heading'], #page-content .content .process h1:not(.card-title)[class*='-heading'], #page-content .content .signature h1:not(.card-title)[class*='-heading'], #page-content .content .style-default h1:not(.card-title)[class*='__heading'], #page-content .content blockquote h1:not(.card-title)[class*='__heading'], #page-content .content .blockquote h1:not(.card-title)[class*='__heading'], #page-content .content .alert h1:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h1:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h1:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h1:not(.card-title)[class*='__heading'], #page-content .content .card-post h1:not(.card-title)[class*='__heading'], #page-content .content .widget-area h1:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h1:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h1:not(.card-title)[class*='__heading'], #page-content .content .about h1:not(.card-title)[class*='__heading'], #page-content .content .contacts-item h1:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h1:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h1:not(.card-title)[class*='__heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h1:not(.card-title)[class*='__heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h1:not(.card-title)[class*='__heading'], #page-content .content .team-member h1:not(.card-title)[class*='__heading'], #page-content .content .price-table h1:not(.card-title)[class*='__heading'], #page-content .content .service h1:not(.card-title)[class*='__heading'], #page-content .content .process h1:not(.card-title)[class*='__heading'], #page-content .content .signature h1:not(.card-title)[class*='__heading'], #page-content .content .style-default h2:not(.card-title)[class*='-title'], #page-content .content blockquote h2:not(.card-title)[class*='-title'], #page-content .content .blockquote h2:not(.card-title)[class*='-title'], #page-content .content .alert h2:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='-title'], #page-content .content .card-post h2:not(.card-title)[class*='-title'], #page-content .content .widget-area h2:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-title'], #page-content .content .about h2:not(.card-title)[class*='-title'], #page-content .content .contacts-item h2:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='-title'], #page-content .content .bd-callout h2:not(.card-title)[class*='-title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h2:not(.card-title)[class*='-title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h2:not(.card-title)[class*='-title'], #page-content .content .team-member h2:not(.card-title)[class*='-title'], #page-content .content .price-table h2:not(.card-title)[class*='-title'], #page-content .content .service h2:not(.card-title)[class*='-title'], #page-content .content .process h2:not(.card-title)[class*='-title'], #page-content .content .signature h2:not(.card-title)[class*='-title'], #page-content .content .style-default h2:not(.card-title)[class*='__title'], #page-content .content blockquote h2:not(.card-title)[class*='__title'], #page-content .content .blockquote h2:not(.card-title)[class*='__title'], #page-content .content .alert h2:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='__title'], #page-content .content .card-post h2:not(.card-title)[class*='__title'], #page-content .content .widget-area h2:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__title'], #page-content .content .about h2:not(.card-title)[class*='__title'], #page-content .content .contacts-item h2:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='__title'], #page-content .content .bd-callout h2:not(.card-title)[class*='__title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h2:not(.card-title)[class*='__title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h2:not(.card-title)[class*='__title'], #page-content .content .team-member h2:not(.card-title)[class*='__title'], #page-content .content .price-table h2:not(.card-title)[class*='__title'], #page-content .content .service h2:not(.card-title)[class*='__title'], #page-content .content .process h2:not(.card-title)[class*='__title'], #page-content .content .signature h2:not(.card-title)[class*='__title'], #page-content .content .style-default h2:not(.card-title)[class*='-heading'], #page-content .content blockquote h2:not(.card-title)[class*='-heading'], #page-content .content .blockquote h2:not(.card-title)[class*='-heading'], #page-content .content .alert h2:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='-heading'], #page-content .content .card-post h2:not(.card-title)[class*='-heading'], #page-content .content .widget-area h2:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='-heading'], #page-content .content .about h2:not(.card-title)[class*='-heading'], #page-content .content .contacts-item h2:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h2:not(.card-title)[class*='-heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h2:not(.card-title)[class*='-heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h2:not(.card-title)[class*='-heading'], #page-content .content .team-member h2:not(.card-title)[class*='-heading'], #page-content .content .price-table h2:not(.card-title)[class*='-heading'], #page-content .content .service h2:not(.card-title)[class*='-heading'], #page-content .content .process h2:not(.card-title)[class*='-heading'], #page-content .content .signature h2:not(.card-title)[class*='-heading'], #page-content .content .style-default h2:not(.card-title)[class*='__heading'], #page-content .content blockquote h2:not(.card-title)[class*='__heading'], #page-content .content .blockquote h2:not(.card-title)[class*='__heading'], #page-content .content .alert h2:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h2:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h2:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h2:not(.card-title)[class*='__heading'], #page-content .content .card-post h2:not(.card-title)[class*='__heading'], #page-content .content .widget-area h2:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h2:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h2:not(.card-title)[class*='__heading'], #page-content .content .about h2:not(.card-title)[class*='__heading'], #page-content .content .contacts-item h2:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h2:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h2:not(.card-title)[class*='__heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h2:not(.card-title)[class*='__heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h2:not(.card-title)[class*='__heading'], #page-content .content .team-member h2:not(.card-title)[class*='__heading'], #page-content .content .price-table h2:not(.card-title)[class*='__heading'], #page-content .content .service h2:not(.card-title)[class*='__heading'], #page-content .content .process h2:not(.card-title)[class*='__heading'], #page-content .content .signature h2:not(.card-title)[class*='__heading'], #page-content .content .style-default h3:not(.card-title)[class*='-title'], #page-content .content blockquote h3:not(.card-title)[class*='-title'], #page-content .content .blockquote h3:not(.card-title)[class*='-title'], #page-content .content .alert h3:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='-title'], #page-content .content .card-post h3:not(.card-title)[class*='-title'], #page-content .content .widget-area h3:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-title'], #page-content .content .about h3:not(.card-title)[class*='-title'], #page-content .content .contacts-item h3:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='-title'], #page-content .content .bd-callout h3:not(.card-title)[class*='-title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h3:not(.card-title)[class*='-title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h3:not(.card-title)[class*='-title'], #page-content .content .team-member h3:not(.card-title)[class*='-title'], #page-content .content .price-table h3:not(.card-title)[class*='-title'], #page-content .content .service h3:not(.card-title)[class*='-title'], #page-content .content .process h3:not(.card-title)[class*='-title'], #page-content .content .signature h3:not(.card-title)[class*='-title'], #page-content .content .style-default h3:not(.card-title)[class*='__title'], #page-content .content blockquote h3:not(.card-title)[class*='__title'], #page-content .content .blockquote h3:not(.card-title)[class*='__title'], #page-content .content .alert h3:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='__title'], #page-content .content .card-post h3:not(.card-title)[class*='__title'], #page-content .content .widget-area h3:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__title'], #page-content .content .about h3:not(.card-title)[class*='__title'], #page-content .content .contacts-item h3:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='__title'], #page-content .content .bd-callout h3:not(.card-title)[class*='__title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h3:not(.card-title)[class*='__title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h3:not(.card-title)[class*='__title'], #page-content .content .team-member h3:not(.card-title)[class*='__title'], #page-content .content .price-table h3:not(.card-title)[class*='__title'], #page-content .content .service h3:not(.card-title)[class*='__title'], #page-content .content .process h3:not(.card-title)[class*='__title'], #page-content .content .signature h3:not(.card-title)[class*='__title'], #page-content .content .style-default h3:not(.card-title)[class*='-heading'], #page-content .content blockquote h3:not(.card-title)[class*='-heading'], #page-content .content .blockquote h3:not(.card-title)[class*='-heading'], #page-content .content .alert h3:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='-heading'], #page-content .content .card-post h3:not(.card-title)[class*='-heading'], #page-content .content .widget-area h3:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='-heading'], #page-content .content .about h3:not(.card-title)[class*='-heading'], #page-content .content .contacts-item h3:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h3:not(.card-title)[class*='-heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h3:not(.card-title)[class*='-heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h3:not(.card-title)[class*='-heading'], #page-content .content .team-member h3:not(.card-title)[class*='-heading'], #page-content .content .price-table h3:not(.card-title)[class*='-heading'], #page-content .content .service h3:not(.card-title)[class*='-heading'], #page-content .content .process h3:not(.card-title)[class*='-heading'], #page-content .content .signature h3:not(.card-title)[class*='-heading'], #page-content .content .style-default h3:not(.card-title)[class*='__heading'], #page-content .content blockquote h3:not(.card-title)[class*='__heading'], #page-content .content .blockquote h3:not(.card-title)[class*='__heading'], #page-content .content .alert h3:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h3:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h3:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h3:not(.card-title)[class*='__heading'], #page-content .content .card-post h3:not(.card-title)[class*='__heading'], #page-content .content .widget-area h3:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h3:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h3:not(.card-title)[class*='__heading'], #page-content .content .about h3:not(.card-title)[class*='__heading'], #page-content .content .contacts-item h3:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h3:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h3:not(.card-title)[class*='__heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h3:not(.card-title)[class*='__heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h3:not(.card-title)[class*='__heading'], #page-content .content .team-member h3:not(.card-title)[class*='__heading'], #page-content .content .price-table h3:not(.card-title)[class*='__heading'], #page-content .content .service h3:not(.card-title)[class*='__heading'], #page-content .content .process h3:not(.card-title)[class*='__heading'], #page-content .content .signature h3:not(.card-title)[class*='__heading'], #page-content .content .style-default h4:not(.card-title)[class*='-title'], #page-content .content blockquote h4:not(.card-title)[class*='-title'], #page-content .content .blockquote h4:not(.card-title)[class*='-title'], #page-content .content .alert h4:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='-title'], #page-content .content .card-post h4:not(.card-title)[class*='-title'], #page-content .content .widget-area h4:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-title'], #page-content .content .about h4:not(.card-title)[class*='-title'], #page-content .content .contacts-item h4:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='-title'], #page-content .content .bd-callout h4:not(.card-title)[class*='-title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h4:not(.card-title)[class*='-title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h4:not(.card-title)[class*='-title'], #page-content .content .team-member h4:not(.card-title)[class*='-title'], #page-content .content .price-table h4:not(.card-title)[class*='-title'], #page-content .content .service h4:not(.card-title)[class*='-title'], #page-content .content .process h4:not(.card-title)[class*='-title'], #page-content .content .signature h4:not(.card-title)[class*='-title'], #page-content .content .style-default h4:not(.card-title)[class*='__title'], #page-content .content blockquote h4:not(.card-title)[class*='__title'], #page-content .content .blockquote h4:not(.card-title)[class*='__title'], #page-content .content .alert h4:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='__title'], #page-content .content .card-post h4:not(.card-title)[class*='__title'], #page-content .content .widget-area h4:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__title'], #page-content .content .about h4:not(.card-title)[class*='__title'], #page-content .content .contacts-item h4:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='__title'], #page-content .content .bd-callout h4:not(.card-title)[class*='__title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h4:not(.card-title)[class*='__title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h4:not(.card-title)[class*='__title'], #page-content .content .team-member h4:not(.card-title)[class*='__title'], #page-content .content .price-table h4:not(.card-title)[class*='__title'], #page-content .content .service h4:not(.card-title)[class*='__title'], #page-content .content .process h4:not(.card-title)[class*='__title'], #page-content .content .signature h4:not(.card-title)[class*='__title'], #page-content .content .style-default h4:not(.card-title)[class*='-heading'], #page-content .content blockquote h4:not(.card-title)[class*='-heading'], #page-content .content .blockquote h4:not(.card-title)[class*='-heading'], #page-content .content .alert h4:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='-heading'], #page-content .content .card-post h4:not(.card-title)[class*='-heading'], #page-content .content .widget-area h4:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='-heading'], #page-content .content .about h4:not(.card-title)[class*='-heading'], #page-content .content .contacts-item h4:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h4:not(.card-title)[class*='-heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h4:not(.card-title)[class*='-heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h4:not(.card-title)[class*='-heading'], #page-content .content .team-member h4:not(.card-title)[class*='-heading'], #page-content .content .price-table h4:not(.card-title)[class*='-heading'], #page-content .content .service h4:not(.card-title)[class*='-heading'], #page-content .content .process h4:not(.card-title)[class*='-heading'], #page-content .content .signature h4:not(.card-title)[class*='-heading'], #page-content .content .style-default h4:not(.card-title)[class*='__heading'], #page-content .content blockquote h4:not(.card-title)[class*='__heading'], #page-content .content .blockquote h4:not(.card-title)[class*='__heading'], #page-content .content .alert h4:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h4:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h4:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h4:not(.card-title)[class*='__heading'], #page-content .content .card-post h4:not(.card-title)[class*='__heading'], #page-content .content .widget-area h4:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h4:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h4:not(.card-title)[class*='__heading'], #page-content .content .about h4:not(.card-title)[class*='__heading'], #page-content .content .contacts-item h4:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h4:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h4:not(.card-title)[class*='__heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h4:not(.card-title)[class*='__heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h4:not(.card-title)[class*='__heading'], #page-content .content .team-member h4:not(.card-title)[class*='__heading'], #page-content .content .price-table h4:not(.card-title)[class*='__heading'], #page-content .content .service h4:not(.card-title)[class*='__heading'], #page-content .content .process h4:not(.card-title)[class*='__heading'], #page-content .content .signature h4:not(.card-title)[class*='__heading'], #page-content .content .style-default h5:not(.card-title)[class*='-title'], #page-content .content blockquote h5:not(.card-title)[class*='-title'], #page-content .content .blockquote h5:not(.card-title)[class*='-title'], #page-content .content .alert h5:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='-title'], #page-content .content .card-post h5:not(.card-title)[class*='-title'], #page-content .content .widget-area h5:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-title'], #page-content .content .about h5:not(.card-title)[class*='-title'], #page-content .content .contacts-item h5:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='-title'], #page-content .content .bd-callout h5:not(.card-title)[class*='-title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h5:not(.card-title)[class*='-title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h5:not(.card-title)[class*='-title'], #page-content .content .team-member h5:not(.card-title)[class*='-title'], #page-content .content .price-table h5:not(.card-title)[class*='-title'], #page-content .content .service h5:not(.card-title)[class*='-title'], #page-content .content .process h5:not(.card-title)[class*='-title'], #page-content .content .signature h5:not(.card-title)[class*='-title'], #page-content .content .style-default h5:not(.card-title)[class*='__title'], #page-content .content blockquote h5:not(.card-title)[class*='__title'], #page-content .content .blockquote h5:not(.card-title)[class*='__title'], #page-content .content .alert h5:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='__title'], #page-content .content .card-post h5:not(.card-title)[class*='__title'], #page-content .content .widget-area h5:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__title'], #page-content .content .about h5:not(.card-title)[class*='__title'], #page-content .content .contacts-item h5:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='__title'], #page-content .content .bd-callout h5:not(.card-title)[class*='__title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h5:not(.card-title)[class*='__title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h5:not(.card-title)[class*='__title'], #page-content .content .team-member h5:not(.card-title)[class*='__title'], #page-content .content .price-table h5:not(.card-title)[class*='__title'], #page-content .content .service h5:not(.card-title)[class*='__title'], #page-content .content .process h5:not(.card-title)[class*='__title'], #page-content .content .signature h5:not(.card-title)[class*='__title'], #page-content .content .style-default h5:not(.card-title)[class*='-heading'], #page-content .content blockquote h5:not(.card-title)[class*='-heading'], #page-content .content .blockquote h5:not(.card-title)[class*='-heading'], #page-content .content .alert h5:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='-heading'], #page-content .content .card-post h5:not(.card-title)[class*='-heading'], #page-content .content .widget-area h5:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='-heading'], #page-content .content .about h5:not(.card-title)[class*='-heading'], #page-content .content .contacts-item h5:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h5:not(.card-title)[class*='-heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h5:not(.card-title)[class*='-heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h5:not(.card-title)[class*='-heading'], #page-content .content .team-member h5:not(.card-title)[class*='-heading'], #page-content .content .price-table h5:not(.card-title)[class*='-heading'], #page-content .content .service h5:not(.card-title)[class*='-heading'], #page-content .content .process h5:not(.card-title)[class*='-heading'], #page-content .content .signature h5:not(.card-title)[class*='-heading'], #page-content .content .style-default h5:not(.card-title)[class*='__heading'], #page-content .content blockquote h5:not(.card-title)[class*='__heading'], #page-content .content .blockquote h5:not(.card-title)[class*='__heading'], #page-content .content .alert h5:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h5:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h5:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h5:not(.card-title)[class*='__heading'], #page-content .content .card-post h5:not(.card-title)[class*='__heading'], #page-content .content .widget-area h5:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h5:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h5:not(.card-title)[class*='__heading'], #page-content .content .about h5:not(.card-title)[class*='__heading'], #page-content .content .contacts-item h5:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h5:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h5:not(.card-title)[class*='__heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h5:not(.card-title)[class*='__heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h5:not(.card-title)[class*='__heading'], #page-content .content .team-member h5:not(.card-title)[class*='__heading'], #page-content .content .price-table h5:not(.card-title)[class*='__heading'], #page-content .content .service h5:not(.card-title)[class*='__heading'], #page-content .content .process h5:not(.card-title)[class*='__heading'], #page-content .content .signature h5:not(.card-title)[class*='__heading'], #page-content .content .style-default h6:not(.card-title)[class*='-title'], #page-content .content blockquote h6:not(.card-title)[class*='-title'], #page-content .content .blockquote h6:not(.card-title)[class*='-title'], #page-content .content .alert h6:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='-title'], #page-content .content .card-post h6:not(.card-title)[class*='-title'], #page-content .content .widget-area h6:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-title'], #page-content .content .about h6:not(.card-title)[class*='-title'], #page-content .content .contacts-item h6:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='-title'], #page-content .content .bd-callout h6:not(.card-title)[class*='-title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h6:not(.card-title)[class*='-title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h6:not(.card-title)[class*='-title'], #page-content .content .team-member h6:not(.card-title)[class*='-title'], #page-content .content .price-table h6:not(.card-title)[class*='-title'], #page-content .content .service h6:not(.card-title)[class*='-title'], #page-content .content .process h6:not(.card-title)[class*='-title'], #page-content .content .signature h6:not(.card-title)[class*='-title'], #page-content .content .style-default h6:not(.card-title)[class*='__title'], #page-content .content blockquote h6:not(.card-title)[class*='__title'], #page-content .content .blockquote h6:not(.card-title)[class*='__title'], #page-content .content .alert h6:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='__title'], #page-content .content .card-post h6:not(.card-title)[class*='__title'], #page-content .content .widget-area h6:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__title'], #page-content .content .about h6:not(.card-title)[class*='__title'], #page-content .content .contacts-item h6:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='__title'], #page-content .content .bd-callout h6:not(.card-title)[class*='__title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h6:not(.card-title)[class*='__title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h6:not(.card-title)[class*='__title'], #page-content .content .team-member h6:not(.card-title)[class*='__title'], #page-content .content .price-table h6:not(.card-title)[class*='__title'], #page-content .content .service h6:not(.card-title)[class*='__title'], #page-content .content .process h6:not(.card-title)[class*='__title'], #page-content .content .signature h6:not(.card-title)[class*='__title'], #page-content .content .style-default h6:not(.card-title)[class*='-heading'], #page-content .content blockquote h6:not(.card-title)[class*='-heading'], #page-content .content .blockquote h6:not(.card-title)[class*='-heading'], #page-content .content .alert h6:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='-heading'], #page-content .content .card-post h6:not(.card-title)[class*='-heading'], #page-content .content .widget-area h6:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='-heading'], #page-content .content .about h6:not(.card-title)[class*='-heading'], #page-content .content .contacts-item h6:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='-heading'], #page-content .content .bd-callout h6:not(.card-title)[class*='-heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h6:not(.card-title)[class*='-heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h6:not(.card-title)[class*='-heading'], #page-content .content .team-member h6:not(.card-title)[class*='-heading'], #page-content .content .price-table h6:not(.card-title)[class*='-heading'], #page-content .content .service h6:not(.card-title)[class*='-heading'], #page-content .content .process h6:not(.card-title)[class*='-heading'], #page-content .content .signature h6:not(.card-title)[class*='-heading'], #page-content .content .style-default h6:not(.card-title)[class*='__heading'], #page-content .content blockquote h6:not(.card-title)[class*='__heading'], #page-content .content .blockquote h6:not(.card-title)[class*='__heading'], #page-content .content .alert h6:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] h6:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] h6:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] h6:not(.card-title)[class*='__heading'], #page-content .content .card-post h6:not(.card-title)[class*='__heading'], #page-content .content .widget-area h6:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item h6:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item h6:not(.card-title)[class*='__heading'], #page-content .content .about h6:not(.card-title)[class*='__heading'], #page-content .content .contacts-item h6:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) h6:not(.card-title)[class*='__heading'], #page-content .content .bd-callout h6:not(.card-title)[class*='__heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results h6:not(.card-title)[class*='__heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results h6:not(.card-title)[class*='__heading'], #page-content .content .team-member h6:not(.card-title)[class*='__heading'], #page-content .content .price-table h6:not(.card-title)[class*='__heading'], #page-content .content .service h6:not(.card-title)[class*='__heading'], #page-content .content .process h6:not(.card-title)[class*='__heading'], #page-content .content .signature h6:not(.card-title)[class*='__heading'], #page-content .content .style-default p:not(.card-title)[class*='-title'], #page-content .content blockquote p:not(.card-title)[class*='-title'], #page-content .content .blockquote p:not(.card-title)[class*='-title'], #page-content .content .alert p:not(.card-title)[class*='-title'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='-title'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='-title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='-title'], #page-content .content .card-post p:not(.card-title)[class*='-title'], #page-content .content .widget-area p:not(.card-title)[class*='-title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='-title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-title'], #page-content .content .about p:not(.card-title)[class*='-title'], #page-content .content .contacts-item p:not(.card-title)[class*='-title'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='-title'], #page-content .content .bd-callout p:not(.card-title)[class*='-title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results p:not(.card-title)[class*='-title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results p:not(.card-title)[class*='-title'], #page-content .content .team-member p:not(.card-title)[class*='-title'], #page-content .content .price-table p:not(.card-title)[class*='-title'], #page-content .content .service p:not(.card-title)[class*='-title'], #page-content .content .process p:not(.card-title)[class*='-title'], #page-content .content .signature p:not(.card-title)[class*='-title'], #page-content .content .style-default p:not(.card-title)[class*='__title'], #page-content .content blockquote p:not(.card-title)[class*='__title'], #page-content .content .blockquote p:not(.card-title)[class*='__title'], #page-content .content .alert p:not(.card-title)[class*='__title'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='__title'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='__title'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='__title'], #page-content .content .card-post p:not(.card-title)[class*='__title'], #page-content .content .widget-area p:not(.card-title)[class*='__title'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__title'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='__title'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__title'], #page-content .content .about p:not(.card-title)[class*='__title'], #page-content .content .contacts-item p:not(.card-title)[class*='__title'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='__title'], #page-content .content .bd-callout p:not(.card-title)[class*='__title'], #page-content .content .adv-slider-reviews .thumbs .reviews-results p:not(.card-title)[class*='__title'], .adv-slider-reviews .thumbs #page-content .content .reviews-results p:not(.card-title)[class*='__title'], #page-content .content .team-member p:not(.card-title)[class*='__title'], #page-content .content .price-table p:not(.card-title)[class*='__title'], #page-content .content .service p:not(.card-title)[class*='__title'], #page-content .content .process p:not(.card-title)[class*='__title'], #page-content .content .signature p:not(.card-title)[class*='__title'], #page-content .content .style-default p:not(.card-title)[class*='-heading'], #page-content .content blockquote p:not(.card-title)[class*='-heading'], #page-content .content .blockquote p:not(.card-title)[class*='-heading'], #page-content .content .alert p:not(.card-title)[class*='-heading'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='-heading'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='-heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='-heading'], #page-content .content .card-post p:not(.card-title)[class*='-heading'], #page-content .content .widget-area p:not(.card-title)[class*='-heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='-heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='-heading'], #page-content .content .about p:not(.card-title)[class*='-heading'], #page-content .content .contacts-item p:not(.card-title)[class*='-heading'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='-heading'], #page-content .content .bd-callout p:not(.card-title)[class*='-heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results p:not(.card-title)[class*='-heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results p:not(.card-title)[class*='-heading'], #page-content .content .team-member p:not(.card-title)[class*='-heading'], #page-content .content .price-table p:not(.card-title)[class*='-heading'], #page-content .content .service p:not(.card-title)[class*='-heading'], #page-content .content .process p:not(.card-title)[class*='-heading'], #page-content .content .signature p:not(.card-title)[class*='-heading'], #page-content .content .style-default p:not(.card-title)[class*='__heading'], #page-content .content blockquote p:not(.card-title)[class*='__heading'], #page-content .content .blockquote p:not(.card-title)[class*='__heading'], #page-content .content .alert p:not(.card-title)[class*='__heading'], #page-content .content .wpcf7-form [class*='response-output'] p:not(.card-title)[class*='__heading'], .wpcf7-form #page-content .content [class*='response-output'] p:not(.card-title)[class*='__heading'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] p:not(.card-title)[class*='__heading'], #page-content .content .card-post p:not(.card-title)[class*='__heading'], #page-content .content .widget-area p:not(.card-title)[class*='__heading'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__heading'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item p:not(.card-title)[class*='__heading'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item p:not(.card-title)[class*='__heading'], #page-content .content .about p:not(.card-title)[class*='__heading'], #page-content .content .contacts-item p:not(.card-title)[class*='__heading'], #page-content .content .bd-example:not(.style-none) p:not(.card-title)[class*='__heading'], #page-content .content .bd-callout p:not(.card-title)[class*='__heading'], #page-content .content .adv-slider-reviews .thumbs .reviews-results p:not(.card-title)[class*='__heading'], .adv-slider-reviews .thumbs #page-content .content .reviews-results p:not(.card-title)[class*='__heading'], #page-content .content .team-member p:not(.card-title)[class*='__heading'], #page-content .content .price-table p:not(.card-title)[class*='__heading'], #page-content .content .service p:not(.card-title)[class*='__heading'], #page-content .content .process p:not(.card-title)[class*='__heading'], #page-content .content .signature p:not(.card-title)[class*='__heading'] {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-']:not([class*='-block-spacer']), #page-content .content blockquote [class*='-block-']:not([class*='-block-spacer']), #page-content .content .blockquote [class*='-block-']:not([class*='-block-spacer']), #page-content .content .alert [class*='-block-']:not([class*='-block-spacer']), #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-']:not([class*='-block-spacer']), .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-']:not([class*='-block-spacer']), #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-']:not([class*='-block-spacer']), #page-content .content .card-post [class*='-block-']:not([class*='-block-spacer']), #page-content .content .widget-area [class*='-block-']:not([class*='-block-spacer']), .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:not([class*='-block-spacer']), #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-']:not([class*='-block-spacer']), [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:not([class*='-block-spacer']), #page-content .content .about [class*='-block-']:not([class*='-block-spacer']), #page-content .content .contacts-item [class*='-block-']:not([class*='-block-spacer']), #page-content .content .bd-example:not(.style-none) [class*='-block-']:not([class*='-block-spacer']), #page-content .content .bd-callout [class*='-block-']:not([class*='-block-spacer']), #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-']:not([class*='-block-spacer']), .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-']:not([class*='-block-spacer']), #page-content .content .team-member [class*='-block-']:not([class*='-block-spacer']), #page-content .content .price-table [class*='-block-']:not([class*='-block-spacer']), #page-content .content .service [class*='-block-']:not([class*='-block-spacer']), #page-content .content .process [class*='-block-']:not([class*='-block-spacer']), #page-content .content .signature [class*='-block-']:not([class*='-block-spacer']) {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default [class*='-block-']:last-child, #page-content .content blockquote [class*='-block-']:last-child, #page-content .content .blockquote [class*='-block-']:last-child, #page-content .content .alert [class*='-block-']:last-child, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-']:last-child, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-']:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-']:last-child, #page-content .content .card-post [class*='-block-']:last-child, #page-content .content .widget-area [class*='-block-']:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-']:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-']:last-child, #page-content .content .about [class*='-block-']:last-child, #page-content .content .contacts-item [class*='-block-']:last-child, #page-content .content .bd-example:not(.style-none) [class*='-block-']:last-child, #page-content .content .bd-callout [class*='-block-']:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-']:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-']:last-child, #page-content .content .team-member [class*='-block-']:last-child, #page-content .content .price-table [class*='-block-']:last-child, #page-content .content .service [class*='-block-']:last-child, #page-content .content .process [class*='-block-']:last-child, #page-content .content .signature [class*='-block-']:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-'] [class*='-block-'], #page-content .content blockquote [class*='-block-'] [class*='-block-'], #page-content .content .blockquote [class*='-block-'] [class*='-block-'], #page-content .content .alert [class*='-block-'] [class*='-block-'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-'] [class*='-block-'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-'] [class*='-block-'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-'] [class*='-block-'], #page-content .content .card-post [class*='-block-'] [class*='-block-'], #page-content .content .widget-area [class*='-block-'] [class*='-block-'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-'] [class*='-block-'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'], #page-content .content .about [class*='-block-'] [class*='-block-'], #page-content .content .contacts-item [class*='-block-'] [class*='-block-'], #page-content .content .bd-example:not(.style-none) [class*='-block-'] [class*='-block-'], #page-content .content .bd-callout [class*='-block-'] [class*='-block-'], #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-'] [class*='-block-'], .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-'] [class*='-block-'], #page-content .content .team-member [class*='-block-'] [class*='-block-'], #page-content .content .price-table [class*='-block-'] [class*='-block-'], #page-content .content .service [class*='-block-'] [class*='-block-'], #page-content .content .process [class*='-block-'] [class*='-block-'], #page-content .content .signature [class*='-block-'] [class*='-block-'] {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .alert [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .card-post [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .widget-area [class*='-block-'] [class*='-block-'] [class*='-block-button'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-'] [class*='-block-'] [class*='-block-button'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .about [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .contacts-item [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .bd-example:not(.style-none) [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .bd-callout [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-'] [class*='-block-'] [class*='-block-button'], .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .team-member [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .price-table [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .service [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .process [class*='-block-'] [class*='-block-'] [class*='-block-button'], #page-content .content .signature [class*='-block-'] [class*='-block-'] [class*='-block-button'] {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .blockquote [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .alert [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .card-post [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .widget-area [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .about [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .contacts-item [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .bd-example:not(.style-none) [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .bd-callout [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .team-member [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .price-table [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .service [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .process [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child, #page-content .content .signature [class*='-block-'] [class*='-block-'] [class*='-block-button']:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default [class*='-block-columns'], #page-content .content blockquote [class*='-block-columns'], #page-content .content .blockquote [class*='-block-columns'], #page-content .content .alert [class*='-block-columns'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-columns'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-columns'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-columns'], #page-content .content .card-post [class*='-block-columns'], #page-content .content .widget-area [class*='-block-columns'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-columns'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'], #page-content .content .about [class*='-block-columns'], #page-content .content .contacts-item [class*='-block-columns'], #page-content .content .bd-example:not(.style-none) [class*='-block-columns'], #page-content .content .bd-callout [class*='-block-columns'], #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-columns'], .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-columns'], #page-content .content .team-member [class*='-block-columns'], #page-content .content .price-table [class*='-block-columns'], #page-content .content .service [class*='-block-columns'], #page-content .content .process [class*='-block-columns'], #page-content .content .signature [class*='-block-columns'] {
    margin-bottom: 0 !important;
}

#page-content .content .style-default [class*='-block-columns'] [class*='-block-column'], #page-content .content blockquote [class*='-block-columns'] [class*='-block-column'], #page-content .content .blockquote [class*='-block-columns'] [class*='-block-column'], #page-content .content .alert [class*='-block-columns'] [class*='-block-column'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-columns'] [class*='-block-column'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-columns'] [class*='-block-column'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-columns'] [class*='-block-column'], #page-content .content .card-post [class*='-block-columns'] [class*='-block-column'], #page-content .content .widget-area [class*='-block-columns'] [class*='-block-column'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'] [class*='-block-column'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-columns'] [class*='-block-column'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-columns'] [class*='-block-column'], #page-content .content .about [class*='-block-columns'] [class*='-block-column'], #page-content .content .contacts-item [class*='-block-columns'] [class*='-block-column'], #page-content .content .bd-example:not(.style-none) [class*='-block-columns'] [class*='-block-column'], #page-content .content .bd-callout [class*='-block-columns'] [class*='-block-column'], #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-columns'] [class*='-block-column'], .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-columns'] [class*='-block-column'], #page-content .content .team-member [class*='-block-columns'] [class*='-block-column'], #page-content .content .price-table [class*='-block-columns'] [class*='-block-column'], #page-content .content .service [class*='-block-columns'] [class*='-block-column'], #page-content .content .process [class*='-block-columns'] [class*='-block-column'], #page-content .content .signature [class*='-block-columns'] [class*='-block-column'] {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default [class*='-block-group'].has-background, #page-content .content blockquote [class*='-block-group'].has-background, #page-content .content .blockquote [class*='-block-group'].has-background, #page-content .content .alert [class*='-block-group'].has-background, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-group'].has-background, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-group'].has-background, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-group'].has-background, #page-content .content .card-post [class*='-block-group'].has-background, #page-content .content .widget-area [class*='-block-group'].has-background, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-group'].has-background, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content .about [class*='-block-group'].has-background, #page-content .content .contacts-item [class*='-block-group'].has-background, #page-content .content .bd-example:not(.style-none) [class*='-block-group'].has-background, #page-content .content .bd-callout [class*='-block-group'].has-background, #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-group'].has-background, .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-group'].has-background, #page-content .content .team-member [class*='-block-group'].has-background, #page-content .content .price-table [class*='-block-group'].has-background, #page-content .content .service [class*='-block-group'].has-background, #page-content .content .process [class*='-block-group'].has-background, #page-content .content .signature [class*='-block-group'].has-background {
    padding: 1.579rem;
}

@media (max-width: 1199px) {
    #page-content .content .style-default [class*='-block-group'].has-background, #page-content .content blockquote [class*='-block-group'].has-background, #page-content .content .blockquote [class*='-block-group'].has-background, #page-content .content .alert [class*='-block-group'].has-background, #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-group'].has-background, .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-group'].has-background, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-group'].has-background, #page-content .content .card-post [class*='-block-group'].has-background, #page-content .content .widget-area [class*='-block-group'].has-background, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-group'].has-background, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-group'].has-background, #page-content .content .about [class*='-block-group'].has-background, #page-content .content .contacts-item [class*='-block-group'].has-background, #page-content .content .bd-example:not(.style-none) [class*='-block-group'].has-background, #page-content .content .bd-callout [class*='-block-group'].has-background, #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-group'].has-background, .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-group'].has-background, #page-content .content .team-member [class*='-block-group'].has-background, #page-content .content .price-table [class*='-block-group'].has-background, #page-content .content .service [class*='-block-group'].has-background, #page-content .content .process [class*='-block-group'].has-background, #page-content .content .signature [class*='-block-group'].has-background {
        padding: 0.95697rem;
    }
}

#page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .alert [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .card-post [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .widget-area [class*='-block-media-text'] [class*='-block-media-text__content'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-media-text'] [class*='-block-media-text__content'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .about [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .contacts-item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-example:not(.style-none) [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-callout [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-media-text'] [class*='-block-media-text__content'], .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .team-member [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .price-table [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .service [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .process [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .signature [class*='-block-media-text'] [class*='-block-media-text__content'] {
    padding: 1.579rem;
}

@media (max-width: 1199px) {
    #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .blockquote [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .alert [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .wpcf7-form [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], .wpcf7-form #page-content .content [class*='response-output'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .card-post [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .widget-area [class*='-block-media-text'] [class*='-block-media-text__content'], .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item [class*='-block-media-text'] [class*='-block-media-text__content'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .about [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .contacts-item [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-example:not(.style-none) [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .bd-callout [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .adv-slider-reviews .thumbs .reviews-results [class*='-block-media-text'] [class*='-block-media-text__content'], .adv-slider-reviews .thumbs #page-content .content .reviews-results [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .team-member [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .price-table [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .service [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .process [class*='-block-media-text'] [class*='-block-media-text__content'], #page-content .content .signature [class*='-block-media-text'] [class*='-block-media-text__content'] {
        padding: 0.95697rem;
    }
}

#page-content .content .style-default table, #page-content .content blockquote table, #page-content .content .blockquote table, #page-content .content .alert table, #page-content .content .wpcf7-form [class*='response-output'] table, .wpcf7-form #page-content .content [class*='response-output'] table, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] table, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] table, #page-content .content .card-post table, #page-content .content .widget-area table, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item table, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item table, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item table, #page-content .content .about table, #page-content .content .contacts-item table, #page-content .content .bd-example:not(.style-none) table, #page-content .content .bd-callout table, #page-content .content .adv-slider-reviews .thumbs .reviews-results table, .adv-slider-reviews .thumbs #page-content .content .reviews-results table, #page-content .content .team-member table, #page-content .content .price-table table, #page-content .content .service table, #page-content .content .process table, #page-content .content .signature table {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default table:last-child, #page-content .content blockquote table:last-child, #page-content .content .blockquote table:last-child, #page-content .content .alert table:last-child, #page-content .content .wpcf7-form [class*='response-output'] table:last-child, .wpcf7-form #page-content .content [class*='response-output'] table:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] table:last-child, #page-content .content .card-post table:last-child, #page-content .content .widget-area table:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item table:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item table:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item table:last-child, #page-content .content .about table:last-child, #page-content .content .contacts-item table:last-child, #page-content .content .bd-example:not(.style-none) table:last-child, #page-content .content .bd-callout table:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results table:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results table:last-child, #page-content .content .team-member table:last-child, #page-content .content .price-table table:last-child, #page-content .content .service table:last-child, #page-content .content .process table:last-child, #page-content .content .signature table:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .alert ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .wpcf7-form [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .wpcf7-form #page-content .content [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .card-post ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .widget-area ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .about ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .contacts-item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-example:not(.style-none) ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-callout ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .adv-slider-reviews .thumbs .reviews-results ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .adv-slider-reviews .thumbs #page-content .content .reviews-results ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .team-member ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .price-table ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .service ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .process ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .signature ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .style-default ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .alert ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .wpcf7-form [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .wpcf7-form #page-content .content [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .card-post ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .widget-area ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .about ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .contacts-item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-example:not(.style-none) ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .bd-callout ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .adv-slider-reviews .thumbs .reviews-results ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), .adv-slider-reviews .thumbs #page-content .content .reviews-results ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .team-member ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .price-table ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .service ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .process ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']), #page-content .content .signature ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']) {
    margin-bottom: 1.009rem;
}

#page-content .content .style-default ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .blockquote ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .alert ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .wpcf7-form [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .wpcf7-form #page-content .content [class*='response-output'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .card-post ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .widget-area ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .about ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .contacts-item ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-example:not(.style-none) ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-callout ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .team-member ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .price-table ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .service ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .process ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .signature ul li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .style-default ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .blockquote ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .alert ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .wpcf7-form [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .wpcf7-form #page-content .content [class*='response-output'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .card-post ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .widget-area ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .about ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .contacts-item ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-example:not(.style-none) ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .bd-callout ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .team-member ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .price-table ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .service ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .process ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child, #page-content .content .signature ol li:not([class*='gallery-item']):not([class*='icon-list-item']):not([class*='menu-item']):not([class*='repeater-item']):not([class*='nav-item']):last-child {
    margin-bottom: 0;
}

#page-content .content .style-default ul ol, #page-content .content blockquote ul ol, #page-content .content .blockquote ul ol, #page-content .content .alert ul ol, #page-content .content .wpcf7-form [class*='response-output'] ul ol, .wpcf7-form #page-content .content [class*='response-output'] ul ol, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul ol, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ul ol, #page-content .content .card-post ul ol, #page-content .content .widget-area ul ol, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ol, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul ol, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ol, #page-content .content .about ul ol, #page-content .content .contacts-item ul ol, #page-content .content .bd-example:not(.style-none) ul ol, #page-content .content .bd-callout ul ol, #page-content .content .adv-slider-reviews .thumbs .reviews-results ul ol, .adv-slider-reviews .thumbs #page-content .content .reviews-results ul ol, #page-content .content .team-member ul ol, #page-content .content .price-table ul ol, #page-content .content .service ul ol, #page-content .content .process ul ol, #page-content .content .signature ul ol, #page-content .content .style-default ul ul, #page-content .content blockquote ul ul, #page-content .content .blockquote ul ul, #page-content .content .alert ul ul, #page-content .content .wpcf7-form [class*='response-output'] ul ul, .wpcf7-form #page-content .content [class*='response-output'] ul ul, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul ul, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ul ul, #page-content .content .card-post ul ul, #page-content .content .widget-area ul ul, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ul, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul ul, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul ul, #page-content .content .about ul ul, #page-content .content .contacts-item ul ul, #page-content .content .bd-example:not(.style-none) ul ul, #page-content .content .bd-callout ul ul, #page-content .content .adv-slider-reviews .thumbs .reviews-results ul ul, .adv-slider-reviews .thumbs #page-content .content .reviews-results ul ul, #page-content .content .team-member ul ul, #page-content .content .price-table ul ul, #page-content .content .service ul ul, #page-content .content .process ul ul, #page-content .content .signature ul ul, #page-content .content .style-default ol ol, #page-content .content blockquote ol ol, #page-content .content .blockquote ol ol, #page-content .content .alert ol ol, #page-content .content .wpcf7-form [class*='response-output'] ol ol, .wpcf7-form #page-content .content [class*='response-output'] ol ol, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol ol, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ol ol, #page-content .content .card-post ol ol, #page-content .content .widget-area ol ol, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ol, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol ol, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ol, #page-content .content .about ol ol, #page-content .content .contacts-item ol ol, #page-content .content .bd-example:not(.style-none) ol ol, #page-content .content .bd-callout ol ol, #page-content .content .adv-slider-reviews .thumbs .reviews-results ol ol, .adv-slider-reviews .thumbs #page-content .content .reviews-results ol ol, #page-content .content .team-member ol ol, #page-content .content .price-table ol ol, #page-content .content .service ol ol, #page-content .content .process ol ol, #page-content .content .signature ol ol, #page-content .content .style-default ol ul, #page-content .content blockquote ol ul, #page-content .content .blockquote ol ul, #page-content .content .alert ol ul, #page-content .content .wpcf7-form [class*='response-output'] ol ul, .wpcf7-form #page-content .content [class*='response-output'] ol ul, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol ul, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ol ul, #page-content .content .card-post ol ul, #page-content .content .widget-area ol ul, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ul, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol ul, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol ul, #page-content .content .about ol ul, #page-content .content .contacts-item ol ul, #page-content .content .bd-example:not(.style-none) ol ul, #page-content .content .bd-callout ol ul, #page-content .content .adv-slider-reviews .thumbs .reviews-results ol ul, .adv-slider-reviews .thumbs #page-content .content .reviews-results ol ul, #page-content .content .team-member ol ul, #page-content .content .price-table ol ul, #page-content .content .service ol ul, #page-content .content .process ol ul, #page-content .content .signature ol ul {
    margin-top: 1.009rem;
}

#page-content .content .style-default address, #page-content .content blockquote address, #page-content .content .blockquote address, #page-content .content .alert address, #page-content .content .wpcf7-form [class*='response-output'] address, .wpcf7-form #page-content .content [class*='response-output'] address, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] address, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] address, #page-content .content .card-post address, #page-content .content .widget-area address, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item address, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item address, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item address, #page-content .content .about address, #page-content .content .contacts-item address, #page-content .content .bd-example:not(.style-none) address, #page-content .content .bd-callout address, #page-content .content .adv-slider-reviews .thumbs .reviews-results address, .adv-slider-reviews .thumbs #page-content .content .reviews-results address, #page-content .content .team-member address, #page-content .content .price-table address, #page-content .content .service address, #page-content .content .process address, #page-content .content .signature address, #page-content .content .style-default dl, #page-content .content blockquote dl, #page-content .content .blockquote dl, #page-content .content .alert dl, #page-content .content .wpcf7-form [class*='response-output'] dl, .wpcf7-form #page-content .content [class*='response-output'] dl, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] dl, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] dl, #page-content .content .card-post dl, #page-content .content .widget-area dl, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item dl, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item dl, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item dl, #page-content .content .about dl, #page-content .content .contacts-item dl, #page-content .content .bd-example:not(.style-none) dl, #page-content .content .bd-callout dl, #page-content .content .adv-slider-reviews .thumbs .reviews-results dl, .adv-slider-reviews .thumbs #page-content .content .reviews-results dl, #page-content .content .team-member dl, #page-content .content .price-table dl, #page-content .content .service dl, #page-content .content .process dl, #page-content .content .signature dl, #page-content .content .style-default ol, #page-content .content blockquote ol, #page-content .content .blockquote ol, #page-content .content .alert ol, #page-content .content .wpcf7-form [class*='response-output'] ol, .wpcf7-form #page-content .content [class*='response-output'] ol, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ol, #page-content .content .card-post ol, #page-content .content .widget-area ol, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol, #page-content .content .about ol, #page-content .content .contacts-item ol, #page-content .content .bd-example:not(.style-none) ol, #page-content .content .bd-callout ol, #page-content .content .adv-slider-reviews .thumbs .reviews-results ol, .adv-slider-reviews .thumbs #page-content .content .reviews-results ol, #page-content .content .team-member ol, #page-content .content .price-table ol, #page-content .content .service ol, #page-content .content .process ol, #page-content .content .signature ol, #page-content .content .style-default ul, #page-content .content blockquote ul, #page-content .content .blockquote ul, #page-content .content .alert ul, #page-content .content .wpcf7-form [class*='response-output'] ul, .wpcf7-form #page-content .content [class*='response-output'] ul, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] ul, #page-content .content .card-post ul, #page-content .content .widget-area ul, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul, #page-content .content .about ul, #page-content .content .contacts-item ul, #page-content .content .bd-example:not(.style-none) ul, #page-content .content .bd-callout ul, #page-content .content .adv-slider-reviews .thumbs .reviews-results ul, .adv-slider-reviews .thumbs #page-content .content .reviews-results ul, #page-content .content .team-member ul, #page-content .content .price-table ul, #page-content .content .service ul, #page-content .content .process ul, #page-content .content .signature ul, #page-content .content .style-default pre, #page-content .content blockquote pre, #page-content .content .blockquote pre, #page-content .content .alert pre, #page-content .content .wpcf7-form [class*='response-output'] pre, .wpcf7-form #page-content .content [class*='response-output'] pre, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] pre, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] pre, #page-content .content .card-post pre, #page-content .content .widget-area pre, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item pre, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item pre, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item pre, #page-content .content .about pre, #page-content .content .contacts-item pre, #page-content .content .bd-example:not(.style-none) pre, #page-content .content .bd-callout pre, #page-content .content .adv-slider-reviews .thumbs .reviews-results pre, .adv-slider-reviews .thumbs #page-content .content .reviews-results pre, #page-content .content .team-member pre, #page-content .content .price-table pre, #page-content .content .service pre, #page-content .content .process pre, #page-content .content .signature pre, #page-content .content .style-default hr, #page-content .content blockquote hr, #page-content .content .blockquote hr, #page-content .content .alert hr, #page-content .content .wpcf7-form [class*='response-output'] hr, .wpcf7-form #page-content .content [class*='response-output'] hr, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] hr, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] hr, #page-content .content .card-post hr, #page-content .content .widget-area hr, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item hr, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item hr, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item hr, #page-content .content .about hr, #page-content .content .contacts-item hr, #page-content .content .bd-example:not(.style-none) hr, #page-content .content .bd-callout hr, #page-content .content .adv-slider-reviews .thumbs .reviews-results hr, .adv-slider-reviews .thumbs #page-content .content .reviews-results hr, #page-content .content .team-member hr, #page-content .content .price-table hr, #page-content .content .service hr, #page-content .content .process hr, #page-content .content .signature hr, #page-content .content .style-default blockquote, #page-content .content blockquote blockquote, #page-content .content .blockquote blockquote, #page-content .content .alert blockquote, #page-content .content .wpcf7-form [class*='response-output'] blockquote, .wpcf7-form #page-content .content [class*='response-output'] blockquote, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] blockquote, #page-content .content .style-default [class*='-block-media-text'] [class*='-block-media-text__content'] blockquote, #page-content .content .card-post blockquote, #page-content .content .widget-area blockquote, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item blockquote, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote, #page-content .content .about blockquote, #page-content .content .contacts-item blockquote, #page-content .content .bd-example:not(.style-none) blockquote, #page-content .content .bd-callout blockquote, #page-content .content .adv-slider-reviews .thumbs .reviews-results blockquote, .adv-slider-reviews .thumbs #page-content .content .reviews-results blockquote, #page-content .content .team-member blockquote, #page-content .content .price-table blockquote, #page-content .content .service blockquote, #page-content .content .process blockquote, #page-content .content .signature blockquote, #page-content .content .style-default .blockquote, #page-content .content blockquote .blockquote, #page-content .content .blockquote .blockquote, #page-content .content .alert .blockquote, #page-content .content .wpcf7-form [class*='response-output'] .blockquote, .wpcf7-form #page-content .content [class*='response-output'] .blockquote, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .blockquote, #page-content .content .card-post .blockquote, #page-content .content .widget-area .blockquote, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .blockquote, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote, #page-content .content .about .blockquote, #page-content .content .contacts-item .blockquote, #page-content .content .bd-example:not(.style-none) .blockquote, #page-content .content .bd-callout .blockquote, #page-content .content .adv-slider-reviews .thumbs .reviews-results .blockquote, .adv-slider-reviews .thumbs #page-content .content .reviews-results .blockquote, #page-content .content .team-member .blockquote, #page-content .content .price-table .blockquote, #page-content .content .service .blockquote, #page-content .content .process .blockquote, #page-content .content .signature .blockquote {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default address:last-child, #page-content .content blockquote address:last-child, #page-content .content .blockquote address:last-child, #page-content .content .alert address:last-child, #page-content .content .wpcf7-form [class*='response-output'] address:last-child, .wpcf7-form #page-content .content [class*='response-output'] address:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] address:last-child, #page-content .content .card-post address:last-child, #page-content .content .widget-area address:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item address:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item address:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item address:last-child, #page-content .content .about address:last-child, #page-content .content .contacts-item address:last-child, #page-content .content .bd-example:not(.style-none) address:last-child, #page-content .content .bd-callout address:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results address:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results address:last-child, #page-content .content .team-member address:last-child, #page-content .content .price-table address:last-child, #page-content .content .service address:last-child, #page-content .content .process address:last-child, #page-content .content .signature address:last-child, #page-content .content .style-default dl:last-child, #page-content .content blockquote dl:last-child, #page-content .content .blockquote dl:last-child, #page-content .content .alert dl:last-child, #page-content .content .wpcf7-form [class*='response-output'] dl:last-child, .wpcf7-form #page-content .content [class*='response-output'] dl:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] dl:last-child, #page-content .content .card-post dl:last-child, #page-content .content .widget-area dl:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item dl:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item dl:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item dl:last-child, #page-content .content .about dl:last-child, #page-content .content .contacts-item dl:last-child, #page-content .content .bd-example:not(.style-none) dl:last-child, #page-content .content .bd-callout dl:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results dl:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results dl:last-child, #page-content .content .team-member dl:last-child, #page-content .content .price-table dl:last-child, #page-content .content .service dl:last-child, #page-content .content .process dl:last-child, #page-content .content .signature dl:last-child, #page-content .content .style-default ol:last-child, #page-content .content blockquote ol:last-child, #page-content .content .blockquote ol:last-child, #page-content .content .alert ol:last-child, #page-content .content .wpcf7-form [class*='response-output'] ol:last-child, .wpcf7-form #page-content .content [class*='response-output'] ol:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ol:last-child, #page-content .content .card-post ol:last-child, #page-content .content .widget-area ol:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ol:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ol:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ol:last-child, #page-content .content .about ol:last-child, #page-content .content .contacts-item ol:last-child, #page-content .content .bd-example:not(.style-none) ol:last-child, #page-content .content .bd-callout ol:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results ol:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results ol:last-child, #page-content .content .team-member ol:last-child, #page-content .content .price-table ol:last-child, #page-content .content .service ol:last-child, #page-content .content .process ol:last-child, #page-content .content .signature ol:last-child, #page-content .content .style-default ul:last-child, #page-content .content blockquote ul:last-child, #page-content .content .blockquote ul:last-child, #page-content .content .alert ul:last-child, #page-content .content .wpcf7-form [class*='response-output'] ul:last-child, .wpcf7-form #page-content .content [class*='response-output'] ul:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] ul:last-child, #page-content .content .card-post ul:last-child, #page-content .content .widget-area ul:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item ul:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item ul:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item ul:last-child, #page-content .content .about ul:last-child, #page-content .content .contacts-item ul:last-child, #page-content .content .bd-example:not(.style-none) ul:last-child, #page-content .content .bd-callout ul:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results ul:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results ul:last-child, #page-content .content .team-member ul:last-child, #page-content .content .price-table ul:last-child, #page-content .content .service ul:last-child, #page-content .content .process ul:last-child, #page-content .content .signature ul:last-child, #page-content .content .style-default pre:last-child, #page-content .content blockquote pre:last-child, #page-content .content .blockquote pre:last-child, #page-content .content .alert pre:last-child, #page-content .content .wpcf7-form [class*='response-output'] pre:last-child, .wpcf7-form #page-content .content [class*='response-output'] pre:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] pre:last-child, #page-content .content .card-post pre:last-child, #page-content .content .widget-area pre:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item pre:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item pre:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item pre:last-child, #page-content .content .about pre:last-child, #page-content .content .contacts-item pre:last-child, #page-content .content .bd-example:not(.style-none) pre:last-child, #page-content .content .bd-callout pre:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results pre:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results pre:last-child, #page-content .content .team-member pre:last-child, #page-content .content .price-table pre:last-child, #page-content .content .service pre:last-child, #page-content .content .process pre:last-child, #page-content .content .signature pre:last-child, #page-content .content .style-default hr:last-child, #page-content .content blockquote hr:last-child, #page-content .content .blockquote hr:last-child, #page-content .content .alert hr:last-child, #page-content .content .wpcf7-form [class*='response-output'] hr:last-child, .wpcf7-form #page-content .content [class*='response-output'] hr:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] hr:last-child, #page-content .content .card-post hr:last-child, #page-content .content .widget-area hr:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item hr:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item hr:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item hr:last-child, #page-content .content .about hr:last-child, #page-content .content .contacts-item hr:last-child, #page-content .content .bd-example:not(.style-none) hr:last-child, #page-content .content .bd-callout hr:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results hr:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results hr:last-child, #page-content .content .team-member hr:last-child, #page-content .content .price-table hr:last-child, #page-content .content .service hr:last-child, #page-content .content .process hr:last-child, #page-content .content .signature hr:last-child, #page-content .content .style-default blockquote:last-child, #page-content .content blockquote blockquote:last-child, #page-content .content .blockquote blockquote:last-child, #page-content .content .alert blockquote:last-child, #page-content .content .wpcf7-form [class*='response-output'] blockquote:last-child, .wpcf7-form #page-content .content [class*='response-output'] blockquote:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] blockquote:last-child, #page-content .content .card-post blockquote:last-child, #page-content .content .widget-area blockquote:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item blockquote:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item blockquote:last-child, #page-content .content .about blockquote:last-child, #page-content .content .contacts-item blockquote:last-child, #page-content .content .bd-example:not(.style-none) blockquote:last-child, #page-content .content .bd-callout blockquote:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results blockquote:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results blockquote:last-child, #page-content .content .team-member blockquote:last-child, #page-content .content .price-table blockquote:last-child, #page-content .content .service blockquote:last-child, #page-content .content .process blockquote:last-child, #page-content .content .signature blockquote:last-child, #page-content .content .style-default .blockquote:last-child, #page-content .content blockquote .blockquote:last-child, #page-content .content .blockquote .blockquote:last-child, #page-content .content .alert .blockquote:last-child, #page-content .content .wpcf7-form [class*='response-output'] .blockquote:last-child, .wpcf7-form #page-content .content [class*='response-output'] .blockquote:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .blockquote:last-child, #page-content .content .card-post .blockquote:last-child, #page-content .content .widget-area .blockquote:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .blockquote:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .blockquote:last-child, #page-content .content .about .blockquote:last-child, #page-content .content .contacts-item .blockquote:last-child, #page-content .content .bd-example:not(.style-none) .blockquote:last-child, #page-content .content .bd-callout .blockquote:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results .blockquote:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results .blockquote:last-child, #page-content .content .team-member .blockquote:last-child, #page-content .content .price-table .blockquote:last-child, #page-content .content .service .blockquote:last-child, #page-content .content .process .blockquote:last-child, #page-content .content .signature .blockquote:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default .gallery, #page-content .content blockquote .gallery, #page-content .content .blockquote .gallery, #page-content .content .alert .gallery, #page-content .content .wpcf7-form [class*='response-output'] .gallery, .wpcf7-form #page-content .content [class*='response-output'] .gallery, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery, #page-content .content .card-post .gallery, #page-content .content .widget-area .gallery, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery, #page-content .content .about .gallery, #page-content .content .contacts-item .gallery, #page-content .content .bd-example:not(.style-none) .gallery, #page-content .content .bd-callout .gallery, #page-content .content .adv-slider-reviews .thumbs .reviews-results .gallery, .adv-slider-reviews .thumbs #page-content .content .reviews-results .gallery, #page-content .content .team-member .gallery, #page-content .content .price-table .gallery, #page-content .content .service .gallery, #page-content .content .process .gallery, #page-content .content .signature .gallery {
    margin-bottom: 1.316rem;
}

#page-content .content .style-default .gallery .gallery-item, #page-content .content blockquote .gallery .gallery-item, #page-content .content .blockquote .gallery .gallery-item, #page-content .content .alert .gallery .gallery-item, #page-content .content .wpcf7-form [class*='response-output'] .gallery .gallery-item, .wpcf7-form #page-content .content [class*='response-output'] .gallery .gallery-item, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery .gallery-item, #page-content .content .card-post .gallery .gallery-item, #page-content .content .widget-area .gallery .gallery-item, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery .gallery-item, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item, #page-content .content .about .gallery .gallery-item, #page-content .content .contacts-item .gallery .gallery-item, #page-content .content .bd-example:not(.style-none) .gallery .gallery-item, #page-content .content .bd-callout .gallery .gallery-item, #page-content .content .adv-slider-reviews .thumbs .reviews-results .gallery .gallery-item, .adv-slider-reviews .thumbs #page-content .content .reviews-results .gallery .gallery-item, #page-content .content .team-member .gallery .gallery-item, #page-content .content .price-table .gallery .gallery-item, #page-content .content .service .gallery .gallery-item, #page-content .content .process .gallery .gallery-item, #page-content .content .signature .gallery .gallery-item {
    margin-bottom: 1.579rem;
}

#page-content .content .style-default .gallery .gallery-item:last-child, #page-content .content blockquote .gallery .gallery-item:last-child, #page-content .content .blockquote .gallery .gallery-item:last-child, #page-content .content .alert .gallery .gallery-item:last-child, #page-content .content .wpcf7-form [class*='response-output'] .gallery .gallery-item:last-child, .wpcf7-form #page-content .content [class*='response-output'] .gallery .gallery-item:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery .gallery-item:last-child, #page-content .content .card-post .gallery .gallery-item:last-child, #page-content .content .widget-area .gallery .gallery-item:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery .gallery-item:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery .gallery-item:last-child, #page-content .content .about .gallery .gallery-item:last-child, #page-content .content .contacts-item .gallery .gallery-item:last-child, #page-content .content .bd-example:not(.style-none) .gallery .gallery-item:last-child, #page-content .content .bd-callout .gallery .gallery-item:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results .gallery .gallery-item:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results .gallery .gallery-item:last-child, #page-content .content .team-member .gallery .gallery-item:last-child, #page-content .content .price-table .gallery .gallery-item:last-child, #page-content .content .service .gallery .gallery-item:last-child, #page-content .content .process .gallery .gallery-item:last-child, #page-content .content .signature .gallery .gallery-item:last-child {
    margin-bottom: 0;
}

#page-content .content .style-default .gallery:last-child, #page-content .content blockquote .gallery:last-child, #page-content .content .blockquote .gallery:last-child, #page-content .content .alert .gallery:last-child, #page-content .content .wpcf7-form [class*='response-output'] .gallery:last-child, .wpcf7-form #page-content .content [class*='response-output'] .gallery:last-child, #page-content .content [class*='-block-media-text'] [class*='-block-media-text__content'] .gallery:last-child, #page-content .content .card-post .gallery:last-child, #page-content .content .widget-area .gallery:last-child, .widget-area .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery:last-child, #page-content .content [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .gallery:last-child, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items #page-content .content .item .gallery:last-child, #page-content .content .about .gallery:last-child, #page-content .content .contacts-item .gallery:last-child, #page-content .content .bd-example:not(.style-none) .gallery:last-child, #page-content .content .bd-callout .gallery:last-child, #page-content .content .adv-slider-reviews .thumbs .reviews-results .gallery:last-child, .adv-slider-reviews .thumbs #page-content .content .reviews-results .gallery:last-child, #page-content .content .team-member .gallery:last-child, #page-content .content .price-table .gallery:last-child, #page-content .content .service .gallery:last-child, #page-content .content .process .gallery:last-child, #page-content .content .signature .gallery:last-child {
    margin-bottom: 0;
}

body:not(.elementor-page) #page-content .content img {
    max-width: 100%;
    height: auto;
}

/*=============================
// #8.8 Blog
=============================*/
/*=============================
// Card post
=============================*/
.card-post {
    background-color: transparent;
    border: 0;
    height: 100%;
}

@media (max-width: 767px) {
    .card-post .img.object-fit {
        max-height: 185px;
        overflow: hidden;
    }
}

.card-post .img.object-fit:before {
    padding-top: 66.77%;
}

.card-post .card-body {
    padding: 1.579rem 0;
    padding-bottom: 0;
}

.card-post .card-body .card-title a {
    display: block;
    color: #060606;
}

.card-post .card-body .card-title a:hover {
    color: #0f4c81;
}

.card-post .card-body .card-meta {
    position: relative;
    margin-bottom: 1.21rem;
}

.card-post .card-body .card-meta p {
    font-size: 0.895rem;
}

.card-post.sticky {
    -webkit-box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
    box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
}

.card-post.sticky .card-body {
    padding: 1.579rem 1.579rem !important;
}

.card-post.no-thumbnail .card-body {
    padding-top: 0;
}

/*=============================
// #8.9 Widget
=============================*/
@media (max-width: 767px) {
    .widget-area {
        margin-top: 8.421rem;
    }
}

.widget-area .wp-caption {
    margin-bottom: 1.009rem;
}

.widget-area .widget, [class*='widget-container'] .widget {
    position: relative;
    border: 1px solid transparent;
    background: #ffffff;
    padding: 2.105rem;
    margin-bottom: 2.632rem;
}

.widget-area .widget:last-child, [class*='widget-container'] .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget a, .widget-area .widget .dropdown-icon, [class*='widget-container'] .widget a, [class*='widget-container'] .widget .dropdown-icon {
    color: #6c6c6c;
}

.widget-area .widget a:hover, .widget-area .widget .dropdown-icon:hover, [class*='widget-container'] .widget a:hover, [class*='widget-container'] .widget .dropdown-icon:hover {
    color: #0f4c81;
}

.widget-area .widget .items .item, [class*='widget-container'] .widget .items .item {
    margin-bottom: 1.579rem !important;
}

.widget-area .widget .items .item:before, .widget-area .widget .items .item:after, [class*='widget-container'] .widget .items .item:before, [class*='widget-container'] .widget .items .item:after {
    display: none;
}

.widget-area .widget .items .item:last-child, [class*='widget-container'] .widget .items .item:last-child {
    margin-bottom: 0 !important;
}

.widget-area .widget .widget-title, [class*='widget-container'] .widget .widget-title {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 1.113rem !important;
    color: #060606;
}

.widget-area .widget .widget-title a, [class*='widget-container'] .widget .widget-title a {
    color: #060606;
}

.widget-area .widget.widget_search .search-form [class*='form-'], [class*='widget-container'] .widget.widget_search .search-form [class*='form-'] {
    padding: 1.514rem 2.105rem;
    padding-right: 4.105rem;
}

.widget-area .widget.widget_search .search-form .input-group-append, [class*='widget-container'] .widget.widget_search .search-form .input-group-append {
    right: 2.105rem;
}

.widget-area .widget.widget_calendar .calendar_wrap, [class*='widget-container'] .widget.widget_calendar .calendar_wrap {
    text-align: center;
}

.widget-area .widget.widget_calendar .calendar_wrap a, [class*='widget-container'] .widget.widget_calendar .calendar_wrap a {
    color: #060606;
    font-weight: 700;
}

.widget-area .widget.widget_calendar .calendar_wrap a:hover, [class*='widget-container'] .widget.widget_calendar .calendar_wrap a:hover {
    color: #0f4c81;
}

.widget-area .widget.widget_calendar .calendar_wrap table, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table {
    width: 100%;
    table-layout: fixed;
}

.widget-area .widget.widget_calendar .calendar_wrap table td, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table td {
    padding: 0.8rem 0;
}

.widget-area .widget.widget_calendar .calendar_wrap table thead, .widget-area .widget.widget_calendar .calendar_wrap table tfoot, .widget-area .widget.widget_calendar .calendar_wrap table tbody, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table thead, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table tfoot, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table tbody {
    background-color: transparent;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 1.474rem !important;
    padding-bottom: 1.579rem;
    font-size: 0.895rem;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments:last-child, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: 0;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments > a, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments > a {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
    display: block !important;
    margin-top: 0.632rem !important;
    font-size: 0.895rem;
    color: #6c6c6c;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments > a:hover, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments > a:hover {
    color: #0f4c81;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments .comment-author-link a, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments .comment-author-link a {
    color: #060606;
    font-size: 0.842rem;
}

.widget-area .widget.widget_recent_comments ul li.recentcomments .comment-author-link a:hover, [class*='widget-container'] .widget.widget_recent_comments ul li.recentcomments .comment-author-link a:hover {
    color: #0f4c81;
}

@media (max-width: 991px) {
    .widget-area .widget[class*='widget_recent_entries'] .items .item .row .col-3, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row .col-3 {
        max-width: 81px;
    }
}

.widget-area .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs {
    margin-left: -0.4475rem !important;
    margin-right: -0.4475rem !important;
}

.widget-area .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > .col,
    .widget-area .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > [class*='col-'], [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > .col,
    [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .row.gutter-width-xs > [class*='col-'] {
    padding-left: 0.4475rem !important;
    padding-right: 0.4475rem !important;
}

.widget-area .widget[class*='widget_recent_entries'] .items .item .item-t-head a, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .item-t-head a {
    color: #060606;
    display: block;
}

.widget-area .widget[class*='widget_recent_entries'] .items .item .item-t-head a:hover, [class*='widget-container'] .widget[class*='widget_recent_entries'] .items .item .item-t-head a:hover {
    color: #0f4c81;
}

.widget-area .tagcloud, [class*='widget-container'] .tagcloud {
    display: table;
    line-height: normal;
    word-break: break-all;
    margin-top: -0.7895rem;
    margin-right: -0.7895rem;
}

.widget-area .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .tag-cloud-link {
    margin-top: 0.7895rem;
    margin-right: 0.7895rem;
    font-size: 0.789rem;
}

.widget-area .widget, .footer-widget-area .widget, [class*='widget-container'] .widget {
    font-size: 0.895rem;
}

.widget-area .widget p, .footer-widget-area .widget p, [class*='widget-container'] .widget p {
    font-size: 0.895rem;
}

.widget-area .widget img, .widget-area .widget svg, .footer-widget-area .widget img, .footer-widget-area .widget svg, [class*='widget-container'] .widget img, [class*='widget-container'] .widget svg {
    max-width: 100%;
    height: auto;
}

.widget-area .widget input, .widget-area .widget textarea, .widget-area .widget select, .footer-widget-area .widget input, .footer-widget-area .widget textarea, .footer-widget-area .widget select, [class*='widget-container'] .widget input, [class*='widget-container'] .widget textarea, [class*='widget-container'] .widget select {
    font-size: 0.895rem;
    margin-top: -1.053rem;
}

.widget-area .widget.widget_search, .footer-widget-area .widget.widget_search, [class*='widget-container'] .widget.widget_search {
    padding: 0;
}

.widget-area .widget.widget_search .widget-title, .footer-widget-area .widget.widget_search .widget-title, [class*='widget-container'] .widget.widget_search .widget-title {
    padding: 2.105rem;
    padding-top: 1.579rem;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.widget-area .widget.widget_search .search-form .input-group-append, .footer-widget-area .widget.widget_search .search-form .input-group-append, [class*='widget-container'] .widget.widget_search .search-form .input-group-append {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

.widget-area .widget.widget_search .search-form .form-control, .footer-widget-area .widget.widget_search .search-form .form-control, [class*='widget-container'] .widget.widget_search .search-form .form-control {
    margin-top: 0;
    border: 0;
}

.widget-area .widget.widget_media_gallery .gallery, .footer-widget-area .widget.widget_media_gallery .gallery, [class*='widget-container'] .widget.widget_media_gallery .gallery {
    margin-left: -0.7895rem;
    margin-right: -0.7895rem;
    margin-bottom: -1.579rem !important;
}

.widget-area .widget.widget_media_gallery .gallery .gallery-item, .footer-widget-area .widget.widget_media_gallery .gallery .gallery-item, [class*='widget-container'] .widget.widget_media_gallery .gallery .gallery-item {
    display: inline-block;
    padding-left: 0.7895rem;
    padding-right: 0.7895rem;
    padding-bottom: 1.579rem;
    margin-bottom: 0 !important;
}

.widget-area .widget.widget_calendar .calendar_wrap, .footer-widget-area .widget.widget_calendar .calendar_wrap, [class*='widget-container'] .widget.widget_calendar .calendar_wrap {
    text-align: center;
}

.widget-area .widget.widget_calendar .calendar_wrap a, .footer-widget-area .widget.widget_calendar .calendar_wrap a, [class*='widget-container'] .widget.widget_calendar .calendar_wrap a {
    font-weight: bold;
}

.widget-area .widget.widget_calendar .calendar_wrap table, .footer-widget-area .widget.widget_calendar .calendar_wrap table, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table {
    width: 100%;
    table-layout: fixed;
}

.widget-area .widget.widget_calendar .calendar_wrap table td, .footer-widget-area .widget.widget_calendar .calendar_wrap table td, [class*='widget-container'] .widget.widget_calendar .calendar_wrap table td {
    padding: 0.8rem 0;
}

.widget-area .widget nav[class*="menu"] > ul li.current-nav-item > a, .footer-widget-area .widget nav[class*="menu"] > ul li.current-nav-item > a, [class*='widget-container'] .widget nav[class*="menu"] > ul li.current-nav-item > a {
    font-weight: 700;
}

.widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon {
    font-size: 0.789rem;
    padding-left: 0.526rem;
}

.widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover, .footer-widget-area .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover, [class*='widget-container'] .widget nav[class*="menu"] > ul li > .dropdown-custom-icon > .dropdown-icon:hover {
    color: #0f4c81;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    padding-bottom: 0;
    background-color: transparent;
    margin-top: 0.421rem !important;
    margin-left: 0.579rem;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu .dropdown-menu, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu .dropdown-menu, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu .dropdown-menu {
    margin-top: 0;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu li {
    width: 100%;
    margin-bottom: 0.421rem !important;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li .dropdown-menu li .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li .dropdown-menu li .dropdown-icon {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    right: 0;
}

.widget-area .widget nav[class*="menu"] > ul li.hover-class > a,
  .widget-area .widget nav[class*="menu"] > ul li.hover-class > .dropdown-toggle .dropdown-icon, .widget-area .widget nav[class*="menu"] > ul li.show > a,
  .widget-area .widget nav[class*="menu"] > ul li.show > .dropdown-toggle .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li.hover-class > a,
  .footer-widget-area .widget nav[class*="menu"] > ul li.hover-class > .dropdown-toggle .dropdown-icon, .footer-widget-area .widget nav[class*="menu"] > ul li.show > a,
  .footer-widget-area .widget nav[class*="menu"] > ul li.show > .dropdown-toggle .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li.hover-class > a,
  [class*='widget-container'] .widget nav[class*="menu"] > ul li.hover-class > .dropdown-toggle .dropdown-icon, [class*='widget-container'] .widget nav[class*="menu"] > ul li.show > a,
  [class*='widget-container'] .widget nav[class*="menu"] > ul li.show > .dropdown-toggle .dropdown-icon {
    color: #0f4c81;
}

.widget-area .widget.widget_rss ul li, .footer-widget-area .widget.widget_rss ul li, [class*='widget-container'] .widget.widget_rss ul li {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 1.579rem !important;
    padding-bottom: 1.579rem;
}

.widget-area .widget.widget_rss ul li:last-child, .footer-widget-area .widget.widget_rss ul li:last-child, [class*='widget-container'] .widget.widget_rss ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border: 0;
}

.widget-area .widget.widget_rss ul li .rsswidget, .footer-widget-area .widget.widget_rss ul li .rsswidget, [class*='widget-container'] .widget.widget_rss ul li .rsswidget {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    font-size: 0.895rem;
}

.widget-area .widget.widget_rss ul li .rss-date, .footer-widget-area .widget.widget_rss ul li .rss-date, [class*='widget-container'] .widget.widget_rss ul li .rss-date {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    font-size: 0.895rem;
}

.widget-area .widget.widget_rss ul li .rssSummary, .footer-widget-area .widget.widget_rss ul li .rssSummary, [class*='widget-container'] .widget.widget_rss ul li .rssSummary {
    margin-top: 0.632rem !important;
}

.widget-area .widget.widget_rss ul li cite, .footer-widget-area .widget.widget_rss ul li cite, [class*='widget-container'] .widget.widget_rss ul li cite {
    display: block;
    margin-top: 0.632rem !important;
    color: #060606;
    font-size: 0.789rem;
}

.widget-area .widget.widget_rss ul li a:hover, .footer-widget-area .widget.widget_rss ul li a:hover, [class*='widget-container'] .widget.widget_rss ul li a:hover {
    color: #0f4c81;
}

[class*='widget-card'] {
    height: 100%;
}

[class*='widget-card'] [class*='widget-container'] {
    height: 100%;
}

/*=============================
// #8.10 Comments
=============================*/
#comments .comment-list {
    padding-top: 3.158rem;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 3.158rem;
}

#comments .comment-list .comment, #comments .comment-list .trackback, #comments .comment-list .pingback {
    margin-top: 3.158rem;
    padding-top: 2.741rem;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 0 !important;
}

#comments .comment-list .comment:before, #comments .comment-list .comment:after, #comments .comment-list .trackback:before, #comments .comment-list .trackback:after, #comments .comment-list .pingback:before, #comments .comment-list .pingback:after {
    display: none;
}

#comments .comment-list .comment:first-child, #comments .comment-list .trackback:first-child, #comments .comment-list .pingback:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left {
    position: absolute;
    padding-right: 2.632rem;
}

@media (max-width: 1199px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left {
        padding-right: 1.59515rem;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img {
    margin-top: 0.466rem;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img {
    width: 5.789rem !important;
    height: 5.789rem !important;
    max-width: inherit;
    border-radius: 50%;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-left .comment-img img {
        width: 4.737rem !important;
        height: 4.737rem !important;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right {
    padding-left: 8.421rem;
}

@media (max-width: 1199px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right {
        padding-left: 7.38415rem;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right {
        padding-left: 6.33215rem;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author {
    margin-bottom: 0;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time {
    padding-top: 1.579rem;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time p, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time p, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-time p {
    font-size: 0.895rem;
    color: #060606;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description {
    padding-top: 1.579rem;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description ul li:before, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description ul li:before, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description ul li:before {
    content: "\2022";
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply {
    padding-top: 1.579rem;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply {
        margin-left: -6.17215rem;
    }
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply .comment-reply-link, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply .comment-reply-link, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right .comment-reply .comment-reply-link {
    display: table;
}

#comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar {
    padding-left: 0;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-author, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-author, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-author {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-description, #comments .comment-list .trackback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-description, #comments .comment-list .pingback .comment-wrapper .comment-details .comment-content .comment-content-right.no-avatar .comment-description {
        padding-top: 1.579rem;
        margin-left: 0;
    }
}

#comments .comment-list .comment .children, #comments .comment-list .trackback .children, #comments .comment-list .pingback .children {
    margin-left: 2.368rem;
}

@media (max-width: 1199px) {
    #comments .comment-list .comment .children, #comments .comment-list .trackback .children, #comments .comment-list .pingback .children {
        margin-left: 1.43515rem;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .children, #comments .comment-list .trackback .children, #comments .comment-list .pingback .children {
        margin-left: 1.184rem;
    }
}

#comments .comment-list .comment .children .comment, #comments .comment-list .trackback .children .comment, #comments .comment-list .pingback .children .comment {
    margin-top: 3.158rem;
}

#comments .comment-list .comment .children li, #comments .comment-list .trackback .children li, #comments .comment-list .pingback .children li {
    margin-top: 3.158rem;
    padding-top: 2.741rem;
    border-top: 1px solid #dbdbdb;
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-author {
        padding-top: 1.05267rem;
    }
}

@media (max-width: 767px) {
    #comments .comment-list .comment .comment-wrapper .comment-details .comment-content .comment-content-right .comment-description {
        padding-top: 2.429rem;
        margin-left: -6.17215rem;
    }
}

#comments .comment-list #respond {
    margin-top: 3.158rem;
    margin-bottom: 3.158rem;
}

#comments .comment-list #respond:last-child {
    margin-bottom: 0;
}

#comments #respond .comment-reply-title {
    color: #060606;
    margin-bottom: 2.579rem;
}

#comments #respond .comment-reply-title small:before, #comments #respond .comment-reply-title small:after {
    display: none;
}

#comments #respond .comment-form .comment-notes:before, #comments #respond .comment-form .logged-in-as:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.74) * 0.5em);
}

#comments #respond .comment-form .comment-notes:after, #comments #respond .comment-form .logged-in-as:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.74) * 0.5em);
}

#comments #respond .comment-form .comment-form-cookies-consent label {
    font-size: 1rem;
    color: #6c6c6c;
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
}

#comments #respond .comment-form .form-submit {
    margin-bottom: 0;
}

[class*='block-latest-comments'] > [class*='block-latest-comments__comment'] {
    margin-bottom: 2.588rem !important;
}

[class*='block-latest-comments'] > [class*='block-latest-comments__comment'] [class*='__comment-date'] {
    line-height: 0.8;
    margin-top: 0.39475rem;
    margin-bottom: 0.7895rem !important;
}

[class*='block-latest-comments'] > [class*='block-latest-comments__comment'] [class*='block-latest-comments__comment-avatar'] {
    margin-top: 0.338rem;
    margin-bottom: 0 !important;
}

/*=============================
// #8.11 Loading
=============================*/
.loading {
    background-color: #f8f8f8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*=============================
// #8.12 Browser
=============================*/
.browser {
    background: #f8f8f8;
    padding-top: 2.263rem;
    padding-bottom: 2.263rem;
}

.browser a {
    text-decoration: underline;
}

/*=============================
// #8.13 About
=============================*/
.about {
    position: relative;
}

@media (max-width: 767px) {
    .about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.about .about-content {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 56%;
    max-width: 877px;
    background-color: #0f4c81;
    color: #ffffff;
    padding: 3.158rem;
}

@media (max-width: 1700px) {
    .about .about-content {
        padding: 2.632rem;
    }
}

@media (max-width: 767px) {
    .about .about-content {
        position: static;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.about .about-content .item-t-head {
    color: rgba(255, 255, 255, 0.7);
}

.about .about-content .item-description {
    color: rgba(255, 255, 255, 0.7);
}

.about .about-img {
    position: relative;
    width: 74.1%;
    float: right;
}

@media (max-width: 767px) {
    .about .about-img {
        width: 100%;
        float: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.about .about-img .img {
    margin-top: 14.5%;
    margin-right: 11.5%;
    z-index: 1;
}

@media (max-width: 991px) {
    .about .about-img .img {
        margin-top: 25%;
    }
}

@media (max-width: 767px) {
    .about .about-img .img {
        margin-top: 0;
        margin-right: 0;
    }
}

.about .about-img .img.object-fit:before {
    padding-top: 68%;
}

.about .about-img .img-sec {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .about .about-img .img-sec {
        display: none;
    }
}

.about .about-img .img-sec img {
    width: 19.895rem;
    height: 19.895rem;
}

/*=============================
// #8.14 Single
=============================*/
#single .single-content .img {
    margin-bottom: 3.158rem;
}

#single .single-content .img:last-child {
    margin-bottom: 0;
}

#single .single-content .meta:first-child {
    margin-top: 0;
}

#single .single-content .meta p {
    font-size: 0.895rem;
}

#single .single-content .meta span {
    margin-right: 0.263rem;
}

#single .single-content .meta span:last-child {
    margin-right: 0;
}

#single .single-content .meta span a {
    color: inherit;
}

#single .single-content .meta span a:hover {
    color: #0f4c81;
}

#single .single-content .title {
    padding-top: 3.158rem;
}

#single .single-content .title:first-child {
    padding-top: 0;
}

#single .single-content .description {
    margin-top: 2.663rem;
}

#single .single-content .description:first-child {
    margin-top: 0;
}

#single .single-content .description [class*='tag-cloud'] {
    display: table;
    line-height: normal;
    word-break: break-all;
    margin-right: -0.7895rem;
    margin-top: -0.7895rem;
}

#single .single-content .description [class*='tag-cloud'] .tag-cloud-link {
    margin-top: 0.7895rem;
    margin-right: 0.7895rem;
    font-size: 0.789rem !important;
}

#single .single-content .tags {
    padding-top: 3.158rem;
    padding-bottom: 3.158rem;
    border-bottom: 1px solid #dbdbdb;
}

#single .single-content .tags:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#single .single-content .tags p {
    display: table;
    line-height: normal;
    word-break: break-all;
    margin-right: -0.7895rem;
    margin-top: -0.7895rem;
}

#single .single-content .tags p:before, #single .single-content .tags p:after {
    display: none;
}

#single .single-content .tags p a {
    margin-top: 0.7895rem;
    margin-right: 0.7895rem;
    font-size: 0.789rem;
}

/*=============================
// Single post
=============================*/
.single-post #single .single-content .img.object-fit:before, [class*='single-'] #single .single-content .img.object-fit:before {
    padding-top: 57.155%;
}

@media (max-width: 767px) {
    .single-post #single .single-content .img.object-fit:before, [class*='single-'] #single .single-content .img.object-fit:before {
        padding-top: 66.77%;
    }
}

/*=============================
// #8.15 Contacts
=============================*/
.contacts-item {
    -webkit-box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
    box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
    background-color: #ffffff;
    padding: 2.632rem;
    height: 100%;
}

.contacts-item .contacts-item-icon {
    margin-bottom: 1.579rem;
}

.contacts-item .contacts-item-icon:last-child {
    margin-bottom: 0;
}

.contacts-item .contacts-item-icon > * {
    font-size: 3.684rem;
    color: #0f4c81;
}

.contacts-item .contacts-item-t-head {
    color: #060606;
}

.contacts-item .contacts-item-description a {
    color: #6c6c6c;
}

.contacts-item .contacts-item-description a:hover {
    color: #0f4c81;
}

#contacts .width-img, #contacts.width-img {
    background-position: center 5.263rem;
    background-repeat: no-repeat;
}

[class*='-element'][class*='-contacts'] {
    height: 100%;
}

[class*='-element'][class*='-contacts'] > [class*='-widget-container'] {
    height: 100%;
}

#contact-form {
    max-width: 1250px;
    padding-left: 5.263rem;
    padding-right: 5.263rem;
    margin: auto;
}

@media (max-width: 767px) {
    #contact-form {
        padding-left: 0;
        padding-right: 0;
    }
}

#contact-form .form-control {
    border-color: transparent;
}

#contact-form .form-control:focus {
    border-color: #060606;
}

/*=============================
// #8.16 404
=============================*/
.error404 #page-title .title {
    margin-left: 8.7%;
}

@media (max-width: 991px) {
    .error404 #page-title .title {
        margin-left: 0;
    }
}

.error404 #page-content .content {
    margin-left: 8.7%;
}

@media (max-width: 991px) {
    .error404 #page-content .content {
        margin-left: 0;
    }
}

.error404 #page-content .content .text {
    max-width: 780px;
    margin-bottom: 0;
}

.error404 #page-content .content .form {
    max-width: 780px;
    padding-top: 3.158rem;
}

.error404 #page-content .content .button {
    padding-top: 3.158rem;
}

/*=============================
// #8.17 Examples
=============================*/
@media (max-width: 991px) {
    .ui .widget-area {
        margin-top: 0;
        margin-bottom: 5.63rem;
    }
}

.ui .widget-area:not(.mCS_no_scrollbar) .mCSB_container {
    margin-right: 0.5em;
}

.ui .site-footer {
    position: relative;
    z-index: 2;
}

.bd-example {
    width: 100%;
    position: relative;
    padding: 1.579rem;
    background-color: #f8f8f8;
    border: 0.06rem solid #dbdbdb;
}

.bd-example > .btn, [class*='-block-search'] .bd-example > [class*='-block-search__button'], [class*='-password-form'] .bd-example > input[type="submit"], .widget-area .tagcloud .bd-example > .tag-cloud-link, [class*='widget-container'] .tagcloud .bd-example > .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .bd-example > .tag-cloud-link, #single .single-content .tags p .bd-example > a, .bd-example > .btn-group, .bd-example > .btn-toolbar {
    margin-top: 0.132rem;
    margin-bottom: 0.132rem;
}

.bd-example > .form-control + .form-control {
    margin-top: 0.264rem;
}

.bd-example > .dropdown-menu:first-child {
    position: static;
    display: block;
}

.bd-example-modal .modal {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
}

.bd-example-border-utils [class^=border] {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.bd-example-border-utils-0 [class^=border] {
    border: 1px solid #dbdbdb;
}

.bd-example:after {
    display: block;
    clear: both;
    content: "";
}

.bd-placeholder-img {
    font-size: 1rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #0f4c81;
}

.bd-placeholder-img text {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    fill: #ffffff;
}

.bd-placeholder-img-lg {
    font-size: 2.5rem;
}

.bd-highlight {
    background-color: #f8f8f8;
    border: 1px solid rgba(130, 130, 130, 0.2);
    margin: -1px 0 -1px -1px;
}

.bd-callout {
    padding: 1.579rem;
    margin-top: 3.158rem;
    margin-bottom: 3.158rem;
    border: 1px solid #dbdbdb;
    border-left-width: .25rem;
}

.bd-callout-warning {
    border-left-color: #817b0f;
}

.bd-callout-info {
    border-left-color: #0f7a81;
}

.highlight {
    margin-bottom: 2.368rem !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.highlight pre {
    margin-top: 0;
    padding-left: 1.579rem;
    padding-right: 1.579rem;
    background: #eeeeee;
}

.highlight pre code {
    font-size: 0.895rem;
}

/*=============================
// #8.18 FAQ
=============================*/
[class*="faq-section"] {
    margin-bottom: 1.39rem;
}

[class*="faq-section"]:last-child {
    margin-bottom: 0;
}

[class*="faq-section"] .schema-faq-answer {
    margin-top: 1.39rem;
}

[class*="faq-section"] .schema-faq-answer:first-child {
    margin-top: 0;
}

[class*="faq-section"] .schema-faq-answer img {
    margin-bottom: 0.5em;
}

/*=============================
// #8.19 Reviews
=============================*/
.reviews-items .reviews-item {
    width: 100%;
}

/*=============================
// Reviews slider
=============================*/
.adv-slider-reviews {
    position: relative;
    padding-left: 3.684rem;
    padding-top: 2.421rem;
}

.adv-slider-reviews .adv-slider-reviews-img {
    position: absolute;
    left: 0;
    max-width: 5.895rem;
}

.adv-slider-reviews .adv-slider-reviews-img img {
    width: 100%;
}

.adv-slider-reviews .adv-swiper-container.reviews-text .reviews-text-items .reviews-text-item .reviews-text-item-content > * {
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
    line-height: 1.67;
}

.adv-slider-reviews .adv-swiper-container.reviews-text .reviews-text-items .reviews-text-item .reviews-text-item-content > *:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.75 - 1.67) * 0.5em);
}

.adv-slider-reviews .adv-swiper-container.reviews-text .reviews-text-items .reviews-text-item .reviews-text-item-content > *:last-child:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.75 - 1.67) * 0.5em);
}

.adv-slider-reviews .adv-swiper-container.reviews-text .reviews-text-items .reviews-text-item .reviews-text-item-content > *:before, .adv-slider-reviews .adv-swiper-container.reviews-text .reviews-text-items .reviews-text-item .reviews-text-item-content > *:after {
    display: none !important;
}

.adv-slider-reviews .thumbs {
    margin-top: 2.45rem;
    max-width: 500px;
}

@media (max-width: 767px) {
    .adv-slider-reviews .thumbs {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-left: -3.684rem;
    }
}

.adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs {
    width: 11.053rem;
    height: 3.158rem;
    margin: 0;
    margin-right: 0.579rem;
}

@media (max-width: 767px) {
    .adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs {
        margin-right: -1.053rem;
    }
}

.adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item {
    width: 2.632rem !important;
    margin-right: 1.053rem !important;
}

.adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item img {
    width: 2.632rem !important;
    height: 2.632rem !important;
    border-radius: 50%;
    cursor: pointer;
    max-width: inherit !important;
}

.adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item.adv-swiper-slide-thumb-active {
    width: 3.158rem !important;
}

.adv-slider-reviews .thumbs .adv-swiper-container.reviews-thumbs .reviews-thumbs-items .reviews-thumbs-item.adv-swiper-slide-thumb-active img {
    width: 3.158rem !important;
    height: 3.158rem !important;
}

@media (max-width: 767px) {
    .adv-slider-reviews .thumbs .reviews-results {
        margin-top: 1.053rem;
        text-align: center;
    }
}

.adv-slider-reviews .thumbs .reviews-results .reviews-name {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.adv-slider-reviews .thumbs .reviews-results .reviews-positions {
    margin-top: -0.895rem;
    font-size: 0.895rem;
    color: #777777 !important;
}

/*=============================
// #8.20 Clients
=============================*/
.clients {
    padding-top: 5.632rem;
    padding-bottom: 5.632rem;
}

.clients .clients-items {
    margin-top: -1.316rem;
    margin-bottom: -1.316rem;
}

@media (max-width: 767px) {
    .clients .clients-items {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
        margin-left: -1.59515rem;
        margin-right: -1.59515rem;
    }
}

.clients .clients-items .clients-item {
    width: 100%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-top: 1.316rem;
    padding-bottom: 1.316rem;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 1.59515rem;
        padding-right: 1.59515rem;
    }
}

.clients .clients-items .clients-item:first-child {
    padding-left: 0;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item:first-child {
        padding-left: 2.5%;
    }
}

.clients .clients-items .clients-item:last-child {
    padding-right: 0;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item:last-child {
        padding-right: 2.5%;
    }
}

@media (max-width: 1700px) {
    .clients .clients-items .clients-item {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

.clients .clients-items .clients-item .clients-item-content {
    max-width: 11.632rem;
    margin: auto;
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item .clients-item-content {
        max-width: 8.5rem;
    }
}

@media (max-width: 767px) {
    .clients .clients-items .clients-item .clients-item-content {
        max-width: 7.5rem;
    }
}

.clients .clients-items .clients-item .clients-item-content img {
    max-width: 100%;
    max-height: 5.579rem;
}

/*=============================
// #8.21 Back
=============================*/
#back-to-top {
    position: absolute;
    top: -6.579rem;
    z-index: 1039;
    right: 2.632rem;
}

@media (max-width: 1700px) {
    #back-to-top {
        right: 2.632rem;
    }
}

@media (max-width: 1199px) {
    #back-to-top {
        right: 1.59515rem;
    }
}

@media (max-width: 767px) {
    #back-to-top {
        top: -1.7105rem;
    }
}

@media (max-width: 575px) {
    #back-to-top {
        right: 1.59515rem;
    }
}

#back-to-top a {
    display: block;
    width: 3.421rem;
    height: 3.421rem;
    color: #ffffff;
    background: #060606;
    border: 1px solid #060606;
    border-radius: 50%;
}

#back-to-top a [class*='fa-'], #back-to-top a span, #back-to-top a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#back-to-top a [class*='malex-icon'] {
    font-size: 1rem;
}

#back-to-top a span {
    font-size: 0.789rem;
}

#back-to-top a:hover {
    color: #060606;
    background: #ffffff;
    border-color: #060606;
    opacity: 1;
}

/*=============================
// #8.22 Team
=============================*/
@media (max-width: 767px) {
    .team-member .img.object-fit {
        max-height: 306px;
        overflow: hidden;
    }
}

.team-member .img.object-fit:before {
    padding-top: 110%;
}

.team-member .team-member-top {
    position: relative;
}

.team-member .team-member-top .team-member-position {
    position: absolute;
    z-index: 2;
    left: 1.316rem;
    bottom: 1.316rem;
    background-color: #0f4c81;
    padding: 1.053rem 1.316rem;
    min-width: 9.421rem;
    text-align: center;
}

.team-member .team-member-top .team-member-position > * {
    color: #ffffff;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
}

.team-member .team-member-content {
    padding-top: 1.579rem;
}

.team-member .team-member-content .team-member-t-head {
    color: #060606;
}

.team-member .team-member-nav-items {
    padding-top: 1.737rem;
}

.team-member .team-member-nav-items ul li {
    margin-right: 1.579rem;
}

.team-member .team-member-nav-items ul li:last-child {
    margin-right: 0;
}

.team-member .team-member-nav-items ul li a {
    font-size: 1.053rem;
}

/*=============================
// #8.23 Plans
=============================*/
.price-table {
    position: relative;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
    box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.price-table .price-table-badge {
    position: absolute;
    top: 19px;
    left: -55px;
    width: 200px;
    height: 2.842rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #0f4c81;
}

.price-table .price-table-badge p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.789rem;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.price-table .price-table-header {
    padding: 3.158rem 1.947rem;
    padding-bottom: 0;
}

.price-table .price-table-header .price-table-t-head {
    color: #060606;
}

.price-table .price-table-price {
    padding: 3.158rem 1.947rem;
}

.price-table .price-table-price p {
    color: #0f4c81;
    line-height: 0.8;
}

.price-table .price-table-price p:before, .price-table .price-table-price p:after {
    display: none;
}

.price-table .price-table-price p .currency {
    vertical-align: top;
    padding-right: 0.263rem;
}

.price-table .price-table-price p .price {
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    font-size: 4.211rem;
    padding-right: 0.263rem;
}

.price-table .price-table-price p .period {
    font-size: 0.789rem;
    color: #060606;
    text-transform: uppercase;
}

.price-table .price-table-list-group {
    padding-left: 1.947rem;
    padding-right: 1.947rem;
    margin-bottom: 0 !important;
}

.price-table .price-table-list-group .list-group-item {
    font-size: 0.895rem;
    padding: 0.789rem 0;
    text-align: left;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.price-table .price-table-list-group .list-group-item:first-child {
    margin-top: -0.415em;
    padding-top: 0;
}

.price-table .price-table-list-group .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: -0.415em !important;
}

.price-table .price-table-footer {
    padding: 3.158rem 1.947rem;
}

.price-table .price-table-footer .btn, .price-table .price-table-footer [class*='-block-search'] [class*='-block-search__button'], [class*='-block-search'] .price-table .price-table-footer [class*='-block-search__button'], .price-table .price-table-footer [class*='-password-form'] input[type="submit"], [class*='-password-form'] .price-table .price-table-footer input[type="submit"], .price-table .price-table-footer .widget-area .tagcloud .tag-cloud-link, .widget-area .tagcloud .price-table .price-table-footer .tag-cloud-link, .price-table .price-table-footer [class*='widget-container'] .tagcloud .tag-cloud-link, [class*='widget-container'] .tagcloud .price-table .price-table-footer .tag-cloud-link, .price-table .price-table-footer #single .single-content .description [class*='tag-cloud'] .tag-cloud-link, #single .single-content .description [class*='tag-cloud'] .price-table .price-table-footer .tag-cloud-link, .price-table .price-table-footer #single .single-content .tags p a, #single .single-content .tags p .price-table .price-table-footer a {
    min-width: 11.526rem;
}

/*=============================
// #8.24 Service
=============================*/
.service {
    position: relative;
    padding: 2.632rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
    box-shadow: 0 5px 83px 0 rgba(6, 6, 6, 0.12);
    height: 100%;
}

.service .service-icon {
    margin-bottom: 1.579rem;
}

.service .service-icon:last-child {
    margin-bottom: 0;
}

.service .service-icon > * {
    font-size: 3.684rem;
    color: #0f4c81;
}

.service .service-t-head {
    color: #060606;
}

.service-items {
    margin-top: -3.526rem !important;
}

.with-service-items {
    padding-bottom: 3.526rem;
}

[class*='-element'][class*='-service'] {
    height: 100%;
}

[class*='-element'][class*='-service'] > [class*='-widget-container'] {
    height: 100%;
}

/*=============================
// #8.25 Process
=============================*/
.process {
    position: relative;
    padding: 2.632rem;
    height: 100%;
    overflow: hidden;
}

.process .process-content {
    position: relative;
    z-index: 2;
}

.process .process-content .process-small-t-head {
    color: #0f4c81;
    text-transform: uppercase;
}

.process .process-content .process-t-head {
    color: #060606;
}

.process .process-number {
    position: absolute;
    top: -2.632rem;
    right: -2.105rem;
    font-size: 15.789rem;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
    z-index: 1;
    opacity: 0.03;
}

.process-height .process {
    min-height: 21.053rem;
}

@media (max-width: 1199px) {
    .process-height .process {
        min-height: auto;
    }
}

.process-color-1 {
    background-color: #0f4c81;
}

.process-color-1 .process-content {
    color: #cfd7e7;
}

.process-color-1 .process-content .process-t-head {
    color: #ffffff;
}

.process-color-1 .process-number {
    color: #fbfbfb;
    opacity: 0.04;
}

.process-color-2 {
    background-color: #f8f8f8;
}

.process-color-3 {
    background-color: #060606;
}

.process-color-3 .process-content {
    color: #b4b4b4;
}

.process-color-3 .process-content .process-t-head {
    color: #ffffff;
}

.process-color-3 .process-number {
    color: #fbfbfb;
    opacity: 0.07;
}

[class*='-element'][class*='-process'] {
    height: 100%;
}

[class*='-element'][class*='-process'] > [class*='-widget-container'] {
    height: 100%;
}

/*=============================
// #8.26 Languages
=============================*/
.languages .nav {
    font-size: 0.895rem;
}

.languages .nav .lang-item {
    margin-left: 1.316rem;
    margin-bottom: 0;
    line-height: 0.7;
}

.languages .nav .lang-item:before, .languages .nav .lang-item:after {
    display: none;
}

.languages .nav .lang-item:first-child {
    margin-left: 0;
}

.languages .nav .lang-item a {
    font-family: "Poppins-Bold", sans-serif;
    text-transform: uppercase;
}

.languages .nav .lang-item.active a, .languages .nav .lang-item.current-lang a {
    cursor: not-allowed;
    opacity: 0.5;
}

.languages .nav .lang-item.active a:hover, .languages .nav .lang-item.current-lang a:hover {
    opacity: 0.5 !important;
}

.languages .nav.flex-column .lang-item, .languages .modal .modal-dialog .modal-content [class*='menu-'] .nav .lang-item, .modal .modal-dialog .modal-content [class*='menu-'] .languages .nav .lang-item {
    margin-left: 0;
    margin-bottom: 1.316rem;
}

.languages .nav.flex-column .lang-item:last-child, .languages .modal .modal-dialog .modal-content [class*='menu-'] .nav .lang-item:last-child, .modal .modal-dialog .modal-content [class*='menu-'] .languages .nav .lang-item:last-child {
    margin-bottom: 0;
}

.lang-position {
    position: absolute !important;
    width: auto !important;
    bottom: 3.158rem;
}

/*=============================
// #8.27 Signature
=============================*/
.signature .signature-img {
    padding-right: 2.632rem;
}

.signature .signature-img:last-child {
    padding-right: 0;
}

.signature .signature-img img {
    max-width: 6.737rem !important;
    width: 100%;
}

.signature .signature-content .signature-name {
    color: #060606;
}

.signature .signature-content .signature-position {
    margin-top: -0.895rem;
}

/*=============================
// #8.28 Icon list
=============================*/
.icon-list {
    border-top: 1px solid #dbdbdb;
    padding-top: 3.158rem;
    margin-top: 3.158rem;
}

.icon-list .icon-list-items {
    margin-left: -0.7895rem;
    margin-right: -0.7895rem;
    margin-bottom: -1.579rem;
}

@media (max-width: 1199px) {
    .icon-list .icon-list-items {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

.icon-list .icon-list-items .icon-list-item {
    padding-left: 0.7895rem;
    padding-right: 0.7895rem;
    padding-bottom: 1.579rem;
}

@media (max-width: 767px) {
    .icon-list .icon-list-items .icon-list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.icon-list .icon-list-items .icon-list-item > * {
    position: relative;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    color: #060606;
}

.icon-list .icon-list-items .icon-list-item > * [class*='fa-'] {
    position: relative;
    top: 0.263rem;
    padding-right: 0.7895rem;
    color: #0f4c81;
}

/*=============================
// #8.29 Title
=============================*/
.title-opacity {
    position: relative;
}

.title-opacity .title-opacity-text {
    position: absolute;
    font-size: 21.053rem;
    font-family: "Poppins-Bold", sans-serif;
    font-weight: 700;
    margin-top: -5.526rem;
    right: 0;
    z-index: -1;
    color: #f2f2f2;
    line-height: 1;
}

.title-opacity .title-opacity-text:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.7 - 1) * 0.5em);
}

.title-opacity .title-opacity-text:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.65 - 1) * 0.5em);
}

[class*='-edit-area-active'] [class*='-inline-editing'].title-opacity {
    min-height: 1px !important;
}

[class*='bg-white'] .title-opacity .title-opacity-text {
    color: #fbfbfb;
}

.title-opacity-true .site-header, .title-opacity-true .site-footer {
    position: relative;
    z-index: 1040;
}

.title-opacity-true #page-content {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .title-opacity-true #page-title .wrapper, .title-opacity-true #page-title #swipebox-container {
        position: static;
    }
}

/*=================================================
// #9 Animate
=================================================*/
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    from,
  20%,
  53%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
  43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

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

@keyframes bounce {
    from,
  20%,
  53%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
  43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

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

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

@-webkit-keyframes flash {
    from,
  50%,
  to {
        opacity: 1;
    }

    25%,
  75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
  50%,
  to {
        opacity: 1;
    }

    25%,
  75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {
    from,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 shake {
    from,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-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);
    }
}

.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: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
  20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
  20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

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

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

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

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

@-webkit-keyframes jello {
    from,
  11.1%,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

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

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

@keyframes jello {
    from,
  11.1%,
  to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

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

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

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-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);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
  20%,
  40%,
  60%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

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

@keyframes bounceIn {
    from,
  20%,
  40%,
  60%,
  80%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

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

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

@keyframes bounceInDown {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

@keyframes bounceInLeft {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

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

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

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

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

@keyframes bounceInRight {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

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

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

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

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

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

@-webkit-keyframes bounceInUp {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

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

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

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

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

@keyframes bounceInUp {
    from,
  60%,
  75%,
  90%,
  to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

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

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

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

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

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fadeInLeft, .fadeinleft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

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

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

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

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

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

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

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

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

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

.fadeInRight, .fadeinright {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

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

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

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

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

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

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

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

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

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

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

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

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

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

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

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

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

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

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

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

    20%,
  60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
  80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -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-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
  60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
  80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -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;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.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 {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.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);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

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

@keyframes rollOut {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn, .zoomin {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

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

/*=================================================
// #10 Slider
=================================================*/
@font-face {
    font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
  /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
  /* For Firefox */
    -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
