@charset "UTF-8";
/*------------------------------------------------------------------
Project: Puer
Version: 1.4
Last change: 3/16/2018
-------------------------------------------------------------------*/
/*------------------------------------------------------------------

[Table of contents]
1. Imports
   1.1 Variable Mixins
       - Variables
       - Bootstrap Mixins
       - Mixins
       - Utilities
       - Global
       - Motive
   1.2 Pages
       - 404
       - Blog
       - Page
       - Single Blog Page
   1.3 Components
       - Buttons
       - Comments
       - Fixes
       - Footer
       - Header
       - Paginations
       - Preloader
       - Section Decoration
       - Widgets
   1.4 Plugins
       - WooCommerce
       - Slider Revolution
       - Contact Form 7
   1.5 Shortcodes
       - CTA
       - FAQ
       - Progress Bar
       - Testimonials
       - Portfolio
       - WooCommerce Categories Slider
       - Title Header
       - Icon Box
       - Pie Chart
       - Shop Locator
       - Team
2. Styles

//-------------------------------------------------------------------*/
.ct-u-background--motive { background-color: #ff7f20 !important; }

.ct-u-color--motive { color: #ff7f20 !important; }

.ct-u-background--accent { background-color: #00bcd4 !important; }

.ct-u-color--accent { color: #00bcd4 !important; }

.ct-u-background--white { background-color: white !important; }

.ct-u-color--white { color: white !important; }

.ct-u-background--gray { background-color: #666 !important; }

.ct-u-color--gray { color: #666 !important; }

.ct-u-background--gray-lighter { background-color: #eeeeee !important; }

.ct-u-color--gray-lighter { color: #eeeeee !important; }

.ct-u-display-tablex { display: table; width: 100%; }

.ct-u-display-tablex > .ct-u-display-tablex__inner, .ct-u-display-tablex > .inner { display: table-cell; width: 100%; vertical-align: middle; }

.browser-mozilla .ct-u-display-tablex { display: flex; align-items: center; }

.browser-mozilla .ct-u-display-tablex > .ct-u-display-tablex__inner, .browser-mozilla .ct-u-display-tablex > .inner { display: block; flex: 0 0 auto; }

.ct-u-display-tablex-top { display: table; width: 100%; }

.ct-u-display-tablex-top > .ct-u-display-tablex-top__inner, .ct-u-display-tablex-top > .inner { display: table-cell; width: 100%; vertical-align: top; }

.browser-mozilla .ct-u-display-tablex-top { display: flex; align-items: flex-start; }

.browser-mozilla .ct-u-display-tablex-top > .ct-u-display-tablex-top__inner, .browser-mozilla .ct-u-display-tablex-top > .inner { display: block; flex: 0 0 auto; }

.ct-u-display-tablex-bottom { display: table; width: 100%; }

.ct-u-display-tablex-bottom > .ct-u-display-tablex-bottom__inner, .ct-u-display-tablex-bottom > .inner { display: table-cell; width: 100%; vertical-align: bottom; }

.browser-mozilla .ct-u-display-tablex-bottom { display: flex; align-items: flex-end; }

.browser-mozilla .ct-u-display-tablex-bottom > .ct-u-display-tablex-bottom__inner, .browser-mozilla .ct-u-display-tablex-bottom > .inner { display: block; flex: 0 0 auto; }

.ct-u-display-table { display: table; width: 100%; }

.ct-u-display-table > .inner, .ct-u-display-table > .ct-u-display-table__inner { display: table-cell; vertical-align: middle; width: 100%; }

.ct-u-display-table-top { display: table; width: 100%; }

.ct-u-display-table-top > .inner, .ct-u-display-table-top > .ct-u-display-table-top__inner { display: table-cell; vertical-align: top; width: 100%; }

.ct-u-display-table-bottom { display: table; width: 100%; }

.ct-u-display-table-bottom > .inner, .ct-u-display-table-bottom > .ct-u-display-table-bottom__inner { display: table-cell; vertical-align: bottom; width: 100%; }

.ct-u-font-weight--100 { font-weight: 100 !important; }

.ct-u-font-weight--200 { font-weight: 200 !important; }

.ct-u-font-weight--300 { font-weight: 300 !important; }

.ct-u-font-weight--400 { font-weight: 400 !important; }

.ct-u-font-weight--500 { font-weight: 500 !important; }

.ct-u-font-weight--600 { font-weight: 600 !important; }

.ct-u-font-weight--700 { font-weight: 700 !important; }

.ct-u-font-weight--800 { font-weight: 800 !important; }

.ct-u-font-weight--900 { font-weight: 900 !important; }

.ct-u-font-size--16 { font-size: 16px !important; }

.ct-u-font-size--20 { font-size: 20px !important; }

.ct-u-font-size--24 { font-size: 24px !important; }

.ct-u-overflow-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ct-u-overflow-hidden { overflow: hidden; }

.ct-u-overflow-visible { overflow: visible; }

.z-depth-0 { box-shadow: none !important; }

.z-depth-1 { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 { box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 { box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 { box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 { box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.ct-u-background--motive { background-color: #ff7f20 !important; }

.ct-u-color--motive { color: #ff7f20 !important; }

.ct-u-background--accent { background-color: #00bcd4 !important; }

.ct-u-color--accent { color: #00bcd4 !important; }

.ct-u-background--white { background-color: white !important; }

.ct-u-color--white { color: white !important; }

.ct-u-background--gray { background-color: #666 !important; }

.ct-u-color--gray { color: #666 !important; }

.ct-u-background--gray-lighter { background-color: #eeeeee !important; }

.ct-u-color--gray-lighter { color: #eeeeee !important; }

.ct-u-font-weight--100 { font-weight: 100 !important; }

.ct-u-font-weight--200 { font-weight: 200 !important; }

.ct-u-font-weight--300 { font-weight: 300 !important; }

.ct-u-font-weight--400 { font-weight: 400 !important; }

.ct-u-font-weight--500 { font-weight: 500 !important; }

.ct-u-font-weight--600 { font-weight: 600 !important; }

.ct-u-font-weight--700 { font-weight: 700 !important; }

.ct-u-font-weight--800 { font-weight: 800 !important; }

.ct-u-font-weight--900 { font-weight: 900 !important; }

.ct-u-font-size--16 { font-size: 16px !important; }

.ct-u-font-size--20 { font-size: 20px !important; }

.ct-u-font-size--24 { font-size: 24px !important; }

.ct-u-font-family-monsterrat { font-family: "Montserrat", sans-serif !important; }

.ct-u-font-italic { font-style: italic; }

.ct-u-padding-both-0 { padding-top: 0px !important; padding-bottom: 0px !important; }

.ct-u-padding-top-0 { padding-top: 0px !important; }

.ct-u-padding-bottom-0 { padding-bottom: 0px !important; }

.ct-u-padding-right-0 { padding-right: 0px !important; }

.ct-u-padding-left-0 { padding-left: 0px !important; }

.ct-u-padding-both-15 { padding-top: 15px !important; padding-bottom: 15px !important; }

.ct-u-padding-top-15 { padding-top: 15px !important; }

.ct-u-padding-bottom-15 { padding-bottom: 15px !important; }

.ct-u-padding-right-15 { padding-right: 15px !important; }

.ct-u-padding-left-15 { padding-left: 15px !important; }

.ct-u-padding-both-20 { padding-top: 20px !important; padding-bottom: 20px !important; }

.ct-u-padding-top-20 { padding-top: 20px !important; }

.ct-u-padding-bottom-20 { padding-bottom: 20px !important; }

.ct-u-padding-right-20 { padding-right: 20px !important; }

.ct-u-padding-left-20 { padding-left: 20px !important; }

.ct-u-padding-both-25 { padding-top: 25px !important; padding-bottom: 25px !important; }

.ct-u-padding-top-25 { padding-top: 25px !important; }

.ct-u-padding-bottom-25 { padding-bottom: 25px !important; }

.ct-u-padding-right-25 { padding-right: 25px !important; }

.ct-u-padding-left-25 { padding-left: 25px !important; }

.ct-u-padding-both-30 { padding-top: 30px !important; padding-bottom: 30px !important; }

.ct-u-padding-top-30 { padding-top: 30px !important; }

.ct-u-padding-bottom-30 { padding-bottom: 30px !important; }

.ct-u-padding-right-30 { padding-right: 30px !important; }

.ct-u-padding-left-30 { padding-left: 30px !important; }

.ct-u-padding-both-40 { padding-top: 40px !important; padding-bottom: 40px !important; }

.ct-u-padding-top-40 { padding-top: 40px !important; }

.ct-u-padding-bottom-40 { padding-bottom: 40px !important; }

.ct-u-padding-right-40 { padding-right: 40px !important; }

.ct-u-padding-left-40 { padding-left: 40px !important; }

.ct-u-padding-both-50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.ct-u-padding-top-50 { padding-top: 50px !important; }

.ct-u-padding-bottom-50 { padding-bottom: 50px !important; }

.ct-u-padding-right-50 { padding-right: 50px !important; }

.ct-u-padding-left-50 { padding-left: 50px !important; }

.ct-u-padding-both-60 { padding-top: 60px !important; padding-bottom: 60px !important; }

.ct-u-padding-top-60 { padding-top: 60px !important; }

.ct-u-padding-bottom-60 { padding-bottom: 60px !important; }

.ct-u-padding-right-60 { padding-right: 60px !important; }

.ct-u-padding-left-60 { padding-left: 60px !important; }

.ct-u-padding-both-70 { padding-top: 70px !important; padding-bottom: 70px !important; }

.ct-u-padding-top-70 { padding-top: 70px !important; }

.ct-u-padding-bottom-70 { padding-bottom: 70px !important; }

.ct-u-padding-right-70 { padding-right: 70px !important; }

.ct-u-padding-left-70 { padding-left: 70px !important; }

.ct-u-padding-both-75 { padding-top: 75px !important; padding-bottom: 75px !important; }

.ct-u-padding-top-75 { padding-top: 75px !important; }

.ct-u-padding-bottom-75 { padding-bottom: 75px !important; }

.ct-u-padding-right-75 { padding-right: 75px !important; }

.ct-u-padding-left-75 { padding-left: 75px !important; }

.ct-u-padding-both-80 { padding-top: 80px !important; padding-bottom: 80px !important; }

.ct-u-padding-top-80 { padding-top: 80px !important; }

.ct-u-padding-bottom-80 { padding-bottom: 80px !important; }

.ct-u-padding-right-80 { padding-right: 80px !important; }

.ct-u-padding-left-80 { padding-left: 80px !important; }

.ct-u-padding-both-90 { padding-top: 90px !important; padding-bottom: 90px !important; }

.ct-u-padding-top-90 { padding-top: 90px !important; }

.ct-u-padding-bottom-90 { padding-bottom: 90px !important; }

.ct-u-padding-right-90 { padding-right: 90px !important; }

.ct-u-padding-left-90 { padding-left: 90px !important; }

.ct-u-padding-both-100 { padding-top: 100px !important; padding-bottom: 100px !important; }

.ct-u-padding-top-100 { padding-top: 100px !important; }

.ct-u-padding-bottom-100 { padding-bottom: 100px !important; }

.ct-u-padding-right-100 { padding-right: 100px !important; }

.ct-u-padding-left-100 { padding-left: 100px !important; }

.ct-u-padding-both-110 { padding-top: 110px !important; padding-bottom: 110px !important; }

.ct-u-padding-top-110 { padding-top: 110px !important; }

.ct-u-padding-bottom-110 { padding-bottom: 110px !important; }

.ct-u-padding-right-110 { padding-right: 110px !important; }

.ct-u-padding-left-110 { padding-left: 110px !important; }

.ct-u-padding-both-145 { padding-top: 145px !important; padding-bottom: 145px !important; }

.ct-u-padding-top-145 { padding-top: 145px !important; }

.ct-u-padding-bottom-145 { padding-bottom: 145px !important; }

.ct-u-padding-right-145 { padding-right: 145px !important; }

.ct-u-padding-left-145 { padding-left: 145px !important; }

.ct-u-padding-both-175 { padding-top: 175px !important; padding-bottom: 175px !important; }

.ct-u-padding-top-175 { padding-top: 175px !important; }

.ct-u-padding-bottom-175 { padding-bottom: 175px !important; }

.ct-u-padding-right-175 { padding-right: 175px !important; }

.ct-u-padding-left-175 { padding-left: 175px !important; }

.ct-u-padding-both-200 { padding-top: 200px !important; padding-bottom: 200px !important; }

.ct-u-padding-top-200 { padding-top: 200px !important; }

.ct-u-padding-bottom-200 { padding-bottom: 200px !important; }

.ct-u-padding-right-200 { padding-right: 200px !important; }

.ct-u-padding-left-200 { padding-left: 200px !important; }

.ct-u-padding-both-190 { padding-top: 190px !important; padding-bottom: 190px !important; }

.ct-u-padding-top-190 { padding-top: 190px !important; }

.ct-u-padding-bottom-190 { padding-bottom: 190px !important; }

.ct-u-padding-right-190 { padding-right: 190px !important; }

.ct-u-padding-left-190 { padding-left: 190px !important; }

.ct-u-margin-both-0 { margin-top: 0px !important; margin-bottom: 0px !important; }

.ct-u-margin-top-0 { margin-top: 0px !important; }

.ct-u-margin-bottom-0 { margin-bottom: 0px !important; }

.ct-u-margin-right-0 { margin-right: 0px !important; }

.ct-u-margin-left-0 { margin-left: 0px !important; }

.ct-u-margin-both-15 { margin-top: 15px !important; margin-bottom: 15px !important; }

.ct-u-margin-top-15 { margin-top: 15px !important; }

.ct-u-margin-bottom-15 { margin-bottom: 15px !important; }

.ct-u-margin-right-15 { margin-right: 15px !important; }

.ct-u-margin-left-15 { margin-left: 15px !important; }

.ct-u-margin-both-20 { margin-top: 20px !important; margin-bottom: 20px !important; }

.ct-u-margin-top-20 { margin-top: 20px !important; }

.ct-u-margin-bottom-20 { margin-bottom: 20px !important; }

.ct-u-margin-right-20 { margin-right: 20px !important; }

.ct-u-margin-left-20 { margin-left: 20px !important; }

.ct-u-margin-both-25 { margin-top: 25px !important; margin-bottom: 25px !important; }

.ct-u-margin-top-25 { margin-top: 25px !important; }

.ct-u-margin-bottom-25 { margin-bottom: 25px !important; }

.ct-u-margin-right-25 { margin-right: 25px !important; }

.ct-u-margin-left-25 { margin-left: 25px !important; }

.ct-u-margin-both-30 { margin-top: 30px !important; margin-bottom: 30px !important; }

.ct-u-margin-top-30 { margin-top: 30px !important; }

.ct-u-margin-bottom-30 { margin-bottom: 30px !important; }

.ct-u-margin-right-30 { margin-right: 30px !important; }

.ct-u-margin-left-30 { margin-left: 30px !important; }

.ct-u-margin-both-40 { margin-top: 40px !important; margin-bottom: 40px !important; }

.ct-u-margin-top-40 { margin-top: 40px !important; }

.ct-u-margin-bottom-40 { margin-bottom: 40px !important; }

.ct-u-margin-right-40 { margin-right: 40px !important; }

.ct-u-margin-left-40 { margin-left: 40px !important; }

.ct-u-margin-both-50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.ct-u-margin-top-50 { margin-top: 50px !important; }

.ct-u-margin-bottom-50 { margin-bottom: 50px !important; }

.ct-u-margin-right-50 { margin-right: 50px !important; }

.ct-u-margin-left-50 { margin-left: 50px !important; }

.ct-u-margin-both-60 { margin-top: 60px !important; margin-bottom: 60px !important; }

.ct-u-margin-top-60 { margin-top: 60px !important; }

.ct-u-margin-bottom-60 { margin-bottom: 60px !important; }

.ct-u-margin-right-60 { margin-right: 60px !important; }

.ct-u-margin-left-60 { margin-left: 60px !important; }

.ct-u-margin-both-70 { margin-top: 70px !important; margin-bottom: 70px !important; }

.ct-u-margin-top-70 { margin-top: 70px !important; }

.ct-u-margin-bottom-70 { margin-bottom: 70px !important; }

.ct-u-margin-right-70 { margin-right: 70px !important; }

.ct-u-margin-left-70 { margin-left: 70px !important; }

.ct-u-margin-both-75 { margin-top: 75px !important; margin-bottom: 75px !important; }

.ct-u-margin-top-75 { margin-top: 75px !important; }

.ct-u-margin-bottom-75 { margin-bottom: 75px !important; }

.ct-u-margin-right-75 { margin-right: 75px !important; }

.ct-u-margin-left-75 { margin-left: 75px !important; }

.ct-u-margin-both-80 { margin-top: 80px !important; margin-bottom: 80px !important; }

.ct-u-margin-top-80 { margin-top: 80px !important; }

.ct-u-margin-bottom-80 { margin-bottom: 80px !important; }

.ct-u-margin-right-80 { margin-right: 80px !important; }

.ct-u-margin-left-80 { margin-left: 80px !important; }

.ct-u-margin-both-90 { margin-top: 90px !important; margin-bottom: 90px !important; }

.ct-u-margin-top-90 { margin-top: 90px !important; }

.ct-u-margin-bottom-90 { margin-bottom: 90px !important; }

.ct-u-margin-right-90 { margin-right: 90px !important; }

.ct-u-margin-left-90 { margin-left: 90px !important; }

.ct-u-margin-both-100 { margin-top: 100px !important; margin-bottom: 100px !important; }

.ct-u-margin-top-100 { margin-top: 100px !important; }

.ct-u-margin-bottom-100 { margin-bottom: 100px !important; }

.ct-u-margin-right-100 { margin-right: 100px !important; }

.ct-u-margin-left-100 { margin-left: 100px !important; }

.ct-u-margin-both-110 { margin-top: 110px !important; margin-bottom: 110px !important; }

.ct-u-margin-top-110 { margin-top: 110px !important; }

.ct-u-margin-bottom-110 { margin-bottom: 110px !important; }

.ct-u-margin-right-110 { margin-right: 110px !important; }

.ct-u-margin-left-110 { margin-left: 110px !important; }

.ct-u-margin-both-145 { margin-top: 145px !important; margin-bottom: 145px !important; }

.ct-u-margin-top-145 { margin-top: 145px !important; }

.ct-u-margin-bottom-145 { margin-bottom: 145px !important; }

.ct-u-margin-right-145 { margin-right: 145px !important; }

.ct-u-margin-left-145 { margin-left: 145px !important; }

.ct-u-margin-both-175 { margin-top: 175px !important; margin-bottom: 175px !important; }

.ct-u-margin-top-175 { margin-top: 175px !important; }

.ct-u-margin-bottom-175 { margin-bottom: 175px !important; }

.ct-u-margin-right-175 { margin-right: 175px !important; }

.ct-u-margin-left-175 { margin-left: 175px !important; }

.ct-u-margin-both-200 { margin-top: 200px !important; margin-bottom: 200px !important; }

.ct-u-margin-top-200 { margin-top: 200px !important; }

.ct-u-margin-bottom-200 { margin-bottom: 200px !important; }

.ct-u-margin-right-200 { margin-right: 200px !important; }

.ct-u-margin-left-200 { margin-left: 200px !important; }

.ct-u-margin-both-190 { margin-top: 190px !important; margin-bottom: 190px !important; }

.ct-u-margin-top-190 { margin-top: 190px !important; }

.ct-u-margin-bottom-190 { margin-bottom: 190px !important; }

.ct-u-margin-right-190 { margin-right: 190px !important; }

.ct-u-margin-left-190 { margin-left: 190px !important; }

@media (max-width: 991px) { .ct-u-padding-both-0 { padding-top: 0px !important; padding-bottom: 0px !important; }
  .ct-u-padding-top-0 { padding-top: 0px !important; }
  .ct-u-padding-bottom-0 { padding-bottom: 0px !important; }
  .ct-u-padding-right-0 { padding-right: 0px !important; }
  .ct-u-padding-left-0 { padding-left: 0px !important; }
  .ct-u-padding-both-15 { padding-top: 7.5px !important; padding-bottom: 7.5px !important; }
  .ct-u-padding-top-15 { padding-top: 7.5px !important; }
  .ct-u-padding-bottom-15 { padding-bottom: 7.5px !important; }
  .ct-u-padding-right-15 { padding-right: 7.5px !important; }
  .ct-u-padding-left-15 { padding-left: 7.5px !important; }
  .ct-u-padding-both-20 { padding-top: 10px !important; padding-bottom: 10px !important; }
  .ct-u-padding-top-20 { padding-top: 10px !important; }
  .ct-u-padding-bottom-20 { padding-bottom: 10px !important; }
  .ct-u-padding-right-20 { padding-right: 10px !important; }
  .ct-u-padding-left-20 { padding-left: 10px !important; }
  .ct-u-padding-both-25 { padding-top: 12.5px !important; padding-bottom: 12.5px !important; }
  .ct-u-padding-top-25 { padding-top: 12.5px !important; }
  .ct-u-padding-bottom-25 { padding-bottom: 12.5px !important; }
  .ct-u-padding-right-25 { padding-right: 12.5px !important; }
  .ct-u-padding-left-25 { padding-left: 12.5px !important; }
  .ct-u-padding-both-30 { padding-top: 15px !important; padding-bottom: 15px !important; }
  .ct-u-padding-top-30 { padding-top: 15px !important; }
  .ct-u-padding-bottom-30 { padding-bottom: 15px !important; }
  .ct-u-padding-right-30 { padding-right: 15px !important; }
  .ct-u-padding-left-30 { padding-left: 15px !important; }
  .ct-u-padding-both-40 { padding-top: 20px !important; padding-bottom: 20px !important; }
  .ct-u-padding-top-40 { padding-top: 20px !important; }
  .ct-u-padding-bottom-40 { padding-bottom: 20px !important; }
  .ct-u-padding-right-40 { padding-right: 20px !important; }
  .ct-u-padding-left-40 { padding-left: 20px !important; }
  .ct-u-padding-both-50 { padding-top: 25px !important; padding-bottom: 25px !important; }
  .ct-u-padding-top-50 { padding-top: 25px !important; }
  .ct-u-padding-bottom-50 { padding-bottom: 25px !important; }
  .ct-u-padding-right-50 { padding-right: 25px !important; }
  .ct-u-padding-left-50 { padding-left: 25px !important; }
  .ct-u-padding-both-60 { padding-top: 30px !important; padding-bottom: 30px !important; }
  .ct-u-padding-top-60 { padding-top: 30px !important; }
  .ct-u-padding-bottom-60 { padding-bottom: 30px !important; }
  .ct-u-padding-right-60 { padding-right: 30px !important; }
  .ct-u-padding-left-60 { padding-left: 30px !important; }
  .ct-u-padding-both-70 { padding-top: 35px !important; padding-bottom: 35px !important; }
  .ct-u-padding-top-70 { padding-top: 35px !important; }
  .ct-u-padding-bottom-70 { padding-bottom: 35px !important; }
  .ct-u-padding-right-70 { padding-right: 35px !important; }
  .ct-u-padding-left-70 { padding-left: 35px !important; }
  .ct-u-padding-both-75 { padding-top: 37.5px !important; padding-bottom: 37.5px !important; }
  .ct-u-padding-top-75 { padding-top: 37.5px !important; }
  .ct-u-padding-bottom-75 { padding-bottom: 37.5px !important; }
  .ct-u-padding-right-75 { padding-right: 37.5px !important; }
  .ct-u-padding-left-75 { padding-left: 37.5px !important; }
  .ct-u-padding-both-80 { padding-top: 40px !important; padding-bottom: 40px !important; }
  .ct-u-padding-top-80 { padding-top: 40px !important; }
  .ct-u-padding-bottom-80 { padding-bottom: 40px !important; }
  .ct-u-padding-right-80 { padding-right: 40px !important; }
  .ct-u-padding-left-80 { padding-left: 40px !important; }
  .ct-u-padding-both-90 { padding-top: 45px !important; padding-bottom: 45px !important; }
  .ct-u-padding-top-90 { padding-top: 45px !important; }
  .ct-u-padding-bottom-90 { padding-bottom: 45px !important; }
  .ct-u-padding-right-90 { padding-right: 45px !important; }
  .ct-u-padding-left-90 { padding-left: 45px !important; }
  .ct-u-padding-both-100 { padding-top: 50px !important; padding-bottom: 50px !important; }
  .ct-u-padding-top-100 { padding-top: 50px !important; }
  .ct-u-padding-bottom-100 { padding-bottom: 50px !important; }
  .ct-u-padding-right-100 { padding-right: 50px !important; }
  .ct-u-padding-left-100 { padding-left: 50px !important; }
  .ct-u-padding-both-110 { padding-top: 55px !important; padding-bottom: 55px !important; }
  .ct-u-padding-top-110 { padding-top: 55px !important; }
  .ct-u-padding-bottom-110 { padding-bottom: 55px !important; }
  .ct-u-padding-right-110 { padding-right: 55px !important; }
  .ct-u-padding-left-110 { padding-left: 55px !important; }
  .ct-u-padding-both-145 { padding-top: 72.5px !important; padding-bottom: 72.5px !important; }
  .ct-u-padding-top-145 { padding-top: 72.5px !important; }
  .ct-u-padding-bottom-145 { padding-bottom: 72.5px !important; }
  .ct-u-padding-right-145 { padding-right: 72.5px !important; }
  .ct-u-padding-left-145 { padding-left: 72.5px !important; }
  .ct-u-padding-both-175 { padding-top: 87.5px !important; padding-bottom: 87.5px !important; }
  .ct-u-padding-top-175 { padding-top: 87.5px !important; }
  .ct-u-padding-bottom-175 { padding-bottom: 87.5px !important; }
  .ct-u-padding-right-175 { padding-right: 87.5px !important; }
  .ct-u-padding-left-175 { padding-left: 87.5px !important; }
  .ct-u-padding-both-200 { padding-top: 100px !important; padding-bottom: 100px !important; }
  .ct-u-padding-top-200 { padding-top: 100px !important; }
  .ct-u-padding-bottom-200 { padding-bottom: 100px !important; }
  .ct-u-padding-right-200 { padding-right: 100px !important; }
  .ct-u-padding-left-200 { padding-left: 100px !important; }
  .ct-u-padding-both-190 { padding-top: 95px !important; padding-bottom: 95px !important; }
  .ct-u-padding-top-190 { padding-top: 95px !important; }
  .ct-u-padding-bottom-190 { padding-bottom: 95px !important; }
  .ct-u-padding-right-190 { padding-right: 95px !important; }
  .ct-u-padding-left-190 { padding-left: 95px !important; }
  .ct-u-margin-both-0 { margin-top: 0px !important; margin-bottom: 0px !important; }
  .ct-u-margin-top-0 { margin-top: 0px !important; }
  .ct-u-margin-bottom-0 { margin-bottom: 0px !important; }
  .ct-u-margin-right-0 { margin-right: 0px !important; }
  .ct-u-margin-left-0 { margin-left: 0px !important; }
  .ct-u-margin-both-15 { margin-top: 7.5px !important; margin-bottom: 7.5px !important; }
  .ct-u-margin-top-15 { margin-top: 7.5px !important; }
  .ct-u-margin-bottom-15 { margin-bottom: 7.5px !important; }
  .ct-u-margin-right-15 { margin-right: 7.5px !important; }
  .ct-u-margin-left-15 { margin-left: 7.5px !important; }
  .ct-u-margin-both-20 { margin-top: 10px !important; margin-bottom: 10px !important; }
  .ct-u-margin-top-20 { margin-top: 10px !important; }
  .ct-u-margin-bottom-20 { margin-bottom: 10px !important; }
  .ct-u-margin-right-20 { margin-right: 10px !important; }
  .ct-u-margin-left-20 { margin-left: 10px !important; }
  .ct-u-margin-both-25 { margin-top: 12.5px !important; margin-bottom: 12.5px !important; }
  .ct-u-margin-top-25 { margin-top: 12.5px !important; }
  .ct-u-margin-bottom-25 { margin-bottom: 12.5px !important; }
  .ct-u-margin-right-25 { margin-right: 12.5px !important; }
  .ct-u-margin-left-25 { margin-left: 12.5px !important; }
  .ct-u-margin-both-30 { margin-top: 15px !important; margin-bottom: 15px !important; }
  .ct-u-margin-top-30 { margin-top: 15px !important; }
  .ct-u-margin-bottom-30 { margin-bottom: 15px !important; }
  .ct-u-margin-right-30 { margin-right: 15px !important; }
  .ct-u-margin-left-30 { margin-left: 15px !important; }
  .ct-u-margin-both-40 { margin-top: 20px !important; margin-bottom: 20px !important; }
  .ct-u-margin-top-40 { margin-top: 20px !important; }
  .ct-u-margin-bottom-40 { margin-bottom: 20px !important; }
  .ct-u-margin-right-40 { margin-right: 20px !important; }
  .ct-u-margin-left-40 { margin-left: 20px !important; }
  .ct-u-margin-both-50 { margin-top: 25px !important; margin-bottom: 25px !important; }
  .ct-u-margin-top-50 { margin-top: 25px !important; }
  .ct-u-margin-bottom-50 { margin-bottom: 25px !important; }
  .ct-u-margin-right-50 { margin-right: 25px !important; }
  .ct-u-margin-left-50 { margin-left: 25px !important; }
  .ct-u-margin-both-60 { margin-top: 30px !important; margin-bottom: 30px !important; }
  .ct-u-margin-top-60 { margin-top: 30px !important; }
  .ct-u-margin-bottom-60 { margin-bottom: 30px !important; }
  .ct-u-margin-right-60 { margin-right: 30px !important; }
  .ct-u-margin-left-60 { margin-left: 30px !important; }
  .ct-u-margin-both-70 { margin-top: 35px !important; margin-bottom: 35px !important; }
  .ct-u-margin-top-70 { margin-top: 35px !important; }
  .ct-u-margin-bottom-70 { margin-bottom: 35px !important; }
  .ct-u-margin-right-70 { margin-right: 35px !important; }
  .ct-u-margin-left-70 { margin-left: 35px !important; }
  .ct-u-margin-both-75 { margin-top: 37.5px !important; margin-bottom: 37.5px !important; }
  .ct-u-margin-top-75 { margin-top: 37.5px !important; }
  .ct-u-margin-bottom-75 { margin-bottom: 37.5px !important; }
  .ct-u-margin-right-75 { margin-right: 37.5px !important; }
  .ct-u-margin-left-75 { margin-left: 37.5px !important; }
  .ct-u-margin-both-80 { margin-top: 40px !important; margin-bottom: 40px !important; }
  .ct-u-margin-top-80 { margin-top: 40px !important; }
  .ct-u-margin-bottom-80 { margin-bottom: 40px !important; }
  .ct-u-margin-right-80 { margin-right: 40px !important; }
  .ct-u-margin-left-80 { margin-left: 40px !important; }
  .ct-u-margin-both-90 { margin-top: 45px !important; margin-bottom: 45px !important; }
  .ct-u-margin-top-90 { margin-top: 45px !important; }
  .ct-u-margin-bottom-90 { margin-bottom: 45px !important; }
  .ct-u-margin-right-90 { margin-right: 45px !important; }
  .ct-u-margin-left-90 { margin-left: 45px !important; }
  .ct-u-margin-both-100 { margin-top: 50px !important; margin-bottom: 50px !important; }
  .ct-u-margin-top-100 { margin-top: 50px !important; }
  .ct-u-margin-bottom-100 { margin-bottom: 50px !important; }
  .ct-u-margin-right-100 { margin-right: 50px !important; }
  .ct-u-margin-left-100 { margin-left: 50px !important; }
  .ct-u-margin-both-110 { margin-top: 55px !important; margin-bottom: 55px !important; }
  .ct-u-margin-top-110 { margin-top: 55px !important; }
  .ct-u-margin-bottom-110 { margin-bottom: 55px !important; }
  .ct-u-margin-right-110 { margin-right: 55px !important; }
  .ct-u-margin-left-110 { margin-left: 55px !important; }
  .ct-u-margin-both-145 { margin-top: 72.5px !important; margin-bottom: 72.5px !important; }
  .ct-u-margin-top-145 { margin-top: 72.5px !important; }
  .ct-u-margin-bottom-145 { margin-bottom: 72.5px !important; }
  .ct-u-margin-right-145 { margin-right: 72.5px !important; }
  .ct-u-margin-left-145 { margin-left: 72.5px !important; }
  .ct-u-margin-both-175 { margin-top: 87.5px !important; margin-bottom: 87.5px !important; }
  .ct-u-margin-top-175 { margin-top: 87.5px !important; }
  .ct-u-margin-bottom-175 { margin-bottom: 87.5px !important; }
  .ct-u-margin-right-175 { margin-right: 87.5px !important; }
  .ct-u-margin-left-175 { margin-left: 87.5px !important; }
  .ct-u-margin-both-200 { margin-top: 100px !important; margin-bottom: 100px !important; }
  .ct-u-margin-top-200 { margin-top: 100px !important; }
  .ct-u-margin-bottom-200 { margin-bottom: 100px !important; }
  .ct-u-margin-right-200 { margin-right: 100px !important; }
  .ct-u-margin-left-200 { margin-left: 100px !important; }
  .ct-u-margin-both-190 { margin-top: 95px !important; margin-bottom: 95px !important; }
  .ct-u-margin-top-190 { margin-top: 95px !important; }
  .ct-u-margin-bottom-190 { margin-bottom: 95px !important; }
  .ct-u-margin-right-190 { margin-right: 95px !important; }
  .ct-u-margin-left-190 { margin-left: 95px !important; } }

@media only screen and (max-width: 0) { .text-center-xs { text-align: center !important; }
  .text-left-xs { text-align: left !important; }
  .text-right-xs { text-align: right !important; }
  .float-none-xs { float: none !important; }
  .float-left-xs { float: left !important; }
  .float-right-xs { float: right !important; } }

@media only screen and (max-width: 767px) { .text-center-sm { text-align: center !important; }
  .text-left-sm { text-align: left !important; }
  .text-right-sm { text-align: right !important; }
  .float-none-sm { float: none !important; }
  .float-left-sm { float: left !important; }
  .float-right-sm { float: right !important; } }

@media only screen and (max-width: 991px) { .text-center-md { text-align: center !important; }
  .text-left-md { text-align: left !important; }
  .text-right-md { text-align: right !important; }
  .float-none-md { float: none !important; }
  .float-left-md { float: left !important; }
  .float-right-md { float: right !important; } }

@media only screen and (max-width: 1199px) { .text-center-lg { text-align: center !important; }
  .text-left-lg { text-align: left !important; }
  .text-right-lg { text-align: right !important; }
  .float-none-lg { float: none !important; }
  .float-left-lg { float: left !important; }
  .float-right-lg { float: right !important; } }

@media (max-width: 991px) { .ct-u-padding-both-0-sm { padding-top: 0px !important; padding-bottom: 0px !important; }
  .ct-u-padding-top-0-sm { padding-top: 0px !important; }
  .ct-u-padding-bottom-0-sm { padding-bottom: 0px !important; }
  .ct-u-padding-right-0-sm { padding-right: 0px !important; }
  .ct-u-padding-left-0-sm { padding-left: 0px !important; }
  .ct-u-padding-both-15-sm { padding-top: 15px !important; padding-bottom: 15px !important; }
  .ct-u-padding-top-15-sm { padding-top: 15px !important; }
  .ct-u-padding-bottom-15-sm { padding-bottom: 15px !important; }
  .ct-u-padding-right-15-sm { padding-right: 15px !important; }
  .ct-u-padding-left-15-sm { padding-left: 15px !important; }
  .ct-u-padding-both-20-sm { padding-top: 20px !important; padding-bottom: 20px !important; }
  .ct-u-padding-top-20-sm { padding-top: 20px !important; }
  .ct-u-padding-bottom-20-sm { padding-bottom: 20px !important; }
  .ct-u-padding-right-20-sm { padding-right: 20px !important; }
  .ct-u-padding-left-20-sm { padding-left: 20px !important; }
  .ct-u-padding-both-25-sm { padding-top: 25px !important; padding-bottom: 25px !important; }
  .ct-u-padding-top-25-sm { padding-top: 25px !important; }
  .ct-u-padding-bottom-25-sm { padding-bottom: 25px !important; }
  .ct-u-padding-right-25-sm { padding-right: 25px !important; }
  .ct-u-padding-left-25-sm { padding-left: 25px !important; }
  .ct-u-padding-both-30-sm { padding-top: 30px !important; padding-bottom: 30px !important; }
  .ct-u-padding-top-30-sm { padding-top: 30px !important; }
  .ct-u-padding-bottom-30-sm { padding-bottom: 30px !important; }
  .ct-u-padding-right-30-sm { padding-right: 30px !important; }
  .ct-u-padding-left-30-sm { padding-left: 30px !important; }
  .ct-u-padding-both-40-sm { padding-top: 40px !important; padding-bottom: 40px !important; }
  .ct-u-padding-top-40-sm { padding-top: 40px !important; }
  .ct-u-padding-bottom-40-sm { padding-bottom: 40px !important; }
  .ct-u-padding-right-40-sm { padding-right: 40px !important; }
  .ct-u-padding-left-40-sm { padding-left: 40px !important; }
  .ct-u-padding-both-50-sm { padding-top: 50px !important; padding-bottom: 50px !important; }
  .ct-u-padding-top-50-sm { padding-top: 50px !important; }
  .ct-u-padding-bottom-50-sm { padding-bottom: 50px !important; }
  .ct-u-padding-right-50-sm { padding-right: 50px !important; }
  .ct-u-padding-left-50-sm { padding-left: 50px !important; }
  .ct-u-padding-both-60-sm { padding-top: 60px !important; padding-bottom: 60px !important; }
  .ct-u-padding-top-60-sm { padding-top: 60px !important; }
  .ct-u-padding-bottom-60-sm { padding-bottom: 60px !important; }
  .ct-u-padding-right-60-sm { padding-right: 60px !important; }
  .ct-u-padding-left-60-sm { padding-left: 60px !important; }
  .ct-u-padding-both-70-sm { padding-top: 70px !important; padding-bottom: 70px !important; }
  .ct-u-padding-top-70-sm { padding-top: 70px !important; }
  .ct-u-padding-bottom-70-sm { padding-bottom: 70px !important; }
  .ct-u-padding-right-70-sm { padding-right: 70px !important; }
  .ct-u-padding-left-70-sm { padding-left: 70px !important; }
  .ct-u-padding-both-75-sm { padding-top: 75px !important; padding-bottom: 75px !important; }
  .ct-u-padding-top-75-sm { padding-top: 75px !important; }
  .ct-u-padding-bottom-75-sm { padding-bottom: 75px !important; }
  .ct-u-padding-right-75-sm { padding-right: 75px !important; }
  .ct-u-padding-left-75-sm { padding-left: 75px !important; }
  .ct-u-padding-both-80-sm { padding-top: 80px !important; padding-bottom: 80px !important; }
  .ct-u-padding-top-80-sm { padding-top: 80px !important; }
  .ct-u-padding-bottom-80-sm { padding-bottom: 80px !important; }
  .ct-u-padding-right-80-sm { padding-right: 80px !important; }
  .ct-u-padding-left-80-sm { padding-left: 80px !important; }
  .ct-u-padding-both-90-sm { padding-top: 90px !important; padding-bottom: 90px !important; }
  .ct-u-padding-top-90-sm { padding-top: 90px !important; }
  .ct-u-padding-bottom-90-sm { padding-bottom: 90px !important; }
  .ct-u-padding-right-90-sm { padding-right: 90px !important; }
  .ct-u-padding-left-90-sm { padding-left: 90px !important; }
  .ct-u-padding-both-100-sm { padding-top: 100px !important; padding-bottom: 100px !important; }
  .ct-u-padding-top-100-sm { padding-top: 100px !important; }
  .ct-u-padding-bottom-100-sm { padding-bottom: 100px !important; }
  .ct-u-padding-right-100-sm { padding-right: 100px !important; }
  .ct-u-padding-left-100-sm { padding-left: 100px !important; }
  .ct-u-padding-both-110-sm { padding-top: 110px !important; padding-bottom: 110px !important; }
  .ct-u-padding-top-110-sm { padding-top: 110px !important; }
  .ct-u-padding-bottom-110-sm { padding-bottom: 110px !important; }
  .ct-u-padding-right-110-sm { padding-right: 110px !important; }
  .ct-u-padding-left-110-sm { padding-left: 110px !important; }
  .ct-u-padding-both-145-sm { padding-top: 145px !important; padding-bottom: 145px !important; }
  .ct-u-padding-top-145-sm { padding-top: 145px !important; }
  .ct-u-padding-bottom-145-sm { padding-bottom: 145px !important; }
  .ct-u-padding-right-145-sm { padding-right: 145px !important; }
  .ct-u-padding-left-145-sm { padding-left: 145px !important; }
  .ct-u-padding-both-175-sm { padding-top: 175px !important; padding-bottom: 175px !important; }
  .ct-u-padding-top-175-sm { padding-top: 175px !important; }
  .ct-u-padding-bottom-175-sm { padding-bottom: 175px !important; }
  .ct-u-padding-right-175-sm { padding-right: 175px !important; }
  .ct-u-padding-left-175-sm { padding-left: 175px !important; }
  .ct-u-padding-both-200-sm { padding-top: 200px !important; padding-bottom: 200px !important; }
  .ct-u-padding-top-200-sm { padding-top: 200px !important; }
  .ct-u-padding-bottom-200-sm { padding-bottom: 200px !important; }
  .ct-u-padding-right-200-sm { padding-right: 200px !important; }
  .ct-u-padding-left-200-sm { padding-left: 200px !important; }
  .ct-u-padding-both-190-sm { padding-top: 190px !important; padding-bottom: 190px !important; }
  .ct-u-padding-top-190-sm { padding-top: 190px !important; }
  .ct-u-padding-bottom-190-sm { padding-bottom: 190px !important; }
  .ct-u-padding-right-190-sm { padding-right: 190px !important; }
  .ct-u-padding-left-190-sm { padding-left: 190px !important; }
  .ct-u-margin-both-0-sm { margin-top: 0px !important; margin-bottom: 0px !important; }
  .ct-u-margin-top-0-sm { margin-top: 0px !important; }
  .ct-u-margin-bottom-0-sm { margin-bottom: 0px !important; }
  .ct-u-margin-right-0-sm { margin-right: 0px !important; }
  .ct-u-margin-left-0-sm { margin-left: 0px !important; }
  .ct-u-margin-both-15-sm { margin-top: 15px !important; margin-bottom: 15px !important; }
  .ct-u-margin-top-15-sm { margin-top: 15px !important; }
  .ct-u-margin-bottom-15-sm { margin-bottom: 15px !important; }
  .ct-u-margin-right-15-sm { margin-right: 15px !important; }
  .ct-u-margin-left-15-sm { margin-left: 15px !important; }
  .ct-u-margin-both-20-sm { margin-top: 20px !important; margin-bottom: 20px !important; }
  .ct-u-margin-top-20-sm { margin-top: 20px !important; }
  .ct-u-margin-bottom-20-sm { margin-bottom: 20px !important; }
  .ct-u-margin-right-20-sm { margin-right: 20px !important; }
  .ct-u-margin-left-20-sm { margin-left: 20px !important; }
  .ct-u-margin-both-25-sm { margin-top: 25px !important; margin-bottom: 25px !important; }
  .ct-u-margin-top-25-sm { margin-top: 25px !important; }
  .ct-u-margin-bottom-25-sm { margin-bottom: 25px !important; }
  .ct-u-margin-right-25-sm { margin-right: 25px !important; }
  .ct-u-margin-left-25-sm { margin-left: 25px !important; }
  .ct-u-margin-both-30-sm { margin-top: 30px !important; margin-bottom: 30px !important; }
  .ct-u-margin-top-30-sm { margin-top: 30px !important; }
  .ct-u-margin-bottom-30-sm { margin-bottom: 30px !important; }
  .ct-u-margin-right-30-sm { margin-right: 30px !important; }
  .ct-u-margin-left-30-sm { margin-left: 30px !important; }
  .ct-u-margin-both-40-sm { margin-top: 40px !important; margin-bottom: 40px !important; }
  .ct-u-margin-top-40-sm { margin-top: 40px !important; }
  .ct-u-margin-bottom-40-sm { margin-bottom: 40px !important; }
  .ct-u-margin-right-40-sm { margin-right: 40px !important; }
  .ct-u-margin-left-40-sm { margin-left: 40px !important; }
  .ct-u-margin-both-50-sm { margin-top: 50px !important; margin-bottom: 50px !important; }
  .ct-u-margin-top-50-sm { margin-top: 50px !important; }
  .ct-u-margin-bottom-50-sm { margin-bottom: 50px !important; }
  .ct-u-margin-right-50-sm { margin-right: 50px !important; }
  .ct-u-margin-left-50-sm { margin-left: 50px !important; }
  .ct-u-margin-both-60-sm { margin-top: 60px !important; margin-bottom: 60px !important; }
  .ct-u-margin-top-60-sm { margin-top: 60px !important; }
  .ct-u-margin-bottom-60-sm { margin-bottom: 60px !important; }
  .ct-u-margin-right-60-sm { margin-right: 60px !important; }
  .ct-u-margin-left-60-sm { margin-left: 60px !important; }
  .ct-u-margin-both-70-sm { margin-top: 70px !important; margin-bottom: 70px !important; }
  .ct-u-margin-top-70-sm { margin-top: 70px !important; }
  .ct-u-margin-bottom-70-sm { margin-bottom: 70px !important; }
  .ct-u-margin-right-70-sm { margin-right: 70px !important; }
  .ct-u-margin-left-70-sm { margin-left: 70px !important; }
  .ct-u-margin-both-75-sm { margin-top: 75px !important; margin-bottom: 75px !important; }
  .ct-u-margin-top-75-sm { margin-top: 75px !important; }
  .ct-u-margin-bottom-75-sm { margin-bottom: 75px !important; }
  .ct-u-margin-right-75-sm { margin-right: 75px !important; }
  .ct-u-margin-left-75-sm { margin-left: 75px !important; }
  .ct-u-margin-both-80-sm { margin-top: 80px !important; margin-bottom: 80px !important; }
  .ct-u-margin-top-80-sm { margin-top: 80px !important; }
  .ct-u-margin-bottom-80-sm { margin-bottom: 80px !important; }
  .ct-u-margin-right-80-sm { margin-right: 80px !important; }
  .ct-u-margin-left-80-sm { margin-left: 80px !important; }
  .ct-u-margin-both-90-sm { margin-top: 90px !important; margin-bottom: 90px !important; }
  .ct-u-margin-top-90-sm { margin-top: 90px !important; }
  .ct-u-margin-bottom-90-sm { margin-bottom: 90px !important; }
  .ct-u-margin-right-90-sm { margin-right: 90px !important; }
  .ct-u-margin-left-90-sm { margin-left: 90px !important; }
  .ct-u-margin-both-100-sm { margin-top: 100px !important; margin-bottom: 100px !important; }
  .ct-u-margin-top-100-sm { margin-top: 100px !important; }
  .ct-u-margin-bottom-100-sm { margin-bottom: 100px !important; }
  .ct-u-margin-right-100-sm { margin-right: 100px !important; }
  .ct-u-margin-left-100-sm { margin-left: 100px !important; }
  .ct-u-margin-both-110-sm { margin-top: 110px !important; margin-bottom: 110px !important; }
  .ct-u-margin-top-110-sm { margin-top: 110px !important; }
  .ct-u-margin-bottom-110-sm { margin-bottom: 110px !important; }
  .ct-u-margin-right-110-sm { margin-right: 110px !important; }
  .ct-u-margin-left-110-sm { margin-left: 110px !important; }
  .ct-u-margin-both-145-sm { margin-top: 145px !important; margin-bottom: 145px !important; }
  .ct-u-margin-top-145-sm { margin-top: 145px !important; }
  .ct-u-margin-bottom-145-sm { margin-bottom: 145px !important; }
  .ct-u-margin-right-145-sm { margin-right: 145px !important; }
  .ct-u-margin-left-145-sm { margin-left: 145px !important; }
  .ct-u-margin-both-175-sm { margin-top: 175px !important; margin-bottom: 175px !important; }
  .ct-u-margin-top-175-sm { margin-top: 175px !important; }
  .ct-u-margin-bottom-175-sm { margin-bottom: 175px !important; }
  .ct-u-margin-right-175-sm { margin-right: 175px !important; }
  .ct-u-margin-left-175-sm { margin-left: 175px !important; }
  .ct-u-margin-both-200-sm { margin-top: 200px !important; margin-bottom: 200px !important; }
  .ct-u-margin-top-200-sm { margin-top: 200px !important; }
  .ct-u-margin-bottom-200-sm { margin-bottom: 200px !important; }
  .ct-u-margin-right-200-sm { margin-right: 200px !important; }
  .ct-u-margin-left-200-sm { margin-left: 200px !important; }
  .ct-u-margin-both-190-sm { margin-top: 190px !important; margin-bottom: 190px !important; }
  .ct-u-margin-top-190-sm { margin-top: 190px !important; }
  .ct-u-margin-bottom-190-sm { margin-bottom: 190px !important; }
  .ct-u-margin-right-190-sm { margin-right: 190px !important; }
  .ct-u-margin-left-190-sm { margin-left: 190px !important; } }

@media (max-width: 767px) { .ct-u-padding-both-0-xs { padding-top: 0px !important; padding-bottom: 0px !important; }
  .ct-u-padding-top-0-xs { padding-top: 0px !important; }
  .ct-u-padding-bottom-0-xs { padding-bottom: 0px !important; }
  .ct-u-padding-right-0-xs { padding-right: 0px !important; }
  .ct-u-padding-left-0-xs { padding-left: 0px !important; }
  .ct-u-padding-both-15-xs { padding-top: 15px !important; padding-bottom: 15px !important; }
  .ct-u-padding-top-15-xs { padding-top: 15px !important; }
  .ct-u-padding-bottom-15-xs { padding-bottom: 15px !important; }
  .ct-u-padding-right-15-xs { padding-right: 15px !important; }
  .ct-u-padding-left-15-xs { padding-left: 15px !important; }
  .ct-u-padding-both-20-xs { padding-top: 20px !important; padding-bottom: 20px !important; }
  .ct-u-padding-top-20-xs { padding-top: 20px !important; }
  .ct-u-padding-bottom-20-xs { padding-bottom: 20px !important; }
  .ct-u-padding-right-20-xs { padding-right: 20px !important; }
  .ct-u-padding-left-20-xs { padding-left: 20px !important; }
  .ct-u-padding-both-25-xs { padding-top: 25px !important; padding-bottom: 25px !important; }
  .ct-u-padding-top-25-xs { padding-top: 25px !important; }
  .ct-u-padding-bottom-25-xs { padding-bottom: 25px !important; }
  .ct-u-padding-right-25-xs { padding-right: 25px !important; }
  .ct-u-padding-left-25-xs { padding-left: 25px !important; }
  .ct-u-padding-both-30-xs { padding-top: 30px !important; padding-bottom: 30px !important; }
  .ct-u-padding-top-30-xs { padding-top: 30px !important; }
  .ct-u-padding-bottom-30-xs { padding-bottom: 30px !important; }
  .ct-u-padding-right-30-xs { padding-right: 30px !important; }
  .ct-u-padding-left-30-xs { padding-left: 30px !important; }
  .ct-u-padding-both-40-xs { padding-top: 40px !important; padding-bottom: 40px !important; }
  .ct-u-padding-top-40-xs { padding-top: 40px !important; }
  .ct-u-padding-bottom-40-xs { padding-bottom: 40px !important; }
  .ct-u-padding-right-40-xs { padding-right: 40px !important; }
  .ct-u-padding-left-40-xs { padding-left: 40px !important; }
  .ct-u-padding-both-50-xs { padding-top: 50px !important; padding-bottom: 50px !important; }
  .ct-u-padding-top-50-xs { padding-top: 50px !important; }
  .ct-u-padding-bottom-50-xs { padding-bottom: 50px !important; }
  .ct-u-padding-right-50-xs { padding-right: 50px !important; }
  .ct-u-padding-left-50-xs { padding-left: 50px !important; }
  .ct-u-padding-both-60-xs { padding-top: 60px !important; padding-bottom: 60px !important; }
  .ct-u-padding-top-60-xs { padding-top: 60px !important; }
  .ct-u-padding-bottom-60-xs { padding-bottom: 60px !important; }
  .ct-u-padding-right-60-xs { padding-right: 60px !important; }
  .ct-u-padding-left-60-xs { padding-left: 60px !important; }
  .ct-u-padding-both-70-xs { padding-top: 70px !important; padding-bottom: 70px !important; }
  .ct-u-padding-top-70-xs { padding-top: 70px !important; }
  .ct-u-padding-bottom-70-xs { padding-bottom: 70px !important; }
  .ct-u-padding-right-70-xs { padding-right: 70px !important; }
  .ct-u-padding-left-70-xs { padding-left: 70px !important; }
  .ct-u-padding-both-75-xs { padding-top: 75px !important; padding-bottom: 75px !important; }
  .ct-u-padding-top-75-xs { padding-top: 75px !important; }
  .ct-u-padding-bottom-75-xs { padding-bottom: 75px !important; }
  .ct-u-padding-right-75-xs { padding-right: 75px !important; }
  .ct-u-padding-left-75-xs { padding-left: 75px !important; }
  .ct-u-padding-both-80-xs { padding-top: 80px !important; padding-bottom: 80px !important; }
  .ct-u-padding-top-80-xs { padding-top: 80px !important; }
  .ct-u-padding-bottom-80-xs { padding-bottom: 80px !important; }
  .ct-u-padding-right-80-xs { padding-right: 80px !important; }
  .ct-u-padding-left-80-xs { padding-left: 80px !important; }
  .ct-u-padding-both-90-xs { padding-top: 90px !important; padding-bottom: 90px !important; }
  .ct-u-padding-top-90-xs { padding-top: 90px !important; }
  .ct-u-padding-bottom-90-xs { padding-bottom: 90px !important; }
  .ct-u-padding-right-90-xs { padding-right: 90px !important; }
  .ct-u-padding-left-90-xs { padding-left: 90px !important; }
  .ct-u-padding-both-100-xs { padding-top: 100px !important; padding-bottom: 100px !important; }
  .ct-u-padding-top-100-xs { padding-top: 100px !important; }
  .ct-u-padding-bottom-100-xs { padding-bottom: 100px !important; }
  .ct-u-padding-right-100-xs { padding-right: 100px !important; }
  .ct-u-padding-left-100-xs { padding-left: 100px !important; }
  .ct-u-padding-both-110-xs { padding-top: 110px !important; padding-bottom: 110px !important; }
  .ct-u-padding-top-110-xs { padding-top: 110px !important; }
  .ct-u-padding-bottom-110-xs { padding-bottom: 110px !important; }
  .ct-u-padding-right-110-xs { padding-right: 110px !important; }
  .ct-u-padding-left-110-xs { padding-left: 110px !important; }
  .ct-u-padding-both-145-xs { padding-top: 145px !important; padding-bottom: 145px !important; }
  .ct-u-padding-top-145-xs { padding-top: 145px !important; }
  .ct-u-padding-bottom-145-xs { padding-bottom: 145px !important; }
  .ct-u-padding-right-145-xs { padding-right: 145px !important; }
  .ct-u-padding-left-145-xs { padding-left: 145px !important; }
  .ct-u-padding-both-175-xs { padding-top: 175px !important; padding-bottom: 175px !important; }
  .ct-u-padding-top-175-xs { padding-top: 175px !important; }
  .ct-u-padding-bottom-175-xs { padding-bottom: 175px !important; }
  .ct-u-padding-right-175-xs { padding-right: 175px !important; }
  .ct-u-padding-left-175-xs { padding-left: 175px !important; }
  .ct-u-padding-both-200-xs { padding-top: 200px !important; padding-bottom: 200px !important; }
  .ct-u-padding-top-200-xs { padding-top: 200px !important; }
  .ct-u-padding-bottom-200-xs { padding-bottom: 200px !important; }
  .ct-u-padding-right-200-xs { padding-right: 200px !important; }
  .ct-u-padding-left-200-xs { padding-left: 200px !important; }
  .ct-u-padding-both-190-xs { padding-top: 190px !important; padding-bottom: 190px !important; }
  .ct-u-padding-top-190-xs { padding-top: 190px !important; }
  .ct-u-padding-bottom-190-xs { padding-bottom: 190px !important; }
  .ct-u-padding-right-190-xs { padding-right: 190px !important; }
  .ct-u-padding-left-190-xs { padding-left: 190px !important; }
  .ct-u-margin-both-0-xs { margin-top: 0px !important; margin-bottom: 0px !important; }
  .ct-u-margin-top-0-xs { margin-top: 0px !important; }
  .ct-u-margin-bottom-0-xs { margin-bottom: 0px !important; }
  .ct-u-margin-right-0-xs { margin-right: 0px !important; }
  .ct-u-margin-left-0-xs { margin-left: 0px !important; }
  .ct-u-margin-both-15-xs { margin-top: 15px !important; margin-bottom: 15px !important; }
  .ct-u-margin-top-15-xs { margin-top: 15px !important; }
  .ct-u-margin-bottom-15-xs { margin-bottom: 15px !important; }
  .ct-u-margin-right-15-xs { margin-right: 15px !important; }
  .ct-u-margin-left-15-xs { margin-left: 15px !important; }
  .ct-u-margin-both-20-xs { margin-top: 20px !important; margin-bottom: 20px !important; }
  .ct-u-margin-top-20-xs { margin-top: 20px !important; }
  .ct-u-margin-bottom-20-xs { margin-bottom: 20px !important; }
  .ct-u-margin-right-20-xs { margin-right: 20px !important; }
  .ct-u-margin-left-20-xs { margin-left: 20px !important; }
  .ct-u-margin-both-25-xs { margin-top: 25px !important; margin-bottom: 25px !important; }
  .ct-u-margin-top-25-xs { margin-top: 25px !important; }
  .ct-u-margin-bottom-25-xs { margin-bottom: 25px !important; }
  .ct-u-margin-right-25-xs { margin-right: 25px !important; }
  .ct-u-margin-left-25-xs { margin-left: 25px !important; }
  .ct-u-margin-both-30-xs { margin-top: 30px !important; margin-bottom: 30px !important; }
  .ct-u-margin-top-30-xs { margin-top: 30px !important; }
  .ct-u-margin-bottom-30-xs { margin-bottom: 30px !important; }
  .ct-u-margin-right-30-xs { margin-right: 30px !important; }
  .ct-u-margin-left-30-xs { margin-left: 30px !important; }
  .ct-u-margin-both-40-xs { margin-top: 40px !important; margin-bottom: 40px !important; }
  .ct-u-margin-top-40-xs { margin-top: 40px !important; }
  .ct-u-margin-bottom-40-xs { margin-bottom: 40px !important; }
  .ct-u-margin-right-40-xs { margin-right: 40px !important; }
  .ct-u-margin-left-40-xs { margin-left: 40px !important; }
  .ct-u-margin-both-50-xs { margin-top: 50px !important; margin-bottom: 50px !important; }
  .ct-u-margin-top-50-xs { margin-top: 50px !important; }
  .ct-u-margin-bottom-50-xs { margin-bottom: 50px !important; }
  .ct-u-margin-right-50-xs { margin-right: 50px !important; }
  .ct-u-margin-left-50-xs { margin-left: 50px !important; }
  .ct-u-margin-both-60-xs { margin-top: 60px !important; margin-bottom: 60px !important; }
  .ct-u-margin-top-60-xs { margin-top: 60px !important; }
  .ct-u-margin-bottom-60-xs { margin-bottom: 60px !important; }
  .ct-u-margin-right-60-xs { margin-right: 60px !important; }
  .ct-u-margin-left-60-xs { margin-left: 60px !important; }
  .ct-u-margin-both-70-xs { margin-top: 70px !important; margin-bottom: 70px !important; }
  .ct-u-margin-top-70-xs { margin-top: 70px !important; }
  .ct-u-margin-bottom-70-xs { margin-bottom: 70px !important; }
  .ct-u-margin-right-70-xs { margin-right: 70px !important; }
  .ct-u-margin-left-70-xs { margin-left: 70px !important; }
  .ct-u-margin-both-75-xs { margin-top: 75px !important; margin-bottom: 75px !important; }
  .ct-u-margin-top-75-xs { margin-top: 75px !important; }
  .ct-u-margin-bottom-75-xs { margin-bottom: 75px !important; }
  .ct-u-margin-right-75-xs { margin-right: 75px !important; }
  .ct-u-margin-left-75-xs { margin-left: 75px !important; }
  .ct-u-margin-both-80-xs { margin-top: 80px !important; margin-bottom: 80px !important; }
  .ct-u-margin-top-80-xs { margin-top: 80px !important; }
  .ct-u-margin-bottom-80-xs { margin-bottom: 80px !important; }
  .ct-u-margin-right-80-xs { margin-right: 80px !important; }
  .ct-u-margin-left-80-xs { margin-left: 80px !important; }
  .ct-u-margin-both-90-xs { margin-top: 90px !important; margin-bottom: 90px !important; }
  .ct-u-margin-top-90-xs { margin-top: 90px !important; }
  .ct-u-margin-bottom-90-xs { margin-bottom: 90px !important; }
  .ct-u-margin-right-90-xs { margin-right: 90px !important; }
  .ct-u-margin-left-90-xs { margin-left: 90px !important; }
  .ct-u-margin-both-100-xs { margin-top: 100px !important; margin-bottom: 100px !important; }
  .ct-u-margin-top-100-xs { margin-top: 100px !important; }
  .ct-u-margin-bottom-100-xs { margin-bottom: 100px !important; }
  .ct-u-margin-right-100-xs { margin-right: 100px !important; }
  .ct-u-margin-left-100-xs { margin-left: 100px !important; }
  .ct-u-margin-both-110-xs { margin-top: 110px !important; margin-bottom: 110px !important; }
  .ct-u-margin-top-110-xs { margin-top: 110px !important; }
  .ct-u-margin-bottom-110-xs { margin-bottom: 110px !important; }
  .ct-u-margin-right-110-xs { margin-right: 110px !important; }
  .ct-u-margin-left-110-xs { margin-left: 110px !important; }
  .ct-u-margin-both-145-xs { margin-top: 145px !important; margin-bottom: 145px !important; }
  .ct-u-margin-top-145-xs { margin-top: 145px !important; }
  .ct-u-margin-bottom-145-xs { margin-bottom: 145px !important; }
  .ct-u-margin-right-145-xs { margin-right: 145px !important; }
  .ct-u-margin-left-145-xs { margin-left: 145px !important; }
  .ct-u-margin-both-175-xs { margin-top: 175px !important; margin-bottom: 175px !important; }
  .ct-u-margin-top-175-xs { margin-top: 175px !important; }
  .ct-u-margin-bottom-175-xs { margin-bottom: 175px !important; }
  .ct-u-margin-right-175-xs { margin-right: 175px !important; }
  .ct-u-margin-left-175-xs { margin-left: 175px !important; }
  .ct-u-margin-both-200-xs { margin-top: 200px !important; margin-bottom: 200px !important; }
  .ct-u-margin-top-200-xs { margin-top: 200px !important; }
  .ct-u-margin-bottom-200-xs { margin-bottom: 200px !important; }
  .ct-u-margin-right-200-xs { margin-right: 200px !important; }
  .ct-u-margin-left-200-xs { margin-left: 200px !important; }
  .ct-u-margin-both-190-xs { margin-top: 190px !important; margin-bottom: 190px !important; }
  .ct-u-margin-top-190-xs { margin-top: 190px !important; }
  .ct-u-margin-bottom-190-xs { margin-bottom: 190px !important; }
  .ct-u-margin-right-190-xs { margin-right: 190px !important; }
  .ct-u-margin-left-190-xs { margin-left: 190px !important; } }

.ct-u-mask { position: relative; }

.ct-u-mask * { z-index: 1; }

.ct-u-mask:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); }

.ct-u-mask--lighter:before { background-color: rgba(0, 0, 0, 0.3); }

.ct-u-mask--darker:before { background-color: rgba(0, 0, 0, 0.9); }

html { margin-top: 0 !important; }

html, body, img, figure { display: block; max-width: 100%; height: auto; }

html, body { -ms-overflow-style: scrollbar; -webkit-font-smoothing: antialiased; }

body { font-family: "Open Sans", sans-serif; position: relative; overflow-x: hidden; color: #808080; line-height: 1.750em; }

body h1, body h2, body h3, body h4, body h5, body h6, body .h2 { color: #333; line-height: 1.375em; font-family: "Chau Philomene One", sans-serif; }

a, a:hover, a:focus, a:active { text-decoration: none; color: inherit; transition: 250ms cubic-bezier(0.55, 0, 0.1, 1); }

a:hover, a:hover:hover, a:focus:hover, a:active:hover { color: #ff7f20; }

a:hover:active, a:hover:hover:active, a:focus:hover:active, a:active:hover:active { color: #ff8e3a; }

a { transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1); }

.ct-grid { margin-bottom: -50px !important; text-align: center; }

.ct-grid:after { content: ''; display: inline-block; width: 100%; }

address { -ms-word-wrap: break-word; word-wrap: break-word; }

.ct_button { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; text-transform: uppercase; border-radius: 35px; outline: 0; padding: 14px 20px; }

.ct_button:hover { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); color: #fff !important; background: #333 !important; border-color: #333 !important; }

.ct_button:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-button-solid { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.ct-button-solid:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.ct-button-solid:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-button-outline { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: transparent; color: #ff7f20; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.ct-button-outline:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.ct-button-outline:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-custom-parallax { background-attachment: fixed !important; z-index: 1; will-change: top; }

.ct-small-row-90 { margin-left: auto !important; margin-right: auto !important; width: 90%; }

.ct-small-row-85 { margin-left: auto !important; margin-right: auto !important; width: 85%; }

.ct-small-row-70 { margin-left: auto !important; margin-right: auto !important; width: 70%; }

.ct-row-overlap { padding: 0 150px; }

.ct-heading-letterspacing { letter-spacing: 2px; }

.ct-wc-newsletter { border: none !important; font-weight: 800 !important; font-size: 14px !important; letter-spacing: 3px; }

#ct-wc-newsletter-btn { width: 100%; padding: 8px 20px !important; }

.ct-wc-newsletter::-webkit-input-placeholder { /* Chrome */ color: #B3B3B3; }

.ct-wc-newsletter:-ms-input-placeholder { /* IE 10+ */ color: #B3B3B3; }

.ct-wc-newsletter::-moz-placeholder { /* Firefox 19+ */ color: #B3B3B3; opacity: 1; }

.ct-wc-newsletter:-moz-placeholder { /* Firefox 4 - 18 */ color: #B3B3B3; opacity: 1; }

@media (max-width: 1400px) { .ct-small-row-90, .ct-small-row-85, .ct-small-row-70 { width: 100%; }
  .ct-row-overlap { padding: 0; } }

@media (max-width: 1100px) { .ct-cta-promo-demo .vc_col-sm-6 { width: 100%; margin-top: -10px; } }

@media (max-width: 767px) { .ct-featured3-demo .vc_custom_heading, .ct-featured3-demo .wpb_single_image { text-align: center !important; }
  .ct-featured3-demo .vc_custom_heading { margin-left: 10px; } }

@media (max-width: 768px) { .ct-featured-demo .vc_custom_heading, .ct-featured-demo .ct_button-container, .ct-featured2-demo .vc_custom_heading, .ct-featured2-demo .ct_button-container, .ct-cta-promo-demo .wpb_text_column h2, .ct-cta-promo-demo .wpb_text_column h6, .ct-cta-newsletter-demo .wpb_text_column h2, .ct-cta-newsletter-demo .wpb_text_column h6, .ct-cta-newsletter-demo .wpcf7 { text-align: center !important; }
  .ct-featured-demo .wpb_single_image { margin-top: 0 !important; padding-bottom: 0 !important; }
  .ct-featured2-demo .wpb_single_image { margin-top: 0 !important; text-align: center !important; }
  .ct-featured2-demo #ct-featured2-image540 img[width="565"] { width: 700px !important; }
  .ct-featured2-demo #ct-featured2-image215 img[width="565"] { width: 700px !important; }
  .ct-button-center-demo { text-align: center !important; } }

@media (max-width: 562px) { .ct-featured-demo[class*="vc_custom_"] { padding-right: 10px !important; padding-left: 10px !important; } }

@media (max-width: 320px) { .ct-featured-demo h2.vc_custom_heading { font-size: 25px !important; } }

.ct-fa-icons-demo { margin: 0; padding: 0; text-align: right; }

.ct-fa-icons-demo li { list-style-type: none; display: inline; padding-right: 10px !important; font-size: 20px !important; }

.ct-fa-icons-demo li:last-child { padding-right: 0; }

@media (max-width: 991px) { .ct-fa-icons-demo li { font-size: 16px; } }

.ct-fa-icons-demo li i { font-size: 20px !important; }

.ct-contentNone .search-form { background: #f2f2f2; }

.ct-contentNone .search-form .search-submit { background: #f2f2f2; }

.ct-404 .ct-sectionHeader { border: 3px solid #eee; width: 578px; max-width: 100%; height: 336px; margin: 0 auto; text-align: center; padding-top: 10px; -moz-border-radius: 150px / 50%; -webkit-border-radius: 150px / 50%; border-radius: 150px / 50%; }

.ct-404 .ct-sectionHeader-title { color: #666666; font-size: 120px; margin-bottom: 0; }

.ct-404 .ct-sectionHeader-subtitle { color: #ff7f20; font-size: 34px; text-transform: uppercase; margin-top: 0; margin-bottom: 20px; line-height: 1.2em; }

.ct-404 .ct-sectionHeader .ct-error-text { line-height: 1em; }

.ct-404image { position: absolute; z-index: 10; top: -65px; margin-left: auto; margin-right: auto; left: 0; right: 0; width: 115px; max-width: 100%; }

.ct-404btn { margin: 60px auto 0 auto; }

.ct-404btn a { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.ct-404btn a:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.ct-404btn a:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

@media (max-width: 679px) { .ct-404 .ct-sectionHeader-title { font-size: 100px; }
  .ct-404 .ct-sectionHeader-subtitle { font-size: 30px; }
  .ct-404 .ct-sectionHeader { font-size: 12px; } }

@media (max-width: 562px) { .ct-404 .ct-sectionHeader { border: none; } }

/* WordPress Gallery
------------------------------------------ */
.sticky { border: 3px solid #ff7f20; border-radius: 35px; padding: 20px 50px; }

.sticky h2 a { color: #ff7f20 !important; }

.sticky h2 a:hover { color: #b2b2b2; }

.sticky:before { content: ''; }

/* WordPress Gallery
------------------------------------------ */
.gallery { margin-left: -0.5em; margin-right: -0.5em; }

.gallery:after { display: table; content: ""; clear: both; }

.gallery-columns-1 .gallery-item { width: 100%; }

.gallery-columns-2 .gallery-item { width: 50%; }

.gallery-columns-3 .gallery-item { width: 33.3333%; }

.gallery-columns-4 .gallery-item { width: 25%; }

.gallery-columns-5 .gallery-item { width: 20%; }

.gallery-columns-6 .gallery-item { width: 16.6667%; }

.gallery-columns-7 .gallery-item { width: 14.2857%; }

.gallery-columns-8 .gallery-item { width: 12.5%; }

.gallery-columns-9 .gallery-item { width: 11.1111%; }

.gallery-columns-10 .gallery-item { width: 10%; }

.gallery-item { text-align: center; margin: 0; padding: 0.5em; display: inline-block; vertical-align: top; width: 100%; }

.gallery-item figure { margin: 0; /* handle in browser reset */ }

.gallery-item img { /* handle in browser reset */ /* responsive images */ max-width: 100%; height: auto; margin: 0 auto; display: block; }

.gallery-item figure { /* Override WordPress figure assigned width attribute */ max-width: 100%; }

.wp-caption-text.gallery-caption { color: #333; line-height: 1.5em; font-size: 12px; }

/* WordPress Blockquote
------------------------------------------ */
blockquote { position: relative; border-left: none; font-family: "Open Sans", sans-serif; font-size: 36px; line-height: 54px; margin: 30px 0; padding: 0; }

blockquote cite { font-size: 24px; font-weight: bold; color: #333; font-style: normal; }

blockquote cite a { color: #333; }

blockquote cite a:hover { color: #ff7f20; }

blockquote cite:before { content: '\2015'; }

blockquote:after { content: '\201D'; position: absolute; top: 118px; right: 15px; font-family: "Dosis", sans-serif; font-weight: 800; font-size: 390px; font-style: normal; color: #f4f4f4; z-index: -1; }

/* WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 45px 20px 10px 0; }

.aligncenter, div.aligncenter { display: block; margin: 46px auto 40px; }

.alignright { float: right; margin: 34px 0 34px 30px; display: inline; }

.alignleft { float: left; margin: 34px 30px 34px 0; display: inline; }

img.alignleft, img.alignright, img.aligncenter { border-radius: 35px; }

a img.alignright { float: right; margin: 34px 0 34px 30px; display: inline; border-radius: 35px; }

a img.alignnone { margin: 46px auto 40px; border-radius: 35px; }

a img.alignleft { float: left; margin: 34px 30px 34px 0; display: inline; border-radius: 35px; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; clear: both; border-radius: 35px; }

.wp-caption { background: transparent; max-width: 96%; /* Image does not overflow the content area */ text-align: center; }

.wp-caption.alignnone { margin: 46px auto 40px; }

.wp-caption.alignleft { margin: 34px 30px 34px 0; }

.wp-caption.alignright { margin: 34px 0 34px 30px; }

.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; border-radius: 35px; }

.wp-caption p.wp-caption-text { font-size: 14px; line-height: 22px; margin: 0; padding: 0 4px 5px; }

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

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

/* Chat Posts */
.format-chat .ct-blog-content--article p { background: rgba(255, 127, 32, 0.05); /* The background color of first paragraph */ border-left: 7px solid #ff7f20; /* The setting for border of first paragraph */ margin-bottom: 2px; padding-left: 13px; }

.format-chat .ct-blog-content--article p:nth-child(odd) { background: #F2F2F2; /* The background color of next paragraph */ border-left-color: #b2b2b2; /* The setting for border of next paragraph */ }

.post-password-form input[type=password] { border-radius: 35px; border: 2px solid #ff7f20; outline: 0; padding: 2px 10px; }

.post-password-form input[type=submit] { border-radius: 35px; outline: 0; box-shadow: none; border: none; padding: 5px 20px; background: #ff7f20; color: #fff; }

.post-password-form input[type=submit]:hover { transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.post-password-form input[type=submit]:hover:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.post-password-form input[type=submit]:hover:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

/**
 * BLOG
 * --------------------
**/
.comment-list li.comment { list-style-type: none; }

.ct-blog-thumbnail { margin: 35px auto 20px auto; overflow: hidden; }

.ct-blog-thumbnail img { margin: 0 auto; max-width: 100%; height: auto; border-radius: 35px; object-fit: cover; }

.ct-blog-category a { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; color: #b2b2b2; text-transform: lowercase; letter-spacing: 3px; }

.ct-blog-category a:hover { text-decoration: none; }

.ct-blog-content--title { margin-top: -8px; margin-bottom: 0; line-height: 48px; font-size: 24px; color: #333; -ms-word-wrap: break-word; word-wrap: break-word; text-transform: uppercase; }

.ct-blog-content--title a { color: #333333; font-weight: normal; }

.ct-blog-details p { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; line-height: 24px; letter-spacing: 3px; margin: 0; }

.ct-blog-details p:first-child { color: #333; }

.ct-blog-details .ct-post-author a { text-transform: uppercase; color: #ff7f20; }

.ct-blog-details i { color: #b2b2b2; }

.ct-blog-details .ct-post-date { margin-left: 10px; }

.ct-blog-details .ct-post-date a { color: #b2b2b2; }

.ct-blog-content--article { margin: 12px auto; -ms-word-wrap: break-word; word-wrap: break-word; }

.ct-blog-content-editLink { padding: 0 10px; }

.ct-blog-afterContent { display: block; margin-bottom: 85px; margin-top: 22px; }

/**
 * SINGLE BLOG
 * SOCIAL SHARE
 * --------------------
**/
.ct-single-socials--title, .ct-socialShare { display: inline; }

.ct-socialShare { margin-left: 60px; }

.ct-socialShare li { padding-left: 18px; font-size: 18px; }

.ct-socialShare li a { color: #d9d9d9; }

.ct-blog-content--article a { color: #ff7f20; font-weight: bold; }

.ct-blog-content--article a:hover { color: #333; }

.ct-single-socials--title { font-size: 14px; color: #333; letter-spacing: 3px; margin: 0; font-weight: 800; font-family: "Dosis", sans-serif; line-height: 44px; }

.ct-single-socials { padding: 0 !important; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }

.ct-single-socials .ct-socialShare { margin-left: 20px; }

.ct-single-socials .ct-socialShare h3 { line-height: 44px; }

.ct-single-socials .ct-socialShare li { padding-right: 0; }

/**
 * GRID BLOG
 * --------------------
**/
.ct-grid .ct-blog { text-align: center; }

.ct-grid:after { content: ''; display: inline-block; width: 100%; }

.ct-grid article { display: inline-block; width: 30.5%; margin-right: 28px; vertical-align: top; }

.ct-grid article:nth-child(3n+3) { margin-right: 0; }

.ct-grid article:before { content: ''; display: inline-block; }

.ct-grid .ct-blog-thumbnail img { height: 238px; }

.ct-grid .ct-blog-details p { font-size: 12px; text-align: center; }

.ct-grid .ct-blog-content--title { margin-top: 5px; font-size: 18px; }

.ct-grid .ct-blog-content--article { text-align: center; }

.ct-grid .ct-blog-thumbnail { margin: 0 auto 20px auto; }

.ct-blog-tags { text-align: center; padding: 0; margin: 0 0 8px; }

.ct-blog-tags li { list-style-type: none; display: inline-block; font-size: 12px; margin-right: 5px; margin-bottom: 10px; color: #fff; }

.ct-blog-tags li a { color: #333; border-radius: 35px; border: 2px solid #ff7f20; padding: 0 10px; font-size: 12px !important; margin-bottom: 10px; display: inline-block; }

.ct-blog-tags li a:hover { background: #ff7f20; color: #fff; }

.videoFrameContainer { width: 100%; height: 100%; }

.videoFrameContainer iframe, .video-container object, .video-container embed, .video-container video { max-width: 100%; max-height: 100%; }

.ct-content-none h2 { color: #ff7f20; }

/** MEDIA QUERIES -------------------- */
@media (max-width: 1204px) { .ct-single .ct-blog-thumbnail img { height: 100%; } }

@media (max-width: 1100px) { .ct-grid article { width: 29.5%; } }

@media (max-width: 980px) { .ct-single .ct-blog-thumbnail img { height: 400px; } }

@media (max-width: 849px) { .ct-grid article { width: 45.5%; }
  .ct-grid article:nth-child(3n+3) { margin-right: 25px; }
  .ct-grid article:nth-child(even) { margin-right: 0px; } }

@media (max-width: 768px) { .ct-single .ct-blog-thumbnail img { height: 300px; }
  .ct-blog-thumbnail img { height: 100%; } }

@media (max-width: 562px) { .ct-grid article { width: 95%; }
  .ct-grid article:nth-child(3n+3), .ct-grid article { margin-right: 0; } }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-prev { left: 0; z-index: 8; }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-next { right: 17px; }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-prev:before { content: "\f060"; margin-left: -20px; padding: 24px 10px 24px 35px; }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-next:before { content: "\f061"; padding: 24px 35px 24px 10px; }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-prev:before, .ct-blog-thumbnail .ct-blog-gallery .gallery .slick-next:before { font-family: FontAwesome; font-size: 14px; color: #fff; background: #ff7f20; border-radius: 50%; opacity: 1; }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-prev:hover:before, .ct-blog-thumbnail .ct-blog-gallery .gallery .slick-next:hover:before { background: #323232; }

.more-link { font-weight: bold; color: #333; }

table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #ddd; }

.blog table thead, .blog table tfoot, .ct-blog-content--article table thead, .ct-blog-content--article table tfoot, .ct-single table thead, .ct-single table tfoot, .ct-page table thead, .ct-page table tfoot, #comments table thead, #comments table tfoot, .ct-sidebar table thead, .ct-sidebar table tfoot { background: #f5f5f5; }

.blog table thead tr th, .blog table tfoot tr th, .blog table tbody tr td, .blog table tr td, .blog table tfoot tr td, .ct-blog-content--article table thead tr th, .ct-blog-content--article table tfoot tr th, .ct-blog-content--article table tbody tr td, .ct-blog-content--article table tr td, .ct-blog-content--article table tfoot tr td, .ct-single table thead tr th, .ct-single table tfoot tr th, .ct-single table tbody tr td, .ct-single table tr td, .ct-single table tfoot tr td, .ct-page table thead tr th, .ct-page table tfoot tr th, .ct-page table tbody tr td, .ct-page table tr td, .ct-page table tfoot tr td, #comments table thead tr th, #comments table tfoot tr th, #comments table tbody tr td, #comments table tr td, #comments table tfoot tr td, .ct-sidebar table thead tr th, .ct-sidebar table tfoot tr th, .ct-sidebar table tbody tr td, .ct-sidebar table tr td, .ct-sidebar table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }

.blog table thead tr th, .blog table tfoot tr td, .ct-blog-content--article table thead tr th, .ct-blog-content--article table tfoot tr td, .ct-single table thead tr th, .ct-single table tfoot tr td, .ct-page table thead tr th, .ct-page table tfoot tr td, #comments table thead tr th, #comments table tfoot tr td, .ct-sidebar table thead tr th, .ct-sidebar table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

.blog table thead tr th:first-child, .blog table tfoot tr td:first-child, .ct-blog-content--article table thead tr th:first-child, .ct-blog-content--article table tfoot tr td:first-child, .ct-single table thead tr th:first-child, .ct-single table tfoot tr td:first-child, .ct-page table thead tr th:first-child, .ct-page table tfoot tr td:first-child, #comments table thead tr th:first-child, #comments table tfoot tr td:first-child, .ct-sidebar table thead tr th:first-child, .ct-sidebar table tfoot tr td:first-child { border-left: none; }

.blog table thead tr th:last-child, .blog table tfoot tr td:last-child, .ct-blog-content--article table thead tr th:last-child, .ct-blog-content--article table tfoot tr td:last-child, .ct-single table thead tr th:last-child, .ct-single table tfoot tr td:last-child, .ct-page table thead tr th:last-child, .ct-page table tfoot tr td:last-child, #comments table thead tr th:last-child, #comments table tfoot tr td:last-child, .ct-sidebar table thead tr th:last-child, .ct-sidebar table tfoot tr td:last-child { border-right: none; }

.blog table tbody tr.even, .blog table tbody tr.alt, .ct-blog-content--article table tbody tr.even, .ct-blog-content--article table tbody tr.alt, .ct-single table tbody tr.even, .ct-single table tbody tr.alt, .ct-page table tbody tr.even, .ct-page table tbody tr.alt, #comments table tbody tr.even, #comments table tbody tr.alt, .ct-sidebar table tbody tr.even, .ct-sidebar table tbody tr.alt { background: #f9f9f9; }

.blog table tbody tr:nth-child(even), .ct-blog-content--article table tbody tr:nth-child(even), .ct-single table tbody tr:nth-child(even), .ct-page table tbody tr:nth-child(even), #comments table tbody tr:nth-child(even), .ct-sidebar table tbody tr:nth-child(even) { background: #f9f9f9; }

.blog table tbody tr td, .ct-blog-content--article table tbody tr td, .ct-single table tbody tr td, .ct-page table tbody tr td, #comments table tbody tr td, .ct-sidebar table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

.blog table th, .ct-blog-content--article table th, .ct-single table th, .ct-page table th, #comments table th, .ct-sidebar table th { padding: 5px 10px; }

/* Scrolldown Button */
.circle-arrow { border: 3px solid #fff; border-radius: 50%; width: 76px; height: 76px; position: relative; cursor: pointer; }

.circle-arrow i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #ff7f20; padding: 18px; border-radius: 50%; color: #fff; width: 54px; height: 54px; max-width: 100%; font-size: 20px; }

.ct-scrollDown-bounce { -moz-animation: ct-scrollDown-bounce 2s infinite; -webkit-animation: ct-scrollDown-bounce 2s infinite; animation: ct-scrollDown-bounce 2s infinite; }

@keyframes ct-scrollDown-bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-30px); }
  60% { transform: translateY(-15px); } }

.ct-icon-only-hover { color: #333; }

[class*="-ct-btn-kids"] { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; text-transform: uppercase; outline: 0; }

[class*="-ct-btn-kids"]:hover { background-color: #333 !important; color: #fff !important; border-color: #333 !important; }

[class*="-ct-btn-kids"].vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) { padding-right: 58px; }

[class*="-ct-btn-kids"].vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) { padding-left: 58px; }

[class*="-ct-btn-kids"][class*="-icon-right"] i { right: 6px !important; }

[class*="-ct-btn-kids"][class*="-icon-left"] i { left: 6px !important; }

[class*="-ct-btn-kids"] i { background: #ff7f20; border-radius: 50%; padding: 10px 9px 24px 11px; }

[class*="-ct-btn-kids"][class*="-ct-btn-grey"] i { background: #ff7f20 !important; color: #fff !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-motive"] i { background: #fff !important; color: #ff7f20 !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-white"] i { background: #ff7f20; color: #fff; }

[class*="-ct-btn-kids"][class*="-ct-btn-black"] i { background: #ff7f20; color: #fff; }

[class*="-ct-btn-kids"][class*="-ct-btn-orange"] i { background: #fff !important; color: #ff7f20 !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-pink"] i { background: #fff !important; color: #f44db4 !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-motive-text--white"] i { background: #ff7f20 !important; color: #fff !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-bordered-white"] i { background: #fff !important; color: #ff7f20 !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-bordered-motive"] i { background: #ff7f20; color: #fff; }

[class*="-ct-btn-kids"][class*="-ct-btn-bordered-black"]:hover i { background: #fff !important; color: #ff7f20 !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-bordered-black"] i { background: #333 !important; color: #fff; }

[class*="-ct-btn-kids"][class*="-ct-btn-bordered-orange"] i { background: #ff7f20 !important; color: #fff; }

[class*="-ct-btn-kids"][class*="-ct-btn-bordered-pink"] i { background: #f44db4 !important; color: #fff; }

[class*="-ct-btn-kids"][class*="-ct-btn-iconOrange-bordered-white"] i { background: #fff !important; color: #ff7f20 !important; }

[class*="-ct-btn-kids"][class*="-ct-btn-iconPink-bordered-white"] i { background: #fff !important; color: #f44db4 !important; }

[class*="-ct-btn-motive"]:hover, [class*="-ct-btn-grey"]:hover, [class*="-ct-btn-white"]:hover, [class*="-ct-btn-black"]:hover, [class*="-ct-btn-bordered-motive"]:hover, [class*="-ct-btn-bordered-white"]:hover, [class*="-ct-btn-bordered-black"]:hover { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

[class*="-ct-btn-motive"]:hover:active, [class*="-ct-btn-grey"]:hover:active, [class*="-ct-btn-white"]:hover:active, [class*="-ct-btn-black"]:hover:active, [class*="-ct-btn-bordered-motive"]:hover:active, [class*="-ct-btn-bordered-white"]:hover:active, [class*="-ct-btn-bordered-black"]:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

[class*="-ct-btn-motive"] { background-color: #ff7f20 !important; color: #fff !important; border: 2px solid #ff7f20 !important; }

[class*="-ct-btn-grey"] { background-color: #e6e6e6 !important; color: #333 !important; border: 2px solid #e6e6e6 !important; }

[class*="-ct-btn-white"] { background-color: #fff !important; color: #333 !important; border: 2px solid #fff !important; }

[class*="-ct-btn-motive-text--white"] { background-color: #fff !important; color: #ff7f20 !important; border: 2px solid #fff !important; }

[class*="-ct-btn-black"] { background-color: #333 !important; color: #fff !important; border: 2px solid #333 !important; }

[class*="-ct-btn-black"]:hover { background-color: rgba(51, 51, 51, 0.85) !important; border-color: rgba(51, 51, 51, 0.1) !important; }

[class*="-ct-btn-orange"] { background-color: #ff7f20 !important; color: #fff !important; border: 2px solid #ff7f20 !important; }

[class*="-ct-btn-pink"] { background-color: #f44db4 !important; color: #fff !important; border: 2px solid #f44db4 !important; }

[class*="-ct-btn-bordered-motive"] { background-color: transparent !important; color: #ff7f20 !important; border: 2px solid #ff7f20 !important; }

[class*="-ct-btn-bordered-white"] { background-color: transparent !important; color: #fff !important; border: 2px solid #fff !important; }

[class*="-ct-btn-bordered-black"] { background-color: transparent !important; color: #333 !important; border: 2px solid #333 !important; }

[class*="-ct-btn-bordered-orange"] { background-color: transparent !important; color: #ff7f20 !important; border: 2px solid #ff7f20 !important; }

[class*="-ct-btn-bordered-pink"] { background-color: transparent !important; color: #f44db4 !important; border: 2px solid #f44db4 !important; }

[class*="-ct-btn-iconOrange-bordered-white"] { background-color: transparent !important; color: #fff !important; border: 2px solid #fff !important; }

[class*="-ct-btn-iconPink-bordered-white"] { background-color: transparent !important; color: #fff !important; border: 2px solid #fff !important; }

.ct-single-comments { padding: 25px 0; }

.no-comments { text-align: right; text-transform: uppercase; letter-spacing: 1px; }

.comment-reply-title { font-size: 18px; color: #333; letter-spacing: 1px; }

.comment-form { padding: 8px 0; }

.comment-form .comment-notes { display: none; }

.comment-form p { padding: 30px 0; }

.comment-form .comment-form-comment { padding: 0; }

.comment-form label { font-family: "Dosis", sans-serif; font-weight: 800; width: 100%; height: 25px; clip: auto; color: #333; text-transform: lowercase; letter-spacing: 2px; }

.comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form .comment-form-url input { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; letter-spacing: 1px; margin-top: 28px; border-radius: 35px; outline: 0; border: 2px solid #e6e6e6; padding: 10px 20px; }

.comment-form textarea { margin-top: 28px; padding: 10px 20px; outline: 0; border: 2px solid #e6e6e6; border-radius: 5px; width: 88%; font-family: "Dosis", sans-serif; font-size: 14px; letter-spacing: 1px; }

.comment-form input:focus, .comment-form textarea:focus { border-color: #ff7f20; }

.comment-form .comment-form-author, .comment-form .comment-form-email { display: inline; }

.comment-form input#author, .comment-form input#e-mail { width: 42%; }

.comment-form input#url { width: 88%; }

.comment-form .comment-form-email { margin-left: 30px; }

.comment-form .form-submit { padding: 0; margin-top: 20px; }

.comment-form .form-submit .ct-button-outline:focus { border-color: #333 !important; }

.comment-form .form-submit #submit { padding-right: 55px; }

.comment-form .form-submit .submit:hover { background: #333; color: #fff; border: 2px solid #333; }

.ct-single-comments--title { font-size: 18px; text-transform: uppercase; color: #333; padding: 20px 0 10px 0; }

.ct-single-comments--avatar { padding: 0; }

.ct-single-comments--avatar img { width: 60px; height: auto; float: left; border-radius: 50%; }

.ct-single-comments--content { padding-bottom: 30px; -ms-word-wrap: break-word; word-wrap: break-word; }

.ct-single-comments .children { padding-left: 88px; }

.ct-single-comments .children .children { padding-left: 10px; }

.ct-single-comments--heading, .ct-single-comments--date { display: inline; }

.ct-single-comments--heading { font-family: "Dosis", sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 2px; color: #ff7f20; text-transform: capitalize; }

.ct-single-comments--heading a { font-family: "Dosis", sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 2px; color: #ff7f20; text-transform: capitalize; }

.ct-single-comments--inner-body { padding: 15px 12px; border: 2px solid #f2f2f2; border-radius: 5px; }

.ct-single-comments--inner-body p { padding-top: 10px; }

.ct-single-comments--inner-body:last-child { margin-bottom: 20px; }

.ct-single-comments .children .ct-single-comments--inner-body { background: #f2f2f2; }

.ct-single--comments { text-align: center; width: 90%; float: right; }

.ct-single--comments .prev.page-numbers { float: left; }

.ct-single--comments .next.page-numbers { float: right; }

.ct-blog-content--article--pagination { text-align: center; margin-top: 50px; clear: both; }

.ct-blog-content--article--pagination .ct-blog-content--article--pagination--title, .ct-blog-content--article--pagination a span { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #333; }

.ct-blog-content--article--pagination span { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: #ff7f20; }

.ct-comment-form { clear: both; }

@media only screen and (max-width: 1000px) { .ct-single-comments--content { padding-bottom: 30px; float: none; display: block; padding-top: 75px; }
  .ct-single--comments { width: 100%; } }

/** MENU **/
@media (max-width: 1204px) { .navbar-right .dropdown-submenu > .dropdown-menu { margin-right: 13px !important; }
  .navbar-nav li { margin-right: 10px !important; } }

@media (max-width: 1100px) { .ct-sticky-nav .navbar-brand img { top: -18px !important; } }

@media (max-width: 980px) { .navbar-brand img { height: 100px; object-fit: contain; } }

@media (max-width: 979px) { .ct-sticky-nav .navbar-brand img { top: -8px !important; }
  .navbar-nav li { margin-left: 0 !important; margin-right: 0 !important; } }

@media (max-width: 767px) { .ct-sticky-nav .navbar-brand img { top: -7px !important; }
  .ct-sticky-nav.ct-slideDown .navbar-nav > li.open > a { color: #ff7f20 !important; }
  nav.navbar.navbar-default.ct-sticky-nav.ct-slideDown { max-height: calc(100% - 200px); overflow-y: auto; }
  .ct-sticky-nav.ct-slideDown .navbar-right .dropdown-submenu > .dropdown-menu { margin-right: 0 !important; } }

@media (max-width: 476px) { .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items div { margin-right: 5px !important; }
  .ct-woocommerce-wishlist, .ct-woocommerce-cart { margin-left: 5px !important; } }

@media (max-width: 470px) { .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-social-icons li:last-child { margin-right: 15px !important; } }

/** HEADER **/
@media (max-width: 400px) { .ct-subheader { padding-top: 160px; } }

.ct-header-defaultstyle:after { background: #fff; }

@media (max-width: 750px) { .ct-header-defaultstyle.ct-subheader { padding-top: 155px; } }

@media (max-width: 620px) { .ct-header-defaultstyle.ct-subheader { padding-top: 170px; } }

/** FOOTER **/
.ct-footer-defaultstyle:before { background: #343434; }

/** PAGE **/
.ct-page a, .logged-in-as a { color: #ff7f20; font-weight: bold; }

.ct-page a:hover, .logged-in-as a:hover { color: #333; }

/** BUTTON **/
.ct-comment-form .comment-form .form-submit { position: relative; display: inline-block; }

.ct-comment-form .comment-form .form-submit .ct-button-icon { width: 36px; height: 36px; background: #ff7f20; color: #fff; padding: 10px 12px; border-radius: 50%; position: absolute; top: 5px; right: 6px; font-size: 15px; pointer-events: none; }

/** BLOG **/
.ct-blog .ct-blog-details .ct-post-author a:hover { color: #333; }

.ct-sidebar .ct-recentpost-widget .ct-post-title { margin-right: 25px; }

.sticky { position: relative; }

.sticky:after { content: '\f276'; font-family: 'FontAwesome'; font-size: 42px; position: absolute; top: 18px; left: 30px; color: #ff7f20; -ms-transform: rotate(35deg); -webkit-transform: rotate(35deg); transform: rotate(35deg); }

.widget #wp-calendar td a:hover { color: #777 !important; }

/** SIDEBAR **/
.ct-sidebar-widget #wp-calendar caption { font-family: "Dosis", sans-serif; font-weight: 800; color: #b2b2b2; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; }

.ct-sidebar-widget #wp-calendar #prev, .ct-sidebar-widget #wp-calendar #next { font-family: "Dosis", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }

.ct-sidebar-widget #wp-calendar #prev a:hover, .ct-sidebar-widget #wp-calendar #next a:hover { color: #777 !important; }

.ct-sidebar-widget .recentcomments .comment-author-link { font-weight: normal; }

.ct-sidebar-widget.widget_rss li { line-height: 1.375em !important; padding-top: 18px; padding-bottom: 18px; }

.ct-sidebar-widget.widget_rss li .rsswidget:hover { color: #ff7f20 !important; }

.ct-sidebar-widget.widget_rss .rssSummary { margin-bottom: 10px; }

.ct-sidebar-widget ul.product_list_widget li img { width: 60px !important; height: 60px; max-width: 100%; max-height: 100%; border-radius: 50%; object-fit: cover; float: left !important; margin-right: 12px; }

.ct-sidebar-widget .product_list_widget .product-title { text-transform: uppercase; line-height: 1.3em; color: #333; font-family: "Dosis", sans-serif; font-weight: 800; }

.ct-sidebar-widget .woocommerce-Price-amount.amount { font-family: "Chau Philomene One",sans-serif !important; font-size: 18px; color: #ff7f20 !important; }

.ct-sidebar-widget .woocommerce ul.product_list_widget li .star-rating { margin: 2px 0 6px !important; }

.ct-sidebar-widget .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #fff; margin-bottom: 0 !important; }

.ct-sidebar-widget .widget_price_filter .ui-slider .ui-slider-range { background-color: #ffa765; }

.ct-sidebar-widget .widget_price_filter .ui-slider .ui-slider-handle { background-color: #ff7f20; }

.ct-sidebar-widget .widget_price_filter .price_slider_amount { text-align: center; }

.ct-sidebar-widget .price_slider_wrapper .price_slider_amount .button { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); padding: 8px 20px !important; float: none; }

.ct-sidebar-widget .price_slider_wrapper .price_slider_amount .button:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.ct-sidebar-widget .price_slider_wrapper .price_slider_amount .button:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-sidebar-widget .price_slider_wrapper .price_label { font-size: 14px; color: #666; }

/** TOP FOOTER  **/
.ct-top-footer.widget select { margin-top: 12px !important; }

.ct-top-footer table thead, .ct-top-footer table tfoot { background: #f5f5f5; }

.ct-top-footer table thead tr th, .ct-top-footer table tfoot tr th, .ct-top-footer table tbody tr td, .ct-top-footer table tr td, .ct-top-footer table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }

.ct-top-footer table thead tr th, .ct-top-footer table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

.ct-top-footer table thead tr th:first-child, .ct-top-footer table tfoot tr td:first-child { border-left: none; }

.ct-top-footer table thead tr th:last-child, .ct-top-footer table tfoot tr td:last-child { border-right: none; }

.ct-top-footer table tbody tr.even, .ct-top-footer table tbody tr.alt { background: #f9f9f9; }

.ct-top-footer table tbody tr:nth-child(even) { background: #f9f9f9; }

.ct-top-footer table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

.ct-top-footer table th { padding: 5px 10px; }

.ct-top-footer .ct-footer-widget ul li { line-height: 40px !important; }

.ct-top-footer .ct-footer-widget .children, .ct-top-footer .ct-footer-widget .sub-menu { margin-left: 15px !important; }

.ct-top-footer .ct-footer-widget .recentcomments .comment-author-link { font-weight: normal; }

.ct-top-footer .ct-footer-widget #wp-calendar caption { font-family: "Dosis", sans-serif; font-weight: 800; color: #b2b2b2; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; }

.ct-top-footer .ct-footer-widget #wp-calendar #prev, .ct-top-footer .ct-footer-widget #wp-calendar #next { font-family: "Dosis", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }

.ct-top-footer .ct-footer-widget #wp-calendar #prev a:hover, .ct-top-footer .ct-footer-widget #wp-calendar #next a:hover { color: #777 !important; }

.ct-top-footer .ct-footer-widget.widget_rss li { line-height: 1.125em !important; padding-top: 18px; padding-bottom: 18px; }

.ct-top-footer .ct-footer-widget.widget_rss li .rsswidget:hover { color: #ff7f20 !important; }

.ct-top-footer .ct-footer-widget.widget_rss .rss-date { letter-spacing: 0 !important; }

.ct-top-footer .ct-footer-widget.widget_rss .rssSummary { margin-bottom: 10px; }

.ct-top-footer .ct-footer-widget.widget_rss cite { letter-spacing: 0 !important; }

.ct-top-footer .ct-footer-widget .textwidget { line-height: 1.7em !important; text-transform: none; font-family: "Open Sans", sans-serif !important; font-weight: normal !important; }

.ct-top-footer .ct-footer-widget .tagcloud a { text-transform: none; font-family: "Open Sans", sans-serif !important; font-weight: normal !important; }

.ct-top-footer .ct-footer-widget.widget_nav_menu li { line-height: 40px !important; }

/** BOTTOM FOOTER **/
.ct-bottom-footer table thead, .ct-bottom-footer table tfoot { background: #f5f5f5; }

.ct-bottom-footer table thead tr th, .ct-bottom-footer table tfoot tr th, .ct-bottom-footer table tbody tr td, .ct-bottom-footer table tr td, .ct-bottom-footer table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }

.ct-bottom-footer table thead tr th, .ct-bottom-footer table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

.ct-bottom-footer table thead tr th:first-child, .ct-bottom-footer table tfoot tr td:first-child { border-left: none; }

.ct-bottom-footer table thead tr th:last-child, .ct-bottom-footer table tfoot tr td:last-child { border-right: none; }

.ct-bottom-footer table tbody tr.even, .ct-bottom-footer table tbody tr.alt { background: #f9f9f9; }

.ct-bottom-footer table tbody tr:nth-child(even) { background: #f9f9f9; }

.ct-bottom-footer table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

.ct-bottom-footer table th { padding: 5px 10px; }

.ct-bottom-footer .ct-site-info a:hover { color: #777 !important; }

.ct-bottom-footer .ct-footerBottom-widget { margin-bottom: 50px !important; }

.ct-bottom-footer .ct-footerBottom-widget:last-child { margin-bottom: 0 !important; }

.ct-bottom-footer .ct-footerBottom-widget h4 { margin-top: 10px !important; letter-spacing: 3px; }

.ct-bottom-footer .ct-footerBottom-widget .widget-title { color: #b2b2b2; }

.ct-bottom-footer .ct-footerBottom-widget ul li { color: #fff; line-height: 24px !important; }

.ct-bottom-footer .ct-footerBottom-widget .children, .ct-bottom-footer .ct-footerBottom-widget .sub-menu { margin-left: 10px !important; }

.ct-bottom-footer .ct-footerBottom-widget #wp-calendar caption { font-family: "Dosis", sans-serif; font-weight: 800; color: #b2b2b2; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; }

.ct-bottom-footer .ct-footerBottom-widget #wp-calendar #prev, .ct-bottom-footer .ct-footerBottom-widget #wp-calendar #next { font-family: "Dosis", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }

.ct-bottom-footer .ct-footerBottom-widget #wp-calendar #prev a:hover, .ct-bottom-footer .ct-footerBottom-widget #wp-calendar #next a:hover { color: #777 !important; }

.ct-bottom-footer .ct-footerBottom-widget.widget_rss li { margin-bottom: 30px; }

.ct-bottom-footer .ct-footerBottom-widget.widget_rss .rss-date { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 10px !important; }

.ct-bottom-footer .ct-footerBottom-widget.widget_rss .rssSummary { font-size: 10px !important; margin-bottom: 10px; }

.ct-bottom-footer .ct-footerBottom-widget.widget_rss cite { font-size: 10px !important; }

.ct-bottom-footer .ct-footerBottom-widget .textwidget { font-size: 10px !important; line-height: 1.7em; color: #fff; }

.ct-bottom-footer .ct-footerBottom-widget .tagcloud a { font-size: 10px !important; color: #808080 !important; }

.ct-bottom-footer .ct-footerBottom-widget .tagcloud a:hover { color: #fff !important; }

/** TESTIMONIALS **/
@media (max-width: 1204px) { .ct-testimonials-justSlider2 .ct-testimonial { width: 570px !important; } }

@media (max-width: 1199px) { .ct-testimonial-thumbnailItem { padding: 0 0 0 30px !important; }
  .ct-testimonial-withAuthorSlider .ct-outer-tri { left: 38% !important; } }

@media (max-width: 991px) { .ct-testimonials-justSlider .ct-author-desc { margin: 0 auto; } }

@media (max-width: 980px) { .ct-testimonial-withAuthorSlider .ct-outer-tri { left: 46% !important; } }

@media (max-width: 767px) { .ct-testimonials-justSlider2 .ct-testimonial { width: 430px !important; } }

@media (max-width: 600px) { .ct-testimonials-justSlider2 .ct-testimonial { width: 500px !important; } }

@media (max-width: 480px) { .ct-testimonials-justSlider2 .ct-testimonial { width: 320px !important; } }

/** SHOP SIDEBAR **/
.ct-shop-widget { margin-top: 0; padding: 30px; background: #f2f2f2; margin-bottom: 2px !important; }

.ct-shop-widget table thead, .ct-shop-widget table tfoot { background: #f5f5f5; }

.ct-shop-widget table thead tr th, .ct-shop-widget table tfoot tr th, .ct-shop-widget table tbody tr td, .ct-shop-widget table tr td, .ct-shop-widget table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }

.ct-shop-widget table thead tr th, .ct-shop-widget table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

.ct-shop-widget table thead tr th:first-child, .ct-shop-widget table tfoot tr td:first-child { border-left: none; }

.ct-shop-widget table thead tr th:last-child, .ct-shop-widget table tfoot tr td:last-child { border-right: none; }

.ct-shop-widget table tbody tr.even, .ct-shop-widget table tbody tr.alt { background: #f9f9f9; }

.ct-shop-widget table tbody tr:nth-child(even) { background: #f9f9f9; }

.ct-shop-widget table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

.ct-shop-widget table th { padding: 5px 10px; }

.ct-shop-widget:first-child { border-top-left-radius: 35px; border-top-right-radius: 35px; }

.ct-shop-widget:last-child { border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; }

.ct-shop-widget .widget-title.ct-sidebar-widget-title { margin-bottom: 28px; }

.ct-shop-widget .widget_nav_menu li { line-height: 1.3em !important; }

.ct-shop-widget ul ul { margin: 0 !important; padding: 0 !important; }

.ct-shop-widget ul { margin: -10px 0 0; padding: 0; }

.ct-shop-widget ul .sub-menu li { margin-left: 10px !important; }

.ct-shop-widget ul .sub-menu li:before { content: none !important; }

.ct-shop-widget ul li { list-style-type: none; text-transform: capitalize !important; color: #808080; padding: 5px 0 0; font-family: "Open Sans", sans-serif !important; font-weight: normal !important; font-size: 14px !important; letter-spacing: 0 !important; line-height: 30px !important; margin-left: 18px; position: relative; }

.ct-shop-widget ul li.current-cat { color: #ff7f20; }

.ct-shop-widget ul li:before { font-family: FontAwesome; content: '\f0da'; margin-right: 10px; color: #ff7f20; position: absolute; left: -14px; }

.ct-shop-widget ul li a { font-weight: normal !important; color: #808080 !important; }

.ct-shop-widget ul li a:hover { color: #ff7f20 !important; }

.ct-shop-widget ul .children li:before { content: none; }

.ct-shop-widget .search-form .search-field::-webkit-input-placeholder { /* Chrome */ color: #B3B3B3; }

.ct-shop-widget .search-form .search-field:-ms-input-placeholder { /* IE 10+ */ color: #B3B3B3; }

.ct-shop-widget .search-form .search-field::-moz-placeholder { /* Firefox 19+ */ color: #B3B3B3; opacity: 1; }

.ct-shop-widget .search-form .search-field:-moz-placeholder { /* Firefox 4 - 18 */ color: #B3B3B3; opacity: 1; }

.ct-shop-widget .tag-cloud-link { background: #fff; border-radius: 35px; padding: 0 10px; font-size: 12px !important; margin-bottom: 10px; display: inline-block; font-weight: normal; color: #808080; }

.ct-shop-widget.widget_calendar { margin-bottom: 5px !important; }

.ct-shop-widget #wp-calendar { position: relative; left: -16px; }

.ct-shop-widget #wp-calendar caption { font-family: "Dosis", sans-serif; font-weight: 800; color: #b2b2b2; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; }

.ct-shop-widget #wp-calendar #prev, .ct-shop-widget #wp-calendar #next { font-family: "Dosis", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }

.ct-shop-widget #wp-calendar #prev a:hover, .ct-shop-widget #wp-calendar #next a:hover { color: #777 !important; }

.ct-shop-widget #recentcomments li { padding-top: 10px !important; padding-bottom: 10px !important; }

.ct-shop-widget #recentcomments .comment-author-link a { font-weight: bold !important; }

.ct-shop-widget.widget_rss h4 .rsswidget { color: #333 !important; line-height: 1.3em; font-family: "Chau Philomene One", sans-serif; font-weight: normal !important; }

.ct-shop-widget.widget_rss h4 .rsswidget img { border-radius: 0 !important; }

.ct-shop-widget.widget_rss li { margin-bottom: 30px; line-height: 1.3em !important; }

.ct-shop-widget.widget_rss li a { font-weight: bold !important; }

.ct-shop-widget.widget_rss li .rsswidget:hover { color: #ff7f20 !important; }

.ct-shop-widget.widget_rss .rss-date, .ct-shop-widget.widget_rss cite { letter-spacing: 0 !important; margin-top: 5px !important; }

.ct-shop-widget.widget_rss .rssSummary { margin-bottom: 10px; }

.ct-shop-widget ul.product_list_widget li img { width: 60px !important; height: 60px; max-width: 100%; max-height: 100%; border-radius: 50%; object-fit: cover; float: left !important; margin: 0 12px 0 0 !important; }

.ct-shop-widget .product_list_widget .product-title { text-transform: uppercase; line-height: 1.3em; color: #333; font-family: "Dosis", sans-serif; font-weight: 800; }

.ct-shop-widget .woocommerce-Price-amount.amount { font-family: "Chau Philomene One",sans-serif !important; font-size: 18px; color: #ff7f20 !important; }

.ct-shop-widget .woocommerce ul.product_list_widget li .star-rating { margin: 2px 0 6px !important; }

.ct-shop-widget .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #fff; margin-bottom: 0 !important; }

.ct-shop-widget .widget_price_filter .ui-slider .ui-slider-range { background-color: #ffa765; }

.ct-shop-widget .widget_price_filter .ui-slider .ui-slider-handle { background-color: #ff7f20; }

.ct-shop-widget .widget_price_filter .price_slider_amount { text-align: center; }

.ct-shop-widget .price_slider_wrapper .price_slider_amount .button { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); padding: 8px 20px !important; float: none; }

.ct-shop-widget .price_slider_wrapper .price_slider_amount .button:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.ct-shop-widget .price_slider_wrapper .price_slider_amount .button:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-shop-widget .price_slider_wrapper .price_label { font-size: 14px; color: #666; }

.ct-shop-widget.widget_recent_entries li { line-height: 1.125em !important; padding-top: 10px !important; padding-bottom: 10px !important; }

.ct-shop-widget .ct-recentpost-widget li { font-family: "Dosis", sans-serif !important; font-weight: 800 !important; margin-left: 0 !important; color: #b2b2b2 !important; }

.ct-shop-widget .ct-recentpost-widget li a { font-weight: 800 !important; }

.ct-shop-widget .ct-recentpost-widget li .ct-post-title a { color: #333 !important; }

.ct-shop-widget #ct-recent-comments li { font-family: "Dosis", sans-serif !important; font-weight: 800 !important; margin-left: 0 !important; color: #b2b2b2 !important; }

.ct-shop-widget #ct-recent-comments li a { font-weight: 800 !important; }

.ct-shop-widget #ct-recent-comments li .ct-post-title a { color: #333 !important; }

.ct-shop-widget #ct-recent-comments li:before { content: none !important; }

.button_sg { margin: 0 4px !important; }

.woocommerce-cart-form__cart-item .product-quantity .quantity { padding: 12px 2px; }

.woocommerce .product .summary .cart .quantity { padding: 9px 2px; }

.woocommerce table.shop_attributes th { width: 175px !important; }

.ct-recentpost-widget li a:before { content: none !important; }

#recentcomments li { line-height: 1.125em !important; padding-top: 18px; padding-bottom: 18px; }

.ct-blog-category { margin-bottom: 14px; }

.ct-u-margin-bottom-45 { margin-bottom: 45px; }

.ct-sidebar .ct-sidebar-widget .search-form { margin-bottom: 46px; }

.ct-sidebar ul.ct-recentpost-widget { margin-bottom: 0 !important; margin-top: 10px; }

.ct-sidebar .tagcloud { margin-bottom: 36px; }

.ct-sidebar .rsswidget { color: #808080 !important; }

.ct-sidebar .children li { padding-bottom: 0; border-bottom: none !important; padding-top: 28px !important; }

/** RECENT COMMENTS **/
#ct-recent-comments li { border-bottom: none !important; display: table; }

#ct-recent-comments li a:before { content: none !important; }

#ct-recent-comments .ct-recent-comments--image { width: 60px; height: 60px; margin-right: 12px; display: block; vertical-align: top; }

#ct-recent-comments .ct-recent-comments--image img { border-radius: 50%; object-fit: cover; max-width: 100%; width: 60px; height: 60px; }

#ct-recent-comments .ct-post-title, #ct-recent-comments .comment-author-link { text-transform: capitalize; font-size: 14px; line-height: 18px; letter-spacing: 1px; -ms-word-wrap: break-word; word-wrap: break-word; }

#ct-recent-comments .ct-post-title { color: #333; margin-bottom: 0 !important; }

#ct-recent-comments .comment-author-link { color: #ff7f20; margin-bottom: 0 !important; }

#ct-recent-comments .ct-recent-comments--details { display: table-cell; vertical-align: middle; }

/** woocommerce **/
.ct-shop-widget.widget_top_rated_products .product_list_widget li > a { line-height: 1em; }

.ct-shop-widget .yith-wcan-label { margin: 0 !important; padding: 0 !important; }

.ct-shop-widget .yith-wcan-label li { padding: 0 !important; margin: 0 !important; }

.ct-shop-widget .yith-wcan-label li:before { content: none !important; }

.ct-shop-widget .yith-wcan-label li a { background-color: transparent; border-radius: 8px !important; border: 2px solid #dedede !important; font-family: 'Dosis', sans-serif; font-weight: 800 !important; letter-spacing: 0; padding: 4px 2px 0 4px; color: #b2b2b2 !important; width: 42px; height: 40px; text-align: center; line-height: 34px; }

.ct-shop-widget .yith-wcan-label li a:hover { color: #ff7f20 !important; border: 2px solid #ff7f20 !important; border-radius: 8px !important; background-color: transparent !important; }

.ct-shop-widget .yit-wcan-select-open { border-radius: 35px; border: 2px solid #838383; padding: 10px 20px; font-family: "Dosis", sans-serif; font-weight: 800; letter-spacing: 3px; }

.ct-shop-widget .yit-wcan-select-open::-webkit-input-placeholder { /* Chrome */ color: #B3B3B3; }

.ct-shop-widget .yit-wcan-select-open:-ms-input-placeholder { /* IE 10+ */ color: #B3B3B3; }

.ct-shop-widget .yit-wcan-select-open::-moz-placeholder { /* Firefox 19+ */ color: #B3B3B3; opacity: 1; }

.ct-shop-widget .yit-wcan-select-open:-moz-placeholder { /* Firefox 4 - 18 */ color: #B3B3B3; opacity: 1; }

.ct-shop-widget .yith-wcan-select-wrapper .yith-wcan-select { padding: 10px 20px; margin: 0 !important; }

.ct-shop-widget .yith-wcan-select-wrapper .yith-wcan-select li { margin: 0 !important; }

.ct-shop-widget .yith-wcan-select-wrapper .yith-wcan-select li:before { content: none !important; }

.ct-shop-widget .yith-wcan-select-wrapper .yith-wcan-select li.chosen a { background-position-x: 100% !important; background-position-y: 50% !important; }

.ct-shop-widget .yith-wcan-color li { padding: 0 !important; margin: 0 !important; }

.ct-shop-widget .yith-wcan-color li:before { content: none !important; }

.ct-shop-widget .yith-wcan-color li a { margin: 3px !important; }

.widget img, .widget .wp-caption { border-radius: 35px; margin: 5px 0 !important; }

.post-edit-link, .vc_inline-link { font-weight: normal !important; }

pre, code { display: block; white-space: pre-line; color: #666; background: #f4f4f4; font-family: Courier,sans-serif; margin: 24px 0; padding: 6px 8px; border: 1px solid #ddd; border-radius: 3px; }

.gallery img, .ct-blog-content--article img { border-radius: 35px; }

.ct-sidebar .tagcloud { margin-top: 22px; }

.ct-blog-gallery .gallery-item { padding-top: 0 !important; padding-bottom: 0 !important; }

.ct-sidebar .instalink { padding-top: 4px !important; margin-bottom: 45px !important; }

.ct-u-margin-bottom-55 { margin-bottom: 55px; }

.instalink-panel-subscribe { color: #fff !important; }

.ct-page-default > .cart-empty { margin: 0 0 40px !important; color: #333 !important; line-height: 1.375em !important; text-transform: uppercase !important; font-family: 'Chau Philomene One', sans-serif !important; font-size: 24px !important; }

footer.ct-footer { position: relative; }

footer.ct-footer .ct-bottom-footer { background: #1a1a1a; padding: 30px 0 10px 0; }

footer.ct-footer .ct-bottom-footer .ct-site-info { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 10px; letter-spacing: 2px; color: #fff !important; }

footer.ct-footer .ct-bottom-footer .ct-site-info p { margin: 2px 0 10px; }

footer.ct-footer .ct-bottom-footer .ct-footer-menu .footer-nav { margin: 0; padding: 0; }

footer.ct-footer .ct-bottom-footer .ct-footer-menu .footer-nav li { display: inline-block; list-style-type: none; font-family: "Dosis", sans-serif; font-weight: 800; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding-right: 60px; }

footer.ct-footer .ct-bottom-footer .ct-footer-menu .footer-nav li:last-child { padding-right: 0; }

footer.ct-footer .ct-top-footer { font-family: "Dosis", sans-serif; font-weight: 800; text-transform: uppercase; background: #343434; }

footer.ct-footer .ct-top-footer .ct-footer-title { letter-spacing: 2px; color: #fff; }

footer.ct-footer .ct-top-footer ul { margin: 0; padding: 0; }

footer.ct-footer .ct-top-footer ul li { list-style-type: none; }

footer.ct-footer .ct-top-footer .ct-tp-col1 .ct-footer-info li { display: table; margin: 18px 0; }

footer.ct-footer .ct-top-footer .ct-tp-col1 .ct-footer-info li p { display: table-cell; font-family: "Dosis", sans-serif; font-weight: normal; font-size: 18px; text-transform: none; padding: 0 20px 0 0 !important; margin: 18px 0; }

footer.ct-footer .ct-top-footer .ct-tp-col1 .ct-footer-info li i { display: table-cell; color: #ff7f20; font-size: 18px; padding-right: 10px; }

footer.ct-footer .ct-top-footer .ct-tp-col1 .footer-logo { display: block; margin: 20px 0; }

footer.ct-footer .ct-top-footer .ct-tp-col1 .footer-logo img { object-fit: cover; max-width: 100%; max-height: 100%; }

footer.ct-footer .ct-top-footer .ct-tp-col4 h4 { margin-bottom: 18px; }

.ct-tp-col4 .ct-social-icons, .ct-tp-col3 .ct-social-icons, .ct-tp-col2 .ct-social-icons, .ct-tp-col1 .ct-social-icons { margin: 0; padding: 0; }

.ct-tp-col4 .ct-social-icons li, .ct-tp-col3 .ct-social-icons li, .ct-tp-col2 .ct-social-icons li, .ct-tp-col1 .ct-social-icons li { display: inline; font-size: 20px; padding-right: 20px; }

.ct-tp-col4 .ct-social-icons li:last-child, .ct-tp-col3 .ct-social-icons li:last-child, .ct-tp-col2 .ct-social-icons li:last-child, .ct-tp-col1 .ct-social-icons li:last-child { padding-right: 0; }

.ct-footerBottom-widget .widget-title { color: #fff; font-family: "Dosis", sans-serif !important; font-weight: 800 !important; font-size: 10px !important; letter-spacing: 2px !important; }

.ct-footerBottom-widget ul { margin: 0; padding: 0; }

.ct-footerBottom-widget ul li { font-size: 10px !important; letter-spacing: 2px !important; padding: 0; }

.ct-footerBottom-widget ul li a:hover { color: #ff7f20 !important; }

.ct-footerBottom-widget ul ul { margin: 0 !important; padding: 0 !important; }

.ct-footerBottom-widget .menu { margin: 0; padding: 0; }

.ct-footerBottom-widget .menu li { display: inline-block; list-style-type: none; font-family: "Dosis", sans-serif; font-weight: 800 !important; font-size: 10px !important; letter-spacing: 2px !important; text-transform: uppercase; padding-right: 60px; }

.ct-footerBottom-widget .menu li:last-child { padding-right: 0; }

.ct-footerBottom-widget.ct-footer-widget { margin: 0; }

@media (min-width: 1200px) { footer .container { width: 1170px; } }

@media (max-width: 1200px) { input.ct-newsletter-footer-btn { top: 83px !important; } }

@media (max-width: 991px) { input.ct-newsletter-footer-btn { top: 49px !important; }
  footer.ct-footer .ct-bottom-footer * { text-align: center; }
  footer.ct-footer .ct-footerBottom-leftMobile * { text-align: left; } }

@media (max-width: 457px) { input.ct-newsletter-footer-btn { top: 72px !important; }
  footer.ct-footer .ct-bottom-footer .ct-footer-menu .footer-nav li { display: block; padding-right: 0; } }

/* Top Bar */
.ct-top-info--none { display: none; }

.ct-page-wrapper { position: relative; left: 0; width: 100%; overflow: hidden; }

.ct-page-wrapper .ct-top-menu { position: absolute; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: 1232px; z-index: 999; }

.ct-page-wrapper .ct-top-menu .ct-topbar { font-size: 12px; background: #fff !important; color: #333 !important; text-transform: uppercase; padding: 8px 30px; margin-top: 56px; display: table; width: 100%; border-radius: 35px; }

.ct-page-wrapper .ct-top-menu .ct-topbar-default { background: transparent !important; color: #fff !important; }

.ct-page-wrapper .ct-top-menu .ct-topbar-default .wishlist_products_counter:before { color: #fff; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info { display: table-cell; float: left; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-social-icons { font-size: 14px; float: left; margin: 0; padding: 0; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-social-icons li { list-style-type: none; display: inline; margin-right: 10px; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-social-icons li:last-child { margin-right: 28px; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact { font-size: 14px; float: left; margin: 0 28px 0 0; padding: 0; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact > span { font-size: 12px; margin-left: 5px; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact .ct-topbar-number { font-size: 12px; margin-left: 0; font-weight: 700; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items { display: table-cell; font-size: 14px; margin-right: 18px; float: right; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items div { display: inline; margin-right: 25px; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items div:last-child { margin-right: 0; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-wishlist, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-cart { position: relative; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-login > span, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-cart > span, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-login a, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-wishlist a, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-wishlist span { font-size: 12px; margin-left: 5px; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-circle-counter { position: absolute; top: -24px; right: -18px; width: 25px; height: 25px; border-radius: 50%; color: #fff; float: right; padding: 0.6em 0; line-height: 1em; background: #ff7f20; text-align: center; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-wishlist a { font-size: 12px; margin-right: 5px; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-cart a { font-size: 12px; margin-right: 5px; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-cart:hover .ct-mini-cart { display: block; }

.ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-cart .ct-mini-cart { display: none; position: absolute; top: -2px; right: -20px; width: 372px; padding: 30px; z-index: 1; background: #fff; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; border-radius: 35px; }

/* Navbar */
.navbar-default.ct-menu-white li > a { text-transform: uppercase; color: #fff !important; }

.navbar-default.ct-menu-white .dropdown .active > a { background-color: transparent; color: #ff7f20 !important; }

.navbar-default.ct-menu-white .dropdown .active > a:after { border-left-color: #ff7f20 !important; }

@media screen and (min-width: 768px) { .navbar-default .navbar-left, .navbar-default .navbar-right { max-width: 40%; } }

.navbar.navbar-default.ct-menu.ct-menu-white .navbar-header a.navbar-brand h3 { color: #333; }

.dropdown .active .dropdown-submenu > a:after { border-left-color: #ff7f20 !important; }

.navbar-default { background-color: transparent; border-color: transparent; position: relative; margin-top: 30px; }

.navbar-default .navbar-brand { position: absolute; top: -118px; left: 50%; transform: translateX(-50%); }

.navbar-default .navbar-brand .ct-logo__Mobile { display: none; }

.navbar-default .navbar-brand h3 { margin-top: 35px; color: #333; }

.navbar-default .navbar-nav > li > a { text-transform: uppercase; color: #333; }

.navbar-default .navbar-nav > .active > a { background: transparent; color: #333; }

.navbar-default .dropdown .active > a { background-color: transparent; color: #ff7f20 !important; }

.navbar-default .dropdown .active > a:after { border-left-color: #ff7f20 !important; }

.navbar-nav li { font-family: "Dosis", sans-serif; font-weight: 700; margin-right: 25px; padding: 0; }

.nav > li > a::after { content: ""; display: block; margin: auto; height: 1px; width: 0; top: 5px; background: transparent; transition: all 0.3s; }

.nav .open > a { background-color: transparent; border-color: transparent; }

.nav .open > a:hover, .nav .open > a:focus { background-color: transparent; border-color: transparent; }

.navbar-default .navbar-nav > li > a:hover { color: #ff7f20 !important; }

.navbar-default .navbar-nav > .active > a { background: transparent; }

.navbar-default .navbar-nav > .active > a:hover { color: #ff7f20 !important; background: transparent; }

.nav > li > a:hover::after, .nav > .active > a::after { width: 100%; background: #fff; }

.navbar-collapse ul { margin: 0; }

.ct-sticky-nav { position: fixed; width: 100%; background-color: #fff; color: #333 !important; border-radius: 0px; padding: 5px; margin-top: 0px; top: -90px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74); -moz-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74); /* Firefox 4 */ -webkit-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74); /* Safari and Chrome */ -o-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74); /* Opera */ -ms-transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74); /* Explorer 10 */ -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important; -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important; }

.ct-sticky-nav.ct-slideDown { top: 0; }

.ct-sticky-nav .navbar-brand { position: absolute; top: 5px; left: 50%; }

.ct-sticky-nav .navbar-brand h3 { margin-top: 0 !important; color: #333 !important; position: relative; top: -6px; }

.ct-sticky-nav.ct-slideDown .navbar-nav > li > a { color: #333 !important; }

.ct-sticky-nav.ct-slideDown .navbar-nav > li > a:hover { color: #ff7f20 !important; }

.ct-sticky-nav .navbar-brand img { width: 48px; height: 48px; max-width: 100%; padding: 0; position: relative; top: -14px; margin-left: 0; }

.ct-sticky-nav .navbar-brand img.ct-logo__Mobile { display: block; }

.ct-sticky-nav .navbar-brand img.ct-logo__Main { display: none; }

.ct-sticky-nav .dropdown-menu { padding-top: 0; padding-bottom: 0; }

.ct-sticky-nav .navbar-collapse { width: 1232px; max-width: 100%; margin: 7px auto; }

.ct-sticky-nav li.active a:after { width: 100%; background: #333; }

.admin-bar { margin-top: 32px; }

.admin-bar .ct-sticky-nav.ct-slideDown { top: 32px; }

@media screen and (max-width: 782px) { .admin-bar .ct-top-menu { top: 14px; }
  .admin-bar .ct-sticky-nav.ct-slideDown { top: 46px; } }

@media screen and (max-width: 600px) { .admin-bar .ct-top-menu { top: 46px; }
  .admin-bar .ct-sticky-nav.ct-slideDown { top: 46px; } }

@media screen and (max-width: 600px) { .admin-bar { margin-top: 0 !important; }
  .admin-bar .ct-sticky-nav.ct-slideDown { top: 0; } }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: transparent; color: #ff7f20 !important; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: transparent; border-color: transparent; }

/**
 * DROPDOWN
 * --------------------
**/
.dropdown-menu { background-color: #333 !important; left: -20px; margin-top: 0; border-top-right-radius: 5px !important; border-top-left-radius: 5px !important; min-width: 200px; }

.dropdown:hover:after { content: ""; height: 0; width: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #333; position: absolute; bottom: -1px; left: 0; right: 0; margin: 0 auto; }

.dropdown-menu > li > a { text-transform: uppercase; margin: 5px; color: #fff; padding: 10px 30px 10px 30px; font-family: "Dosis", sans-serif; font-weight: 700; white-space: -moz-pre-wrap; /* Mozilla */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 */ word-wrap: break-word; /* IE */ }

.dropdown-menu .dropdown-menu:after { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #333; position: absolute; top: 20px; left: -6px; }

.dropdown-menu li > a:hover { background: transparent; color: #ff7f20 !important; }

.dropdown-menu li > a:focus { background: transparent; color: #ff7f20 !important; }

.dropdown-menu .active > a { background-color: transparent; color: #ff7f20 !important; }

.dropdown-menu .active > a:hover { background: transparent; color: #ff7f20 !important; }

.dropdown-menu .active > a:focus { background-color: transparent; color: #ff7f20 !important; }

.dropdown-menu .dropdown ul ul { top: 100% !important; left: 20% !important; }

.dropdown-menu .dropdown ul .dropdown-menu:after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #333; position: absolute; top: 26%; left: -20px !important; }

.ct-sticky-nav.ct-slideDown .dropdown-menu .dropdown ul .dropdown-menu:after { top: 20%; }

.navbar-left .dropdown-submenu, .navbar-right .dropdown-submenu { position: relative; margin-right: 0 !important; }

.navbar-left .dropdown-submenu > .dropdown-menu, .navbar-right .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: 2px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }

.navbar-left .dropdown-submenu > a:after, .navbar-right .dropdown-submenu > a:after { content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }

.navbar-left .dropdown-submenu > a:hover:after, .navbar-right .dropdown-submenu > a:hover:after { border-left-color: #ff7f20 !important; }

.navbar-left .dropdown-submenu:hover > a:after, .navbar-right .dropdown-submenu:hover > a:after { border-left-color: #fff; }

.navbar-left .dropdown-submenu.pull-left, .navbar-right .dropdown-submenu.pull-left { float: none; }

.navbar-left .dropdown-submenu.pull-left > .dropdown-menu, .navbar-right .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }

.dropdown ul ul ul ul ul li a:after { display: none; }

/* Header */
.ct-header { width: 100%; background: center no-repeat; padding-top: 260px; background-size: cover; position: relative; }

.ct-header .inner { margin-top: -18px; }

.ct-header--default { margin: 50px 0 0; }

.ct-header-title { color: #ffffff; font-size: 36px; font-weight: 400; line-height: 1em; text-align: center; text-transform: uppercase; padding-top: 10px; -ms-word-wrap: break-word; word-wrap: break-word; }

.ct-header-title--default { font-size: 36px; font-weight: 400; line-height: 1em; text-align: center; text-transform: uppercase; padding-top: 10px; color: #333; }

.ct-header-subtitle { color: #ffffff; font-size: 14px; font-weight: 700; line-height: 12px; text-align: center; letter-spacing: 2px; font-family: "Dosis", sans-serif; }

.ct-header-subtitle--default { color: #333; font-size: 15px; font-weight: 400; line-height: 12px; text-align: center; letter-spacing: 4px; }

.ct-dividerImage { background-repeat: no-repeat; background-size: 100%; width: 148px; max-width: 100%; height: 14px; margin: 12px auto; }

.ct-dividerImage2 { background-repeat: no-repeat; background-size: 100%; width: 106px; max-width: 100%; height: 16px; margin: 12px auto; }

@media only screen and (min-width: 768px) and (max-width: 1600px) { .navbar-right li { margin-right: 0; }
  .navbar-right .dropdown-submenu > .dropdown-menu { top: 0; left: auto; right: 100%; margin-right: 5px !important; }
  .navbar-right .dropdown-submenu > .dropdown-menu:before { border-left: 6px solid #333 !important; right: -6px !important; }
  .navbar-right .dropdown-submenu > a:after { float: left !important; border-top: 5px solid transparent !important; border-bottom: 5px solid transparent !important; border-right: 5px solid #ccc !important; border-left-color: transparent !important; margin-left: -10px !important; }
  .navbar-right .dropdown-submenu > a:hover:after { border-right-color: #ff7f20 !important; border-left-color: transparent !important; }
  .navbar-right .dropdown-submenu:hover > a:after { border-left-color: transparent !important; }
  .navbar-right .dropdown-menu > li > a { text-align: right; }
  .navbar-right .dropdown-menu .dropdown-menu:after { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #333; position: absolute; top: 20px; left: 100% !important; }
  .navbar-right .dropdown ul ul ul { top: 100% !important; left: auto !important; right: 20% !important; }
  .navbar-right .dropdown ul ul .dropdown-menu:after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #333; position: absolute; top: 26%; left: auto !important; right: -20px; }
  .navbar-left .dropdown ul ul ul { top: 100% !important; left: 20% !important; }
  .navbar-left .dropdown ul ul .dropdown-menu:after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #333; position: absolute; top: 26%; left: -20px !important; } }

@media (max-width: 1204px) { .ct-subheader { padding-top: 200px; min-height: 350px !important; height: 350px !important; }
  .ct-header-title { text-transform: uppercase; padding-top: 0px; }
  .navbar-nav li { margin-left: 8px; } }

@media only screen and (min-width: 980px) and (max-width: 1100px) { .navbar-nav li { margin-right: 0; }
  .nav > li > a { padding: 10px; }
  .ct-sticky-nav img { width: 38px; height: 38px; } }

@media only screen and (min-width: 890px) and (max-width: 978px) { .navbar-nav li { margin-right: 0; }
  .nav > li > a { padding: 8px; }
  .ct-navCaret { top: 15px !important; }
  .ct-sticky-nav .navbar-brand img { width: 36px; height: 36px; } }

@media only screen and (min-width: 768px) and (max-width: 977px) { .navbar-default .navbar-nav > li, .dropdown-menu > li > a { font-size: 12px; } }

.ct-topbar { height: 40px; }

@media (max-width: 980px) { .ct-topbar { margin-top: 0 !important; border-radius: 0 !important; }
  .ct-empty { display: none !important; }
  .navbar-default .navbar-brand { top: -35px; }
  .navbar-brand img { width: 100px; }
  .ct-sticky-nav .navbar-brand { top: 0 !important; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-circle-counter { top: -2px; right: -29px; }
  .ct-subheader { min-height: 330px !important; height: 330px !important; }
  .ct-dividerImage { margin: -5px auto; } }

@media (max-width: 900px) { .navbar-nav li { margin-right: 0; }
  .nav > li > a { padding: 10px; }
  .ct-sticky-nav .navbar-brand img { width: 38px; height: 38px; } }

@media (max-width: 768px) { .navbar-brand img { width: 85px; } }

@media (min-width: 768px) { ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; }
  .ct-woocommerce-cartMobile { display: none; } }

@media (max-width: 767px) { .dropdown ul ul ul ul ul li a:after { display: none !important; content: none !important; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover { color: #ff7f20 !important; }
  .dropdown-menu { padding: 0; cursor: auto; }
  .dropdown-menu li a:after { border-top-color: #fff !important; }
  .dropdown-menu .dropdown-submenu.open { background: #a8a8a8 !important; }
  .dropdown-menu .dropdown-submenu.open .dropdown-menu li { padding-left: 15px; }
  .dropdown-menu .dropdown-submenu.open .dropdown-menu li a:after { border-top-color: #fff !important; }
  .dropdown-menu .dropdown-submenu.open .dropdown-menu .dropdown-submenu.open { background: transparent !important; }
  .dropdown-menu .dropdown-submenu.open .dropdown-menu .dropdown-submenu.open ul li { padding-left: 20px; }
  .dropdown-menu .dropdown-submenu.open .dropdown-menu .dropdown-submenu.open ul li a:after { border-top-color: #fff !important; }
  .navbar-brand { padding: 20px 8px; }
  .navbar-left .dropdown-submenu > a:after, .navbar-right .dropdown-submenu > a:after { float: none; }
  .navbar-collapse > ul:first-child { margin: 20px 0 0; }
  .navbar-collapse > ul:last-child { margin: 0 0 20px; }
  .dropdown .active .dropdown-submenu > a:after { border-left: none; }
  .navbar-default li { margin-left: 0; }
  .ct-hideMobile { display: none; }
  .ct-sticky-nav.ct-slideDown .navbar-nav > li > a { color: #fff !important; }
  .ct-topbar { padding: 5px 10px 0 10px !important; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-social-icons, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact { font-size: 12px; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact > span, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact .ct-topbar-number, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-login > span, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-cart > span, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-login a, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-wishlist a, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-wishlist span, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-cart a { font-size: 11px; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items { margin-right: 0; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items div { margin-right: 10px; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items div:last-child { margin-right: 5px; }
  .ct-social-icons { margin-left: 0; }
  .ct-social-icons ul { padding: 0; }
  .ct-topbar-contact { margin-left: 10px; }
  .ct-woocommerce-items { margin-right: 0; }
  .ct-woocommerce-wishlist, .ct-woocommerce-cart { margin-left: 15px; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-circle-counter { display: none; }
  .navbar-collapse { max-height: none; }
  .ct-sticky-nav .navbar-brand h3 { top: -8px !important; }
  .navbar-default { top: 0; margin-top: 0; border-radius: 0; }
  .navbar-default .navbar-nav li a { color: #fff; }
  .navbar-default .navbar-nav li a:focus { outline: 0; }
  .navbar-default .navbar-brand { top: 0; left: 0; transform: none; }
  .navbar-default .navbar-brand img { width: 100%; max-width: 32px; max-height: 32px; padding: 0; position: relative; top: -12px; margin-left: 10px; }
  .navbar-default .navbar-brand h3 { position: relative; color: #fff !important; top: -50px; }
  .ct-sticky-nav .navbar-brand img { width: 38px; max-width: 100%; -webkit-backface-visibility: hidden; -ms-transform: translateZ(0); /* IE 9 */ -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */ transform: translateZ(0); }
  .navbar-header { float: none; }
  .navbar-toggle.collapsed { top: 0; }
  .navbar-toggle { display: block; border: none; float: right; margin-top: 15px; color: #333; height: 20px; width: 20px; cursor: pointer; padding: 0; border-radius: 0; top: -6px; }
  .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); padding: 0; margin-top: 7px; }
  .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-nav { float: none !important; margin-top: 8px; }
  .navbar-nav > li { float: none; }
  .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
  .collapse.in { display: block !important; }
  .navbar-default { background-color: #333; border-color: #333; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar { background-color: #333; }
  .navbar-default .navbar-toggle .icon-bar:hover, .navbar-default .navbar-toggle .icon-bar:focus { background-color: #ff7f20 !important; }
  .navbar-toggle * { -ms-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
  .navbar-toggle span { width: 20px; height: 2px; margin-bottom: 3px; background-color: #fff !important; display: block; }
  .navbar-toggle span.bar1 { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -ms-transform-origin: 1px 3px; -webkit-transform-origin: 1px 3px; -moz-transform-origin: 1px 3px; -o-transform-origin: 1px 3px; transform-origin: 1px 3px; width: 24px; }
  .navbar-toggle span.bar2 { -ms-transform: rotate(-360deg) scale(0); -webkit-transform: rotate(-360deg) scale(0); -moz-transform: rotate(-360deg) scale(0); -o-transform: rotate(-360deg) scale(0); transform: rotate(-360deg) scale(0); }
  .navbar-toggle span.bar3 { -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform-origin: 9px 2px; -webkit-transform-origin: 9px 2px; transform-origin: 9px 2px; width: 24px; }
  .navbar-toggle.collapsed span.bar1, .navbar-toggle.collapsed span.bar2, .navbar-toggle.collapsed span.bar3, .navbar-toggle.collapsed span.bar4 { -ms-transform: none; -webkit-transform: none; transform: none; width: 20px; }
  .dropdown.open { background: #fff; }
  .dropdown-submenu { background: #fff; padding: 0; }
  .dropdown-submenu > .dropdown-menu { margin-left: 0 !important; }
  .dropdown-menu { position: static; border-radius: 0 !important; margin-left: 0; }
  .dropdown-menu .dropdown-submenu a { color: #ff7f20 !important; }
  .dropdown-menu:hover .dropdown-submenu a::after, .dropdown-submenu > a:hover::after, .navbar-default.ct-menu-white .dropdown .active > a:after, .navbar-default .dropdown .active > a:after { border-left-color: transparent !important; }
  .nav > li > a:hover::after, .nav > .active > a::after { background: transparent; }
  .dropdown:hover:after { content: none; }
  .navbar-collapse { max-height: none !important; }
  .dropdown > a:after { content: ""; height: 0 !important; width: 0 !important; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #ff7f20 !important; display: inline-block !important; margin-left: 8px !important; margin-top: 0 !important; position: relative; top: -3px !important; }
  .dropdown-menu > li > a { color: #fff !important; }
  .dropdown-submenu > a::after { content: ""; height: 0 !important; width: 0 !important; border-left: 4px solid transparent !important; border-right: 4px solid transparent !important; border-top: 4px solid #ff7f20 !important; display: inline-block !important; margin-left: 8px !important; margin-top: 0 !important; position: relative; top: 2px !important; float: none; border-width: 4px; }
  .dropdown-menu:hover .dropdown-submenu a::after, .dropdown-submenu > a:hover::after { border-left-color: transparent !important; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a { background: transparent !important; }
  .navbar-default.ct-menu-white .dropdown-submenu > a { color: #ff7f20 !important; }
  .dropdown-menu > li > a { padding: 10px 30px 10px 30px !important; }
  .ct-subheader { padding-top: 140px; min-height: 260px !important; height: 280px !important; }
  .ct-dividerImage { margin: -5px auto; }
  .navbar-collapse { max-height: none; }
  .navbar-right .dropdown-submenu > .dropdown-menu { margin-right: 0 !important; } }

@media (max-width: 750px) { .ct-subheader { padding-top: 140px; }
  .ct-header-title { font-size: 34px; }
  .ct-header-subtitle { font-size: 14px; } }

@media (max-width: 679px) { .ct-header-title { font-size: 28px; } }

@media (max-width: 650px) { .ct-topbar { padding: 6px 10px 0 10px !important; }
  .navbar-default { top: 0; } }

@media (max-width: 599px) { .ct-top-info, .ct-mini-cart { display: none !important; } }

@media (max-width: 562px) { .ct-header-title { font-size: 22px; } }

@media (max-width: 470px) { .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact { margin: 0 0 0 15px; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items div { margin-right: 0; }
  .ct-woocommerce-wishlist { margin-left: 0; } }

@media (max-width: 365px) { .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-social-icons, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-topbar-contact, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-login a, .ct-page-wrapper .ct-top-menu .ct-topbar .ct-woocommerce-items .ct-woocommerce-wishlist span { font-size: 10px; }
  .ct-page-wrapper .ct-top-menu .ct-topbar .ct-top-info .ct-social-icons li { margin-right: 5px; } }

@media only screen and (max-width: 767px) { .nav li.open .dropdown-submenu { background: initial; }
  .nav li.open .dropdown-submenu > a { color: #fff !important; }
  .nav .dropdown.open > .dropdown-menu { border-bottom: 1px solid #fff; }
  .nav .dropdown.open > .dropdown-menu .dropdown-menu { border: none; } }

/**
 * PAGINATION
 * --------------------
**/
.page-numbers { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0; text-transform: uppercase; color: #333; margin: 0 3px !important; line-height: 38px; border: 1px solid #e6e6e6; display: inline-block; border-radius: 50%; width: 40px; height: 40px; }

.page-numbers:hover { border-color: #ff7f20; }

.page-numbers:first-child, .page-numbers:last-child { margin: 0; }

.page-numbers.current { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0; text-transform: uppercase; color: #fff !important; background: #ff7f20; border: 1px solid #ff7f20; }

.page-numbers:hover { text-decoration: none; color: #e6e6e6; }

.page-numbers.dots { border: none; width: auto !important; height: auto !important; }

.page-numbers.dots:hover { color: #333; }

.page-numbers.prev { float: left; }

.page-numbers.next { float: right; }

.prev.page-numbers, .next.page-numbers { background: #ff7f20; padding: 0 20px 0 25px; border-radius: 35px; color: #fff; letter-spacing: 3px; font-size: 12px; line-height: 38px; width: auto !important; height: auto !important; }

.prev.page-numbers:hover, .next.page-numbers:hover { background: #e6e6e6; color: #333; border-color: #e6e6e6 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.prev.page-numbers:hover:active, .next.page-numbers:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.pagination { width: 100%; margin: 20px 0 50px !important; }

.ct-preloader { position: fixed; top: 0; left: 50%; transform: translate(-50%, 0); width: 100%; height: 100%; z-index: 9999; background: #fff; display: table; }

.ct-preloader-inner { display: table-cell; vertical-align: middle; }

.ct-preloader-logo { max-width: 100%; width: 148px; height: auto; display: block; margin: 0 auto; object-fit: cover; }

.ct-preloader-title { text-align: center; color: #333; line-height: 1.3em; font-family: "Chau Philomene One", sans-serif; margin: 0 auto; display: table; font-size: 36px; }

.circlespin { position: relative; }

.circlespin div { width: 20px; height: 20px; position: absolute; left: -20px; background-color: #ff7f20; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-animation: moveright 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); -moz-animation: moveright 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); -o-animation: moveright 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); animation: moveright 4s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.circlespin div:nth-child(2) { -webkit-animation-delay: 150ms; -moz-animation-delay: 150ms; -o-animation-delay: 150ms; animation-delay: 150ms; }

.circlespin div:nth-child(3) { -webkit-animation-delay: 300ms; -moz-animation-delay: 300ms; -o-animation-delay: 300ms; animation-delay: 300ms; }

.circlespin div:nth-child(4) { -webkit-animation-delay: 450ms; -moz-animation-delay: 450ms; -o-animation-delay: 450ms; animation-delay: 450ms; }

@-webkit-keyframes moveright { 0% { left: 0%; }
  75% { left: 100%; }
  100% { left: 100%; } }

@-moz-keyframes moveright { 0% { left: 0%; }
  75% { left: 100%; }
  100% { left: 100%; } }

@-o-keyframes moveright { 0% { left: 0%; }
  75% { left: 100%; }
  100% { left: 100%; } }

@keyframes moveright { 0% { left: 0%; }
  75% { left: 100%; }
  100% { left: 100%; } }

.top-cloud, .bottom-cloud, .top-bottom-cloud, .top-spikes, .top-spikesStar, .bottom-spikesStar, .top-bottom-spikes { overflow: visible !important; position: relative; }

.top-cloud, .top-spikes, .top-spikesStar { z-index: 0; }

.bottom-cloud, .bottom-spikesStar { z-index: 1; }

.top-bottom-cloud, .top-bottom-spikes { z-index: 2; }

.top-cloud:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 107px; position: absolute; top: -85px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

@media (max-width: 1400px) { .top-cloud:before { top: -78px; } }

@media (max-width: 890px) { .top-cloud:before { top: -70px; } }

@media (max-width: 650px) { .top-cloud:before { top: -65px; } }

@media (max-width: 430px) { .top-cloud:before { top: -60px; } }

.bottom-cloud:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTc8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDc0YTI4LjE1LDI4LjE1LDAsMCwxLTM0LjksNi44MmwtMS4yMy0uNGMtOC44OSwxNS41OC0yOC4wOSwyNi4zNy01MC4zNiwyNi4zNy0yNy41MiwwLTUwLjM2LTE2LjQ5LTU0Ljg0LTM4LjE0YTY3LjQ2LDY3LjQ2LDAsMCwxLTE1LjgxLDEuODZjLTMwLDAtNTYtMTktNTguNzQtNDIuNDloMFYyOGgtLjA3Yy0xLjMxLDEuMTctMi40MiwyLjE0LTMuNDYsMy4xNS03LjcxLDcuNTktOC42MSw3Ljg1LTE1Ljc0LDAtMy42Mi00LTUuNTMtMy4xOC04Ljc0LjI3LTYuNjksNy4xNy04LjQ5LDcuMzktMTQuMzYuNi00LjE4LTQuODMtNi42Mi00LjEtMTAuNDcuMi01LjcsNi4zNS03LjgyLDYuNC0xMy41MS0uMTYtNC4xLTQuNzItNi41Ni00LjMtMTAuNDcuMTItNS41OSw2LjMxLTcuNDcsNi4wOC0xMy4yLjQ1LTUuNTMtNS40My01LjUzLTUuNDMtMTEuMDksMHMtNy4yNyw1LjUxLTEyLjg4LDAtNS41Ny01LjQ3LTExLjA4LS4wNS03LjMyLDUuNTQtMTIuODguMDgtNS42Mi01LjUtMTEuMDktLjExYy01LjY0LDUuNTQtNy4zNiw1LjU2LTEyLjg4LjE1cy01LjY2LTUuNTQtMTEuMDktLjE5Yy01LjY0LDUuNTYtNy40LDUuNTktMTIuODguMjMtNS42Ni01LjU0LTUuNjYtNS41NC0xMS41Mi4xNi01LjIzLDUuMDktNy4xNCw1LjA3LTEyLjQ1LS4xM2ExNywxNywwLDAsMS0yLjEtMi4xNGMtMi41Mi0zLjUzLTQuNTEtMi45NC03LjM3LDAtOCw4LjMzLTguNDQsOC4zNC0xNi41My0uMDctMy0zLjA1LTQuNTMtMy03LjQ0LDAtOC4wOCw4LjM4LTguNDgsOC4zOC0xNi41NCwwLTIuODktMy00LjQ4LTMuMTEtNy40MywwLTguMTEsOC40MS04LjUzLDguNC0xNi41NC4wOS0yLjg1LTMtNC40NC0zLjIyLTcuNDMtLjEzLTguMTUsOC40NC04LjY2LDguNS0xNi41MS4xNC0zLjMyLTMuNTQtNS0yLjc1LTcuODcuMjctNy42Myw4LTguMzUsOC0xNi4xLS4yMi0zLjI1LTMuNDUtNC45MS0yLjk0LTcuODguMTctNy42NCw4LTguMzgsOC4wNS0xNi4xLS4xMy0zLjE3LTMuMzctNC44NC0zLjEtNy44Ny4wOS03LjU2LDgtOC41OSw4LTE1LjY3LjM3LTMuNDItMy43MS01LjM0LTMuNjctOC43NCwwLTcsNy41NC04LjI4LDcuNTQtMTUuMjMsMC0zLjM3LTMuNjQtNS4yOC0zLjgyLTguNzQtLjA3LTcsNy42LTguMjksNy41OC0xNS4yMy4xMS0zLjMxLTMuNTctNS4yMi00LTguNzQtLjE1LTcsNy42Ni04LjQzLDcuNzItMTUuMi4xNS0zLjgtNC4yNS01LjgyLTMuMzQtOS4xNy4yNi02LjYyLDcuMTEtOC4xNSw3LjE5LTE0LjgtLjIyLTMuNzMtNC4xNS01Ljc2LTMuNTItOS4xOC4xOC02LjYzLDcuMTgtOC4xNCw3LjIzLTE0LjgtLjEzLTMuNjUtNC01LjY4LTMuNzItOS4xNy4wOS02LjU0LDcuMTQtOC4yNiw3LjIzLTE0LjM3LjM2LTMuODgtNC4zNi02LjE4LTQuMzQtMTAsMC02LDYuNzUtOCw2Ljc1LTEzLjkzLDAtMy44Mi00LjI5LTYuMTMtNC41LTEwLS4wNy02LDYuOC04LDYuNzgtMTMuOTIuMTEtMy43Ny00LjIxLTYuMDctNC42Ni0xMC0uMTUtNiw2Ljg0LTguMSw2LjkxLTEzLjg5LjE3LTQuMjItNC45MS02LjY2LTQtMTAuNDcuMjQtNS42OSw2LjMyLTcuODIsNi4zOS0xMy41MS0uMi00LjE0LTQuOC02LjU5LTQuMTgtMTAuNDcuMTYtNS42OSw2LjM4LTcuODEsNi40Mi0xMy41LS4xMi00LjA4LTQuNjgtNi41NC00LjM4LTEwLjQ4LjA4LTUuNTksNi4zNC03LjQ3LDYuMS0xMy4xOS40OS01LjU0LTUuNDUtNS41NC01LjQ1LTExLjA5LDBzLTcuMjksNS41Mi0xMi44OCwwLTUuNTgtNS40OC0xMS4wOS0uMDctNy4zMyw1LjU1LTEyLjg4LjExLTUuNjItNS41Mi0xMS4wOS0uMTRjLTUuNjMsNS41NC03LjM3LDUuNTctMTIuODguMTdzLTUuNjMtNS41MS0xMS41MS4yMWMtNS4yMyw1LjA4LTcuMTEsNS4wNi0xMi40NS0uMTctNS42OC01LjU1LTUuNjgtNS41NS0xMS41Mi4xMy01LjIzLDUuMS03LjE2LDUuMDgtMTIuNDUtLjEtLjcyLS43LTEuNDgtMS41Ni0yLjIyLTIuMzEtMy0zLjA5LTQuMzctMi44MS03LjI2LjE4LTguMDUsOC4zNS04LjQ1LDguMzYtMTYuNTMsMC0yLjkyLTMtNC41LTMuMDUtNy40NCwwLTguMDgsOC40LTguNDksOC4zOS0xNi41MywwLTIuODgtMy00LjQ3LTMuMTYtNy40NC0uMDgtOC4xMiw4LjQyLTguNTQsOC40MS0xNi41My4xMi0yLjgzLTIuOTQtNC40My0zLjI4LTcuNDQtLjE2LTguMTYsOC40NS04LjY3LDguNTEtMTYuNS4xNy0zLjMtMy41MS00Ljk1LTIuODItNy44OC4yMy03LjYzLDgtOC4zNiw4LTE2LjEtLjE5LTMuMjEtMy40MS00Ljg4LTMtNy44Ny4xNS03LjY1LDgtOC4zOSw4LjA1LTE2LjEtLjExLTMuMTUtMy4zNC00LjgyLTMuMTYtNy44OC4wNy03LjY2LDguMDctOC40Miw4LjA4LTE2LjA5LDAtMy4xLTMuMjYtNC43Ni0zLjMxLTcuODgsMEM3MzIuNzksMzksNzMyLDM5LDcyNC4zOCwzMWMtMy0zLjE5LTQuNy0zLjQ2LTcuODctLjA5LTcuNzIsOC4xOC04LjQ2LDguMTQtMTYuMS4xMy0zLTMuMTEtNC42My0zLjYyLTcuODgtLjE3LTcuNzUsOC4yMy04LjU2LDguMjYtMTYuMDYuMTktMy40My0zLjY4LTUuMjYtMy04LjMuMjItNy4yOSw3LjY3LTguMzEsNy43Mi0xNS42OC0uMTgtMy4zNS0zLjYtNS4xOC0zLjE1LTguMjkuMTQtNy4zMiw3LjczLTguMzIsNy43Ni0xNS42OC0uMS0zLjI4LTMuNS01LjEyLTMuMzItOC4zLjA2LTcuMzQsNy44LTguMzMsNy44LTE1LjY4LDAtMy4yMS0zLjQxLTUtMy40OS04LjI5LDAtNy4zNiw3Ljg0LTguMzYsNy44Mi0xNS42OC4wNi0zLjE0LTMuMzItNS0zLjY2LTguMy0uMS03LjM2LDcuODgtOC4zOCw3Ljg0LTE1LjY4LjE1LTMuMDctMy4yNC00LjktMy44NC04LjI5LS4yLTcuMzcsNy45NC04LjUzLDgtMTUuNjQuMi0zLjU3LTMuODktNS40OC0zLjI5LTguNzQuMjEtNi45NCw3LjQ0LTguMjIsNy40Ny0xNS4yNC0uMTctMy41LTMuODItNS40MS0zLjQ1LTguNzMuMTMtNi45NSw3LjQ4LTguMjUsNy41LTE1LjI0LS4wOS0zLjQ0LTMuNzQtNS4zNi0zLjYxLTguNzMuMDUtNyw3LjUyLTguMjgsNy41Mi0xNS4yNCwwLTMuMzktMy42Ny01LjMtMy43Ni04Ljc0LDAtNyw3LjU3LTguMjksNy41Ni0xNS4yMy4wNy0zLjMzLTMuNTktNS4yNS0zLjkxLTguNzQtLjExLTcsNy42My04LjMsNy42LTE1LjI0LjE1LTMuMjctMy41Mi01LjE4LTQuMDctOC43My0uMTktNyw3LjY5LTguNDMsNy43NC0xNS4yLjItMy43Ni00LjE5LTUuNzgtMy40Ni05LjE3LjIxLTYuNjMsNy4xNS04LjE1LDcuMjEtMTQuODEtLjE3LTMuNjgtNC4wOS01LjcxLTMuNjUtOS4xNy4xMi02LjU0LDcuMTMtOC4yNSw3LjIzLTE0LjM3LjM0LTMuOS00LjQtNi4yLTQuMjktMTAsMC02LDYuNzMtNy45NCw2LjczLTEzLjkzLDAtMy44NC00LjMyLTYuMTUtNC40NC0xMCwwLTYsNi43OC04LDYuNzYtMTMuOTMuMDgtMy43OS00LjI0LTYuMDktNC42LTEwLS4xMi02LDYuODItOCw2Ljc5LTEzLjkzLjE2LTMuNzMtNC4xNi02LTQuNzYtMTAtLjItNiw2Ljg2LTguMSw2LjkyLTEzLjkuMjEtNC4xNy00LjgzLTYuNTEtNC41My0xMC40Ny4wOWEyOS40MiwyOS40MiwwLDAsMS0yLDIuM2MtMy4xOSwzLjA2LTYuMzQsMi45My05LjQ1LS4xMy0xLjI4LTEuMjYtMy44MS0zLjgzLTMuODEtMy44M3MtMi43NC0yLjY2LTMuODItMi40NGMtLjA2LjQ3LS4xNS45My0uMjIsMS4zOSwwLC4zMS0uMDkuNjEtLjE0LjkyLS4wOS40Ny0uMTkuOTUtLjMsMS40MnMtLjE1LjY2LS4yMywxLS4yNS45My0uMzgsMS4zOS0uMjEuNjYtLjMxLDEtLjMuOTItLjQ3LDEuMzctLjIzLjYtLjM1LjktLjMyLjg1LS41LDEuMjZ2MEMyMDUsNTcsMTgyLjQ2LDcwLjU0LDE1Ny4xNCw3MC41NGE2Ny40Niw2Ny40NiwwLDAsMS0xNS44MS0xLjg2Yy00LjQ4LDIxLjY1LTI3LjMyLDM4LjE0LTU0Ljg0LDM4LjE0QzY0LjIyLDEwNi44Miw0NSw5NiwzNi4xMyw4MC40NWwtMS4yMy40QTI4LjE1LDI4LjE1LDAsMCwxLDAsNzRWMjhIMFYwSDE5MjBWMjhoMFY3NFoiLz48L2c+PC9nPjwvc3ZnPg==") center center/cover; mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTc8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDc0YTI4LjE1LDI4LjE1LDAsMCwxLTM0LjksNi44MmwtMS4yMy0uNGMtOC44OSwxNS41OC0yOC4wOSwyNi4zNy01MC4zNiwyNi4zNy0yNy41MiwwLTUwLjM2LTE2LjQ5LTU0Ljg0LTM4LjE0YTY3LjQ2LDY3LjQ2LDAsMCwxLTE1LjgxLDEuODZjLTMwLDAtNTYtMTktNTguNzQtNDIuNDloMFYyOGgtLjA3Yy0xLjMxLDEuMTctMi40MiwyLjE0LTMuNDYsMy4xNS03LjcxLDcuNTktOC42MSw3Ljg1LTE1Ljc0LDAtMy42Mi00LTUuNTMtMy4xOC04Ljc0LjI3LTYuNjksNy4xNy04LjQ5LDcuMzktMTQuMzYuNi00LjE4LTQuODMtNi42Mi00LjEtMTAuNDcuMi01LjcsNi4zNS03LjgyLDYuNC0xMy41MS0uMTYtNC4xLTQuNzItNi41Ni00LjMtMTAuNDcuMTItNS41OSw2LjMxLTcuNDcsNi4wOC0xMy4yLjQ1LTUuNTMtNS40My01LjUzLTUuNDMtMTEuMDksMHMtNy4yNyw1LjUxLTEyLjg4LDAtNS41Ny01LjQ3LTExLjA4LS4wNS03LjMyLDUuNTQtMTIuODguMDgtNS42Mi01LjUtMTEuMDktLjExYy01LjY0LDUuNTQtNy4zNiw1LjU2LTEyLjg4LjE1cy01LjY2LTUuNTQtMTEuMDktLjE5Yy01LjY0LDUuNTYtNy40LDUuNTktMTIuODguMjMtNS42Ni01LjU0LTUuNjYtNS41NC0xMS41Mi4xNi01LjIzLDUuMDktNy4xNCw1LjA3LTEyLjQ1LS4xM2ExNywxNywwLDAsMS0yLjEtMi4xNGMtMi41Mi0zLjUzLTQuNTEtMi45NC03LjM3LDAtOCw4LjMzLTguNDQsOC4zNC0xNi41My0uMDctMy0zLjA1LTQuNTMtMy03LjQ0LDAtOC4wOCw4LjM4LTguNDgsOC4zOC0xNi41NCwwLTIuODktMy00LjQ4LTMuMTEtNy40MywwLTguMTEsOC40MS04LjUzLDguNC0xNi41NC4wOS0yLjg1LTMtNC40NC0zLjIyLTcuNDMtLjEzLTguMTUsOC40NC04LjY2LDguNS0xNi41MS4xNC0zLjMyLTMuNTQtNS0yLjc1LTcuODcuMjctNy42Myw4LTguMzUsOC0xNi4xLS4yMi0zLjI1LTMuNDUtNC45MS0yLjk0LTcuODguMTctNy42NCw4LTguMzgsOC4wNS0xNi4xLS4xMy0zLjE3LTMuMzctNC44NC0zLjEtNy44Ny4wOS03LjU2LDgtOC41OSw4LTE1LjY3LjM3LTMuNDItMy43MS01LjM0LTMuNjctOC43NCwwLTcsNy41NC04LjI4LDcuNTQtMTUuMjMsMC0zLjM3LTMuNjQtNS4yOC0zLjgyLTguNzQtLjA3LTcsNy42LTguMjksNy41OC0xNS4yMy4xMS0zLjMxLTMuNTctNS4yMi00LTguNzQtLjE1LTcsNy42Ni04LjQzLDcuNzItMTUuMi4xNS0zLjgtNC4yNS01LjgyLTMuMzQtOS4xNy4yNi02LjYyLDcuMTEtOC4xNSw3LjE5LTE0LjgtLjIyLTMuNzMtNC4xNS01Ljc2LTMuNTItOS4xOC4xOC02LjYzLDcuMTgtOC4xNCw3LjIzLTE0LjgtLjEzLTMuNjUtNC01LjY4LTMuNzItOS4xNy4wOS02LjU0LDcuMTQtOC4yNiw3LjIzLTE0LjM3LjM2LTMuODgtNC4zNi02LjE4LTQuMzQtMTAsMC02LDYuNzUtOCw2Ljc1LTEzLjkzLDAtMy44Mi00LjI5LTYuMTMtNC41LTEwLS4wNy02LDYuOC04LDYuNzgtMTMuOTIuMTEtMy43Ny00LjIxLTYuMDctNC42Ni0xMC0uMTUtNiw2Ljg0LTguMSw2LjkxLTEzLjg5LjE3LTQuMjItNC45MS02LjY2LTQtMTAuNDcuMjQtNS42OSw2LjMyLTcuODIsNi4zOS0xMy41MS0uMi00LjE0LTQuOC02LjU5LTQuMTgtMTAuNDcuMTYtNS42OSw2LjM4LTcuODEsNi40Mi0xMy41LS4xMi00LjA4LTQuNjgtNi41NC00LjM4LTEwLjQ4LjA4LTUuNTksNi4zNC03LjQ3LDYuMS0xMy4xOS40OS01LjU0LTUuNDUtNS41NC01LjQ1LTExLjA5LDBzLTcuMjksNS41Mi0xMi44OCwwLTUuNTgtNS40OC0xMS4wOS0uMDctNy4zMyw1LjU1LTEyLjg4LjExLTUuNjItNS41Mi0xMS4wOS0uMTRjLTUuNjMsNS41NC03LjM3LDUuNTctMTIuODguMTdzLTUuNjMtNS41MS0xMS41MS4yMWMtNS4yMyw1LjA4LTcuMTEsNS4wNi0xMi40NS0uMTctNS42OC01LjU1LTUuNjgtNS41NS0xMS41Mi4xMy01LjIzLDUuMS03LjE2LDUuMDgtMTIuNDUtLjEtLjcyLS43LTEuNDgtMS41Ni0yLjIyLTIuMzEtMy0zLjA5LTQuMzctMi44MS03LjI2LjE4LTguMDUsOC4zNS04LjQ1LDguMzYtMTYuNTMsMC0yLjkyLTMtNC41LTMuMDUtNy40NCwwLTguMDgsOC40LTguNDksOC4zOS0xNi41MywwLTIuODgtMy00LjQ3LTMuMTYtNy40NC0uMDgtOC4xMiw4LjQyLTguNTQsOC40MS0xNi41My4xMi0yLjgzLTIuOTQtNC40My0zLjI4LTcuNDQtLjE2LTguMTYsOC40NS04LjY3LDguNTEtMTYuNS4xNy0zLjMtMy41MS00Ljk1LTIuODItNy44OC4yMy03LjYzLDgtOC4zNiw4LTE2LjEtLjE5LTMuMjEtMy40MS00Ljg4LTMtNy44Ny4xNS03LjY1LDgtOC4zOSw4LjA1LTE2LjEtLjExLTMuMTUtMy4zNC00LjgyLTMuMTYtNy44OC4wNy03LjY2LDguMDctOC40Miw4LjA4LTE2LjA5LDAtMy4xLTMuMjYtNC43Ni0zLjMxLTcuODgsMEM3MzIuNzksMzksNzMyLDM5LDcyNC4zOCwzMWMtMy0zLjE5LTQuNy0zLjQ2LTcuODctLjA5LTcuNzIsOC4xOC04LjQ2LDguMTQtMTYuMS4xMy0zLTMuMTEtNC42My0zLjYyLTcuODgtLjE3LTcuNzUsOC4yMy04LjU2LDguMjYtMTYuMDYuMTktMy40My0zLjY4LTUuMjYtMy04LjMuMjItNy4yOSw3LjY3LTguMzEsNy43Mi0xNS42OC0uMTgtMy4zNS0zLjYtNS4xOC0zLjE1LTguMjkuMTQtNy4zMiw3LjczLTguMzIsNy43Ni0xNS42OC0uMS0zLjI4LTMuNS01LjEyLTMuMzItOC4zLjA2LTcuMzQsNy44LTguMzMsNy44LTE1LjY4LDAtMy4yMS0zLjQxLTUtMy40OS04LjI5LDAtNy4zNiw3Ljg0LTguMzYsNy44Mi0xNS42OC4wNi0zLjE0LTMuMzItNS0zLjY2LTguMy0uMS03LjM2LDcuODgtOC4zOCw3Ljg0LTE1LjY4LjE1LTMuMDctMy4yNC00LjktMy44NC04LjI5LS4yLTcuMzcsNy45NC04LjUzLDgtMTUuNjQuMi0zLjU3LTMuODktNS40OC0zLjI5LTguNzQuMjEtNi45NCw3LjQ0LTguMjIsNy40Ny0xNS4yNC0uMTctMy41LTMuODItNS40MS0zLjQ1LTguNzMuMTMtNi45NSw3LjQ4LTguMjUsNy41LTE1LjI0LS4wOS0zLjQ0LTMuNzQtNS4zNi0zLjYxLTguNzMuMDUtNyw3LjUyLTguMjgsNy41Mi0xNS4yNCwwLTMuMzktMy42Ny01LjMtMy43Ni04Ljc0LDAtNyw3LjU3LTguMjksNy41Ni0xNS4yMy4wNy0zLjMzLTMuNTktNS4yNS0zLjkxLTguNzQtLjExLTcsNy42My04LjMsNy42LTE1LjI0LjE1LTMuMjctMy41Mi01LjE4LTQuMDctOC43My0uMTktNyw3LjY5LTguNDMsNy43NC0xNS4yLjItMy43Ni00LjE5LTUuNzgtMy40Ni05LjE3LjIxLTYuNjMsNy4xNS04LjE1LDcuMjEtMTQuODEtLjE3LTMuNjgtNC4wOS01LjcxLTMuNjUtOS4xNy4xMi02LjU0LDcuMTMtOC4yNSw3LjIzLTE0LjM3LjM0LTMuOS00LjQtNi4yLTQuMjktMTAsMC02LDYuNzMtNy45NCw2LjczLTEzLjkzLDAtMy44NC00LjMyLTYuMTUtNC40NC0xMCwwLTYsNi43OC04LDYuNzYtMTMuOTMuMDgtMy43OS00LjI0LTYuMDktNC42LTEwLS4xMi02LDYuODItOCw2Ljc5LTEzLjkzLjE2LTMuNzMtNC4xNi02LTQuNzYtMTAtLjItNiw2Ljg2LTguMSw2LjkyLTEzLjkuMjEtNC4xNy00LjgzLTYuNTEtNC41My0xMC40Ny4wOWEyOS40MiwyOS40MiwwLDAsMS0yLDIuM2MtMy4xOSwzLjA2LTYuMzQsMi45My05LjQ1LS4xMy0xLjI4LTEuMjYtMy44MS0zLjgzLTMuODEtMy44M3MtMi43NC0yLjY2LTMuODItMi40NGMtLjA2LjQ3LS4xNS45My0uMjIsMS4zOSwwLC4zMS0uMDkuNjEtLjE0LjkyLS4wOS40Ny0uMTkuOTUtLjMsMS40MnMtLjE1LjY2LS4yMywxLS4yNS45My0uMzgsMS4zOS0uMjEuNjYtLjMxLDEtLjMuOTItLjQ3LDEuMzctLjIzLjYtLjM1LjktLjMyLjg1LS41LDEuMjZ2MEMyMDUsNTcsMTgyLjQ2LDcwLjU0LDE1Ny4xNCw3MC41NGE2Ny40Niw2Ny40NiwwLDAsMS0xNS44MS0xLjg2Yy00LjQ4LDIxLjY1LTI3LjMyLDM4LjE0LTU0Ljg0LDM4LjE0QzY0LjIyLDEwNi44Miw0NSw5NiwzNi4xMyw4MC40NWwtMS4yMy40QTI4LjE1LDI4LjE1LDAsMCwxLDAsNzRWMjhIMFYwSDE5MjBWMjhoMFY3NFoiLz48L2c+PC9nPjwvc3ZnPg==") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 107px; position: absolute; bottom: -85px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

@media (max-width: 1400px) { .bottom-cloud:before { bottom: -78px; } }

@media (max-width: 890px) { .bottom-cloud:before { bottom: -70px; } }

@media (max-width: 650px) { .bottom-cloud:before { bottom: -65px; } }

@media (max-width: 430px) { .bottom-cloud:before { bottom: -60px; } }

.top-bottom-cloud:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 107px; position: absolute; top: -85px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }

@media (max-width: 1400px) { .top-bottom-cloud:before { top: -78px; } }

@media (max-width: 890px) { .top-bottom-cloud:before { top: -70px; } }

@media (max-width: 650px) { .top-bottom-cloud:before { top: -65px; } }

@media (max-width: 430px) { .top-bottom-cloud:before { top: -60px; } }

.top-bottom-cloud:after { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTc8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDc0YTI4LjE1LDI4LjE1LDAsMCwxLTM0LjksNi44MmwtMS4yMy0uNGMtOC44OSwxNS41OC0yOC4wOSwyNi4zNy01MC4zNiwyNi4zNy0yNy41MiwwLTUwLjM2LTE2LjQ5LTU0Ljg0LTM4LjE0YTY3LjQ2LDY3LjQ2LDAsMCwxLTE1LjgxLDEuODZjLTMwLDAtNTYtMTktNTguNzQtNDIuNDloMFYyOGgtLjA3Yy0xLjMxLDEuMTctMi40MiwyLjE0LTMuNDYsMy4xNS03LjcxLDcuNTktOC42MSw3Ljg1LTE1Ljc0LDAtMy42Mi00LTUuNTMtMy4xOC04Ljc0LjI3LTYuNjksNy4xNy04LjQ5LDcuMzktMTQuMzYuNi00LjE4LTQuODMtNi42Mi00LjEtMTAuNDcuMi01LjcsNi4zNS03LjgyLDYuNC0xMy41MS0uMTYtNC4xLTQuNzItNi41Ni00LjMtMTAuNDcuMTItNS41OSw2LjMxLTcuNDcsNi4wOC0xMy4yLjQ1LTUuNTMtNS40My01LjUzLTUuNDMtMTEuMDksMHMtNy4yNyw1LjUxLTEyLjg4LDAtNS41Ny01LjQ3LTExLjA4LS4wNS03LjMyLDUuNTQtMTIuODguMDgtNS42Mi01LjUtMTEuMDktLjExYy01LjY0LDUuNTQtNy4zNiw1LjU2LTEyLjg4LjE1cy01LjY2LTUuNTQtMTEuMDktLjE5Yy01LjY0LDUuNTYtNy40LDUuNTktMTIuODguMjMtNS42Ni01LjU0LTUuNjYtNS41NC0xMS41Mi4xNi01LjIzLDUuMDktNy4xNCw1LjA3LTEyLjQ1LS4xM2ExNywxNywwLDAsMS0yLjEtMi4xNGMtMi41Mi0zLjUzLTQuNTEtMi45NC03LjM3LDAtOCw4LjMzLTguNDQsOC4zNC0xNi41My0uMDctMy0zLjA1LTQuNTMtMy03LjQ0LDAtOC4wOCw4LjM4LTguNDgsOC4zOC0xNi41NCwwLTIuODktMy00LjQ4LTMuMTEtNy40MywwLTguMTEsOC40MS04LjUzLDguNC0xNi41NC4wOS0yLjg1LTMtNC40NC0zLjIyLTcuNDMtLjEzLTguMTUsOC40NC04LjY2LDguNS0xNi41MS4xNC0zLjMyLTMuNTQtNS0yLjc1LTcuODcuMjctNy42Myw4LTguMzUsOC0xNi4xLS4yMi0zLjI1LTMuNDUtNC45MS0yLjk0LTcuODguMTctNy42NCw4LTguMzgsOC4wNS0xNi4xLS4xMy0zLjE3LTMuMzctNC44NC0zLjEtNy44Ny4wOS03LjU2LDgtOC41OSw4LTE1LjY3LjM3LTMuNDItMy43MS01LjM0LTMuNjctOC43NCwwLTcsNy41NC04LjI4LDcuNTQtMTUuMjMsMC0zLjM3LTMuNjQtNS4yOC0zLjgyLTguNzQtLjA3LTcsNy42LTguMjksNy41OC0xNS4yMy4xMS0zLjMxLTMuNTctNS4yMi00LTguNzQtLjE1LTcsNy42Ni04LjQzLDcuNzItMTUuMi4xNS0zLjgtNC4yNS01LjgyLTMuMzQtOS4xNy4yNi02LjYyLDcuMTEtOC4xNSw3LjE5LTE0LjgtLjIyLTMuNzMtNC4xNS01Ljc2LTMuNTItOS4xOC4xOC02LjYzLDcuMTgtOC4xNCw3LjIzLTE0LjgtLjEzLTMuNjUtNC01LjY4LTMuNzItOS4xNy4wOS02LjU0LDcuMTQtOC4yNiw3LjIzLTE0LjM3LjM2LTMuODgtNC4zNi02LjE4LTQuMzQtMTAsMC02LDYuNzUtOCw2Ljc1LTEzLjkzLDAtMy44Mi00LjI5LTYuMTMtNC41LTEwLS4wNy02LDYuOC04LDYuNzgtMTMuOTIuMTEtMy43Ny00LjIxLTYuMDctNC42Ni0xMC0uMTUtNiw2Ljg0LTguMSw2LjkxLTEzLjg5LjE3LTQuMjItNC45MS02LjY2LTQtMTAuNDcuMjQtNS42OSw2LjMyLTcuODIsNi4zOS0xMy41MS0uMi00LjE0LTQuOC02LjU5LTQuMTgtMTAuNDcuMTYtNS42OSw2LjM4LTcuODEsNi40Mi0xMy41LS4xMi00LjA4LTQuNjgtNi41NC00LjM4LTEwLjQ4LjA4LTUuNTksNi4zNC03LjQ3LDYuMS0xMy4xOS40OS01LjU0LTUuNDUtNS41NC01LjQ1LTExLjA5LDBzLTcuMjksNS41Mi0xMi44OCwwLTUuNTgtNS40OC0xMS4wOS0uMDctNy4zMyw1LjU1LTEyLjg4LjExLTUuNjItNS41Mi0xMS4wOS0uMTRjLTUuNjMsNS41NC03LjM3LDUuNTctMTIuODguMTdzLTUuNjMtNS41MS0xMS41MS4yMWMtNS4yMyw1LjA4LTcuMTEsNS4wNi0xMi40NS0uMTctNS42OC01LjU1LTUuNjgtNS41NS0xMS41Mi4xMy01LjIzLDUuMS03LjE2LDUuMDgtMTIuNDUtLjEtLjcyLS43LTEuNDgtMS41Ni0yLjIyLTIuMzEtMy0zLjA5LTQuMzctMi44MS03LjI2LjE4LTguMDUsOC4zNS04LjQ1LDguMzYtMTYuNTMsMC0yLjkyLTMtNC41LTMuMDUtNy40NCwwLTguMDgsOC40LTguNDksOC4zOS0xNi41MywwLTIuODgtMy00LjQ3LTMuMTYtNy40NC0uMDgtOC4xMiw4LjQyLTguNTQsOC40MS0xNi41My4xMi0yLjgzLTIuOTQtNC40My0zLjI4LTcuNDQtLjE2LTguMTYsOC40NS04LjY3LDguNTEtMTYuNS4xNy0zLjMtMy41MS00Ljk1LTIuODItNy44OC4yMy03LjYzLDgtOC4zNiw4LTE2LjEtLjE5LTMuMjEtMy40MS00Ljg4LTMtNy44Ny4xNS03LjY1LDgtOC4zOSw4LjA1LTE2LjEtLjExLTMuMTUtMy4zNC00LjgyLTMuMTYtNy44OC4wNy03LjY2LDguMDctOC40Miw4LjA4LTE2LjA5LDAtMy4xLTMuMjYtNC43Ni0zLjMxLTcuODgsMEM3MzIuNzksMzksNzMyLDM5LDcyNC4zOCwzMWMtMy0zLjE5LTQuNy0zLjQ2LTcuODctLjA5LTcuNzIsOC4xOC04LjQ2LDguMTQtMTYuMS4xMy0zLTMuMTEtNC42My0zLjYyLTcuODgtLjE3LTcuNzUsOC4yMy04LjU2LDguMjYtMTYuMDYuMTktMy40My0zLjY4LTUuMjYtMy04LjMuMjItNy4yOSw3LjY3LTguMzEsNy43Mi0xNS42OC0uMTgtMy4zNS0zLjYtNS4xOC0zLjE1LTguMjkuMTQtNy4zMiw3LjczLTguMzIsNy43Ni0xNS42OC0uMS0zLjI4LTMuNS01LjEyLTMuMzItOC4zLjA2LTcuMzQsNy44LTguMzMsNy44LTE1LjY4LDAtMy4yMS0zLjQxLTUtMy40OS04LjI5LDAtNy4zNiw3Ljg0LTguMzYsNy44Mi0xNS42OC4wNi0zLjE0LTMuMzItNS0zLjY2LTguMy0uMS03LjM2LDcuODgtOC4zOCw3Ljg0LTE1LjY4LjE1LTMuMDctMy4yNC00LjktMy44NC04LjI5LS4yLTcuMzcsNy45NC04LjUzLDgtMTUuNjQuMi0zLjU3LTMuODktNS40OC0zLjI5LTguNzQuMjEtNi45NCw3LjQ0LTguMjIsNy40Ny0xNS4yNC0uMTctMy41LTMuODItNS40MS0zLjQ1LTguNzMuMTMtNi45NSw3LjQ4LTguMjUsNy41LTE1LjI0LS4wOS0zLjQ0LTMuNzQtNS4zNi0zLjYxLTguNzMuMDUtNyw3LjUyLTguMjgsNy41Mi0xNS4yNCwwLTMuMzktMy42Ny01LjMtMy43Ni04Ljc0LDAtNyw3LjU3LTguMjksNy41Ni0xNS4yMy4wNy0zLjMzLTMuNTktNS4yNS0zLjkxLTguNzQtLjExLTcsNy42My04LjMsNy42LTE1LjI0LjE1LTMuMjctMy41Mi01LjE4LTQuMDctOC43My0uMTktNyw3LjY5LTguNDMsNy43NC0xNS4yLjItMy43Ni00LjE5LTUuNzgtMy40Ni05LjE3LjIxLTYuNjMsNy4xNS04LjE1LDcuMjEtMTQuODEtLjE3LTMuNjgtNC4wOS01LjcxLTMuNjUtOS4xNy4xMi02LjU0LDcuMTMtOC4yNSw3LjIzLTE0LjM3LjM0LTMuOS00LjQtNi4yLTQuMjktMTAsMC02LDYuNzMtNy45NCw2LjczLTEzLjkzLDAtMy44NC00LjMyLTYuMTUtNC40NC0xMCwwLTYsNi43OC04LDYuNzYtMTMuOTMuMDgtMy43OS00LjI0LTYuMDktNC42LTEwLS4xMi02LDYuODItOCw2Ljc5LTEzLjkzLjE2LTMuNzMtNC4xNi02LTQuNzYtMTAtLjItNiw2Ljg2LTguMSw2LjkyLTEzLjkuMjEtNC4xNy00LjgzLTYuNTEtNC41My0xMC40Ny4wOWEyOS40MiwyOS40MiwwLDAsMS0yLDIuM2MtMy4xOSwzLjA2LTYuMzQsMi45My05LjQ1LS4xMy0xLjI4LTEuMjYtMy44MS0zLjgzLTMuODEtMy44M3MtMi43NC0yLjY2LTMuODItMi40NGMtLjA2LjQ3LS4xNS45My0uMjIsMS4zOSwwLC4zMS0uMDkuNjEtLjE0LjkyLS4wOS40Ny0uMTkuOTUtLjMsMS40MnMtLjE1LjY2LS4yMywxLS4yNS45My0uMzgsMS4zOS0uMjEuNjYtLjMxLDEtLjMuOTItLjQ3LDEuMzctLjIzLjYtLjM1LjktLjMyLjg1LS41LDEuMjZ2MEMyMDUsNTcsMTgyLjQ2LDcwLjU0LDE1Ny4xNCw3MC41NGE2Ny40Niw2Ny40NiwwLDAsMS0xNS44MS0xLjg2Yy00LjQ4LDIxLjY1LTI3LjMyLDM4LjE0LTU0Ljg0LDM4LjE0QzY0LjIyLDEwNi44Miw0NSw5NiwzNi4xMyw4MC40NWwtMS4yMy40QTI4LjE1LDI4LjE1LDAsMCwxLDAsNzRWMjhIMFYwSDE5MjBWMjhoMFY3NFoiLz48L2c+PC9nPjwvc3ZnPg==") center center/cover; mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTc8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDc0YTI4LjE1LDI4LjE1LDAsMCwxLTM0LjksNi44MmwtMS4yMy0uNGMtOC44OSwxNS41OC0yOC4wOSwyNi4zNy01MC4zNiwyNi4zNy0yNy41MiwwLTUwLjM2LTE2LjQ5LTU0Ljg0LTM4LjE0YTY3LjQ2LDY3LjQ2LDAsMCwxLTE1LjgxLDEuODZjLTMwLDAtNTYtMTktNTguNzQtNDIuNDloMFYyOGgtLjA3Yy0xLjMxLDEuMTctMi40MiwyLjE0LTMuNDYsMy4xNS03LjcxLDcuNTktOC42MSw3Ljg1LTE1Ljc0LDAtMy42Mi00LTUuNTMtMy4xOC04Ljc0LjI3LTYuNjksNy4xNy04LjQ5LDcuMzktMTQuMzYuNi00LjE4LTQuODMtNi42Mi00LjEtMTAuNDcuMi01LjcsNi4zNS03LjgyLDYuNC0xMy41MS0uMTYtNC4xLTQuNzItNi41Ni00LjMtMTAuNDcuMTItNS41OSw2LjMxLTcuNDcsNi4wOC0xMy4yLjQ1LTUuNTMtNS40My01LjUzLTUuNDMtMTEuMDksMHMtNy4yNyw1LjUxLTEyLjg4LDAtNS41Ny01LjQ3LTExLjA4LS4wNS03LjMyLDUuNTQtMTIuODguMDgtNS42Mi01LjUtMTEuMDktLjExYy01LjY0LDUuNTQtNy4zNiw1LjU2LTEyLjg4LjE1cy01LjY2LTUuNTQtMTEuMDktLjE5Yy01LjY0LDUuNTYtNy40LDUuNTktMTIuODguMjMtNS42Ni01LjU0LTUuNjYtNS41NC0xMS41Mi4xNi01LjIzLDUuMDktNy4xNCw1LjA3LTEyLjQ1LS4xM2ExNywxNywwLDAsMS0yLjEtMi4xNGMtMi41Mi0zLjUzLTQuNTEtMi45NC03LjM3LDAtOCw4LjMzLTguNDQsOC4zNC0xNi41My0uMDctMy0zLjA1LTQuNTMtMy03LjQ0LDAtOC4wOCw4LjM4LTguNDgsOC4zOC0xNi41NCwwLTIuODktMy00LjQ4LTMuMTEtNy40MywwLTguMTEsOC40MS04LjUzLDguNC0xNi41NC4wOS0yLjg1LTMtNC40NC0zLjIyLTcuNDMtLjEzLTguMTUsOC40NC04LjY2LDguNS0xNi41MS4xNC0zLjMyLTMuNTQtNS0yLjc1LTcuODcuMjctNy42Myw4LTguMzUsOC0xNi4xLS4yMi0zLjI1LTMuNDUtNC45MS0yLjk0LTcuODguMTctNy42NCw4LTguMzgsOC4wNS0xNi4xLS4xMy0zLjE3LTMuMzctNC44NC0zLjEtNy44Ny4wOS03LjU2LDgtOC41OSw4LTE1LjY3LjM3LTMuNDItMy43MS01LjM0LTMuNjctOC43NCwwLTcsNy41NC04LjI4LDcuNTQtMTUuMjMsMC0zLjM3LTMuNjQtNS4yOC0zLjgyLTguNzQtLjA3LTcsNy42LTguMjksNy41OC0xNS4yMy4xMS0zLjMxLTMuNTctNS4yMi00LTguNzQtLjE1LTcsNy42Ni04LjQzLDcuNzItMTUuMi4xNS0zLjgtNC4yNS01LjgyLTMuMzQtOS4xNy4yNi02LjYyLDcuMTEtOC4xNSw3LjE5LTE0LjgtLjIyLTMuNzMtNC4xNS01Ljc2LTMuNTItOS4xOC4xOC02LjYzLDcuMTgtOC4xNCw3LjIzLTE0LjgtLjEzLTMuNjUtNC01LjY4LTMuNzItOS4xNy4wOS02LjU0LDcuMTQtOC4yNiw3LjIzLTE0LjM3LjM2LTMuODgtNC4zNi02LjE4LTQuMzQtMTAsMC02LDYuNzUtOCw2Ljc1LTEzLjkzLDAtMy44Mi00LjI5LTYuMTMtNC41LTEwLS4wNy02LDYuOC04LDYuNzgtMTMuOTIuMTEtMy43Ny00LjIxLTYuMDctNC42Ni0xMC0uMTUtNiw2Ljg0LTguMSw2LjkxLTEzLjg5LjE3LTQuMjItNC45MS02LjY2LTQtMTAuNDcuMjQtNS42OSw2LjMyLTcuODIsNi4zOS0xMy41MS0uMi00LjE0LTQuOC02LjU5LTQuMTgtMTAuNDcuMTYtNS42OSw2LjM4LTcuODEsNi40Mi0xMy41LS4xMi00LjA4LTQuNjgtNi41NC00LjM4LTEwLjQ4LjA4LTUuNTksNi4zNC03LjQ3LDYuMS0xMy4xOS40OS01LjU0LTUuNDUtNS41NC01LjQ1LTExLjA5LDBzLTcuMjksNS41Mi0xMi44OCwwLTUuNTgtNS40OC0xMS4wOS0uMDctNy4zMyw1LjU1LTEyLjg4LjExLTUuNjItNS41Mi0xMS4wOS0uMTRjLTUuNjMsNS41NC03LjM3LDUuNTctMTIuODguMTdzLTUuNjMtNS41MS0xMS41MS4yMWMtNS4yMyw1LjA4LTcuMTEsNS4wNi0xMi40NS0uMTctNS42OC01LjU1LTUuNjgtNS41NS0xMS41Mi4xMy01LjIzLDUuMS03LjE2LDUuMDgtMTIuNDUtLjEtLjcyLS43LTEuNDgtMS41Ni0yLjIyLTIuMzEtMy0zLjA5LTQuMzctMi44MS03LjI2LjE4LTguMDUsOC4zNS04LjQ1LDguMzYtMTYuNTMsMC0yLjkyLTMtNC41LTMuMDUtNy40NCwwLTguMDgsOC40LTguNDksOC4zOS0xNi41MywwLTIuODgtMy00LjQ3LTMuMTYtNy40NC0uMDgtOC4xMiw4LjQyLTguNTQsOC40MS0xNi41My4xMi0yLjgzLTIuOTQtNC40My0zLjI4LTcuNDQtLjE2LTguMTYsOC40NS04LjY3LDguNTEtMTYuNS4xNy0zLjMtMy41MS00Ljk1LTIuODItNy44OC4yMy03LjYzLDgtOC4zNiw4LTE2LjEtLjE5LTMuMjEtMy40MS00Ljg4LTMtNy44Ny4xNS03LjY1LDgtOC4zOSw4LjA1LTE2LjEtLjExLTMuMTUtMy4zNC00LjgyLTMuMTYtNy44OC4wNy03LjY2LDguMDctOC40Miw4LjA4LTE2LjA5LDAtMy4xLTMuMjYtNC43Ni0zLjMxLTcuODgsMEM3MzIuNzksMzksNzMyLDM5LDcyNC4zOCwzMWMtMy0zLjE5LTQuNy0zLjQ2LTcuODctLjA5LTcuNzIsOC4xOC04LjQ2LDguMTQtMTYuMS4xMy0zLTMuMTEtNC42My0zLjYyLTcuODgtLjE3LTcuNzUsOC4yMy04LjU2LDguMjYtMTYuMDYuMTktMy40My0zLjY4LTUuMjYtMy04LjMuMjItNy4yOSw3LjY3LTguMzEsNy43Mi0xNS42OC0uMTgtMy4zNS0zLjYtNS4xOC0zLjE1LTguMjkuMTQtNy4zMiw3LjczLTguMzIsNy43Ni0xNS42OC0uMS0zLjI4LTMuNS01LjEyLTMuMzItOC4zLjA2LTcuMzQsNy44LTguMzMsNy44LTE1LjY4LDAtMy4yMS0zLjQxLTUtMy40OS04LjI5LDAtNy4zNiw3Ljg0LTguMzYsNy44Mi0xNS42OC4wNi0zLjE0LTMuMzItNS0zLjY2LTguMy0uMS03LjM2LDcuODgtOC4zOCw3Ljg0LTE1LjY4LjE1LTMuMDctMy4yNC00LjktMy44NC04LjI5LS4yLTcuMzcsNy45NC04LjUzLDgtMTUuNjQuMi0zLjU3LTMuODktNS40OC0zLjI5LTguNzQuMjEtNi45NCw3LjQ0LTguMjIsNy40Ny0xNS4yNC0uMTctMy41LTMuODItNS40MS0zLjQ1LTguNzMuMTMtNi45NSw3LjQ4LTguMjUsNy41LTE1LjI0LS4wOS0zLjQ0LTMuNzQtNS4zNi0zLjYxLTguNzMuMDUtNyw3LjUyLTguMjgsNy41Mi0xNS4yNCwwLTMuMzktMy42Ny01LjMtMy43Ni04Ljc0LDAtNyw3LjU3LTguMjksNy41Ni0xNS4yMy4wNy0zLjMzLTMuNTktNS4yNS0zLjkxLTguNzQtLjExLTcsNy42My04LjMsNy42LTE1LjI0LjE1LTMuMjctMy41Mi01LjE4LTQuMDctOC43My0uMTktNyw3LjY5LTguNDMsNy43NC0xNS4yLjItMy43Ni00LjE5LTUuNzgtMy40Ni05LjE3LjIxLTYuNjMsNy4xNS04LjE1LDcuMjEtMTQuODEtLjE3LTMuNjgtNC4wOS01LjcxLTMuNjUtOS4xNy4xMi02LjU0LDcuMTMtOC4yNSw3LjIzLTE0LjM3LjM0LTMuOS00LjQtNi4yLTQuMjktMTAsMC02LDYuNzMtNy45NCw2LjczLTEzLjkzLDAtMy44NC00LjMyLTYuMTUtNC40NC0xMCwwLTYsNi43OC04LDYuNzYtMTMuOTMuMDgtMy43OS00LjI0LTYuMDktNC42LTEwLS4xMi02LDYuODItOCw2Ljc5LTEzLjkzLjE2LTMuNzMtNC4xNi02LTQuNzYtMTAtLjItNiw2Ljg2LTguMSw2LjkyLTEzLjkuMjEtNC4xNy00LjgzLTYuNTEtNC41My0xMC40Ny4wOWEyOS40MiwyOS40MiwwLDAsMS0yLDIuM2MtMy4xOSwzLjA2LTYuMzQsMi45My05LjQ1LS4xMy0xLjI4LTEuMjYtMy44MS0zLjgzLTMuODEtMy44M3MtMi43NC0yLjY2LTMuODItMi40NGMtLjA2LjQ3LS4xNS45My0uMjIsMS4zOSwwLC4zMS0uMDkuNjEtLjE0LjkyLS4wOS40Ny0uMTkuOTUtLjMsMS40MnMtLjE1LjY2LS4yMywxLS4yNS45My0uMzgsMS4zOS0uMjEuNjYtLjMxLDEtLjMuOTItLjQ3LDEuMzctLjIzLjYtLjM1LjktLjMyLjg1LS41LDEuMjZ2MEMyMDUsNTcsMTgyLjQ2LDcwLjU0LDE1Ny4xNCw3MC41NGE2Ny40Niw2Ny40NiwwLDAsMS0xNS44MS0xLjg2Yy00LjQ4LDIxLjY1LTI3LjMyLDM4LjE0LTU0Ljg0LDM4LjE0QzY0LjIyLDEwNi44Miw0NSw5NiwzNi4xMyw4MC40NWwtMS4yMy40QTI4LjE1LDI4LjE1LDAsMCwxLDAsNzRWMjhIMFYwSDE5MjBWMjhoMFY3NFoiLz48L2c+PC9nPjwvc3ZnPg==") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 107px; position: absolute; bottom: -85px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

@media (max-width: 1400px) { .top-bottom-cloud:after { bottom: -78px; } }

@media (max-width: 890px) { .top-bottom-cloud:after { bottom: -70px; } }

@media (max-width: 650px) { .top-bottom-cloud:after { bottom: -65px; } }

@media (max-width: 430px) { .top-bottom-cloud:after { bottom: -60px; } }

.ct-header-cloud:after { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 107px; position: absolute; bottom: -26px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

@media (max-width: 1200px) { .ct-header-cloud:after { bottom: -36px; } }

@media (max-width: 680px) { .ct-header-cloud:after { bottom: -42px; } }

@media (max-width: 420px) { .ct-header-cloud:after { bottom: -46px; } }

.ct-footer-cloud:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOTIwIDEwNi44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5aYXPDs2IgMTY8L3RpdGxlPjxnIGlkPSJXYXJzdHdhXzIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48ZyBpZD0iV2Fyc3R3YV8yLTIiIGRhdGEtbmFtZT0iV2Fyc3R3YSAyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xOTIwLDMyLjhBMjguMTIsMjguMTIsMCwwLDAsMTg4NS4xLDI2Yy0uNDEuMTMtLjgyLjI1LTEuMjMuNEMxODc1LDEwLjc5LDE4NTUuNzgsMCwxODMzLjUxLDBjLTI3LjUyLDAtNTAuMzYsMTYuNDktNTQuODQsMzguMTVhNjcuNDYsNjcuNDYsMCwwLDAtMTUuODEtMS44NmMtMzAsMC01NiwxOS01OC43NCw0Mi40OGgwdjBoLS4wN2MtMS4zMS0xLjE2LTIuNDItMi4xMy0zLjQ2LTMuMTUtNy43MS03LjU5LTguNjEtNy44NC0xNS43NCwwLTMuNjIsNC01LjUzLDMuMTgtOC43NC0uMjctNi42OS03LjE3LTguNDktNy4zOC0xNC4zNi0uNi00LjE4LDQuODMtNi42Miw0LjExLTEwLjQ3LS4yLTUuNy02LjM1LTcuODItNi40LTEzLjUxLjE2LTQuMSw0LjczLTYuNTYsNC4zLTEwLjQ3LS4xMS01LjU5LTYuMzItNy40Ny02LjA5LTEzLjItLjQ2LTUuNTMsNS40My01LjUzLDUuNDMtMTEuMDksMHMtNy4yNy01LjUxLTEyLjg4LDAtNS41Nyw1LjQ3LTExLjA4LDAtNy4zMi01LjU0LTEyLjg4LS4wOC01LjYyLDUuNS0xMS4wOS4xMWMtNS42NC01LjU0LTcuMzYtNS41Ni0xMi44OC0uMTVzLTUuNjYsNS41NC0xMS4wOS4xOWMtNS42NC01LjU2LTcuNC01LjU5LTEyLjg4LS4yMi01LjY2LDUuNTQtNS42Niw1LjU0LTExLjUyLS4xNi01LjIzLTUuMDktNy4xNC01LjA3LTEyLjQ1LjEyYTE3LjY2LDE3LjY2LDAsMCwwLTIuMSwyLjE0Yy0yLjUyLDMuNTMtNC41MSwyLjk0LTcuMzcsMC04LTguMzMtOC40NC04LjM0LTE2LjUzLjA2LTMsMy00LjUzLDMtNy40NCwwLTguMDgtOC4zOS04LjQ4LTguMzgtMTYuNTQsMC0yLjg5LDMtNC40OCwzLjExLTcuNDMuMDUtOC4xMS04LjQxLTguNTMtOC40LTE2LjU0LS4wOS0yLjg1LDMtNC40NCwzLjIzLTcuNDMuMTMtOC4xNS04LjQ0LTguNjYtOC41LTE2LjUxLS4xNC0zLjMyLDMuNTUtNSwyLjc2LTcuODctLjI2LTcuNjMtOC04LjM1LTgtMTYuMS4yMi0zLjI1LDMuNDQtNC45MSwyLjkzLTcuODgtLjE4LTcuNjQtOC04LjM4LTgtMTYuMS4xNC0zLjE3LDMuMzctNC44NCwzLjEtNy44Ny0uMS03LjU2LTgtOC41OS04LTE1LjY3LS4zNi0zLjQyLDMuNy01LjM0LDMuNjYtOC43NCwwLTctNy41NC04LjI4LTcuNTQtMTUuMjMsMC0zLjM3LDMuNjQtNS4yOCwzLjgxLTguNzQuMDYtNy03LjYtOC4yOS03LjU3LTE1LjIzLS4xLTMuMzEsMy41Ni01LjIyLDQtOC43NC4xNC03LTcuNjUtOC40My03LjcyLTE1LjItLjE1LTMuOCw0LjI1LTUuODIsMy4zNC05LjE3LS4yNi02LjYyLTcuMTEtOC4xNS03LjE5LTE0LjguMjItMy43Myw0LjE1LTUuNzYsMy41My05LjE4LS4xOC02LjYzLTcuMTgtOC4xNC03LjIzLTE0LjguMTQtMy42NSw0LTUuNjgsMy43Mi05LjE3LS4wOS02LjU0LTcuMTQtOC4yNi03LjIzLTE0LjM3LS4zNy0zLjg4LDQuMzctNi4xOCw0LjM1LTEwLDAtNi02Ljc1LTgtNi43NC0xMy45MywwLTMuODIsNC4yOS02LjEzLDQuNS0xMCwuMDctNi02Ljc5LTgtNi43Ny0xMy45Mi0uMTEtMy43Nyw0LjIxLTYuMDcsNC42Ni0xMCwuMTUtNi02Ljg0LTguMS02LjktMTMuODktLjE2LTQuMjIsNC45LTYuNjYsNC0xMC40Ny0uMjUtNS42OS02LjMyLTcuODItNi4zOC0xMy41MS4yLTQuMTQsNC44LTYuNTksNC4xOC0xMC40Ny0uMTYtNS42OS02LjM4LTcuODEtNi40Mi0xMy41LjEyLTQuMDgsNC42OS02LjU0LDQuMzgtMTAuNDgtLjA4LTUuNTktNi4zNC03LjQ3LTYuMS0xMy4xOS0uNDgtNS41NCw1LjQ0LTUuNTQsNS40NC0xMS4wOSwwcy03LjI5LTUuNTMtMTIuODgsMC01LjU4LDUuNDgtMTEuMDkuMDctNy4zMy01LjU0LTEyLjg4LS4xLTUuNjIsNS41MS0xMS4wOS4xNGMtNS42My01LjU1LTcuMzctNS41Ny0xMi44OC0uMThzLTUuNjMsNS41MS0xMS41MS0uMjFjLTUuMjMtNS4wOC03LjExLTUtMTIuNDUuMTctNS42OCw1LjU2LTUuNjgsNS41Ni0xMS41Mi0uMTMtNS4yMy01LjA5LTcuMTYtNS4wOC0xMi40NS4xLS43Mi43LTEuNDgsMS41Ni0yLjIyLDIuMzItMywzLjA5LTQuMzcsMi44MS03LjI2LS4xOS04LjA1LTguMzUtOC40NS04LjM2LTE2LjUzLDAtMi45MiwzLTQuNSwzLjA2LTcuNDQsMC04LjA4LTguMzktOC40OS04LjM5LTE2LjUzLDAtMi44OCwzLTQuNDcsMy4xNS03LjQ0LjA4LTguMTItOC40Mi04LjU0LTguNDEtMTYuNTMtLjEyLTIuODMsMi45My00LjQzLDMuMjctNy40NC4xNS04LjE2LTguNDUtOC42Ny04LjUtMTYuNS0uMTctMy4zLDMuNTItNC45NSwyLjgzLTcuODgtLjIzLTcuNjMtOC04LjM2LTgtMTYuMS4xOS0zLjIxLDMuNDItNC44OCwzLTcuODctLjE0LTcuNjUtOC04LjM5LTguMDYtMTYuMS4xLTMuMTUsMy4zNC00LjgyLDMuMTYtNy44OC0uMDYtNy42Ni04LjA4LTguNDItOC4wOC0xNi4wOSwwLTMuMSwzLjI3LTQuNzYsMy4zMS03Ljg4LDAtNy42OS04LjEzLTguNDQtOC4xMi0xNi4xLS4wNi0zLDMuMTktNC43LDMuNDYtNy44Ny4xLTcuNzItOC4xOC04LjQ2LTguMTUtMTYuMS0uMTQtMywzLjExLTQuNjMsMy42Mi03Ljg4LjE4LTcuNzUtOC4yNC04LjU2LTguMjYtMTYuMDYtLjE5LTMuNDMsMy42OC01LjI2LDMtOC4zLS4yMy03LjI5LTcuNjYtOC4zMS03LjcyLTE1LjY4LjE5LTMuMzUsMy41OS01LjE4LDMuMTQtOC4yOS0uMTUtNy4zMi03LjczLTguMzItNy43Ni0xNS42OC4xLTMuMjgsMy41MS01LjEyLDMuMzItOC4zLS4wNi03LjM0LTcuNzktOC4zMy03LjgtMTUuNjgsMC0zLjIxLDMuNDEtNSwzLjQ5LTguMjksMC03LjM2LTcuODUtOC4zNi03LjgzLTE1LjY4LS4wNy0zLjE0LDMuMzItNSwzLjY2LTguMy4xMS03LjM2LTcuODktOC4zOC03Ljg0LTE1LjY4LS4xNS0zLjA3LDMuMjMtNC45LDMuODQtOC4yOS4xOS03LjM3LTcuOTMtOC41My04LTE1LjY0LS4yLTMuNTcsMy44OS01LjQ4LDMuMy04Ljc0LS4yLTYuOTQtNy40NC04LjIyLTcuNDgtMTUuMjQuMTYtMy41LDMuODItNS40MSwzLjQ1LTguNzMtLjEyLTYuOTUtNy40OS04LjI1LTcuNS0xNS4yNC4wOC0zLjQ0LDMuNzQtNS4zNiwzLjYxLTguNzMsMC03LTcuNTMtOC4yOC03LjUzLTE1LjI0LDAtMy4zOSwzLjY3LTUuMywzLjc2LTguNzQsMC03LTcuNTctOC4yOS03LjU2LTE1LjIzLS4wNy0zLjMzLDMuNi01LjI1LDMuOTItOC43NC4xMS03LTcuNjMtOC4zLTcuNTktMTUuMjQtLjE1LTMuMjcsMy41Mi01LjE4LDQuMDctOC43My4xOS03LTcuNjktOC40My03Ljc0LTE1LjItLjE5LTMuNzYsNC4xOC01Ljc4LDMuNDUtOS4xNy0uMjEtNi42My03LjE2LTguMTUtNy4yMi0xNC44MS4xNi0zLjY4LDQuMDktNS43MSwzLjY1LTkuMTctLjEyLTYuNTQtNy4xMi04LjI1LTcuMjItMTQuMzctLjMzLTMuOSw0LjM5LTYuMiw0LjI4LTEwLDAtNi02Ljc0LTcuOTQtNi43NC0xMy45MywwLTMuODQsNC4zMi02LjE1LDQuNDQtMTAsMC02LTYuNzgtOC02Ljc3LTEzLjkzLS4wOC0zLjc5LDQuMjQtNi4wOSw0LjYtMTAsLjExLTYtNi44Mi04LTYuNzktMTMuOTMtLjE1LTMuNzMsNC4xNi02LDQuNzUtMTAsLjE5LTYtNi44Ni04LjEtNi45MS0xMy45LS4yMUMyNDEuMzEsNzkuNiwyMzksNzkuMywyMzUsNzQuNjdhMjkuNDIsMjkuNDIsMCwwLDAtMi0yLjNjLTMuMTktMy4wNi02LjM0LTIuOTMtOS40NS4xMy0xLjI4LDEuMjctMy44MSwzLjgzLTMuODEsMy44M1MyMTcsNzksMjE1Ljg5LDc4Ljc3Yy0uMDYtLjQ2LS4xNS0uOTItLjIyLTEuMzksMC0uMy0uMDktLjYxLS4xNC0uOTEtLjA5LS40OC0uMTktMS0uMy0xLjQzcy0uMTUtLjY2LS4yMy0xLS4yNS0uOTMtLjM4LTEuMzktLjIxLS42NS0uMzEtMS0uMy0uOTItLjQ3LTEuMzdjLS4xMS0uMy0uMjMtLjYtLjM1LS45cy0uMzItLjg0LS41LTEuMjZ2MGMtOC0xOC4zNy0zMC41My0zMS44OS01NS44NS0zMS44OWE2Ny40Niw2Ny40NiwwLDAsMC0xNS44MSwxLjg2QzEzNi44NSwxNi40OSwxMTQsMCw4Ni40OSwwLDY0LjIyLDAsNDUsMTAuNzksMzYuMTMsMjYuMzhjLS40MS0uMTUtLjgyLS4yNy0xLjIzLS40QTI4LjEyLDI4LjEyLDAsMCwwLDAsMzIuOHY0NkgwdjI4SDE5MjB2LTI4aDB2LTQ2WiIvPjwvZz48L2c+PC9zdmc+") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 107px; position: absolute; top: -89px; padding: 50px 0; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

@media (max-width: 1400px) { .ct-footer-cloud:before { top: -78px; } }

@media (max-width: 890px) { .ct-footer-cloud:before { top: -70px; } }

@media (max-width: 650px) { .ct-footer-cloud:before { top: -65px; } }

@media (max-width: 430px) { .ct-footer-cloud:before { top: -60px; } }

.ct-header-spikes:after { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1934 23.72'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3edecoration_2_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M1934,23.72V14.86h0V.77l-7.28,13.32L1912.79.57a2,2,0,0,0-2.72-.07l-11.3,10L1887.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1853.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1820.22.58a2,2,0,0,0-2.72.07l-13.4,13L1789.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1755.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1721.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1687.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1656.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1622.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1588.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1555.22.58a2,2,0,0,0-2.72.07l-13.4,13L1524.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1490.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1456.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1422.89.58a2,2,0,0,0-2.72.07L1406,14.43a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1389.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1355.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1321.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1288.22.58a2,2,0,0,0-2.72.07l-13.4,13L1257.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1223.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1189.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1155.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1124.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1090.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1056.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1023.22.58a2,2,0,0,0-2.72.07l-13.4,13L992.22.58a2,2,0,0,0-2.72.07L975.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L958.22.58a2,2,0,0,0-2.72.07L941.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L924.22.58a2,2,0,0,0-2.72.07L907.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L890.89.58a2,2,0,0,0-2.72.07L874,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L857.56.58a2,2,0,0,0-2.72.07L840.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L823.56.58a2,2,0,0,0-2.72.07L806.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L789.56.58a2,2,0,0,0-2.72.07L772.69,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L756.22.58a2,2,0,0,0-2.72.07l-13.4,13L725.22.58a2,2,0,0,0-2.72.07L708.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L691.22.58a2,2,0,0,0-2.72.07L674.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L657.22.58a2,2,0,0,0-2.72.07L640.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L623.89.58a2,2,0,0,0-2.72.07L607,14.43a2,2,0,0,0-.33.43h-.59a2.05,2.05,0,0,0-.42-.5L590.06.58a2,2,0,0,0-2.72.07L573.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L556.06.58a2,2,0,0,0-2.72.07L539.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L522.06.58a2,2,0,0,0-2.72.07L505.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L488.72.58A2,2,0,0,0,486,.65l-13.4,13L457.72.58A2,2,0,0,0,455,.65L440.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L423.72.58A2,2,0,0,0,421,.65L406.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L389.72.58A2,2,0,0,0,387,.65L372.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L356.39.58a2,2,0,0,0-2.72.07L339.53,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L323.06.58a2,2,0,0,0-2.72.07L306.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L289.06.58a2,2,0,0,0-2.72.07L272.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L255.06.58a2,2,0,0,0-2.72.07L238.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L221.72.58A2,2,0,0,0,219,.65l-13.4,13L190.72.58A2,2,0,0,0,188,.65L173.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L156.72.58A2,2,0,0,0,154,.65L139.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L122.72.58A2,2,0,0,0,120,.65L105.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L89.39.58a2,2,0,0,0-2.72.07l-14,13.58L57.22.58a2,2,0,0,0-2.72.07L40.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L23.89.58a2,2,0,0,0-2.72.07L7.28,14.18,0,.86V23.72Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1934 23.72'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3edecoration_2_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M1934,23.72V14.86h0V.77l-7.28,13.32L1912.79.57a2,2,0,0,0-2.72-.07l-11.3,10L1887.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1853.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1820.22.58a2,2,0,0,0-2.72.07l-13.4,13L1789.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1755.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1721.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1687.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1656.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1622.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1588.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1555.22.58a2,2,0,0,0-2.72.07l-13.4,13L1524.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1490.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1456.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1422.89.58a2,2,0,0,0-2.72.07L1406,14.43a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1389.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1355.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1321.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1288.22.58a2,2,0,0,0-2.72.07l-13.4,13L1257.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1223.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1189.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1155.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1124.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1090.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1056.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1023.22.58a2,2,0,0,0-2.72.07l-13.4,13L992.22.58a2,2,0,0,0-2.72.07L975.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L958.22.58a2,2,0,0,0-2.72.07L941.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L924.22.58a2,2,0,0,0-2.72.07L907.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L890.89.58a2,2,0,0,0-2.72.07L874,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L857.56.58a2,2,0,0,0-2.72.07L840.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L823.56.58a2,2,0,0,0-2.72.07L806.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L789.56.58a2,2,0,0,0-2.72.07L772.69,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L756.22.58a2,2,0,0,0-2.72.07l-13.4,13L725.22.58a2,2,0,0,0-2.72.07L708.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L691.22.58a2,2,0,0,0-2.72.07L674.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L657.22.58a2,2,0,0,0-2.72.07L640.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L623.89.58a2,2,0,0,0-2.72.07L607,14.43a2,2,0,0,0-.33.43h-.59a2.05,2.05,0,0,0-.42-.5L590.06.58a2,2,0,0,0-2.72.07L573.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L556.06.58a2,2,0,0,0-2.72.07L539.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L522.06.58a2,2,0,0,0-2.72.07L505.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L488.72.58A2,2,0,0,0,486,.65l-13.4,13L457.72.58A2,2,0,0,0,455,.65L440.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L423.72.58A2,2,0,0,0,421,.65L406.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L389.72.58A2,2,0,0,0,387,.65L372.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L356.39.58a2,2,0,0,0-2.72.07L339.53,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L323.06.58a2,2,0,0,0-2.72.07L306.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L289.06.58a2,2,0,0,0-2.72.07L272.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L255.06.58a2,2,0,0,0-2.72.07L238.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L221.72.58A2,2,0,0,0,219,.65l-13.4,13L190.72.58A2,2,0,0,0,188,.65L173.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L156.72.58A2,2,0,0,0,154,.65L139.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L122.72.58A2,2,0,0,0,120,.65L105.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L89.39.58a2,2,0,0,0-2.72.07l-14,13.58L57.22.58a2,2,0,0,0-2.72.07L40.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L23.89.58a2,2,0,0,0-2.72.07L7.28,14.18,0,.86V23.72Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 70px; position: absolute; bottom: -30px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

.ct-footer-spikesStar:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.91'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3eZasób 14%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M52.71,28.47a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.13l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.78,1.78,0,0,0,.83.21,1.76,1.76,0,0,0,1-.35,1.81,1.81,0,0,0,.71-1.77l-2.15-12.7a1,1,0,0,1,.28-.89l9.11-9a1.81,1.81,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55L66.75,2.44a1.85,1.85,0,0,0-3.2,0L57.92,14a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.82,1.82,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M183.78,59.61a1,1,0,0,1,.28.89l-1.86,11a1.59,1.59,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12L194.2,68a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.58,1.58,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M10.3,16a1,1,0,0,1,.28.89L9.37,24.08a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,.48.12,1,1,0,0,0,.61-.2,1.06,1.06,0,0,0,.41-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L18.6.89a1,1,0,0,0-1.77,0L13.59,7.53a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M87.46,54.25l5.16,5.09a1,1,0,0,1,.28.89l-1.22,7.19a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.42-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0L95.9,50.86a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72A1.06,1.06,0,0,0,87.46,54.25Z'/%3e%3cpath class='cls-1' d='M144.71,55.06a1,1,0,0,1,.28.89l-1.09,6.41a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93l-1.09-6.41a1,1,0,0,1,.28-.88l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64L155.83,48a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73A1,1,0,0,1,147,48l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M117.17,29.81a1,1,0,0,1,.28.89l-.82,4.83a.74.74,0,0,0,.29.72.71.71,0,0,0,.76.05L122,34a1,1,0,0,1,.92,0l4.29,2.28a.72.72,0,0,0,.34.08.71.71,0,0,0,.42-.14.73.73,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.73.73,0,0,0,.18-.75.73.73,0,0,0-.58-.5L126,24.43a1,1,0,0,1-.74-.55L123.32,20a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.71a.72.72,0,0,0-.58.5.74.74,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1842.4,28.14a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.14l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.76,1.76,0,0,0,1.88-.13,1.82,1.82,0,0,0,.71-1.77L1867,29a1,1,0,0,1,.28-.89l9.12-9a1.82,1.82,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55l-5.63-11.55a1.85,1.85,0,0,0-3.2,0l-5.63,11.55a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.81,1.81,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M1714.45,59.28a1,1,0,0,1,.28.89l-1.86,11a1.58,1.58,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12l9.75-5.19a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.59,1.59,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M1894.88,15.67a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L1903.18.56a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1812.56,59a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.42,1,1,1,0,0,0,.61.2,1,1,0,0,0,.48-.12l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1761.89,54.73a1,1,0,0,1,.28.89L1761.09,62a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93L1775,55.62a1,1,0,0,1,.28-.89l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64l-6.35-.93a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73a1,1,0,0,1-.74.55l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M1792.31,29.47a1,1,0,0,1,.28.89l-.82,4.83a.73.73,0,0,0,.29.72.71.71,0,0,0,.42.14.72.72,0,0,0,.34-.08l4.29-2.28a1,1,0,0,1,.92,0l4.29,2.28a.71.71,0,0,0,.76-.05.74.74,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.74.74,0,0,0,.18-.75.72.72,0,0,0-.58-.5l-4.79-.7a1,1,0,0,1-.74-.55l-1.91-3.91a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.7a.73.73,0,0,0-.58.5.73.73,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1909,43.9a1,1,0,0,1-.88-.33l-12.53-14a2.62,2.62,0,0,0-2.64-.77,2.59,2.59,0,0,0-1.86,2l-3.54,18.37a1,1,0,0,1-.58.73l-17.24,7.52a2.59,2.59,0,0,0-1.13,3.8,2.62,2.62,0,0,0,.92.84l16.5,9a1,1,0,0,1,.52.78l.37,3.66-5.32,20.51a2,2,0,0,0-.54.83h-.7a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1798,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1733.8,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H1585a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1472,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1372.6,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1339,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1272.5,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1208.3,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L946.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L912.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L880,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L847.09,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L813.51,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L779.92,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L747,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L682.79,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L649.2,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L616.28,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.58a2,2,0,0,0-.41-.5L582.86,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L549.27,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L515.69,82.64a2,2,0,0,0-2.68.07L499,96.48a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L482.76,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L418.55,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L385,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L352,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H335a2,2,0,0,0-.41-.5L319.11,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L285.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L251.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L219,82.64a2,2,0,0,0-2.68.07l-13.23,13L188.4,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L154.81,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L121.23,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L88.3,82.64a2,2,0,0,0-2.68.07L71.83,96.29,56.52,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H38.8a2,2,0,0,0-.41-.5L33.06,75.9l.37-3.66a1,1,0,0,1,.52-.78l16.5-9a2.62,2.62,0,0,0,.92-.84,2.59,2.59,0,0,0-1.13-3.8L33,50.29a1,1,0,0,1-.58-.73L28.87,31.19a2.59,2.59,0,0,0-1.86-2,2.62,2.62,0,0,0-2.64.77l-12.53,14a1,1,0,0,1-.88.33L0,42.87v115H1910.4v-.5h9.6V42.53Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.91'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3eZasób 14%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M52.71,28.47a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.13l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.78,1.78,0,0,0,.83.21,1.76,1.76,0,0,0,1-.35,1.81,1.81,0,0,0,.71-1.77l-2.15-12.7a1,1,0,0,1,.28-.89l9.11-9a1.81,1.81,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55L66.75,2.44a1.85,1.85,0,0,0-3.2,0L57.92,14a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.82,1.82,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M183.78,59.61a1,1,0,0,1,.28.89l-1.86,11a1.59,1.59,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12L194.2,68a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.58,1.58,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M10.3,16a1,1,0,0,1,.28.89L9.37,24.08a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,.48.12,1,1,0,0,0,.61-.2,1.06,1.06,0,0,0,.41-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L18.6.89a1,1,0,0,0-1.77,0L13.59,7.53a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M87.46,54.25l5.16,5.09a1,1,0,0,1,.28.89l-1.22,7.19a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.42-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0L95.9,50.86a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72A1.06,1.06,0,0,0,87.46,54.25Z'/%3e%3cpath class='cls-1' d='M144.71,55.06a1,1,0,0,1,.28.89l-1.09,6.41a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93l-1.09-6.41a1,1,0,0,1,.28-.88l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64L155.83,48a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73A1,1,0,0,1,147,48l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M117.17,29.81a1,1,0,0,1,.28.89l-.82,4.83a.74.74,0,0,0,.29.72.71.71,0,0,0,.76.05L122,34a1,1,0,0,1,.92,0l4.29,2.28a.72.72,0,0,0,.34.08.71.71,0,0,0,.42-.14.73.73,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.73.73,0,0,0,.18-.75.73.73,0,0,0-.58-.5L126,24.43a1,1,0,0,1-.74-.55L123.32,20a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.71a.72.72,0,0,0-.58.5.74.74,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1842.4,28.14a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.14l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.76,1.76,0,0,0,1.88-.13,1.82,1.82,0,0,0,.71-1.77L1867,29a1,1,0,0,1,.28-.89l9.12-9a1.82,1.82,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55l-5.63-11.55a1.85,1.85,0,0,0-3.2,0l-5.63,11.55a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.81,1.81,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M1714.45,59.28a1,1,0,0,1,.28.89l-1.86,11a1.58,1.58,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12l9.75-5.19a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.59,1.59,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M1894.88,15.67a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L1903.18.56a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1812.56,59a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.42,1,1,1,0,0,0,.61.2,1,1,0,0,0,.48-.12l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1761.89,54.73a1,1,0,0,1,.28.89L1761.09,62a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93L1775,55.62a1,1,0,0,1,.28-.89l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64l-6.35-.93a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73a1,1,0,0,1-.74.55l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M1792.31,29.47a1,1,0,0,1,.28.89l-.82,4.83a.73.73,0,0,0,.29.72.71.71,0,0,0,.42.14.72.72,0,0,0,.34-.08l4.29-2.28a1,1,0,0,1,.92,0l4.29,2.28a.71.71,0,0,0,.76-.05.74.74,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.74.74,0,0,0,.18-.75.72.72,0,0,0-.58-.5l-4.79-.7a1,1,0,0,1-.74-.55l-1.91-3.91a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.7a.73.73,0,0,0-.58.5.73.73,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1909,43.9a1,1,0,0,1-.88-.33l-12.53-14a2.62,2.62,0,0,0-2.64-.77,2.59,2.59,0,0,0-1.86,2l-3.54,18.37a1,1,0,0,1-.58.73l-17.24,7.52a2.59,2.59,0,0,0-1.13,3.8,2.62,2.62,0,0,0,.92.84l16.5,9a1,1,0,0,1,.52.78l.37,3.66-5.32,20.51a2,2,0,0,0-.54.83h-.7a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1798,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1733.8,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H1585a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1472,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1372.6,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1339,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1272.5,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1208.3,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L946.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L912.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L880,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L847.09,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L813.51,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L779.92,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L747,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L682.79,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L649.2,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L616.28,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.58a2,2,0,0,0-.41-.5L582.86,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L549.27,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L515.69,82.64a2,2,0,0,0-2.68.07L499,96.48a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L482.76,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L418.55,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L385,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L352,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H335a2,2,0,0,0-.41-.5L319.11,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L285.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L251.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L219,82.64a2,2,0,0,0-2.68.07l-13.23,13L188.4,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L154.81,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L121.23,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L88.3,82.64a2,2,0,0,0-2.68.07L71.83,96.29,56.52,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H38.8a2,2,0,0,0-.41-.5L33.06,75.9l.37-3.66a1,1,0,0,1,.52-.78l16.5-9a2.62,2.62,0,0,0,.92-.84,2.59,2.59,0,0,0-1.13-3.8L33,50.29a1,1,0,0,1-.58-.73L28.87,31.19a2.59,2.59,0,0,0-1.86-2,2.62,2.62,0,0,0-2.64.77l-12.53,14a1,1,0,0,1-.88.33L0,42.87v115H1910.4v-.5h9.6V42.53Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; max-height: 100%; width: 100%; height: 160px; position: absolute; top: -105px; left: 0; right: 0; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ z-index: 1; padding: 80px 0; }

.top-spikes:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1934 23.72'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3edecoration_2_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M1934,23.72V14.86h0V.77l-7.28,13.32L1912.79.57a2,2,0,0,0-2.72-.07l-11.3,10L1887.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1853.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1820.22.58a2,2,0,0,0-2.72.07l-13.4,13L1789.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1755.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1721.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1687.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1656.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1622.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1588.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1555.22.58a2,2,0,0,0-2.72.07l-13.4,13L1524.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1490.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1456.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1422.89.58a2,2,0,0,0-2.72.07L1406,14.43a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1389.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1355.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1321.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1288.22.58a2,2,0,0,0-2.72.07l-13.4,13L1257.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1223.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1189.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1155.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1124.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1090.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1056.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1023.22.58a2,2,0,0,0-2.72.07l-13.4,13L992.22.58a2,2,0,0,0-2.72.07L975.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L958.22.58a2,2,0,0,0-2.72.07L941.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L924.22.58a2,2,0,0,0-2.72.07L907.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L890.89.58a2,2,0,0,0-2.72.07L874,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L857.56.58a2,2,0,0,0-2.72.07L840.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L823.56.58a2,2,0,0,0-2.72.07L806.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L789.56.58a2,2,0,0,0-2.72.07L772.69,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L756.22.58a2,2,0,0,0-2.72.07l-13.4,13L725.22.58a2,2,0,0,0-2.72.07L708.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L691.22.58a2,2,0,0,0-2.72.07L674.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L657.22.58a2,2,0,0,0-2.72.07L640.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L623.89.58a2,2,0,0,0-2.72.07L607,14.43a2,2,0,0,0-.33.43h-.59a2.05,2.05,0,0,0-.42-.5L590.06.58a2,2,0,0,0-2.72.07L573.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L556.06.58a2,2,0,0,0-2.72.07L539.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L522.06.58a2,2,0,0,0-2.72.07L505.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L488.72.58A2,2,0,0,0,486,.65l-13.4,13L457.72.58A2,2,0,0,0,455,.65L440.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L423.72.58A2,2,0,0,0,421,.65L406.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L389.72.58A2,2,0,0,0,387,.65L372.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L356.39.58a2,2,0,0,0-2.72.07L339.53,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L323.06.58a2,2,0,0,0-2.72.07L306.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L289.06.58a2,2,0,0,0-2.72.07L272.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L255.06.58a2,2,0,0,0-2.72.07L238.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L221.72.58A2,2,0,0,0,219,.65l-13.4,13L190.72.58A2,2,0,0,0,188,.65L173.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L156.72.58A2,2,0,0,0,154,.65L139.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L122.72.58A2,2,0,0,0,120,.65L105.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L89.39.58a2,2,0,0,0-2.72.07l-14,13.58L57.22.58a2,2,0,0,0-2.72.07L40.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L23.89.58a2,2,0,0,0-2.72.07L7.28,14.18,0,.86V23.72Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1934 23.72'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3edecoration_2_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M1934,23.72V14.86h0V.77l-7.28,13.32L1912.79.57a2,2,0,0,0-2.72-.07l-11.3,10L1887.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1853.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1820.22.58a2,2,0,0,0-2.72.07l-13.4,13L1789.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1755.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1721.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1687.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1656.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1622.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1588.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1555.22.58a2,2,0,0,0-2.72.07l-13.4,13L1524.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1490.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1456.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1422.89.58a2,2,0,0,0-2.72.07L1406,14.43a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1389.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1355.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1321.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1288.22.58a2,2,0,0,0-2.72.07l-13.4,13L1257.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1223.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1189.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1155.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1124.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1090.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1056.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1023.22.58a2,2,0,0,0-2.72.07l-13.4,13L992.22.58a2,2,0,0,0-2.72.07L975.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L958.22.58a2,2,0,0,0-2.72.07L941.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L924.22.58a2,2,0,0,0-2.72.07L907.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L890.89.58a2,2,0,0,0-2.72.07L874,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L857.56.58a2,2,0,0,0-2.72.07L840.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L823.56.58a2,2,0,0,0-2.72.07L806.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L789.56.58a2,2,0,0,0-2.72.07L772.69,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L756.22.58a2,2,0,0,0-2.72.07l-13.4,13L725.22.58a2,2,0,0,0-2.72.07L708.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L691.22.58a2,2,0,0,0-2.72.07L674.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L657.22.58a2,2,0,0,0-2.72.07L640.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L623.89.58a2,2,0,0,0-2.72.07L607,14.43a2,2,0,0,0-.33.43h-.59a2.05,2.05,0,0,0-.42-.5L590.06.58a2,2,0,0,0-2.72.07L573.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L556.06.58a2,2,0,0,0-2.72.07L539.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L522.06.58a2,2,0,0,0-2.72.07L505.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L488.72.58A2,2,0,0,0,486,.65l-13.4,13L457.72.58A2,2,0,0,0,455,.65L440.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L423.72.58A2,2,0,0,0,421,.65L406.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L389.72.58A2,2,0,0,0,387,.65L372.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L356.39.58a2,2,0,0,0-2.72.07L339.53,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L323.06.58a2,2,0,0,0-2.72.07L306.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L289.06.58a2,2,0,0,0-2.72.07L272.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L255.06.58a2,2,0,0,0-2.72.07L238.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L221.72.58A2,2,0,0,0,219,.65l-13.4,13L190.72.58A2,2,0,0,0,188,.65L173.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L156.72.58A2,2,0,0,0,154,.65L139.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L122.72.58A2,2,0,0,0,120,.65L105.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L89.39.58a2,2,0,0,0-2.72.07l-14,13.58L57.22.58a2,2,0,0,0-2.72.07L40.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L23.89.58a2,2,0,0,0-2.72.07L7.28,14.18,0,.86V23.72Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 70px; position: absolute; top: -40px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

.top-spikesStar:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.91'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3eZasób 14%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M52.71,28.47a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.13l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.78,1.78,0,0,0,.83.21,1.76,1.76,0,0,0,1-.35,1.81,1.81,0,0,0,.71-1.77l-2.15-12.7a1,1,0,0,1,.28-.89l9.11-9a1.81,1.81,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55L66.75,2.44a1.85,1.85,0,0,0-3.2,0L57.92,14a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.82,1.82,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M183.78,59.61a1,1,0,0,1,.28.89l-1.86,11a1.59,1.59,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12L194.2,68a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.58,1.58,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M10.3,16a1,1,0,0,1,.28.89L9.37,24.08a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,.48.12,1,1,0,0,0,.61-.2,1.06,1.06,0,0,0,.41-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L18.6.89a1,1,0,0,0-1.77,0L13.59,7.53a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M87.46,54.25l5.16,5.09a1,1,0,0,1,.28.89l-1.22,7.19a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.42-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0L95.9,50.86a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72A1.06,1.06,0,0,0,87.46,54.25Z'/%3e%3cpath class='cls-1' d='M144.71,55.06a1,1,0,0,1,.28.89l-1.09,6.41a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93l-1.09-6.41a1,1,0,0,1,.28-.88l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64L155.83,48a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73A1,1,0,0,1,147,48l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M117.17,29.81a1,1,0,0,1,.28.89l-.82,4.83a.74.74,0,0,0,.29.72.71.71,0,0,0,.76.05L122,34a1,1,0,0,1,.92,0l4.29,2.28a.72.72,0,0,0,.34.08.71.71,0,0,0,.42-.14.73.73,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.73.73,0,0,0,.18-.75.73.73,0,0,0-.58-.5L126,24.43a1,1,0,0,1-.74-.55L123.32,20a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.71a.72.72,0,0,0-.58.5.74.74,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1842.4,28.14a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.14l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.76,1.76,0,0,0,1.88-.13,1.82,1.82,0,0,0,.71-1.77L1867,29a1,1,0,0,1,.28-.89l9.12-9a1.82,1.82,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55l-5.63-11.55a1.85,1.85,0,0,0-3.2,0l-5.63,11.55a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.81,1.81,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M1714.45,59.28a1,1,0,0,1,.28.89l-1.86,11a1.58,1.58,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12l9.75-5.19a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.59,1.59,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M1894.88,15.67a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L1903.18.56a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1812.56,59a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.42,1,1,1,0,0,0,.61.2,1,1,0,0,0,.48-.12l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1761.89,54.73a1,1,0,0,1,.28.89L1761.09,62a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93L1775,55.62a1,1,0,0,1,.28-.89l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64l-6.35-.93a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73a1,1,0,0,1-.74.55l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M1792.31,29.47a1,1,0,0,1,.28.89l-.82,4.83a.73.73,0,0,0,.29.72.71.71,0,0,0,.42.14.72.72,0,0,0,.34-.08l4.29-2.28a1,1,0,0,1,.92,0l4.29,2.28a.71.71,0,0,0,.76-.05.74.74,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.74.74,0,0,0,.18-.75.72.72,0,0,0-.58-.5l-4.79-.7a1,1,0,0,1-.74-.55l-1.91-3.91a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.7a.73.73,0,0,0-.58.5.73.73,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1909,43.9a1,1,0,0,1-.88-.33l-12.53-14a2.62,2.62,0,0,0-2.64-.77,2.59,2.59,0,0,0-1.86,2l-3.54,18.37a1,1,0,0,1-.58.73l-17.24,7.52a2.59,2.59,0,0,0-1.13,3.8,2.62,2.62,0,0,0,.92.84l16.5,9a1,1,0,0,1,.52.78l.37,3.66-5.32,20.51a2,2,0,0,0-.54.83h-.7a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1798,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1733.8,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H1585a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1472,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1372.6,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1339,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1272.5,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1208.3,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L946.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L912.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L880,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L847.09,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L813.51,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L779.92,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L747,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L682.79,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L649.2,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L616.28,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.58a2,2,0,0,0-.41-.5L582.86,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L549.27,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L515.69,82.64a2,2,0,0,0-2.68.07L499,96.48a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L482.76,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L418.55,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L385,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L352,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H335a2,2,0,0,0-.41-.5L319.11,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L285.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L251.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L219,82.64a2,2,0,0,0-2.68.07l-13.23,13L188.4,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L154.81,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L121.23,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L88.3,82.64a2,2,0,0,0-2.68.07L71.83,96.29,56.52,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H38.8a2,2,0,0,0-.41-.5L33.06,75.9l.37-3.66a1,1,0,0,1,.52-.78l16.5-9a2.62,2.62,0,0,0,.92-.84,2.59,2.59,0,0,0-1.13-3.8L33,50.29a1,1,0,0,1-.58-.73L28.87,31.19a2.59,2.59,0,0,0-1.86-2,2.62,2.62,0,0,0-2.64.77l-12.53,14a1,1,0,0,1-.88.33L0,42.87v115H1910.4v-.5h9.6V42.53Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.91'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3eZasób 14%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M52.71,28.47a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.13l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.78,1.78,0,0,0,.83.21,1.76,1.76,0,0,0,1-.35,1.81,1.81,0,0,0,.71-1.77l-2.15-12.7a1,1,0,0,1,.28-.89l9.11-9a1.81,1.81,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55L66.75,2.44a1.85,1.85,0,0,0-3.2,0L57.92,14a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.82,1.82,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M183.78,59.61a1,1,0,0,1,.28.89l-1.86,11a1.59,1.59,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12L194.2,68a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.58,1.58,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M10.3,16a1,1,0,0,1,.28.89L9.37,24.08a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,.48.12,1,1,0,0,0,.61-.2,1.06,1.06,0,0,0,.41-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L18.6.89a1,1,0,0,0-1.77,0L13.59,7.53a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M87.46,54.25l5.16,5.09a1,1,0,0,1,.28.89l-1.22,7.19a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.42-1l-1.22-7.18a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0L95.9,50.86a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72A1.06,1.06,0,0,0,87.46,54.25Z'/%3e%3cpath class='cls-1' d='M144.71,55.06a1,1,0,0,1,.28.89l-1.09,6.41a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93l-1.09-6.41a1,1,0,0,1,.28-.88l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64L155.83,48a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73A1,1,0,0,1,147,48l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M117.17,29.81a1,1,0,0,1,.28.89l-.82,4.83a.74.74,0,0,0,.29.72.71.71,0,0,0,.76.05L122,34a1,1,0,0,1,.92,0l4.29,2.28a.72.72,0,0,0,.34.08.71.71,0,0,0,.42-.14.73.73,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.73.73,0,0,0,.18-.75.73.73,0,0,0-.58-.5L126,24.43a1,1,0,0,1-.74-.55L123.32,20a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.71a.72.72,0,0,0-.58.5.74.74,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1842.4,28.14a1,1,0,0,1,.28.89l-2.15,12.7a1.82,1.82,0,0,0,.71,1.77,1.76,1.76,0,0,0,1.88.14l11.26-6a1,1,0,0,1,.92,0l11.26,6a1.76,1.76,0,0,0,1.88-.13,1.82,1.82,0,0,0,.71-1.77L1867,29a1,1,0,0,1,.28-.89l9.12-9a1.82,1.82,0,0,0,.45-1.85,1.79,1.79,0,0,0-1.44-1.23l-12.6-1.85a1,1,0,0,1-.74-.55l-5.63-11.55a1.85,1.85,0,0,0-3.2,0l-5.63,11.55a1,1,0,0,1-.74.55l-12.6,1.85a1.79,1.79,0,0,0-1.44,1.23,1.81,1.81,0,0,0,.45,1.85Z'/%3e%3cpath class='cls-1' d='M1714.45,59.28a1,1,0,0,1,.28.89l-1.86,11a1.58,1.58,0,0,0,.62,1.54,1.53,1.53,0,0,0,1.64.12l9.75-5.19a1,1,0,0,1,.92,0l9.75,5.19a1.53,1.53,0,0,0,1.64-.12,1.59,1.59,0,0,0,.62-1.54l-1.86-11a1,1,0,0,1,.28-.89l7.89-7.79a1.58,1.58,0,0,0,.39-1.61,1.56,1.56,0,0,0-1.25-1.07l-10.9-1.6a1,1,0,0,1-.74-.55l-4.88-10a1.61,1.61,0,0,0-2.79,0l-4.88,10a1,1,0,0,1-.74.55l-10.9,1.6a1.56,1.56,0,0,0-1.25,1.07,1.58,1.58,0,0,0,.39,1.61Z'/%3e%3cpath class='cls-1' d='M1894.88,15.67a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.41,1,1,1,0,0,0,1.1.08l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55L1903.18.56a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1812.56,59a1,1,0,0,1,.28.89l-1.22,7.18a1.06,1.06,0,0,0,.42,1,1,1,0,0,0,.61.2,1,1,0,0,0,.48-.12l6.37-3.39a1,1,0,0,1,.92,0l6.37,3.39a1,1,0,0,0,1.1-.08,1.06,1.06,0,0,0,.41-1l-1.22-7.19a1,1,0,0,1,.28-.89l5.16-5.09a1.06,1.06,0,0,0,.26-1.08,1,1,0,0,0-.84-.72l-7.13-1a1,1,0,0,1-.74-.55l-3.24-6.64a1,1,0,0,0-1.77,0l-3.24,6.64a1,1,0,0,1-.74.55l-7.13,1a1,1,0,0,0-.84.72,1.06,1.06,0,0,0,.26,1.08Z'/%3e%3cpath class='cls-1' d='M1761.89,54.73a1,1,0,0,1,.28.89L1761.09,62a1,1,0,0,0,.37.93.92.92,0,0,0,1,.07l5.68-3a1,1,0,0,1,.92,0l5.68,3a.92.92,0,0,0,1-.07,1,1,0,0,0,.37-.93L1775,55.62a1,1,0,0,1,.28-.89l4.6-4.54a1,1,0,0,0,.24-1,.94.94,0,0,0-.75-.64l-6.35-.93a1,1,0,0,1-.74-.55l-2.8-5.73a1,1,0,0,0-1.77,0l-2.8,5.73a1,1,0,0,1-.74.55l-6.35.93a.94.94,0,0,0-.75.64,1,1,0,0,0,.24,1Z'/%3e%3cpath class='cls-1' d='M1792.31,29.47a1,1,0,0,1,.28.89l-.82,4.83a.73.73,0,0,0,.29.72.71.71,0,0,0,.42.14.72.72,0,0,0,.34-.08l4.29-2.28a1,1,0,0,1,.92,0l4.29,2.28a.71.71,0,0,0,.76-.05.74.74,0,0,0,.29-.72l-.82-4.83a1,1,0,0,1,.28-.89l3.47-3.42a.74.74,0,0,0,.18-.75.72.72,0,0,0-.58-.5l-4.79-.7a1,1,0,0,1-.74-.55l-1.91-3.91a1,1,0,0,0-1.77,0l-1.91,3.91a1,1,0,0,1-.74.55l-4.79.7a.73.73,0,0,0-.58.5.73.73,0,0,0,.18.75Z'/%3e%3cpath class='cls-1' d='M1909,43.9a1,1,0,0,1-.88-.33l-12.53-14a2.62,2.62,0,0,0-2.64-.77,2.59,2.59,0,0,0-1.86,2l-3.54,18.37a1,1,0,0,1-.58.73l-17.24,7.52a2.59,2.59,0,0,0-1.13,3.8,2.62,2.62,0,0,0,.92.84l16.5,9a1,1,0,0,1,.52.78l.37,3.66-5.32,20.51a2,2,0,0,0-.54.83h-.7a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1798,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1733.8,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H1585a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1472,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1372.6,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1339,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L1272.5,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L1208.3,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.39,13.2-14.88-13.27a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5l-15.45-13.77a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L946.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L912.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L880,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L847.09,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L813.51,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L779.92,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L747,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L682.79,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L649.2,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L616.28,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.58a2,2,0,0,0-.41-.5L582.86,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L549.27,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L515.69,82.64a2,2,0,0,0-2.68.07L499,96.48a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L482.76,82.64a2,2,0,0,0-2.68.07l-13.23,13-14.7-13.11a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L418.55,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L385,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L352,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H335a2,2,0,0,0-.41-.5L319.11,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L285.53,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L251.94,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L219,82.64a2,2,0,0,0-2.68.07l-13.23,13L188.4,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L154.81,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.75a2,2,0,0,0-.41-.5L121.23,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43h-.09a2,2,0,0,0-.41-.5L88.3,82.64a2,2,0,0,0-2.68.07L71.83,96.29,56.52,82.64a2,2,0,0,0-2.68.07l-14,13.77a2,2,0,0,0-.32.43H38.8a2,2,0,0,0-.41-.5L33.06,75.9l.37-3.66a1,1,0,0,1,.52-.78l16.5-9a2.62,2.62,0,0,0,.92-.84,2.59,2.59,0,0,0-1.13-3.8L33,50.29a1,1,0,0,1-.58-.73L28.87,31.19a2.59,2.59,0,0,0-1.86-2,2.62,2.62,0,0,0-2.64.77l-12.53,14a1,1,0,0,1-.88.33L0,42.87v115H1910.4v-.5h9.6V42.53Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 160px; position: absolute; top: -105px; left: 0; right: 0; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

.bottom-spikesStar:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.84'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3estars_decoration bottom_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cg id='Warstwa_2-2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2-2' data-name='Warstwa 1-2'%3e%3cpath class='cls-1' d='M1867.29,129.4a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.13l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.78,1.78,0,0,0-.83-.21,1.76,1.76,0,0,0-1,.35,1.81,1.81,0,0,0-.71,1.77l2.15,12.7a1,1,0,0,1-.28.89l-9.11,9a1.81,1.81,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.57,11.54a1.85,1.85,0,0,0,3.2,0l5.63-11.56a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.82,1.82,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M1736.22,98.26a1,1,0,0,1-.28-.89l1.86-11a1.59,1.59,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.74,5.16a1,1,0,0,1-.92,0l-9.75-5.19a1.53,1.53,0,0,0-1.64.12,1.58,1.58,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M1909.7,141.87a1,1,0,0,1-.28-.89l1.21-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.09.08,1.06,1.06,0,0,0-.41,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.68a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M1832.54,103.62l-5.16-5.09a1,1,0,0,1-.28-.89l1.22-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.42,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.24,6.64a1,1,0,0,0,1.77,0l3.23-6.59a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72A1.06,1.06,0,0,0,1832.54,103.62Z'/%3e%3cpath class='cls-1' d='M1775.29,102.81a1,1,0,0,1-.28-.89l1.09-6.41a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.09,6.41a1,1,0,0,1-.28.88l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.37.89a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.72-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M1802.83,128.06a1,1,0,0,1-.28-.89l.82-4.83a.74.74,0,0,0-.29-.72.71.71,0,0,0-.76,0l-4.32,2.3a1,1,0,0,1-.92,0l-4.29-2.28a.72.72,0,0,0-.34-.08.71.71,0,0,0-.42.14.73.73,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0,.4,1.25l4.79.68a1,1,0,0,1,.74.55l1.94,3.88a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.71a.72.72,0,0,0,.58-.5.74.74,0,0,0-.18-.75Z'/%3e%3cpath class='cls-1' d='M77.6,129.73a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.14l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.76,1.76,0,0,0-1.88.13,1.82,1.82,0,0,0-.71,1.77L53,128.87a1,1,0,0,1-.28.89l-9.12,9a1.82,1.82,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.63,11.55a1.85,1.85,0,0,0,3.2,0l5.63-11.55a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.81,1.81,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M205.55,98.59a1,1,0,0,1-.28-.89l1.86-11a1.58,1.58,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.75,5.19a1,1,0,0,1-.92,0L184.45,85a1.53,1.53,0,0,0-1.64.12,1.59,1.59,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M25.12,142.2a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0L10.89,133a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1l1.22,7.19a1,1,0,0,1-.28.89L5.16,147.3a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.66a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M107.44,98.87a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.42-1,1,1,0,0,0-1.09-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1L92.92,98a1,1,0,0,1-.28.89L87.48,104a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55L99.17,114a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M158.11,103.14a1,1,0,0,1-.28-.89l1.08-6.38a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.11,6.38a1,1,0,0,1-.28.89l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.35.93a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.74-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M127.69,128.4a1,1,0,0,1-.28-.89l.82-4.83a.73.73,0,0,0-.29-.72.71.71,0,0,0-.42-.14.72.72,0,0,0-.34.08l-4.29,2.28a1,1,0,0,1-.92,0l-4.29-2.28a.71.71,0,0,0-.76,0,.74.74,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0-.18.75.72.72,0,0,0,.58.5l4.79.7a1,1,0,0,1,.74.55l1.91,3.91a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.7a.74.74,0,0,0,.4-1.25Z'/%3e%3cpath class='cls-1' d='M11,114a1,1,0,0,1,.88.33l12.53,14a2.62,2.62,0,0,0,2.64.77,2.59,2.59,0,0,0,1.86-2l3.54-18.37A1,1,0,0,1,33,108l17.24-7.52a2.59,2.59,0,0,0,1.13-3.8,2.62,2.62,0,0,0-.92-.84l-16.5-9a1,1,0,0,1-.52-.78l-.37-3.66,5.32-20.51a2,2,0,0,0,.54-.83h.7a2,2,0,0,0,.41.5L55.51,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L89.12,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L122,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L186.2,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L268.83,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H335a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L448,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,465,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L547.4,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L581,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,598,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L647.5,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L711.7,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L794.33,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H827a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13L940,75.27a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,957,61h.75a2,2,0,0,0,.41.5l15.32,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1040,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1057,61h.09a2,2,0,0,0,.41.5l15.41,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1173,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.58a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L1535,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1552,61h.09a2,2,0,0,0,.41.5L1568,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1585,61h0a2,2,0,0,0,.41.5l15.48,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1701,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.69,13.07a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l13.79-13.58,15.31,13.65a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.72a2,2,0,0,0,.41.5L1886.94,82l-.37,3.66a1,1,0,0,1-.52.78l-16.5,9a2.62,2.62,0,0,0-.92.84,2.59,2.59,0,0,0,1.13,3.8l17.24,7.53a1,1,0,0,1,.58.73l3.55,18.37a2.59,2.59,0,0,0,1.86,2,2.62,2.62,0,0,0,2.64-.77l12.53-14a1,1,0,0,1,.88-.33l11,1.42V0H9.6V.5H0V115.34Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.84'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3estars_decoration bottom_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cg id='Warstwa_2-2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2-2' data-name='Warstwa 1-2'%3e%3cpath class='cls-1' d='M1867.29,129.4a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.13l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.78,1.78,0,0,0-.83-.21,1.76,1.76,0,0,0-1,.35,1.81,1.81,0,0,0-.71,1.77l2.15,12.7a1,1,0,0,1-.28.89l-9.11,9a1.81,1.81,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.57,11.54a1.85,1.85,0,0,0,3.2,0l5.63-11.56a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.82,1.82,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M1736.22,98.26a1,1,0,0,1-.28-.89l1.86-11a1.59,1.59,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.74,5.16a1,1,0,0,1-.92,0l-9.75-5.19a1.53,1.53,0,0,0-1.64.12,1.58,1.58,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M1909.7,141.87a1,1,0,0,1-.28-.89l1.21-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.09.08,1.06,1.06,0,0,0-.41,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.68a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M1832.54,103.62l-5.16-5.09a1,1,0,0,1-.28-.89l1.22-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.42,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.24,6.64a1,1,0,0,0,1.77,0l3.23-6.59a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72A1.06,1.06,0,0,0,1832.54,103.62Z'/%3e%3cpath class='cls-1' d='M1775.29,102.81a1,1,0,0,1-.28-.89l1.09-6.41a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.09,6.41a1,1,0,0,1-.28.88l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.37.89a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.72-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M1802.83,128.06a1,1,0,0,1-.28-.89l.82-4.83a.74.74,0,0,0-.29-.72.71.71,0,0,0-.76,0l-4.32,2.3a1,1,0,0,1-.92,0l-4.29-2.28a.72.72,0,0,0-.34-.08.71.71,0,0,0-.42.14.73.73,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0,.4,1.25l4.79.68a1,1,0,0,1,.74.55l1.94,3.88a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.71a.72.72,0,0,0,.58-.5.74.74,0,0,0-.18-.75Z'/%3e%3cpath class='cls-1' d='M77.6,129.73a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.14l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.76,1.76,0,0,0-1.88.13,1.82,1.82,0,0,0-.71,1.77L53,128.87a1,1,0,0,1-.28.89l-9.12,9a1.82,1.82,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.63,11.55a1.85,1.85,0,0,0,3.2,0l5.63-11.55a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.81,1.81,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M205.55,98.59a1,1,0,0,1-.28-.89l1.86-11a1.58,1.58,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.75,5.19a1,1,0,0,1-.92,0L184.45,85a1.53,1.53,0,0,0-1.64.12,1.59,1.59,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M25.12,142.2a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0L10.89,133a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1l1.22,7.19a1,1,0,0,1-.28.89L5.16,147.3a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.66a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M107.44,98.87a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.42-1,1,1,0,0,0-1.09-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1L92.92,98a1,1,0,0,1-.28.89L87.48,104a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55L99.17,114a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M158.11,103.14a1,1,0,0,1-.28-.89l1.08-6.38a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.11,6.38a1,1,0,0,1-.28.89l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.35.93a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.74-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M127.69,128.4a1,1,0,0,1-.28-.89l.82-4.83a.73.73,0,0,0-.29-.72.71.71,0,0,0-.42-.14.72.72,0,0,0-.34.08l-4.29,2.28a1,1,0,0,1-.92,0l-4.29-2.28a.71.71,0,0,0-.76,0,.74.74,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0-.18.75.72.72,0,0,0,.58.5l4.79.7a1,1,0,0,1,.74.55l1.91,3.91a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.7a.74.74,0,0,0,.4-1.25Z'/%3e%3cpath class='cls-1' d='M11,114a1,1,0,0,1,.88.33l12.53,14a2.62,2.62,0,0,0,2.64.77,2.59,2.59,0,0,0,1.86-2l3.54-18.37A1,1,0,0,1,33,108l17.24-7.52a2.59,2.59,0,0,0,1.13-3.8,2.62,2.62,0,0,0-.92-.84l-16.5-9a1,1,0,0,1-.52-.78l-.37-3.66,5.32-20.51a2,2,0,0,0,.54-.83h.7a2,2,0,0,0,.41.5L55.51,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L89.12,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L122,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L186.2,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L268.83,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H335a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L448,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,465,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L547.4,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L581,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,598,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L647.5,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L711.7,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L794.33,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H827a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13L940,75.27a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,957,61h.75a2,2,0,0,0,.41.5l15.32,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1040,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1057,61h.09a2,2,0,0,0,.41.5l15.41,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1173,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.58a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L1535,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1552,61h.09a2,2,0,0,0,.41.5L1568,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1585,61h0a2,2,0,0,0,.41.5l15.48,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1701,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.69,13.07a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l13.79-13.58,15.31,13.65a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.72a2,2,0,0,0,.41.5L1886.94,82l-.37,3.66a1,1,0,0,1-.52.78l-16.5,9a2.62,2.62,0,0,0-.92.84,2.59,2.59,0,0,0,1.13,3.8l17.24,7.53a1,1,0,0,1,.58.73l3.55,18.37a2.59,2.59,0,0,0,1.86,2,2.62,2.62,0,0,0,2.64-.77l12.53-14a1,1,0,0,1,.88-.33l11,1.42V0H9.6V.5H0V115.34Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 160px; position: absolute; bottom: -105px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

.top-bottom-spikes:before { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1934 23.72'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3edecoration_2_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M1934,23.72V14.86h0V.77l-7.28,13.32L1912.79.57a2,2,0,0,0-2.72-.07l-11.3,10L1887.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1853.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1820.22.58a2,2,0,0,0-2.72.07l-13.4,13L1789.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1755.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1721.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1687.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1656.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1622.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1588.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1555.22.58a2,2,0,0,0-2.72.07l-13.4,13L1524.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1490.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1456.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1422.89.58a2,2,0,0,0-2.72.07L1406,14.43a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1389.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1355.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1321.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1288.22.58a2,2,0,0,0-2.72.07l-13.4,13L1257.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1223.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1189.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1155.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1124.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1090.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1056.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1023.22.58a2,2,0,0,0-2.72.07l-13.4,13L992.22.58a2,2,0,0,0-2.72.07L975.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L958.22.58a2,2,0,0,0-2.72.07L941.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L924.22.58a2,2,0,0,0-2.72.07L907.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L890.89.58a2,2,0,0,0-2.72.07L874,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L857.56.58a2,2,0,0,0-2.72.07L840.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L823.56.58a2,2,0,0,0-2.72.07L806.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L789.56.58a2,2,0,0,0-2.72.07L772.69,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L756.22.58a2,2,0,0,0-2.72.07l-13.4,13L725.22.58a2,2,0,0,0-2.72.07L708.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L691.22.58a2,2,0,0,0-2.72.07L674.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L657.22.58a2,2,0,0,0-2.72.07L640.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L623.89.58a2,2,0,0,0-2.72.07L607,14.43a2,2,0,0,0-.33.43h-.59a2.05,2.05,0,0,0-.42-.5L590.06.58a2,2,0,0,0-2.72.07L573.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L556.06.58a2,2,0,0,0-2.72.07L539.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L522.06.58a2,2,0,0,0-2.72.07L505.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L488.72.58A2,2,0,0,0,486,.65l-13.4,13L457.72.58A2,2,0,0,0,455,.65L440.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L423.72.58A2,2,0,0,0,421,.65L406.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L389.72.58A2,2,0,0,0,387,.65L372.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L356.39.58a2,2,0,0,0-2.72.07L339.53,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L323.06.58a2,2,0,0,0-2.72.07L306.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L289.06.58a2,2,0,0,0-2.72.07L272.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L255.06.58a2,2,0,0,0-2.72.07L238.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L221.72.58A2,2,0,0,0,219,.65l-13.4,13L190.72.58A2,2,0,0,0,188,.65L173.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L156.72.58A2,2,0,0,0,154,.65L139.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L122.72.58A2,2,0,0,0,120,.65L105.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L89.39.58a2,2,0,0,0-2.72.07l-14,13.58L57.22.58a2,2,0,0,0-2.72.07L40.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L23.89.58a2,2,0,0,0-2.72.07L7.28,14.18,0,.86V23.72Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1934 23.72'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3edecoration_2_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cpath class='cls-1' d='M1934,23.72V14.86h0V.77l-7.28,13.32L1912.79.57a2,2,0,0,0-2.72-.07l-11.3,10L1887.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1853.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1820.22.58a2,2,0,0,0-2.72.07l-13.4,13L1789.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1755.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1721.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1687.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1656.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1622.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1588.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1555.22.58a2,2,0,0,0-2.72.07l-13.4,13L1524.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1490.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1456.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1422.89.58a2,2,0,0,0-2.72.07L1406,14.43a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1389.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1355.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1321.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1288.22.58a2,2,0,0,0-2.72.07l-13.4,13L1257.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1223.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L1189.22.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2,2,0,0,0-.42-.5L1155.89.58a2,2,0,0,0-2.72.07l-13.56,13.2L1124.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1090.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.76a2,2,0,0,0-.42-.5L1056.56.58a2,2,0,0,0-2.72.07l-14.15,13.77a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L1023.22.58a2,2,0,0,0-2.72.07l-13.4,13L992.22.58a2,2,0,0,0-2.72.07L975.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L958.22.58a2,2,0,0,0-2.72.07L941.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L924.22.58a2,2,0,0,0-2.72.07L907.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L890.89.58a2,2,0,0,0-2.72.07L874,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L857.56.58a2,2,0,0,0-2.72.07L840.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L823.56.58a2,2,0,0,0-2.72.07L806.69,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L789.56.58a2,2,0,0,0-2.72.07L772.69,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L756.22.58a2,2,0,0,0-2.72.07l-13.4,13L725.22.58a2,2,0,0,0-2.72.07L708.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L691.22.58a2,2,0,0,0-2.72.07L674.36,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L657.22.58a2,2,0,0,0-2.72.07L640.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L623.89.58a2,2,0,0,0-2.72.07L607,14.43a2,2,0,0,0-.33.43h-.59a2.05,2.05,0,0,0-.42-.5L590.06.58a2,2,0,0,0-2.72.07L573.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L556.06.58a2,2,0,0,0-2.72.07L539.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L522.06.58a2,2,0,0,0-2.72.07L505.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L488.72.58A2,2,0,0,0,486,.65l-13.4,13L457.72.58A2,2,0,0,0,455,.65L440.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L423.72.58A2,2,0,0,0,421,.65L406.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L389.72.58A2,2,0,0,0,387,.65L372.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L356.39.58a2,2,0,0,0-2.72.07L339.53,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L323.06.58a2,2,0,0,0-2.72.07L306.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L289.06.58a2,2,0,0,0-2.72.07L272.19,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L255.06.58a2,2,0,0,0-2.72.07L238.19,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L221.72.58A2,2,0,0,0,219,.65l-13.4,13L190.72.58A2,2,0,0,0,188,.65L173.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L156.72.58A2,2,0,0,0,154,.65L139.86,14.43a2,2,0,0,0-.33.43h-.76a2.05,2.05,0,0,0-.42-.5L122.72.58A2,2,0,0,0,120,.65L105.86,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L89.39.58a2,2,0,0,0-2.72.07l-14,13.58L57.22.58a2,2,0,0,0-2.72.07L40.36,14.43a2,2,0,0,0-.33.43h-.09a2.05,2.05,0,0,0-.42-.5L23.89.58a2,2,0,0,0-2.72.07L7.28,14.18,0,.86V23.72Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 70px; position: absolute; top: -40px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

.top-bottom-spikes:after { content: " "; background-size: contain; -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.84'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3estars_decoration bottom_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cg id='Warstwa_2-2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2-2' data-name='Warstwa 1-2'%3e%3cpath class='cls-1' d='M1867.29,129.4a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.13l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.78,1.78,0,0,0-.83-.21,1.76,1.76,0,0,0-1,.35,1.81,1.81,0,0,0-.71,1.77l2.15,12.7a1,1,0,0,1-.28.89l-9.11,9a1.81,1.81,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.57,11.54a1.85,1.85,0,0,0,3.2,0l5.63-11.56a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.82,1.82,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M1736.22,98.26a1,1,0,0,1-.28-.89l1.86-11a1.59,1.59,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.74,5.16a1,1,0,0,1-.92,0l-9.75-5.19a1.53,1.53,0,0,0-1.64.12,1.58,1.58,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M1909.7,141.87a1,1,0,0,1-.28-.89l1.21-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.09.08,1.06,1.06,0,0,0-.41,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.68a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M1832.54,103.62l-5.16-5.09a1,1,0,0,1-.28-.89l1.22-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.42,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.24,6.64a1,1,0,0,0,1.77,0l3.23-6.59a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72A1.06,1.06,0,0,0,1832.54,103.62Z'/%3e%3cpath class='cls-1' d='M1775.29,102.81a1,1,0,0,1-.28-.89l1.09-6.41a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.09,6.41a1,1,0,0,1-.28.88l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.37.89a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.72-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M1802.83,128.06a1,1,0,0,1-.28-.89l.82-4.83a.74.74,0,0,0-.29-.72.71.71,0,0,0-.76,0l-4.32,2.3a1,1,0,0,1-.92,0l-4.29-2.28a.72.72,0,0,0-.34-.08.71.71,0,0,0-.42.14.73.73,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0,.4,1.25l4.79.68a1,1,0,0,1,.74.55l1.94,3.88a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.71a.72.72,0,0,0,.58-.5.74.74,0,0,0-.18-.75Z'/%3e%3cpath class='cls-1' d='M77.6,129.73a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.14l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.76,1.76,0,0,0-1.88.13,1.82,1.82,0,0,0-.71,1.77L53,128.87a1,1,0,0,1-.28.89l-9.12,9a1.82,1.82,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.63,11.55a1.85,1.85,0,0,0,3.2,0l5.63-11.55a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.81,1.81,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M205.55,98.59a1,1,0,0,1-.28-.89l1.86-11a1.58,1.58,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.75,5.19a1,1,0,0,1-.92,0L184.45,85a1.53,1.53,0,0,0-1.64.12,1.59,1.59,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M25.12,142.2a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0L10.89,133a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1l1.22,7.19a1,1,0,0,1-.28.89L5.16,147.3a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.66a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M107.44,98.87a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.42-1,1,1,0,0,0-1.09-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1L92.92,98a1,1,0,0,1-.28.89L87.48,104a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55L99.17,114a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M158.11,103.14a1,1,0,0,1-.28-.89l1.08-6.38a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.11,6.38a1,1,0,0,1-.28.89l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.35.93a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.74-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M127.69,128.4a1,1,0,0,1-.28-.89l.82-4.83a.73.73,0,0,0-.29-.72.71.71,0,0,0-.42-.14.72.72,0,0,0-.34.08l-4.29,2.28a1,1,0,0,1-.92,0l-4.29-2.28a.71.71,0,0,0-.76,0,.74.74,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0-.18.75.72.72,0,0,0,.58.5l4.79.7a1,1,0,0,1,.74.55l1.91,3.91a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.7a.74.74,0,0,0,.4-1.25Z'/%3e%3cpath class='cls-1' d='M11,114a1,1,0,0,1,.88.33l12.53,14a2.62,2.62,0,0,0,2.64.77,2.59,2.59,0,0,0,1.86-2l3.54-18.37A1,1,0,0,1,33,108l17.24-7.52a2.59,2.59,0,0,0,1.13-3.8,2.62,2.62,0,0,0-.92-.84l-16.5-9a1,1,0,0,1-.52-.78l-.37-3.66,5.32-20.51a2,2,0,0,0,.54-.83h.7a2,2,0,0,0,.41.5L55.51,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L89.12,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L122,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L186.2,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L268.83,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H335a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L448,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,465,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L547.4,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L581,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,598,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L647.5,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L711.7,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L794.33,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H827a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13L940,75.27a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,957,61h.75a2,2,0,0,0,.41.5l15.32,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1040,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1057,61h.09a2,2,0,0,0,.41.5l15.41,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1173,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.58a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L1535,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1552,61h.09a2,2,0,0,0,.41.5L1568,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1585,61h0a2,2,0,0,0,.41.5l15.48,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1701,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.69,13.07a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l13.79-13.58,15.31,13.65a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.72a2,2,0,0,0,.41.5L1886.94,82l-.37,3.66a1,1,0,0,1-.52.78l-16.5,9a2.62,2.62,0,0,0-.92.84,2.59,2.59,0,0,0,1.13,3.8l17.24,7.53a1,1,0,0,1,.58.73l3.55,18.37a2.59,2.59,0,0,0,1.86,2,2.62,2.62,0,0,0,2.64-.77l12.53-14a1,1,0,0,1,.88-.33l11,1.42V0H9.6V.5H0V115.34Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; mask: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 157.84'%3e%3cdefs%3e%3c/defs%3e%3ctitle%3estars_decoration bottom_white%3c/title%3e%3cg id='Warstwa_2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2' data-name='Warstwa 1'%3e%3cg id='Warstwa_2-2' data-name='Warstwa 2'%3e%3cg id='Warstwa_1-2-2' data-name='Warstwa 1-2'%3e%3cpath class='cls-1' d='M1867.29,129.4a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.13l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.78,1.78,0,0,0-.83-.21,1.76,1.76,0,0,0-1,.35,1.81,1.81,0,0,0-.71,1.77l2.15,12.7a1,1,0,0,1-.28.89l-9.11,9a1.81,1.81,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.57,11.54a1.85,1.85,0,0,0,3.2,0l5.63-11.56a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.82,1.82,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M1736.22,98.26a1,1,0,0,1-.28-.89l1.86-11a1.59,1.59,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.74,5.16a1,1,0,0,1-.92,0l-9.75-5.19a1.53,1.53,0,0,0-1.64.12,1.58,1.58,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M1909.7,141.87a1,1,0,0,1-.28-.89l1.21-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.09.08,1.06,1.06,0,0,0-.41,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.68a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M1832.54,103.62l-5.16-5.09a1,1,0,0,1-.28-.89l1.22-7.19a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.42,1l1.22,7.18a1,1,0,0,1-.28.89l-5.16,5.09a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.24,6.64a1,1,0,0,0,1.77,0l3.23-6.59a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72A1.06,1.06,0,0,0,1832.54,103.62Z'/%3e%3cpath class='cls-1' d='M1775.29,102.81a1,1,0,0,1-.28-.89l1.09-6.41a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.09,6.41a1,1,0,0,1-.28.88l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.37.89a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.72-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M1802.83,128.06a1,1,0,0,1-.28-.89l.82-4.83a.74.74,0,0,0-.29-.72.71.71,0,0,0-.76,0l-4.32,2.3a1,1,0,0,1-.92,0l-4.29-2.28a.72.72,0,0,0-.34-.08.71.71,0,0,0-.42.14.73.73,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0,.4,1.25l4.79.68a1,1,0,0,1,.74.55l1.94,3.88a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.71a.72.72,0,0,0,.58-.5.74.74,0,0,0-.18-.75Z'/%3e%3cpath class='cls-1' d='M77.6,129.73a1,1,0,0,1-.28-.89l2.15-12.7a1.82,1.82,0,0,0-.71-1.77,1.76,1.76,0,0,0-1.88-.14l-11.26,6a1,1,0,0,1-.92,0l-11.26-6a1.76,1.76,0,0,0-1.88.13,1.82,1.82,0,0,0-.71,1.77L53,128.87a1,1,0,0,1-.28.89l-9.12,9a1.82,1.82,0,0,0-.45,1.85,1.79,1.79,0,0,0,1.44,1.23l12.6,1.85a1,1,0,0,1,.74.55l5.63,11.55a1.85,1.85,0,0,0,3.2,0l5.63-11.55a1,1,0,0,1,.74-.55l12.6-1.85a1.79,1.79,0,0,0,1.44-1.23,1.81,1.81,0,0,0-.45-1.85Z'/%3e%3cpath class='cls-1' d='M205.55,98.59a1,1,0,0,1-.28-.89l1.86-11a1.58,1.58,0,0,0-.62-1.54,1.53,1.53,0,0,0-1.64-.12l-9.75,5.19a1,1,0,0,1-.92,0L184.45,85a1.53,1.53,0,0,0-1.64.12,1.59,1.59,0,0,0-.62,1.54l1.86,11a1,1,0,0,1-.28.89l-7.89,7.79a1.58,1.58,0,0,0-.39,1.61,1.56,1.56,0,0,0,1.25,1.07l10.9,1.6a1,1,0,0,1,.74.55l4.88,10a1.61,1.61,0,0,0,2.79,0l4.88-10a1,1,0,0,1,.74-.55l10.9-1.6a1.56,1.56,0,0,0,1.25-1.07,1.58,1.58,0,0,0-.39-1.61Z'/%3e%3cpath class='cls-1' d='M25.12,142.2a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.41-1,1,1,0,0,0-1.1-.08l-6.37,3.39a1,1,0,0,1-.92,0L10.89,133a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1l1.22,7.19a1,1,0,0,1-.28.89L5.16,147.3a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55l3.21,6.66a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M107.44,98.87a1,1,0,0,1-.28-.89l1.22-7.18a1.06,1.06,0,0,0-.42-1,1,1,0,0,0-1.09-.08l-6.37,3.39a1,1,0,0,1-.92,0l-6.37-3.39a1,1,0,0,0-1.1.08,1.06,1.06,0,0,0-.41,1L92.92,98a1,1,0,0,1-.28.89L87.48,104a1.06,1.06,0,0,0-.26,1.08,1,1,0,0,0,.84.72l7.13,1a1,1,0,0,1,.74.55L99.17,114a1,1,0,0,0,1.77,0l3.24-6.64a1,1,0,0,1,.74-.55l7.13-1a1,1,0,0,0,.84-.72,1.06,1.06,0,0,0-.26-1.08Z'/%3e%3cpath class='cls-1' d='M158.11,103.14a1,1,0,0,1-.28-.89l1.08-6.38a1,1,0,0,0-.37-.93.92.92,0,0,0-1-.07l-5.68,3a1,1,0,0,1-.92,0l-5.68-3a.92.92,0,0,0-1,.07,1,1,0,0,0-.37.93l1.11,6.38a1,1,0,0,1-.28.89l-4.6,4.54a1,1,0,0,0-.24,1,.94.94,0,0,0,.75.64l6.35.93a1,1,0,0,1,.74.55l2.8,5.73a1,1,0,0,0,1.77,0l2.8-5.73a1,1,0,0,1,.74-.55l6.35-.93a.94.94,0,0,0,.75-.64,1,1,0,0,0-.24-1Z'/%3e%3cpath class='cls-1' d='M127.69,128.4a1,1,0,0,1-.28-.89l.82-4.83a.73.73,0,0,0-.29-.72.71.71,0,0,0-.42-.14.72.72,0,0,0-.34.08l-4.29,2.28a1,1,0,0,1-.92,0l-4.29-2.28a.71.71,0,0,0-.76,0,.74.74,0,0,0-.29.72l.82,4.83a1,1,0,0,1-.28.89l-3.47,3.42a.74.74,0,0,0-.18.75.72.72,0,0,0,.58.5l4.79.7a1,1,0,0,1,.74.55l1.91,3.91a1,1,0,0,0,1.77,0l1.91-3.91a1,1,0,0,1,.74-.55l4.79-.7a.74.74,0,0,0,.4-1.25Z'/%3e%3cpath class='cls-1' d='M11,114a1,1,0,0,1,.88.33l12.53,14a2.62,2.62,0,0,0,2.64.77,2.59,2.59,0,0,0,1.86-2l3.54-18.37A1,1,0,0,1,33,108l17.24-7.52a2.59,2.59,0,0,0,1.13-3.8,2.62,2.62,0,0,0-.92-.84l-16.5-9a1,1,0,0,1-.52-.78l-.37-3.66,5.32-20.51a2,2,0,0,0,.54-.83h.7a2,2,0,0,0,.41.5L55.51,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L89.12,75.3a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L122,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L186.2,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L268.83,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H335a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L448,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,465,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L547.4,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L581,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,598,61h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L647.5,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L711.7,75.23a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07L794.33,62l14.88,13.27a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43H827a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.45,13.77a2,2,0,0,0,2.68-.07l13.23-13L940,75.27a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,957,61h.75a2,2,0,0,0,.41.5l15.32,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1040,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1057,61h.09a2,2,0,0,0,.41.5l15.41,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1173,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.58a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l13.23-13,14.7,13.11a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.44,13.73a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5L1535,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1552,61h.09a2,2,0,0,0,.41.5L1568,75.23a2,2,0,0,0,2.68-.07l14-13.77A2,2,0,0,0,1585,61h0a2,2,0,0,0,.41.5l15.48,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5L1701,75.23a2,2,0,0,0,2.68-.07l13.23-13,14.69,13.07a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.75a2,2,0,0,0,.41.5l15.42,13.77a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.09a2,2,0,0,0,.41.5l15.43,13.77a2,2,0,0,0,2.68-.07l13.79-13.58,15.31,13.65a2,2,0,0,0,2.68-.07l14-13.77a2,2,0,0,0,.32-.43h.72a2,2,0,0,0,.41.5L1886.94,82l-.37,3.66a1,1,0,0,1-.52.78l-16.5,9a2.62,2.62,0,0,0-.92.84,2.59,2.59,0,0,0,1.13,3.8l17.24,7.53a1,1,0,0,1,.58.73l3.55,18.37a2.59,2.59,0,0,0,1.86,2,2.62,2.62,0,0,0,2.64-.77l12.53-14a1,1,0,0,1,.88-.33l11,1.42V0H9.6V.5H0V115.34Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center/cover; -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; max-width: 100%; width: 100%; height: 160px; position: absolute; bottom: -105px; left: 0; right: 0; z-index: 1; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */ }

@media (max-width: 1400px) { .ct-footer-spikesStar:before { top: -90px !important; }
  .ct-header-spikes:after { bottom: -35px !important; }
  .top-bottom-spikes:before, .top-spikes:before { top: -35px; }
  .top-bottom-spikes:after { bottom: -92px; }
  .top-spikesStar:before { top: -92px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .top-cloud::before, .bottom-cloud::before, .top-bottom-cloud::before, .top-bottom-cloud::after, .ct-header-cloud::after, .ct-footer-cloud::before { content: none; } }

@supports (-ms-ime-align: auto) { .top-cloud::before, .bottom-cloud::before, .top-bottom-cloud::before, .top-bottom-cloud::after, .ct-header-cloud::after, .ct-footer-cloud::before { content: none; } }

.ct-footer-widget { margin: 50px 0; }

.ct-footer-widget:first-child { margin-top: 0 !important; }

.ct-sidebar ul li { line-height: 1.125em !important; padding-top: 14px; padding-bottom: 14px; }

.widget > ul { padding: 0; margin: 0; }

.widget > ul li { list-style-type: none; font-family: "Dosis", sans-serif; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: 3px; line-height: 3.000em; -ms-word-wrap: break-word; word-wrap: break-word; word-break: break-word; }

.widget > ul li > ul { padding: 0 0 0 15px; }

.widget .widget-title { font-size: 18px; text-transform: uppercase; }

.widget #wp-calendar { width: 100%; font-family: "Dosis", sans-serif; font-weight: 800; text-align: center; }

.widget #wp-calendar th { text-align: center; }

.widget #wp-calendar td a { color: #ff7f20; }

.widget #wp-calendar td a:hover { color: #eee; }

.widget select { width: 100%; border-radius: 8px; height: 50px; padding: 5px 20px; outline: 0; border: 2px solid #b2b2b2; font-family: "Dosis", sans-serif; font-weight: 800; text-transform: none; color: #b2b2b2; margin-top: 18px; margin-bottom: 16px; letter-spacing: 3px; }

.widget.widget_rss .rsswidget img { border-radius: 0 !important; }

.widget.widget_rss .rsswidget:hover { color: #ff7f20 !important; }

.widget.widget_rss .rss-date { display: block; font-size: 14px; margin: 0 0 10px; text-transform: none; letter-spacing: 2px; }

.widget.widget_rss .rssSummary { text-transform: capitalize; font-family: "Open Sans", sans-serif; font-size: 12px; line-height: 1.5em; letter-spacing: 0; font-weight: normal; }

.widget.widget_rss cite { font-size: 14px; font-style: normal; text-transform: none; letter-spacing: 2px; }

.widget .widget_recent_comments li { letter-spacing: 2px; text-transform: none; }

/**
 * SIDEBAR WIDGETS
 * --------------------
**/
.secondary-navigation .menu { margin: 0; padding: 0; }

.secondary-navigation .menu li { display: block; list-style-type: none; font-family: "Dosis", sans-serif; font-weight: 800; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding-right: 60px; }

.secondary-navigation .menu li:last-child { padding-right: 0; }

.secondary-navigation .menu .sub-menu { -webkit-padding-start: 10px; }

.secondary-navigation.ct-footer-widget { margin: 0; }

.ct-sidebar #calendar_wrap { margin-bottom: 48px; }

.ct-sidebar .widget_nav_menu ul { padding-left: 0; }

.ct-sidebar .widget_nav_menu ul li { list-style-type: none; font-family: "Dosis", sans-serif; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: 3px; line-height: 1.375em; border-bottom: 1px solid #e6e6e6; padding: 0; }

.ct-sidebar .widget_nav_menu ul li:last-child { border-bottom: none !important; }

.ct-sidebar .widget_nav_menu ul li > a { padding-top: 14px; padding-bottom: 14px; display: block; position: relative; padding-right: 38px; }

.ct-sidebar .widget_nav_menu ul li > a:after { font-family: 'FontAwesome'; content: '\f061'; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.ct-sidebar .widget_nav_menu ul li > ul { padding: 0 0 0 15px; }

.ct-sidebar.widget_rss a { color: #333; }

.ct-sidebar.widget_rss a:hover { color: #ff7f20; }

.ct-sidebar.widget_rss a:before { color: #808080; }

.ct-sidebar.widget_rss .rssSummary { color: #333; }

.ct-sidebar > div.ct-single-socials { margin-bottom: 46px !important; margin-top: 37px !important; }

.ct-sidebar > div.ct-single-socials .ct-socialShare { float: right; margin-bottom: 0; line-height: 44px; }

.ct-sidebar .ct-sidebar-widget.ct-sidebar-widget--noCount > ul li > a { display: block; position: relative; padding-right: 38px; }

.ct-sidebar .ct-sidebar-widget.ct-sidebar-widget--noCount > ul li > a:after { font-family: 'FontAwesome'; content: '\f061'; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.ct-sidebar .ct-sidebar-widget.widget_archive > ul li > a, .ct-sidebar .ct-sidebar-widget.widget_categories > ul li > a { display: block; position: relative; padding-right: 38px; }

.ct-sidebar .ct-sidebar-widget.widget_archive > ul li > a span, .ct-sidebar .ct-sidebar-widget.widget_categories > ul li > a span { position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.ct-sidebar .ct-sidebar-widget.widget_pages > ul li > a, .ct-sidebar .ct-sidebar-widget.widget_meta > ul li > a, .ct-sidebar .ct-sidebar-widget.widget_recent_entries > ul li > a { display: block; position: relative; padding-right: 38px; }

.ct-sidebar .ct-sidebar-widget.widget_pages > ul li > a:after, .ct-sidebar .ct-sidebar-widget.widget_meta > ul li > a:after, .ct-sidebar .ct-sidebar-widget.widget_recent_entries > ul li > a:after { font-family: 'FontAwesome'; content: '\f061'; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.ct-sidebar .ct-sidebar-widget .search-form { border: 2px solid #ff7f20; }

.ct-sidebar .ct-sidebar-widget .search-form .search-field::-webkit-input-placeholder { color: #ff7f20; letter-spacing: 2px; font-size: 14px; }

.ct-sidebar .ct-sidebar-widget > ul li { border-bottom: 1px solid #e6e6e6; }

.ct-sidebar .ct-sidebar-widget > ul li:last-child { border-bottom: none !important; }

.ct-sidebar .ct-sidebar-widget-title { color: #ff7f20; font-size: 18px; margin-bottom: 6px; }

.ct-sidebar .ct-recentpost-widget .ct-post-title { color: #333; }

.ct-sidebar .ct-recentpost-widget .ct-post-date { color: #ff7f20; }

/**
 * FOOTER WIDGETS
 * --------------------
**/
.ct-footer-widget li { font-size: 14px !important; letter-spacing: normal !important; }

.ct-footer-widget .ct-recentpost-widget .ct-post-title { color: #fff; text-transform: uppercase; }

.ct-footer-widget .product-categories li { font-size: 14px; letter-spacing: normal; }

/**
 * Search Widget
 * --------------------
**/
.screen-reader-text { display: none; }

.search-form { position: relative; background: #fff; border-radius: 8px; padding-left: 20px; padding-top: 10px; padding-bottom: 4px; overflow: hidden; height: 50px; }

.search-form .search-field { position: absolute; top: 12px; left: 0; width: 100%; outline: 0; background: transparent; border: none; font-family: "Dosis", sans-serif; font-weight: 800; letter-spacing: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; }

.search-form .search-submit { position: absolute; top: 0; right: 0; padding: 11px 20px; background: white; border: none; outline: 0; color: #ff7f20; overflow: visible; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

.search-form .search-submit:hover { background: #ff7f20; color: #fff; }

/**
 *  Tag Widgets
 * --------------------
**/
.tagcloud a, .ct-single-afterContent--tags a { background: #f2f2f2; border-radius: 35px; padding: 0 10px; font-size: 12px !important; margin-right: 5px; margin-bottom: 10px; display: inline-block; }

.tagcloud a:hover, .ct-single-afterContent--tags a:hover { background: #ff7f20; color: #fff; }

.ct-single-afterContent--tags { margin-bottom: 40px; }

/**
 *  Recent Post Widgets
 * --------------------
**/
.ct-recentpost-widget li { display: table; }

.ct-recentpost-widget li .ct-recent-posts--details { display: table-cell; vertical-align: middle; }

.ct-recentpost-widget .ct-post-title, .ct-recentpost-widget .ct-post-date { text-transform: capitalize; font-size: 14px; line-height: 18px; letter-spacing: 1px; padding-left: 12px; -ms-word-wrap: break-word; word-wrap: break-word; margin-bottom: 0; }

.ct-recentpost-widget li { border-bottom: none !important; }

.ct-recentpost-widget li:before { display: none; }

.ct-recentpost-widget li a:after { display: none; }

.ct-recentpost-widget li .ct-post-title:hover { color: #ff7f20 !important; }

.ct-recentpost-widget .ct-recent-posts--image { width: 60px; height: 60px; margin-right: 12px; display: table-cell; vertical-align: top; }

.ct-recentpost-widget .ct-recent-posts--image img { border-radius: 50%; object-fit: cover; max-width: 100%; width: 60px; height: 60px; }

/**
  * WooCommerce Breadcrumb
**/
.woocommerce-ordering { z-index: 998 !important; }

.ct-head-wc-breadcrumb { text-align: center; margin-top: 30px; margin-bottom: 0; }

.ct-woocommerce-breadcrumb { font-family: "Chau Philomene One", sans-serif; font-size: 18px !important; color: #fff !important; text-transform: uppercase; padding: 0; }

.ct-woocommerce-breadcrumb li { font-size: 36px !important; display: inline; list-style-type: none; margin: 0 5px; }

.ct-woocommerce-breadcrumb li a { font-size: 18px; color: #fff !important; }

.ct-woocommerce-breadcrumb li a:hover { color: #ff7f20 !important; }

.ct-woocommerce-breadcrumb li:after { content: "/"; font-size: 18px; margin-left: 10px; }

.ct-woocommerce-breadcrumb li:last-child:after { display: none; }

.ct-wc-breadcrumb .ct-woocommerce-breadcrumb { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px !important; color: #b2b2b2 !important; text-transform: lowercase; letter-spacing: 2px; padding: 0; margin-bottom: 5px !important; }

.ct-wc-breadcrumb .ct-woocommerce-breadcrumb li { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px !important; color: #b2b2b2 !important; text-transform: lowercase; letter-spacing: 2px; margin: 0 1px; }

.ct-wc-breadcrumb .ct-woocommerce-breadcrumb li a { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px !important; color: #b2b2b2 !important; text-transform: lowercase; letter-spacing: 2px; }

.ct-wc-breadcrumb .ct-woocommerce-breadcrumb li a:hover { color: #ff7f20 !important; }

.ct-wc-breadcrumb .ct-woocommerce-breadcrumb li:last-child { display: none; }

.ct-wc-breadcrumb li:after { display: none; }

.ct-wc-breadcrumb li:before { content: "/"; font-size: 14px; margin-right: 2px; }

.ct-wc-breadcrumb li:first-child:before { display: none; }

/**
  * WooCommerce Size Guide Button
**/
.button_sg { color: #ff7f20 !important; font-size: 12px; font-weight: 400 !important; line-height: 12px; border-radius: 35px; border: 2px solid #dedede !important; padding: 16px 18px 16px 50px !important; vertical-align: bottom; position: relative; display: inline-block; }

.button_sg:before { width: 18px; height: 16px; content: '\f036'; position: absolute; top: 4px; left: 13px; margin-top: 5px; font-family: FontAwesome; font-size: 14px; display: inline-block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); margin-top: 12px; }

.button_sg:after { width: 18px; height: 16px; content: '\f038'; position: absolute; top: 4px; left: 27px; margin-right: 12px; margin-top: 5px; font-family: FontAwesome; font-size: 14px; display: inline-block; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); margin-top: 8px; }

.button_sg:hover { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); background: #333; border-color: #333 !important; color: #fff !important; }

@media (max-width: 1199px) { .button_sg { margin-top: 5px; margin-left: 0 !important; } }

@media only screen and (min-width: 568px) and (max-width: 1199px) { .button_sg { margin-top: 0; margin-left: 5px !important; } }

@media (max-width: 567px) { .button_sg { margin-top: 5px; margin-left: 0 !important; } }

.sg_content img { margin: auto; }

/**
  * WooCommerce Product Hover
**/
.ct-overlay * { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; }

.ct-overlay { position: relative; margin-bottom: 0.8em; border-radius: 35px; }

.ct-overlay img { opacity: 1; transition: .5s ease; backface-visibility: hidden; }

.ct-overlay-inner { transition: .5s ease; opacity: 0; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); border-radius: 35px; }

.ct-overlay-object { position: relative; top: 40%; left: 0; right: 0; margin: 0 auto; text-align: center; }

.ct-overlay2-object { top: 22% !important; }

.ct-overlay2-object h2 a { color: #fff; }

.ct-overlay2-object h2 a:hover { color: #333; }

.ct-overlay2-object .price { color: #fff !important; margin-bottom: 20px !important; }

.ct-overlay2-object .price del { color: #fff !important; }

.ct-overlay2-object .price ins { color: #fff !important; }

.ct-overlay2-object .price span { color: #fff !important; }

.ct-overlay:hover img { opacity: 1; }

.ct-overlay:hover .ct-overlay-inner, .ct-overlay:hover .ct-overlay-object { opacity: 1; z-index: 11; }

.ct-overlay:hover::before { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #ff7f20; opacity: 0.85; border-radius: 35px; z-index: 11; }

.woocommerce .ct-overlay-inner .tinv-wraper.tinv-wishlist, .woocommerce .ct-overlay-inner .ct-basketBtn { display: inline-block; }

.woocommerce ul.products li.product { text-align: center; }

.woocommerce ul.products li.product a img { margin: 0; object-fit: cover; max-width: 100%; max-height: 100%; border-radius: 35px; }

.ct-basketBtn { border-radius: 50%; font-size: 20px; color: #fff !important; width: 54px; height: 54px; background: transparent; border: 2px solid #fff; font-family: 'FontAwesome'; padding-top: 12px; position: relative; top: -14px; }

.ct-basketBtn:hover { background: #333; border-color: #333; }

.woocommerce .ct-overlay-inner .tinv-wraper.tinv-wishlist a { background: transparent !important; border: 2px solid #fff !important; border-radius: 50% !important; font-size: 20px !important; color: #fff !important; margin: 0 !important; padding: 12px 15px !important; width: 54px; height: 54px; margin-left: 20px !important; line-height: 1.4em; line-height: 1.4em; }

.woocommerce .ct-overlay-inner .tinv-wraper.tinv-wishlist a:hover { background: #333 !important; border-color: #333 !important; }

/**
  * WooCommerce Products Lists
**/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { text-transform: uppercase; color: #333; font-family: "Dosis", sans-serif; font-weight: 800; padding-bottom: 0 !important; }

.woocommerce ul.products li.product .price { font-family: "Chau Philomene One",sans-serif !important; font-size: 18px; color: #ff7f20; margin-bottom: 0.25em; margin-top: 0.1em; }

.woocommerce ul.products li.product .price del { display: inline; color: #ff2020; opacity: 1; }

.woocommerce ul.products li.product .price ins { display: inline; color: #87cb44; text-decoration: none; font-weight: normal; }

.woocommerce .products ul li { text-align: center; }

.woocommerce ul.products li { text-align: center; }

.woocommerce ul.products li.product .star-rating { margin-left: auto !important; margin-right: auto !important; }

/**
  * WooCommerce Pagination
**/
.woocommerce nav.woocommerce-pagination { margin-bottom: 20px; margin-top: 30px !important; }

.woocommerce nav.woocommerce-pagination ul { width: 100%; }

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li { border: none; float: none; }

.woocommerce nav.woocommerce-pagination .page-numbers { font-weight: 800; }

.woocommerce nav.woocommerce-pagination a, .woocommerce nav.woocommerce-pagination span { background: #f2f2f2; border-radius: 50%; width: 40px; height: 40px; padding: 0 !important; font-size: 12px !important; line-height: 38px !important; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover { color: #ff7f20; }

.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: #ff7f20; }

.woocommerce nav.woocommerce-pagination .prev, .woocommerce nav.woocommerce-pagination .next { color: #333; font-size: 20px !important; width: 40px !important; height: 40px !important; letter-spacing: 0; line-height: 35px !important; }

.woocommerce nav.woocommerce-pagination .prev.page-numbers:hover, .woocommerce nav.woocommerce-pagination .next.page-numbers:hover { box-shadow: none; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { font-family: 'Dosis', sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 11px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); line-height: 1.519em; }

.woocommerce ul.products li.product .ct-badge-circle .onsale { right: auto; left: 15px; top: 15px; margin: 0 !important; }

.woocommerce .ct-badge-circle span.onsale { font-family: "Dosis", sans-serif; font-weight: 700; background-color: #87cb44; text-transform: uppercase; padding: 2px 8px; font-size: 14px; right: auto; left: 15px; top: 15px; }

.woocommerce .ct-badge-squareCut span.onsale { font-family: "Dosis", sans-serif; font-weight: 700; text-transform: uppercase; font-size: 14px; top: 45px !important; margin: 0 !important; color: #ffffff; background-color: #ff7f20; min-width: 38px; min-height: 30px; line-height: 30px; border-radius: 0; padding: 0 .43em 0 0 !important; }

.woocommerce .ct-badge-squareCut span.onsale:before { display: block; content: ' '; position: absolute; left: -25px; top: 0; width: 0; height: 0; border-style: solid; border-width: 0 25px 25px 0; border-color: transparent #ff7f20 transparent transparent; }

.woocommerce .ct-badge-squareCut span.onsale:after { display: block; content: ' '; position: absolute; left: -25px; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 25px 25px; border-color: transparent transparent #ff7f20 transparent; }

.woocommerce-review-link { font-family: "Dosis", sans-serif; font-weight: 800; color: #333; letter-spacing: 2px; }

.variations_form { margin-top: 10px; }

.woocommerce div.product form.cart .variations label { font-weight: 800; }

.woocommerce div.product form.cart .group_table td.label { font-family: "Dosis",sans-serif; font-weight: 800; font-size: 14px; color: #b2b2b2; text-transform: lowercase; letter-spacing: 3px; line-height: 30px; width: 15%; display: table-cell; vertical-align: middle; text-align: left; }

.woocommerce div.product form.cart .group_table td { vertical-align: middle; }

.group_table del span, .group_table ins span, .group_table .price { font-family: "Chau Philomene One", sans-serif; font-size: 18px !important; }

.group_table .price { color: #ff7f20; }

.sale-perc { background-color: #D9534F; display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; color: #fff; text-align: center; border-radius: .25em; }

.woocommerce table { border: none; margin: 20px auto; }

/**
  * MEDIA QUERIES
  *--------------------
**/
@media (max-width: 1204px) { .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 50% !important; }
  .ct-button-sg { float: left; margin-top: 10px; padding: 10px 18px 14px 50px; } }

@media (max-width: 991px) { .ct-wc-prev-next-buttons { position: relative !important; top: 0 !important; text-align: right; } }

@media (max-width: 980px) { .woocommerce div.product div.images img { border-radius: 25px; }
  .ct-wc-prev-next-buttons { position: relative; top: 0; margin-bottom: 20px; }
  .ct-wc-prev-next-buttons a[rel="prev"] { margin-right: 10px; } }

@media (max-width: 768px) { .woocommerce .quantity { margin-left: auto; clear: both; }
  .woocommerce .coupon { width: 100%; height: 48px; margin: 10px 0; }
  .ct-wc-cart-update { float: left; }
  .woocommerce .coupon .ct-wc-cart-coupon { width: 48% !important; padding: 14px 0 14px 20px !important; }
  .woocommerce .ct-wc-cart-update i { top: -43px !important; right: 7px !important; }
  .woocommerce .coupon .ct-coupon-button { padding: 14px 0 10px; }
  .woocommerce .woocommerce-product-gallery, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: 100% !important; }
  .woocommerce div.product div.images img { width: 300px; max-width: 100%; margin-left: auto; margin-right: auto; }
  .ct-head-wc-breadcrumb { margin-top: 15px; }
  .woocommerce-breadcrumb li { font-size: 26px !important; }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { margin-left: 0; }
  .ct-wc-breadcrumb, .woocommerce .product_title, .woocommerce .woocommerce-product-rating { width: 100% !important; }
  .woocommerce div.product form.cart .button.ct-addcart-button { margin-top: 0px; }
  .ct-button-sg { float: none; margin-top: 0; padding: 10px 18px 10px 50px; }
  .ct-woocommerce-cart { display: none; } }

@media (max-width: 562px) { .woocommerce-breadcrumb { font-size: 14px !important; }
  .woocommerce-breadcrumb li { font-size: 24px !important; }
  .ct-woocommerce-breadcrumb { font-size: 14px !important; }
  .ct-woocommerce-breadcrumb li { font-size: 24px !important; }
  .ct-wc-prev-next-buttons { position: relative !important; top: 0 !important; right: 15px !important; text-align: right; }
  .woocommerce .single_variation_wrap { clear: both; display: block; } }

@media (max-width: 383px) { .woocommerce .coupon .ct-wc-cart-coupon { width: 127px !important; }
  .woocommerce .coupon .ct-coupon-button { padding: 12px 22px 10px !important; } }

@media (max-width: 370px) { .woocommerce-breadcrumb li a { font-size: 14px; }
  .woocommerce-breadcrumb li { font-size: 18px !important; margin: 2px; }
  .woocommerce-breadcrumb li::after { margin-left: 4px; }
  .ct-wc-catSlider { overflow: hidden; padding: 0 30px; } }

@media (max-width: 326px) { .woocommerce div.product form.cart .button.ct-addcart-button { margin-top: 6px; } }

.woocommerce #review_form #respond .form-submit input { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); font-weight: 800 !important; background: #ff7f20 !important; color: #fff !important; border: 2px solid #ff7f20 !important; border-radius: 35px !important; padding: 9px 20px !important; }

.woocommerce #review_form #respond .form-submit input:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce #review_form #respond .form-submit input:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.woocommerce .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-form-login .button { font-family: 'Dosis', sans-serif; font-size: 14px !important; font-weight: 800 !important; background: #ff7f20 !important; color: #fff !important; text-transform: uppercase; border: 2px solid #ff7f20 !important; border-radius: 35px !important; outline: 0; padding: 9px 20px !important; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); background-color: #222 !important; color: #fff !important; border-color: #222 !important; }

.woocommerce-MyAccount-navigation ul { padding: 0; }

.woocommerce-MyAccount-navigation li { list-style-type: none; padding: 15px 0; border-bottom: 1px solid #e6e6e6; font-family: 'Dosis', sans-serif; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: 3px; line-height: 1.3em; -ms-word-wrap: break-word; word-wrap: break-word; }

.woocommerce-MyAccount-navigation li a:before { font-family: 'FontAwesome'; content: '\f061'; float: right; }

.woocommerce-MyAccount-content strong { color: #222 !important; }

.woocommerce-MyAccount-content a { color: #ff7f20 !important; }

.woocommerce-MyAccount-content a:hover { color: #808080 !important; }

.woocommerce-MyAccount-content fieldset { margin-top: 50px; }

.woocommerce-MyAccount-content fieldset legend { font-family: 'Dosis', sans-serif; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: 3px; line-height: 1.3em; color: #222; }

.woocommerce-loop-product__title a { color: #333 !important; }

.woocommerce-loop-product__title a:hover { color: #ff7f20 !important; }

.woocommerce-grouped-product-list { margin: 0 !important; }

.woocommerce-grouped-product-list .woocommerce-Price-amount { font-family: 'Chau Philomene One', sans-serif; font-size: 18px !important; }

.woocommerce-grouped-product-list .ct-basketBtn { display: inline-block; top: 0; border-color: #e6e6e6; color: #B3B3B3 !important; }

.woocommerce-grouped-product-list .ct-basketBtn:hover { background: #e6e6e6; }

.woocommerce-shipping-fields { margin-left: 25px; }

.woocommerce-Reviews .comment-form input#author, .woocommerce-Reviews .comment-form input#e-mail, .woocommerce-Reviews .comment-form-email input { width: 100%; margin-top: 0; }

.ct-woocommerce-cart .ct-mini-cart .ct-mc-title { font-family: "Dosis", sans-serif; font-size: 17px; font-weight: 800; text-transform: uppercase; text-align: center; }

.ct-woocommerce-cart .ct-mini-cart .cart_list { list-style: none outside none; margin: 0; padding: 0; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item { font-family: "Montserrat", sans-serif; font-size: 14px; font-weight: 700; margin: 28px 0; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item a { text-transform: capitalize; margin: 0; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item span { font-family: "Open Sans", sans-serif; font-weight: 400; color: #666; border: none; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item img { width: 60px; max-width: 100%; height: 60px; border-radius: 18px; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-thumb, .ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-pdetails, .ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-premove { display: inline-block; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-pdetails { vertical-align: top; margin: 10px; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-pdetails .ct-mc-pname, .ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-pdetails .ct-mc-pname { display: block; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-premove { vertical-align: top; margin-top: 10px; float: right; }

.ct-woocommerce-cart .ct-mini-cart .cart_list .mini_cart_item .ct-mc-premove .remove_from_cart_button { font-size: 20px; color: red !important; }

.ct-woocommerce-cart .total { font-size: 14px; color: #333; text-transform: uppercase; margin-bottom: 30px !important; }

.ct-woocommerce-cart .total > span { float: right; }

.ct-woocommerce-cart .total span { color: #666; font-weight: bold; }

.ct-woocommerce-cart .buttons a { position: relative; display: block; width: 100%; margin: 10px 0; padding-left: 0; padding-right: 0; text-align: center; line-height: 1.519em; }

.ct-woocommerce-cart .buttons a:after { font-family: 'FontAwesome'; position: absolute; top: 4px; right: 5px; width: 35px; height: 35px; line-height: 1.250em; text-align: center; border-radius: 50%; padding: 9px 10px; font-size: 15px; }

.ct-woocommerce-cart .buttons .ct-mc-view { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: transparent; color: #ff7f20; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); padding: 11px 10px !important; }

.ct-woocommerce-cart .buttons .ct-mc-view:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.ct-woocommerce-cart .buttons .ct-mc-view:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-woocommerce-cart .buttons .ct-mc-view:after { content: '\f09d'; background: #ff7f20; color: #fff; }

.ct-woocommerce-cart .buttons .ct-mc-check { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); padding: 11px 10px !important; }

.ct-woocommerce-cart .buttons .ct-mc-check:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.ct-woocommerce-cart .buttons .ct-mc-check:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-woocommerce-cart .buttons .ct-mc-check:after { content: '\f061'; background: #fff; color: #ff7f20; }

/**
  * CART VIEW
  *--------------------
**/
.woocommerce table.shop_table { border: none; }

.woocommerce table.shop_table td { border: none; }

.woocommerce-cart table.cart th { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; color: #cdcdcd; text-transform: lowercase; letter-spacing: 2px; }

.woocommerce table.shop_table .cart_item td { border-top: 1px solid #e6e6e6; padding: 35px 0; }

.quantity input[type=number]::-webkit-inner-spin-button, .quantity [type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }

.quantity input[type=number] { -moz-appearance: textfield; }

.quantity input[type=number]:focus { outline: 0; }

.woocommerce table.shop_table .cart_item .product-name a { color: #333; font-weight: bold; }

.woocommerce table.shop_table .cart_item .product-price span, .woocommerce table.shop_table .cart_item .product-subtotal span { font-weight: bold; }

.quantity { width: 125px; max-width: 100%; height: 48px; border: 2px solid #e6e6e6; text-align: center; border-radius: 35px; }

.quantity input[type=number] { font-weight: bold; color: #B3B3B3; background: transparent; }

.ct-circle-plus, .ct-circle-minus { font-family: FontAwesome; background: transparent; border: none; color: #B3B3B3; outline: 0; }

.quantity .qty { border: none; }

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: 187px; }

.woocommerce .coupon { border: 2px solid #e6e6e6; border-radius: 30px; }

.woocommerce .coupon .ct-wc-cart-coupon { width: 182px; margin: 0; border-top-left-radius: 35px; border-bottom-left-radius: 35px; padding: 14px 20px !important; border: none !important; font-family: "Dosis", sans-serif; font-weight: 800; }

.woocommerce .coupon .ct-coupon-button { padding: 12px 36px 10px; font-size: 11px !important; font-family: 'Dosis', sans-serif; font-weight: 800; text-transform: uppercase; margin-left: -4px; border-top-right-radius: 35px; border-bottom-right-radius: 35px; height: 45px; margin-top: 0; background: transparent !important; color: #333 !important; border-left: 2px solid #e6e6e6; border-top: none; border-right: none; border-bottom: none; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.woocommerce .coupon .ct-coupon-button:hover { background: #333; color: #fff; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .ct-update-button { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); border: 2px solid #ff7f20 !important; background-color: #ff7f20 !important; color: #fff !important; border-radius: 35px !important; padding: 16px 55px 16px 20px !important; }

.woocommerce .ct-update-button:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .ct-update-button:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.woocommerce .ct-addcart-button { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); font-size: 14px !important; border: 2px solid #ff7f20 !important; background-color: #ff7f20 !important; color: #fff !important; text-transform: uppercase; border-radius: 35px !important; outline: 0; padding: 4px 28px 4px 20px !important; }

.woocommerce .ct-addcart-button:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .ct-addcart-button:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.woocommerce .ct-addcart-button i { width: 36px; height: 36px; background: #fff; color: #ff7f20; padding: 12px 0; border-radius: 50%; position: relative; top: 0; left: -13px; pointer-events: none; margin-right: 2px; }

.woocommerce .ct-update-button:hover, .woocommerce .wc-proceed-to-checkout a:hover, .woocommerce .ct-addcart-button:hover { background: #333 !important; border-color: #333 !important; color: #fff !important; }

.woocommerce .ct-wc-updatebtn { position: relative; }

.woocommerce .ct-wc-cart-update i { width: 35px; height: 35px; background: #fff; color: #ff7f20; padding: 9px 12px !important; border-radius: 50%; position: relative; top: 0; right: 42px; pointer-events: none; font-size: 16px; }

.woocommerce .cart_totals { font-weight: bold; }

.woocommerce .cart_totals a { font-weight: normal; }

.woocommerce .cart_totals h2 { font-family: "Dosis", sans-serif; font-weight: 700; font-size: 18px; color: #333; text-transform: uppercase; }

.cart-collaterals { width: 100% !important; }

.cart-collaterals .cross-sells { width: 100% !important; }

.cart-collaterals .cross-sells h2 { font-family: "Dosis", sans-serif; font-weight: 700; font-size: 18px; color: #333; text-transform: uppercase; }

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li { float: left; margin: 0 3.8% 2.992em 0; padding: 0; position: relative; width: 22.05% !important; margin-left: 0; clear: none; }

.woocommerce table.shop_table thead, .woocommerce table.shop_table tr:nth-child(even), .woocommerce table.shop_table tfoot { background: transparent !important; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table td { vertical-align: middle !important; }

.woocommerce table.shop_table tbody th { padding: 0 !important; }

.woocommerce table.shop_table td { padding: 15px 0 !important; }

.woocommerce table.shop_table tbody .order-total th, .woocommerce table.shop_table .order-total td { padding: 36px 0 !important; }

.woocommerce .wc-proceed-to-checkout a { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); width: 200px; max-width: 100%; font-size: 14px !important; background: #ff7f20 !important; padding: 18px !important; }

.woocommerce .wc-proceed-to-checkout a:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .wc-proceed-to-checkout a:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.woocommerce .product-remove i { color: #B3B3B3; font-size: 14px; }

.woocommerce a.remove:hover, .woocommerce .product-remove i:hover { color: #ff7f20; background: transparent !important; }

.woocommerce .product-thumbnail img { width: 60px !important; max-width: 100%; height: 60px !important; border-radius: 18px; }

/**
  * Product Page
**/
.woocommerce .product .product_title { margin-bottom: 0 !important; }

.woocommerce .product .price { margin-top: 10px; }

.woocommerce .product-name dt { font-weight: normal; }

.woocommerce div.product p.price, .woocommerce div.product span.price { font-family: "Chau Philomene One", sans-serif !important; font-size: 34px; color: #ff7f20 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs { border-top: 1px solid #e6e6e6; padding: 0; margin: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before { border: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li { font-family: "Dosis", sans-serif; font-weight: 800; background-color: transparent; border-radius: 0; margin: 0; padding: 0 1.5em 0 0; border: none; text-transform: uppercase; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: transparent; color: #333; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-top: 3px solid #ff7f20; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before { display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 0.3em 0 1em 0; color: #B3B3B3; }

.woocommerce table.shop_attributes { border-top: 1px solid #d7d7d7; margin-top: 1em; }

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { border-bottom: 1px solid #d7d7d7; padding: 8px 30px; font-style: normal; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th { background: transparent; }

.woocommerce table.shop_attributes tr:nth-child(odd) td, .woocommerce table.shop_attributes tr:nth-child(odd) th { background: #f2f2f2; }

.woocommerce div.product .woocommerce-tabs .panel { margin: 0 0 3.5em; }

.woocommerce .products ul { margin: 2.5em 0 1em; }

.woocommerce ul.products { margin: 2.5em 0 1em; }

.woocommerce .comment-form .form-submit span input { font-size: 14px !important; border: 2px solid #ff7f20 !important; background: transparent !important; color: #ff7f20 !important; border-radius: 35px !important; padding: 17px 55px 17px 20px !important; }

.woocommerce .comment-form .form-submit span input:hover { border: 2px solid !important; background: #333 !important; color: #fff !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .comment-form .form-submit span:before { top: 0 !important; left: 80px !important; z-index: 1; }

.woocommerce table.shop_attributes .ct-attr-title { color: #333; }

.ct-wc-prev-next-buttons { line-height: 40px; padding-top: 2px; position: absolute; top: 30px; right: 0; }

.ct-wc-prev-next-buttons a[rel="prev"] { display: inline; font-size: 20px; color: #ff7f20; border: 2px solid #ff7f20; border-radius: 50%; width: 56px; height: 56px; padding: 11px 16px; }

.ct-wc-prev-next-buttons a[rel="next"] { display: inline; font-size: 20px; color: #ff7f20; border: 2px solid #ff7f20; border-radius: 50%; width: 56px; height: 56px; padding: 11px 16px; }

.ct-wc-prev-next-buttons a[rel="prev"]:hover, .ct-wc-prev-next-buttons a[rel="next"]:hover { background: #ff7f20; color: #fff; }

.ct-wc-prev-next-buttons a[rel="prev"] { margin-right: 20px; }

.ct-wc-prev-next-buttons::after { content: ''; display: block; clear: both; }

.woocommerce #reviews #comments h2 { color: #333; text-transform: uppercase; font-size: 18px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 0 0 0 50px; padding: 15px 12px; border: 2px solid #f2f2f2; border-radius: 5px; }

.woocommerce .comment-form p { padding: 0; }

.woocommerce .comment-reply-title { letter-spacing: 1px; color: #333; text-transform: uppercase; font-size: 18px; font-family: "Chau Philomene One", sans-serif; }

.woocommerce #review_form_wrapper { margin-top: 50px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 0 0 0 90px; }

.woocommerce #reviews #comments ol.commentlist li img.avatar { width: 60px; height: 60px; border-radius: 50%; background: transparent; border: none; padding: 0; }

.woocommerce .woocommerce-review__author { font-family: "Dosis", sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 2px; color: #ff7f20; text-transform: capitalize; }

.woocommerce .woocommerce-review__published-date { font-size: 14px; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th { vertical-align: middle; }

.woocommerce div.product div.images img { border-radius: 35px; border: 2px solid #f2f2f2; padding: 5px; }

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs { padding-top: 18px; }

.woocommerce .woocommerce-product-gallery__image { margin-bottom: 10px; }

.woocommerce-product-details__short-description { margin-top: 15px; width: 80%; margin-bottom: 40px; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { max-width: none; }

.woocommerce-product-gallery__wrapper a { outline: 0; }

.woocommerce .slick-slide { outline: 0; margin: 0 5px; }

.woocommerce .product_meta { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }

.woocommerce .product_meta > span { display: block; }

.ct-wc-breadcrumb { width: 80% !important; }

.woocommerce .woocommerce-product-rating { margin-bottom: 1.5em !important; }

.woocommerce .product_title, .woocommerce .woocommerce-product-rating { width: 80% !important; }

.woocommerce div.product form.cart .variations td.label { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; color: #b2b2b2; text-transform: lowercase; letter-spacing: 3px; line-height: 30px; width: 15%; display: table-cell; vertical-align: middle; text-align: left; }

.woocommerce div.product form.cart .variations td.value { width: 85%; }

.woocommerce .ct-wc-share { margin-bottom: 10px; }

.woocommerce .ct-wc-share span { font-family: "Dosis",sans-serif; font-weight: 800; font-size: 14px; color: #b2b2b2; text-transform: lowercase; letter-spacing: 3px; line-height: 30px; }

.woocommerce .ct-wc-share .ct-socialShare { margin: 0 12px 0; padding: 0; }

.woocommerce .ct-wc-share .ct-socialShare li { font-size: 14px; padding-left: 6px; padding-right: 6px; }

.woocommerce .ct-wc-share .ct-socialShare li a { color: #333; }

.woocommerce .ct-wc-share .ct-socialShare li a:hover { color: #ff7f20; }

.variations_form .quantity, .variations_form .single_add_to_cart_button, .variations_form .open-popup-link { margin-bottom: 10px !important; }

.woocommerce-variation-add-to-cart { margin-top: 20px; }

.slider-nav { margin-top: 10px; }

.slider-nav img { opacity: .5; cursor: pointer; }

.slider-for .ct-productSingle-image img { height: 470px !important; object-fit: contain; }

.slider-nav .slick-current img, .slider-nav img:hover { opacity: 1; }

.ct-productSingle-popup { bottom: 10px; font-size: 25px; line-height: 0; opacity: 0.6; outline: medium none !important; padding: 15px 0; position: absolute; right: 20px; text-decoration: none; z-index: 9; color: #444; }

.ct-productSingle-popup:hover { opacity: 1; color: #444; }

.slider-for .ct-productSingle-image img:first-child { display: none !important; }

.admin-bar .fancybox-container { z-index: 999999; }

.single-product.woocommerce span.onsale { z-index: 9; }

/* @media-query Css*/
@media (max-width: 500px) { .slider-for .slick-prev, .slider-for .slick-next { display: none !important; } }

.woocommerce .woocommerce-product-gallery .flex-viewport { height: auto !important; }

.woocommerce .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper, .woocommerce .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image { height: auto !important; }

.woocommerce .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img.attachment-shop_single { height: 490px !important; object-fit: contain; }

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide img.attachment-shop_single { height: 490px !important; object-fit: contain; }

.woocommerce .woocommerce-product-gallery .flex-control-thumbs { margin-top: 10px !important; }

.woocommerce .woocommerce-product-gallery .flex-control-thumbs li { width: 22% !important; margin: 0 5px 10px !important; }

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select { border-color: #ff7f20; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select { border-color: #ff7f20; }

.woocommerce form .form-row .input-text { border-radius: 35px; padding: 12px 20px; border: 2px solid #e6e6e6; }

.woocommerce-page form .form-row .input-text { border-radius: 35px; padding: 12px 20px; border: 2px solid #e6e6e6; }

.woocommerce .select2-container--default .select2-selection--single { border: 2px solid #e6e6e6; border-radius: 35px; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b { left: 20%; margin-top: 0; top: 90%; }

.woocommerce .select2-container .select2-selection--single { height: 50px; outline: 0; }

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { padding: 10px 20px; }

.woocommerce .woocommerce-shipping-fields label { font-weight: normal; }

#add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img { width: 150px; max-width: 100%; object-fit: cover; margin-right: 10px !important; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce #payment #place_order:hover:active, .woocommerce-page #payment #place_order:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.woocommerce-billing-fields h3, #order_review_heading, #ship-to-different-address { text-transform: uppercase; }

.woocommerce .create-account { margin-top: 20px; }

.woocommerce .create-account input { position: relative; }

.woocommerce .create-account span { line-height: 3; }

.archive.woocommerce .woocommerce-ordering { background: #f2f2f2; border-radius: 35px; padding: 0 10px; }

.archive.woocommerce .woocommerce-ordering select { vertical-align: top; bordeR: none; background: transparent; padding: 8px 5px; outline: 0; font-family: "Dosis", sans-serif; font-weight: 700; color: #b3b3b3; text-transform: lowercase; letter-spacing: 3px; width: 198px; max-width: 100%; }

.archive.woocommerce ul.products { border-bottom: 1px solid #dfdfdf !important; }

/**
  * MEDIA QUERIES
  *--------------------
**/
@media (max-width: 1204px) { .woocommerce-page ul.products li.product { width: 30% !important; } }

@media (max-width: 1999px) { .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product { width: 48% !important; } }

@media (max-width: 991px) { .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product { width: 90% !important; float: none !important; margin: 0 auto !important; }
  .columns-4 .ct-overlay2-object .price { margin-bottom: 5px !important; } }

@media (max-width: 768px) { .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 90% !important; float: none !important; margin: 0 auto !important; }
  .woocommerce ul.products { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0; }
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) { margin: 0 0 2.992em 0 !important; }
  .columns-4 .ct-overlay2-object .price { margin-bottom: 20px !important; } }

@media (max-width: 578px) { .woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0; } }

@media (max-width: 470px) { .woocommerce ul.products { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0; } }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { background-color: #fff; margin-bottom: 0 !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range { background-color: #ffa765; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background-color: #ff7f20; }

.woocommerce .widget_price_filter .price_slider_amount { text-align: center; }

.woocommerce .price_slider_wrapper .price_slider_amount .button { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); padding: 8px 20px !important; float: none; }

.woocommerce .price_slider_wrapper .price_slider_amount .button:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .price_slider_wrapper .price_slider_amount .button:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.woocommerce .price_slider_wrapper .price_label { font-size: 14px; color: #666; }

.ct-shop-sidebar .ct-shop-widget.widget_product_categories .widget-title.ct-sidebar-widget-title { margin-bottom: 0 !important; }

.tawcvs-swatches { float: left; }

.tawcvs-swatches .swatch { opacity: 1; margin-right: 5px; margin-bottom: 5px; }

.tawcvs-swatches .swatch-label { background-color: transparent; border-radius: 8px; border: 2px solid #dedede; font-family: "Dosis", sans-serif; font-weight: 800; letter-spacing: 3px; padding: 4px 2px 0 4px; color: #b2b2b2; width: 42px; height: 40px; }

.tawcvs-swatches .swatch.selected { box-shadow: none; border-color: #ff7f20; color: #ff7f20; }

.tinv-wishlist .tinv-header { text-transform: uppercase; }

.tinv-wishlist .social-buttons { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; color: #b2b2b2; text-transform: lowercase; letter-spacing: 3px; line-height: 30px; }

.tinv-wishlist #tinvwl_product_actions.tinvwl-break-input-filed { border-radius: 35px; height: 50px; }

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button, .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button { margin: 15px 0 !important; padding: 10px 22px !important; }

.ct-woocommerce-wishlist a.wishlist_products_counter.top_wishlist-heart-plus:before, .ct-woocommerce-wishlist a.wishlist_products_counter.top_wishlist-heart:before { margin-right: 0; }

.tinvwl-table-manage-list thead { border-bottom: 1px solid #e6e6e6; }

.tinvwl-table-manage-list th { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; color: #cdcdcd; text-transform: lowercase; letter-spacing: 2px; }

.tinvwl-table-manage-list td { font-weight: bold; }

.tinvwl-theme-style .ct-page-default .woocommerce { margin-bottom: 70px; }

.return-to-shop .button, .tinvwl_add_to_wishlist_button { font-family: "Dosis", sans-serif; font-size: 14px !important; font-weight: 800; background: #ff7f20; color: #fff; text-transform: uppercase; border: 2px solid #ff7f20; border-radius: 35px; outline: 0; padding: 9px 20px; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); font-weight: 800 !important; background: #ff7f20 !important; color: #fff !important; border: 2px solid #ff7f20 !important; border-radius: 35px !important; padding: 14px 22px !important; z-index: 9; }

.return-to-shop .button:hover, .tinvwl_add_to_wishlist_button:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.return-to-shop .button:hover:active, .tinvwl_add_to_wishlist_button:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.tinvwl_add_to_wishlist_button:hover { background: #333 !important; border-color: #333 !important; color: #fff !important; transition: box-shadow 250ms cubic-bezier(0.55, 0, 0.1, 1); }

.tinvwl_add_to_wishlist_button:hover:hover { color: #fff; background: #333; border-color: #333; border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.tinvwl_add_to_wishlist_button:hover:hover:active { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 35px; -webkit-border-radius: 35px; -moz-border-radius: 35px; }

.ct-woocommerce-wishlist .wishlist_products_counter_number { position: absolute; top: -24px; right: -12px; width: 25px; height: 25px; border-radius: 50%; color: #fff; text-align: center; float: right; background: #333; padding: 0.6em 0; line-height: 1em; }

.tinv-wishlist .product-action { width: 170px !important; }

.tinv-wishlist .product-remove button { padding-left: 0 !important; background: transparent !important; position: relative; top: -3px; left: -15px; }

.tinv-wishlist .product-remove button i { font-size: 24px !important; }

@media (max-width: 980px) { .ct-woocommerce-wishlist .wishlist_products_counter_number { top: -2px; right: -21px; } }

@media (max-width: 767px) { .ct-woocommerce-wishlist .wishlist_products_counter_number { display: none; } }

.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span { width: 40px; height: 40px; border-radius: 50%; }

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover { border-radius: 50%; }

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover, .woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span { border-radius: 50%; }

ul.products li.product .ct-badge-circle .wc-new-badge { font-family: "Dosis", sans-serif; font-weight: 700; background-color: #78c2ec; text-transform: uppercase; min-height: 50px; min-width: 50px; position: absolute; text-align: center; line-height: 3.236; margin: 0; border-radius: 100%; color: #fff; font-size: 14px; -webkit-font-smoothing: antialiased; z-index: 9; left: 15px; }

ul.products li.product .ct-badge-squareCut .wc-new-badge { font-family: "Dosis", sans-serif; font-weight: 700; background-color: #22b5f2; text-transform: uppercase; position: absolute; text-align: center; margin: 0; color: #fff; font-size: 14px; -webkit-font-smoothing: antialiased; z-index: 9; right: 0; min-width: 38px; min-height: 30px; line-height: 30px; border-radius: 0; padding: 0 .45em 0 0 !important; }

ul.products li.product .ct-badge-squareCut .wc-new-badge:before { display: block; content: ' '; position: absolute; left: -25px; top: 0; width: 0; height: 0; border-style: solid; border-width: 0 25px 25px 0; border-color: transparent #22b5f2 transparent transparent; }

ul.products li.product .ct-badge-squareCut .wc-new-badge:after { display: block; content: ' '; position: absolute; left: -25px; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 25px 25px; border-color: transparent transparent #22b5f2 transparent; }

ul.products li.product .ct-badge-circle .sale-perc { font-family: "Dosis", sans-serif; font-weight: 700; background-color: #f98f57; text-transform: uppercase; min-height: 50px; min-width: 50px; position: absolute; text-align: center; line-height: 3.236; margin: 0; border-radius: 100%; color: #fff; font-size: 14px; -webkit-font-smoothing: antialiased; z-index: 9; left: 15px; }

ul.products li.product .ct-badge-squareCut .sale-perc { font-family: "Dosis", sans-serif; font-weight: 700; background-color: #3fd530; text-transform: uppercase; position: absolute; text-align: center; margin: 0; color: #fff; font-size: 14px; -webkit-font-smoothing: antialiased; z-index: 9; right: 0; min-width: 38px; min-height: 30px; line-height: 30px; border-radius: 0; padding: 0 .45em 0 0 !important; }

ul.products li.product .ct-badge-squareCut .sale-perc:before { display: block; content: ' '; position: absolute; left: -25px; top: 0; width: 0; height: 0; border-style: solid; border-width: 0 25px 25px 0; border-color: transparent #3fd530 transparent transparent; }

ul.products li.product .ct-badge-squareCut .sale-perc:after { display: block; content: ' '; position: absolute; left: -25px; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 25px 25px; border-color: transparent transparent #3fd530 transparent; }

.rev-btn { width: 170px; padding: 15px 20px !important; text-align: left; display: inline-block; }

.rev-btn a { color: #fff; }

.rev-btn a:hover { text-decoration: none; color: #fff; }

.rev-btn.rev-withicon i { position: absolute; top: 16px; right: 7px; }

.rev-btn .fa-icon-arrow-right:before { background: #ff7f20; padding: 10px 12px; width: 100%; max-width: 36px; text-align: center; display: inline; border-radius: 50%; }

.rev-btn.ct-btn-hover .fa-icon-arrow-right:before { background: #fff; color: #ff7f20; padding: 10px 12px; width: 100%; max-width: 36px; text-align: center; display: inline; border-radius: 50%; }

.rev-btn.whiteIconbg .fa-icon-arrow-right:before { background: #fff !important; color: #ff7f20; }

.tparrows { background: transparent !important; border: 3px solid #fff; border-radius: 50%; width: 76px; height: 76px; max-width: 100%; }

.tparrows:before { font-family: FontAwesome; font-size: 20px; background: #ff7f20; border-radius: 50%; color: #fff; width: 54px; height: 54px; max-width: 100%; margin: 8px auto; padding: 6px 18px; }

.tparrows.tp-rightarrow:before { content: '\f061'; }

.tparrows.tp-leftarrow:before { content: '\f060'; }

.tp-bullets { top: 90% !important; }

.tparrows:hover:before { background: #333 !important; }

.item { outline: 0; -moz-outline-style: none; }

.slick-dotted.slick-slider { margin-bottom: 75px; }

.slick-dots { bottom: -68px; }

.slick-dots li button { background: #e6e6e6; border-radius: 50%; }

.slick-dots li button:before { content: ''; }

.slick-dots .slick-active button { background: #ff7f20; }

.slick-slide:focus, .slick-slide a { outline: none; }

.wpcf7 form { position: relative; }

.wpcf7 .wpcf7-email.ct-cta-newsletter { background: #fff; border: none; font-family: "Dosis", sans-serif; font-weight: 700; color: #cccccc; font-size: 14px; letter-spacing: 1px; border-radius: 30px; padding: 15px 30px; width: 100%; height: 50px; max-width: 100%; outline: 0; display: inline-block; }

.wpcf7 button.ct-cta-newsletter { outline: 0; background: #ff7f20; color: #fff; position: absolute; top: 7px; right: 7px; border-radius: 50%; border: none; padding: 4px 12px; }

.wpcf7 button.ct-cta-newsletter:hover { background-color: #333; }

.wpcf7 .ct-cta-newsletter-i { position: absolute; top: 20%; right: 30px; color: #fff; cursor: pointer; }

.wpcf7 label { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; color: #333; letter-spacing: 2px; text-transform: lowercase; }

.wpcf7 input { font-family: "Dosis", sans-serif; font-weight: 400; font-size: 18px; letter-spacing: 1px; color: #333; border: 2px solid #e6e6e6; border-radius: 30px; padding: 10px 20px; width: 100%; max-width: 100%; outline: 0; margin-bottom: 20px; }

.wpcf7 textarea { font-family: "Dosis", sans-serif; font-weight: 400; font-size: 18px; letter-spacing: 1px; color: #333; border: 2px solid #e6e6e6; border-radius: 40px; padding: 10px 20px; width: 100%; max-width: 100%; outline: 0; margin-bottom: 20px; height: 265px; max-height: 100%; }

.wpcf7 input:focus, .wpcf7 textarea:focus { border-color: #ff7f20; }

.wpcf7 input[type="submit"], .wpcf7 input[type="button"] { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; width: auto; background: transparent; color: #ff7f20; border: 2px solid #ff7f20; text-transform: uppercase; text-align: center; }

.wpcf7 .ct-submitBtn:hover { background: #333; border-color: #333; color: #fff; }

.wpcf7 .ct-submitBtn-icon { width: 36px; height: 36px; background: #ff7f20; color: #fff; padding: 8px 10px; border-radius: 50%; position: relative; top: 1px; right: -14px; }

.wpcf7 .ct-custom-contactInfo { margin: 38px 0; }

.wpcf7 .ct-custom-contactInfo h4 { margin-bottom: 18px; }

.wpcf7 .ct-custom-contactInfo p { font-family: "Dosis", sans-serif; font-size: 18px; color: #666666; padding: 0 !important; margin: 10px 0; }

.wpcf7 .ct-custom-contactInfo p.ct-contactform-email { display: inline; margin-right: 35px; }

.wpcf7 .ct-custom-contactInfo p.ct-contactform-phone { display: inline; }

.wpcf7 .ct-custom-contactInfo p i { margin-right: 10px; color: #ff7f20; }

.wpcf7 .ct-custom-contactInfo img { margin: 0 auto 50px; position: relative; top: -50px; border-radius: 35px; }

.wpcf7 #ct-textarea-smallerHeight { height: 207px; }

.wpcf7 .ct-button-lower { margin-top: 80px; }

.wpcf7 input.ct-newsletter-footer { position: relative; background: transparent; border: 2px solid #999; padding: 10px 50px 10px 20px; }

.wpcf7 button.ct-newsletter-footer-btn { outline: 0; background: #ff7f20 !important; color: #fff !important; border-radius: 50%; border: none; position: absolute; top: 7px; right: 9px; padding: 5px 11px; }

.wpcf7 button.ct-newsletter-footer-btn:hover { background: #fff !important; border-color: #fff !important; color: #ff7f20 !important; }

.ct-cta-newsletter-demo .wpcf7 { text-align: right; position: relative; }

/** wpc7 placeholder **/
.wpcf7 .wpcf7-email.ct-cta-newsletter::-webkit-input-placeholder { font-family: "Dosis", sans-serif; font-weight: 800; color: #ccc; font-size: 14px; letter-spacing: 1px; }

/* chrome/webkit */
.wpcf7 .wpcf7-email.ct-cta-newsletter::-moz-placeholder { font-family: "Dosis", sans-serif; font-weight: 800; color: #ccc; font-size: 14px; letter-spacing: 1px; }

/* firefox 19+ */
.wpcf7 .wpcf7-email.ct-cta-newsletter:-moz-placeholder { font-family: "Dosis", sans-serif; font-weight: 800; color: #ccc; font-size: 14px; letter-spacing: 1px; }

/* firefox 18- */
.wpcf7 .wpcf7-email.ct-cta-newsletter:-ms-input-placeholder { font-family: "Dosis", sans-serif; font-weight: 800; color: #ccc; font-size: 14px; letter-spacing: 1px; }

/* ie */
/** wpcf7 responses **/
.wpcf7-not-valid-tip { font-family: "Chau Philomene One", sans-serif; text-transform: uppercase; }

.wpcf7-validation-errors, .wpcf7-mail-sent-ok { border: none !important; }

.wpcf7-response-output { font-family: "Chau Philomene One", sans-serif; text-transform: uppercase; margin: 2em 0 !important; padding: 0 !important; font-size: 16px; text-align: center; color: #333; }

.wpcf7-mail-sent-ok { font-family: "Chau Philomene One", sans-serif; text-transform: uppercase; font-size: 16px; text-align: center; background: #DFF0D7; color: #398f14; border-radius: 14px; padding: 10px 10px 7px 10px !important; }

/* Submit Loader */
.spinner { display: none; margin: 50px auto 5px; width: 70px; text-align: center; }

.spinner > div { width: 18px; height: 18px; background-color: #ff7f20; border-radius: 100%; display: inline-block; animation: bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both; }

.spinner .bounce1 { animation-delay: -0.32s; }

.spinner .bounce2 { animation-delay: -0.16s; }

@keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); } }

@media (max-width: 1199px) { button.ct-newsletter-footer-btn { top: 82px; }
  .wpcf7 .ct-custom-contactInfo p { width: 100%; } }

@media (min-width: 991px) { .ct-contact-forMobile { display: none; } }

@media (max-width: 991px) { .ct-contact-forDesktop { display: none; }
  button.ct-newsletter-footer-btn { top: 49px; } }

@media (max-width: 767px) { .ct-custom-contactInfo img { margin: 0; }
  .ct-custom-contactInfo h4 { text-align: left !important; }
  .ct-custom-contactInfo p { margin-left: 0 !important; } }

@media (max-width: 474px) { button.ct-newsletter-footer-btn { top: 72px; } }

.ct-cta-container { margin-bottom: 0 !important; }

.ct-cta-container .ct-cta { width: 100%; }

.ct-cta-container .ct-cta.ct-cta-imageLeft { display: table; }

.ct-cta-container .ct-cta.ct-cta-imageLeft .ct-cta-image { display: table-cell; vertical-align: middle; }

.ct-cta-container .ct-cta.ct-cta-imageLeft .ct-cta-image img { margin: 0 auto; }

.ct-cta-container .ct-cta.ct-cta-imageLeft .ct-cta-content-container { display: table-cell; vertical-align: middle; padding-left: 20px; }

.ct-cta-container .ct-cta.ct-cta-imageLeft[class*="-ct-cta-flat-bordered-padding"] { padding: 100px 50px !important; }

.ct-cta-container .ct-cta.ct-cta-imageTop { margin: 50px 0; }

.ct-cta-container .ct-cta.ct-cta-imageTop .ct-cta-image { position: absolute; top: 35px; left: 0; right: 0; }

.ct-cta-container .ct-cta.ct-cta-imageTop .ct-cta-image img { margin: 0 auto; }

.ct-cta-container .ct-cta.ct-cta-imageTop[class*="-ct-cta-flat-noborder-nopadding"] .ct-cta-image { position: relative; top: 0; left: 0; right: 0; margin-bottom: 30px; }

.ct-cta-container .ct-cta .vc_cta3-content-header h2 { margin-bottom: 0 !important; letter-spacing: 1px; }

.ct-cta-container .ct-cta[class*="-ct-cta-flat-noborder-nopadding"] { padding: 20px 0 !important; }

.ct-cta-container .ct-cta[class*="-ct-cta-flat-bordered-padding"] { border: 2px solid #e6e6e6; padding: 100px 90px 160px !important; }

.ct-cta-container .ct-cta.vc_cta3-actions-left .vc_cta3-actions { float: left; }

.ct-cta-container .ct-cta.vc_cta3-actions-left .vc_cta3-content { float: right; }

.ct-cta-container .ct-cta.vc_cta3-actions-right .vc_cta3-actions { float: right; }

.ct-cta-container .ct-cta.vc_cta3-actions-right .vc_cta3-content { float: left; }

@media (max-width: 1204px) { .ct-cta-container .ct-cta.vc_cta3-actions-left .vc_cta3-actions { float: none; }
  .ct-cta-container .ct-cta.vc_cta3-actions-left .vc_cta3-content { float: none; }
  .ct-cta-container .ct-cta.vc_cta3-actions-right .vc_cta3-actions { float: none; }
  .ct-cta-container .ct-cta.vc_cta3-actions-right .vc_cta3-content { float: none; }
  .ct-cta-container .ct-cta[class*="-ct-cta-flat-bordered-padding"] { padding: 100px !important; } }

.ct-faq .ct-sectionHeader-title { font-size: 22px; color: #ff7f20; text-transform: uppercase; margin-bottom: 38px; margin-top: 0; }

.ct-faq .ct-faq-open .panel-title a:before { content: "\f0d7"; font-size: 18px; margin-right: 10px; }

.ct-faq .panel-title { font-family: "Open Sans", sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3em; color: #4c4c4c; text-transform: none; display: inline; }

.ct-faq .panel-title a { color: #4c4c4c !important; }

.ct-faq .panel-title a:before { font-family: 'FontAwesome'; content: "\f0da"; top: 0; left: 0; width: 100%; display: inline; font-size: 18px; margin-right: 15px; }

.ct-faq .panel-group { margin-bottom: 60px; }

.ct-faq .panel-heading { padding: 14px 15px; }

.ct-faq .panel, .ct-faq .panel-group .panel-heading + .panel-collapse > .panel-body { border: none; }

.ct-faq .panel { box-shadow: none; background: transparent; }

.ct-faq .panel:first-child { border-top: 1px solid #e6e6e6; border-radius: 0; }

.ct-faq .panel-default .panel-heading + .panel-collapse .panel-body p { font-size: 16px; padding: 0 0 0 25px; }

.ct-faq .panel-default > .panel-heading { background: transparent; border-bottom: 1px solid #e6e6e6; }

.ct-faq .panel-default > .panel-heading.ct-faq-open { background: #f2f2f2; border-radius: 5px; border: none; }

@media (max-width: 980px) { .panel-title, .panel-default .panel-heading + .panel-collapse .panel-body p { font-size: 14px; } }

.ct-progressBar { border-radius: 25px !important; height: 10px; margin-top: 52px; margin-bottom: 52px !important; box-shadow: none !important; background: #f2f2f2 !important; }

.ct-progressBar-text { position: absolute; top: -35px; left: -12px; font-family: "Chau Philomene One", sans-serif; color: #333333; font-size: 14px; text-transform: uppercase; }

.ct-percentage { position: absolute; top: 10px; left: 0; color: #333333; font-size: 14px; display: block; text-transform: uppercase; transition: left 1.2s linear; -moz-transition: left 1.2s linear; -webkit-transition: left 1.2s linear; -o-transition: left 1.2s linear; }

.ct-testimonial-withThumbs .slick-prev.slick-arrow, .ct-testimonial-withThumbs .slick-next.slick-arrow { display: none !important; }

.ct-testimonials, .ct-testimonials-slider-nav-thumbnails { overflow: hidden; }

.ct-testimonial-withThumbs { position: relative; border: 2px solid; -moz-border-radius: 150px / 50%; -webkit-border-radius: 150px / 50%; border-radius: 100px / 50%; padding: 70px 50px 50px 50px; margin-left: 115px; margin-right: 115px; }

.ct-testimonial-icon img { margin: 10px auto; width: 83px; height: 70px; max-width: 100%; max-height: 100%; object-fit: contain; }

.ct-testimonials-justSlider .item { position: relative; border: 2px solid; -moz-border-radius: 150px / 50%; -webkit-border-radius: 150px / 50%; border-radius: 100px / 50%; padding: 70px 50px 50px 50px; margin-left: 150px; margin-right: 150px; }

.ct-testimonials-justSlider .ct-testimonial-thumbnailItem { padding: 0 0 0 60px; display: block; }

.ct-testimonial-thumbnailItem { padding: 0 0 0 60px; }

.ct-testimonial-withAuthorSlider .ct-testimonial-text { line-height: 2em; }

.ct-testimonial-text { padding-left: 20px; padding-right: 50px; }

.ct-inner-tri { transform: rotate(180deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); background-color: white; width: 36px; height: 40px; top: -22px; left: 8px; position: relative; -moz-border-radius: 20px; border-radius: 8px; border: 2px solid; }

.ct-outer-tri { position: absolute; width: 50px; height: 25px; left: 40.5%; z-index: 1; overflow: hidden; margin-top: -2px; }

.ct-testimonials-slider-nav-thumbnails { padding-top: 50px; padding-bottom: 50px; cursor: pointer; }

.ct-testimonial-image { width: 68px; height: 68px; max-width: 100%; object-fit: cover; border-radius: 50%; float: left; margin: 0 auto; }

.ct-author-desc { float: left; padding-left: 10px; margin-top: 5px; }

.ct-testimonial-author { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 0; }

.ct-testimonial-authorDescription { padding-top: 5px; line-height: 1.3em; }

.ct-testimonial-withAuthorSlider .ct-outer-tri { left: 39.5%; }

.ct-testimonials-justSlider .ct-testimonial-text { padding: 0 30px; line-height: 2em; }

.ct-testimonials-justSlider .ct-testimonial-image { margin: 0 10px 0 0; float: left; }

.ct-testimonials-justSlider .ct-author-desc { float: right; word-wrap: break-word; width: 105px; margin-top: 0; }

.ct-testimonials .slick-prev, .ct-testimonials-slider-nav-thumbnails .slick-prev { left: 0; z-index: 8; }

.ct-testimonials .slick-next, .ct-testimonials-slider-nav-thumbnails .slick-next { right: 12px; }

.ct-testimonials .slick-prev:before, .ct-testimonials-slider-nav-thumbnails .slick-prev:before { content: "\f060"; margin-left: -26px; padding: 24px 10px 24px 35px; }

.ct-testimonials .slick-next:before, .ct-testimonials-slider-nav-thumbnails .slick-next:before { content: "\f061"; padding: 24px 35px 24px 12px; }

.ct-testimonials .slick-prev:before, .ct-testimonials-slider-nav-thumbnails .slick-prev:before, .ct-testimonials .slick-next:before, .ct-testimonials-slider-nav-thumbnails .slick-next:before { font-family: FontAwesome; font-size: 14px; color: #fff; background: #ff7f20; border-radius: 50%; opacity: 1; }

.ct-testimonials .slick-prev:hover:before, .ct-testimonials-slider-nav-thumbnails .slick-prev:hover:before, .ct-testimonials .slick-next:hover:before, .ct-testimonials-slider-nav-thumbnails .slick-next:hover:before { background: #323232; }

.ct-testimonials-grid .ct-author-desc { float: none; padding-left: 0; margin-top: 0; }

.ct-testimonials-grid .ct-testimonial-item { position: relative; border: 2px solid; margin-bottom: 68px; border-radius: 30px; padding: 30px; text-align: center; }

.ct-testimonials-grid .ct-testimonial-text { margin-top: 10px; display: inline-block; line-height: 1.8em; padding: 0; }

.ct-testimonials-grid .ct-outer-tri { margin-top: 30px; }

.ct-grid .ct-testimonial-item { display: inline-block; width: 30.5%; margin-right: 28px; vertical-align: top; }

.ct-grid .ct-testimonial-item:nth-child(3n+3) { margin-right: 0; }

.ct-justSlider2-wrapper { position: relative; }

.ct-testimonials-justSlider2 .ct-testimonial { width: 770px; max-width: 100%; padding: 0 40px; }

.ct-testimonials-justSlider2 .ct-testimonial-image { float: none; margin: 0 auto; position: relative; top: 30px; border: 5px solid #fff; width: 100px; height: 100px; }

.ct-testimonials-justSlider2 .ct-testimonial-text { padding: 0; text-align: center; font-style: italic; }

.ct-testimonials-justSlider2 .ct-testimonial-author { text-align: center; color: #ff7f20 !important; padding-top: 20px; }

.ct-testimonials-justSlider2 .ct-justSlider2-content { padding: 60px 50px; text-align: center; }

.ct-testimonials-justSlider2 .item.slick-active .ct-justSlider2-content { border-radius: 35px; }

.ct-testimonials-justSlider2 .slick-prev, .ct-testimonials-justSlider2 .slick-next { top: auto !important; bottom: -68px; margin: 0 -10px -10px; }

.ct-testimonials-justSlider2 .slick-prev:hover:before, .ct-testimonials-justSlider2 .slick-next:hover:before { color: #ff7f20 !important; }

.ct-testimonials-justSlider2 .slick-prev { left: 47.5% !important; }

.ct-testimonials-justSlider2 .slick-prev:before { content: '\f177' !important; }

.ct-testimonials-justSlider2 .slick-next { right: 47.5% !important; }

.ct-testimonials-justSlider2 .slick-next:before { content: '\f178' !important; }

.ct-testimonials-justSlider2 .slick-prev:before, .ct-testimonials-justSlider2 .slick-next:before { font-family: FontAwesome !important; font-size: 24px !important; opacity: 1 !important; color: #808080 !important; }

.ct-testimonial-withAuthorSlider .ct-testimonial-thumbnailItem { display: block; }

.ct-testimonial-withAuthorSlider .ct-testimonial-thumbnailItem .ct-author-desc { float: right !important; margin-top: -10px !important; word-break: break-word; width: 180px; }

/**
 * MEDIA QUERIES
 * --------------------
**/
@media (max-width: 1400px) { .ct-testimonials-justSlider .item { margin-left: 50px; margin-right: 50px; } }

@media (max-width: 1300px) { .ct-testimonials-justSlider .ct-testimonial-thumbnailItem { padding: 0 20px; } }

@media (max-width: 1100px) { .ct-grid .ct-testimonial-item { width: 29.5%; } }

@media (max-width: 1099px) { .ct-testimonials-slider { margin-left: 0; margin-right: 0; }
  .ct-outer-tri { left: 45.5%; }
  .ct-testimonials-grid .ct-outer-tri { left: 42.5%; } }

@media only screen and (min-width: 1200px) and (max-width: 1299px) { .ct-testimonials-slider { margin-left: 100px; margin-right: 100px; } }

@media only screen and (min-width: 1100px) and (max-width: 1199px) { .ct-testimonials-slider { margin-left: 0; margin-right: 0; }
  .ct-outer-tri { left: 41.5%; } }

@media only screen and (max-width: 991px) { .ct-testimonials-justSlider .ct-testimonial-text { display: inline-block; margin-top: 20px; text-align: center; }
  .ct-testimonials-justSlider .ct-testimonial-thumbnailItem { padding: 0; text-align: center; }
  .ct-testimonials-justSlider .ct-testimonial-image { float: none; margin: 0 auto; }
  .ct-testimonials-justSlider .ct-author-desc { float: none; padding-left: 0; }
  .ct-testimonials-justSlider .ct-testimonial-author, .ct-testimonials-justSlider .ct-testimonial-authorDescription { width: 100%; } }

@media (max-width: 980px) { .ct-testimonials-slider-nav-thumbnails { text-align: center; }
  .ct-testimonial-thumbnailItem { padding: 0 50px; }
  .ct-testimonial-image, .ct-author-desc { float: none; }
  .ct-testimonials-grid .ct-testimonial-item { width: 45%; }
  .ct-grid .ct-testimonial-item:nth-child(3n+3) { margin-right: 30px; }
  .ct-grid .ct-testimonial-item:nth-child(even) { margin-right: 0px; }
  .ct-testimonial-withAuthorSlider .ct-testimonial-text { text-align: center; padding-top: 10px; } }

@media (max-width: 800px) { .ct-testimonial-withAuthorSlider .ct-outer-tri { left: 46.5% !important; } }

@media (min-width: 768px) { .ct-testimonials-withThumbs { padding: 30px; }
  .ct-testimonials-justSlider .ct-testimonials-slider, .ct-testimonial-thumbnailItem { padding: 0; } }

@media (max-width: 767px) { .ct-testimonial-withAuthorSlider .ct-testimonial-text { padding: 0 !important; } }

@media (max-width: 562px) { .ct-testimonials-slider.ct-testimonial-withThumbs, .ct-testimonials-justSlider .item { padding: 0; border: none; }
  .ct-testimonial-withAuthorSlider .ct-outer-tri { display: none; }
  .ct-testimonial-thumbnailItem { padding: 0; }
  .ct-testimonials-justSlider .item { margin-left: 30px; margin-right: 30px; }
  .ct-testimonials-grid .ct-testimonial-item { width: 100%; }
  .ct-testimonials-justSlider2 .slick-prev, .ct-testimonials-justSlider2 .slick-next { bottom: -30px !important; margin: 0 -20px -20px !important; padding-bottom: 30px; } }

@media (max-width: 400px) { .ct-testimonials-justSlider .item { margin-left: 15px; margin-right: 15px; }
  .ct-testimonials-justSlider2 .slick-prev, .ct-testimonials-justSlider2 .slick-next { padding-bottom: 50px; } }

@media (max-width: 349px) { .ct-testimonials-justSlider .item { margin-left: 10px; margin-right: 10px; } }

.ct-portfolio-gallery .gallery { position: relative; }

.ct-portfolio-gallery .gallery .slick-prev { left: 81.5%; }

.ct-portfolio-gallery .gallery .slick-next { right: 30px; }

.ct-portfolio-gallery .gallery .slick-prev, .ct-portfolio-gallery .gallery .slick-next { position: absolute; top: 55px; z-index: 1; width: 54px; height: 54px; max-width: 100%; }

.ct-portfolio-gallery .gallery .slick-prev:hover:before, .ct-portfolio-gallery .gallery .slick-next:hover:before { background-color: #e6e6e6; border-color: #e6e6e6; color: #333; }

.ct-portfolio-gallery .gallery .slick-prev:before { font-family: FontAwesome; font-size: 20px; color: #fff; background: transparent; border: 2px solid #fff; padding: 14px 16px; border-radius: 50%; opacity: 1; }

.ct-portfolio-gallery .gallery .slick-next:before { font-family: FontAwesome; font-size: 20px; color: #fff; background: transparent; border: 2px solid #fff; padding: 14px 16px; border-radius: 50%; opacity: 1; content: "\f061"; }

.ct-portfolio-gallery .gallery .slick-prev:before { content: "\f060"; }

.articlePorftolio-body--title { font-size: 36px; color: #333333; text-transform: uppercase; padding-top: 10px; padding-bottom: 26px; line-height: 1.3em; }

.ct-sidebar.ct-portfolioSidebar { position: relative; top: -120px; left: 22px; }

.ct-sidebar.ct-portfolioSidebar .ct-portfolioSidebar-section--title { font-family: "Dosis", sans-serif; font-weight: 800; color: #333333; font-size: 14px; text-transform: lowercase; letter-spacing: 3px; }

.ct-sidebar.ct-portfolioSidebar .ct-portfolioSidebar-section { margin-bottom: 42px; }

.ct-masonry-grid-portfolio { border-radius: 30px; width: 100%; height: 240px; max-width: 372px; }

.ct-masonry-grid-portfolio .vc_custom_heading { text-transform: uppercase; margin-top: -20px; }

.ct-masonry-full-portfolio .vc_custom_heading { text-transform: uppercase; margin-top: -20px; }

.vc_grid-filter.vc_grid-filter-ct-rounded { margin-bottom: 50px; }

.vc_grid-filter.vc_grid-filter-ct-rounded > .vc_grid-filter-item { margin: 0 5px 10px 0; padding: 0 8px; border-radius: 30px; font-size: 12px; border: 2px solid; color: #333; }

.vc_grid-filter.vc_grid-filter-ct-rounded.vc_grid-filter-color-ct-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-ct-rounded.vc_grid-filter-color-ct-black > .vc_grid-filter-item:hover { background-color: #333; color: #fff; border-color: #333; }

.wpb_single_image .vc_single_image-wrapper.ct-top-rounded img { border-top-left-radius: 32px; border-top-right-radius: 32px; }

.wpb_single_image .vc_single_image-wrapper.ct-rounded img { border-radius: 35px; }

.ct-social-icons-portfolio { margin: 0; padding: 0; }

.ct-social-icons-portfolio li { list-style-type: none; display: inline; color: #333; font-size: 20px; padding-right: 20px; }

.ct-social-icons-portfolio li:last-child { padding-right: 0; }

@media (max-width: 1204px) { .ct-portfolio-gallery .slick-prev { left: 80% !important; } }

@media (max-width: 1099px) { .ct-portfolio-gallery .slick-prev { left: 78% !important; } }

@media (max-width: 991px) { .ct-sidebar.ct-portfolioSidebar { top: 0; left: 0; }
  .ct-portfolio-gallery .slick-prev { left: 78.5% !important; } }

@media (max-width: 849px) { .ct-portfolio-gallery .slick-prev { left: 79.5% !important; } }

@media (min-width: 768px) { .ct-portfolio-gallery .slick-prev { left: 77% !important; }
  .vc_grid-styled-select { height: 36px !important; color: #333; border-radius: 30px; box-shadow: none; outline: 0; border: 2px solid #333 !important; }
  .vc_grid-styled-select select { font-size: 14px !important; } }

@media (max-width: 767px) { .vc_grid-styled-select select { font-size: 14px !important; border-radius: 35px; box-shadow: none; border: 2px solid #333; height: 32px; background: #333; color: #fff; } }

@media (max-width: 750px) { .gallery ct-portfolio-gallery .slick-prev { left: 77% !important; } }

@media (max-width: 700px) { .ct-portfolio-gallery .slick-prev { left: 75% !important; } }

@media (max-width: 643px) { .ct-portfolio-gallery .slick-prev { left: 72.5% !important; } }

@media (max-width: 625px) { .ct-portfolio-gallery .slick-prev { left: 71.5% !important; } }

@media (max-width: 562px) { .ct-portfolio-gallery .slick-prev { left: 67% !important; } }

@media (max-width: 480px) { .ct-portfolio-gallery .slick-prev { left: 66%; }
  .ct-portfolio-gallery .slick-prev::before { font-size: 14px; }
  .ct-portfolio-gallery .slick-next::before { font-size: 14px; }
  .ct-portfolio-gallery .slick-prev { left: 66%; } }

@media (max-width: 450px) { .ct-portfolio-gallery .slick-prev { left: 60% !important; }
  .ct-portfolio-gallery .slick-prev::before { font-size: 12px; }
  .ct-portfolio-gallery .slick-next::before { font-size: 12px; } }

@media (max-width: 400px) { .ct-portfolio-gallery .slick-prev { left: 54% !important; } }

@media (max-width: 320px) { .ct-portfolio-gallery slick-next { right: 14px; } }

.ct-wc-categories.ct-arrow-shadow .slick-prev { left: 0; z-index: 8; }

.ct-wc-categories.ct-arrow-shadow .slick-next { right: 14px; }

.ct-wc-categories.ct-arrow-shadow .slick-prev:before { content: "\f060"; margin-left: -25px; padding: 24px 10px 24px 35px; }

.ct-wc-categories.ct-arrow-shadow .slick-next:before { content: "\f061"; padding: 24px 35px 24px 10px; }

.ct-wc-categories.ct-arrow-shadow .slick-prev:before, .ct-wc-categories.ct-arrow-shadow .slick-next:before { font-family: 'FontAwesome'; font-size: 14px; color: #333; background: #fff; border-radius: 50%; opacity: 1; }

.ct-wc-categories.ct-arrow-shadow .slick-prev:hover:before, .ct-wc-categories.ct-arrow-shadow .slick-next:hover:before { background: #323232; color: #fff; }

.ct-wc-categories.ct-arrow-default .slick-prev { left: 0; z-index: 8; }

.ct-wc-categories.ct-arrow-default .slick-next { right: 0; }

.ct-wc-categories.ct-arrow-default .slick-prev:before, .ct-wc-categories.ct-arrow-default .slick-next:before { font-family: 'FontAwesome'; font-size: 22px; color: #b9b9b9; background: transparent; }

.ct-wc-categories.ct-arrow-default .slick-prev:hover:before, .ct-wc-categories.ct-arrow-default .slick-next:hover:before { color: #ff7f20; text-shadow: 2px 2px #eee; }

.ct-wc-categories.ct-arrow-default .slick-prev:before { content: '\f0d9'; }

.ct-wc-categories.ct-arrow-default .slick-next:before { content: '\f0da'; }

.ct-wc-catSlider-wrapper { overflow: hidden; }

.ct-wc-catSlider { padding: 0 60px; }

@media (max-width: 620px) { .ct-wc-catSlider { padding: 0 120px; } }

.ct-wc-catSlider img { max-width: 100%; max-height: 100%; margin: 0 auto; padding-top: 50px; padding-bottom: 50px; height: 270px; }

@media (max-width: 1600px) { .ct-wc-catSlider img { height: 230px; } }

.ct-wc-catSlider .ct-wc-catSlider-text { font-size: 18px; text-transform: uppercase; position: relative; top: -40px; margin-left: auto; margin-right: auto; text-align: center; }

.ct-wc-catSlider .ct-button-outline { position: relative; outline: 0; width: 170px; max-width: 100%; padding: 14px 55px 14px 20px; color: #fff; border-color: #fff; }

.ct-wc-catSlider .ct-button-outline:hover { border-color: #333; color: #fff !important; }

.ct-wc-catSlider .ct-button-outline:after { content: '\f061'; font-family: 'FontAwesome'; position: absolute; top: 5px; right: 5px; width: 36px; height: 36px; line-height: 20px; text-align: center; background: #fff; color: #ff7f20; border-radius: 50%; padding: 8px 0 10px 2px; }

.ct-wc-catSlider .ct-overlay:hover img { opacity: 0.15; }

.ct-wc-catSlider .ct-overlay:hover .ct-wc-catSlider-text { opacity: 0.15; }

.ct-wc-catSlider .ct-overlay-object { top: 50%; }

.ct-catSlider-item { margin: 0 15px; width: 270px; max-width: 100%; outline: 0; border-radius: 35px; padding-bottom: 20px; overflow: hidden; border: none; }

@media (max-width: 1600px) { .ct-catSlider-item { padding-bottom: 0 !important; } }

.ct-wc-box-wrapper { position: relative; width: 100%; overflow: hidden; border-radius: 35px; z-index: 0; }

.ct-wc-box-wrapper .ct-wc-box-image { width: 100%; max-width: 100%; max-height: 100%; object-fit: cover; -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }

.ct-wc-box-wrapper .ct-wc-box-title { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); }

.ct-wc-box-wrapper .ct-wc-box-title { text-transform: uppercase; letter-spacing: 2px; text-align: center; width: 42%; }

.ct-wc-box-wrapper:hover img { -moz-transform: scale(1.5); -webkit-transform: scale(1.5); transform: scale(1.5); }

.ct-wc-box-wrapper .ct-wc-boc-title--divider { width: 35px; height: 5px; margin: 15px auto 10px; position: absolute; top: 34%; left: 50%; z-index: 1; transform: translate(-50%, -50%); }

.ct-wc-catSlider-wrapper .ct-wc-catSlider .ct-overlay:hover img { opacity: 0.6 !important; }

/**
 * MEDIA QUERIES
 * --------------------
**/
@media (max-width: 1400px) { .ct-row-overlap { padding: 0; } }

@media (max-width: 980px) { .ct-catSlider-item .ct-wc-catSlider-text { font-size: 2vw; } }

@media (max-width: 619px) { .ct-catSlider-item .ct-wc-catSlider-text { font-size: 4vw; } }

@media (max-width: 414px) { .ct-wc-catSlider { padding: 0 30px; } }

.ct-sc-header .ct-sc-titleHeader { font-size: 36px; }

.ct-sc-header .ct-sc-subtitleHeader { font-family: "Dosis", sans-serif; font-weight: 800; letter-spacing: 3px; }

.ct-sc-header .ct-dividerImage, .ct-sc-header .ct-dividerImage2 { -webkit-mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; background-color: #ff7f20; background-repeat: no-repeat !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ct-sc-header .ct-dividerImage.ct-headerDivider-default { display: none; } }

@supports (-ms-ime-align: auto) { .ct-sc-header .ct-dividerImage.ct-headerDivider-default { display: none; } }

.ct-iconbox-default { display: table; }

.ct-iconbox-default .ct-icon-wrapper, .ct-iconbox-default .ct-icon-details { display: table-cell; vertical-align: middle; }

.ct-iconbox-default .ct-icon-wrapper { padding: 0 14px 0 0; }

.ct-iconbox-default .ct-icon-right { padding: 0 0 0 28px; }

.ct-iconbox-default.ct-icon-topWrapper .ct-icon-top, .ct-iconbox-default.ct-icon-topWrapper .ct-icon-details { display: block; }

.ct-iconbox-default.ct-icon-topWrapper .ct-icon-details { padding: 10px 0; }

.ct-iconbox-default .ct-icon-wrapper .ct-fa-icon, .ct-iconbox-default .ct-icon-wrapper .ct-img-icon { width: 103px; height: 103px; max-width: 100%; max-height: 100%; border-radius: 50%; position: relative; }

.ct-iconbox-default .ct-icon-right .ct-fa-icon, .ct-iconbox-default .ct-icon-right .ct-img-icon { width: 103px; height: 103px; max-width: 100%; max-height: 100%; border-radius: 50%; position: relative; }

.ct-iconbox-default .ct-icon-top .ct-fa-icon, .ct-iconbox-default .ct-icon-top .ct-img-icon { width: 103px; height: 103px; max-width: 100%; max-height: 100%; border-radius: 50%; margin: 0 auto; position: relative; }

.ct-iconbox-default .ct-icon-wrapper .ct-img-icon img, .ct-iconbox-default .ct-icon-right .ct-img-icon img, .ct-iconbox-default .ct-icon-top .ct-img-icon img { height: auto; max-width: 100%; max-height: 100%; object-fit: contain; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; }

.ct-iconbox-default .ct-icon-wrapper .ct-fa-icon i, .ct-iconbox-default .ct-icon-right .ct-fa-icon i, .ct-iconbox-default .ct-icon-top .ct-fa-icon i { padding: 35px 32px; font-size: 36px; }

.ct-iconbox-default .ct-icon-details { padding-left: 15px; }

.ct-iconbox-default .ct-icon-details h4 { letter-spacing: 2px; line-height: 1.8em; }

.ct-iconbox-default .ct-icon-details p { line-height: 1.8em; letter-spacing: 1.5px; }

/*--------------------------------------------------------------------------------------------------------------------*/
.ct-iconbox-solid.ct-iconbox-solid-left, .ct-iconbox-solid.ct-iconbox-solid-right { display: table; }

.ct-iconbox-solid.ct-iconbox-solid-left .ct-icon-wrapper, .ct-iconbox-solid.ct-iconbox-solid-left .ct-icon-details, .ct-iconbox-solid.ct-iconbox-solid-right .ct-icon-wrapper, .ct-iconbox-solid.ct-iconbox-solid-right .ct-icon-details { display: table-cell; vertical-align: top; }

.ct-iconbox-solid.ct-iconbox-solid-left.ct-iconbox-big .ct-icon-wrapper, .ct-iconbox-solid.ct-iconbox-solid-left.ct-iconbox-big .ct-icon-details, .ct-iconbox-solid.ct-iconbox-solid-right.ct-iconbox-big .ct-icon-wrapper, .ct-iconbox-solid.ct-iconbox-solid-right.ct-iconbox-big .ct-icon-details { display: table-cell; vertical-align: middle; }

.ct-iconbox-solid.ct-iconbox-solid-left .ct-icon-wrapper { padding: 0 14px 0 0; }

.ct-iconbox-solid.ct-iconbox-solid-right .ct-icon-wrapper { padding: 0 0 0 14px; }

.ct-iconbox-solid.ct-iconbox-solid-top .ct-icon-wrapper { padding: 0 0 20px 0; }

.ct-iconbox-solid .ct-icon-wrapper .ct-fa-icon, .ct-iconbox-solid .ct-icon-wrapper .ct-img-border { border: 3px solid #e6e6e6; position: relative; border-radius: 50%; }

.ct-iconbox-solid.ct-iconbox-normal .ct-icon-wrapper .ct-fa-icon, .ct-iconbox-solid.ct-iconbox-normal .ct-icon-wrapper .ct-img-border { width: 76px; height: 76px; margin: 0 auto; }

.ct-iconbox-solid.ct-iconbox-big .ct-icon-wrapper .ct-fa-icon, .ct-iconbox-solid.ct-iconbox-big .ct-icon-wrapper .ct-img-border { width: 100px; height: 100px; margin: 0 auto; }

.ct-iconbox-solid .ct-icon-wrapper .ct-img-icon { border-radius: 50%; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin-left: auto; margin-right: auto; text-align: center; }

.ct-iconbox-solid.ct-iconbox-normal .ct-icon-wrapper .ct-img-icon { width: 54px; height: 54px; }

.ct-iconbox-solid.ct-iconbox-big .ct-icon-wrapper .ct-img-icon { width: 78px; height: 78px; }

.ct-iconbox-solid.ct-iconbox-normal .ct-icon-wrapper .ct-fa-icon i { width: 54px; height: 54px; line-height: 54px; }

.ct-iconbox-solid.ct-iconbox-big .ct-icon-wrapper .ct-fa-icon i { width: 78px; height: 78px; line-height: 76px; font-size: 38px; }

.ct-iconbox-solid .ct-icon-wrapper .ct-img-icon img { max-width: 100%; max-height: 100%; object-fit: contain; position: relative; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin-left: auto; margin-right: auto; }

.ct-iconbox-solid .ct-icon-wrapper .ct-fa-icon i { font-size: 20px; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); border-radius: 50%; margin-left: auto; margin-right: auto; text-align: center; }

.ct-iconbox-solid .ct-icon-details { padding: 0 10px; }

.ct-iconbox-solid .ct-icon-details h4 { letter-spacing: 2px; margin-top: 0; line-height: 1.8em; }

.ct-iconbox-solid .ct-icon-details p { line-height: 1.8em; }

/*--------------------------------------------------------------------------------------------------------------------*/
.ct-iconbox-dotted.ct-iconbox-dotted-left, .ct-iconbox-dotted.ct-iconbox-dotted-right { display: table; }

.ct-iconbox-dotted.ct-iconbox-dotted-left .ct-icon-wrapper, .ct-iconbox-dotted.ct-iconbox-dotted-left .ct-icon-details, .ct-iconbox-dotted.ct-iconbox-dotted-right .ct-icon-wrapper, .ct-iconbox-dotted.ct-iconbox-dotted-right .ct-icon-details { display: table-cell; vertical-align: top; }

.ct-iconbox-dotted.ct-iconbox-dotted-left.ct-iconbox-big .ct-icon-wrapper, .ct-iconbox-dotted.ct-iconbox-dotted-left.ct-iconbox-big .ct-icon-details, .ct-iconbox-dotted.ct-iconbox-dotted-right.ct-iconbox-big .ct-icon-wrapper, .ct-iconbox-dotted.ct-iconbox-dotted-right.ct-iconbox-big .ct-icon-details { display: table-cell; vertical-align: middle; }

.ct-iconbox-dotted.ct-iconbox-dotted-left .ct-icon-wrapper { padding: 0 14px 0 0; }

.ct-iconbox-dotted.ct-iconbox-dotted-right .ct-icon-wrapper { padding: 0 0 0 14px; }

.ct-iconbox-dotted.ct-iconbox-dotted-top .ct-icon-wrapper { padding: 0 0 20px 0; }

.ct-iconbox-dotted .ct-icon-wrapper .ct-fa-icon, .ct-iconbox-dotted .ct-icon-wrapper .ct-img-border { position: relative; border-radius: 50%; }

.ct-iconbox-dotted.ct-iconbox-normal .ct-icon-wrapper .ct-fa-icon, .ct-iconbox-dotted.ct-iconbox-normal .ct-icon-wrapper .ct-img-border { width: 82px; height: 82px; margin: 0 auto; }

.ct-iconbox-dotted.ct-iconbox-big .ct-icon-wrapper .ct-fa-icon, .ct-iconbox-dotted.ct-iconbox-big .ct-icon-wrapper .ct-img-border { width: 100px; height: 100px; margin: 0 auto; }

.ct-iconbox-dotted .ct-icon-wrapper .ct-img-icon { border-radius: 50%; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin-left: auto; margin-right: auto; line-height: 70px; text-align: center; border: 3px dotted #fff; }

.ct-iconbox-dotted.ct-iconbox-normal .ct-icon-wrapper .ct-img-icon { width: 66px; height: 66px; }

.ct-iconbox-dotted.ct-iconbox-big .ct-icon-wrapper .ct-img-icon { width: 84px; height: 84px; }

.ct-iconbox-dotted.ct-iconbox-normal .ct-icon-wrapper .ct-fa-icon i { width: 66px; height: 66px; line-height: 62px; }

.ct-iconbox-dotted.ct-iconbox-big .ct-icon-wrapper .ct-fa-icon i { width: 84px; height: 84px; line-height: 82px; font-size: 38px; }

.ct-iconbox-dotted .ct-icon-wrapper .ct-img-icon img { max-width: 100%; max-height: 100%; object-fit: contain; position: relative; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin-left: auto; margin-right: auto; }

.ct-iconbox-dotted .ct-icon-wrapper .ct-fa-icon i { font-size: 28px; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); border-radius: 50%; margin-left: auto; margin-right: auto; text-align: center; border: 3px dotted #fff; }

.ct-iconbox-dotted .ct-icon-details { padding: 0 10px; }

.ct-iconbox-dotted .ct-icon-details h4 { letter-spacing: 2px; margin-top: 0; margin-bottom: 0; line-height: 1.8em; }

.ct-iconbox-dotted .ct-icon-details p { line-height: 1.8em; }

@media (max-width: 991px) { .ct-wc-box-wrapper .ct-wc-box-title { width: 100%; } }

.masonry-layout { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0; }

.masonry-layout-two { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-gap: 30px; -webkit-column-gap: 30px; -moz-column-gap: 30px; }

@media (max-width: 655px) { .masonry-layout-two .ct-post-masonry--details .ct-post-masonry--comments { display: block; }
  .masonry-layout-two .ct-post-masonry--author { margin-right: 0; } }

@media (max-width: 480px) { .masonry-layout-two { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0; } }

.masonry-layout-three { column-count: 3; -webkit-column-count: 3; -moz-column-count: 3; column-gap: 30px; -webkit-column-gap: 30px; -moz-column-gap: 30px; }

@media (max-width: 991px) { .masonry-layout-three .ct-post-masonry--details .ct-post-masonry--comments { display: block; }
  .masonry-layout-three .ct-post-masonry--author { margin-right: 0; } }

@media (max-width: 720px) { .masonry-layout-three { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-gap: 30px; -webkit-column-gap: 30px; -moz-column-gap: 30px; }
  .masonry-layout-three .ct-post-masonry--details .ct-post-masonry--comments { display: inline; }
  .masonry-layout-three .ct-post-masonry--author { margin-right: 15px; } }

@media (max-width: 655px) { .masonry-layout-three .ct-post-masonry--details .ct-post-masonry--comments { display: block; }
  .masonry-layout-three .ct-post-masonry--author { margin-right: 0; } }

@media (max-width: 480px) { .masonry-layout-three { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0; } }

.masonry-layout-four { column-count: 4; -webkit-column-count: 4; -moz-column-count: 4; column-gap: 30px; -webkit-column-gap: 30px; -moz-column-gap: 30px; }

@media (max-width: 991px) { .masonry-layout-four { column-count: 3; -webkit-column-count: 3; -moz-column-count: 3; column-gap: 30px; -webkit-column-gap: 30px; -moz-column-gap: 30px; }
  .masonry-layout-four .ct-post-masonry--details .ct-post-masonry--comments { display: block; }
  .masonry-layout-four .ct-post-masonry--author { margin-right: 0; } }

@media (max-width: 720px) { .masonry-layout-four { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; column-gap: 30px; -webkit-column-gap: 30px; -moz-column-gap: 30px; }
  .masonry-layout-four .ct-post-masonry--details .ct-post-masonry--comments { display: inline; }
  .masonry-layout-four .ct-post-masonry--author { margin-right: 15px; } }

@media (max-width: 655px) { .masonry-layout-four .ct-post-masonry--details .ct-post-masonry--comments { display: block; }
  .masonry-layout-four .ct-post-masonry--author { margin-right: 0; } }

@media (max-width: 480px) { .masonry-layout-four { column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; column-gap: 0; -webkit-column-gap: 0; -moz-column-gap: 0; } }

.masonry-layout-panelWrapper { break-inside: avoid; page-break-inside: avoid; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; }

.masonry-layout-panelWrapper.ct-masonry2 { position: relative; }

.masonry-layout-panelWrapper { display: inline-block; width: 100%; overflow: hidden; border-radius: 35px; margin-bottom: 20px; }

.masonry-layout-panelWrapper .ct-post-masonry--image { width: 100%; max-width: 100%; max-height: 100%; object-fit: cover; }

.masonry-layout-panelWrapper.ct-masonry2 { border-radius: 0; position: relative; }

.masonry-layout-panelWrapper.ct-masonry2 .ct-post-masonry--image { border-radius: 35px; }

.masonry-layout-panelWrapper.ct-masonry2 .ct-post-masonry--date.ct-post-masonry-dateTop { position: absolute; top: 0; left: 30px; background: #fff; padding: 0 25px 5px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }

.masonry-layout-panelWrapper.ct-masonry2 .masonry-layout-content { padding: 20px 30px; }

.longheight { height: 415px; }

.masonry-layout-content { display: table; padding: 20px 10px; width: 100%; }

.ct-post-masonry--date { text-align: center; display: table-cell; vertical-align: middle; }

.ct-post-masonry--date span { font-family: "Chau Philomene One", sans-serif; font-size: 24px; }

.ct-post-masonry--date .ct-post-masonry--day { margin-top: 10px; }

.ct-post-masonry--date .ct-post-masonry--day span { color: #ff7f20; border-bottom: 2px solid #cdcdcd; }

.ct-post-masonry--date .ct-post-masonry--month { margin-top: 5px; }

.ct-post-masonry--date .ct-post-masonry--month span { color: #78c2ec; }

.ct-post-masonry--details { display: table-cell; vertical-align: middle; }

.ct-post-masonry--details .ct-post-masonry--title { text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0; }

.ct-post-masonry--details .ct-post-masonry--title:hover { color: #ff7f20; }

.ct-post-masonry--details .ct-post-masonry--author, .ct-post-masonry--details .ct-post-masonry--comments { display: inline-block; font-family: "Dosis", sans-serif; font-weight: 800; font-size: 12px; color: #b3b3b3; letter-spacing: 2px; }

.ct-post-masonry--details .ct-post-masonry--author span, .ct-post-masonry--details .ct-post-masonry--comments span { margin-left: 8px; }

.ct-post-masonry--details .ct-post-masonry--author { margin-right: 15px; }

.ct-post-box-wrapper { position: relative; width: 100%; overflow: hidden; border-radius: 35px; }

.ct-post-box-wrapper .ct-post-box-image { width: 100%; max-width: 100%; max-height: 100%; object-fit: cover; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1, 1); }

.ct-post-box-wrapper .ct-post-box-title { position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); }

.ct-post-box-wrapper .ct-post-box-title { text-transform: uppercase; letter-spacing: 2px; text-align: center; width: 42%; }

.ct-post-box-wrapper:hover img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.15, 1.15); }

.ct-post-box-wrapper-s { display: table; border-radius: 35px; width: 100%; padding: 30px 20px; }

.ct-post-box-wrapper-s .ct-post-box-image-s { width: 160px; height: 160px; display: table-cell; vertical-align: middle; }

.ct-post-box-wrapper-s .ct-post-box-image-s img { max-width: 100%; max-height: 100%; object-fit: cover; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1, 1); }

.ct-post-box-wrapper-s .ct-post-box-title-s { display: table-cell; vertical-align: middle; text-transform: uppercase; text-align: center; padding: 0 40px 0 20px; }

.ct-post-box-wrapper-s:hover img { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.1, 1.1); }

.ct-pie-chart .vc_pie_chart_value { font-family: "Chau Philomene One", sans-serif; color: #fff; font-size: 1.125em; border-radius: 50%; width: 54px !important; height: 54px !important; line-height: 3.6em !important; margin-left: auto; margin-right: auto; margin-top: 11px; }

.ct-pie-chart .wpb_pie_chart_heading { margin-left: auto !important; margin-right: auto !important; width: 90%; letter-spacing: 1px; }

.ct-pie-chart .vc_pie_chart_value, .ct-pie-chart .vc_pie_chart_back { right: 0; }

.ct-pie-chart .vc_pie_chart_back { width: 76px !important; height: 76px !important; margin-left: auto; margin-right: auto; text-align: center; border: none; }

.ct-pie-chart canvas { width: 76px !important; height: 76px !important; }

#ct-pie-solid.ct-pie-chart .vc_pie_chart_back { opacity: 1 !important; }

#ct-pie-solid.ct-pie-chart .vc_pie_chart_value { font-size: 1.25em; width: 80px !important; height: 80px !important; line-height: 4.7em !important; margin-top: -7px; }

#ct-pie-solid.ct-pie-chart canvas { width: 66px !important; height: 66px !important; }

.ct-pie-chart-default .vc_pie_wrapper { width: 192px !important; height: 192px !important; }

.ct-pie-chart-default .vc_pie_chart_value { font-family: "Chau Philomene One", sans-serif; font-size: 2.250em; color: #666666; width: 192px !important; height: 192px !important; line-height: 192px !important; margin-left: auto; margin-right: auto; }

.ct-pie-chart-default .vc_pie_chart_back { width: 192px !important; height: 192px !important; margin-left: auto; margin-right: auto; text-align: center; border-color: #f2f2f2 !important; opacity: 1 !important; }

.ct-pie-chart-default .wpb_pie_chart_heading { margin-left: auto !important; margin-right: auto !important; width: 90%; letter-spacing: 1px; }

.ct-pie-chart-default canvas { width: 192px !important; height: 192px !important; }

/* number counter */
.ct-number-counter .ct-number-counter--solid { position: relative; width: 76px; height: 76px; border: 3px solid #fff; border-radius: 50%; margin: 10px auto; }

.ct-number-counter .ct-number-counter--solid .ct-number-counter--value { font-family: "Chau Philomene One", sans-serif; font-size: 18px; color: #fff; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; margin-left: auto; margin-right: auto; line-height: 54px; text-align: center; }

.ct-number-counter .ct-number-counter--dotted { position: relative; width: 80px; height: 80px; border-radius: 50%; margin: 10px auto; }

.ct-number-counter .ct-number-counter--dotted .ct-number-counter--value { font-family: "Chau Philomene One", sans-serif; font-size: 18px; color: #fff; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); width: 66px; height: 66px; border: 3px dotted #fff; border-radius: 50%; margin-left: auto; margin-right: auto; line-height: 62px; text-align: center; }

.ct-number-counter .ct-number-counter--title { font-family: "Dosis", sans-serif; font-weight: 800; font-size: 14px; color: #333; line-height: 1.5em; text-align: center; }

.ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover { background: #ff7f20; }

.NavigationPrev a:before, .NavigationNext a:before { background: #ff7f20; }

.NavPage:hover { color: #ff7f20; }

.NavPage.active { color: #ff7f20; }

.ct-googleMap--selectContainer:after { color: #ff7f20; }

.paginationCounter a { color: #333 !important; }

.paginationCounter a:hover { color: #ff7f20 !important; }

.paginationCounter a.active { color: #ff7f20 !important; }

.ct-grid .ct-team-item { display: inline-block; width: 30.5%; margin-right: 28px; vertical-align: top; }

.ct-grid .ct-team-item:nth-child(3n+3) { margin-right: 0; }

.ct-team-item { border: 2px solid; border-radius: 20px; padding: 22px 30px 40px 30px; margin-top: 25px; }

.ct-team-item.ct-team-square { padding: 0; overflow: hidden; }

.ct-team-item.ct-team-square img { height: 200px; width: 100%; object-fit: cover; }

.ct-team-item.ct-team-square img:hover { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s; }

.ct-team-item.ct-team-square .ct-team-content { padding: 20px 30px 30px; }

.ct-team-item.ct-team-square .ct-team-content .ct-team-positionTitle { text-transform: capitalize; }

.ct-team-item.ct-team-square .ct-team-content .ct-team-titleDivider { width: 32px; background: #ff7f20; height: 4px; margin: 15px auto 10px; }

.ct-team-item.ct-team-square .ct-team-content .ct-team-desc { text-align: center; }

.ct-team-item.ct-team-square .ct-team-content .ct-team-socials ul { padding: 20px 0; }

.ct-team-item.ct-team-square .ct-team-content .ct-team-socials ul li a { color: #333; font-size: 18px; }

.ct-team-item.ct-team-square .ct-team-content .ct-team-socials ul li a:hover { color: #ff7f20; }

@-webkit-keyframes flash { 0% { opacity: .4; }
  100% { opacity: 1; } }

@keyframes flash { 0% { opacity: .4; }
  100% { opacity: 1; } }

.ct-team-title { margin-bottom: 65px; }

.ct-team-title h3 { font-family: "Dosis", sans-serif; font-weight: 300; font-size: 30px; text-align: center; line-height: 1.3em; width: 500px; max-width: 100%; margin: 0 auto; color: #666666; }

.ct-team-socials { text-align: center; }

.ct-team-socials ul { display: inline-block; margin: 0; padding: 0; }

.ct-team-socials li { float: left; list-style-type: none; margin-right: 15px; }

.ct-team-socials li:last-child { margin-right: 0; }

.ct-team-socials li a { color: #808080; }

.ct-team-name { font-size: 24px; text-transform: uppercase; color: #333; margin-top: 10px; }

.ct-team-positionTitle { font-family: "Dosis", sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; color: #b2b2b2; letter-spacing: 2px; margin-top: -5px; }

.ct-team-avatar { width: 172px; height: 172px; max-width: 100%; margin: 28px auto 20px auto; padding: 0; overflow: hidden; border-radius: 50%; position: relative; z-index: 0; }

.ct-team-avatar img { width: 172px; height: 172px; max-width: 100%; -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

.ct-team-avatar:hover img { border-radius: 50%; -webkit-backface-visibility: hidden; -ms-transform: translateZ(0); /* IE 9 */ -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */ transform: translateZ(0); }

.ct-team-desc { text-align: left; -ms-word-break: break-all; word-break: break-all; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }

@media (max-width: 1100px) { .ct-grid .ct-team-item { width: 29.5%; } }

@media (max-width: 991px) { .ct-grid .ct-team-item { width: 45.5%; }
  .ct-grid .ct-team-item:nth-child(3n+3) { margin-right: 25px; }
  .ct-grid .ct-team-item:nth-child(even) { margin-right: 0px; } }

@media (max-width: 680px) { .ct-grid .ct-team-item { width: 70.5%; }
  .ct-grid .ct-team-item:nth-child(3n+3), .ct-grid .ct-team-item { margin-right: 0; } }

@media (max-width: 450px) { .ct-grid .ct-team-item { width: 100%; } }

.ct-testimonials .slick-prev:after, .ct-testimonials-slider-nav-thumbnails .slick-prev:after { content: ""; background: url("../images/shadowleft.png"); width: 30px; height: 200px; background-size: 100%; background-repeat: no-repeat; position: relative; left: -12px; top: -120px; float: left; }

.ct-testimonials .slick-next:after, .ct-testimonials-slider-nav-thumbnails .slick-next:after { content: ""; background-image: url("../images/shadowright.png"); width: 30px; height: 200px; background-size: 100%; background-repeat: no-repeat; position: relative; right: -26px; top: -120px; float: right; }

.ct-testimonials-justSlider2 { position: relative; }

.ct-testimonials-justSlider2:before { content: ""; background-image: url("../images/shadow-left-long.png"); width: 36px; height: 431px; background-size: contain; background-repeat: no-repeat; position: absolute; left: -20px; top: 0; float: left; }

.ct-testimonials-justSlider2:after { content: ""; background-image: url("../images/shadow-right-long.png"); width: 36px; height: 431px; background-size: contain; background-repeat: no-repeat; position: absolute; right: -20px; top: 0; float: right; }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-prev:after { content: ""; background-image: url("../images/shadowleft.png"); width: 30px; height: 200px; background-size: 100%; background-repeat: no-repeat; position: relative; left: -12px; top: -120px; float: left; }

.ct-blog-thumbnail .ct-blog-gallery .gallery .slick-next:after { content: ""; background-image: url("../images/shadowright.png"); width: 30px; height: 200px; background-size: 100%; background-repeat: no-repeat; position: relative; right: -26px; top: -120px; float: right; }

.ct-wc-categories.ct-arrow-shadow .slick-prev:after { content: ""; background-image: url("../images/shadowleft.png"); width: 30px; height: 200px; background-size: 100%; background-repeat: no-repeat; position: relative; left: -12px; top: -120px; float: left; }

.ct-wc-categories.ct-arrow-shadow .slick-next:after { content: ""; background-image: url("../images/shadowright.png"); width: 30px; height: 200px; background-size: 100%; background-repeat: no-repeat; position: relative; right: -26px; top: -120px; float: right; }

.ct-header::before { position: absolute; top: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)); height: 258px; width: 100%; content: ''; }

@media (max-width: 991px) { .vc_custom_1521445328915 { padding-top: 50px !important; } }

@media (max-width: 767px) { .vc_custom_1521445328915 { padding-top: 0 !important; }
  .vc_cta3-actions .ct_button-container.vc_btn3-container.vc_btn3-right { margin-bottom: 0 !important; } }
