/*
  consolidated.css — comprehensive CSS bundle
  Generated: 2025-09-16 21:33:12
  
  CORE THEME STYLES:
  - meanmenu6c2d.css (mobile menu)
  - grid6c2d.css (layout grid)
  - owl.carousel6c2d.css (carousel/slider)
  - style6c2d.css (main theme styles)
  - responsive6c2d.css (responsive design)
  
  ADDITIONAL BUNDLED STYLES:
  - blocks.css (WordPress blocks)
  - pagenavi-css44fd.css (pagination)
  - TheChamp.css (social sharing)
  - wp-emoji-styles-inline.css (emoji support)
  - other.css (miscellaneous styles)
  - wpconsent-placeholders.css (cookie consent)
  - wp-block-library-theme-inline.css (WordPress block library)
  - classic-theme-styles-inline.css (WordPress classic theme)
  - wp-custom.css (custom WordPress styles)

  KEPT SEPARATE:
  - font-awesome.min.css (icon font - external CDN/separate for performance)
  - urvanov_syntax_highlighter.min.css (code syntax highlighting)
  - theme-PS7.css (PowerShell 7 theme - specialized)
  - powershell62ac.css (PowerShell styling - specialized)
  - consolas62ac.css (Console styling - specialized)
  - powershell7-console.css (Console theme - specialized)

  Notes:
  - All relative url(...) references have been rewritten to site-root absolute paths.
  - Duplicate styles have been preserved to maintain specificity and avoid conflicts.
  - Specialized themes (PowerShell, console) are kept separate for modularity.
*/
/* ===== Begin: assets/css/meanmenu6c2d.css ===== */

/* #######################################################################

        meanMenu
        --------
        
        To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    position: absolute;
    width: 100%;
    /*z-index: 999999;*/
    left: 0;
}

.mean-container a.meanmenu-reveal {
    color: #1e435a;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 10px 15px ;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0px;
    width: 27px;
}
.mean-container a.meanmenu-reveal span {
    background: #1e435a;
    display: block;
    height: 1px;
    margin-top: 8px
}
.mean-container .mean-nav {
    background:#1e435a;
    float: left;
    margin-top: 67px;
    position: relative;
    width: 100%;
    z-index: 99999999;
}	
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #383838;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    font-family:'Lato', Open Sans, sans-serif;
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-bottom: 1px solid #f1f1f1;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 26px;
    border: none !important;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: none;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav /* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mean-container a.meanmenu-reveal span:first-child {
    margin: 0;
}

/* ===== End: assets/css/meanmenu6c2d.css ===== */

/* ===== Begin: assets/css/grid6c2d.css ===== */
@charset "UTF-8";
/*------------------*
  $TOAST-GRID

  An insane grid.
  You'd be mad to use it.

  Usage
  =====

  Assuming default values:

  <div class="grid">
    <div class="grid__col grid__col-1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col-1-of-4 grid__col-pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>

  Customisation
  =============

  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.

  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.

  $toast-gutter-width isâ€”you guessed itâ€”the gutter
  width. Accepts any unit.

  That's it. Have fun.

\*------------------*/
.row {
    list-style: none;
    margin-left: -15px; }

.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-7-of-7, .col-8-of-8, .col-9-of-9, .col-10-of-10, .col-11-of-11, .col-12-of-12 {
    width: 100%; }

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-5-of-10, .col-6-of-12 {
    width: 50%; }

.col-1-of-3, .col-2-of-6, .col-3-of-9, .col-4-of-12 {
    width: 33.33333%; }

.col-2-of-3, .col-4-of-6, .col-6-of-9, .col-8-of-12 {
    width: 66.66667%; }

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
    width: 25%; }

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
    width: 75%; }

.col-push-1-of-1, .col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-7-of-7, .col-push-8-of-8, .col-push-9-of-9, .col-push-10-of-10, .col-push-11-of-11, .col-push-12-of-12 {
    margin-left: 100%; }

.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-5-of-10, .col-push-6-of-12 {
    margin-left: 50%; }

.col-push-1-of-3, .col-push-2-of-6, .col-push-3-of-9, .col-push-4-of-12 {
    margin-left: 33.33333%; }

.col-push-2-of-3, .col-push-4-of-6, .col-push-6-of-9, .col-push-8-of-12 {
    margin-left: 66.66667%; }

.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
    margin-left: 25%; }

.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
    margin-left: 75%; }

.col-pull-1-of-1, .col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-7-of-7, .col-pull-8-of-8, .col-pull-9-of-9, .col-pull-10-of-10, .col-pull-11-of-11, .col-pull-12-of-12 {
    margin-left: -100%; }

.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-5-of-10, .col-pull-6-of-12 {
    margin-left: -50%; }

.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-3-of-9, .col-pull-4-of-12 {
    margin-left: -33.33333%; }

.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-6-of-9, .col-pull-8-of-12 {
    margin-left: -66.66667%; }

.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
    margin-left: -25%; }

.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
    margin-left: -75%; }

.col-1-of-5 {
    width: 20%; }

.col-push-1-of-5 {
    margin-left: 20%; }

.col-pull-1-of-5 {
    margin-left: -20%; }

.col-2-of-5 {
    width: 40%; }

.col-push-2-of-5 {
    margin-left: 40%; }

.col-pull-2-of-5 {
    margin-left: -40%; }

.col-3-of-5 {
    width: 60%; }

.col-push-3-of-5 {
    margin-left: 60%; }

.col-pull-3-of-5 {
    margin-left: -60%; }

.col-4-of-5 {
    width: 80%; }

.col-push-4-of-5 {
    margin-left: 80%; }

.col-pull-4-of-5 {
    margin-left: -80%; }

.col-1-of-6 {
    width: 16.66667%; }

.col-push-1-of-6 {
    margin-left: 16.66667%; }

.col-pull-1-of-6 {
    margin-left: -16.66667%; }

.col-5-of-6 {
    width: 83.33333%; }

.col-push-5-of-6 {
    margin-left: 83.33333%; }

.col-pull-5-of-6 {
    margin-left: -83.33333%; }

.col-1-of-7 {
    width: 14.28571%; }

.col-push-1-of-7 {
    margin-left: 14.28571%; }

.col-pull-1-of-7 {
    margin-left: -14.28571%; }

.col-2-of-7 {
    width: 28.57143%; }

.col-push-2-of-7 {
    margin-left: 28.57143%; }

.col-pull-2-of-7 {
    margin-left: -28.57143%; }

.col-3-of-7 {
    width: 42.85714%; }

.col-push-3-of-7 {
    margin-left: 42.85714%; }

.col-pull-3-of-7 {
    margin-left: -42.85714%; }

.col-4-of-7 {
    width: 57.14286%; }

.col-push-4-of-7 {
    margin-left: 57.14286%; }

.col-pull-4-of-7 {
    margin-left: -57.14286%; }

.col-5-of-7 {
    width: 71.42857%; }

.col-push-5-of-7 {
    margin-left: 71.42857%; }

.col-pull-5-of-7 {
    margin-left: -71.42857%; }

.col-6-of-7 {
    width: 85.71429%; }

.col-push-6-of-7 {
    margin-left: 85.71429%; }

.col-pull-6-of-7 {
    margin-left: -85.71429%; }

.col-1-of-8 {
    width: 12.5%; }

.col-push-1-of-8 {
    margin-left: 12.5%; }

.col-pull-1-of-8 {
    margin-left: -12.5%; }

.col-3-of-8 {
    width: 37.5%; }

.col-push-3-of-8 {
    margin-left: 37.5%; }

.col-pull-3-of-8 {
    margin-left: -37.5%; }

.col-5-of-8 {
    width: 62.5%; }

.col-push-5-of-8 {
    margin-left: 62.5%; }

.col-pull-5-of-8 {
    margin-left: -62.5%; }

.col-7-of-8 {
    width: 87.5%; }

.col-push-7-of-8 {
    margin-left: 87.5%; }

.col-pull-7-of-8 {
    margin-left: -87.5%; }

.col-1-of-9 {
    width: 11.11111%; }

.col-push-1-of-9 {
    margin-left: 11.11111%; }

.col-pull-1-of-9 {
    margin-left: -11.11111%; }

.col-2-of-9 {
    width: 22.22222%; }

.col-push-2-of-9 {
    margin-left: 22.22222%; }

.col-pull-2-of-9 {
    margin-left: -22.22222%; }

.col-4-of-9 {
    width: 44.44444%; }

.col-push-4-of-9 {
    margin-left: 44.44444%; }

.col-pull-4-of-9 {
    margin-left: -44.44444%; }

.col-5-of-9 {
    width: 55.55556%; }

.col-push-5-of-9 {
    margin-left: 55.55556%; }

.col-pull-5-of-9 {
    margin-left: -55.55556%; }

.col-7-of-9 {
    width: 77.77778%; }

.col-push-7-of-9 {
    margin-left: 77.77778%; }

.col-pull-7-of-9 {
    margin-left: -77.77778%; }

.col-8-of-9 {
    width: 88.88889%; }

.col-push-8-of-9 {
    margin-left: 88.88889%; }

.col-pull-8-of-9 {
    margin-left: -88.88889%; }

.col-1-of-10 {
    width: 10%; }

.col-push-1-of-10 {
    margin-left: 10%; }

.col-pull-1-of-10 {
    margin-left: -10%; }

.col-2-of-10 {
    width: 20%; }

.col-push-2-of-10 {
    margin-left: 20%; }

.col-pull-2-of-10 {
    margin-left: -20%; }

.col-3-of-10 {
    width: 30%; }

.col-push-3-of-10 {
    margin-left: 30%; }

.col-pull-3-of-10 {
    margin-left: -30%; }

.col-4-of-10 {
    width: 40%; }

.col-push-4-of-10 {
    margin-left: 40%; }

.col-pull-4-of-10 {
    margin-left: -40%; }

.col-6-of-10 {
    width: 60%; }

.col-push-6-of-10 {
    margin-left: 60%; }

.col-pull-6-of-10 {
    margin-left: -60%; }

.col-7-of-10 {
    width: 70%; }

.col-push-7-of-10 {
    margin-left: 70%; }

.col-pull-7-of-10 {
    margin-left: -70%; }

.col-8-of-10 {
    width: 80%; }

.col-push-8-of-10 {
    margin-left: 80%; }

.col-pull-8-of-10 {
    margin-left: -80%; }

.col-9-of-10 {
    width: 90%; }

.col-push-9-of-10 {
    margin-left: 90%; }

.col-pull-9-of-10 {
    margin-left: -90%; }

.col-1-of-11 {
    width: 9.09091%; }

.col-push-1-of-11 {
    margin-left: 9.09091%; }

.col-pull-1-of-11 {
    margin-left: -9.09091%; }

.col-2-of-11 {
    width: 18.18182%; }

.col-push-2-of-11 {
    margin-left: 18.18182%; }

.col-pull-2-of-11 {
    margin-left: -18.18182%; }

.col-3-of-11 {
    width: 27.27273%; }

.col-push-3-of-11 {
    margin-left: 27.27273%; }

.col-pull-3-of-11 {
    margin-left: -27.27273%; }

.col-4-of-11 {
    width: 36.36364%; }

.col-push-4-of-11 {
    margin-left: 36.36364%; }

.col-pull-4-of-11 {
    margin-left: -36.36364%; }

.col-5-of-11 {
    width: 45.45455%; }

.col-push-5-of-11 {
    margin-left: 45.45455%; }

.col-pull-5-of-11 {
    margin-left: -45.45455%; }

.col-6-of-11 {
    width: 54.54545%; }

.col-push-6-of-11 {
    margin-left: 54.54545%; }

.col-pull-6-of-11 {
    margin-left: -54.54545%; }

.col-7-of-11 {
    width: 63.63636%; }

.col-push-7-of-11 {
    margin-left: 63.63636%; }

.col-pull-7-of-11 {
    margin-left: -63.63636%; }

.col-8-of-11 {
    width: 72.72727%; }

.col-push-8-of-11 {
    margin-left: 72.72727%; }

.col-pull-8-of-11 {
    margin-left: -72.72727%; }

.col-9-of-11 {
    width: 81.81818%; }

.col-push-9-of-11 {
    margin-left: 81.81818%; }

.col-pull-9-of-11 {
    margin-left: -81.81818%; }

.col-10-of-11 {
    width: 90.90909%; }

.col-push-10-of-11 {
    margin-left: 90.90909%; }

.col-pull-10-of-11 {
    margin-left: -90.90909%; }

.col-1-of-12 {
    width: 8.33333%; }

.col-push-1-of-12 {
    margin-left: 8.33333%; }

.col-pull-1-of-12 {
    margin-left: -8.33333%; }

.col-2-of-12 {
    width: 16.66667%; }

.col-push-2-of-12 {
    margin-left: 16.66667%; }

.col-pull-2-of-12 {
    margin-left: -16.66667%; }

.col-5-of-12 {
    width: 41.66667%; }

.col-push-5-of-12 {
    margin-left: 41.66667%; }

.col-pull-5-of-12 {
    margin-left: -41.66667%; }

.col-7-of-12 {
    width: 58.33333%; }

.col-push-7-of-12 {
    margin-left: 58.33333%; }

.col-pull-7-of-12 {
    margin-left: -58.33333%; }

.col-10-of-12 {
    width: 83.33333%; }

.col-push-10-of-12 {
    margin-left: 83.33333%; }

.col-pull-10-of-12 {
    margin-left: -83.33333%; }

.col-11-of-12 {
    width: 91.66667%; }

.col-push-11-of-12 {
    margin-left: 91.66667%; }

.col-pull-11-of-12 {
    margin-left: -91.66667%; }

.col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 15px;
    vertical-align: top; }
@media (max-width: 700px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto; } }
@media (max-width: 700px) and (min-width: 480px) {
    .col[class*="col-m-"] {
        display: inline-block;
        margin-right: -.24em; }
    .col.col-m-1-of-2, .col.col-m-2-of-4 {
        width: 50%; }
    .col.col-m-1-of-3 {
        width: 33.33333%; }
    .col.col-m-2-of-3 {
        width: 66.66667%; }
    .col.col-m-1-of-4 {
        width: 25%; }
    .col.col-m-3-of-4 {
        width: 75%; } }
@media (max-width: 480px) {
    .col[class*="col-s-"] {
        display: inline-block;
        margin-right: -.24em; }
    .col.col-s-1-of-2, .col.col-s-2-of-4 {
        width: 50%; }
    .col.col-s-1-of-3 {
        width: 33.33333%; }
    .col.col-s-2-of-3 {
        width: 66.66667%; }
    .col.col-s-1-of-4 {
        width: 25%; }
    .col.col-s-3-of-4 {
        width: 75%; } }

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.col-d-first {
    float: left; }

.col-d-last {
    float: right; }

.row-no-gutter .col {
    padding-left: 0; }
.row-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%; }

.col-ab {
    vertical-align: bottom; }

.col-am {
    vertical-align: middle; }

/* ===== End: assets/css/grid6c2d.css ===== */

/* ===== Begin: assets/css/owl.carousel6c2d.css ===== */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/assets/css/owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 50px;
}
/* ===== End: assets/css/owl.carousel6c2d.css ===== */

/* ===== Begin: assets/css/style6c2d.css ===== */
/*
Theme Name: Business Hub
Theme URI: http://rigorousthemes.com/downloads/business-hub/
Author: Rigorous Themes
Author URI: http://rigorousthemes.com/
Description: Business Hub is a free responsive theme that allows you to create stunning business and corporate websites. It has been engineered to be easy to use and fast. It is perfect for business agencies, creative agencies, digital agencies, coorporate houses and other creative websites.
Requires at least: 5.6
Tested up to: 5.8
Requires PHP: 5.5
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-hub
Tags: custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, flexible-header, two-columns, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, news, education

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Business Hub is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions

13.0 Miscellaneous
13.1 Basic Styles
14.0 Extra Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, span, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing ospanly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
blockquote,
blockquote p {
    font-style: italic;
}
blockquote p {
    margin-bottom: 0;
    padding: 5px 0;
}

blockquote {
    margin: 20px 0px 20px 25px;
    position: relative;
    padding: 15px;
    background: #f5f5f5;
    border-left: 4px solid;
}
blockquote,
q {
    quotes: "" "";
}

a {
    color:#1e435a
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{
    color:#1e435a;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.5;
    margin: 0;
}

p,li{
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 15px;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
b,
strong {
    font-weight: bold;
}
.page-header h1.page-title {
    margin-top: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom:15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-size: 15px;
    margin-bottom:15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
    margin-bottom:15px;
}
mark,
ins {
    background: #fff9c0;
    margin-bottom:15px;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}
caption, th, td {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-weight: 400;
    padding: 5px;
    text-align: center;
}
caption {
    border: 1px solid #dedede;
    margin-bottom:15px;
}

.gallery-columns-9 .gallery-columns-8 .gallery-columns-7 .gallery-columns-6 .gallery-columns-5 .gallery-columns-4 .gallery-columns-3 .gallery-columns-2 .gallery img {
    border: 0px;
    margin:0px;
    padding: 0px;
}
.comments-area ol li {
    list-style: none;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 10px 0 5px 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

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

figure {
    margin: 0;
}

table {
    width: 100%;
    margin: 15px 0;
    width: 100%;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Aspanresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #1e435a;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Aspanresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Aspanresses appearance set to searchfield in S5, Chrome */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed ospanly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
div.wpcf7-response-output.wpcf7-display-nonespaninput[type="text"], 
input[type="password"], 
textarea,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],select {
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #fff;
    border-radius: 0;
    border:1px solid #e7e7e7;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
textarea:focus {
    color: #111;
}
span.wpcf7-form-control-wrap{
    display: block;
    margin-top: 5px;
}
.wpcf7 label {
    margin: 0px 0px 10px 0px;
}
::-webkit-input-placeholder {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-family:'Roboto', sans-serif;
    font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;  
}

:-ms-input-placeholder {  
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a:focus{
    outline: none;
}
a {
    text-decoration: none;
}
a,
a:hover{
    text-decoration: none;
}
a:hover {
    color: #075e94;
}
/*a:hover{
opacity: 0.7;
}*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/
.full-nav-menu {
    background: #fff;
    border-bottom: 1px solid #e7e7e7; 
    border-top: 1px solid #e7e7e7;
    position: relative;
    width: 100%;
}
.home .full-nav-menu {
    border-bottom: none;
}
.main-navigation:before, .main-navigation:after {
    clear: both;
    content: "";
    display: block;
}
.main-navigation ul {
    margin: 0;
}
.main-navigation ul > li {
    border-left: 1px solid #e7e7e7;
}
.main-navigation ul > li:last-child {
    border-right: 1px solid #e7e7e7;
}
.main-navigation ul > li:hover {
    background: #1e435a;
}
.main-navigation ul ul {
    display: none;
    left: 0;
    margin: 0;
    min-width: 245px;
    position: absolute;
    top: 58px;
    z-index: 9999;
    background: #fff;
    padding: 0px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1); 
}

.main-navigation ul ul ul {
    left:100%;
    top: 0px;
}
.main-navigation li {
    -moz-box-sizing: border-box;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-box-sizing: border-box;
    -webkit-transition-duration: 0.2s;
    box-sizing: border-box;
    float: left;
    margin-bottom:0;
    padding: 0 25px;
    position: relative;
    transition-duration: 0.2s;
    list-style: none;
}

.main-navigation li li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
}
.main-navigation li li li {}
.main-navigation li li li li {}
.main-navigation li:hover ul{
    display: block;
}
.main-navigation li:hover li ul{
    display: none;
}
.main-navigation li li:hover ul{
    display: block;
}
.main-navigation li li:hover li ul{
    display: none;
}
.main-navigation li li li:hover ul{
    display: block;
}
.main-navigation li li li:hover li ul{
    display: none;
}
.main-navigation li li li li:hover > ul{
    display: block;
}
.main-navigation ul li a {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color:#222;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
}
.main-navigation ul > li:hover > a {
    color:#fff
}
.main-navigation li li.current-menu-item li a:hover {}
.main-navigation li li li.current-menu-item li a:hover {}
.main-navigation ul ul a {
    /*    color: #888;
        height: auto;
        text-align: left;*/
    }
    .main-navigation ul li:hover a,
    .main-navigation ul ul.sub-menu li:hover a {
        /*color: #fff;*/
    }
    .main-navigation ul ul > li > a {
        padding: 10px 20px;
        font-weight: normal
    }
    .main-navigation ul li ul li a:hover {
        box-shadow: none;
    }
    .main-navigation li li.current_page_item a:after,
    .main-navigation ul li li a:hover:after {
        display: none;
    }
    .main-navigation .menu > li:hover:after,
    .main-navigation li.current-menu-item:after,
    .main-navigation .menu ul > li:hover:after,
    .main-navigation li.current_page_item:after {
        width: 100%;
    }
    .main-navigation .menu > li:after,
    .main-navigation ul li:after,
    .main-navigation li.current-menu-item:after,
    .main-navigation .menu ul > li:after,
    .main-navigation li.current_page_item:after {
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        transition: width 0.25s ease 0s;
        width: 0;
        z-index:88;
    }
    .main-navigation ul li li:after{
        display: none;
    }
    .main-navigation li.current-menu-item:after,
    .main-navigation ul li.current_page_item:after {
        width:100%;
    }
    .main-navigation ul li.menu-item-has-children > ul >li.menu-item-has-children > a:after {
        content: "\f0d7";
        display: inline-block;
        font-size: 12px;
        left: 10px;
        position: relative;
    }
    .main-navigation ul li.menu-item-has-children > a:after {
        content: "\f0d7";
        display: inline-block;
        font-size: 12px;
        left: 10px;
        position: relative;
    }

/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.alignnone{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.no-sidebar .wp-block-columns.wp-block-columns.is-background-enabled:after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #26a9af;
    position: absolute;
    top: 0;
    right: -100vw;
    visibility: visible;
}

.wp-block-columns.is-background-enabled:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #26a9af;
    position: absolute;
    top: 0;
    left: -100vw;
    visibility: visible;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.entry-content img {
    margin-bottom: 0;
} 
.page-content,
.entry-content,
.entry-summary,
.entry-header {
    margin:0 0 15px;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
    margin: 0;    
}

.entry-content img,
.page-content img,
.entry-summary img {
    margin-bottom: 15px;
} 

.page-links {
    clear: both;
    margin: 15px 0 0;
}

/*--------------------------------------------------------------
10.1.1 Sticky Posts
--------------------------------------------------------------*/

.post-category-wrapper {
    position: relative;
}

.favourite {
    color:#fff;    
    padding: 5px 10.1px;
    position: absolute;
    background: #1e435a !important;
    top: 0;
    right: 0;
}

.favourite:before {
    border-left: 17px solid rgba(0, 0, 0, 0);
    border-right: 17px solid rgba(155, 97, 97, 0);
    border-top: 18px solid #1e435a;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 30px;
    width: 0;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    /*display: none;*/
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
13 Miscellaneous
--------------------------------------------------------------*/

/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/
body {
    color:#1e435a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
}

/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/
.container {
    padding: 0 15px;
    box-sizing: border-box;
}
header#masthead {
    margin: 0px auto;
    width: 100%;
}
.full-nav-menuheader#masthead.affix .site-branding img {
    width: 185px;
    margin: 11px 0;
}
.site-branding h1.site-title {
    font-size: 30px;
}
.site-branding img{
    -moz-transition: width .46s ease-in;
    -o-transition: width .4s ease-in;
    -webkit-transition: width .4s ease-in;
    margin: 5px 0;
    /*width: 20%;*/
    transition: width .4s ease-in;
}
.site-branding p.site-description {
    font-size: 11px;
    margin-bottom: 10px;
}
.header-title-text.sticky-header .site-branding h1.site-title,
.site-branding .site-title.site-branding .site-titlea.custom-logo-link {
    display: block;
}
.site-branding p.site-description {
    font-size: 11px;
    margin-bottom:0px;
    position: relative;
}

.header-title-text.sticky-header .site-branding h1.site-title,
.site-branding .site-title.site-branding .site-title.sticky-header .main-navigation ul ul {
    top: 49px;
}

.sticky-header .main-navigation ul ul ul {
    top: 0;
}
.site-branding img {
/*    max-width: 200px;
width: 100%;*/
}

/*sticky header start*/
.sticky-header .sticky-header .menu-section {
    width: 70%;
}
.sticky-header .menu-section,
.sticky-header .sticky-header .site-branding {
    text-align: left;
}

.sticky-header .site-branding .site-title.sticky-header .site-branding img {
    width: 170px;
}
.sticky-header .main-navigation > ul > li > a,
.primary-header.sticky-header.header-logo-text .main-navigation > ul > li > a{
    /*padding: 17px 0;*/
}
.sticky-header .top-bar,
.sticky-header .site-branding p.site-description {
    /*display: none;*/
}
.sticky-header .site-branding p.site-description {
    font-size: 9px;
    margin-bottom: 0;
}
/* On scroll the nav, full-nav-menu uses this class. */
.full-nav-menu.admin-bar .full-nav-menu/*sticky header end*/

/*secondary header style end

/*top bar start*/

.top-bar {
    background-color: #efefef;
    border-bottom: 1px solid #e1e1e1;
    clear: both;
    color: #999;
    overflow: hidden;
    padding: 8px 0;
}

.top-bar .top-left,
.top-bar .top-right  {
    /*padding: 10px 0;*/
}
.top-bar .top-navigation ul li a,
.top-bar {
    -moz-transition: color 0.13s ease-in;
    -ms-transition: color 0.13s ease-in;
    -webkit-transition: color 0.13s ease-in;
    color: #999;
    font-size: 12px;
    font-weight: 500;
    transition: color 0.13s ease-in;
}

.top-bar .search-form {
    position: relative;
    transition: all 0.13s ease-in;
    width: 40%;
}

.top-bar .search-form input[type="search"] {
    background-color: transparent;
}

.top-bar .search-submit,
.full-nav-menu .search-submit {
    background-color: transparent;
    background-image: url("/assets/images/search-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0px;
}
.top-bar .search-form input[type="search"] {
    border: none;
    margin: 0;
}
.top-bar .search-form input[type="search"]:focus {
    outline: none;  
}
.top-bar .search-form input[type="submit"],
.top-bar .search-form input[type="search"] {
    padding: 0px 8px;
}

.top-bar .search-form ::-webkit-input-placeholder {
    font-size: 12px;
}

.top-bar .search-form :-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}

.top-bar .search-form ::-moz-placeholder {  /* Firefox 19+ */
    font-size: 12px;  
}

.top-bar .search-form :-ms-input-placeholder {  
    font-size: 12px;
}
.top-bar label {
    width: 100%;
}
.top-bar .top-right:last-child .search-form {
    margin-right: 0;
}
.top-right addressaddress.top-address i {
    margin-right: 5px;
}

.top-bar .top-navigation ul li,
.social-links li  {
    display: inline-block;
    list-style: none;
    margin:0 8px;
}
.social-links.circle-share li {
    margin: 0 5px;
    background: #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.social-links li:first-child {
    margin-left: 0;
}
.top-bar .top-navigation ul li:last-child {
    margin-right: 0;
}
.top-bar .top-left ul.menu,
.top-bar .top-right {
    text-align: right;
}
.top-bar .top-left ul {
    text-align: left;
    margin:0;
}
.top-bar i {
    margin-right: 5px;
    font-size: 14px;
    color:#999;
}
.top-bar .social-links i:hover {
    color:#1e435a;
}
.information {
    padding-top: 3px;
}
.social-links,
.social-links ul,
.top-bar ul {
    margin: 0;
}
.top-right nav.top-navigation,
.top-right .information,
.top-bar .top-right .search-form,
.top-right address.top-address,
.top-right .social-links {
    margin-left: 20px;
    display: inline-block;
}
.top-left nav.top-navigation,
.top-left .information,
.top-bar .top-left .search-form,
.top-left address.top-address,
.top-left .social-links {
    margin-right: 20px;
    display: inline-block;
}

.social-links.top-bar .top-left ul.menu {
    text-align: left;
}
.top-bar .top-left .social-links li:first-child,
.top-bar .top-left ul.menu li:first-child {
    margin-left: 0;
}
.top-bar .top-right .social-links li:last-child {
    margin-right: 0;
}
/*top bar end*/

/*Social link start*/

.social-links ul li a::before {
    font-family: FontAwesome;
    color: #999;
}

.social-links ul li a:hover::before {
    /*color: #fff;*/
}

.social-links ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.social-links ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.social-links ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.social-links ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.social-links ul li a[href*="github.com"]::before {
    content: "\f113";
}

.social-links ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.social-links ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.social-links ul li a[href$="feed.com"]::before {
    content: "\f09e";
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.social-links ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.social-links ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.social-links ul li a[href*="respanit.com"]::before {
    content: "\f1a1";
}

.social-links ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.social-links ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.social-links ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.social-links ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.social-links ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0";
    /*content:"\f003";*/
}
.social-links ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}
.social-links ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}
.social-links ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.social-links ul li a[href*="jsfispanle.net"]::before {
    content: "\f1cc";
}

.social-links ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.social-links ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.social-links ul li a[href*="slack.com"]::before {
    content: "\f198";
}

/*social links hover effect */

.social-links ul li a[href*="facebook.com"]:hover:before {
    color: #3b5998;
}
.social-links ul li a[href*="twitter.com"]:hover:before {
    color: #00aced;

}

.social-links ul li a[href*="plus.google.com"]:hover:before {
    color: #c13c31;
}

.social-links ul li a[href*="/feed/"]:hover:before  {
    color: #dc622c;
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b;
}

.social-links ul li a[href*="github.com"]:hover:before {
    color: #4183c4;
}

.social-links ul li a[href*="linkedin.com"]:hover:before {
    color: #007bb6;
}

.social-links ul li a[href*="pinterest.com"]:hover:before {
    color: #cb2027;
}

.social-links ul li a[href*="flickr.com"]:hover:before {
    color: #ff0084;
}

.social-links ul li a[href*="vimeo.com"]:hover:before {
    color: #aad450;
}

.social-links ul li a[href*="youtube.com"]:hover:before {
    color: #bb0000;
}

.social-links ul li a[href*="instagram.com"]:hover:before {
    color: #517fa4;
}

.social-links ul li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89;
}

.social-links ul li a[href*="skype.com"]:hover:before {
    color: #12a5f4;
}

.social-links ul li a[href*="digg.com"]:hover:before {
    color: #333;
}

.social-links ul li a[href*="codepen.io"]:hover:before {
    color: #000;
}

.social-links ul li a[href*="respanit.com"]:hover:before {
    color: #ff4500;
}

.social-links ul li a[href*="mailto:"]:hover:before {
    color: #1d62f0;
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877;
}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924;
}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5;
}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d;
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877;
}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924;
}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5;
}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d;
}

.social-links ul li a[href*="soundcloud.com"]:hover:before {
    color: #ff5500;
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color:#21759b;
}

.social-links ul li a[href*="jsfispanle.net"]:hover:before {
    color:#4679bd;
}

.social-links ul li a[href*="tripadvisor.com"]:hover:before {
    color:#86c171;
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color:#2d5be3;
}

.social-links ul li a[href*="angel.co"]:hover:before {
    color:#000;
}

.social-links ul li a[href*="slack.com"]:hover {
    color:#56b68b;
}
/*Social link end*/

/*Contact information start*/
.contact-info-section {
    padding: 15px 0;
    background: #fff;
}
.header-background-image {
    background-repeat: no-repeat;
    background-size: cover
}
.contact-info-section .contact-information-wrapper {
    display: table;
    float:right;
    min-height: 78px;
}
.contact-information {
    display: table-cell;
    vertical-align: middle;
}
.contact-info-section .contact-information dl{
    margin:0;
    padding:0;
    float:left; 
    width:auto; 
    margin-right:25px;
}
.contact-information dl:last-child{
    margin-right:0;
}
.contact-information dt{
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-information dt i{
    font-size:20px;
}
.contact-information dd {
    margin-left:30px;
    margin-top:0px;
}
.contact-information dd .contact-information dd p,
.contact-information dd a{
    margin-bottom:0px; 
    color:#333; 
    font-size:12px; 
    font-style: italic;
    float:left;
}
/*Contact information end*/
/*nav start*/
nav.main-navigation {
    float: left;
}
.full-nav-menu .search-form {
    width: 250px;
    float: right;
    margin-top: 8px;
}
.full-nav-menu .search-form input[type="search"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0;
    padding-right: 40px;
}
.full-nav-menu .search-form {
    position: relative;
}
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

/*nav end*/

/*404 page Start*/
.error-404 label,
.error-404 input.search-field,
.not-found .search-form,
.not-found label{
    width: 100%;
} 
.error-404 form.search-form,
.top-bar .search-form,
.not-found .search-form {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
}
.error-404 input.search-submit {
    background: #1e435a;
}
.error-404 .search-form input[type="submit"],
.not-found .search-form input[type="submit"] {
    margin-bottom: 20px;
}
.error-404 h1,
.not-found h1 {
    color: #1e435a;
}
/*404 page End*/

/*Main slider start*/

#main-slider:after {
    /*    background: rgba(34, 37, 52, 0.5);
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;*/
    }
    #main-slider .owl-carousel .owl-stage-outer .item:after{
        background: rgba(0, 0, 0, 0.3);
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    #main-slider #main-slider .caption h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 20px;
        text-align: left;
        text-transform: uppercase;
    }
    #main-slider .caption p{
        color: #cbc9c9;
    }

    .btn-business,
    input.btn-business,
    .nav-previous a,
    .nav-next a,
    a.load-more,
    a.btn-business:hover,
    .nav-previous a:hover,
    .nav-next a:hover,
    a.load-more:hover,
    input.btn-business:hover {
        background:#185175;
        color:#fff;
        opacity:1;
    }
    aa.read-more:hover{
        border-color: #075e94;
        color:#075e94;

    }
    .btn-business a {
        color:#fff;
    }
    #main-slider img {
        width: 100%;
    /*    max-height: 100%;
    height: 100%;*/
}

.owl-controls .owl-prev {
    left: 0;
}
.owl-controls .owl-prev {
    right: 0;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #1e435a;
    color: #fff;
    font-size: 20px;
    height: 85px;
    line-height: 85px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    transition: background .3s;
    vertical-align: mispanle;
    width: 25px;
    z-index: 999;
}

.owl-controls .owl-prev:hover, 
.owl-controls .owl-prev:focus,
.owl-controls .owl-next:hover,
.owl-controls .owl-next:focus {
    background-color: #185175;
    color: #fff;
}

.owl-controls .owl-prev {
    left: 0;
}
.owl-controls .owl-next {
    right: 0;
}
.owl-controls .owl-next:before,
.owl-controls .owl-prev:before{
    display: inline-block;
    font-family: "FontAwesome";
}

.owl-controls .owl-next:before {
    content: "\f105";
}

.owl-controls .owl-prev:before {
    content: "\f104";
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1e435a; 
} 

.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*Main slider end*/

/*scroll down start*/
.scroll-down-wrapper:after {
    background: #1e435a;
    content: "";
    display: block;
    height: 5px;
    width: 100%;
}
.scroll-down-middle, 
.scroll-down:after,
.scroll-down:before {
    content: '';
    border: 0 solid transparent;
    border-bottom-color: #1e435a;
    border-width: 0 18px 18px;
    position: absolute;
    bottom: 0;
}
.scroll-down:before {
    left: 0;
}
.scroll-down:after {
    right: 0;
}
.scroll-down span {
    color: #fff;
    left: 25px;
    margin: auto;
    position: relative;
    top: 5px;
    z-index: 999999;
}
/*scroll down end*/

/*main content start*/
.site-content {
    /*margin-top: 30px;*/
}
.left-sidebar div#secondary {
    float: left;
}
.right-sidebar div#primary {
    padding-right: 40px;
}
.left-sidebar div#primary {
    padding-left: 55px;
}
.no-sidebar div#primary {
    width: 100%;
}
div#primary {
    margin-top: 30px;
}

/*get quote start*/
.get-quote:before {
    content: "";
    width: 25%;
    height: 192px;
    box-shadow: rgba(255, 255, 255, 0.0745098) 1px 0px 0px inset;
    position: absolute;
    right: -25px;
    z-index: 0;
    top: -30px;
    transform: rotate(10deg);
    background: rgba(255, 255, 255, 0.0980392);
}

.get-quote h3 {
    color:#fff;
}
a {
    transition: all 0.3s ease;
}
.get-quote a {
    position: relative;
    float: right;
    transition: all 0.3s ease;
    margin: 0;
}
.btn-business:hover i {
    transform: translate(3px, 0px);
    -moz-transform: translate(3px, 0px);
    -webkit-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    -o-transform: translate(3px, 0px);
}
.btn-business i {
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    margin-left: 5px;
    transition: all 0.4s ease 0s;
}
.get-quote input[type="submit"] {
    color:#fff;
    margin: 20px 0 0;
}
.get-quote .get-quote .get-quote .get-quote .close:hover,
.get-quote .close:focus {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.get-quote .get-quote .modal-body p:last-child {
    margin-bottom: 0;
}
/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: 200px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: 200px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

/* Underline From Left */
.get-quote .wpcf7-form-control-wrap {
    position: relative;
    overflow: hidden;
}
.get-quote .wpcf7-form-control-wrap input,
.get-quote textarea{
    margin-bottom: 1px;
    border: none;
    border-bottom: 1px solid #999;
}
.get-quote textarea {
    margin-bottom: -5px;
}
.get-quote .wpcf7-form-control-wrap:before {
    content: "";
    position: absolute;
    z-index: 99;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1e435a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.get-quote .wpcf7-form-control-wrap:hover:before,
.get-quote .wpcf7-form-control-wrap:focus:before,
.get-quote .wpcf7-form-control-wrap:active:before {
    right: 0;
}

/*get quote end*/

/*our services start*/
.our-services .services > .row > .col {
    padding: 35px 15px;
}
.our-services .services > .row > .col:nth-child(even) {
    background: #ddd;
}
.our-services .services > .row > .col:nth-child(odd) {
    background: #ccc;
}
.our-services .our-services .entry-header {
    /*font-weight: 500;*/
}

.our-services p.with_label span {
    color: #2d3e50;
    font-weight: 600;
}
.why-choose .entry-header {
    text-align: center;
}
.our-services-wrapper .entry-header {
    margin-left: -15px;
}
.our-services-wrapper .services .entry-header {
    margin-left: 0
}
.entry-header > span {
    display: block; 
}
.entry-header .view-more a {
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.entry-header .view-more:before {
    -moz-transform-origin: 0% 100%;
    -moz-transform: rotate(36deg);
    -webkit-transform-origin: 0% 100%;
    -webkit-transform: rotate(36deg);
    border-right-style: solid;
    border-right-width: 1px;
    color:#ccc;
    content: "";
    display: inline-block;
    height: 25px;
    margin: 0px 35px 0px 20px;
    transform-origin: 0% 100%;
    transform: rotate(36deg);
}
header.entry-header/*Our services end*/

/*about us start*/
.heading-with-border:after {
    background: #1e435a;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 10%;
}
.about-us .left-part,
.about-us .about-us .about-us .right-part img,
.half-part img {
    width: 100%;
}

/*about us end*/

/*why us start*/
.why-us h2,
.why-us,
.why-us p, 
.why-us ul li{
    color: #fff;
}
.why-us .half-part:nth-child(2) {
    background: #1e435a;
    padding: 0 6%;
}
.why-us .heading-with-border:after {
    background: #ccc;
}
.why-us ul {
    float: left;
    margin: 0 0 2px 0;
}
.why-us ul li {
    float: left;
    list-style: none;
    text-transform: capitalize;
    width: 50%;
}
.why-us ul li:before{
    background: #0e5581;
    border-radius: 50%;
    border: 3px solid #c5c5c5;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 12px;
}
/*why us end*/
/*blog start*/

.blog-post .blog-post .entry-meta ,
.blog-post .entry-meta i,
.blog-post .entry-meta a{
    color: #ddd;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}
.blog-post .entry-meta i {
    margin: -2px 2px 0 0;
    padding:0 ;
}

.blog-post .blog-post .entry-meta span {
    padding-right: 15px;
}
.blog-post h3.entry-title a {
    color: #fff;
}

.blog-post p {
    color: #ddd;
}
.blog-post:hover, 
.blog-post.blog-post:hover p,
.blog-post:hover .entry-meta,
.blog-post:hover h3.entry-title a,
.blog-post.no-image p,
.blog-post.no-image .entry-meta,
.blog-post.no-image h3.entry-title a,
.blog-post:hover .entry-meta a,
.blog-post:hover .entry-meta i,
.blog-post.no-image .entry-meta a,
.blog-post.no-image .entry-meta i {
    color: #1e435a;
}
.blog-post,
.blog-post .blog-post .more-link.btn-business {
    background: transparent;
    border: 2px solid #ddd ;
    font-size: 12px;
    margin: 0;
}
.blog-post .more-link.btn-business:hover {
    border-color: #666;
    background: #666;
}

.blog-post .entry-thumbnail img {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.blog-post .entry-thumbnail .thumbhover,
.blog-post.no-image .entry-thumbnail .thumbhover {
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -webkit-transition: all 500ms;
    background-color: rgba(0, 0, 0, 0.56);
    bottom: 0; 
    display:block;
    height: 0;
    left: 0; 
    overflow: hidden;
    position: absolute; 
    right: 0; 
    text-align: center;
    top: 0;
    transition: all 500ms;
    width: 100%; 
    z-index: 999; 
}
.blog-post:hover .entry-thumbnail .thumbhover,
.blog-post.no-image .entry-thumbnail .thumbhover {
    height: 100%;
}
.blog-post.no-image h3.entry-title a:hover {
    color: #616161;
}
/*blog end*/

/*counters start*/

.counter-item i {
    display: block;
}
.counter-item span {
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
    margin-top: 0px;
}
.counter-item span:last-child {
    font-size: 20px;
}
.half-part img,
.about-us img {
    margin-bottom: -6px;
}
/*counters end*/

/*our works start*/
.works-item .col {
    padding: 0
}
.works-item > .row {
    margin: 0;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #1e435a;
    max-height: 240px;
}
.overlay .hovereffect .hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 240px;
}

.hovereffect:hover img {
    opacity: 0.3;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: .5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    -webkit-transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 0.35s;
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: translate3d(-100%,0,0);
    transition: transform 0.35s;
    width: 100%;
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.hovereffect a,
.hovereffect p,
.photo-gallery .gallery-lists i{
    -moz-transform: translate3d(100%,0,0);
    -moz-transition: opacity 0.35s, transform 0.35s;
    -ms-transform: translate3d(100%,0,0);
    -ms-transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    color: #fff;
    filter: alpha(opacity=0);
    margin: 0px;
    opacity: 0;
    padding: 5px 0;
    transform: translate3d(100%,0,0);
    transition: opacity 0.35s, transform 0.35s;
}
.hovereffect h2 {
    opacity: 0;
}
.hovereffect a:hover {
    color:#cbcbcb;
}

.hovereffect:hover a, 
.hovereffect:hover p,
.hovereffect:hover h2,
.photo-gallery .gallery-lists :hover i  {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translate3d(0,0,0);
}

/*our works end*/

/*twitter feed start*/
.ut-twitter-rotator h2 {
    font-size: 22px;
    color:#fff;
}
.ut-twitter-rotator .span.ut-quote-name, 
.ut-twitter-rotator .ut-twitter-rotator h2 a:hover,
.twitter-feed i {
    color: #fff;
}
.twitter-feed .owl-carousel .owl-stage-outer .item:after {
    background: transparent;
}
.twitter-feed .item ,
.twitter-feed .item  a{
    position: relative;
    z-index: 99;
}
.twitter-feed .item  a{
    margin-top: 10px;
    display: inline-block;
}
.twitter-feed .owl-controls .owl-prev,
.twitter-feed .owl-controls .owl-next {
    -moz-border-radius: 50%;
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-border-radius: 50%;
    -webkit-transform: translateY(30%); 
    background: #166ca0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    position: relative;
    transform: translateY(30%);
    width: 35px;
    z-index: 999;
}
.twitter-feed .owl-controls .owl-prev:hover,
.twitter-feed .owl-controls .owl-next:hover {
    background: #1e435a;
}
/*twitter feed end*/

/*our activities start*/
.photo-gallery header.entry-header.heading,
.events-wrapper header.entry-header.photo-gallery h2,
.events-wrapper h2{
    font-size: 20px;
}
.events .events .event-list dt {
    background: #f5f5f5;
    clear: left;
    float: left;
    height: 60px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
}

.events .event-list dt .date {
    color: #444;
    float: left;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}
.events .event-list dd {
    margin-left: 90px;
}
.events .event-list:hover .link {
    background: #1e435a;
    color:#fff;
}
.events .link {
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    background: #fff;
    float: right;
    height: 61px;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: 0.4s;
    width: 60px;
}
.events .link {
    border-left: 1px solid #e7e7e7;
}
.events .link i {
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    float: left;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    transition-duration: 0.4s;
    width: 100%;
}
.events h5 {
    float: left;
    line-height: 60px;
}
.events span.photo-gallery .photo-gallery .hovereffect img{
    min-height: auto;
}
.photo-gallery i {
    margin: 0
}

/*our activities end*/

/* testimonial-section-starts */
.testimonials-tab,
.testimonial ul,
.testimonial ul li a,
.testimonial ul li a img,
.quote-box,
.quote-box .tab-content,
.name-holder,
.name-holder h2,
.quote-box blockquote{
    float:left;
    width:100%;
}

.testimonial-wrapper .testimonial ul li{
    -moz-transition: all .7s ease-in;
    -ms-transition: all .7s ease-in;
    -os-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
    float:left;
    padding: 10px;
    transition: all .7s ease-in;
    width:25%;
}
.testimonial ul li:nth-child(4n+1) {
    /*padding-left: 0;*/
}
.testimonials-tab .col.col-4-of-6.testimonial ul li .headshot-wrapper,
.testimonial ul li a:after,
.testimonial ul li,
.testimonial ul li a img  {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.testimonial ul li .testimonial ul li a{
    position:relative;
}
.testimonial ul li a img {
    height: 130px;
}
.testimonial ul li a:after{
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.testimonial ul li a:hover:after{
    -moz-transition: all .7s ease-in;
    -ms-transition: all .7s ease-in;
    -os-transition: all .7s ease-in;
    -webkit-transition: all 1s ease-in;
    background:transparent;
    transition: all .7s ease-in;
} 
.testimonial ul li a:hover,
.testimonial .nav-tabs li.active a{
    border-color: #1e435a;
} 

.testimonial .testimonial .nav-tabs li.active a:after{
    background:transparent;
}

.testimonials-tab > .row{
    position:relative;
    margin: 0;
}

.name-holder h2{
    color:#dfdfdf;
    /*float:right;*/
    font-size:20px;
    padding-left:40px;
    position:relative;
    text-align:left;
    width:100%;
}

.name-holder:after{
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #ddd;
    border-right: 20px solid rgba(221, 221, 221, 0);
    border-top: 20px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: 24px;
    width: 0;
}

.name-holder h2 span{
    color:#989696;
}

.quote-box blockquote{
    color:#1e435a;
    font-size:25px;
    font-style:normal;
    line-height:30px;
    margin:100px 0 20px 0;
    max-height: 270px;
    position:relative;
    text-align:left;
    width:90%;
    z-index:2;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.tab-content > .tab-content > .active {
    display: block;
}
.testimonial-wrapper .social-links {
    left: 30px;
    position: absolute;
    text-align: left;
    top: 30px
}
.testimonial-wrapper .social-links li {
    background: #1e435a;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
}
.testimonial-wrapper .social-links ul li a::before {
    color: #fff;
}
/* testimonial section ends */

/*get-in touch start*/
section.get-in-touch-wrapper h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.get-in-touch-wrapper .get-in-touch-wrapper .contact-box img {
    width: 50px;
}
.get-in-touch-wrapper .contact-box i{
    color: #1e435a;
    font-size: 40px;
    margin-bottom: 10px
}
.get-in-touch-wrapper .contact-box:last-child {
    border: none;
}
.get-in-touch-wrapper .contact-box a {
    font-size: 13px;
    text-transform: uppercase;
}
/*get-in touch end*/

/*#our-partner-carousel start*/
#our-partner-carousel.owl-carousel .owl-stage-outer .item:after{
    background: transparent
}
.our-partner-wrapper .owl-controls .owl-prev,
.our-partner-wrapper .owl-controls .owl-next {
    color: #1e435a;
    background: transparent;
    font-size: 40px;
}
.our-partner-wrapper .owl-controls .owl-prev:hover,
.our-partner-wrapper .owl-controls .owl-next:hover {
    color: #000;
}
.our-partner-wrapper .owl-carousel .owl-stage-outer {
    width: 85%;
    margin: 0 auto;
}
/*#our-partner-carousel end*/
/*pricing table start*/

.pricing-table-wrapper header {
    /*padding: 50px 0 20px;*/
    margin-bottom: 70px;
    text-align: center;
}
.pricing-table-wrapper hr {
    width: 20%;
}

.pricing-table-wrapper p,
.price-column:hover {
    box-shadow: 0 20px 25px rgba(0,0,0,0.15); 
    -webkit-box-shadow: 0 20px 25px rgba(0,0,0,0.15); 
    margin-top: 0;
}
.price-column.active-plan:hover {
    margin-top: -50px;
}

.price-header span {
    display: block;
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase;
}
.price .option-list ul {
    margin: 0;
}

.option-list ul li {
    border-bottom: 1px solid #ddd;
    color: #666;
    list-style: none;
    margin: 0;
    padding: 20px 10px;
}
.option-list ul li i {
    margin-right: 10px;
}
.pricing-table-wrapper a.btn-business {
    margin-top: 30px;
}
.active-plan {
    margin-top: -47px;
}
.active-plan .active-plan /*pricing table end*/
/*main content end*/

span.comments-link:before,
span.date::before {
    font-family: "FontAwesome";
    margin-right: 5px;
}

.comments-link:before {
    content: "\f086";
}
span.date::before {
    content: "\f017";
}
aside.widget input {
    width: 100%;
}
/*footer widger area end*/

/*article end*/

/*Footer start*/
.site-footer {
    /*padding: 0px 0 0;*/
}
.footer-widget-wrapper header.entry-header {
    margin-bottom: 25px;
    padding: 0;
}

.footer-widget-wrapper header.entry-header:after {
    content: "";
    border-bottom: 2px solid #ddd;
    display: block;
    padding-top: 8px;
    width: 60px;
}

.footer-widget-wrapper p,
.footer-widget-wrapper
.footer-widget-wrapper .widget ul li a,
.footer-widget-wrapper a,
.site-footer h1,
.site-footer h2, .site-footer h3,
.site-footer h4, .site-footer h5, 
.site-footer h6,
.footer-widget-wrapper .widget .ut-twitter-rotator h2,
.footer-widget-wrapper .twitter-feed i,
.footer-widget-wrapper span.post-date,
.footer-widget-wrapper span.total-post,
.footer-widget-wrapper .widget_tag_cloud .tagcloud a,
.widget ul li{
    color: #fff;
}
.footer-widget-wrapper .widget ul li a:hover, 
.footer-widget-wrapper a:hover {
    color: #ddd;
}
.footer-widget-wrapper .widget_tag_cloud .tagcloud a:hover {
    background: #ddd;
    border-color: #ddd;
    color: #075e94;
}
.footer-widget-wrapper .widget {
    padding: 0 10px;
}
#site-generator {
    background: #0c2433;
    padding: 30px 0;
    text-align: center;

}
.go-to-top span {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s;
}

/*Footer end*/

/*sidebar start*/

.sidebar .widget {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px;
    text-align: left;
    padding: 10px;
}
.sidebar > .widget {
    margin-top: 30px;
}
.widget ul {
    margin: 0;
    padding-top: 5px;
}
.sidebar .widget > header.entry-header {
    background: #ddd;
    margin: -10px -10px 10px;
    padding: 8px 10px;
    text-align: left;
}
.widget ul li {
    list-style: none;
}
.sidebar .widget ul li {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding-bottom: 15px;
}
.widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.footer-widget-wrapper ul li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget ul li a:before  {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 90%;
    margin-right: 10px;
}
.widget ul li a {
    -moz-transition: all .3s  ease-in-out;
    -webkit-transition: all .3s  ease-in-out;
    transition: all .3s  ease-in-out;
    -ms-transition: all .3s  ease-in-out;
}
.widget ul li a:hover{
    padding-left: 5px;
}
.widget_tag_cloud .tagcloud a {
    border: 1px solid #dddddd;
    color: #848484;
    display: inline-block;
    font-size: 12px !Important;
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 3px; 
    -moz-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    -os-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}
.widget.extended-widget .widget.extended-widget .extended-widget .post-item-text header.entry-header {
    margin-bottom: 5px;
}
.extended-widget .post-item-meta span {
    display: inline-block;
    margin-right: 4px;
}
.extended-widget .post-item-text h5.entry-title {
    margin-top: -7px;
}
.extended-widget .extended-widget .post-item:last-child {
    border: none;
}
.extended-widget .post-item .entry-content,
.entry-content > p:last-child {
    margin-bottom: 0
}

/*twitter widget start*/
div.widget.widget .ut-twitter-rotator h2,
.widget.twitter-feed i {
    font-size: 18px;
    color: #666;
}
.widget.twitter-feed .owl-controls {
    margin-bottom: 10px;
    text-align: right;
}

.widget.twitter-feed .owl-controls .owl-prev, 
.widget.twitter-feed .owl-controls .owl-next {
    background: #ddd;
    height: 25px;
    line-height: 19px;
    width: 25px;

}
.widget.twitter-feed .owl-controls .owl-prev:hover, 
.widget.twitter-feed .owl-controls .owl-next:hover {
    background: #1e435a;

}
.widget.twitter-feed .owl-controls .owl-next:hover:before,
.widget.twitter-feed .owl-controls .owl-prev:hover:before {
    color:#fff;
}
.widget.twitter-feed .owl-controls .owl-next:before,
.widget.twitter-feed .owl-controls .owl-prev:before {
    color: #1e435a;
    font-size: 14px;
}

/*twitter widget end*/

/*tab widget start*/
.widget .widget .widget ul.nav.nav-tabs>li {
    border-bottom: none;
    display: block;
    float: left;
    margin-bottom: -1px;
    margin: 0;
    padding: 0;
    position: relative;
}
.widget ul.nav-tabs li:last-child {
    padding-bottom: 0px;
}
.widget .nav-tabs>li>a {
    display: block;
    padding: 10px 18px;
    position: relative;
}
.footer-widget-wrapper ul.nav-tabs>li>a:hover,
.widget ul.nav-tabs>li>a:hover,
.widget .nav-tabs>li.active>a {
    padding-left: 18px;
    color:#075e94
}

widget .nav-tabs a {
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    border-left: 1px solid #ddd;
    color: #1e435a;
    transition: color 0.2s;
}
.widget .nav-tabs li.active a::after {
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.widget .nav-tabs li a::after{
    -moz-transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    -webkit-transition: -webkit-transform 0.3s;
    background: #075e94;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    transform: translate3d(0,150%,0);
    transition: transform 0.3s;
    width: 100%;
}

.widget span.widget .tab-content ul li:last-child {
    padding-bottom: 15px;
}
/*tab widget end*/

/* instagram start*/
.sidebar .instagram-widget .widget {
    margin: 0;
}
.sidebar .instagram-widget ul li {
    padding-bottom: 0;
}
.instagram-widget ul li {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    float: left;
    list-style: none;
    margin: 0;
    transition: opacity 0.2s;
    border:none;
    padding-bottom: 0;
    width:33.3333%;
}
.instagram-widget .widget ul li:hover,
.instagram-widget ul li:hover a {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.widget .instagram-widget-title a {
    color:#fff;
}
.instagram-widget-title i {
    color:#009586;
    font-size: 20px;
    margin-right: 6px;
    margin-top: -4px;
    vertical-align: middle;
}

.instagram-widget  ul {
    margin: 0;
    overflow: hidden;
}
.instagram-widget  ul li a {
    background-position: center;
    background-size: cover;
    display: inline-block;
    padding: 40%;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.instagram-widget .widget ul li{
    border-bottom: none;
    padding-bottom: 0;
}

.instagram-widget ul li a:before,
.instagram-widget ul li a:after {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    bottom: 10px;
    content: '';
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity 0.35s, transform 0.35s;
}
.instagram-widget ul li a:before {
    -webkit-transform: scale(0,1);
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: scale(0,1);
}
.instagram-widget ul li a:after{
    -webkit-transform: scale(1,0);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1,0);
}
.instagram-widget ul li a:hover:after,
.instagram-widget ul li a:hover:before{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

/* widget instagram end*/

span/*sidebar end*/
/*list page start*/

.post-category-wrapper {
    background: #f5f5f5;
    margin-top: 30px;
    padding: 15px;
}
a/*list page end*/

/*single page start*/
.single main#main {
    margin-top: 30px;
}
h2.comment-author.vcard img {
    margin-right: 10px;
    vertical-align: top;
}
.reply,
.comment-author.vcard img  {
    margin-bottom: 15px;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    margin: 30px 0;
}
nav.navigation.posts-navigation,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    overflow: hidden;
    clear: both;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before{
    content:"\f177";
    padding-right: 10px;
}
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after{
    color: #fff;
}
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after{
    content:"\f178";
    padding-left: 10px;
}
.posts-navigation .nav-previous, 
.posts-navigation .nav-next,
.post-navigation .nav-previous, 
.post-navigation .nav-next {
    display: inline-block;
}
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
}

.nav-next a:hover:after ,
.nav-prev a:hover:after {
    color:#fff;
}
.post-details{
    background: #f5f5f5;
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
}
.post-details span {
    margin-right: 15px;
}
.single h3/*single page end*/

/*calender modification start*/
table#wp-calendar td a {
    color: #1e435a;
}
table#wp-calendar tdtable#wp-calendar td#today a,
table#wp-calendar td/*calender modification end*/

/*common style start*/

.widget_tag_cloud .tagcloud a:hover {
    background: #1e435a;
    border-color: #1e435a;
}

.blog-post-details i {
    font-size: 12px;
}
h2.entry-title a,
span.blog-post-by a,
.widget h3.entry-title a,
.widget a,.widget ul li a{
    /*color: #999;*/
}

a.go-to-top-link,
.footer-copyright a,
.footer-copyright p {
    color: #ddd;
}
a.go-to-top-link:hover,
#copyright a:hover,
.post-details span.post-by:hover,
.post-details span.post-category:hover,
.top-bar .top-navigation ul li a:hover,
.contact-information dd a:hover,
.entry-header .view-more a:hover {
    color: #075e94;
}
.blog-posts-navigation .nav-previous a:before,
.blog-posts-navigation .nav-next a:after,
.blog-post-navigation .nav-previous a:before,
.blog-post-navigation .nav-next a:after,
.main-navigation ul li.menu-item-has-children > ul >li.menu-item-has-children > a:after,
blockquote:before,
.main-navigation ul li.menu-item-has-children > a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.posts-navigation .nav-previous a:before, 
.post-navigation .nav-previous a:before {
    font-family: FontAwesome;
}
.widget.twitter-feed .owl-controls .owl-next:hover:before,
.widget.twitter-feed .owl-controls .owl-prev:hover:before,
.widget.twitter-feed .owl-controls .owl-next:hover:before,
.widget.twitter-feed .owl-controls .owl-prev:hover:before {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.blog-news,
.our-works,
/*common style end*/

.archive .post .entry-title{
    padding-right: 20px;
}

.entry-content img{
    margin-bottom: 0;
}
/* new style from here */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus {
    outline: 1px dotted;
}
a:focus,
button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
    outline: 1px dotted;
}
.widget_block.widget_search .wp-block-search__label {
    display: block;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: block;
}
.wp-block-search .wp-block-search__button {
    display: block;
    width: 100%;
    padding: 13px 10px;
    margin: 0;
    margin-bottom: 10px;
    background: #1e435a;
    color: #fff;
}
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button:focus-within {
    opacity: 0.7
}
.wp-block-search .wp-block-search__input {
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 12px;
}
.entry-content p a{
    text-decoration:underline
}
.entry-content p a:hover{
    text-decoration:none
}
.wp-block-tag-cloud a {
    font-size: 14px !important;
    border: 1px solid rgba(0,0,0,0.5);
    padding: 5px 9px;
    display: inline-block;
    margin-bottom: 15px;
}
.wp-block-tag-cloud {
    margin-top: 15px;
}
.wp-block-tag-cloud a:hover {
    background: #1e435a;
    border-color: #1e435a;
    color: #fff
}
.widget ol.wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-group__inner-container h2,
.secondary-sidebar .widget_block.widget_search .wp-block-search__label,
.widget_block.widget_search .wp-block-search__label {
    position: relative;
    font-size: 20px;
    background: #ddd;
    margin: -10px -10px 10px;
    padding: 8px 10px;
    font-weight: normal;
    text-transform: capitalize;
    width: 106%;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
}
.site-footer .widget_block.widget_search .wp-block-search__label {
    background: none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.searchform {
    position: relative;
}

.wp-block-syntaxhighlighter-code {
    font-family: consolas;
    font-size: 80%;
	background: #0c0c32;
}
/* ===== End: assets/css/style6c2d.css ===== */

/* ===== Begin: assets/css/responsive6c2d.css ===== */
/*  Media Queries
--------------------------- */

@media (min-width: 1200px){
    .container {
        width:1200px;
        margin: 0 auto;
    }
}

@media only screen and (min-width:1199px){
    .footer-widget-wrapper .our-services .services > .row > .col {
        height: 264px;
        overflow: hidden;
    }
}
@media only screen and (min-width:1024px){
    .our-services .services > .row > .col {
        height: 264px;
        overflow: hidden;
    }
    .site-branding .site-title}
@media only screen and (max-width:1199px){
    nav.top-navigation,
    .information, .top-bar .search-form,
    address.top-address, .social-links {
        /*margin-left: 15px;*/
    }
    .main-navigation li {
        padding: 0 15px;
    }
    .full-nav-menu .search-form {
        width: 210px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
    .why-us .half-part:nth-child(2),
    .about-us .counter-item span {
        font-size: 20px;
    }
    .counter-item span:last-child {
        font-size: 15px;
    }
    .counter-item i {
        font-size: 3em;
    }
    .our-services header.entry-header.hovereffect {
        max-height: 180px;
    }
    .hovereffect h2 {
        font-size: 14px;
    }
    .blog-post .blog-post .entry-header {
        margin-bottom: 10px;
    }
    .blog-post,
    .blog-post .blog-post .blog-content p {
        max-height: 80px;
        overflow: hidden;
    }
    .blog-post .entry-meta span {
        font-size: 12px;
    }
    .blog-post .blog-content h3 {
        font-size: 16px;
    }
    .blog-post .more-link.btn-business {
        padding: 10px 15px;
    }
    .testimonial ul li a img {
        /*min-height: 110px;*/
    }
    .quote-box blockquote {
        font-size: 18px;
    }
    .testimonial ul li a img {
        height: 110px;
    }
    .ut-twitter-rotator h2 {
        font-size: 20px;
    }
    .get-in-touch-wrapper .active-plan .price-header i{
        font-size: 3em;
    }
    .price }

/* Tablet Portrait size to standard 1024 (devices and browsers) */

@media only screen and (max-width:1023px){
    .contact-information dl {
        margin-right: 15px;
    }
    .contact-info-section .contact-information-wrapper {
        min-height: 53px;
    }

    .full-nav-menu .search-form input[type="search"] {
        display: none;
    }
    .full-nav-menu .search-form input[type="search"] {
        -moz-transition: width .5s ease;
        -ms-transition: width .5s ease;
        -o-transition: width .5s ease;
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
        width: 10px;
    }
    .full-nav-menu .search-form {
        position: absolute;
        right: 0;
        z-index: 99;
    }
    .full-nav-menu .search-form input[type="search"]  {
        opacity: 1;
        width: 100%;
    }
    header.entry-header#main-slider .caption h2 {
        font-size: 25px;
    }
    #main-slider .get-quote h3 {
        line-height: 40px;
        font-size: 18px;
    }
    .hovereffect {
        max-height: 150px;
    }
    .hovereffect h2 {
        font-size: 13px;
    }
    .hovereffect a,
    .hovereffect p,
    .photo-gallery .gallery-lists i {
        font-size: 12px;
    }
    .blog-post .more-link.btn-business {
        padding: 8px 10px;
        font-size: 10px;
    }
    .blog-post, .blog-post .blog-post .blog-content p {
        max-height: 60px;
    }
    .btn-business, input.btn-business, .nav-previous a, .nav-next a, a.load-more, a.our-services .services > .row > .col {
        padding: 25px 15px;
    }
    .testimonial ul li a img {
        height: 85px;
    }
    .testimonials-tab .col.col-2-of-6.testimonials-tab .col.col-4-of-6.no-padding,
    .testimonial ul li {
        width: 33.33333%;
    }
    .get-in-touch-wrapper .our-partner-wrapper .owl-carousel .owl-stage-outer {
        width: 95%;
    }
    .price-header span {
        font-size: 14px;
    }
    .favourite {
        padding: 1px 10.1px;
    }

    .favourite:before {
        top: 23px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px){
    .mean-container a.meanmenu-reveal span span {
        height: 2px;
        width: 100%;
        margin-top: 7px !important;
        padding-top: 1px;
    }
    .mean-container a.meanmenu-reveal span {
        height: 2px;
        padding-top: 1px;
    }
    .top-bar .top-right .search-form {
        margin-left: 0 !important;
    }

    .business-hub-meanmenu {
        position: absolute;
        top: 15px;
        right: 0;
        width: 100%;
        margin: auto;
        height: 50px;
    }
    .contact-info-section {
        position: relative;
    }

    .site-branding img{
        cursor: pointer;
        margin: 0;
        position: relative;
        /*width: 140px;*/
        z-index: 9999999;
        /*max-width: 50px;*/
        max-width: 140px;
    }
    .site-branding h1.site-title {
        position: relative;
        max-width: 80%;
    }
    .site-branding h1.site-title,
    .site-branding .site-titleh1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }
    .caption h2 {
        font-size: 20px;
    }
    .works-item .col {
        width: 50%;
        float: left;
    }
    .hovereffect {
        max-height: 190px;
    }
    .blog-post .blog-content p {
        max-height: inherit;
    }
    .blog-post,
    .blog-post .blog-post.no-image .blog-post .more-link.btn-business {
        width: 70%;
    }
    .contact-info-section .contact-information-wrapper {
        display: block;
        min-height: auto;
        overflow: hidden;
        float: none;
        padding: 15px 0 0;
        border-top: 2px solid #1e435a;
        margin-top: 15px;
    }
    .contact-information dl {
        /*margin: 5px 0;*/
    }

    .top-bar .top-left ul.menu, .top-bar .top-right {
        text-align: left;
    }
    .top-bar nav.top-navigation,
    .top-bar .information,
    .top-bar .search-form,
    .top-bar address.top-address,
    .top-bar .social-links,
    .top-bar .top-right .search-form {
        margin: 10px 0;
        display: block;
        width: 100%;
    }
    .top-bar .top-right .search-form {
        margin-left: 0
    }
    .top-bar .search-form {
        float: none;
    }
    .top-bar .top-navigation ul li, .social-links li {
        margin: 0 10px 0 0;
    }
    .top-bar .top-left, .top-bar .top-right {
        padding-top: 0;
    }
    #main-slider #main-slider .caption h2 {
        font-size: 18px;
    }
    .owl-controls .owl-prev, .owl-controls .owl-next {
        height: 65px;
        line-height: 65px;
    }
    .full-nav-menu .search-form {
        display: none;
    }
    .owl-dots {
        text-align: right;
    }
    .our-services .entry-header .view-more:before {
        margin: 0px 20px 0px 10px;
    }
    .counters .col.col-1-of-4 {
        float: left;
        margin-bottom: 25px;
        width: 50%;
    }
    .get-quote h3 {
        line-height: 30px;
        font-size: 16px;
    }
    .get-quote a {
        float: none;
        margin-top: 20px;
    }
    .get-quote:before {
        width: 35%;
        height: 342px;
    }
    .half-part,
    .about-us .right-part,
    .about-us .left-part,
    .testimonials-tab .col.col-2-of-6.no-padding,
    .testimonials-tab .col.col-4-of-6.no-padding,
    .name-holder,
    .get-in-touch-wrapper .contact-box,
    .contact-box-wrapper,
    .why-us ul li{
        width: 100%;
    }
    .events .events .event-list dt .date {
        margin-left: 10px;
    }
    header.entry-header.get-in-touch-wrapper .get-in-touch-wrapper h2 {
        font-size: 25px;
    }
    .pricing-table-wrapper header {
        margin-bottom: 0;
    }
    .footer-widget-wrapper .widget {
        margin-bottom: 30px;
    }
    .owl-carousel .owl-item img {
        width: 70%;
        margin: 0 auto;
    }
    .why-us .half-part:nth-child(2),
    .about-us .social-links.circle-share li {
        margin: 5px;
    }
    .right-sidebar div#primary ,
    .left-sidebar div#primary{
        padding-right: 0;
    }
    .widget .nav-tabs>li>a {
        padding: 9px;
        font-size: 12px;
    }
    .footer-widget-wrapper ul.nav-tabs>li>a:hover, .widget ul.nav-tabs>li>a:hover, .widget .nav-tabs>li.active>a{
        padding-left: 9px;
    }
    .testimonial-wrapper .testimonial-wrapper .social-links {
        left: 0;
        position: relative;
    }
    .name-holder h2 {
        font-size: 16px;
    }
    .name-holder:after {
        border-bottom: 20px solid #ddd;
        border-left: 20px solid rgba(221, 221, 221, 0);
        border-right: 20px solid rgba(221, 221, 221, 0);
        border-top: 20px solid rgba(221, 221, 221, 0);
        left: 40px;
        bottom: 0;
    }
    .quote-box blockquote {
        margin: 50px 0 20px 0;
    }
    .testimonial ul li a img {
        height: 110px;
    }
    .left-sidebar div#primary {
        padding-left: 15px;
    }
    .contact-info-section .col.col-3-of-4{
        width: 100%;
    }

    .admin-bar .full-nav-menu}
@media only screen and (max-width:767px) and (orientation:landscape){
    #main-slider }
@media only screen and (max-width:767px) and (orientation:portrait){
    .blog-post .entry-thumbnail,
    .blog-post .more-link.btn-business {
        width: auto;
    }
    .blog-post,
    .blog-post .entry-thumbnail,
    blog-post .entry-thumbnail img {
        height: auto;
        max-height: inherit;
    }
    .contact-information dl {
        width: 100%;
    }
    #main-slider nav.navigation.posts-navigation, .posts-navigation .nav-links, .post-navigation .nav-links {
        text-align: center;
    }
    .posts-navigation .nav-next, .post-navigation .nav-next {
        float: none;
    }
    .photo-gallery .testimonial ul li a img {
        height: 60px;
    }
    .testimonial ul li .testimonial ul li {
        padding: 5px;
    }
}
@media only screen and (max-width:567px){
    .hovereffect {
        max-height: 130px;
    }

}
/* ===== End: assets/css/responsive6c2d.css ===== */

/* ===== Begin: assets/css/blocks.css ===== */
@charset "UTF-8";

.wp-block-archives {
  box-sizing: border-box
}

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  line-height: 0
}

.wp-block-avatar, .wp-block-avatar img {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%
}

.wp-block-button__link {
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  word-break: break-word
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.wp-block-button.no-border-radius, .wp-block-button__link:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
  border: 2px solid;
  padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
  color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
  background-color: initial;
  background-image: none
}

.wp-block-buttons {
  box-sizing: border-box
}

.wp-block-buttons.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.wp-block-buttons.is-content-justification-left.wp-block-buttons.wp-block-buttons.is-content-justification-center.wp-block-buttons.wp-block-buttons.is-content-justification-right.wp-block-buttons.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons .wp-block-button__link {
  width: 100%
}

.wp-block-button.aligncenter, .wp-block-calendar {
  text-align: center
}

.wp-block-calendar td, .wp-block-calendar th {
  border: 1px solid;
  padding: .25em
}

.wp-block-calendar th {
  font-weight: 400
}

.wp-block-calendar caption {
  background-color: inherit
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd
}

.wp-block-calendar table.has-background th {
  background-color: inherit
}

.wp-block-calendar table.has-text-color th {
  color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.wp-block-categories.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center
}

.wp-block-categories .wp-block-categories__label {
  display: block;
  width: 100%
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  /*!rtl:begin:ignore*/
  direction: ltr;
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  text-align: initial;
  white-space: pre-wrap
    /*!rtl:end:ignore*/
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.wp-block-columns.wp-block-columns@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.wp-block-column.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.wp-block-post-comments {
  box-sizing: border-box
}

.wp-block-post-comments .wp-block-post-comments .wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table
}

.wp-block-post-comments .wp-block-post-comments .commentlist .wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .wp-block-post-comments .wp-block-post-comments .comment-author .wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .wp-block-post-comments .comment-body .wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent .wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments {
  box-sizing: border-box
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers, .wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  font-size: inherit;
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-comment-template.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: fit-content
}

.wp-block-comment-template.wp-block-comment-date {
  box-sizing: border-box
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
  box-sizing: border-box
}

.wp-block-cover, .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: ""
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  position: relative;
  width: 100%
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.wp-block-cover-image.is-position-top-center, .wp-block-cover.wp-block-cover-image.is-position-top-right, .wp-block-cover.wp-block-cover-image.is-position-center-left, .wp-block-cover.wp-block-cover-image.is-position-center-center, .wp-block-cover.wp-block-cover-image.is-position-center-right, .wp-block-cover.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background@supports (-webkit-touch-callout:inherit) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background}

@media (prefers-reduced-motion:reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.wp-block-cover-image .wp-block-cover.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center;
  z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
  color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
  z-index: 0
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
  z-index: 1
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
  z-index: auto
}

.wp-block-details {
  box-sizing: border-box
}

.wp-block-details summary {
  cursor: pointer
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

:where(.wp-block-file) {
  margin-bottom: 1.5em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: .25em;
  margin-bottom: .5em;
  width: 100%
}

.wp-block-form-input__label.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
  margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
  flex-direction: row;
  width: fit-content
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
  margin: 0
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
  flex-direction: row-reverse
}

.wp-block-form-input__label-content {
  width: fit-content
}

.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: .5em;
  padding: 0 .5em
}

.wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em
}

textarea.wp-block-form-input__input {
  min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 @media (min-width:600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a, .wp-block-gallery.has-nested-images figure.wp-block-image>div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: linear-gradient(0deg, #000 20%, #0000);
  max-height: 40%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #0006, #0000);
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000
}

@media (hover:none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
  content: none
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg
}

.wp-block-image>a, .wp-block-image>figure>a {
  display: inline-block
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

@media not (prefers-reduced-motion) {
  .wp-block-image img.wp-block-image img}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull>a, .wp-block-image.alignwide>a {
  width: 100%
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
  caption-side: bottom;
  display: table-caption
}

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

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px
}

.wp-block-image figure {
  margin: 0
}

.wp-lightbox-container img {
  cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
  opacity: 1
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  width: 20px;
  z-index: 100
}

@media not (prefers-reduced-motion) {
  .wp-lightbox-container button {
    transition: opacity .2s ease
  }
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1
}

.wp-lightbox-container button:focus {
  opacity: 1
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none
}

.wp-lightbox-overlay .wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay button {
  background: none;
  border: none
}

.wp-lightbox-overlay .wp-lightbox-overlay.active {
  visibility: visible
}

@media not (prefers-reduced-motion) {
  .wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both
  }

  .wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
  }

  .wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility .35s both
  }

  .wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility .25s both
  }

  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible
  }

  .wp-lightbox-overlay.zoom.active .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.active .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) }

@keyframes show-content-image {
  0% {
    visibility: hidden
  }

  99% {
    visibility: hidden
  }

  to {
    visibility: visible
  }
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
  }

  to {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden
  }
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
  font-size: inherit
}

.wp-block-latest-posts {
  box-sizing: border-box
}

.wp-block-latest-posts.wp-block-latest-posts.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word
}

.wp-block-latest-posts.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.wp-block-latest-posts__featured-image.wp-block-latest-posts__featured-image.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol, ul {
  box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-loginout, .wp-block-media-text {
  box-sizing: border-box
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media, .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text>.wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media a {
  display: block
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  position: relative
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center
}

.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0
}

.wp-block-navigation ul, .wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: .6em;
  line-height: 0;
  margin-left: .25em;
  padding: 0;
  width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: .075em;
  width: inherit
}

.wp-block-navigation.wp-block-navigation.wp-block-navigation.wp-block-navigation.items-justified-center.wp-block-navigation.wp-block-navigation.items-justified-right.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 0;
  z-index: 2
}

@media not (prefers-reduced-motion) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    transition: opacity .1s linear
  }
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: #0000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: .5em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0
  }
}

.wp-block-navigation-submenu {
  display: flex;
  position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
  padding: 0
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width:782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000
}

.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container@media not (prefers-reduced-motion) {
  .wp-block-navigation__responsive-container}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: #0000 !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
  background: #0000;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

.wp-block-navigation__responsive-close {
  width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px
  }
}

html.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px
}

.link-ui-block-inserter {
  padding-top: 8px
}

.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.wp-block-page-list {
  box-sizing: border-box
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

p.has-drop-cap.has-background {
  overflow: hidden
}

:root :where(p.has-background) {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-author {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  font-size: .5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  font-size: .7em;
  margin-bottom: .7em
}

.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-post-author__name {
  margin: 0
}

.wp-block-post-author-biography {
  box-sizing: border-box
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
  box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form :where(input[type=submit]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent .wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments-count {
  box-sizing: border-box
}

.wp-block-post-content {
  display: flow-root
}

.wp-block-post-comments-link, .wp-block-post-date {
  box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%
}

.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image .wp-block-post-featured-image__overlay.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-terms {
  box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-time-to-read, .wp-block-post-title {
  box-sizing: border-box
}

.wp-block-post-title {
  word-break: break-word
}

.wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit
}

.wp-block-post-author-name {
  box-sizing: border-box
}

.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote blockquote {
  margin: 0
}

.wp-block-pullquote p {
  margin-top: 0
}

.wp-block-pullquote p:last-child {
  margin-bottom: 0
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.has-text-align-center blockquote {
  text-align: center
}

.wp-block-pullquote.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none
}

.wp-block-pullquote cite {
  color: inherit;
  display: block
}

.wp-block-post-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-post-template.wp-block-post-template.is-flex-container>li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

@media (max-width:600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr
  }
}

.wp-block-post-template-is-layout-constrained>li>.alignright, .wp-block-post-template-is-layout-flow>li>.wp-block-post-template-is-layout-constrained>li>.alignleft, .wp-block-post-template-is-layout-flow>li>.wp-block-post-template-is-layout-constrained>li>.aligncenter, .wp-block-post-template-is-layout-flow>li>.aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title, .wp-block-query-total, .wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-quote>cite {
  display: block
}

.wp-block-read-more {
  display: block;
  width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
  text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
  text-decoration: none
}

ul.wp-block-rssul.wp-block-rssul.wp-block-rssul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-rss {
  box-sizing: border-box;
  list-style: none;
  padding: 0
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal
}

.wp-block-search__button.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
  max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important
}

:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  float: right
}

.wp-block-separator {
  border: none;
  border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em
}

.wp-block-separator.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0
}

.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a, .wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px
}

.wp-block-site-tagline, .wp-block-site-title {
  box-sizing: border-box
}

.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit
}

.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em
}

.wp-block-social-links.wp-block-social-links, .wp-block-social-links.wp-block-social-links.wp-block-social-links.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}

.wp-block-social-links.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto
}

@media not (prefers-reduced-motion) {
  .wp-block-social-link {
    transition: transform .1s ease
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
  background-color: #5865f2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
  background-color: #0866ff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: none
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
  color: #5865f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
  padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: .6666666667em;
  padding-right: .6666666667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud {
  box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center
}

.wp-block-tag-cloud.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .wp-block-table .wp-block-table .wp-block-table .wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: #0000
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color>* {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color]>*, .wp-block-table table[style*=border-top-color]>* td, .wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color]>* {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color]>*, .wp-block-table table[style*=border-bottom-color]>* td, .wp-block-table table[style*=border-bottom-color]>* th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color]>* {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style]>* {
  border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit
}

:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box
}

:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.3333333333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  vertical-align: middle;
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.editor-styles-wrapper, .entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "["counter(footnotes) "]";
  float: left;
  text-indent: 0
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root :root :root :root :root :root :root :root :root :root :root .has-text-align-left {
  text-align: left
}

.aligncenter {
  clear: both
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

:where(figure) {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px
  }
}

/* ===== End: assets/css/blocks.css ===== */

/* ===== Begin: assets/css/pagenavi-css44fd.css ===== */
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.wp-pagenavi span/* ===== End: assets/css/pagenavi-css44fd.css ===== */

/* ===== Begin: assets/css/TheChamp.css ===== */
.the_champ_button_instagram span.the_champ_svg,
a.the_champ_instagram span.the_champ_svg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.the_champ_horizontal_sharing .the_champ_svg,
.heateor_ss_standard_follow_icons_container .the_champ_svg {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.the_champ_horizontal_sharing .the_champ_horizontal_sharing span.the_champ_svg:hover,
.heateor_ss_standard_follow_icons_container span.the_champ_svg:hover {
    border-color: transparent;
}

.the_champ_vertical_sharing span.the_champ_svg,
.heateor_ss_floating_follow_icons_container span.the_champ_svg {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.the_champ_vertical_sharing .the_champ_vertical_sharing span.the_champ_svg:hover,
.heateor_ss_floating_follow_icons_container span.the_champ_svg:hover {
    border-color: transparent;
}

@media screen and (max-width:783px) {
    .the_champ_vertical_sharing {
        display: none !important
    }
}

div.heateor_ss_mobile_footer {
    display: none;
}

@media screen and (max-width:783px) {
    div.the_champ_bottom_sharing div.the_champ_sharing_ul div.the_champ_bottom_sharing {
        width: 100% !important;
        left: 0 !important;
    }

    div.the_champ_bottom_sharing a {
        width: 14.285714285714% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    div.the_champ_bottom_sharing .the_champ_svg {
        width: 100% !important;
    }

    div.the_champ_bottom_sharing divdiv.the_champ_bottom_sharing divdiv.heateor_ss_mobile_footer {
        display: block;
        height: 40px;
    }

    .the_champ_bottom_sharing {
        padding: 0 !important;
        display: block !important;
        width: auto !important;
        bottom: -2px !important;
        top: auto !important;
    }

    .the_champ_bottom_sharing .the_champ_bottom_sharing .the_champ_bottom_sharing }

/* ===== End: assets/css/TheChamp.css ===== */

/* ===== Begin: assets/css/wp-emoji-styles-inline.css ===== */
img.wp-smiley,
img/* ===== End: assets/css/wp-emoji-styles-inline.css ===== */

/* ===== Begin: assets/css/other.css ===== */
img:is([sizes="auto"i], [sizes^="auto,"i]) {
    contain-intrinsic-size: 3000px 1500px
}

.broken_link,
a.broken_link {
    text-decoration: line-through;
}

/* ===== End: assets/css/other.css ===== */

/* ===== Begin: assets/css/wpconsent-placeholders.css ===== */
:root {
    --wpconsent-z-index: 900000;
    ;
    --wpconsent-background: #04194e;
    ;
    --wpconsent-text: #ffffff;
    ;
    --wpconsent-outline-color: rgba(255, 255, 255, 0.2);
    ;
    --wpconsent-accept-bg: #ffcd2a;
    ;
    --wpconsent-cancel-bg: #ffffff;
    ;
    --wpconsent-preferences-bg: #ffffff;
    ;
    --wpconsent-accept-color: #000000;
    ;
    --wpconsent-cancel-color: #000000;
    ;
    --wpconsent-preferences-color: #000000;
    ;
    --wpconsent-font-size: 14px;
}

/* ===== End: assets/css/wpconsent-placeholders.css ===== */

/* ===== Begin: assets/css/wp-block-library-theme-inline.css ===== */
.wp-block-audio :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio :where(figcaption) {
    color: #ffffffa6
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed :where(figcaption) {
    color: #ffffffa6
}

.wp-block-embed {
    margin: 0 0 1em
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
    color: #ffffffa6
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote:where(.has-text-align-right) {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote:where(.has-text-align-center) {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:where(.is-style-plain) {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

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

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video {
    margin: 0 0 1em
}

:root :where(.wp-block-template-part.has-background) {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}

/* ===== End: assets/css/wp-block-library-theme-inline.css ===== */

/* ===== Begin: assets/css/classic-theme-styles-inline.css ===== */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

/* ===== End: assets/css/classic-theme-styles-inline.css ===== */

/* ===== Begin: assets/css/wp-custom.css ===== */
.table-blue>tr:nth-child(even) {
    background-color: #7fb3d5;
}

tr:nth-child(odd) {
    background-color: #ebf5fb;
}

th {
    background-color: #154360;
    color: white;
}

table {
    border-collapse: collapse;
    width: 100%;
}

/* ===== End: assets/css/wp-custom.css ===== */
